@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap');
@media (max-width: 999.99px) {
 .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: 6; }
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: 6; }
.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; background-color: #fff; }
.pi_lgzformat div	{ letter-spacing:0; }
.pi_lgzformat *	{ letter-spacing:0; font-family: "Roboto", "Noto Sans JP", sans-serif; font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; -webkit-text-size-adjust:100%; color:#000; -webkit-font-smoothing: antialiased; }
.pi_lgzformat .eng	{ font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-style: normal; }
.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: 80%; max-width: 1600px; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; container-type: inline-size; margin: 0 0 14cqw; }
.pi_lgzformat_inner > h3	{ width: 100%; display: flex; justify-content: flex-start; margin: 0 0 5cqw; padding: 0 5cqw; }
.pi_lgzformat_inner > h3 > img	{ width: auto; height: 2.2cqw;  }
@media (max-width: 767px) {
	.pi_lgzformat_inner	{ width: 100%; margin: 0 0 30cqw; }
	.pi_lgzformat_inner > h3	{ margin: 0 0 5cqw; }
	.pi_lgzformat_inner > h3 > img	{height: 4cqw;  }
}
.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); }
.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); }
.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-out; 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%; line-height: 1; position: relative; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin: 0; background-color: rgba(255,255,255,1); }
.mainimg_wrapper > h1	{ width: 30%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: -webkit-flex; display: flex; align-items: center; justify-content: center; opacity: 0; }
.mainimg_wrapper > h1	{ color:#fff; font-family: "Roboto", sans-serif; font-size: clamp(36px, 84px, 6vw); font-weight: 400; line-height: 1.2em; text-align: center; white-space: nowrap; }
.mainimg_wrapper.active > h1	{ animation: blur 1.6s ease forwards 1s; }
.mainimg_wrapper > strong { position: absolute; right: 5%; bottom: 5%; width: 20%; display: -webkit-flex; display: flex; }
.mainimg_wrapper > strong.active	{ transition-delay: 2s; }
@media screen and (max-width: 1200px) {
	.mainimg_wrapper	{ margin: 0; }
}
@media (max-width: 767px) {
	.mainimg_wrapper > h1	{ width: 60%; }
	.mainimg_wrapper > strong { width: 45%; }
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 10%; margin: 0 0 12cqw; }
.introinner	{ width: 100%; max-width: 1200px; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12cqw 0 0; }
.introinner > h2	{ font-family: "Roboto", sans-serif; font-size: clamp(22px, 36px, 3vw); font-weight: 400; line-height: 1.2em; text-align: center; margin: 0 0 40px; }
.introinner > h2 span	{ font-size: clamp(16px, 30px, 2vw); font-weight: 400; }
.introinner > p	{ font-size: clamp(16px, 20px, 1.4vw); line-height: 2.6; font-weight: 400; text-align: center; letter-spacing:.2em; padding: .4em 0 0; }
.more a	{ font-size: 16px!important; }

@media (max-width: 1200px) {
	.introinner > p.active	{ transition-delay: 2.2s; }
}
@media (max-width: 767px) {
	.introduction	{ padding: 0 8%; margin: 0 0 30cqw; }
	.introinner	{ flex-wrap: wrap; padding: 26cqw 0 0; }
	.introinner > h2	{ margin: 0 0 20px; line-height: 1.2; }
}
@media (max-width: 767px) {
	.introinner > p,
	.more a	{ font-size: 13px!important; }
}

/* ------------ SWIPER ------------- */
.pi_lgzformat .swiper-slide	{ overflow: hidden; }
.pi_lgzformat .swiper-outside	{ width: 100%; overflow: hidden; position: relative; padding: 0 0 1.4em; margin: 0; }
.pi_lgzformat .swiper-outsidenosw	{ width: 100%; overflow: hidden; position: relative; padding: 0; margin: 0 0 1.4em; }
.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 .switem2 .swiper-slide	{ flex: 0 0 auto; width: calc(33% - 2px); height: auto; }
.pi_lgzformat .swiper-slide > a	{ display: -webkit-flex; display: flex; flex-direction: column; }
.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: #e7e1d4; 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 (min-width: 768px) {
	.pi_lgzformat .swiper-wrapper:hover	{ cursor: auto; }
	.swiper-scrollbar	{ display: none; }
	/* 
	.pi_lgzformat .active .swiper-slide:nth-child(2)	{ -webkit-transition-delay: .3s; transition-delay: .3s; }
	.pi_lgzformat .active .swiper-slide:nth-child(3)	{ -webkit-transition-delay: .6s; transition-delay: .6s; }
	.pi_lgzformat .active .swiper-slide:nth-child(4)	{ -webkit-transition-delay: .9s; transition-delay: .9s; }
	.pi_lgzformat .active .swiper-slide:nth-child(5)	{ -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
	.pi_lgzformat .active .swiper-slide:nth-child(6)	{ -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }
	 */
	.pi_lgzformat .swiper-slide	{ flex: 0 0 auto; width: auto; height: 45.3cqw; }
	.pi_lgzformat .swiper-slide img,
	.pi_lgzformat .swiper-slide picture	{ width: auto; height: 100%; }
	.pi_lgzformat .col3 .swiper-slide	{ flex: 0 0 auto; width: auto; height: 48.6cqw; }

}
@media (max-width: 767.9px) {
	.pi_lgzformat .swiper-outside	{ padding: 0 5% 36px; margin: 0; }
	.pi_lgzformat .swiper-outsidenosw	{ padding: 0; margin: 0 0 1.4em; }
	.pi_lgzformat .swiper-slide	{ flex: 0 0 auto; width: calc(68% - 8px); height: auto; }
	.pi_lgzformat .imgsw .swiper-slide	{ flex: 0 0 auto; width: auto; height: 70cqw; }
	.pi_lgzformat .switem2 .swiper-slide, 
	.pi_lgzformat .switem .swiper-slide	{ flex: 0 0 auto; width: 80%; height: auto; }
	.pi_lgzformat .swiper-slide img,
	.pi_lgzformat .swiper-slide picture	{ width: auto; height: 100%; }
}
.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); }

