@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
:root	{
	--color-black: #000;
	--color-white: #fff;
	--color-prm: #FFEA03;
	--color-sec: #dcc87d;
	--color-mbg: #bbbbbb;
	--color-border: #717070;
	--font-main: "Zen Kaku Gothic New", "Lexend", sans-serif;
	--font-jp: "Zen Kaku Gothic New", sans-serif;
	--font-enttle: "Alata", sans-serif;
	--font-entxt: "Lexend", sans-serif;
}
@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; font-family: var(--font-jp); letter-spacing:0; position: relative; container-type: inline-size; }
.pi_lgzformat div	{ letter-spacing:0; }
.pi_lgzformat *	{ letter-spacing:.02em; font-weight: 400; font-style: normal; font-size:14px; line-height:1.75; font-feature-settings: "palt"; -webkit-text-size-adjust:100%; color: var(--color-black); -webkit-font-smoothing: antialiased; }
.pi_lgzformat .en	{ font-family: var(--font-enttle); 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; position: relative; z-index: 1; }
.contanc	{ width: 100%; height: 0px; transform: translateY(-200px); }

/* ------------ ANIMATION ------------- */
.scrollIn	{ opacity: 0; transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.scrollIn.active	{ opacity: 1; -webkit-transition-delay: .3s; transition-delay: .3s; }
@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; }
}

