@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
:root	{
	--color-primary: #040000;
	--color-black: #000000;
	--color-white: #FFFFFF;
	--color-grey: #666666;
	--color-link: #040000;
	--color-hover: #040000;
	--color-background: #FFFFFF;
	--font-jp: "Noto Sans JP", sans-serif;
	--font-en-L: "DINPro-Light", sans-serif;
	--font-en-R: "DINPro-Regular", sans-serif;
	--font-en-M: "DINPro-Medium", sans-serif;
	--font-en-B: "DINPro-Bold", sans-serif;
	--font-mix: "DINPro-Regular", "Noto Sans JP", sans-serif;
}
@font-face {
	 src: url('fonts/DINPro-Light.woff2') format('woff2'), url('fonts/DINPro-Light.woff') format('woff');
	 font-family:'DINPro-Light';
	 size-adjust:106%;
	 font-weight: 300;
}
@font-face {
	font-family:'DINPro-Regular';
	 src: url('fonts/DINPro-Regular.woff2') format('woff2'), url('fonts/DINPro-Regular.woff') format('woff');
	 size-adjust: 106%;
	 font-weight: 400;
}
@font-face {
	font-family:'DINPro-Medium';
	 src: url('fonts/DINPro-Medium.woff2') format('woff2'), url('fonts/DINPro-Medium.woff') format('woff');
	 size-adjust: 106%;
	 font-weight: 500;
}
@font-face {
	font-family:'DINPro-Bold';
	 src: url('fonts/DINPro-Bold.woff2') format('woff2'), url('fonts/DINPro-Bold.woff') format('woff');
	 size-adjust: 106%;
	 font-weight: 700;
}
@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; container-type: inline-size; }
.pi_lgzformat	{ font-family: var(--font-mix); font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; color: var(--primary); -webkit-font-smoothing: antialiased; font-feature-settings: normal; letter-spacing:0; }
.pi_lgzformat *	{ letter-spacing:0;  }
.pi_lgzformat img, 
.pi_lgzformat picture	{ width: 100%; height: auto; 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 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%; container-type: inline-size; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 1; }
.contanc	{ width: 100%; height: 0px; transform: translateY(-48px); }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; }
.scrollIn.active	{ opacity: 1; transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1); transition-delay: .3s; }
.inVewImg	{ overflow: hidden; }
.inVewImg > img, 
.inVewImg > picture, 
.inVewImg > picture > img	{ opacity: 0; transform: scale(1.06); }
.inVewImg.active > img, 
.inVewImg.active > picture, 
.inVewImg.active > picture > img	{ opacity: 1; transform: scale(1) translateZ(0); transition: opacity 1s ease-out,transform 1.6s ease-out; transition-property: opacity,transform; transition-delay: .4s; }
.swiper-slide > img,
.swiper-slide > picture, 
.swiper-slide > picture > img	{ opacity: 0; transform: scale(1.1); }
.active .swiper-slide > img, 
.active .swiper-slide > picture, 
.active .swiper-slide > picture > img	{ opacity: 1; transform: scale(1) translateZ(0); transition: opacity 1s ease-out,transform 1.6s ease; transition-property: opacity,transform; transition-delay: .2s; }
@keyframes blur	{ 
	from	{ opacity: 0; filter: blur(20px); }
	to	{ opacity: 1; filter: blur(0px); }
}

