@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&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: "Montserrat", "Noto Sans JP", sans-serif; font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; color:#3b3b3c; -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 .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; }

.contanc	{ width: 100%; height: 0px; transform: translateY(-48px); }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1); }
.scrollIn.active	{ opacity: 1; transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transition-delay: .1s; transition-delay: .2s; }

/* ------------ MAIN AREA ------------- */
.mainimg_wrapper	{ width: 100%; line-height: 1; position: relative; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.mainimg_wrapper > ul	{ position: absolute; bottom: -2em; left: 12%; z-index: 2; list-style: none; display: -webkit-flex; display: flex; flex-direction: column; }
.mainimg_wrapper > ul li	{ font-size: clamp(16px, 60px, 3.4vw); line-height: 1; font-weight: 600; letter-spacing:.05em; text-align: left; transition:2s cubic-bezier(.12,.51,.55,.94); opacity: 0; transform: translateY(10px); margin: 0 0 .2em; }
.mainimg_wrapper > ul.active li	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; transform: translateY(0); }
.mainimg_wrapper > ul.active li	{ transition-delay: .5s; }
.mainimg_wrapper > ul.active li:nth-child(2)	{ transition-delay: 1s; }
.mainimg_wrapper > ul.active li:nth-child(3)	{ transition-delay: 1.5s; }
@media (max-width: 1000px) {
	.mainimg_wrapper > ul	{ bottom: -4em; left: 8%; }
	.mainimg_wrapper > ul li	{ font-size: 8vw; }
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ text-align: center; padding: 140px 0 120px; margin: 0 auto; width: 100%; }
.introduction > h2	{ display: block; padding: 0; margin: 40px auto 30px; color:#000000; font-size: 42px; font-weight: 700; line-height: 1.3em; }
.introduction > h3	{ display: block; padding: 0; margin: 40px auto 30px; color:#000000; font-size: 28px; font-weight: 700; line-height: 1.3em; }
.introduction > p	{ display: inline-block; padding: 0; margin: 0 auto 20px; color:#000000; font-size: clamp(13px, 17px, 1.4vw); line-height: 2.2; letter-spacing:.06em; font-weight: 400; text-align: center!important; }
.introduction > p > b	{ display: inline-block; padding: 20px 0 10px; font-size: 18px; font-size: clamp(16px, 22px, 2vw); font-weight: 700; text-align: center!important; }
@media (max-width: 767px) {
	.introduction	{ padding: 100px 8% 0; margin: 0 0 40px; }
	.introduction > h2	{ padding: 0; font-size: 22px; margin: 20px auto; }
	.introduction > p	{ font-size: 13px; line-height: 2; text-align: left!important; }
	/* .introduction > p > br	{ display: none; } */
}

/* ------------ MOVIE ------------- */
.video-wrapper	{ width: 100%; padding: 0; display: -webkit-flex; display: flex; justify-content: center; line-height: 1; margin: 0 0 160px; }
.video-inner	{ width: 100%; max-width: 480px; position: relative; line-height: 1; }
.video-inner video	{ width: 100%; line-height: 1; vertical-align: bottom; position: relative; z-index: 1; }
@media (max-width: 767px) {
	.video-wrapper	{ padding: 0 8%; margin: 0 0 80px; }
	.video-inner	{ max-width: 100%; }
}

/* ------------ TITLE ------------- */
.ntcttle	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 0 140px; }
.ntcttle > strong	{ font-size: 20px; line-height: 1; font-weight: 500; letter-spacing:.05em; margin: 0 0 12px; }
.ntcttle > h2	{ font-size: 34px; line-height: 1; font-weight: 500; letter-spacing:.05em; }
@media (max-width: 767px) {
	.ntcttle	{ margin: 0 0 86px; }
	.ntcttle > strong	{ font-size: 12px; margin: 0 0 6px; }
	.ntcttle > h2	{ font-size: 22px; }
}

/* ------------ SUB AREA ------------- */
.subimg_wrapper	{ width: 100%; line-height: 1; position: relative; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 0 40px; }
.subimg	{ width: 100%; line-height: 1; position: relative; }
.subimg > b	{ position: absolute; right: 30px; top: 34px; font-size: 100px; line-height: 1; font-weight: 200; letter-spacing:.1em; transition:1.6s cubic-bezier(.12,.51,.55,.94); opacity: 0; }
.subimg > b.wht	{ color:#fff; }
.subimg > b.active	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
.subtxt_wrapper	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; padding: 67px 0 57px; }
.subtxt_wrapper > p	{ text-align: center; font-size: 20px; line-height: 34px; font-weight: 500; letter-spacing:.1em;  }
@media (max-width: 767px) {
	.subimg_wrapper	{ padding: 0 2.66%; }
	.subimg > b	{ right: 20px; top: 15px; font-size: 60px; }
	.subtxt_wrapper	{ padding: 34px 0 26px; }
	.subtxt_wrapper > p	{ font-size: 14px; line-height: 2; }
}

/* ------------ SWIPER ------------- */
.pi_lgzformat .swiper-outside	{ width: 100%; overflow: hidden; position: relative; padding: 0 0 40px; margin: 0; }
.pi_lgzformat .swiper-container	{ width: 100%; height: auto; position: relative; padding: 0; }
.pi_lgzformat .swiper-wrapper	{ display: flex; }
.pi_lgzformat .swiper-wrapper:hover	{ cursor: -webkit-grab; cursor: grab; }
.pi_lgzformat .swiper-wrapper:active	{ cursor: -webkit-grabbing; cursor: grabbing; }
.pi_lgzformat .swiper-slide	{ flex: 0 0 auto; width: calc(25% - 7px); height: auto; }
.pi_lgzformat .switem .swiper-slide	{ flex: 0 0 auto; width: calc(50% - 5px); height: auto; }
.pi_lgzformat .swiper-slide img	{ display: block; width: 100%; height: auto; object-fit: cover; }
.pi_lgzformat .swiper-horizontal > .swiper-scrollbar	{ left: var(--swiper-scrollbar-sides-offset,0); height: var(--swiper-scrollbar-size,10px); width: 100%; bottom: -29px; background-color: transparent; cursor: pointer; }
.pi_lgzformat .swiper-scrollbar::before	{ content: ""; background-color: #f0f0f0; width: 100%; height: 2px; position: absolute; top: 0; left: 0; margin: auto; border-radius: 3px; }
.pi_lgzformat .swiper-scrollbar-drag	{ position: relative; background-color: transparent; }
.pi_lgzformat .swiper-scrollbar-drag::before	{ content: ""; display: block; width: 100%; height: 2px; background-color: #000000; border-radius: 3px; position: absolute; top: 0; margin: auto; }
@media (max-width: 1000px) {
	.pi_lgzformat .swiper-outside	{ padding: 0 8% 46px; margin: 0; }
	.pi_lgzformat .swiper-slide	{ flex: 0 0 auto; width: calc(68% - 8px); height: auto; }
	.pi_lgzformat .imgsw .swiper-slide	{ flex: 0 0 auto; width: calc(73% - 5px); height: auto; }
	.pi_lgzformat .switem .swiper-slide	{ flex: 0 0 auto; width: calc(73% - 5px); height: auto; }
}
.pi_lgzformat .swiper-slide	{ opacity: 0; transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1); }
.pi_lgzformat .active .swiper-slide	{ opacity: 1; transition: opacity .9s cubic-bezier(0.215, 0.61, 0.355, 1); }
@media (min-width: 1000.1px) {
	.pi_lgzformat .swiper-wrapper:hover	{ cursor: auto; }
	.swiper-scrollbar	{ display: none; }
	.pi_lgzformat .active .swiper-slide:nth-child(2)	{ -webkit-transition-delay: .1s; transition-delay: .2s; }
	.pi_lgzformat .active .swiper-slide:nth-child(3)	{ -webkit-transition-delay: .3s; transition-delay: .4s; }
	.pi_lgzformat .active .swiper-slide:nth-child(4)	{ -webkit-transition-delay: .3s; transition-delay: .6s; }
	.pi_lgzformat .active .swiper-slide:nth-child(5)	{ -webkit-transition-delay: .3s; transition-delay: .8s; }
	.pi_lgzformat .active .swiper-slide:nth-child(6)	{ -webkit-transition-delay: .3s; transition-delay: 1s; }
}

/* ------------ ITEM NAME ------------- */
.itemallwrapper	{ display: -webkit-flex; display: flex; flex-direction: column; width: 100%; align-items: center; justify-content: center; padding: 140px 0 0; }
.slunedtxlis	{ width: 100%; padding: 0; margin: 0 0 80px; display: -webkit-flex; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 30px 0; }
.slunedtxlis.com3	{ max-width: 890px; }
.itemdit	{ display: -webkit-flex; display: flex; align-items: flex-start; gap: 0 14px; width: 100%; max-width: 230px; }
.itemdit > p,
.itemdit > a	{ display: -webkit-flex; display: flex; flex-direction: column; width: 100%; padding: 0 1em 0 0; transition: all .4s; opacity: 1; }
.itemdit > p strong,
.itemdit > a strong	{ color:#333; width: 100%; white-space: nowrap; font-size: 16px; line-height: 1; font-weight: 600; letter-spacing:.02em; text-decoration: underline; margin: 0 0 12px; }
.itemdit > p strong	{ text-decoration: none; }
.itemdit > p span.prc, 
.itemdit > a span.prc	{ color:#333; width: 100%; white-space: nowrap; font-size: 14px; line-height: 1; font-weight: 500; letter-spacing:0; margin: 0 0 4px; font-family: "Noto Sans JP", sans-serif!important; }
.itemdit > p span.son	{ color:#000; width: 100%; white-space: nowrap; font-size: 14px; line-height: 1; font-weight: 500; letter-spacing:.02em; }
@media (min-width: 1000.1px) {
	.itemdit > a:hover	{ opacity: .5; }
}
@media (max-width: 1000px) {
	.itemallwrapper	{ padding: 40px 0 0; }
	.slunedtxlis, 
	.slunedtxlis.com3	{ width: 100%; max-width: 100%; padding: 0 8%; margin: 0 0 40px; gap: 20px 0; }
	.itemdit	{ width: 50%; max-width: 50%; }
	.itemdit > p strong,
	.itemdit > a strong	{ font-size: 13px; margin: 0 0 10px; }
	.itemdit > p span.prc, 
	.itemdit > a span.prc	{ font-size: 12px; margin: 0 0 3px; }
	.itemdit > p span.son	{ font-size: 12px; }
}

.iteminfo	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; background-color: #fff; padding: 0; gap: 30px; flex-wrap: wrap; }
.iteminfotxt	{ display: -webkit-flex; display: flex; flex-direction: column; }
.iteminfotxt > b	{ color:#1A1A1A; font-size: clamp(12px, 14px, 1vw); line-height: 1; letter-spacing:.01rem; margin: 0 0 8px; }
.iteminfotxt > strong	{ color:#1A1A1A; font-size: clamp(18px, 20px, 1.6vw); line-height: 1.3; font-weight: 600; letter-spacing:.03rem; margin: 0 0 8px; }
.iteminfotxt > p	{ color:#1A1A1A; font-size: clamp(16px, 18px, 1vw); line-height: 1.4; letter-spacing:.01rem; }
.iteminfotxt > p span	{ color:#1A1A1A; font-size: 12px; line-height: 1.4; letter-spacing:.05rem; }
.iteminfotxt > p b	{ font-size: 12px; line-height: 1.4; font-weight: 400; letter-spacing:.01rem; }
.iteminfobtn	{ padding: 0; display: -webkit-flex; display: flex; gap: 0 10px; }
.iteminfobtn > p	{ width: 97px; height: 58px; line-height: 1; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 1px solid #999; border-radius: 29px; background-color: #fff; transition:.5s cubic-bezier(.24,.155,.275,.945); position: relative; }
.iteminfobtn > a	{ width: 97px; height: 58px; line-height: 1; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 1px solid #1A1A1A; border-radius: 29px; background-color: #fff; transition:.5s cubic-bezier(.24,.155,.275,.945); position: relative; }
.iteminfobtn > a	{ background: url(btnbuy.png) center center / 64px 38px no-repeat; overflow: hidden; }
.iteminfobtn > a.women	{ background: url(btnbuy-w.png) center center / 64px 38px no-repeat; overflow: hidden; }
.iteminfobtn > a.men	{ background: url(btnbuy-m.png) center center / 64px 38px no-repeat; overflow: hidden; }
.iteminfobtn > p span	{ color:#999; font-size: 13px; line-height: 1.2; letter-spacing:0; text-align: center; }
.iteminfobtn > a span	{ text-indent: -99em; color:#1A1A1A; font-size: 16px; line-height: 1; letter-spacing:.05rem; }
.iteminfo > ul	{ width: 100%; list-style: none; display: -webkit-flex; display: flex; flex-direction: column; }
.iteminfo > ul li	{ font-size: clamp(13px, 16px, 1.1vw); line-height: 1.8; font-weight: 400; letter-spacing:.06em; margin: 0 0 10px; }
@media (min-width: 1001px) {
	.itemallwrapper .swiper-outside, 
	.itemallwrapper .slunedtxlis	{ width: 65%; min-width: 940px; }
	.iteminfotxt > p b br	{ display: none; }
	.iteminfobtn > a:hover	{ background-color: #f9f3e3; border: 1px solid #aeaa9e; }
}
@media (max-width: 1000.99px) {
	.iteminfo	{ flex-wrap: wrap; justify-content: space-between; padding: 0; gap: 0; }
	.iteminfotxt	{ width: calc(100% - 70px); display: -webkit-flex; display: flex; flex-direction: column; }
	.iteminfobtn	{ width: 66px; padding: 0; flex-direction: column; gap: 10px 0; }
	.iteminfobtn > p, 
	.iteminfobtn > a	{ width: 66px; height: 40px; border-radius: 20px; }
	.iteminfobtn > a	{ background-size: contain!important;  }
	.iteminfobtn > p span	{ font-size: 11px; line-height: 1.1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
	.iteminfotxt > p b	{ font-size: 11px; line-height: 1.2; }
	.iteminfo > ul	{ width: 100%; min-width: auto; padding: 20px 0 0; }
	.iteminfo > ul li:last-child	{ font-size: 13px; }
}

/* ------------ PRODUCTS ------------- */
.products-wrapper	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #f7f7f7; padding: 160px 110px 0; }
.products-wrapper > h2	{ width: 39.84375%; min-width: 510px; line-height: 1; margin: 0 0 135px; }
.products-wrapper > hr	{ width: 100%; max-width: 1100px; height: 1px; background-color: transparent; color:#f7f7f7; border-top: 1px solid #777777; margin: 0 0 110px; }
.producthdd	{ width: 100%; max-width: 1100px; margin: 0 0 36px; }
.producthdd h4	{ font-size: 35px; line-height: 1; margin: 0 0 35px; }
.producthdd p	{ width: 100%; max-width: 756px; font-size: 12px; line-height: 22px; letter-spacing:-.02em; text-align: justify; text-justify: inter-character; font-feature-settings: initial; }
.productlist	{ width: 100%; max-width: 1100px; padding: 0; display: -webkit-flex; display: flex; flex-wrap: wrap; gap: 45px 3%; margin: 0 0 90px; }
.productset	{ width: 48.5%; display: -webkit-flex; display: flex; align-items: flex-end; gap: 0 20px; }
.productimg	{ width: 59%; aspect-ratio: 6 / 7; display: -webkit-flex; display: flex; line-height: 1; }
.productimg a	{ width: 100%; aspect-ratio: 6 / 7; display: -webkit-flex; display: flex; line-height: 1; overflow: hidden; }
.productimg a img	{ transition: all .5s; line-height: 1; opacity: 1; }
.producttxt	{ width: calc(41% - 20px); display: -webkit-flex; display: flex; flex-direction: column; }
.producttxt > strong	{ color:#BAFF00; width: 100%; text-align: left; font-size: 14px; line-height: 1; letter-spacing:.07em; margin: 0 0 20px; }
.producttxt > p	{ display: -webkit-flex; display: flex; flex-direction: column; justify-content: flex-start; }
.producttxt > p > b, 
.producttxt > p > a	{ color:#000; width: 100%; text-align: left; font-size: 18px; line-height: 1.2; letter-spacing:-.02em; font-weight: 400; text-decoration: none; margin: 0 0 8px; }
.producttxt > p > a:hover	{ color:#000; text-decoration: underline; }
.producttxt > p > span	{ width: 100%; text-align: left; font-size: 13px; line-height: 1.5; letter-spacing:-.02em; margin: 0; }
.btmimg	{ background-color: #fff; padding: 14px 10px; }
@media (min-width: 767.99px) {
	.productimg a:hover img	{
		-webkit-transform: scale(1.04);
		-moz-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: .8;
	}
	.producttxt > p > a:hover	{ color:#000; text-decoration: underline; }
}
@media (max-width: 767.9px) {
	.products-wrapper	{ padding: 80px 12px 40px; }
	.products-wrapper > h2	{ width: 68%; min-width: auto; margin: 0 0 65px; }
	.products-wrapper > hr	{ margin: 0 0 40px; }
	.producthdd	{ margin: 0 0 25px; }
	.producthdd h4	{ font-size: 27px; margin: 0 0 30px; }
	.producthdd p	{ letter-spacing:0; }
	.productlist	{ gap: 36px 24px; margin: 0 0 50px; align-items: flex-start; justify-content: flex-start; }
	.productset	{ width: calc(50% - 12px); flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; gap: 20px 0; }
	.productimg	{ width: 100%; }
	.producttxt	{ width: 100%; align-items: flex-start; }
	.producttxt > strong	{ margin: 0 0 14px; }
	.producttxt > p > b, 
	.producttxt > p > a	{ font-size: 15px; }
}

/* ------------ SHOP LIST ------------- */
.shoplistarea	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 80px 0 100px; padding: 80px 0 0; position: relative; }
.shoplistarea::before	{ position: absolute; content:""; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 0; width: 100px; height: 2px; background-color: #000; }
.shoplistarea > h3	{ font-size: clamp(22px, 40px, 2.4vw); line-height: 1; font-weight: 600; letter-spacing:.05em; margin: 0 0 20px; }
.shoplistarea > strong	{ font-size: clamp(13px, 20px, 1.6vw); line-height: 1; font-weight: 600; letter-spacing:.05em; margin: 0 0 60px; }
.shoplistarea > ul	{ display: -webkit-flex; display: flex; flex-direction: column;  }
.shoplistarea > ul > li	{ margin: 0 0 10px; color: #1A1A1A; font-size: clamp(13px, 16px, 1vw); line-height: 1; letter-spacing: .05rem; }
.shoplistarea > ul > li a	{ font-size: clamp(13px, 16px, 1vw); line-height: 1; letter-spacing: .05rem; }
@media (max-width: 1000px) {
	.shoplistarea	{ center; margin: 40px 0 100px; padding: 40px 0 0; }
	.shoplistarea::before	{ width: 60px; }
	.shoplistarea > strong	{ margin: 0 0 30px; }
	.shoplistarea > ul	{ display: -webkit-flex; display: flex; flex-direction: column;  }
}
@media (max-width: 374px) {
	.shoplistarea > ul > li, 
	.shoplistarea > ul > li a	{ font-size: 12px; .02rem; }
}

/* ------------ BLOCK ------------- */
@media (min-width: 768px)	{ .pconly { display: block; } }
@media (max-width: 767px)	{ .sponly { display: block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }
@media (max-width: 767px)	{ .pconly { display: none!important; } }
