@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
:root	{
	--color-primary: #5B83CC;
	--color-secondary: #295EFF;
	--color-grey: #676666;
	--color-link: #676666;
	--color-hover: #295EFF;
	--color-background: #B9CBDF;
	--font-jp: "Zen Kaku Gothic New", sans-serif;
	--font-en: "Roboto Mono", monospace;
	--font-mix: "Roboto Mono", "Zen Kaku Gothic New", sans-serif;
}
/* ------------
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
// <uniquifier>: Use a unique and descriptive class name
.roboto-mono-<uniquifier> {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
------------- */

@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; }
#site_body	{ overflow: visible; }
#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	{ color:#000; font-family: var(--font-jp); 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 *	{ 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 .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; transition: opacity 1.4s 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; }
}

/* ------------ TEXT ANIMATION ------------- */
.js-slide-up-row { opacity: 1; }
.js-slide-up-row.is-split { opacity: 1; }
.line { overflow: hidden; display: block; }
.line-child { display: block; transform: translateY(100%); }

/* ------------ MAIN AREA ------------- */
.main_wrapper	{ width: 100%; display: flex; align-items: flex-start; position: relative; }
.main_img	{ width: 49.5%; }
.main_img .video-item	{ width: 100%; }
.main_img .video-item video	{ width: 100%; height: 100%; object-fit: contain; display: block; opacity: 0; transition: opacity 1s ease; }
.main_img .video-item video.is-loaded	{ opacity: 1; }
.main_txt	{ width: 50.5%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.main_txt > h1	{ min-height: 6.5cqw; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 0 1.666cqw; }
.main_txt > h1 span	{ font-family: var(--font-en); font-size: 2.5cqw; line-height: 1.333; text-align: center; letter-spacing: 0; min-height: 3.333cqw; }
.main_txt > h1 span.h1line1	{ min-width: 30cqw; text-align: left; }
.main_txt > h1 span.h1line2	{ min-width: 25.5cqw; text-align: left; }
.main_txt > strong	{ border: 1px solid #000; aspect-ratio: 135 / 31; width: 13.5cqw; line-height: 1; display: flex; align-items: center; justify-content: center; font-size: 1.1cqw; font-weight: 500; margin: 0 0 2cqw; }
.main_txt > p	{ text-align: center; font-family: var(--font-jp); font-size: .98cqw; line-height: 2.19; font-weight: 500; }
ul.greater-than	{ display: flex; align-items: center; justify-content: center; list-style-type: none; }
ul.greater-than.length	{ flex-direction: column; margin: 0 0 3cqw; }
ul.greater-than > li	{ display: flex; line-height: 0; opacity: 0; transition: opacity .4s ease; --delay-base: .6s; }
ul.greater-than > li span	{ font-family: var(--font-en); font-size: 1.2cqw; line-height: .66; text-align: center; letter-spacing: 0; }
ul.greater-than.length > li span	{ transform: rotate(90deg); }
ul.greater-than.active > li	{ opacity: 1; }
ul.greater-than.active > li:nth-child(1)  { transition-delay: calc(var(--delay-base) + 0.08s); }
ul.greater-than.active > li:nth-child(2)  { transition-delay: calc(var(--delay-base) + 0.16s); }
ul.greater-than.active > li:nth-child(3)  { transition-delay: calc(var(--delay-base) + 0.24s); }
ul.greater-than.active > li:nth-child(4)  { transition-delay: calc(var(--delay-base) + 0.32s); }
ul.greater-than.active > li:nth-child(5)  { transition-delay: calc(var(--delay-base) + 0.40s); }
ul.greater-than.active > li:nth-child(6)  { transition-delay: calc(var(--delay-base) + 0.48s); }
ul.greater-than.active > li:nth-child(7)  { transition-delay: calc(var(--delay-base) + 0.56s); }
ul.greater-than.active > li:nth-child(8)  { transition-delay: calc(var(--delay-base) + 0.64s); }
ul.greater-than.active > li:nth-child(9)  { transition-delay: calc(var(--delay-base) + 0.72s); }
ul.greater-than.active > li:nth-child(10) { transition-delay: calc(var(--delay-base) + 0.80s); }
ul.greater-than.active > li:nth-child(11) { transition-delay: calc(var(--delay-base) + 0.88s); }
ul.greater-than.active > li:nth-child(12) { transition-delay: calc(var(--delay-base) + 0.96s); }
@media (min-width: 768px)	{ 
	.main_img	{ width: auto; position: -webkit-sticky; position: sticky; top: 48px; left: 0; max-height: calc(100vh - 48px); display: flex; justify-content: flex-end; }
	.main_img .video-item	{ width: 100%; inset: 0; aspect-ratio: 4 / 5; overflow: hidden; }
	.main_img .video-item video	{ width: 100%; inset: 0; object-fit: cover; display: block; }
	.main_txt	{ flex-grow: 1; min-width: 450px!important;  padding: 14cqw 0 20cqw 1.5cqw; }
	.main_txt > p br.spon	{ display: none; }
}
@media (max-width: 767.9px)	{ 
	.main_wrapper	{ flex-wrap: wrap; padding: 0; }
	.main_img	{ width: 100%; position: -webkit-sticky; position: sticky; top: 50px; left: 0; }
	.main_txt	{ width: 100%; padding: 19cqw 0 30cqw; position: relative; z-index: 1; background-color: #fff; }
	.main_txt > h1	{ margin: 0 0 5cqw; }
	.main_txt > h1 span	{ font-size: 7cqw; min-height: 9.3cqw; }
	.main_txt > h1 span.h1line1	{ min-width: 84cqw; }
	.main_txt > h1 span.h1line2	{ min-width: 71.333cqw; }
	.main_txt > strong	{ width: 42cqw; font-size: 3.8cqw; margin: 0 0 8cqw; }
	.main_txt > p	{ font-size: 3.33cqw; line-height: 2.11; font-weight: 500; }
	ul.greater-than.length	{ margin: 0 0 9cqw; gap: .25cqw; }
	ul.greater-than > li span	{ font-size: 4cqw; }
}

/* ------------ ITEM AREA ------------- */
.item_wrapper	{ width: 100%; }
.item_inner	{ width: 100%; display: flex; align-items: center; justify-content: center; position: relative; }
.item_inner picture, 
.item_inner img { width: 100%; height: 100%; object-fit: cover; }
.item_inner .video-item	{ width: 100%; height: 100%; background-color: #d0d1ce; }
.item_inner .video-item video	{ width: 100%; height: 100%; object-fit: contain; display: block; opacity: 0; transition: opacity 1s ease; }
.item_inner .video-item .is-loaded { opacity: 1; }
@media (min-width: 768px)	{ 
	.item_inner	{ aspect-ratio: 100 / 71; }
	.item_inner .video-item	{ inset: 0; }
}
@media (max-width: 767.9px)	{ 
	.item_inner	{ flex-wrap: wrap; }
	.item_inner .video-item	{ width: 100%; height: 100%; aspect-ratio: 15 / 19; }
	.item_inner .video-item video	{ object-fit: cover; }
}
.item_information	{ width: 22.2cqw; }
.item_information > ul	{ width: 100%; inset: 0; display: flex; flex-wrap: wrap; border: 1px solid #000; }
.item_information > ul > li	{ width: 100%; padding: .8cqw 1.1cqw .78cqw .8cqw; display: flex; align-items: center; }
.item_information > ul > li.half	{ width: 50%; display: flex; align-items: center; justify-content: center; }
.item_information > ul > li.half.line	{ border-right: 1px solid #000; }
.item_information > ul > li:not(:last-child)	{ border-bottom: 1px solid #000; }
.item_information > ul > li > b	{ display: flex; min-height: .859cqw; opacity: 1; }
.item_information > ul > li > b span	{ font-family: var(--font-en); font-size: .86cqw; line-height: .96;  }
.item_information > ul > li > strong	{ white-space: nowrap; }
.item_information > ul > li > strong span	{ font-family: var(--font-en); font-size: 1.08cqw; line-height: .96; white-space: nowrap; }
.item_information > ul > li > h3	{ display: flex; }
.item_information > ul > li > h3 span	{ font-family: var(--font-en); font-size: 1.44cqw; line-height: .96; }
.item_information > ul > li > p	{ font-family: var(--font-jp); font-size: .838cqw; line-height: 2.04; font-weight: 500; }
@media (min-width: 768px)	{ 
	.item_information	{ position: absolute; left: 2.75cqw; top: 3.65cqw; }
	.item_information > ul > li > p br.spon	{ display: none; }
}
@media (max-width: 767.9px)	{ 
	.item_information	{ width: 100%; padding: 0 6cqw 21cqw; margin-top: -4cqw; position: relative; z-index: 2; }
	.item_information > ul > li	{ padding: 2.4cqw 2.6cqw 2.2cqw 3.3cqw; }
	.item_information > ul > li > b	{ min-height: 3.072cqw; }
	.item_information > ul > li > b span	{ font-size: 3.2cqw; }
	.item_information > ul > li > strong span	{ font-size: 3.9cqw; }
	.item_information > ul > li > h3 span	{ font-size: 5.4cqw; }
	.item_information > ul > li > p	{ font-size: 3.3cqw; line-height: 2.04; }
}

/* ------------ ITEM DETAIL ------------- */
.item_detail_wrapper	{ width: 100%; background-color: #fff; z-index: 2; position: relative; }
.item_detail_inner	{ width: 100%; display: flex; align-items: center; justify-content: center; position: relative; }
.item_detail_inner > h2 span	{ font-family: var(--font-en); font-size: 1.4cqw; line-height: 1; }
.item_detail_spec	{ width: 100%; }
.item_detail_spec > ul	{ display: flex; flex-direction: column; width: 100%; }
.item_detail_spec > ul > li	{ position: relative; }
.item_detail_spec > ul > li::before	{ content:""; position: absolute; left: 0; bottom: 0; right: 100%; width: 0; height: 1px; background-color: #000; transition: width .8s ease;}
.item_detail_spec.active > ul > li::before	{ right: 0; width: 100%;  -webkit-transition-delay: .2s; transition-delay: .2s; }
.item_detail_spec > ul > li span	{ font-family: var(--font-en); line-height: 1; white-space: nowrap; }
.item_detail_spec > ul > li > h5	{ display: flex; flex-direction: column; gap: .3cqw; margin: 0 0 .6cqw; }
.item_detail_spec > ul > li > dl	{ display: flex; align-items: flex-start; }
.item_detail_spec > ul > li > dl dt	{ width: 21%; }
.item_detail_spec > ul > li > dl dd	{ width: 79%; }
.item_detail_spec > ul > li > a	{ width: 100%; display: flex; }
.item_detail_spec > ul > li > a span.arow	{ position: relative; }
.item_detail_spec > ul > li > a span.arow::before	{ content:">"; }
.item_detail_txt_area	{ width: 100%; }
.item_detail_txt_area > p	{ font-family: var(--font-jp); line-height: 1.785; font-weight: 500; }

@media (min-width: 768px)	{ 
	.item_detail_wrapper	{ width: 100%; padding: 0 0 0 2cqw; }
	.item_detail_inner	{ width: 100%; aspect-ratio: 200 / 107; }
	.item_detail_inner > h2	{ position: absolute; left: .75cqw; top: 3.35cqw; }
	.item_detail_inner_inner	{ width: 81cqw; display: flex; align-items: center; justify-content: space-between; }
	.item_detail_img	{ order: 2; width: 27.8cqw; }
	.item_detail_spec	{ order: 1; width: 20.85cqw; }
	.item_detail_spec > ul > li	{ padding: .45cqw 0; min-height: 1.86cqw; }
	.item_detail_spec > ul > li span	{ font-size: .9cqw; }
	.item_detail_spec > ul > li > h5	{ display: flex; flex-direction: column; gap: .3cqw; margin: 0 0 .6cqw; }
	.item_detail_spec > ul > li > h5 span	{ font-size: 1.1cqw; min-height: 1.1cqw; }
	.item_detail_spec > ul > li > a	{ padding: .3cqw 0; }
	.item_detail_spec > ul > li > a span	{ font-size: 1.2cqw; }
	.item_detail_spec > ul > li > a span::before	{ margin: 0 .4cqw 0 0;  }
	.item_detail_txt	{ order: 3; width: 22.85cqw; }
	.item_detail_txt_area	{ height: 100%; aspect-ratio: 1 / 1; overflow: auto; }
	.item_detail_txt_area > p	{ font-size: .98cqw; padding: .4cqw 2cqw 6cqw 0; }
	.item_detail_txt_area { scrollbar-width: none; -ms-overflow-style: none;  position: relative; }
	.item_detail_txt_area::-webkit-scrollbar	{ display: none; }

	/* ------------ CUSTOM-SCROLLBAR ------------- */
	.custom-scrollbar-track	{ position: absolute; top: 0; right: 0; width: 1cqw; height: 100%; background: transparent; z-index: 10; pointer-events: none; }
	.custom-scrollbar-track::before	{ content: ""; position: absolute; left: .5cqw; width: 1px; height: 100%; background: #000; }
	.custom-scrollbar-thumb	{ position: absolute; left: 0; width: 1cqw; height: 1cqw; background: #000; cursor: pointer; z-index: 11; pointer-events: auto; }
	.scroll-fade-mask	{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); pointer-events: none; z-index: 5; }
	.custom-scrollbar-track	{ z-index: 10; }
}
@media (max-width: 767.9px)	{ 
	.item_detail_inner	{ flex-wrap: wrap; padding: 0 7cqw 20cqw; }
	.item_detail_inner > h2	{ width: 100%; margin: 0 0 4cqw; }
	.item_detail_inner > h2 span	{ font-size: 4.87cqw; min-height: 6.4cqw; }
	.item_detail_img	{ margin: 0 0 9.6cqw; }
	.item_detail_spec > ul	{ margin: 0 0 7cqw; }
	.item_detail_spec > ul > li	{ padding: 1.5cqw 0; }
	.item_detail_spec > ul > li span	{ font-size: 3.6cqw; min-height: 4.8cqw; }
	.item_detail_spec > ul > li > h5	{ gap: 0; margin: 0 0 1cqw; }
	.item_detail_spec > ul > li > h5 span	{ font-size: 4.2cqw; min-height: 5.6cqw; }
	.item_detail_spec > ul > li > a	{ padding: 1cqw 0; }
	.item_detail_spec > ul > li > a span	{ font-size: 4.5cqw; }
	.item_detail_spec > ul > li > a span::before	{ margin: 0 1.6cqw 0 0;  }
	.item_detail_txt_area > p	{ font-size: 3.58cqw; padding: 0; }
}

/* ------------ SLIDER ------------- */
.splide__slide	{ position: relative; }
.splide__slide img	{ width: 100%; height: auto; display: block; opacity: 1; }
.custom-pagination	{ width: 100%; position: absolute; left: 0; bottom: .6cqw; display: flex; justify-content: center; gap: 1cqw; list-style: none; padding: 0; }
.custom-pagination button	{ background: none; border: none; cursor: pointer; font-family: var(--font-en); font-size: 1cqw; color: #999; transition: color 0.3s; padding: 0; }
.custom-pagination button::before	{ content: ">"; margin-right: 4px; opacity: 0; }
.custom-pagination button.is-active { color: #000; }
.custom-pagination button.is-active::before { opacity: 1; }
@media (max-width: 767.9px)	{ 
	.custom-pagination	{ bottom: 3cqw; gap: 3cqw;  }
	.custom-pagination button	{ font-size: 3.333cqw; }
}

/* ------------ CREDIT AREA ------------- */
.page_credit_wrapper	{ width: 100%; aspect-ratio: 144 / 103; position: relative; }
.page_credit_wrapper picture, 
.page_credit_wrapper img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
ul.nwcredit	{ list-style-type: none; position: absolute; left: 3cqw; top: 3cqw; display: flex; flex-direction: column; gap: .8cqw; align-items: flex-start; }
ul.nwcredit > li	{ white-space: nowrap; }
ul.nwcredit > li span	{ font-family: var(--font-en); font-size: .888cqw; color: #000; line-height: 1; }
.nwcopyright	{  font-size: .8cqw; font-family: var(--font-en); line-height: 1; position: absolute; right: 3cqw; bottom: 3cqw; }
@media (max-width: 767.9px)	{ 
	.page_credit_wrapper	{ aspect-ratio: 390 / 733; }
	ul.nwcredit	{ left: 7cqw; top: 6cqw; gap: 2.4cqw;  }
	ul.nwcredit > li span	{ font-size: 3cqw; }
	.nwcopyright	{  font-size: 3cqw; right: 7cqw; bottom: 6cqw; }
}

/* ------------ 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; } }

.no-transition * {
  transition: none !important;
}
