@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px-1280px 画面幅1280px閲覧で.1rem=0.1rem可変*/
	html{
			font-size: 0.782vw;
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で.1rem=0.1rem可変*/
	html{
			font-size: 2.67vw;
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで.1rem=0.1rem固定*/
	html{
			/*font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで.1rem=0.1rem固定*/
	html{
		/*font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #C83232;
	background-color: #f5f5f5;
	letter-spacing: calc((0/1000)*1em);
	/*text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;*/
}
html.active,
body.active{
	overflow: hidden;
}
/*ゴシック系*/
.light{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.mid{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.bold{
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-style: normal;
	font-weight: 600;
}

.h_light{
	font-family: halyard-display, sans-serif;
	font-style: normal;
	font-weight: 200;
}
.h_book{
	font-family: halyard-display, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.h_regular{
	font-family: halyard-display, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.h_mid{
	font-family: halyard-display, sans-serif;
	font-style: normal;
	font-weight: 500;
}
.h_bold{
	font-family: halyard-display, sans-serif;
	font-style: normal;
	font-weight: 700;
}

.f_regular{
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f_book{
	font-family: "futura-100-book", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*ゴシック系*/

/*明朝系*/
.ft_light{
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}

.md_light{
	font-family: miller-display, serif;
	font-style: normal;
	font-weight: 300;
}
.md_sbold{
	font-family: miller-display, serif;
	font-style: normal;
	font-weight: 600;
}

.mb_sbold{
	font-family: miller-banner, serif;
	font-style: normal;
	font-weight: 600;
}

.k_regular{
	font-family: "kepler-std-condensed-subhead", serif;
	font-style: normal;
	font-weight: 400;
}

.k_sbold{
	font-family: "kepler-std-semicondensed-dis", serif;
	font-weight: 600;
	font-style: normal;
}
/*明朝系*/

/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
.iframe01 > iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
/*iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}*/
::-webkit-scrollbar{
	display: none;
}
::scrollbar{
	display: none;
}
::before,
::after{
	box-sizing: border-box;
}

.border_top,
.border_bottom,
.border_left,
.border_right{
	content: '';
	width: auto;
	height: auto;
	background-color: #C83232;
	position: absolute;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: auto;
	z-index: 1;
}
/*.border_top{
	height: .1rem;
	top: calc(-.1rem / 2);
	left: 0;
	right: 0;
}
.border_bottom{
	height: .1rem;
	bottom: calc(-.1rem / 2);
	left: 0;
	right: 0;
}
.border_left{
	width: .1rem;
	top: calc(-.1rem / 2);
	bottom: calc(-.1rem / 2);
	left: calc(-.1rem / 2);
}
.border_right{
	width: .1rem;
	top: calc(-.1rem / 2);
	bottom: calc(-.1rem / 2);
	right: calc(-.1rem / 2);
}*/
.border_top{
	height: 1px;
	top: calc(-1px / 2);
	left: 0;
	right: 0;
}
.border_bottom{
	height: 1px;
	bottom: calc(-1px / 2);
	left: 0;
	right: 0;
}
.border_left{
	width: 1px;
	top: calc(-1px / 2);
	bottom: calc(-1px / 2);
	left: calc(-1px / 2);
}
.border_right{
	width: 1px;
	top: calc(-1px / 2);
	bottom: calc(-1px / 2);
	right: calc(-1px / 2);
}

/*body,
main,
header,
footer{
	min-width: 128.0rem;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 32.0rem;
	}
}*/

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main{
	width: 100%;
	height: auto;
	padding-top: 7.0rem;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	main{
		padding-top: 5.0rem;
	}
}
header.else + main{
	padding-top: calc(7.0rem + 3.0rem);
}
@media only screen and (max-width: 767px){
	header.else + main{
		padding-top: calc(5.0rem + 2.4rem);
	}
}

/*headerここから*/
header{
	width: 100%;
	height: 7.0rem;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #f5f5f5;
}
@media only screen and (max-width: 767px){
	header{
		height: 5.0rem;
	}
}
header.else{
	height: calc(7.0rem + 3.0rem);
}
@media only screen and (max-width: 767px){
	header.else{
		height: calc(5.0rem + 2.4rem);
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 1.4rem 3.9rem 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	position: relative;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0 1.4rem;
		align-items: center;
	}
}
header.else .header01{
	height: calc(100% - 3.0rem);
}
@media only screen and (max-width: 767px){
	header.else .header01{
		height: calc(100% - 2.4rem);
	}
}
header .header01 h1{
	width: 26.0rem;
	height: auto;
	display: block;
	position: absolute;
	top: 2.2rem;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: all 0s;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 17.4rem;
		top: 1.5rem;
	}
}
header .header01 h1 a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 h1 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 .slide-menu-btn{
	width: 4.8rem;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0;
	border: 2px solid #C83232;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn{
		width: 3.2rem;
	}
}
header .header01 .slide-menu-btn .line-bar_area{
	width: 2.3rem;
	height: 1.6rem;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn .line-bar_area{
		width: 1.5rem;
		height: 1.1rem;
	}
}
header .header01 .slide-menu-btn .line-bar_area::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #C83232;
	border-radius: calc(2px / 2);
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.6s ease;
}
header .header01 .slide-menu-btn.active .line-bar_area::before{
	transform: rotate(calc(180deg + 45deg));
	bottom: 0;
}
header .header01 .slide-menu-btn .line-bar_area::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #C83232;
	border-radius: calc(2px / 2);
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.6s ease;
}
header .header01 .slide-menu-btn.active .line-bar_area::after{
	transform: rotate(calc(180deg + 45deg + 90deg));
	top: 0;
}
header .header01 .slide-menu-btn .line-bar_area .line-bar{
	width: 100%;
	height: 2px;
	margin: 0;
	background-color: #C83232;
	border-radius: calc(2px / 2);
	display: block;
	transition: all 1.0s ease;
}
header .header01 .slide-menu-btn.active .line-bar_area .line-bar{
	background-color: transparent;
	transition: all 1.0s ease;
}
header .header01 nav{
	width: 28.0rem;
	/*height: 100vh;
	height: calc(var(--vh, 1vh) * 100);*/
	height: auto;
	max-height: calc(100vh - (4.0rem * 2));
	max-height: calc(var(--vh, 1vh) * 100 - (4.0rem * 2));
	background-color: #f5f5f5;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 4.0rem;
	right: calc( -1 * (28.0rem + 1.0rem));
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		max-height: calc(100vh - (2.0rem * 2));
		max-height: calc(var(--vh, 1vh) * 100 - (2.0rem * 2));
		top: 2.0rem;
	}
}
header .header01 .panelactive{
	right: 4.0rem;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	header .header01 .panelactive{
		right: 4.7rem;
	}
}
header .header01 nav .nav_01{
	width: 100%;
	height: auto;
	padding: 1.5rem 0 0;
	margin: 0;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
	}
}
header .header01 nav .nav_01 > .border_top{
	top: 0;
}
header .header01 nav .nav_01 > .border_bottom{
	bottom: 0;
}
header .header01 nav .nav_01 > .border_left{
	left: 0;
}
header .header01 nav .nav_01 > .border_right{
	right: 0;
}
header .header01 nav .nav_01 > li{
	width: 100%;
	height: auto;
	padding: 1.5rem 2.0rem;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li{
	}
}
header .header01 nav .nav_01 > li:nth-of-type(1){
	padding-top: 0;
}
header .header01 nav .nav_01 > li > a{
	width: auto;
	height: auto;
	font-size: 2.0rem;
	line-height: 2.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
	}
}
header .header01 nav .nav_01 .drop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
header .header01 nav .nav_01 .drop > .item01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop > .item01{
	}
}
header .header01 nav .nav_01 .drop > .item01 > .item01_01{
	width: auto;
	height: auto;
	font-size: 2.0rem;
	line-height: 2.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop > .item01 > .item01_01{
	}
}
header .header01 nav .nav_01 .drop > ul{
	width: 100%;
	height: auto;
	margin: 2.4rem 0 0;
	display: block;
}
/*ナビアニメーション(ドロップダウン)指示*/
header .header01 nav .nav_01 .drop > ul li{
	width: 100%;
	height: auto;
	margin: .8rem 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
header .header01 nav .nav_01 .drop > ul li:nth-of-type(1){
	margin-top: 0;
}
header .header01 nav .nav_01 .drop > ul li a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 2.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop > ul li a{
	}
}
header .header01 nav .nav_01 .drop > ul li .category{
	font-size: 1.2rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop > ul li .category{
	}
}
header .header01 nav .nav_01 .drop > ul li a > .photo01{
	width: 2.6rem;
	height: 2.6rem;
	margin: -.2rem 1.1rem 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
header .header01 nav .nav_01 .drop > ul li a > .photo02{
	width: 2.6rem;
	height: 2.6rem;
	margin: -.2rem 1.1rem 0 0;
	background-color: #C83232;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
header .header01 nav .nav_01 .drop > ul li a > .photo02::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/logo02.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
header .header01 nav .nav_01 .nav01_01{
	padding: 1.7rem 2.0rem;
	background-color: #C83232;
}
header .header01 nav .nav_01 .nav01_01::before{
	content: '';
	width: 2.0rem;
	height: 2.0rem;
	margin: .2rem 1.1rem 0 0;
	border: .1rem solid #f5f5f5;
	border-radius: 50%;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/header/item01.webp);
	background-repeat: no-repeat;
	background-size: .8rem auto;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
header .header01 nav .nav_01 .nav01_01 ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
header .header01 nav .nav_01 .nav01_01 ul li{
	width:100%;
	height: auto;
	margin: 1.5rem 0 0;
	border: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
header .header01 nav .nav_01 .nav01_01 ul li:nth-of-type(1){
	margin-top: 0;
}
header .header01 nav .nav_01 .nav01_01 ul li a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.0rem;
	line-height: 2.0rem;
	color: #f5f5f5;
	display: block;
}
header .header01 nav .nav_01 .nav01_01 ul li .text01{
	width: auto;
	height: auto;
	margin: 1.1rem 0 0;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #f5f5f5;
	display: block;
}
header .header01 nav .nav_01 .nav01_02{
	padding: 1.5rem 3.0rem;
	margin: 0;
}
header .header01 nav .nav_01 .nav01_02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4rem;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .nav01_02 > a{
	}
}
header .header02{
	width: 100%;
	height: 3.0rem;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 767px){
	header .header02{
		height: 2.4rem;
	}
}
header .header02 > .border_top{
	top: 0;
}
header .header02 > .border_bottom{
	bottom: 0;
}
header .header02 .header02_01{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header02 .header02_01{
	}
}
header .header02 .header02_01 > .text01{
	width: auto;
	height: auto;
	padding: 0 1.0rem 0 0;
	margin: 0;
	font-size: 1.7rem;
	line-height: 2.4rem;
	color: #C83232;
	letter-spacing: calc((80/1000)*1em);
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header02 .header02_01 > .text01{
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
}
header .header02 .header02_01 > .text01:nth-of-type(1){
    animation: loop 120s -60s linear infinite;
}
header .header02 .header02_01 > .text01:nth-of-type(2){
    animation: loop2 120s linear infinite;
}
@keyframes loop{
0% {
	transform: translateX(100%);
	}
to {
	transform: translateX(-100%);
	}
}

@keyframes loop2{
0% {
	transform: translateX(0);
	}
to {
	transform: translateX(-200%);
	}
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #C83232;
	display: block;
}
footer .footer01{
	width: 100.0rem;
	height: auto;
	padding: 4.0rem 0 3.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		max-width: 32.0rem;
		padding: 3.0rem 0 1.2rem;
		align-items: center;
	}
}
footer .footer01 .footer01_01{
	width: 100%;
	height: auto;
	margin: 0 0 5.2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01{
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin: 0 0 5.5rem;
	}
}
footer .footer01 .footer01_01 .logo{
	width: 21.6rem;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 .logo{
		width: 17.3rem;
		margin: 0 0 5.1rem;
	}
}
footer .footer01 .footer01_01 .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01 > ul{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 > ul{
		align-items: center;
	}
}
footer .footer01 .footer01_01 > ul li{
	width: auto;
	height: auto;
	margin: 1.2rem 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 > ul li{
		margin: 1.2rem 0 0;
	}
}
footer .footer01 .footer01_01 > ul li:nth-of-type(1){
	margin-top: 0;
}
footer .footer01 .footer01_01 > ul li >.border_bottom{
	background-color: #f5f5f5;
}
footer .footer01 .footer01_01 > ul li > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing: calc((30/1000)*1em);
	color: #f5f5f5;
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer .footer01 .footer01_01 > ul li > a::before{
	content: '';
	width: 1.6rem;
	height: .7rem;
	margin: 0 .7rem 0 0;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/footer/item01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
footer .footer01 .footer01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02{
		justify-content: flex-start;
		flex-direction: column;
	}
}
footer .footer01 .footer01_02 > ul{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 > ul{
		width: 100%;
		margin: -.9rem calc(-.9rem / 2) 1.7rem;
		justify-content: center;
		flex-wrap: wrap;
	}
}
footer .footer01 .footer01_02 > ul li{
	width: auto;
	height: auto;
	margin: 0 0 0 23px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 > ul li{
		margin: .9rem calc(.9rem / 2) 0;
		flex-shrink: 0;
	}
}
footer .footer01 .footer01_02 > ul li:nth-of-type(1){
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 > ul li:nth-of-type(1){
		margin-left: calc(.9rem / 2);
	}
}
footer .footer01 .footer01_02 > ul li > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.0rem;
	line-height: 1.2rem;
	letter-spacing: calc((10/1000)*1em);
	color: #f5f5f5;
	display: block;
}
footer .footer01 .footer01_02 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((30/1000)*1em);
	color: #f5f5f5;
	display: block;
}
/*footerここまで*/

