<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
color: #000;
font-family: neue-haas-grotesk-display, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.6vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper a:hover,
.allwrapper a:hover img,
.allwrapper button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}
.allwrapper ol,
.allwrapper ul {
list-style:none;
}
.allwrapper img, 
.allwrapper video,
.allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 11px;
	}
}
@media (min-width:1100px){
	.allwrapper {
	font-size: 13.5px;	
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.133333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.666666vw; }
.fs11 { font-size: 2.933333vw; }
.fs11_5 { font-size: 3.066666vw; }
.fs12 { font-size: 3.2vw; }
.fs12_5 { font-size: 3.33333333vw; }
.fs13 { font-size: 3.466666vw; }
.fs13_5 { font-size: 3.6vw; }
.fs14 { font-size: 3.733333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.266666vw; }
.fs17 { font-size: 4.533333vw; }
.fs18 { font-size: 4.8vw; }
.fs19 { font-size: 5.066666vw; }

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh110 { line-height: 110%; }
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important; }
.disp_iblock { display: inline-block !important; }
.disp_inline { display: inline !important; }
.disp_none { display: none; }
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:768px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:1099px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1100px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.ff_yugo {
font-family: yu-gothic-pr6n, sans-serif;
}
.bg_yellow {
background: #e7ec8f;
}

.mv {
width: 100%;
height: 0;
padding-top: 56vw;
}
.mv iframe {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.intro {
padding-top: 8.53vw;
padding-bottom: 48vw;
}
.intro_title {
width: 84vw;
animation-delay: 1.5s;
}
img.intro_vol01 {
width: 35.73333333vw;
margin-top: 5.33vw;
animation-delay: 2.25s;
}
.intro_text {
margin-top: 7.2vw;
}
.intro_img {
width: 80vw;
margin: -41.86vw auto 0;
}
.intro_intax {
margin-top: 15.2vw;
}
.intro_intax span {
padding: 0.5vw 1.5vw;
}
.intro_link {
margin-top: 3vw;
}
.intro_link img {
width: 70.4vw;
margin-left: 0vw;
vertical-align: middle;
}
@media (min-width:768px){
	.intro {
	padding-top: 40px;
	padding-bottom: 130px;
	}
	.intro_title {
	width: 220px;
	}
	img.intro_vol01 {
	width: 95px;
	margin-top: 13px;
	}
	.intro_text {
	margin-top: 30px;
	font-size: 13px;
	}
	.intro_img {
	width: 470px;
	margin: -70px auto 0 calc(50% - 105px);
	}
	.intro_intax {
	width: 150px;
	margin: -222px auto 0 calc(50% - 320px);
	padding: 7px 0;
	
	border-radius: 50%;
	font-size: 12px;
	line-height: 120%;
	}
	.intro_intax span {
	padding: 0;
	background: none;
	}
	.intro_link {
	width: 200px;
	margin: 0px auto 0 calc(50% - 335px);
	font-size: 18px;
	line-height: 140%;
	}
	.intro_link img {
	width: 150px;
	margin-left: 5px;
	}
}
@media (min-width:1100px){
	.intro {
	padding-top: 60px;
	padding-bottom: 185px;
	}
	.intro_title {
	width: 315px;
	animation-delay: 0s;
	}
	img.intro_vol01 {
	width: 134px;
	margin-top: 20px;
	animation-delay: 0s;
	}
	.intro_text {
	margin-top: 42px;
	font-size: 17px;
	}
	.intro_img {
	width: 675px;
	margin: -100px auto 0 calc(50% - 150px);
	}
	.intro_intax {
	width: 220px;
	margin: -320px auto 0 calc(50% - 450px);
	padding: 12px 0;
	font-size: 16.5px;
	}
	.intro_link {
	width: 275px;
	margin: 0px auto 0 calc(50% - 500px);
	font-size: 26px;
	line-height: 115%;
	}
	.intro_link img {
	width: 280px;
	margin-left: 20px;
	}
}

.index_sp {
margin-top: 16.8vw;
}
.index_sp02 {
margin-top: 0.6vw;
}
.index_sp li {
padding: 0 0.66666666vw;
}
@media (min-width:768px){
	.index_pc.sp_none {
	display: flex;
	justify-content: space-between;
	width: 740px;
	margin-top: 235px;
	padding-bottom: 50px;
	}
	.index_pc li {
	width: 120px;
	padding: 0;
	}
}
@media (min-width:1100px){
	.index_pc.sp_none {
	width: 1055px;
	margin-top: 340px;
	padding-bottom: 50px;
	}
	.index_pc li {
	width: 170px;
	}
}

.secbox {
padding: 14.6vw 0;
}
.secbox_name {
top: -3.46666666vw;
}
.imgleft .secbox_name {
left: 4vw;
}
.imgright .secbox_name {
right: 4vw;
}
.secbox_name img {
width: auto;
height: 6.66666666vw;
}
.secbox_detail {
margin-top: 6.4vw;
}
.secbox_item {
padding: 0 0.66666666vw;
}
img.secbox_items_img {
margin-bottom: 7px;
}
img.secbox_items_buy {
width: 75px;
margin-top: 10px;
}
img.slick-arrow {
position: absolute;
top: calc(50% - 13px);
z-index: 2;
width: 14px;
cursor: pointer;
}
img.slick-arrow.next {
right: 15px;
}
img.slick-arrow.prev {
left: 15px;
}
.secbox_subimg {
width: 86.66666666vw;
margin: 16vw auto;
}
.secbox_subimg::before {
content: "";
position: absolute;
display: block;
background: #e7ec8f;
}
.secbox_subimg .crossfade {
position: relative;
width: 100%;
height: 115.466666666vw;
background: #fff;
overflow: hidden;
z-index: 1;
}
img.secbox_subimg_vis {
width: 24.8vw;
top: -3.46666666vw;
left: 2.4vw;
margin: 0;
z-index: 2;
}
img.secbox_subimg_colorenergy {
top: -2.13333333vw;
right: 2.66vw;
width: 34.13333333vw;
z-index: 2;
}
.sec01 .secbox_subimg::before {
top: -6.3vw;
right: -6.666666666vw;
width: 52.53vw;
height: 132.53vw;
}
.sec02 .secbox_subimg::before {
top: 6.13vw;
left: -6.666666666vw;
width: 100vw;
height: 96vw;
}
.sec03 .secbox_subimg::before {
top: 45vw;
left: -6.666666666vw;
width: 53.6vw;
height: 84vw;
}
.sec04 .secbox_subimg::before {
top: -9.6vw;
left: -6.666666666vw;
width: 49.33vw;
height: 46.13vw;
}
.sec04 .secbox_subimg::after {
content: "";
position: absolute;
display: block;
background: #e7ec8f;
bottom: -9.22vw;
right: -6.666666666vw;
width: 70vw;
height: 67.74vw;
}
.sec05 .secbox_subimg::before {
bottom: -5.06vw;
left: -6.666666666vw;
width: 100vw;
height: 56vw;
}
.sec06 .secbox_subimg::before {
top: -10.4vw;
left: -6.666666666vw;
width: 36.26vw;
height: 134.66vw;
}
.btn_allitems {
width: 240px;
line-height: 35px;
font-size: 14.5px;
}
@media (min-width:768px){
	.secbox {
	display: flex;
	justify-content: space-between;
	width: 690px;
	padding: 70px 0 30px;
	}
	.secbox.imgright {
	flex-direction: row-reverse;
	}
	.secbox_mainimg {
	width: 385px; 
	}
	.secbox_name {
	top: -13px;
	}
	.imgleft .secbox_name {
	left: 10px;
	}
	.imgright .secbox_name {
	right: 10px;
	}
	.secbox_name img {
	height: 26px;
	}
	.secbox_detail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	width: 290px;
	margin-top: 0;
	}
	.secbox_item {
	padding: 0 2px;
	}
	img.secbox_items_buy {
	width: 55px;
	margin-top: 7px;
	}
	img.slick-arrow.next {
	right: 10px;
	}
	img.slick-arrow.prev {
	left: 10px;
	}
	.secbox_subimg {
	width: 227px;
	margin: 0 auto 44px;
	}
	.secbox_subimg .crossfade {
	height: 302.42px;
	}
	img.secbox_subimg_vis {
	width: 65px;
	top: -10px;
	left: 6px;
	}
	img.secbox_subimg_colorenergy {
	top: -6px;
	right: 6px;
	width: 90px;
	}
	.sec01 .secbox_subimg::before {
	top: -17px;
	right: -18px;
	width: 138px;
	height: 347px;
	}
	.sec02 .secbox_subimg::before {
	top: 16px;
	left: -20px;
	width: 266px;
	height: 250px;
	}
	.sec03 .secbox_subimg::before {
	top: 118px;
	left: -23px;
	width: 140px;
	height: 220px;
	}
	.sec04 .secbox_subimg::before {
	top: -25px;
	left: -14px;
	width: 130px;
	height: 120px;
	}
	.sec04 .secbox_subimg::after {
	bottom: -24px;
	right: -14px;
	width: 184px;
	height: 178px;
	}
	.sec05 .secbox_subimg::before {
	bottom: -14px;
	left: -26px;
	width: 277px;
	height: 147px;
	}
	.sec06 .secbox_subimg::before {
	top: -17px;
	left: -15px;
	width: 97px;
	height: 353px;
	}
	.secbox_itemswrapper {
	width: 100%;
	}
	.btn_allitems {
	margin-top: 55px;
	}
}
@media (min-width:1100px){
	.secbox {
	width: 990px;
	padding-top: 95px;
	}
	.secbox_mainimg {
	width: 550px; 
	}
	.secbox_name {
	top: -19px;
	}
	.imgleft .secbox_name {
	left: 15px;
	}
	.imgright .secbox_name {
	right: 15px;
	}
	.secbox_name img {
	height: 35px;
	}
	.secbox_detail {
	width: 415px;
	}
	.secbox_item {
	padding: 0 2.5px;
	}
	img.secbox_items_buy {
	width: 75px;
	margin-top: 10px;
	}
	.secbox_subimg {
	width: 325px;
	margin-bottom: 85px;
	}
	.secbox_subimg .crossfade {
	height: 433px;
	}
	img.secbox_subimg_vis {
	width: 93px;
	top: -13px;
	left: 9px;
	}
	img.secbox_subimg_colorenergy {
	top: -8px;
	right: 10px;
	width: 128px;
	}
	.sec01 .secbox_subimg::before {
	top: -23px;
	right: -25px;
	width: 197px;
	height: 497px;
	}
	.sec02 .secbox_subimg::before {
	top: 23px;
	left: -28px;
	width: 380px;
	height: 360px;
	}
	.sec03 .secbox_subimg::before {
	top: 178px;
	left: -35px;
	width: 200px;
	height: 315px;
	}
	.sec04 .secbox_subimg::before {
	top: -35px;
	left: -20px;
	width: 185px;
	height: 173px;
	}
	.sec04 .secbox_subimg::after {
	bottom: -35px;
	right: -20px;
	width: 262px;
	height: 255px;
	}
	.sec05 .secbox_subimg::before {
	bottom: -20px;
	left: -35px;
	width: 397px;
	height: 210px;
	}
	.sec06 .secbox_subimg::before {
	top: -38px;
	left: -20px;
	width: 138px;
	height: 505px;
	}
	.btn_allitems {
	margin-top: 80px;
	}
}


