@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,
.modal {
width: 100%;
min-height: 100vh;
overflow: hidden;
color: #000;
font-family: noto-serif, serif;
font-style: normal;
font-weight: 400;
font-size: 3.33333333vw;
line-height: 100%;
letter-spacing: 0;
background: #fff;
animation-delay: 0.75s;
}
.modal {
min-height: auto;
}
.allwrapper *,
.modal * {
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,
	.modal {
	width: 100vw;
	font-size: 13px;
	}
}
@media (min-width:1100px){
	.allwrapper,
	.modal {
	width: 100%;
	font-size: 17px;
	}
}

/* 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; }
@media (min-width:768px){
	.fs11 { font-size: 11px; }
	.fs14 { font-size: 14px; }
}

/* 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; }

/* line */
.deco_line { text-decoration: underline; }


/* ========== 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:999px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1000px){.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
-----------------------------------------------*/
body.static .wrapper {
margin-top: 0;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.ff_yugo { font-family: yu-gothic-pr6n, sans-serif; font-weight: 400; font-feature-settings: "palt"; }

.mv { width: 100%; min-height: 140vw; }
.mv_title { width: 100%; top: 0; left: 0; animation-delay: 1.5s; }
@media (min-width:768px){
	.mv { min-height: 62vw; }
	.mv_title { width: 40%; top: 28.5vw; left: 6%; }
}
@media (min-width:1000px){
	.mv { min-height: 46vw; }
	.mv_title { width: 35.44%; top: 20.8vw; left: 6.8%; }
}

.intro { padding-top: 14.66vw; background: url("../images/intro-bg_sp.png") 0 0 / 100% auto no-repeat; }
video.intro_movie { width: 66.66666666%; }
.intro_texts { margin-top: 21.33vw; }
.intro_title { width: 77.33333333%; }
.intro_texts p { margin-top: 4vw; }
@media (min-width:768px){
	.intro { display: flex; justify-content: space-between; align-items: center; width: 640px; margin-top: 60px; padding: 20px 0 27px; background: url("../images/intro-bg_pc.png") 0 0 / auto 100% no-repeat; }
	video.intro_movie { width: 200px; margin: 0 auto 0 35px; }
	.intro_texts { width: 380px; margin-top: 0; }
	.intro_title { width: 270px; }
	.intro_texts p { margin-top: 15px; font-size: 12px; line-height: 190%; }
}
@media (min-width:1000px){
	.intro { width: 830px; margin-top: 75px; padding: 23px 0 35px; }
	video.intro_movie { width: 250px; margin-left: 46px; }
	.intro_texts { width: 450px; }
	.intro_title { width: 348px; }
	.intro_texts p { margin-top: 20px; font-size: 15px; }
}

.lineup { margin-top: 18.66vw; padding: 11.73vw 0 4.53vw; background: url("../images/lineup-bg_sp.png") top center / 100% auto no-repeat #fadce2; }
.lineup_title { width: 29.6%; }
.lineup_list { width: 88%; margin-top: 6.13vw; }
.lineup_list li { margin-bottom: 5.33vw; }
@media (min-width:768px){
	.lineup { margin-top: 100px; padding: 44px 0 20px; background: url("../images/lineup-bg_pc.png") top center / 100% auto no-repeat #fadce2; }
	.lineup_title { width: 110px; }
	.lineup_list { display: flex; flex-wrap: wrap; justify-content: center; width: 650px; margin-top: 25px; }
	.lineup_list li { width: 306px; margin-bottom: 20px; }
	.lineup_list li:first-child { margin-right: 38px; }
}
@media (min-width:1000px){
	.lineup { margin-top: 130px; padding: 57px 0 22px; }
	.lineup_title { width: 138px; }
	.lineup_list { width: 845px; margin-top: 35px; }
	.lineup_list li { width: 396px; margin-bottom: 28px; }
	.lineup_list li:first-child { margin-right: 53px; }
}

.btn_allitems { width: 68%; max-width: 255px; }
.btn01 { margin-top: 13.86vw; }
.btn02 { margin-top: 20vw; }
@media (min-width:768px){
	.btn01 { margin-top: 45px; }
	.btn02 { margin-top: 110px; }
}
@media (min-width:1000px){
	.btn01 { margin-top: 60px; }
	.btn02 { margin-top: 145px; }
}

.crossfade { overflow: hidden; background: #fff; }
.price_wrapper { width: 88.53%; margin-top: 6.66vw; margin-bottom: -3.46vw; }
.price { width: 46.68674698%; margin-bottom: 3.46vw; }
.price .disp_flex { align-items: center; }
.price_itemname { width: 64.51612903%; }
.price_buy { width: 29.03225806%; }
@media (min-width:768px){
	.price_wrapper { width: 340px; margin-top: 38px; margin-bottom: -16px; }
	.price { width: 160px; margin-bottom: 16px; }
	.price_itemname { width: 116px; }
	.price_buy { width: 40px; }
}
@media (min-width:1000px){
	.price_wrapper { width: 440px; margin-bottom: -20px; }
	.price { width: 200px; margin-bottom: 20px; }
	.price_itemname { width: 143px; }
	.price_buy { width: 52px; }
}

.look01 { margin-top: 20.53vw; }
img.look01_img01 { width: 93.33333333%; margin: 0 auto 0 0; }
.look01_img02 { width: 79.73333333%; height: 105.86666666vw; margin: 4vw 0 0 auto; }
.look01 .price a { color: #f09cb4; }
img.look01_ashirai01 { width: 33.86666666%; top: -6.4vw; left: 70.4%; animation-delay: 0.5s; }
img.look01_ashirai02 { width: 18.13333333%; top: 134.66vw; left: 10.13333333%; }
img.look01_ashirai03 { width: 8%; top: 151.46vw; left: 6.66666666%; animation-delay: 0.2s; }
@media (min-width:768px){
	.look01 { margin-top: 85px; }
	img.look01_img01 { width: 325px; margin: 0 auto 0 calc(50% - 14px); }
	.look01_img02 { width: 275px; height: 366px; margin: -298px 0 0 calc(50% - 310px); }
	img.look01_ashirai01 { width: 118px; top: -22px; left: calc(50% + 233px); }
	img.look01_ashirai02 { width: 63px; top: 399px; left: calc(50% - 340px); }
	img.look01_ashirai03 { width: 29px; top: 455px; left: calc(50% - 351px); }
}
@media (min-width:1000px){
	.look01 { margin-top: 107px; }
	img.look01_img01 { width: 420px; margin-left: calc(50% - 18px); }
	.look01_img02 { width: 359px; height: 477px; margin: -388px 0 0 calc(50% - 403px); }
	img.look01_ashirai01 { width: 153px; top: -29px; left: calc(50% + 305px); }
	img.look01_ashirai02 { width: 81px; top: 517px; left: calc(50% - 441px); }
	img.look01_ashirai03 { width: 37px; top: 592px; left: calc(50% - 457px); }
}

.look02 { margin-top: 20.53vw; }
img.look02_img01 { width: 85.33333333%; margin: 0 auto 0; }
.look02_img02 { width: 85.86666666%; height: 57vw; margin: 4vw auto 0 0; }
@media (min-width:768px){
	.look02 { margin-top: 56px; }
	img.look02_img01 { width: 295px; margin: 0 auto 0 calc(50% - 304px); }
	img.look02_img02 { width: 296px; height: auto; margin: -394.36px auto 0 calc(50% + 10px); animation-delay: 0.3s; }
	img.look02_img03 { width: 296px; height: auto; margin: 1px auto 0  calc(50% + 10px); }
}
@media (min-width:1000px){
	.look02 { margin-top: 75px; }
	img.look02_img01 { width: 383px; margin-left: calc(50% - 395px); }
	img.look02_img02 { width: 384px; margin: -512px auto 0 calc(50% + 14px); }
	img.look02_img03 { width: 384px; margin: 2px auto 0  calc(50% + 14px); }
}

.look03 { margin-top: 25.33vw; }
.look03_img01 { width: 93.33333333%; height: 125.33333333vw; margin: 0 0 0 auto; }
img.look03_img02 { width: 80%; margin: 4vw auto 0 0; }
.look03 .price a { color: #a3b4dc; }
.look03_ashirai01 { width: 28.53333333%; top: -6.4vw; left: 0; animation-delay: 0.3s; }
img.look03_ashirai02 { width: 18.13333333%; top: 134.66vw; right: 6.13333333%; }
img.look03_ashirai03 { width: 8%; top: 151.46vw; right: 2.4%; }
@media (min-width:768px){
	.look03 { margin-top: 83px; }
	.look03_img01 { width: 322px; height: 432.39px; margin: 0 0 0 calc(50% - 320px); }
	img.look03_img02 { width: 276px; margin: -297px auto 0 calc(50% + 23px); }
	.look03_ashirai01 { width: 118px; top: -34px; left: calc(50% - 361px); }
	img.look03_ashirai02 { width: 63px; top: 399px; right: calc(50% - 340px); }
	img.look03_ashirai03 { width: 29px; top: 455px; right: calc(50% - 357px); }
}
@media (min-width:1000px){
	.look03 { margin-top: 109px; }
	.look03_img01 { width: 420px; height: 564px; margin-left: calc(50% - 416px); }
	img.look03_img02 { width: 358px; margin: -389px auto 0 calc(50% + 30px); }
	.look03_ashirai01 { width: 153px; top: -44px; left: calc(50% - 470px); }
	img.look03_ashirai02 { width: 81px; top: 517px; right: calc(50% - 441px); }
	img.look03_ashirai03 { width: 37px; top: 592px; right: calc(50% - 457px); }
}

.bottomarea { padding: 20vw 0 0; }
.bottomarea *,
.bottomarea a { color: #000 !important; }
.bottomarea_banner { width: 88%; }
.brandlogo { padding-bottom: 10vw; margin-top: 20vw; }
.brandlogo img { width: 50px; margin-bottom: 10px; }
@media (min-width:768px){
	.bottomarea { padding-top: 90px; }
	.bottomarea_banner { width: 300px; }
	.bottomarea_staffcredit { font-size: 13px; }
	.brandlogo { margin-top: 100px; padding-bottom: 100px; font-size: 13px; }
	.brandlogo img { width: 85px; margin-bottom: 12px; }
}