/*btn-topここから*/
.btn-top{
	width: 5.0rem;
	height: 5.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: 2.0rem;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}
.btn-top::before{
	content: '';
	width: 50%;
	height: 40%;
	margin: 0;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background-color: #104EA3;
	display: block;
}
@media only screen and (max-width: 767px) {
	.btn-top {
		right: 0;
	}
}
/*btn-topここまで*/

/*includeここから*/

/*.eyecatch_incここから*/
.eyecatch_inc.top{
	width: 100%;
	/*min-width: 128.0rem;*/
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top{
		/*min-width: 32.0rem;*/
	}
}
.eyecatch_inc.top.slide{
	overflow: hidden;
}
.eyecatch_inc.top.scroll{
	/*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top.scroll{
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eyecatch_inc.top.scroll .eyecatch_inc01{
	justify-content: flex-start;
	flex-direction: column;
}
.eyecatch_inc.top.slide .eyecatch_inc01 .slick-list{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.eyecatch_inc.top.scroll .eyecatch_inc01 .eyecatch_inc01_01{
	/*position: fixed;*/
	position: sticky;
	top: 0;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01:hover{
	opacity: 1;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01{
	width: auto;
	max-width: calc(100% - (12.0rem * 2));
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: absolute;
	top: 4.0rem;
	bottom: auto;
	left: 12.0rem;
	right: auto;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01{
		max-width: calc(100% - (3.7rem * 2));
		top: 2.0rem;
		left: 3.7rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01 > .text01_01{
	width: auto;
	height: auto;
	margin: .8rem 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01  > .text01_01{
		margin: .4rem 0 0;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01 > .text01_01:nth-of-type(1){
	margin-top: 0;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01 > .text01_01 > .text01_01_01{
	width: auto;
	height: auto;
	padding: .7rem 1.4rem;
	margin: .8rem 0 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #f5f5f5;
	background-color: #C83232;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01  > .text01_01 > .text01_01_01{
		margin: .4rem 0 0;
		padding: .2rem 1.1rem;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01 > .text01_01 > .text01_01_01:nth-of-type(1){
	margin-top: 0;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01 > .text01_01 > .text01_01_02{
	width: auto;
	height: auto;
	padding: .3rem 1.4rem .5rem;
	margin: 0;
	font-size: 4.0rem;
	line-height: 4.0rem;
	color: #f5f5f5;
	background-color: #C83232;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01  > .text01_01 > .text01_01_02{
		padding: .1rem 1.1rem .3rem;
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01 > .text01_01 > .text01_01_03{
	width: auto;
	height: auto;
	padding: .3rem 1.4rem .5rem;
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #f5f5f5;
	background-color: #C83232;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > .text01  > .text01_01 > .text01_01_03{
		padding: .2rem 1.1rem .4rem;
		font-size: 1.0rem;
		line-height: 1.0rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02{
	width: 48.0rem;
	height: auto;
	display: block;
	position: fixed;
	top: auto;
	bottom: 3.0rem;
	left: auto;
	right: 6.1rem;
	margin: auto;
	display: none;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02{
		width: auto;
		left: 2.7rem;
		right: 2.7rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 > .popup-close-btn{
	width: 3.0rem;
	height: 3.0rem;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	cursor: pointer;
	position: absolute;
	top: -3.0rem;
	bottom: auto;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 > .popup-close-btn{
		width: 2.4rem;
		height: 2.4rem;
		top: -2.4rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 > .popup-close-btn > .line-bar{
	width: 3.0rem;
	height: 1px;
	background-color: #C83232;
	border-radius: calc(1px / 2);
	display: block;
	position: relative;
	transform: rotate(135deg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 > .popup-close-btn > .line-bar{
		width: 2.4rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 > .popup-close-btn > .line-bar::before{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background-color: #C83232;
	border-radius: calc(1px / 2);
	position: absolute;
	top: 0;
	transform: rotate(90deg);
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01{
		width: auto;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	background-color: #f5f5f5;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_01{
	width: 50%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_01 > .link01{
	width: 100%;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_01 > .link01.off{
	pointer-events: none;
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02{
	width: 50%;
	height: auto;
	padding: 0 0 3.8rem;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02{
		padding: 0 0 1.2rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 > .text01{
	width: 100%;
	height: 6.0rem;
	margin: 0 0 2.3rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((70/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 > .text01{
		height: 3.8rem;
		margin: 0 0 1.1rem;
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 > .text01::before{
	content: '';
	width: 4.6rem;
	height: 5.4rem;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/eyecatch_inc/index/item01_1.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 1.5rem;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 > .text01::before{
		width: 2.9rem;
		height: 3.6rem;
		left: .9rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 > .text01::after{
	content: '';
	width: 4.1rem;
	height: 5.4rem;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/eyecatch_inc/index/item01_2.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 1.8rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 > .text01::after{
		width: 2.6rem;
		height: 3.6rem;
		right: .9rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01{
	width: auto;
	max-width: 90%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01{
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 .9rem;
	font-size: 1.4rem;
	line-height: 2.2rem;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .text01{
		margin: 0 0 .5rem;
		font-size: 1.0rem;
		line-height: 1.6rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 1.4rem;
	font-size: 1.4rem;
	line-height: 2.0rem;
	letter-spacing: calc((100/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .text02{
		margin: 0 0 .8rem;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .link01{
	width: auto;
	height: 2.4rem;
	padding: 0 1.2rem;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: calc((60/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .link01{
		height: 2.0rem;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .link01.off{
	pointer-events: none;
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .link01::before{
	content: '';
	width: 1.3rem;
	height: 1.3rem;
	margin: 0 .9rem 0 0;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/eyecatch_inc/index/item02.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .link01.off::before{
	display: none;
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .link01::after{
	content: 'BUY';
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: calc((60/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .link01::after{
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eyecatch_inc02_01 .eyecatch_inc02_01_01 .eyecatch_inc02_01_01_02 .eyecatch_inc02_01_01_02_01 > .link01.off::after{
	content: 'ASK in STORE';
}
.eyecatch_inc.top .eyecatch_inc01 .slick-dots{
	width: 120.0rem;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: 3.0rem;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .slick-dots{
	}
}
.eyecatch_inc.top .eyecatch_inc01 .slick-dots li{
	width: 1.0rem;
	height: 1.0rem;
	margin: 0 .9rem;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc01 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc01 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	opacity: 1;
	position: static;
	background: none;
	background-color: #f5f5f5;
	border: .1rem solid #C83232;
}
.eyecatch_inc.top .eyecatch_inc01 .slick-dots .slick-active button::before{
	background-color: #C83232;
}
.eyecatch_inc.short{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.eyecatch_inc.short .eyecatch_inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eyecatch_inc.short .eyecatch_inc01 > .text01{
	width: auto;
	height: auto;
	font-size: 2.8rem;
	line-height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 > .text01{
		font-size: 1.4rem;
		line-height: 1.2rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift{
	width: 100%;
	height: auto;
	padding: 2.1rem 0 10.0rem;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift{
		padding: 2.9rem 0 6.2rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.9rem;
	font-size: 26.0rem;
	line-height: 26.0rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .text01{
		margin: 0 0 2.1rem;
		font-size: 7.2rem;
		line-height: 7.2rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .text02{
	width: auto;
	height: auto;
	margin: 0 0 7.3rem;
	font-size: 4.8rem;
	line-height: 4.8rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .text02{
		margin: 0 0 5.3rem;
		font-size: 2.0rem;
		line-height: 2.0rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01{
		width: 30.0rem;
		flex-wrap: wrap;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01{
	width: auto;
	height: auto;
	margin: 0 0 0 5.7rem;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01{
		margin: 4.4rem 3.5rem 0 0;
	}
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(3n){
		margin-right: 0;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(1){
	width: 11.8rem;
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(1){
		width: 6.1rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(2){
	width: 10.6rem;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(2){
		width: 5.5rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(3){
	width: 11.9rem;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(3){
		width: 6.2rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(4){
	width: 11.8rem;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(4){
		width: 7.1rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(5){
	width: 10.2rem;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(5){
		width: 6.1rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(6){
	width: 10.8rem;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01:nth-of-type(6){
		width: 5.9rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .eyecatch_inc01_01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .link01{
	width: 16.0rem;
	height: 16.0rem;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	position: fixed;
	top: auto;
	bottom: 4.0rem;
	left: auto;
	right: 4.0rem;
	margin: auto;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .link01{
		width: 10.0rem;
		height: 10.0rem;
		bottom: 2.1rem;
		right: 2.1rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .link01 > a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01.any_gift > .link01 > a > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.eyecatch_inc.short .eyecatch_inc01 .photo01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .photo01{
	}
}
.eyecatch_inc.short .eyecatch_inc01 .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.eyecatch_incここまで*/

/*.pan_incここから*/
.pankuzu_inc{
	width: 100%;
	height: auto;
}
.pankuzu_inc .pankuzu_inc_inner{
	width: 118.0rem;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner{
		width: 90%;
		max-width: 32.0rem;
	}
}
.pankuzu_inc .pankuzu_inc_inner > a{
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > a{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
.pankuzu_inc .pankuzu_inc_inner > span{
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > span{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
.pankuzu_inc .pankuzu_inc_inner > p{
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > p{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
/*.pan_incここまで*/

/*.paginationここから*/
.wp-pagenavi {
	width: 118.0rem;
	height: auto;
	margin: calc(-3.0rem / 2) 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		width: 100%;
		max-width: 32.0rem;
	}
}
.wp-pagenavi span{
	width: 3.7rem;
	height: 3.7rem;
	font-size: 1.3rem;
	line-height: 3.7rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(3.0rem / 2);
	border: .1rem solid #cccccc;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi a{
	width: 3.7rem;
	height: 3.7rem;
	font-size: 1.3rem;
	line-height: 3.7rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(3.0rem / 2);
	border: .1rem solid #DDDDDD;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi .current{
	width: 3.7rem;
	height: 3.7rem;
	font-size: 1.3rem;
	line-height: 3.7rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(3.0rem / 2);
	border: .1rem solid #E9EAEF;
	background-color: #E9EAEF;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi .previouspostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .previouspostslink::before{
	content: '';
	width: .6rem;
	height: .6rem;
	margin: 0 -.3rem 0 0;
	border-top: .1rem solid #262626;
	border-left: .1rem solid #262626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .nextpostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .nextpostslink::before{
	content: '';
	width: .6rem;
	height: .6rem;
	margin: 0 0 0 -.3rem;
	border-bottom: .1rem solid #262626;
	border-right: .1rem solid #262626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend{
	display: none;
}
/*.paginationここまで*/

/*.loading_incここから*/
.loading_inc{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	overflow: hidden;
}
.loading_inc .loading_inc_01{
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.loading_inc .loading_inc_01 > .item01{
	width: 40.0rem;
	height: auto;
	margin: 0 0 3.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item01{
		width: 25.4rem;
		margin: 0 0 2.5rem;
	}
}
.loading_inc .loading_inc_01 > .item01 > .item01_01{
	width: 4.5rem;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item01 > .item01_01{
		width: 2.9rem;
	}
}
.loading_inc .loading_inc_01 > .item01 > .item01_01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.loading_inc .loading_inc_01 > .item01 > .item01_02{
	width: 33.2rem;
	height: auto;
	margin: 0 0 -1.3rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item01 > .item01_02{
		width: 21.1rem;
		margin: 0 0 -.8rem;
	}
}
.loading_inc .loading_inc_01 > .item01 > .item01_02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.loading_inc .loading_inc_01 > .item02{
	width: 39.0rem;
	height: auto;
	margin: 0 0 2.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item02{
		width: 24.9rem;
	}
}
.loading_inc .loading_inc_01 > .item02 > .item02_01{
	width: 3.8rem;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item02 > .item02_01{
		width: 2.5rem;
	}
}
.loading_inc .loading_inc_01 > .item02 > .item02_01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.loading_inc .loading_inc_01 > .item02 > .item02_02{
	width: 32.7rem;
	height: auto;
	margin: .3rem 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item02 > .item02_02{
		width: 20.9rem;
		margin: .1rem 0 0;
	}
}
.loading_inc .loading_inc_01 > .item02 > .item02_02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.loading_inc .loading_inc_01 > .item03{
	width: 39.6rem;
	height: auto;
	margin: 0 0 4.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item03{
		width: 25.2rem;
		margin: 0 0 3.5rem;
	}
}
.loading_inc .loading_inc_01 > .item03 > .item03_01{
	width: 3.9rem;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item03 > .item03_01{
		width: 2.6rem;
	}
}
.loading_inc .loading_inc_01 > .item03 > .item03_01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.loading_inc .loading_inc_01 > .item03 > .item03_02{
	width: 33.6rem;
	height: auto;
	margin: .3rem 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item03 > .item03_02{
		width: 21.4rem;
		margin: .1rem 0 0;
	}
}
.loading_inc .loading_inc_01 > .item03 > .item03_02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.loading_inc .loading_inc_01 > .item04{
	width: 39.3rem;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.loading_inc .loading_inc_01 > .item04{
		width: 21.2rem;
	}
}
.loading_inc .loading_inc_01 > .item04 > img{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
.loading_inc .loading_inc_02{
	width: auto;
	height: auto;
	background-color: #C83232;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
/*.loading_incここまで*/

/*.inc01ここから 装飾のベースはトップページ*/
.inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc01 .inc01_01{
	width: 104.0rem;
	height: auto;
	padding: 14.0rem 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01{
		width: 27.5rem;
		padding: 8.0rem 0 0;
	}
}
.else.inc01 .inc01_01{
	padding: 10.0rem 0 10.1rem;
}
@media only screen and (max-width: 767px) {
	.else.inc01 .inc01_01{
		padding: 10.0rem 0 8.0rem;
	}
}
.brand_premium.inc01 .inc01_01,
.brand_pop.inc01 .inc01_01{
	padding: 15.6rem 0 14.0rem;
}
@media only screen and (max-width: 767px) {
	.brand_premium.inc01 .inc01_01,
	.brand_pop.inc01 .inc01_01{
		padding: 11.6rem 0 13.0rem;
	}
}
.brand_japan.inc01 .inc01_01{
	padding: 13.5rem 0 14.0rem;
}
@media only screen and (max-width: 767px) {
	.brand_japan.inc01 .inc01_01{
		padding: 13.0rem 0 13.0rem;
	}
}
.index.inc01 .inc01_01 > .item01{
	width: 15.0rem;
	height: auto;
	display: block;
	position: absolute;
	top: auto;
	bottom: 9.5rem;
	left: 2.4rem;
	right: auto;
	margin: auto;
	z-index: 1;
}
.index.inc01 .inc01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.category.inc01 .inc01_01 > .item02{
	width: 19.3rem;
	height: auto;
	display: block;
	position: absolute;
	top: 4.5rem;
	bottom: auto;
	left: auto;
	right: 16.3rem;
	margin: auto;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	.category.inc01 .inc01_01 > .item02{
		width: 6.7rem;
		top: 4.1rem;
		right: -1.2rem;
	}
}
.category.inc01 .inc01_01 > .item02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.inc01 .inc01_01 .inc01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01{
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}
.else.inc01 .inc01_01 .inc01_01_01{
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.else.inc01 .inc01_01 .inc01_01_01{
	}
}
.inc01 .inc01_01 .inc01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 > .text01{
		margin: 0 0 5.6rem;
	}
}
.else.inc01 .inc01_01 .inc01_01_01 > .text01{
	margin: 0 0 6.0rem;
}
@media only screen and (max-width: 767px) {
	.else.inc01 .inc01_01 .inc01_01_01 > .text01{
		margin: 0 0 5.0rem;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01{
	width: 72.0rem;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01{
		width: 100%;
	}
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01{
	width: 104.0rem;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01{
		width: 100%;
		align-items: flex-start;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01{
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01{
	width: 104.0rem;
	margin: 0 calc((-3.8rem * 1) / 2);
	justify-content: center;
	flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
	.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01{
		width: 100%;
		margin: 0;
		justify-content: flex-start;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01{
	width: 32.0rem;
	height: auto;
	margin: 6.0rem 0 0;
	display: none;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01{
		width: 100%;
		margin: 4.5rem 0 0;
	}
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01{
	width: calc((100% - 3.8rem * 2) / 3);
	max-width: 32.0rem;
	margin: 0 calc((3.8rem * 1) / 2);
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((-40/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01{
		width: 100%;
		margin: 4.5rem 0 0;
		font-size: 1.2rem;
		line-height: 2.2rem;
		display: none;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01:nth-of-type(-n+4){
	display: block;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01:nth-of-type(-n+2){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01:nth-of-type(2){
		margin-top: 4.5rem;
	}
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01:first-of-type{
	margin-left: 0;
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01:last-of-type{
	margin-right: 0;
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01.slick_start .inc01_01_01_01_01_01:first-of-type{
	margin-left: calc((3.8rem * 1) / 2);
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01.slick_start .inc01_01_01_01_01_01:last-of-type{
	margin-right: calc((3.8rem * 1) / 2);
}
@media only screen and (max-width: 767px) {
	.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01:nth-of-type(-n+4){
		display: block;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01{
		align-items: flex-start;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo01{
	width: 100%;
	height: auto;
	aspect-ratio: 320/200;
	margin: 0;
	display: block;
	position: relative;
	overflow: hidden;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo01:hover{
	opacity: 1;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo01 > .photo01_01{
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo01:hover > .photo01_01{
	background-color: #C83232;
	background-blend-mode: screen;
	transition: all .5s;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo02{
	width: 100%;
	height: auto;
	aspect-ratio: 320/200;
	margin: 0;
	background-color: #C83232;
	display: block;
	position: relative;
	overflow: hidden;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo02 > .photo02_01{
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo02 > .photo02_01::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/logo02.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo01 > .icon01,
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .photo02 > .icon01{
	width: 6.0rem;
	height: 2.4rem;
	padding: 0 0 .1rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #f5f5f5;
	letter-spacing: calc((20/1000)*1em);
	background-color: #C83232;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
	z-index: 1;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 1.0rem 0;
	margin: 0 0 1.9rem;
	font-size: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .text01{
		padding: .5rem 0;
		margin: 0 0 1.6rem;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .text01 > a{
	width: auto;
	height: auto;
	margin: .1rem 0 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((-40/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .text01 > a{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .text01 > a:nth-of-type(1){
	margin-top: 0;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .text02{
	width: 100%;
	height: auto;
	margin: 0 0 1.7rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((40/1000)*1em);
	display: block;
	text-align: justify;
	text-align-last: left;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .text02{
		margin: 0 0 1.6rem;
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .link01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing: calc((60/1000)*1em);
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .inc01_01_01_01_01_01 .inc01_01_01_01_01_01_01 > .link01::before{
	content: '';
	width: 1.6rem;
	height: .7rem;
	margin: 0 .8rem 0 0;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/inc01/item01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .slick-prev,
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .slick-next{
	width: 3.8rem;
	height: 3.8rem;
	top: 8.1rem;
	bottom: auto;
	z-index: 10;
	transform: none;
	transition: all .5s;
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .slick-prev{
	left: -7.1rem;
	right: auto;
	margin: auto;
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .slick-next{
	left: auto;
	right: -7.1rem;
	margin: auto;
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .slick-prev::before{
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/inc01/else/arrow01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
	display: block;
}
.else.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .inc01_01_01_01_01 .slick-next::before{
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/inc01/else/arrow02.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
	display: block;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 > .item01{
	width: 4.0rem;
	height: 4.0rem;
	margin: 8.0rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 > .item01{
		margin: 6.6rem 0 0;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 > .item01 > .line-bar{
	width: 2.8rem;
	height: .1rem;
	background-color: #C83232;
	display: block;
	transform: rotate(90deg);
	transition: all .5s;
	position: relative;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 > .item01.open > .line-bar{
	transform: rotate(180deg);
	transition: all .5s;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 > .item01 > .line-bar::before{
	content: '';
	width: 100%;
	height: .1rem;
	display: block;
	background-color: #C83232;
	position: absolute;
	top: 0;
	transform: rotate(90deg);
	transition: all .5s;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 > .item01.open > .line-bar::before{
	opacity: 0;
	transition: all .5s;
}
/*.inc01ここまで*/

/*.inc02ここから*/
.inc02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc02 .inc02_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.else.inc02 .inc02_01{
	padding: 0 0 14.0rem;
}
@media only screen and (max-width: 767px) {
	.else.inc02 .inc02_01{
		padding: 0 0 12.0rem;
	}
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 > .item01{
		width: 4.8rem;
		height: auto;
		display: block;
		position: absolute;
		top: auto;
		bottom: -10.8rem;
		left: 3.3rem;
		right: auto;
		margin: auto;
	}
	.else.inc02 .inc02_01 > .item01{
		display: none;
	}
	.inc02 .inc02_01 > .item01 > img{
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}
}
.inc02 .inc02_01 .inc02_01_01{
	width: 104.0rem;
	height: auto;
	padding: 21.0rem 0 6.3rem;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01{
		width: 30.0rem;
		padding: 11.3rem 0 5.1rem;
	}
}
.inc02 .inc02_01 .inc02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
.inc02 .inc02_01 .inc02_01_01 > .text01 > .item01{
	width: 14.8rem;
	height: auto;
	display: block;
	position: absolute;
	top: -2.6rem;
	bottom: auto;
	left: auto;
	right: -67.7rem;
	margin: auto;
	z-index: -1;
}
.inc02 .inc02_01 .inc02_01_01 > .text01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.inc02 .inc02_01 .inc02_01_01 > .text01 > span:nth-of-type(1){
	width: auto;
	height: auto;
	margin: 0 0 .7rem;
	font-size: 6.0rem;
	line-height: 6.0rem;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 > .text01 > span:nth-of-type(1){
		margin: 0 0 .3rem;
		font-size: 4.0rem;
		line-height: 4.0rem;
	}
}
.inc02 .inc02_01 .inc02_01_01 > .text01 > span:nth-of-type(2){
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.8rem;
	line-height: 2.8rem;
	letter-spacing: calc((150/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 > .text01 > span:nth-of-type(2){
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: calc((60/1000)*1em);
	}
}
.inc02 .inc02_01 .inc02_01_02{
	width: 104.0rem;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02{
		width: 100%;
	}
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01{
	width: 100%;
	height: auto;
	padding: 3.0rem 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01{
		padding: 0;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01{
	width: auto;
	height: auto;
	padding: 0 1.0rem 0 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01{
		width: 100%;
		padding: 2.5rem 3.8rem 4.3rem 3.8rem;
		justify-content: flex-start;
		flex-grow: 0;
	}
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 1.7rem;
	font-size: 4.0rem;
	line-height: 4.0rem;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01 > .text01{
		margin: 0 0 1.4rem;
		font-size: 2.4rem;
		line-height: 2.4rem;
		letter-spacing: calc((120/1000)*1em);
	}
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((-30/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01 > .text02{
		margin: 0 0 2.0rem;
	}
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01 > .link01{
	width: auto;
	height: auto;
	margin: auto 0 0;
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing: calc((60/1000)*1em);
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01 > .link01{
		margin: 0;
	}
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .inc02_01_02_01_01 > .link01::before{
	content: '';
	width: 1.6rem;
	height: .7rem;
	margin: 0 .8rem 0 0;
	background-image: url(/special/beamsgift/wp-content/themes/beams_gift_theme/img/common/inc02/item01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 > .photo01{
	width: 72.0rem;
	height: auto;
	min-height: 24.0rem;
	margin: 0;
	display: block;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 > .photo01{
		width: 100%;
		height: 20.0rem;
		min-height: initial;
	}
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 > .photo01:hover{
	opacity: 1;
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 > .photo01 > .photo01_01{
	width: auto;
	height: auto;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s;
}
.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 > .photo01:hover > .photo01_01{
	background-color: #C83232;
	background-blend-mode: screen;
	transition: all .5s;
}
/*.inc02ここまで*/
/*includeここまで*/