@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
#site_body { overflow-x: visible!important; }
.fixed-sp	{ z-index: -1; }
header.store_header_wrap.fixed-sp	{ z-index: 150; }

@media (max-width: 1000px) {
	#site_body { overflow-x: visible!important; }
	.result_suggest_title .result_suggest_list { margin: 0 -1.5rem!important; }
}
.search_feature.active, 
.search_styling.active, 
.result_suggest	{ background-color: #fff; position: relative; z-index: 2; }
search_box	{ z-index: 3; }
.header_caution { height: 48px; }
#contents { width: 100%!important; max-width: 100%!important; padding: 0; margin: 0; }
#pisss { width: 100%!important; max-width: 100%!important; }
#pi { width: 100%!important; max-width: 100%!important; margin: 0; background-color: transparent!important; padding: 0; }
#pi > img { display: none!important; }
@media (min-width: 768px)	{
	.result_suggest_title .result_suggest_list { margin: 0 -1.5rem 0; }
}
.section_main, 
.seach_sort_wrapper,
.search_contents,
.bread	{ background-color: #fff; }
.seach_sort_wrapper,
.search_contents,
.bread,
.store_footer	{ position: relative; z-index: 2; }
.result_suggest	{ margin: 0; }
.pi_description	{ padding: 0!important; background-color: #fff; }
.pi_lgzformat	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; padding: 0; margin: 0; letter-spacing:0; position: relative; }
.pi_lgzformat div	{ letter-spacing: 0; }
.pi_lgzformat *	{ color:#fff; letter-spacing: 0; font-family: "Montserrat", "Noto Sans JP", sans-serif; font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; -webkit-font-smoothing: antialiased; }
.pi_lgzformat video, 
.pi_lgzformat img, 
.pi_lgzformat picture	{ width: 100%; vertical-align: bottom; line-height: 1;  }
.pi_lgzformat ul:before,
.pi_lgzformat ol:before,
.pi_lgzformat dl:before, 
.pi_lgzformat ul:after, 
.pi_lgzformat ol:after, 
.pi_lgzformat dl:after	{ display: none!important; }
.pi_lgzformat img	{ width: 100%; vertical-align: bottom; line-height: 0; }
.pi_lgzformat .small {font-size:80%;}
.pi_lgzformat .center-text	{ text-align: center; }
.pi_lgzformat_inner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #ffffff; z-index: 2; position: relative; overflow: visible; }
.pi_lgzformat_inner.columnbgcl	{ background-color: #d9e3e6; }
.contanc	{ width: 100%; height: 0px; transform: translateY(-48px); }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; }
.scrollIn.active	{ animation: fadein 1.8s both; }
.scrollActive	{ opacity: 0; }
.scrollActive.active	{ animation: fadein 1.8s both; }
@keyframes fadein	{ 
	from	{ opacity: 0; transform: translateY(20px); transition: 2s cubic-bezier(.24,.155,.275,.945); }
	to	{ opacity: 1; transform: translateY(0); transition: 2s cubic-bezier(.24,.155,.275,.945); }
}

/* ------------ MAIN AREA ------------- */
.mainarea-wrapper	{ display: -webkit-flex; display: flex; width: 100%; margin: 0; background-color: #000; aspect-ratio: 2 / 1; padding: 10px; position: relative; }
@media (max-width: 767.9px)	{ 
	.mainarea-wrapper > h1 { width: calc(100% - 20px); position: absolute; top: 10px; left: 10px; right: 10px; opacity: 0; transform: translateY(20px); }
	.mainarea-wrapper > h1.active { transition: opacity 1s cubic-bezier(.24,.155,.275,.945), transform 1s cubic-bezier(.24,.155,.275,.945); opacity: 1; transform: translateY(0); transition-delay: 2s; }
}
@media (min-width: 768px) {
	.mainarea-wrapper > h1	{ width: 40%; position: absolute; top: 20px; left: 50%; -webkit-transform: translateX(-50%);  transform: translate(-50%,40px); opacity: 0; }
	.mainarea-wrapper > h1.active	{ width: 40%; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%,0); opacity: 1; transition: opacity 1s cubic-bezier(.24,.155,.275,.945), transform 1s cubic-bezier(.24,.155,.275,.945); transition-delay: 2s; }
}
ul.mainarea	{ list-style: none; display: -webkit-flex; display: flex; width: 100%; height: 100%; background-color: #000; border-radius: 30px; position: relative; list-style: none; overflow: hidden; opacity: 0; }
ul.mainarea.active	{ transition: opacity .6s cubic-bezier(.24,.155,.275,.945); opacity: 1; transition-delay: .2s; }
ul.mainarea li	{ width: calc(100% / 5); height: 100%; overflow: hidden; position: relative; line-height: 1; }
ul.mainarea li picture, 
ul.mainarea li picture img, 
ul.mainarea li img	{
	opacity: 0;
	position: absolute; 
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform .7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform .7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1),transform .7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1),transform .7s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform .7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	will-change: opacity,transform
}
ul.mainarea li.active picture, 
ul.mainarea li.active picture img, 
ul.mainarea li.active img	{
	opacity: 1;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1),transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1),transform .7s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform .7s cubic-bezier(0.215, 0.61, 0.355, 1)
}
ul.mainarea li.visual01	{ background-color: #ed718c; }
ul.mainarea li.visual02	{ background-color: #517eaa; }
ul.mainarea li.visual03	{ background-color: #d2465d; }
ul.mainarea li.visual04	{ background-color: #747c66; }
ul.mainarea li.visual05	{ background-color: #9d5d79; }
ul.mainarea li.visual01 picture, 
ul.mainarea li.visual01 picture img, 
ul.mainarea li.visual01 img	{ bottom: 0; }
ul.mainarea li.visual02 picture, 
ul.mainarea li.visual02 picture img, 
ul.mainarea li.visual02 img	{ top: 0; }
ul.mainarea li.visual03 picture, 
ul.mainarea li.visual03 picture img, 
ul.mainarea li.visual03 img	{ bottom: 0; }
ul.mainarea li.visual04 picture, 
ul.mainarea li.visual04 picture img, 
ul.mainarea li.visual04 img	{ top: 0; }
ul.mainarea li.visual05 picture, 
ul.mainarea li.visual05 picture img, 
ul.mainarea li.visual05 img	{ bottom: 0; }
@media (max-width: 767.9px)	{ 
	.mainarea-wrapper	{ aspect-ratio: 15 / 23; }
	ul.mainarea li	{ width: calc(100% / 3); }
	ul.mainarea li.visual01	{ background-color: #5a3546; }
	ul.mainarea li.visual02	{ background-color: #953040; }
	ul.mainarea li.visual03	{ background-color: #c75d74; }
	ul.mainarea li.visual02 picture, 
	ul.mainarea li.visual02 picture img, 
	ul.mainarea li.visual02 img	{ top: auto; bottom: 0; }
	ul.mainarea li.visual04, 
	ul.mainarea li.visual05	{ display: none; }
}

/* ------------ INTRODUCTION ------------- */
.introduction-wrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; background-color: #000; margin: 0 0 20px; padding: 140px 10px 160px; }
.introimg	{ width: 33%; }
.introtxt	{ margin-left: 10.6%; }
.introtxt > p	{ font-size: clamp(13px, 20px, 1.1vw); font-family: "Noto Sans JP", sans-serif; line-height: 1.833;  }
@media (max-width: 767.9px)	{ 
	.introduction-wrapper	{ flex-wrap: wrap; margin: 0 0 20px; padding: 110px 10px 100px; }
	.introimg	{ width: 76.5%; margin: 0 0 90px; }
	.introtxt	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin-left: 0; }
}
@media (max-width: 374px)	{ 
	.introtxt > p	{ font-size: 11px; }
}

/* ------------ ITEM AREA ------------- */
.itemarea-wrapper	{ width: 100%; display: -webkit-flex; display: flex; position: relative; flex-direction: column; background-color: #fff; margin: 0 0 200px; }
.itemarea-inner	{ width: 100%; display: -webkit-flex; display: flex; width: 100%; position: relative; flex-direction: column; padding: 0 20px; background-color: #fff; }
.itemwrapper	{ width: 100%; min-height: calc(100vh - 100px); display: -webkit-flex; display: flex; flex-wrap: wrap; position: relative; align-items: flex-start; margin: 0 0 20px; }
/* .itemwrapper::before	{ position: -webkit-sticky; position: sticky; top: 48px; left: 0; width: 100%; height: 18px; content:""; background-color: #f0f; z-index: 5;  } */
/* .itemwrapper::after	{ position: -webkit-sticky; position: sticky; top: 0; left: 0; width: 100%; height: 100vh; content:""; z-index: 5; border-bottom: 20px solid #F00;  } */
.itemright	{ width: 3.73%; position: -webkit-sticky; position: sticky; top: 66px; height: calc(100vh - 86px); right: 0; border-top-right-radius: 30px; border-bottom-right-radius: 30px; background-color: #000; z-index: 5; }
.itemleft	{ width: 3.73%; position: -webkit-sticky; position: sticky; top: 66px; height: calc(100vh - 86px); left: 0; border-top-left-radius: 30px; border-bottom-left-radius: 30px; background-color: #000; z-index: 5; }
.itemleft::after	{ content:""; width: calc(100vw - 60px); position: absolute; bottom: -20px; height: 20px; left: 0; background-color: #fff; z-index: 5; }
.itemleft::before	{ content:""; width: calc(100vw - 60px); position: absolute; top: -20px; height: 20px; left: 0; background-color: #fff; z-index: 5; }
@media (max-width: 767.9px)	{ 
	.itemarea-wrapper	{ width: 100%; display: -webkit-flex; display: flex; position: relative; flex-direction: column; background-color: #fff; margin: 0 0 100px; }
	.itemright, 
	.itemleft, 
	.itemleft::after, 
	.itemleft::before	{ display: none!important; }
	.itemwrapper	{ min-height: auto; margin: 0 0 10px; }
	.itemarea-inner	{ padding: 0 2.66%; }
}

/* ------------ ITEM TEXT ------------- */
.itemText-wrapper	{ width: 49.69%; min-height: calc(100vh - 86px); position: -webkit-sticky; position: sticky; top: 66px; left: 0; background-color: #000; display: -webkit-flex; display: flex; align-items: flex-start; }
.itemText-inner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; padding: 53px 0 110px; }
.itemText-inner > strong	{ font-size: clamp(13px, 30px, 1.2vw); line-height: 1.56; font-weight: 500; margin: 0 0 10px; }
.itemText-inner > h2	{ font-size: clamp(33px, 88px, 3.45vw); line-height: 1.2; font-weight: 600; margin: 0 0 15px; padding-right: 5%; }
.itemdttx	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; margin: 0 0 20px; }
.itemdttx p.p3price	{ display: -webkit-flex; display: flex; align-items: flex-end; gap: .5em; margin: 0 0 16px; }
.itemdttx p.p3price b	{ font-size: clamp(24px, 52px, 2vw); line-height: 1; font-weight: 600; }
.itemdttx p.p3price span	{ font-size: clamp(10px, 20px, .8vw); line-height: 1.5; font-weight: 500; }
.itemdttx p.p3brn	{ display: -webkit-flex; display: flex; width: 100px; height: 35px; line-height: 1; }
.itemdttx p.p3brn a	{ font-size: 14px; font-weight: 600; line-height: 1; width: 100%; height: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 35px; }
.itemmovie	{ width: 100%; display: -webkit-flex; display: flex; justify-content: flex-end; align-items: flex-end; padding-right: 16.4%; gap: 18px; }
.itemmovie > ul	{ list-style: none; display: -webkit-flex; display: flex; flex-direction: column; gap: 23px; }
.itemmovie > ul > li	{ writing-mode: vertical-rl; white-space: nowrap; font-size: .9vw; line-height: 1.3; font-weight: 400; }
.video-inner	{ width: 58%; line-height: 1; }
@media (min-width: 820px) {
	.itemText-inner > h2 br	{ display: none; }
}
@media (max-width: 767.9px)	{ 
	.itemText-wrapper	{ width: 100%; min-height: auto; position: relative; top: auto; left: auto; border-radius: 30px 30px 0 0; padding: 37px 5.633%; }
	.itemText-inner	{ width: 100%; padding: 0; }
	.itemText-inner > strong	{ margin: 0 0 16px; }
	.itemText-inner > h2	{ margin: 0 0 8px; padding-right: 0; }
	.itemdttx	{ flex-direction: row; justify-content: space-between; align-items: flex-end; margin: 0 0 48px; }
	.itemdttx p.p3price	{ gap: .5em; margin: 0; }
	.itemdttx p.p3brn	{ margin: 0 0 4px; }
	.itemmovie	{ padding-right: 0; gap: 10px; }
	.video-inner	{ width: 82.539%; }
	.itemmovie > ul	{ gap: 17px; }
	.itemmovie > ul > li	{ font-size: 10px; }
}

/* ------------ ITEM IMAGES ------------- */
.itemImg	{ width: 42.85%; background-color: #000; position: relative; }
.itemImg > ul	{ width: 100%; list-style: none; display: -webkit-flex; display: flex; flex-direction: column; gap: 20px; padding: 125px 0 110px; }
@media (max-width: 767.9px)	{ 
	.itemImg	{ width: 100%; padding: 0  5.633% 90px; border-radius: 0 0 30px 30px; margin-top: -1px; }
	.itemImg > ul	{ display: block; gap: 0; padding: 0; }
}

/* ------------ ITEM BG COLOR ------------- */
.item01 .itemText-wrapper, 
.item01 .itemImg, 
.item01 .itemright, 
.item01 .itemleft	{ background-color: #d2465d; }
.item02 .itemText-wrapper, 
.item02 .itemImg, 
.item02 .itemright, 
.item02 .itemleft	{ background-color: #5079a2; }
.item03 .itemText-wrapper, 
.item03 .itemImg, 
.item03 .itemright, 
.item03 .itemleft	{ background-color: #a2607d; }
.item04 .itemText-wrapper, 
.item04 .itemImg, 
.item04 .itemright, 
.item04 .itemleft	{ background-color: #ed718c; }
.item05 .itemText-wrapper, 
.item05 .itemImg, 
.item05 .itemright, 
.item05 .itemleft	{ background-color: #747c66; }
@media (min-width: 1000.99px) {
	.item01 .itemdttx p.p3brn a:hover	{ color:#d2465d; background-color: #fff; }
	.item02 .itemdttx p.p3brn a:hover	{ color:#5079a2; background-color: #fff; }
	.item03 .itemdttx p.p3brn a:hover	{ color:#a2607d; background-color: #fff; }
	.item04 .itemdttx p.p3brn a:hover	{ color:#ed718c; background-color: #fff; }
	.item05 .itemdttx p.p3brn a:hover	{ color:#747c66; background-color: #fff; }
}

/* ------------ SLICK ------------- */
.slick-dots	{ bottom: -40px; display: -webkit-flex; display: flex!important; width: 86.1%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.slick-dots li	{ padding: 0; margin: 0; position: relative; flex-grow: 1; height: 100%; height: 3px; z-index: 2; }
.slick-dots li::after	{ content:""; position: absolute; top: 1px; left: 0; right: 0; width: 100%; height: 1px; background-color: #fff; z-index: 1; }
.slick-dots li.slick-active::after	{ top: 0; height: 3px; background-color: #fff; }
.slick-dots li > button	{ display: none; }
.slick-dotted.slick-slider	{ margin-bottom: 0!important; }
@media (max-width: 1000px) {
	.slick-dots	{ bottom: -30px; width: calc(100% - 72px); }
	.slick-slide	{ aspect-ratio: 4 / 5!important; line-height: 1; transform: scale(0.99); }
	.slick-list	{ overflow: hidden; }
}

/* ------------ BLOCK ------------- */
@media (min-width: 768px)	{ .pconly { display: block; } }
@media (max-width: 767.9px)	{ .sponly { display: block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }
@media (max-width: 767.9px)	{ .pconly { display: none!important; } }