/* ------------ MAIN AREA ------------- */
.mainimg_wrapper	{ width: 100%; position: relative; display: -webkit-flex; display: flex; flex-direction: column; }
.mainimg_inner	{ width: 100%; position: relative; display: -webkit-flex; display: flex; }
.mainimg	{ width: 50%; height: 100%; aspect-ratio: 1 / 1; line-height: 1; overflow: hidden; }
.mainimg img, 
.mainimg picture	{ width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.5s ease; }
.active .mainimg img, 
.active .mainimg picture	{ opacity: 1; }
.maintitle	{ display: flex; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.maintitle > h1	{ font-size: 3cqw; color: var(--color-white); font-family: var(--font-en-M); font-weight: 500; line-height: 1; white-space: nowrap; opacity: 0; z-index: 1; }
.maintitle.active > h1	{ animation: blur 1s ease forwards 1s; }

@media (max-width: 767.9px) {
	.mainimg	{ aspect-ratio: 9 / 16; }
	.maintitle > h1	{ font-size: 6cqw; }
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; padding: 12cqw 0; margin: 0; 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:#000; font-size: 18px; font-size: clamp(24px, 50px, 3.4vw); line-height: 1.2; font-weight: 700; text-align: center; margin: 0 0 60px; }
.introwrapper > p	{ opacity: 0; color:#000; font-size: 16px; font-size: clamp(12px, 16px, 1.2vw); line-height: 2; font-weight: 400; text-align: center; letter-spacing:.1rem; font-feature-settings: normal; margin: 0 0 1.5em; }
.introwrapper.active > h2,
.introwrapper.active > p	{ animation: blur 1s ease forwards .2s; }
.delayin02	{ animation-delay: .2s!important; }
.delayin03	{ animation-delay: .4s!important; }
.delayin04	{ animation-delay: .6s!important; }
@media (min-width: 768px)	{ 
	.introwrapper > p br.sp	{ display: none; }
}
@media (max-width: 767.999px) {
	.introduction	{ padding: 20cqw 0 18cqw; }
	.introwrapper	{ margin: 0; }
	.introwrapper > p	{ width: 80%; position: static; font-size: 3.4cqw; text-align: left; }
	.introwrapper > p br.pc	{ display: none; }
}



/* ------------ MID SLIDER ------------- */
.mid_slider_wrapper	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; }
.swiper-container-wrapper	{ width: 40cqw; aspect-ratio: 25 / 21; position: relative; }
.mid-swiper	{ width: 100%; margin: 0 auto; }
.mid-swiper .swiper-wrapper	{ width: 100%; height: 100%; aspect-ratio: 25 / 21; }
.mid-swiper .swiper-slide img	{ width: 100%; height: 100%; object-fit: contain; }
.mid-button-prev, 
.mid-button-next	{ width: 6cqw; aspect-ratio: 1 / 1; cursor: pointer; display: inline-block; display: -webkit-flex; display: flex; position: absolute; top: 48cqw; z-index: 2; transition: opacity .5s ease; }
.mid-button-prev > span, 
.mid-button-next > span	{ width: 100%; height: 100%; position: relative; }
.mid-button-prev > span::before, 
.mid-button-next > span::before	{ content:""; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.mid-button-prev > span::after	{ content: ""; position: absolute; top: calc(50% - 0.5px); left: 0; width: 45px; height: 1px; border-radius: 9999px; background-color: #000000; transform: rotate(-40deg); transform-origin: 0.5px 50%; }
.mid-button-next > span::after	{ content: ""; position: absolute; top: calc(50% - 0.5px); right: 0; width: 45px; height: 1px; border-radius: 9999px; background-color: #000000; transform: rotate(40deg); transform-origin: calc(100% - 0.5px) 50%; }
.mid-button-prev	{ left: -2cqw; }
.mid-button-next	{ right: -2cqw; }
@media (min-width: 1400px)	{ 
	.mid-button-prev > span::after,
	.mid-button-next > span::after,
	.mid-button-prev > span::before, 
	.mid-button-next > span::before	{ height: 1px; }
}
@media (min-width: 768px)	{ 
	.mid-button-prev:hover, 
	.mid-button-next:hover	{ opacity: .2; }
}
@media (max-width: 767.9px)	{ 
	.mid_slider_wrapper	{ margin: 0 0 32cqw; }
	.swiper-container-wrapper	{ width: 80cqw; }
	.mid-button-prev, 
	.mid-button-next	{ width: 12cqw; top: 94cqw; z-index: 2; }
	.mid-button-prev > span::after	{ width: 30px; }
	.mid-button-next > span::after	{ width: 30px; }
	.mid-button-prev	{ left: -4cqw; }
	.mid-button-next	{ right: -4cqw; }
}


/* ------------ ITEM TEXT ------------- */
.itemdetail_wrapper	{ width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.itemdetail_inner	{ width: 100%; display: flex; flex-direction: column; position: relative; }
.itemdetail_wrapper.item01	{ margin: 0 0 12cqw; }
.itemdetail_wrapper.item01 .itemdetail_inner	{ width: 40%; }
.itemdetail_wrapper.item02	{ margin: 0 0 4cqw; }
.itemdetail_wrapper.item02 .itemdetail_inner	{ width: 64%; }
.itemdetail_wrapper.item03	{ margin: 0 0 12cqw; }
.itemdetail_wrapper.item03 .itemdetail_inner.imR	{ margin: 0 0 0 34cqw; width: 30%; }
.itemdetail_wrapper.item03 .itemdetail_inner.imL	{ margin: -10cqw 18cqw 0 0; width: 40%; }
.mid_slider_wrapper.item04	{ margin: 0 0 12cqw; }
.itemdetail_wrapper.item05 .itemdetail_inner	{ margin: 0 0 2cqw 34cqw; width: 24%; }
.mid_slider_wrapper.item06	{ margin: 0 0 12cqw; }
.itemdetail_wrapper.item07 .itemdetail_inner	{ width: 96%; }
@media (max-width: 767.9px)	{ 
	.itemdetail_wrapper.item01	{ margin: 0 0 24cqw; }
	.itemdetail_wrapper.item01 .itemdetail_inner	{ width: 80%; }
	.itemdetail_wrapper.item02	{ margin: 0 0 8cqw; }
	.itemdetail_wrapper.item02 .itemdetail_inner	{ width: 100%; }
	.itemdetail_wrapper.item03	{ margin: 0 0 24cqw; }
	.itemdetail_wrapper.item03 .itemdetail_inner.imR	{ margin: 0 0 0 46cqw; width: 40%; }
	.itemdetail_wrapper.item03 .itemdetail_inner.imL	{ margin: -10cqw 18cqw 0 0; width: 70%; }
	.mid_slider_wrapper.item04	{ margin: 0 0 24cqw; }
	.itemdetail_wrapper.item05 .itemdetail_inner	{ margin: 0 0 4cqw 50cqw; width: 40%; }
	.mid_slider_wrapper.item06	{ margin: 0 0 24cqw; }

}




/* ------------ ITEM TEXT ------------- */
.itemtxt_wrapper	{ width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 26px; padding: 30px 0 0; }
.itemtxt_wrapper > a	{ display: flex; flex-direction: column; gap: 10px; }
.itemtxt_wrapper > a > b, 
.itemtxt_wrapper > a > strong, 
.itemtxt_wrapper > a > p, 
.itemtxt_wrapper > a > p > span	{ color: var(--color-black); font-family: var(--font-en-M); font-weight: 500; line-height: 1; white-space: nowrap; }
.itemtxt_wrapper > a > b	{ font-size: 13px; }
.itemtxt_wrapper > a > strong	{ position: relative; font-size: 16px; padding: 0 0 1px; }
.itemtxt_wrapper > a > strong::after	{ content:""; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 1px; background-color: var(--color-black); }
.itemtxt_wrapper > a > p	{ font-size: 14px; }
.itemtxt_wrapper > a > p > span	{ font-size: 12px; position: relative; }
@media (min-width: 768px)	{ 
	.itemtxt_wrapper > a:hover > strong::after	{ animation: likline 1s ease 0s 1 normal none; }
}
@keyframes likline {
	0%,
	100%	{ width: 100%; right: 0; opacity: 1; }
	50% { width: 0; left: 100%; right: 0; opacity: 1; }
	50.1%	{ width: 0; left: 0; right: 100%; opacity: 0; }
}



/* ------------ 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; } }

.no-transition * {
  transition: none !important; -webkit-transition-delay: 0; transition-delay: 0;
}
