@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
@media (max-width: 1000px) {
 .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; }

.bannerSwitch	{ width: 100%; aspect-ratio: 7 / 4; margin: -88px 0 0; padding: 0; display: -webkit-flex; display: flex; position: relative; }
.bannerSwitch.fadeIn	{ opacity: 0; animation: fadein 1.6s ease-in-out .1s 1 normal forwards; }
.mainimg	{ position: fixed; top: 48px; left: 0; right: 0; width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; z-index: 0; }
@media (max-width: 767.999px) {
	.bannerSwitch	{ aspect-ratio: 15 / 26; margin: 0; }
}

.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; overflow-x: clip; background-color: rgba(227,244,253,1); }
.pi_lgzformat div	{ letter-spacing:0; }
.pi_lgzformat *	{ letter-spacing:0; font-family: 'Inter', 'Noto Sans JP', sans-serif;!important; font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; color:#000000; -webkit-font-smoothing: antialiased; }
.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 a {transition: all .3s; color:#000000;}
.pi_lgzformat a:hover {opacity:0.7; color:#000000; text-decoration:none;}
.pi_lgzformat .small {font-size:80%;}
.pi_lgzformat .center-text	{ text-align: center; }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; }
.scrollIn.active	{ transition: opacity 2.4s cubic-bezier(.24,.155,.275,.945); opacity: 1; transition-delay: .3s; }
@keyframes fadein	{ 
	from	{ opacity: 0; }
	to	{ opacity: 1; }
}
@keyframes blur	{ 
	from	{ opacity: 0; filter: blur(20px); }
	to	{ opacity: 1; filter: blur(0px); }
}

/* ------------ MAIN IMG ------------- */
.mainimgfix	{ position: -webkit-sticky; position: sticky; top: 48px; left: 0; right: 0; width: 100%; aspect-ratio: 113 / 50; display: -webkit-flex; display: flex; align-items: center; justify-content: center; z-index: 1; }
.mainimgfix.fadeIn	{ opacity: 0; animation: fadein 1.6s ease-in-out .1s 1 normal forwards; }
.mainimgspace	{ display: none; z-index: 2; }
@media (max-width: 1000px) {
	.mainimgfix	{ aspect-ratio: 3 / 4; position: fixed; top: 48px; }
	.mainimgspace	{ display: block; width: 100%; aspect-ratio: 3 / 4; }
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; padding: 130px 5% 130px; margin: 0; position: relative; background-color: rgba(19,20,23,.5); position: relative; z-index: 2; }
.introwrapper	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; }
.introwrapper > h2	{ opacity: 0; width: 100%; color:#fff; font-size: 18px; font-size: clamp(24px, 50px, 4.4vw); line-height: 1.2; font-weight: 700; text-align: center; margin: 0 0 60px; }
.introwrapper > p	{ opacity: 0; width: 100%; color:#fff; font-size: 18px; font-size: clamp(12px, 18px, 1.3vw); line-height: 2; font-weight: 400; text-align: center; letter-spacing:.1rem; font-feature-settings: normal; margin: 0 0 1.5em; }
.introwrapper > p.img	{ display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 60px 0 0; }
.introwrapper > p img	{ width: 100%; max-width: 500px; }
.delayin01	{ animation-delay: .4s; }
.delayin02	{ animation-delay: .8s; }
.delayin03	{ animation-delay: 1.2s; }
.delayin04	{ animation-delay: 1.6s; }
.introwrapper.active > h2,
.introwrapper.active > p	{ animation-name: blur; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
@media (max-width: 767.999px) {
	.introduction	{ padding: 80px 40px 0; aspect-ratio: 3 / 4; }
	.introwrapper	{ margin: 0; }
	.introwrapper > h2	{ width: 100%; margin: 0 0 40px; }
	.introwrapper > p	{ width: 100%; position: static; font-size: 11px; letter-spacing:.16rem; text-align: left; }
	.introwrapper > p br	{ display: none; }
	.introwrapper > p.img	{ padding: 40px 0 0; }
	.introwrapper > p img	{ width: 90%; }
}

/* ------------ MID ITEM AREA ------------- */
#bgchange	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 5.2%; margin: 0; position: relative; background-color: rgba(227,244,253,1); transition: all .5s; transition-delay: .3s; position: relative; z-index: 2; }
.bgcolor02	{ background-color: rgba(227,244,253,1)!important; }
.bgcolor03	{ background-color: rgba(227,244,253,1)!important; }
.bgcolor04	{ background-color: rgba(227,244,253,1)!important; }

.itemarea	{ width: 100%; max-width: 1700px; }
.itemarea	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 180px 0 0; flex-wrap: wrap; }
.itemarea > ul	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; list-style: none; margin: 0; }
.itemarea > ul.toal	{ align-items: flex-start; }
@media (min-width: 1001px) {
	.itemarea > ul.reverse	{ flex-direction: row-reverse; }
	.itemarea > ul	{ margin: 0 0 120px; }
	.itemarea > ul.tcentre	{ align-items: center; }
}

.itemarea > ul > li	{ width: 47%; line-height: 1; opacity: 0; }
.itemarea > ul > li:first-child	{ width: 50%; animation-delay: .4s; }
.itemarea > ul > li:nth-child(2)	{ animation-delay: .8s; }
.itemarea > ul > li:nth-child(3)	{ animation-delay: 1.2s; }
.itemarea > ul > li.active	{ animation-name: fadein; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
@media (max-width: 1000px) {
	#bgchange	{ padding: 0; }
	.itemarea	{ padding: 0 18px 60px; }
	.itemarea.fast	{ padding: 60px 18px; }
	.itemarea > ul	{ flex-direction: column; align-items: flex-start; }
	.itemarea > ul > li	{ width: 100%; margin: 0 0 20px; }
	.itemarea > ul > li:first-child	{ width: 100%; }
	.itemarea > ul > li:last-child	{ margin: 0; }
}

ul.detailset	{ list-style: none; width: 100%; display: -webkit-flex; display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin: 0 0 40px; }
ul.detailset > li	{ width: calc(50% - 15px); }
ul.detailset > li > a	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; line-height: 1.3; }
ul.detailset > li > a b	{ width: 100%; text-align: left; font-size: clamp(13px, 15px, 1vw); line-height: 1.2; font-weight: 700; letter-spacing:.06em; padding: 10px 0 5px; }

ul.detailset2	{ list-style: none; width: 100%; display: -webkit-flex; display: flex; gap: 18px; flex-wrap: wrap; margin: 0 0 40px; }
ul.detailset2 > li	{ width: calc(100% / 3 - 12px); }
ul.detailset2 > li > a	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; line-height: 1.3; }
ul.detailset2 > li > a b	{ width: 100%; text-align: left; font-size: clamp(13px, 14px, 1vw); line-height: 1.2; font-weight: 700; letter-spacing:.06em; padding: 10px 0 5px; }

.detailarea	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; }
.detailarea b	{ color:#000; font-size: 16px; font-size: clamp(12px, 16px, .9vw); line-height: 1.6; font-weight: 400; text-align: left; letter-spacing:.1rem; font-feature-settings: normal; }
.detailarea strong	{ color:#000; font-size: 18px; font-size: clamp(23px, 30px, 1.8vw); line-height: 1.3; font-weight: 700; text-align: left; letter-spacing:.1rem; font-feature-settings: normal; margin: 0 0 20px; }
.detailarea dl	{ width: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; margin: 0 0 20px; }
.detailarea dl dt	{ width: 100px; color:#000; font-size: 16px; font-size: clamp(12px, 16px, .9vw); line-height: 1.6; font-weight: 400; text-align: left; letter-spacing:.1rem; font-feature-settings: normal; margin: 0 0 5px; }
.detailarea dl dd	{ width: calc(100% - 120px); color:#000; font-size: 16px; font-size: clamp(12px, 16px, .9vw); line-height: 1.6; font-weight: 400; text-align: left; letter-spacing:.1rem; font-feature-settings: normal; margin: 0 0 5px; }
.detailarea > p	{ color:#000; font-size: 16px; font-size: clamp(13px, 16px, 1vw); line-height: 1.6; font-weight: 400; text-align: left; letter-spacing:.1em; font-feature-settings: normal; margin: 0 0 20px; }
.detailarea > a	{ margin: 0 0 20px; border-radius: 100%; border: 1px solid #000; display: -webkit-flex; display: flex; padding: 10px 24px; text-decoration: none; align-self: flex-start; transition: all .5s; }
.detailarea > a span	{ color:#000; font-size: 20px; font-size: clamp(16px, 20px, 1.2vw); letter-spacing:.04em; line-height: 1; font-weight: 400; transition: all .5s; }
@media (min-width: 1001px) {
	.detailarea strong brZ	{ display: none; }
	.detailarea > a:hover	{ background-color: #000; opacity: 1; }
	.detailarea > a:hover span	{ color:#fff; opacity: 1; }
}
@media (max-width: 1000px) {
	ul.detailsetZ	{ display: none; }
	ul.detailset	{ gap: 20px; flex-wrap: wrap; margin: 0 0 40px; }
	ul.detailset > li	{ width: calc(50% - 10px); }
	ul.detailset2	{ margin: 0; }
	ul.detailset2 > li	{ width: calc(50% - 10px); margin: 0; }
	.detailarea b	{ margin: 0 0 4px; }
	.detailarea dl dt	{ }
	.detailarea dl dd	{  }
}


/* ------------ ITEM AREA ------------- */
.itemdtewrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; padding: 200px 0; }
.itemimg	{ opacity: 0; width: 50%; }
.itemimg.active	{ animation-delay: .4s; animation-name: fadein; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }

.itemdte	{ width: 50%; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; }
.itemdte > h2	{ opacity: 0; color:#fff; font-size: 100px; font-size: clamp(40px, 100px, 5vw); line-height: 1; font-weight: 300; margin: 0; }
.itemdte > b	{ opacity: 0; color:#afafb0; font-size: 22px; font-size: clamp(12px, 22px, .9vw); line-height: 1.66; font-weight: 400; text-align: left; letter-spacing:0; font-feature-settings: normal; margin: 0 0 50px; padding-left: 10px; }
.itemdte > p	{ opacity: 0; color:#fff; font-size: 20px; font-size: clamp(15px, 20px, .9vw); line-height: 1.66; font-weight: 400; text-align: left; letter-spacing:0; font-feature-settings: normal; margin: 0; padding-left: 10px; }
.itemdte > a	{ opacity: 0; margin: 20px 0 0 10px; border-radius: 100%; border: 1px solid #fff; display: -webkit-flex; display: flex; padding: 8px 20px; text-decoration: none; transition: all .5s; }
.itemdte > a span	{ color:#fff; font-size: 20px; font-size: clamp(13px, 20px, .9vw); line-height: 1; font-weight: 400; transition: all .5s; }
.itemdte.active > h2,
.itemdte.active > b,
.itemdte.active > p,
.itemdte.active > a	{ animation-name: blur; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
.itemdte.active > h2	{ animation-delay: .4s; }
.itemdte.active > b	{ animation-delay: .8s; }
.itemdte.active > p	{ animation-delay: 1.2s; }
.itemdte.active > a	{ animation-delay: 1.6s; }
@media (min-width: 1001px) {
	.itemimg	{ order: 2; }
	.itemdte	{ order: 1; }
	.itemdte > a:hover	{ background-color: #fff; }
	.itemdte > a:hover span	{ color:#000; }
}
@media (max-width: 1000px) {
	.itemdtewrapper	{ padding: 100px 25px 200px; flex-direction: column; }
	.itemimg	{ width: 100%; margin: 0 0 40px; }
	.itemdte	{ width: 100%; }
	.itemdte > b	{ margin: 0 0 35px; padding-left: 4px; }
	.itemdte > p	{ padding-left: 4px; }
	.itemdte > a	{ margin: 20px 0 0 5px; }
}






/* ------------ ITEM SET ------------- */
.itemset	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 0 0 100px; margin: 0; overflow: hidden; }
.itemset > ul	{ display: -webkit-flex; display: flex; justify-content: space-between; align-items: flex-start; }
.itemset > ul,
.itemset > ul li	{ list-style: none; padding: 0; margin: 0; line-height: 1; }
.itemset > ul li	{ display: -webkit-flex; display: flex; flex-direction: column; position: relative; }
p.midimgs	{ padding: 0; margin: 0; line-height: 1; }
p.midtxt	{ position: absolute; top: 100%; left: 0; padding: 12px 0 0; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; width: 100vw; z-index: 1; pointer-events: none; }
p.midtxt a	{ display: -webkit-flex; display: flex; align-items: center; padding: 0; margin: 0 0 5px; font-family:'helconblack', sans-serif; color:#000; font-size: 17px; font-size: clamp(12px, 17px, .9vw); line-height: 1.5; white-space: nowrap; letter-spacing:.1rem; pointer-events: auto; gap: 8px; transition: all .5s; }
p.midtxt a span	{ border: 1px solid #000; border-radius: 60px; padding: 10px; display: -webkit-flex; display: flex; font-family:'helconblack', sans-serif; color:#000; font-size: 15px; font-size: clamp(10px, 15px, .7vw); line-height: 0; white-space: nowrap; letter-spacing:.1rem; vertical-align: bottom; margin: 0 0 4px; transition: all .5s; background-color: #fff; }
@media (min-width: 1001px) {
	p.midtxt a:hover	{  }
	p.midtxt a:hover span	{ color:#fff; background-color: #000; }
}
.itemset01wp > ul	{ width: 79%; padding: 0; margin: 0 0 10%; }
.itemset01wp > ul li	{ width: 41.27%; }
.itemset02wp > ul	{ width: 90%; padding: 0 5.6% 75px 0; margin: 0 0 8%; }
.itemset02wp > ul li	{ width: 100%; }
@media (min-width: 1001px) {
	.itemset02wp > ul li:nth-child(1)	{ width: 32.8%; order: 3; margin: 0 0 0 8%; }
	.itemset02wp > ul li:nth-child(2)	{ width: 26.8%; order: 1; padding: 28% 0 0; }
	.itemset02wp > ul li:nth-child(3)	{ width: 26.8%; order: 2; padding: 12% 0 0; }
}
.itemset03wp > ul	{ width: 88%; padding: 0 4% 0 0; margin: 0 0 12%; align-items: center; }
.itemset03wp > ul li	{ width: 100%; }
@media (min-width: 1001px) {
	.itemset03wp > ul li:nth-child(1)	{ width: 30%; margin: 0 10% 0 0; }
	.itemset03wp > ul li:nth-child(2)	{ width: 25%; padding: 0; }
	.itemset03wp > ul li:nth-child(3)	{ width: 25%; padding: 0; }
}
.itemset04wp > ul	{ width: 79%; padding: 0; margin: 0 0 10%; }
.itemset04wp > ul li	{ width: 41.27%; }


@media (max-width: 1000px) {
	.itemset	{ padding: 0 0 80px; }
	.itemset > ul	{ width: 100%; padding: 0; }
	.itemset > ul li	{ width: 100%; }
	.itemset > ul.pclay	{ display: none; }
	p.midtxt	{ position: static!important; padding: 20px 12px 0; width: 100%; }
	p.midtxt a	{ font-size: 12px; letter-spacing:.06rem; }
	p.midtxt a span	{ padding: 10px 10px 8px; font-size: 11px; margin: 0 0 2px; }
}


/* ------------ SLIDER SETTING ------------- */
.splay	{ display: none; }
@media (max-width: 1000px) {
	.splay	{ display: block; }
}
.midsmslider-set	{ width: 100%; position: relative; }
.midsmspset.slick-slide	{ height: auto !important; }
.midsmspset	{ display: -webkit-flex; display: flex; flex-direction: column; }
.midsmthumbnail	{ position: absolute; top: 0; width: 100%; margin-top: 122%; }
.midsmthumbnail .slick-track	{ width: 100%!important; display: -webkit-flex; display: flex; justify-content: flex-end; padding: 0 10px; }
.colistt	{ width: 14px!important; height: 14px; border-radius: 50%; position: relative; background-color: #fff; margin: 10px 3px; cursor: pointer; border: 1px solid #000; }
.colistt.slick-current	{ background-color: #98C2E6; }
/* 
.colistt::after	{ content:""; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #000; position: absolute; top: -3px; bottom: -3px; right: -3px; left: -3px; z-index: 2; opacity: 0; transition: all .4s; cursor: pointer; }
.colistt.slick-current::after	{ opacity: 1; }
*/


/* ------------ BLOCK ------------- */
@media (max-width: 767.999px)	{ .pconly { display: none!important; } }
@media (min-width: 768px)	{ .pconly { display: inline-block; } }
@media (max-width: 767.999px)	{ .sponly { display: inline-block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }

