@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: #fff;
font-family: aktiv-grotesk, sans-serif;
font-style: italic;
font-weight: 500;
font-size: 3.2vw;
line-height: 100%;
letter-spacing: 0.05em;
background: #ffffff;
animation-delay: 0.75s;
box-sizing: border-box;
}
@media (min-width:412px){
	.allwrapper {
	font-size: 13px;
	}
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #fff;
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;
}

/* 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; }

/* 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:412px){
	.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:1199px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1200px){.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;
}
.main {
width: 100vw;
}
@media (min-width:1100px){
	.main {
	width: 100%;
	}
}
.pc-menu {
position: relative;
z-index: 5;
}

.mv {
width: 100%;
min-height: 149vw;
overflow: hidden;
}
.mv_title {
left: 4%;
top: 70%;
width: 97%;
z-index: 2;
}
.mainarea {
padding-top: 13.86vw;
}
video.intro_movie {
width: 66.6666666666%;
border-radius: 4vw;
}
.intro_text {
margin-top: 8.8vw;
font-family: noto-sans-cjk-jp-thin, sans-serif;
font-style: normal;
font-weight: 400;
color: #636363;
}
@media (min-width:412px){
	.mv {
	width: 412px;
	min-height: 613px;
	}
	.mainarea {
	width: 412px;
	padding-top: 60px;
	}
	video.intro_movie {
	width: 275px;
	border-radius: 15px;
	}
.intro_text {
	margin-top: 37px;
	font-size: 15.5px;
	line-height: 177%;
	}
}
@media (min-width:1200px){
	.mv {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 50%;
	min-height: 100vh;
	height: 100vh;
	margin: 0;
	overflow: hidden;
	}
	.mainarea {
	margin: 0 auto 0 calc(50% + 130px);
	}
	.mv_title {
	top: calc(100vh - 40%);
	}
}
@media (min-width:1500px){
	.mv_title {
	width: 650px;
	left: calc(50% - 320px);
	top: auto;
	bottom: 30px;
	}	
}

.price {
position: relative;
text-align: right;
z-index: 2;
}
.price li {
line-height: 208%;
}
.price li span {
text-decoration: underline;
}
.seccopy {
color: #fedc64;
font-weight: bold;
}
@media (min-width:412px){
	.price li {
	line-height: 210%;
	}
	.seccopy {
	font-size: 22px;
	}	
}

.look01 {
width: 100%;
margin-top: 58.66vw;
padding: 45.86vw 0 15.2vw;
background: url("../images/look01-bg.jpg") top center / cover;
}
.look01_title {
top: -30.66vw;
left: 24%;
width: 52%;
}
.look01_img01 {
width: 88%;
}
.look01_price {
margin: 4.8vw 5.86vw 0 auto;
}
.look01_img02 {
width: 42.6666666666%;
margin: -31.46vw auto 0 0;
}
.look01_img03 {
width: 44%;
margin: -20vw auto 0 42.6666666666%;
}
@media (min-width:412px){
	.look01 {
	width: 100%;
	margin-top: 210px;
	padding: 190px 0 63px;
	}
	.look01_title {
	top: -140px;
	left: 100px;
	width: 215px;
	}
	.look01_img01 {
	width: 363px;
	}
	.look01_price {
	margin: 20px 23px 0 auto;
	}
	.look01_img02 {
	width: 175px;
	margin: -133px auto 0 0;
	}
	.look01_img03 {
	width: 181px;
	margin: -82px auto 0 176px;
	}	
}

.look02 {
padding-top: 20vw;
}
.look02_title {
margin-top: 4.8vw;
width: 52.5333333333%;
}
.look02_inner {
width: 100%;
height: 131.46666666666vw;
margin-top: 9.33vw;
padding-top: 9.06vw;
background: url("../images/look02-bg.jpg") top right / cover;
}
.look02_box01 {
width: 100%;
}
.look02_box01::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 140.52666666666vw;
background: rgba(0, 0, 0, 0.4);
}
.look02_price01 {
margin-right: 53.33%;
}
.look02_img01 {
width: 46.9333333333%;
margin: -10.4vw auto 0 49.2%;
}
.look02_box02 {
margin-top: -29.33vw;
}
.look02_img02 {
width: 46.6666666666%;
margin-left: 4.8%;
}
.look02_price02 {
margin: -3.46vw 5.86% 0 auto;
}
@media (min-width:412px){
	.look02 {
	padding-top: 83px;
	}
	.look02_title {
	margin-top: 20px;
	width: 220px;
	}
	.look02_inner {
	height: 542px;
	margin-top: 38px;
	padding-top: 38px;
	}
	.look02_img01 {
	width: 192px;
	margin: -40px auto 0 202px;
	}
	.look02_box01::before {
	height: 192px;
	}
	.look02_box02 {
	margin-top: -121px;
	}
	.look02_img02 {
	width: 192px;
	margin-left:18px;
	}
	.look02_price02 {
	margin: -12px 25px 0 auto;
	}
}

.look03 {
margin-top: 53.33vw;
padding: 39.46vw 0 9.33vw;
background: url("../images/look03-bg.jpg") top center / cover;
}
.look03_title_wrapper {
width: 100%;
top: -30vw;
left: 0;
}
.look03_title {
top: 26.13vw;
left: 36.6666666667%;
width: 26.6666666666%;
z-index: 2;
}
.look03_price {
margin-right: 26.66%;
}
.look03_img01 {
width: 88%;
margin-top: 5.33vw;
}
.look03_img02_01 {
width: 45.8666666666%;
margin: 6.66vw auto 0 18.9333333333%;
}
.look03_img02_02 {
width: 35.2%;
margin: -45.8666666666vw 0 0 auto;
animation-delay: 0.3s;
}
@media (min-width:412px){
	.look03 {
	margin-top: 217px;
	padding: 167px 0 38px;
	}
	.look03_title_wrapper {
	top: -160px;
	}
	.look03_title {
	top: 108px;
	left: 152px;
	width: 110px;
	}
	.look03_price {
	margin-right: 110px;
	}
	.look03_img01 {
	width: 363px;
	margin-top: 20px;
	}
	.look03_img02_01 {
	width: 189px;
	margin: 28px auto 0 78px;
	}
	.look03_img02_02 {
	width: 145px;
	margin-top: -189px;
	}
}

.look04 {
padding: 20vw 0 3.46vw;
}
.look04_title {
width: 52.5333333333%;
}
.look04_copy {
margin-top: 4.53vw;
}
.look04_img01 {
width: 45.8666666666%;
margin: 7.46vw auto 0 3.46666666666%;
}
.look04_img02 {
width: 45.8666666666%;
margin: -29.6vw auto 0 50.6666666666%;
}
.look04_img03 {
width: 45.8666666666%;
margin: -29.86vw auto 0 3.46666666666%;
}
.look04_img04 {
width: 100%;
margin-top: 6.66vw;
}
.look04_price {
margin: -36.8vw 5.8666666666% 0 auto;
}
@media (min-width:412px){
	.look04 {
	padding: 83px 0 10px;
	}
	.look04_title {
	width: 216px;
	}
	.look04_copy {
	margin-top: 20px;
	}
	.look04_img01 {
	width: 189px;
	margin: 32px auto 0 14px;
	}
	.look04_img02 {
	width: 189px;
	margin: -122px auto 0 210px;
	}
	.look04_img03 {
	width: 189px;
	margin: -123px auto 0 14px;
	}
	.look04_img04 {
	margin-top: 27px;
	}
	.look04_price {
	margin: -147px 15px 0 auto;
	}	
}

.look05 {
margin-top: 49.86vw;
padding: 43.2vw 0 8vw;
background: url("../images/look05-bg.jpg") top center / cover;
}
.look05_title {
top: -30.66vw;
left: 24%;
width: 52%;
}
.look05_img01 {
width: 100%;
}
.look05_img02_01 {
width: 35.2%;
margin: 6.66vw auto 0 0;
}
.look05_img02_02 {
width: 45.8666666666%;
margin: -45.8666666666vw auto 0 35.2%;
animation-delay: 0.3s;
}
.look05_price {
margin: 4.8vw 29.3333333333% 0 auto;
}
@media (min-width:412px){
	.look05 {
	margin-top: 210px;
	padding: 178px 0 35px;
	}
	.look05_title {
	top: -125px;
	left: 100px;
	width: 215px;
	}
	.look05_img02_01 {
	width: 145px;
	margin-top: 27px;
	}
	.look05_img02_02 {
	width: 189px;
	margin: -189px auto 0 145px;
	}
	.look05_price {
	margin: 20px 120px 0 auto;
	}
}

.look06 {
padding: 20.53vw 0 50.66vw;
}
.look06_title {
width: 52.53333333333%;
margin-top: 4.8vw;
}
.look06_img01 {
width: 100%;
margin-top: 6.66vw;
}
.look06_img02 {
width: 44%;
margin: 6.66vw auto 0 12%;
}
.look06_img03 {
width: 44%;
margin: -37.6vw 0 0 auto;
}
.look06_price {
margin: -18.13vw 52.53333333333% auto 0;
}
.look06_price li a {
color: #636363 !important;
}
@media (min-width:412px){
	.look06 {
	padding: 85px 0 210px;
	}
	.look06_title {
	width: 217px;
	margin-top: 20px;
	}
	.look06_img01 {
	margin-top: 25px;
	}
	.look06_img02 {
	width: 182px;
	margin: 27px auto 0 48px;
	}
	.look06_img03 {
	width: 182px;
	margin-top: -155px;
	}
	.look06_price {
	margin: -75px 215px auto 0;
	}
}

.look07 {
padding: 46.4vw 0 9.33vw;
background: url("../images/look07-bg.jpg") top center / cover;
}
.look07_title_wrapper {
width: 100%;
top: -30vw;
left: 0;
}
.look07_title {
top: 26.13vw;
left: 36.6666666667%;
width: 26.6666666666%;
z-index: 2;
}
.look07_img01 {
width: 88%;
}
.look07_price {
margin: -22.6vw 9.8666666666% auto 0;
}
.look07_img02 {
width: 45.86666666666%;
margin: 6.66vw auto 0 50.6666666666%;
}
.look07_img03 {
width: 45.86666666666%;
margin: -33.33vw auto 0 3.2%;
}
.look07_img04 {
width: 45.86666666666%;
margin: -26.4vw auto 0 50.6666666666%;
}
@media (min-width:412px){
	.look07 {
	padding: 191px 0 38px;
	}
	.look07_title_wrapper {
	top: -160px;
	}
	.look07_title {
	top: 108px;
	left: 152px;
	width: 110px;
	}
	.look07_img01 {
	width: 363px;
	}
	.look07_price {
	margin: -95px 40px auto 0;
	}
	.look07_img02 {
	width: 189px;
	margin: 40px auto 0 210px;
	}
	.look07_img03 {
	width: 189px;
	margin: -137px auto 0 14px;
	}
	.look07_img04 {
	width: 189px;
	margin: -107px auto 0 210px;
	}
}

.look08 {
padding-top: 20vw;
}
.look08_title {
width: 52.53333333333%;
}
.look08_copy {
margin-top: 4vw;
}
.look08_inner {
width: 100%;
height: 121.46666666666vw;
margin-top: 9.33vw;
padding-top: 10vw;
background: url("../images/look08-bg.jpg") top right / cover;
}
.look08_box01 {
width: 100%;
}
.look08_box01::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 130.79666666666vw;
background: rgba(0, 0, 0, 0.4);
}
.look08_price01 {
margin-right: 5.8666666666%;
}
.look08_img01 {
width: 46.6666666666%;
margin: -2.66vw auto 0 4.8%;
}
.look08_box02 {
margin-top: -29.33vw;
}
.look08_img02 {
width: 46.6666666666%;
margin-left: 48.8%;
}
.look08_price02 {
margin: -4.26vw 58.6666666666% 0 auto;
}
@media (min-width:412px){
	.look08 {
	padding-top: 80px;
	}
	.look08_title {
	width: 216px;
	}
	.look08_copy {
	margin-top: 20px;
	}
	.look08_inner {
	height: 501px;
	margin-top: 40px;
	padding-top: 40px;
	}
	.look08_box01::before {
	height: 541px;
	}
	.look08_price01 {
	margin-right: 24px;
	}
	.look08_img01 {
	width: 193px;
	margin: -14px auto 0 20px;
	}
	.look08_box02 {
	margin-top: -122px;
	}
	.look08_img02 {
	width: 192px;
	margin-left: 202px;
	}
	.look08_price02 {
	margin: -14px 244px 0 auto;
	}
}

.allitems {
width: 57.3333333333%;
margin-top: 13.86vw;
}
.staffcredit {
margin-top: 20vw;
line-height: 188%;
color: #373737;
}
.brandlogo {
padding-bottom: 10vw;
margin-top: 14vw;
}
.brandlogo_a {
font-family: noto-sans-cjk-jp-thin, sans-serif;
font-style: normal;
font-weight: 400;
color: #373737 !important;
}
.brandlogo img {
width: 50px;
margin-bottom: 10px;
}
@media (min-width:412px){
	.allitems {
	width: 238px;
	margin-top: 60px;
	}
	.staffcredit {
	margin-top: 60px;
	font-size: 13.8px;
	}
	.brandlogo {
	padding-bottom: 42px;
	margin-top: 60px;
	font-size: 11px;
	}
	.brandlogo img {
	width: 55px;
	margin-bottom: 11px;
	}
}
@media (min-width:1200px){
	.bottom_wrapper .pc_leftarea {
	height: 1053.14px;
	margin-top: -1053.14px;	
	}
}