.campaign {
margin-top: 20vw;
padding: 12vw 0;
}
.campaign_logo {
width: 49.866666vw;
}
.campaign_title {
width: 52vw;
margin-top: 8vw;
}
.campaign_text {
margin-top: 4.8vw;
}
.campaign_date {
width: 61.866666vw;
margin-top: 4.8vw;
}
.campaign_imgbox {
margin-top: 4.26vw;
}
.campaign_img {
width: 55.466666vw;
}
.campaign_btn {
width: 240px;
margin-top: 6.66vw;
line-height: 35px;
font-size: 13px;
background: #000;
    padding: 10px;
}
@media (min-width:768px){
	.campaign {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
	padding: 50px 0;
	}
	.campaign_texts {
	width: 325px;
	}
	.campaign_logo {
	width: 215px;
	}
	.campaign_title {
	width: 225px;
	margin-top: 28px;
	}
	.campaign_text {
	margin-top: 20px;
	font-size: 12px;
	}
	.campaign_date {
	width: 195px;
	margin-top: 17px;
	}
	.campaign_imgbox {
	width: 220px;
	margin-top: 0;
	}
	.campaign_img {
	width: 100%;
	}
	.campaign_btn {
	width: 195px;
	margin-top: 26px;
        padding: 5px;
	}
}
@media (min-width:1100px){
	.campaign {
	margin-top: 95px;
	padding: 60px 0;
	}
	.campaign_texts {
	width: 450px;
	}
	.campaign_logo {
	width: 305px;
	}
	.campaign_title {
	width: 320px;
	margin-top: 40px;
	}
	.campaign_text {
	margin-top: 25px;
	font-size: 17px;
	line-height: 160%;
	}
	.campaign_date {
	width: 277px;
	margin-top: 25px;
	}
	.campaign_imgbox {
	width: 314px;
	margin-top: 0;
	}
	.campaign_btn {
	width: 280px;
	margin-top: 35px;
	}
}

