@charset "UTF-8";
@font-face {
  font-family: 'AGaramond';
  src: url('fonts/AGaramond.woff') format('woff'),
       url('fonts/AGaramond.woff2') format('woff2'),
       url('fonts/AGaramond.ttf') format('truetype');
}
:root	{
	--primary: #000;
}
@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 div	{ letter-spacing:0; }
.pi_lgzformat *	{ letter-spacing:0; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 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; }
.pi_lgzformat .en	{ font-family: "AGaramond", monospace; font-weight: 400; 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: 100%; container-type: inline-size; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 1; }
.pi_lgzformat_bottom	{ width: 100%; container-type: inline-size; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 1; }
.contanc	{ width: 100%; height: 0px; transform: translateY(-48px); }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; transition: opacity 1s 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; }
@keyframes fadein	{ 
	from	{ opacity: 0; }
	to	{ opacity: 1; }
}
span.pupup	{ width: 100%; overflow: hidden; line-height: 1; }
span.pupup img,
span.pupup picture	{ transform: translateY(100%); transition: all 1s cubic-bezier(0,.27,.23,1.01); object-fit: contain; opacity: 0; }
.active span.pupup img,
.active span.pupup picture	{ transform: translateY(0); -webkit-transition-delay: .3s; transition-delay: .3s; opacity: 1; }
.active li:nth-child(2) span.pupup img,
.active li:nth-child(2) span.pupup picture	{ -webkit-transition-delay: .4s; transition-delay: .4s; }
.active li:nth-child(3) span.pupup img,
.active li:nth-child(3) span.pupup picture	{ -webkit-transition-delay: .5s; transition-delay: .5s; }
.active li:nth-child(4) span.pupup img,
.active li:nth-child(4) span.pupup picture	{ -webkit-transition-delay: .6s; transition-delay: .6s; }

/* ------------ MAIN AREA ------------- */
.mainimg_wrapper	{ width: 100%; position: relative; display: -webkit-flex; display: flex; flex-direction: column; }
.mainimg_header	{ width: 100%; display: -webkit-flex; display: flex; align-items: flex-end; justify-content: space-between; padding: 7.46cqw 1.9cqw .8cqw 1cqw; }
.mainimg_header > h1	{ width: 50%; color: var(--primary); font-size: 2.8cqw; line-height: 1; text-align: left; transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 0; }
.mainimg_header > h2	{ width: 50%; color: var(--primary); font-size: 2.8cqw; line-height: 1; text-align: right; transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 0; }
.active .mainimg_header > h1	{ opacity: 1; -webkit-transition-delay: .3s; transition-delay: .3s; }
.active .mainimg_header > h2	{ opacity: 1; -webkit-transition-delay: .3s; transition-delay: .3s; }
.mainimg	{ width: 100%; display: -webkit-flex; display: flex; line-height: 1; transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 0; }
.active .mainimg	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
@media (max-width: 767.9px) {
	.mainimg_header	{ padding: 12cqw 2.1cqw 1cqw }
	.mainimg_header > h1	{ font-size: 4.2cqw; }
	.mainimg_header > h2	{ font-size: 4.2cqw; }
}

/* ------------ INTRODUCTION ------------- */
.introduction	{ width: 100%; padding: 0 4.392%; margin: 0; position: relative; display: -webkit-flex; display: flex; align-items: center; justify-content: flex-start; }
.intro_inner	{ width: 100%; padding: 5.8cqw 0 0; margin: 0 0 26.8cqw; }
@media (min-width: 768px) and (max-width: 1399px) {
  .intro_inner { width: calc(0.15956 * 100% + 644.62px); }
}
@media (min-width: 1400px) {
  .intro_inner { width: 62%; }
}
.intro_inner > p	{ width: 100%; padding: 0; margin: 0 0 1.9cqw; color: var(--primary); font-size: clamp(11px, 18px, .945cqw); line-height: 1.6923; font-weight: 400; }
.intro_inner > p.en	{ font-size: clamp(12px, 20px, 1.0248cqw); line-height: 1.4285; font-weight: 400; }
@media (max-width: 767.9px) {
	.introduction	{ padding: 0 6%; }
	.intro_inner	{ padding: 79cqw 0 0; margin: 0 0 7cqw; }
	.intro_inner > p	{ font-size: clamp(11px, 18px, 2.82cqw); line-height: 1.76; margin: 0 0 4.6cqw; }
	.intro_inner > p.en	{ font-size: clamp(12px, 20px, 3.076cqw); line-height: 1.36; }
}