/* ------------ MASK ANIMATION TXT ------------- */
.maskani	{ 
	-webkit-mask-image: linear-gradient(to right, #000 0%, #000 45%, rgba(0,0,0,0.6) 50%, transparent 55%);
	mask-image: linear-gradient(to right, #000 0%, #000 45%, rgba(0,0,0,0.6) 50%, transparent 55%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-mask-position: 100% 0;
	mask-position: 100% 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: -webkit-mask-position 1s ease;
	transition: mask-position 1.6s ease;
}
.maskani.active 	{
	-webkit-mask-image: linear-gradient(to right, #000 0%, #000 50%, transparent 50%);
	mask-image: linear-gradient(to right, #000 0%, #000 50%, transparent 50%); 
	-webkit-mask-position: 0 0; 
	mask-position: 0 0; 
	transition-delay: .6s; 
}
.maskani	{ transform: translateX(-1cqw); opacity: 0; transition: mask-position 1s ease, transform 1s ease, opacity 1s ease; }
.maskani.active 	{ transform: translateX(0); opacity: 1; }
.imgmask	{ position: relative; overflow: hidden; clip-path: inset(0 0 100% 0); transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);  }

/* ------------ MASK ANIMATION IMG ------------- */
.imgmask	{ position: relative; overflow: hidden; transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1); }
.imgmask	{ clip-path: inset(0 0 100% 0); }
.imgmask.active	{ clip-path: inset(0 0 0 0); -webkit-transition-delay: .3s; transition-delay: .3s; }
.imgmask.is-bottom	{ clip-path: inset(100% 0 0 0); }
.imgmask.is-bottom.active	{ clip-path: inset(0 0 0 0); -webkit-transition-delay: .3s; transition-delay: .3s; }

/* ------------ MAIN AREA ------------- */
.mainimg_wrapper, 
.mainimg_inner	{ width: 100%; display: -webkit-flex; display: flex; position: relative; background-color: var(--color-prm); }
.imgfield, 
.imgstyle	{ width: 50%; display: -webkit-flex; display: flex; }
.mainimg_inner > strong	{ position: absolute; right: 6.8cqw; top: 2.6cqw; display: -webkit-flex; display: flex; width: 12cqw; line-height: 1; }
.mainimg_inner > b	{ position: absolute; font-family: var(--font-enttle); font-weight: 400; color: var(--color-prm); font-size: 2.6666cqw; line-height: 1; z-index: 1; display: -webkit-flex; display: flex; -webkit-transition-delay: .8s; transition-delay: .8s; }
.mainlogo	{ display: -webkit-flex; display: flex; line-height: 1; }
.mainlogo > p	{ line-height: 1; display: -webkit-flex; display: flex; width: 100%; }
@media (min-width: 768px)	{ 
	.imgfield	{ order: 2; }
	.imgstyle	{ order: 1; }
	.mainimg_inner > b.tt01	{ left: 8.5cqw; top: 5.2cqw; }
	.mainimg_inner > b.tt02	{ left: 8.5cqw; bottom: 7cqw; }
	.mainimg_inner > b.tt03	{ right: 7cqw; top: 19.5cqw; }
	.mainimg_inner > b.tt04	{ right: 13cqw; bottom: 22.5cqw; }
	.mainlogo	{ width: 9.2cqw; position: absolute; right: 6.8cqw; bottom: 2.9cqw; }
}
@media (max-width: 767.9px)	{ 
	.mainimg_wrapper	{ flex-direction: column; }
	.imgfield	{ width: 100%; }
	.imgstyle	{ width: 77%; position: absolute; top: 29cqw; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.imgstyle.imgmask.active	{ -webkit-transition-delay: .6s; transition-delay: .6s; }
	.mainimg_inner > strong	{ right: 3.6cqw; top: 3.8cqw; width: 17.5cqw; }
	.mainimg_inner > b	{ font-size: 3.6cqw; }
	.mainimg_inner > b.tt01	{ left: 19.4cqw; top: 20.5cqw; }
	.mainimg_inner > b.tt02	{ left: 17cqw; bottom: 22cqw; }
	.mainimg_inner > b.tt03	{ left: 7cqw; top: 42cqw; }
	.mainimg_inner > b.tt04	{ right: 8cqw; bottom: 48cqw; }
	.mainlogo	{ width: 100%; aspect-ratio: 25 / 6; line-height: 1; align-items: center; justify-content: center; background-color: var(--color-mbg); }
	.mainlogo > p	{ width: 17.333cqw; }
}
/* ------------ INTRODUCTION ------------- */
.introduction	{  background-color: var(--color-prm); width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; padding: 0; margin: 0; background-color: var(--color-mbg); }
.introduction_inner	{ position: absolute; width: 82.8cqw; padding: 6cqw 0 0; display: -webkit-flex; display: flex; flex-direction: column; align-items: flex-start; gap: 3.3cqw;  }
.introduction_inner > p	{ color: var(--color-prm); font-size: 1.6666cqw; line-height: 2.08; letter-spacing:0; font-weight: 500; }
@media (min-width: 768px)	{ 
	.introduction_inner	{ left: 9cqw; top: 0; }
}
@media (max-width: 767.9px)	{ 
	.introduction	{ justify-content: flex-end; align-items: flex-end; }
	.introduction_inner	{ right: 0; bottom: 10cqw; width: 56cqw; flex-start; gap: 5cqw; padding: 0 5cqw 8cqw 0; }
	.introduction_inner > p	{ font-size: 3.2cqw; line-height: 1.58; }
	.introduction_inner > p br.sp	{ display: none; }
}
/* ------------ MIDROLL ------------- */
.midroll_wrapper	{ width: 100%; aspect-ratio: 500 / 269; position: relative; display: flex; background-color: var(--color-mbg); container-type: inline-size; }
.midroll_wrapper > ul	{ position: absolute; inset: 0; width: 100%; height: 100%; list-style: none; display: flex; }
.midroll_wrapper picture,
.midroll_wrapper img	{ display: block; width: 100%; height: auto; }
.midroll_wrapper > ul li	{ position: absolute; display: flex; width: 28.25%; line-height: 1; }
.midroll_wrapper > strong,
.midroll_wrapper > b	{ position: absolute; display: flex; line-height: 1; z-index: 5; }
.midroll_wrapper > strong	{ width: 7.3cqw; }
.midroll_wrapper > b	{ font-family: var(--font-enttle); font-weight: 400; color: var(--color-prm); font-size: 2.4cqw; line-height: 1; }

/* ===== PC ===== */
@media (min-width: 768px) {
	.midroll_wrapper > strong.milg01 { top: 5.9cqw; left: 80cqw; }
	.midroll_wrapper > strong.milg02 { top: 40cqw; left: 14.15cqw; }
	.midroll_wrapper > b.mitx01 { top: 45.5cqw; left: 10.5cqw; }
	.midroll_wrapper > b.mitx02 { top: 10cqw; left: 78.2cqw; }
	.midroll_wrapper > b.mitx03,
	.midroll_wrapper > strong.milg03 { display: none; }
	.midroll_wrapper > ul li:first-child { z-index: 4; left: 0; }
	.midroll_wrapper > ul li:nth-child(2) { z-index: 3; left: 24.9cqw; bottom: 0; }
	.midroll_wrapper > ul li:nth-child(3) { z-index: 2; right: 23cqw; top: 0; }
	.midroll_wrapper > ul li:nth-child(4) { z-index: 1; right: 0; bottom: 0; }
	.midroll_wrapper > ul li.active:nth-child(2) { transition-delay: .5s; }
	.midroll_wrapper > ul li.active:nth-child(3) { transition-delay: .7s; }
	.midroll_wrapper > ul li.active:nth-child(4) { transition-delay: .9s; }
}
/* ===== SP ===== */
@media (max-width: 767.9px) {
	.midroll_wrapper	{ aspect-ratio: 125 / 389; }
	.midroll_wrapper > ul li	{ width: 60.26%; }
	.midroll_wrapper > ul li:first-child	{ z-index: 1; top: 0; left: 0; }
	.midroll_wrapper > ul li:nth-child(2)	{ z-index: 4; right: 0; top: 74.4cqw; }
	.midroll_wrapper > ul li:nth-child(3)	{ z-index: 3; left: 0; top: 152.2cqw; }
	.midroll_wrapper > ul li:nth-child(4)	{ z-index: 2; right: 0; bottom: 0; }
	.midroll_wrapper > strong	{ width: 10.666cqw; }
	.midroll_wrapper > strong.milg01 { top: 115cqw; left: 34cqw; }
	.midroll_wrapper > strong.milg02 { top: 198cqw; right: 31cqw; }
	.midroll_wrapper > strong.milg03 { bottom: 12cqw; left: 20cqw; }
	.midroll_wrapper > b { font-size: 3.7cqw; }
	.midroll_wrapper > b.mitx01 { top: 108.3cqw; left: 20cqw; }
	.midroll_wrapper > b.mitx02 { top: 65cqw; right: 11cqw; }
	.midroll_wrapper > b.mitx03 { bottom: 86cqw; right: 4.2cqw; }
}

/* ------------ ITEM AREA ------------- */
.item_wrapper	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: var(--color-prm); }
.item_wrapper > b	{ width: 7.3cqw; height: 10.15cqw; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.item_inner	{ width: 80.6cqw; display: -webkit-flex; display: flex; align-items: flex-start; justify-content: space-between; margin: 0 0 8.2cqw; }
.itemmain	{ width: 34.75cqw; display: -webkit-flex; display: flex; }
.itemmain > p	{ display: -webkit-flex; display: flex; border: 2px solid var(--color-border); }
.itemtxt	{ width: 21.25cqw; display: -webkit-flex; display: flex; flex-direction: column; gap: 2.2cqw; }
.itemtxt_set	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; gap: .9cqw; }
.itemtxt_set > strong	{ font-family: var(--font-enttle); color: var(--color-black); font-size: 1.76cqw; line-height: 1.3; letter-spacing:0; font-weight: 400; }
.itemtxt_set > p	{ font-family: var(--font-jp); color: var(--color-black); font-size: 1.3cqw; line-height: 1.4; letter-spacing:-.02em; font-weight: 400; text-align: justify; text-justify: inter-character; }
.itemlinkwap	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; position: relative; }
.itemlinkwap > b	{ font-family: var(--font-entxt); color: var(--color-black); font-size: 1.11cqw; line-height: 1.3; letter-spacing:0; font-weight: 400; }
.itemlink_innew	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; gap: .2cqw; }
.itemlink_innew > b	{ font-family: var(--font-entxt); color: var(--color-black); font-size: 1.388cqw; line-height: 1.3; letter-spacing:0; font-weight: 400; }
.itemlink_innew > span	{ font-family: var(--font-entxt); color: var(--color-black); font-size: 1.11cqw; line-height: 1.3; letter-spacing:0; font-weight: 400; margin: 0 0 .76cqw; }
.itemlink_innew > strong	{ font-family: var(--font-entxt); font-size: 1.11cqw; line-height: 1; letter-spacing:.1em; font-weight: 500; width: 11.111cqw; aspect-ratio: 5 / 1; color: var(--color-black); border: 1px solid var(--color-black); border-radius: 11cqw; display: -webkit-flex; display: flex; align-items: center; justify-content: center; transition: all .5s; }
.itemsubimg	{ width: 21.15cqw; display: -webkit-flex; display: flex; flex-direction: column; gap: .6cqw; }
.itemsubimg > p	{ display: -webkit-flex; display: flex; }
@media (min-width: 768px)	{ 
	a:hover .itemlink_innew > strong	{ color: #fff; border: 1px solid var(--color-border); background-color: var(--color-border); }
	.itemsubimg > p.pcnon	{ display: none; }
}
@media (max-width: 767.9px)	{ 
	.item_wrapper > b	{ width: 11cqw; height: 15cqw; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
	.item_inner	{ width: 100%; flex-direction: column; align-items: center; justify-content: center; margin: 0 0 13cqw; }
	.itemmain	{ width: 60.26cqw; margin: 0 0 5.5cqw; }
	.last-child .itemmain	{ display: none; order: 3: }
	.itemmain > p	{ border: 1px solid var(--color-border); }
	.itemtxt	{ width: 60.26cqw; gap: 5cqw; margin: 0 0 10cqw; }
	.itemtxt_set	{ gap: 2cqw; }
	.itemtxt_set > strong	{ font-size: 5.2cqw; }
	.itemtxt_set > p	{ font-size: 3.2cqw; }
	.itemlinkwap	{ margin: 0 0 2cqw; }
	.itemlinkwap > b	{ font-size: 3.2cqw; }
	.itemlink_innew	{ gap: 1cqw; }
	.itemlink_innew > b	{ font-size: 3.2cqw; }
	.itemlink_innew > span	{ font-size: 2.7cqw; margin: 0; }
	.itemlink_innew > strong	{ font-size: 3.2cqw; width: 19.2cqw; aspect-ratio: 18 / 5; border-radius: 8cqw; position: absolute; bottom: 3cqw; right: 0; }
	.itemsubimg	{ width: 100cqw; gap: .6cqw; }
	.last-child .itemsubimg	{ order: 1; flex-direction: row; width: 87.73cqw; gap: .9cqw; margin: 0 0 5.5cqw; }
	.last-child .itemsubimg > p	{ border: 1px solid var(--color-border); }
	.last-child .itemtxt	{ order: 2; }
}
/* ------------ BOTTOM PARALLAX ------------- */
.bottomroll	{ width: 100%; position: relative; background-color: var(--color-mbg); }
.bottomroll > b	{ display: -webkit-flex; display: flex; line-height: 1; width: 7.5cqw; position: absolute; }
@media (min-width: 768px)	{ 
	.bottomroll > b	{ left: 28cqw; bottom: 12.4cqw;  }
}
@media (max-width: 767.9px)	{ 
	.bottomroll > b	{ width: 10.66cqw; left: 19cqw; bottom: 12.4cqw;  }
}

/* ------------ BOTTOM AREA ------------- */
.bottominfo	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; padding: 6.666cqw 0 7cqw; background-color: var(--color-mbg); }
.bottominfo_inner	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.bottominfo_inner > h3	{ display: -webkit-flex; display: flex; position: relative; margin: 0 0 3cqw; padding: 0 0 1cqw; }
.bottominfo_inner > h3 > a	{ position: relative; }
.bottominfo_inner > h3 > a::after	{ content:""; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 2px; background-color: var(--color-prm); }
.bottominfo_inner > h3 > a > span	{ font-family: var(--font-enttle); color: var(--color-prm); font-size: 2.7777cqw; line-height: 1.3; letter-spacing:0; font-weight: 400; }
.bottominfo_inner > strong	{ display: -webkit-flex; display: flex; line-height: 1; width: 13.5cqw; margin: 0 0 4.8cqw; }
.bottominfo_inner > ul	{ list-style-type: none; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .95cqw; }
.bottominfo_inner > ul > li	{ font-family: var(--font-entxt); color: var(--color-prm); font-size: 1.08cqw; line-height: 1; font-weight: 300; }
@media (min-width: 768px)	{ 
	.bottominfo_inner > h3 > a:hover::after	{ animation: likline 1s ease 0s 1 normal none; }
}
@media (max-width: 767.9px)	{ 
	.bottominfo	{ padding: 14.6666cqw 0; }
	.bottominfo_inner > h3	{ margin: 0 0 14cqw; }
	.bottominfo_inner > h3 > a::after	{ height: 1px; bottom: 1cqw; left: -1cqw; right: -1cqw; width: calc(100% + 2cqw); }
	.bottominfo_inner > h3 > a > span	{ font-size: 4.8cqw; }
	.bottominfo_inner > strong	{ width: 19cqw; margin: 0 0 14cqw; }
	.bottominfo_inner > ul	{ gap: 1.7cqw; }
	.bottominfo_inner > ul > li	{ font-size: 2.4cqw; }
}

/* ------------ PARALLAX ------------- */
.parallax	{ position: relative; overflow: hidden; width: 100%; }
.parallax picture,
.parallax img	{ display: block; width: 100%; height: auto; will-change: transform; object-fit: cover; }
@media (min-width: 768px) {
	.parallax picture,
	.parallax img { transform: scale(1.2); transform-origin: center; }
}

/* ------------ 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; } }

.no-transition * {
  transition: none !important;
}