/* ------------ ITEM LAYOUT ------------- */
.itemsection	{ width: 100%; display: -webkit-flex; display: flex; align-items: flex-start; position: relative; margin: 0 0 3cqw; }
.itemimg	{ display: -webkit-flex; display: flex; }
.itemimg picture,
.itemimg img	{ display: block; width: 100%; opacity: 0; transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.itemimg.active picture, 
.itemimg.active img	{ opacity: 1; -webkit-transition-delay: .4s; transition-delay: .4s; }
.spsetwapinner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; padding: 4cqw 0; gap: .5cqw; border-top: 1px solid #eee; }
.spsetwapinner > p	{ font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 400; line-height: 1em; text-align: center; white-space: nowrap; }
@media (min-width: 768px) {
	.itemsection.fulltx	{ padding: 0 0 0 2cqw; }
}
@media (max-width: 767.9px) {
	.itemsection	{ margin: 0 0 4cqw; }
	.spsetwapinner	{ padding: 8cqw 0; gap: 1cqw; }
	.spsetwapinner > p	{ font-size: 11px; }
}

/* ------------ ITEM INFORMATION ------------- */
.iteminfo_wrapper	{ display: -webkit-flex; display: flex; flex-direction: column; gap: 15px; overflow: hidden; }
.more	{ display: -webkit-flex; display: flex; align-items: flex-start; gap: .5cqw; }
.more a	{ display: -webkit-flex; display: flex; align-items: center; gap: .8cqw; color:#000; font-size: 16px; line-height: 1; font-weight: 500; letter-spacing:.02em; white-space: nowrap; padding: 0 0 4px; position: relative; }
.more a.soon	{ pointer-events: none; }
.more a::after	{ content:""; position: absolute; left: 0; bottom: 0; right: 100%; width: 0; height: 1px; border-top: 1px solid #000; transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.more a.soon::after	{ display: none; }
.more.active a::after	{ width: 100%; right: 0; -webkit-transition-delay: .6s; transition-delay: .6s; }
.more > svg	{ width: 1cqw; height: auto; line-height: 1; aspect-ratio: 1 / 1; transform: translateY(-.3cqw); }
.more a > svg	{ width: .8cqw; height: auto; line-height: 1; aspect-ratio: 1 / 1; }
.more a.soon > svg	{ display: none; }
svg.colorcurrent, 
svg.colorcurrent *	{ color:#000!important; }
@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; }
}
@media (min-width: 768px) {
	.iteminfo_wrapper	{ padding: 0 0 0 3cqw; }
	.fullwide_sticksponly	{ display: none; }
	.more:hover a::after	{ animation: likline 1s ease 0s 1 normal none; }
}
@media (max-width: 767.9px) {
	.iteminfo_wrapper	{ width: 100%; padding: 2cqw 0 0 5cqw; display: -webkit-flex; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
	.more	{ gap: 1.5cqw; }
	.more a	{ gap: 1.8cqw; font-size: 3.6cqw; padding: 0 0 .6cqw; }
	.more a > svg	{ width: 3cqw; }
}

/* ------------ ADJUSTMENT ------------- */
/* LAYOUT */
.sectionm01	{ width: 100%; flex-direction: column; padding: 0; gap: 1cqw; }
.sectionm02	{ width: 100%; flex-wrap: wrap; padding: 0; align-items: flex-end; justify-content: center; gap: 4cqw 1cqw; }
.sectionm03	{ width: 100%; flex-direction: column; padding: 0; align-items: center; justify-content: center; gap: 1cqw; }
.sectionm04	{ width: 100%; flex-direction: column; padding: 0; align-items: center; justify-content: center; gap: 1cqw; }
.sectionm05	{ width: 100%; padding: 0 2cqw; gap: 1cqw; }
.sectionm06	{ width: 100%; flex-direction: column; padding: 0 2cqw; align-items: flex-end; gap: 1cqw; }
.sectionm07	{ width: 100%; flex-wrap: wrap; padding: 0; justify-content: center; gap: 1cqw; }
.sectionm08	{ width: 100%; flex-direction: column; padding: 0 2cqw; align-items: center; gap: 1cqw; }
.sectionm09	{ width: 100%; padding: 0; }
.sectionm10	{ width: 100%; padding: 0; justify-content: center; gap: 1cqw; }
@media (max-width: 767.9px) {
	.sectionm01	{ gap: 2cqw; }
	.sectionm03	{ flex-direction: column; align-items: flex-end; gap: 2cqw; }
	.sectionm05	{ flex-direction: column; align-items: center; gap: 2cqw; }
	.sectionm06	{ padding: 0; }
	.sectionm08	{ padding: 0; gap: 2cqw; }
	.sectionm10	{ flex-direction: column; align-items: center; gap: 2cqw; }
}

/* IMG SIZE */
@media (min-width: 768px) {
.sectionm01 .itemimg.imgF	{ width: 60cqw; align-self: flex-start; }
.sectionm01 .itemimg.imgS	{ width: 55cqw; align-self: flex-end; }
.sectionm02 .itemimg.imgF	{ width: 52cqw; }
.sectionm02 .itemimg.imgS	{ width: 45cqw; }
.sectionm02 .itemimg.imgT	{ width: 45cqw; }
.sectionm03 .itemimg.imgF	{ width: 64cqw; }
.sectionm03 .itemimg.imgS	{ width: 42cqw; transform: translateX(11cqw); }
.sectionm03 .itemimg.imgT	{ width: 42cqw; transform: translateX(11cqw); }
.sectionm04 .itemimg.imgF	{ width: 100cqw; }
.sectionm05 .itemimg.imgF,
.sectionm05 .itemimg.imgS	{ width: calc(50% - .5cqw); }
.sectionm06 .itemimg.imgF	{ width: 55cqw; position: absolute; top: 20cqw; left: 2cqw; }
.sectionm06 .itemimg.imgS	{ width: 40cqw; }
.sectionm06 .itemimg.imgT	{ width: 40cqw; }
.sectionm07 .itemimg.imgF	{ width: 55cqw; }
.sectionm07 .itemimg.imgS	{ width: 59.305cqw; }
.sectionm07 .itemimg.imgT	{ width: 39.695cqw; }
.sectionm08 .itemimg.imgF	{ width: 55cqw; }
.sectionm08 .itemimg.imgS	{ width: 42cqw; align-self: flex-start; }
.sectionm09 .itemimg.imgF	{ width: 100cqw; }
.sectionm10 .itemimg.imgF	{ width: 55cqw; }
.sectionm10 .itemimg.imgS	{ width: 38cqw; padding: 20cqw 0 0; }
}
@media (max-width: 767.9px) {
	.sectionm01 .itemimg.imgF	{ width: 90cqw; align-self: flex-start; }
	.sectionm01 .itemimg.imgS	{ width: 70cqw; align-self: flex-end; }
	.sectionm07 .itemimg.imgS	{ width: 90cqw; align-self: flex-start; }

	.sectionm02 .itemimg.imgS	{ width: 45cqw; align-self: flex-start; }
	.sectionm02 .itemimg.imgF, 
	.sectionm02 .itemimg.imgT	{ width: 90cqw; align-self: flex-end; }
	.sectionm03 .itemimg.imgF	{ width: 95cqw; }
	.sectionm03 .itemimg.imgS	{ width: 58cqw; }
	.sectionm03 .itemimg.imgT	{ width: 58cqw; }
	.sectionm05 .itemimg.imgF,
	.sectionm05 .itemimg.imgS	{ width: 80cqw; }
	.sectionm06 .itemimg.imgF	{ width: 80cqw; align-self: flex-start; }
	.sectionm06 .itemimg.imgS	{ width: 58cqw; align-self: flex-end; }
	.sectionm06 .itemimg.imgT	{ width: 58cqw; align-self: flex-end; }
	.sectionm07 .itemimg.imgF,
	.sectionm07 .itemimg.imgT	{ width: 80cqw; }
	.sectionm08 .itemimg.imgF	{ width: 80cqw; }
	.sectionm08 .itemimg.imgS	{ width: 58cqw; align-self: flex-start; }
	.sectionm10 .itemimg.imgF	{ width: 80cqw; align-self: flex-start; }
	.sectionm10 .itemimg.imgS	{ width: 58cqw; align-self: flex-end; }
}
@media (min-width: 768px) {
	.sectionm02.pctopp	{ align-items: flex-start;  }
	.sectionm02.pctopp .iteminfo_wrapper	{ padding-top: 4cqw; }
}
.no-transition * {
  transition: none !important;
}

.sectionm07	{ justify-content: space-between; }

.sectionm07 .itemimg.imgF	{ width: 55cqw; }

.sectionm07 .itemimg.imgS { width: 68cqw; }
.sectionm07 .itemimg.imgT { width: 30.3cqw; }
.sectionm07 .itemimg.imgG { width: calc(100% / 3 - 1cqw); }


.itemspace	{ display: block; width: 100%; height: 10cqw;  }
.itemspace-m	{ display: block; width: 100%; height: 1px;  }
@media (max-width: 767.9px) {
	.itemspace	{ height: 20cqw;  }
	.itemspace-m	{ display: block; width: 100%; height: 10px;  }
}


/* ------------ 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; } }