/* ------------ ITEM ------------- */
.itemsetwrapper	{ margin: 0 0 4.392cqw; width: 100%; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: flex-end; position: relative; }
.itemsetinner	{ width: 78.184%; display: block; padding: 0; margin: 0; }
.itemimghalf	{ width: 100%; display: -webkit-flex; display: flex; justify-content: space-between; }
.itemimgfull	{ padding: 4.392cqw 0 0; width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 0; }
.itemimg	{ width: 49.5318%; transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 0; }
.itemimgfull.active, 
.active .itemimg	{ opacity: 1; }
.itemimgfull.active	{ -webkit-transition-delay: .3s; transition-delay: .3s; }
.itemtxt	{ position: absolute; left: 4.392%; top: .6cqw; display: -webkit-flex; display: flex; flex-direction: column; list-style: none; gap: 2.4cqw 0; z-index: 3; }
.itemtxt.active	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
.itemtxt > li, 
.itemtxt > li > span, 
.itemtxt > li a, 
.itemtxt > li a > span	{ color: var(--primary); font-size: clamp(12px, 42px, 1.7569cqw); line-height: 1.3333; font-family: "AGaramond", monospace; font-weight: 400; font-style: normal; transition: opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 1; }
.itemtxt > li a > span	{ text-decoration: underline; }
.itemtxt > li > span	{ opacity: .5; }
.itemtxt > li	{ transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 0; }
.itemtxt.active > li	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
.itemtxt.active > li:nth-child(2)	{ -webkit-transition-delay: .8s; transition-delay: .8s; }
.itemtxt.active > li:nth-child(3)	{ -webkit-transition-delay: 1s; transition-delay: 1s; }
.itemtxt.active > li:nth-child(4)	{ -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
@media (min-width: 768px)	{ 
	.itemtxt > li a:hover, 
	.itemtxt > li a:hover > span	{ opacity: .5; }
	.active .itemimg:nth-child(2)	{ -webkit-transition-delay: .3s; transition-delay: .3s; }
	.active .itemimg:nth-child(3)	{ -webkit-transition-delay: .6s; transition-delay: .6s; }
	.active .itemimg:nth-child(4)	{ -webkit-transition-delay: .9s; transition-delay: .9s; }
}
@media (max-width: 767.9px) {
	.itemsetwrapper	{ margin: 0 0 8.5cqw; }
	.itemsetinner	{ width: 100%; }
	.itemimgfull	{ padding: 8.5cqw 0 0; }
	.itemimg	{ width: 100%; }
	.itemtxt	{ left: 2.56%; top: 7cqw; gap: 4cqw 0; mix-blend-mode: difference; }
	.itemtxt > li, 
	.itemtxt > li a, 
	.itemtxt > li a > span	{ color: #fff; font-size: clamp(12px, 24px, 3.2cqw); line-height: 1.3333; }
	.itemtxt > li > span	{ color: #fff; opacity: 1; }
}

/* ------------ SLIDER OPTION ------------- */
.itemsetwrapper .slick-slide	{ cursor: grab; margin: 0; padding: 0;}
.itemsetwrapper .slide-arrow	{ width: 10%; aspect-ratio: 1 / 1; z-index: 3; position: absolute; top: 47%; }
.itemsetwrapper .slide-arrow span	{ display: block; width: 100%; height: 100%; position: relative; border-radius: 3px; }
.itemsetwrapper .slide-prev	{ left: 0; transform: scale(-1, 1); }
.itemsetwrapper .slide-next	{ right: 0; }
.itemsetwrapper .slide-arrow span::before,
.itemsetwrapper .slide-arrow span::after	{ content: ""; position: absolute; top: calc(50% - 0.5px); right: 38%; width: 45%; height: 1px; border-radius: 9999px; background-color: #999; transform-origin: calc(100% - 0.5px) 50%; }
.itemsetwrapper .slide-arrow span::before	{ transform: rotate(45deg); }
.itemsetwrapper .slide-arrow span::after	{ transform: rotate(-45deg); }
.itemsetwrapper .slide-arrow.slick-disabled	{ opacity: 0; }
@media (min-width: 768px)	{ 
	.itemsetwrapper .slick-list	{ pointer-events: none; }
}


/* ------------ BLOCK ------------- */
@media (min-width: 768px)	{ .pconly { display: block; } }
@media (max-width: 767.9px)	{ .sponly { display: block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }
@media (max-width: 767.9px)	{ .pconly { display: none!important; } }
