<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: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.26vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0;
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: 13px;	
	}
}

/* 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; }
.fs20 { font-size: 5.333333vw; }

/* 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 */
.lh100 { line-height: 100%; }
.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_futura {
font-family: futura-pt, sans-serif;
font-weight: 500;
}
.ff_paganini {
font-family: paganini, serif;
font-weight: 400;
}

.mv {
background: #84c2b3;
}
.mv_titlewrapper {
width: 100%;
padding: 10vw 0;
animation-delay: 0.75s;
}
.mv_title {
width: 84%;
}
.mv_vol2 {
width: 36%;
margin-top: 5.6vw;
}
.mv_movie {
width: 100%;
height: 0;
padding-top: 56.3vw;
}
.mv_movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation-delay: 1.5s;
}
.intro {
padding: 12vw 0;
background: #84c2b3;
}
.intro p {
color: #fff;
}
.intro_campaign {
width: 100%;
padding-top: 8.53vw;
}
.intro_campaign_banner {
width: 87.466666%;
}
.intro_campaign_anchor {
margin-top: 10vw;
}
@media (min-width:768px){
	.mv {
	flex-direction: column-reverse;
	}
	.mv_titlewrapper {
	padding: 30px 0 0;
	animation-delay: 1.5s;
	}
	.mv_title {
	width: 270px;
	}
	.intro p {
	font-size: 13px;
	line-height: 188%;
	}
	.mv_vol2 {
	width: 120px;
	margin-top: 15px;
	}
	.mv_movie {
	animation-delay: 0.75s;
	}
	.intro {
	padding: 30px 0 40px;
	}
	.intro_campaign {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	width: 680px;
	padding-top: 30px;
	}
	.intro_campaign_banner {
	width: 320px;
	margin: 0;
	}
	.intro_campaign_anchor {
	width: 320px;
	margin: 0;
	}
}
@media (min-width:1100px){
	.mv_titlewrapper {
	padding-top: 40px;
	}
	.mv_title {
	width: 315px;
	}
	.intro p {
	font-size: 17px;
	}
	.mv_vol2 {
	width: 134px;
	margin-top: 22px;
	}
	.intro {
	padding: 40px 0 60px;
	}
	.intro_campaign {
	width: 900px;
	padding-top: 45px;
	}
	.intro_campaign_banner {
	width: 375px;
	}
	.intro_campaign_anchor {
	width: 413px;
	}
}

.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: 50px;
	padding-bottom: 50px;
	}
	.index_pc li {
	width: 120px;
	padding: 0;
	}
}
@media (min-width:1100px){
	.index_pc.sp_none {
	width: 1055px;
	margin-top: 80px;
	padding-bottom: 50px;
	}
	.index_pc li {
	width: 170px;
	}
}

.secbox {
padding: 8.3vw 0;
}
.secbox_mainimg {
width: 100%;
}
.secbox_name img {
width: auto;
height: 6.66666666vw;
margin: 0;
}
.imgleft .secbox_name {
top: 0;
left: 0;
}
.imgright .secbox_name {
top: 0;
right: 0;
}
.borderanime {
animation: movemotion_sp 0.4s forwards;
transition-timing-function: ease-in;
background: #84c2b3;
}
.imgleft .borderanime {
margin: 0 0 0 auto;
}
.imgright .borderanime {
margin: auto 0 0 0;
}
@keyframes movemotion_sp {
	0% {
	width: 0;
	height: 6.6vw;
	}
	100% {
	width: 100%;
	height: 6.6vw;
	}
}
.secbox_mainimg_img {
margin-top: 3.46vw;
}
.secbox_detail {
margin-top: 8.26vw;
}
.secbox_item {
padding: 0 5vw;
}
.secbox_itemswrapper {
padding-bottom: 50px;
}
img.secbox_items_img {
margin-bottom: 7px;
}
img.secbox_items_buy {
width: 43.2vw;
margin: 15px -1.6vw 0;
}
img.slick-arrow {
position: absolute;
bottom: 0;
z-index: 2;
width: 8px;
cursor: pointer;
}
img.slick-arrow.next {
right: calc(50% - 70px);
}
img.slick-arrow.prev {
left: calc(50% - 70px);
}
.slick-dots {
bottom: 4px;
}
.slick-dots li {
width: auto;
height: auto;
margin: 0 5px;
}
.slick-dots li button {
width: 7px;
height: 7px;
padding: 0;
background: #c6c9cc;
border-radius: 50%;
}
.slick-dots li.slick-active button {
background: #3f576e;
}
.secbox_subimg {
width: 100%;
margin: 7.46vw auto;
}
.btn_allitems {
width: 240px;
line-height: 35px;
font-size: 14.5px;
background: #84c2b3;
color: #fff !important;
}
.banner {
width: 90%;
margin-top: 20vw;
}
@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: -2px !important;
	}
	.secbox_name img {
	height: 30px;
	}
	.borderanime {
	animation: movemotion_tab 0.4s forwards;
	}
	.secbox_mainimg_img {
	margin-top: 15px;
	}
	.secbox_detail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	width: 290px;
	margin-top: 0;
	}
	.secbox_item {
	padding: 0 7px;
	}
	img.secbox_items_buy {
	width: 100%;
	margin: 7px 0 0;
	}
	.secbox_subimg {
	width: 250px;
	margin: 0 auto 25px;
	animation-delay: 0.3s;
	}
	.secbox_itemswrapper {
	width: 100%;
	}
	.slick-dotted.slick-slider {
	margin-bottom: 0;
	}
	.btn_allitems {
	margin-top: 30px;
	}
	.banner {
	width: 600px;
	margin-top: 100px;
	}
}
@keyframes movemotion_tab {
	0% {
	width: 0;
	height: 26px;
	}
	100% {
	width: 100%;
	height: 26px;
	}
}
@media (min-width:1100px){
	.secbox {
	width: 990px;
	padding-top: 95px;
	}
	.secbox_mainimg {
	width: 553px; 
	}
	.secbox_name img {
	height: 37px;
	}
	.borderanime {
	animation: movemotion_pc 0.4s forwards;
	}
	.secbox_mainimg_img {
	margin-top: 20px;
	}
	.secbox_detail {
	width: 415px;
	}
	.secbox_item {
	padding: 0 2.5px;
	}
	img.secbox_items_buy {
	margin-top: 10px;
	}
	.secbox_subimg {
	width: 375px;
	margin-bottom: 40px;
	}
	.btn_allitems {
	margin-top: 80px;
	}
	.banner {
	width: 1000px;
	}
}
@keyframes movemotion_pc {
	0% {
	width: 0;
	height: 34px;
	}
	100% {
	width: 100%;
	height: 34px;
	}
}

.campaign {
margin-top: 26vw;
padding: 12vw 0;
background: #84c2b3;
}
.campaign * {
color: #fff;
}
.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: 183px;
margin-top: 6.66vw;
}
@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;
	}
}
@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: 255px;
	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: 90px;
}
.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>