@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:#000000; -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; z-index: 2; }

.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 > h1	{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 73px;  z-index: 2; transition:2s cubic-bezier(.12,.51,.55,.94); opacity: 0; }
.mainimg_wrapper > h1	{ font-size: 32px; line-height: 36px; font-weight: 500; letter-spacing:.05em; text-align: left;  }
.mainimg_wrapper > h1.active	{ opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }
.mainimg_wrapper > ul	{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 73px; z-index: 2; list-style: none; display: -webkit-flex; display: flex; flex-direction: column; }
.mainimg_wrapper > ul li	{ color:#fff; font-size: 32px; line-height: 36px; font-weight: 500; letter-spacing:.05em; text-align: left; transition:2s cubic-bezier(.12,.51,.55,.94); opacity: 0; transform: translateY(10px);  }
.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: 979px) {
	.mainimg_wrapper > h1	{ left: 60px; right: auto; }
	.mainimg_wrapper > ul	{ left: 60px; right: auto; }
}
@media (max-width: 767px) {
	.mainimg_wrapper > h1	{ left: 30px; right: auto; font-size: 22px; line-height: 26px; }
	.mainimg_wrapper > ul	{ left: 30px; right: auto; }
	.mainimg_wrapper > ul li	{  font-size: 22px; line-height: 26px; }
}


/* ------------ MOVIE1 ------------- */
.video-wrapper1	{ width: 100%; padding: 140px 0 0; display: -webkit-flex; display: flex; justify-content: center; line-height: 1; margin: 0 0 62px; }
.video-inner1	{ width: 100%; max-width: 650px; position: relative; line-height: 1; }
.video-inner1 video	{ width: 100%; line-height: 1; vertical-align: bottom; position: relative; z-index: 1; }
.video-wrapper2	{ width: 100%; padding: 0; display: -webkit-flex; display: flex; justify-content: center; line-height: 1; margin: 0 0 100px; }
.video-inner2	{ width: 100%; position: relative; line-height: 1; }
.video-inner2 video	{ width: 100%; line-height: 1; vertical-align: bottom; position: relative; z-index: 1; }
@media (max-width: 767px) {
	.video-wrapper1	{ padding: 40px 8% 0; margin: 0 0 32px; }
	.video-inner1	{ 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 120px 80px; margin: 0; }
.pi_lgzformat .swiper-container	{ width: 100%; height: 620px; 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: auto!important; height: 100%; }
.pi_lgzformat .swiper-slide img	{ display: block; width: auto; height: 100%; 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; }
.pi_lgzformat .swiper-button-next,
.pi_lgzformat .swiper-button-prev	{ position: absolute; top: -80px; width: 35px; height: 35px; border-radius: 50%; background-color: #BAFF00; opacity: 1; border: 0; padding: 0; margin: 0; }
.pi_lgzformat .swiper-button-next	{ left: auto; right: 0; }
.pi_lgzformat .swiper-button-prev	{ left: auto; right: 45px; }
.pi_lgzformat .swiper-button-next::before,
.pi_lgzformat .swiper-button-next::after,
.pi_lgzformat .swiper-button-prev::before,
.pi_lgzformat .swiper-button-prev::after	{ font-size: 0px; color:transparent; position: absolute; content:""; }
.pi_lgzformat .swiper-button-prev::before, 
.pi_lgzformat .swiper-button-next::before	{ left: 10px; width: 14px; height: 1px; background: #fff; }
.pi_lgzformat .swiper-button-prev::after, 
.pi_lgzformat .swiper-button-next::after	{ width: 10px; height: 10px; border-top: 1px solid #fff; border-right: 1px solid #fff; }
.pi_lgzformat .swiper-button-prev::after	{ left: 12px; right: auto; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.pi_lgzformat .swiper-button-next::after	{ left: auto; right: 12px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media (max-width: 767px) {
	.pi_lgzformat .swiper-outside	{ padding: 0 8% 46px; margin: 0 0 10px; }
	.pi_lgzformat .swiper-container	{ height: 320px; }
}
.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: 767.1px) {
	.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 ------------- */
.slunedtxlis	{ align-self: flex-start; width: 100%; padding: 0 40px 0 120px; margin: 0 0 120px; display: -webkit-flex; display: flex; align-items: flex-start; flex-wrap: wrap; gap: 30px 0; }
.slunedtxlis.com3	{ max-width: 100%; }
.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: 767.1px) {
	.itemdit > a:hover	{ opacity: .5; }
}
@media (max-width: 866px) {
	.dit01	{ order: 1; width: 60%!important; }
	.dit02	{ order: 3; width: 60%!important; }
	.dit03	{ order: 5; width: 60%!important; }
	.dit04	{ order: 2; width: 40%!important; }
	.dit05	{ order: 4; width: 40%!important; }
	.dit06	{ order: 6; width: 40%!important; }
}
@media (max-width: 767px) {
	.slunedtxlis, 
	.slunedtxlis.com3	{ width: 95%; max-width: 95%; padding: 0 8%; margin: 0 0 80px; 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; }
	.dit01	{ order: 1; width: 60%!important; }
	.dit02	{ order: 3; width: 60%!important; }
	.dit03	{ order: 5; width: 60%!important; }
	.dit04	{ order: 2; width: 40%!important; }
	.dit05	{ order: 4; width: 40%!important; }
	.dit06	{ order: 6; width: 40%!important; }
}

/* ------------ 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; }
}

/* ------------ 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; } }
