@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500&family=Noto+Sans+JP:wght@400;500&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; }
.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 *	{ letter-spacing:0; font-family:'Barlow Semi Condensed', 'Noto Sans JP', sans-serif; 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 .en	{ font-family: "Inter", sans-serif; }
.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; }

.contanc	{ width: 100%; height: 0px; transform: translateY(-48px); }
.admlp	{ width: 100%; max-width: 1500px;  }
.admlp.btmmg	{ margin: 0 0 8em;  }
@media (max-width: 1000px) {
	.admlp.btmmg	{ margin: 0 0 4em;  }
}

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
.scrollIn.active	{ opacity: 1; transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transition-delay: .3s; transition-delay: .3s; }
.scrollIn2	{ opacity: 0; }
.scrollIn2.active	{ transition: opacity 2.4s cubic-bezier(.24,.155,.275,.945); opacity: 1; transition-delay: .3s; }
@keyframes fadein	{ 
	from	{ opacity: 0; }
	to	{ opacity: 1; }
}

/* ------------ MAIN AREA ------------- */
.mainimg_wrapper	{ width: 100%; line-height: 1; position: relative; display: flex; align-items: center; justify-content: center; margin: 0; }
.mainimg_wrapper img { width: 100%; }
.maininner_overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.maininner-inwp	{ position: sticky; top: 50px; left: 0; width: 100%; height: calc(100vh - 100px); pointer-events: auto; }
.maininner-in	{ position: relative; width: 100%; height: 100%; }
.maininner-in > h2	{ position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 80px; padding: 0; transition: 2s cubic-bezier(.12,.51,.55,.94); opacity: 0; width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.maininner-in > h3	{ position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 10%; padding: 0; transition: 2s cubic-bezier(.12,.51,.55,.94); opacity: 0; width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.maininner-in > h2 img { width: 20%; max-width: 300px; }
.maininner-in > h3 img { width: 20%; max-width: 300px; padding: 0 0 60px; }
.maininner-in > h2.active { opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
.maininner-in > h3.active { opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
@media (max-width: 1000px) {
	.maininner_overlay { display: none; }
}
.maintxtr	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8em 10%; }
.maintinner	{ width: 100%; max-width: 880px; display: -webkit-flex; display: flex; flex-direction: column; padding: 0 28px; }
.maintxtr h2	{ width: 100%; max-width: 400px; margin: 0 0 8em; }
.maintxtr p	{ font-size: clamp(13px, 16px, 2vw); text-align: left; line-height: 2; margin: 0 0 1em; letter-spacing:.15rem; }
@media (max-width: 1000px) {
	.maintxtr	{ padding: 4em 0; }
	.maintxtr h2	{ width: 70%; margin: 0 0 4em; }
	.maintxtr p	{ margin: 0 0 .8em;  }
}

.visual-wrapper	{ display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 1800px; }
.visual-wrapper ul	{ width: 100%; list-style-type: none; width: 100%; margin: 0; padding: 0 30px 0 20px; display: -webkit-flex; display: flex; flex-direction: column; position: relative; }
.visual-wrapper ul li	{ margin: 0 0 20px; }
.visual-wrapper ul li span	{ display: block; width: 100%; overflow: hidden; }
.visual-wrapper ul li img	{ width: 100%; max-width: 100%; line-height: 1; vertical-align: bottom; opacity: 0; transform: scale(1.2); transition: all 2s; transition-timing-function: cubic-bezier(.24,.155,.275,.945); }
.visual-wrapper ul li.active img	{ opacity: 1; transform: scale(1.0); }
@media (min-width: 999px) { 
	.visual-wrapper	{ margin: 0 0 100px;  }
	.visual-wrapper ul	{ padding: 0; }
	.visual-wrapper ul li	{ margin: 0; }
	.visual-wrapper ul.vset01	{ width: 88%; max-width: 1700px; align-items: flex-end; margin: 0 0 140px; }
	.visual-wrapper ul.vset01 li	{ width: 48%; padding: 0; }
	.visual-wrapper ul.vset01 li:first-child	{ margin: 0 0 60px; }
	.visual-wrapper ul.vset01 li:nth-child(2)	{ position: absolute; top: 80%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
	.visual-wrapper ul.vset01 li:nth-child(3)	{ padding: 100px 0 0; }
	.visual-wrapper ul.vset01 li:nth-child(2) img	{ transition-delay: .4s; }
	.visual-wrapper ul.vset02	{ flex-direction: row; align-items: center; }
	.visual-wrapper ul.vset02 li	{ width: 50%; padding: 0; }
	.visual-wrapper ul.vset02 li:nth-child(2)	{ padding: 8%; }
	.visual-wrapper ul.vset03	{ flex-direction: row; align-items: center; margin: 0 0 160px; }
	.visual-wrapper ul.vset03 li	{ width: 50%; padding: 0; }
	.visual-wrapper ul.vset03 li:first-child	{ padding: 8%; }
	.visual-wrapper ul.vset04	{ flex-direction: row; justify-content: space-between; margin: 0 0 180px; }
	.visual-wrapper ul.vset04 li	{ width: calc(100% / 3 - 20px); }
	.visual-wrapper ul.vset04 li:nth-child(2)	{ padding-top: 12%; }
	.visual-wrapper ul.vset04 li:nth-child(3)	{ padding-top: 22%; }
	.visual-wrapper ul.vset04 li:nth-child(2) img	{ transition-delay: .4s; }
	.visual-wrapper ul.vset04 li:nth-child(3) img	{ transition-delay: .8s; }
	.visual-wrapper ul.vset05	{ width: 88%; max-width: 1700px; flex-direction: row; justify-content: space-between; margin: 0 0 120px; }
	.visual-wrapper ul.vset05 li	{ width: calc(50% - 2%); }
	.visual-wrapper ul.vset05 li:nth-child(2)	{ padding-top: 22%; }
	.visual-wrapper ul.vset05 li:nth-child(2) img	{transition-delay: .4s; }
	.visual-wrapper ul.vset06	{ width: 60%; max-width: 1400px; justify-content: flex-end; align-items: flex-end; margin: 0 0 120px; }
	.visual-wrapper ul.vset06 li	{ width: 80%; }
}





/* ------------ BLOCK ------------- */
@media (min-width: 1001px)	{ .pconly { display: block; } }
@media (max-width: 1000px)	{ .sponly { display: block; } }
@media (min-width: 1001px)	{ .sponly { display: none!important; } }
@media (max-width: 1000px)	{ .pconly { display: none!important; } }