.behind {
padding-top: 20vw;
}
.behind_title {
width: 60vw;
}
.behind p {
margin-top: 4.8vw;
}
.behind_movie {
margin-top: 5.6vw;
width: 100%;
height: 0;
padding-top: 56.3vw;
}
.behind_movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-width:768px){
	.behind {
	padding-top: 50px;
	}
	.behind_title {
	width: 260px;
	}
	.behind p {
	margin-top: 20px;
	font-size: 12px;
	}
	.behind_movie {
	width: 560px;
	margin-top: 30px;
	padding-top: 315px;
	}
}
@media (min-width:1100px){
	.behind {
	padding-top: 95px;
	}
	.behind_title {
	width: 373px;
	}
	.behind p {
	margin-top: 30px;
	font-size: 15px;
	}
	.behind_movie {
	width: 800px;
	margin-top: 45px;
	padding-top: 450px;
	}
}

.profile {
padding-top: 27.2vw;
}
.profile_title {
width: 44vw;
}
.profile_img {
width: 58.666666666vw;
margin-top: 3.46vw;
}
.profile_texts {
margin-top: 9.3vw;
}
.profile_link {
margin-top: 8vw;
text-decoration: underline;
}
@media (min-width:768px){
	.profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 560px;
	padding-top: 95px;
	}
	.profile_imgbox {
	width: 230px;
	}
	.profile_title {
	width: 155px;
	}
	.profile_img {
	width: 100%;
	margin-top: 11px;
	}
	.profile_texts {
	margin-top: 0;
	}
	.profile_link {
	margin-top: 25px;
	}
}
@media (min-width:1100px){
	.profile {
	width: 800px;
	padding-top: 135px;
	}
	.profile_imgbox {
	width: 330px;
	}
	.profile_title {
	width: 222px;
	}
	.profile_img {
	margin-top: 16px;
	}
	.profile_texts {
	font-size: 15px;
	line-height: 200%;
	}
	.profile_link {
	margin-top: 35px;
	}
}

.staffcredit {
margin-top: 8vw;
}
.brandlogo {
margin-top: 12vw;
padding-bottom: 15vw;
font-size: 9px;
}
.brandlogo a {
width: 80px;
}
.brandlogo img {
width: 60px;
margin-bottom: 13px;
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 80px;
	font-size: 12px;
	}
	.brandlogo {
	margin-top: 40px;
	padding-bottom: 40px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-bottom: 12px;
	}
}
@media (min-width:1100px){
	.brandlogo {
	padding-bottom: 60px;
	}
	.brandlogo img {
	margin-top: 65px;
	}
}
</pre></body></html>