@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;
color: #000;
font-family: aktiv-grotesk, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.33333333vw;
line-height: 100%;
letter-spacing: 0.025em;
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 {
	width: 100vw;
	}
	.allwrapper,
	.modal {
	font-size: 17.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; }
.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: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
-----------------------------------------------*/
body {
overflow-y: visible;
overflow-x: visible;
}
body.static .wrapper {
margin-top: 0;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.ff_yugo { font-family: yu-gothic-pr6n, sans-serif; font-feature-settings: "palt"; }

.mv_title { top: 5.33vw; left: 0; width: 57.6%; animation-delay: 1.75s; z-index: 2; }
.mv_img { width: 100%; height: 140.53333333vw; }
.mv_animation {
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(1.2);
background: url("../images/mv-img_sp.jpg") center center / cover;
animation: mvanime_sp 2s ease-in-out forwards;
}
@keyframes mvanime_sp {
	0% { transform:scale(1.2) }
	100% { transform:scale(1) }
}
@media (min-width:768px){
	.mv_title { top: 8.16vw; left: 9.36%; width: 24.5%; }
	.mv_img { width: 100%; height: 46.8vw; }
	.mv_animation {
	background: url("../images/mv-img_pc.jpg") center center / cover;
	}
}

.intro { padding-top: 15.2vw; }
video.intro_movie { width: 66.66666666%; }
.intro_title { width: 41.33333333%; margin-top: 13.33vw; }
.intro_outline { margin-top: 6.66vw; }
@media (min-width:768px){
	.intro { display: flex; justify-content: space-between; align-items: center; width: 710px; padding-top: 95px; }
	video.intro_movie { width: 250px; margin-left: 30px; }
	.intro_texts { width: 355px; margin-right: 25px; }
	.intro_title { width: 167px; margin-top: 0; }
	.intro_outline { margin-top: 17px; font-size: 15px; line-height: 190%; }
}
@media (min-width:1100px){
	.intro_texts { margin-right: 0; }
}

.lineup { margin-top: 17.33vw; }
.lineup_title { width: 27.73333333%; }
.lineup_list { width: 88%; justify-content: center; }
.lineup_item { width: 41.86666666vw; margin-top: 9.33vw; text-align: center; }
.lineup_item:nth-child(2n) { margin-left: 4vw; animation-delay: 0.2s; }
.lineup_price { display: inline-block; margin-top: 4vw; border-bottom: 1px solid #000; }
@media (min-width:768px){
	.lineup { margin-top: 60px; }
	.lineup_title { width: 136px; }
	.lineup_list { width: 600px; }
	.lineup_item { width: 189px; margin-top: 25px; margin-right: 15px; }
	.lineup_item:nth-child(2n) { margin-left: 0; }
	.lineup_item:nth-child(3n) { margin-right: 0; animation-delay: 0.4s; }
	.lineup_item:nth-child(3n - 1) { animation-delay: 0.2s; }
	.lineup_item:nth-child(3n - 2) { animation-delay: 0s; }
	.lineup_price { margin-top: 15px; font-size: 15px; }
	.lineup_price span { font-size: 13px; }
}
@media (min-width:1100px){
	.lineup_list { width: 1006px; justify-content: space-between; }
	.lineup_item { margin-right: 0; }
	.lineup_item:nth-child(2) { animation-delay: 0.15s; }
	.lineup_item:nth-child(3) { animation-delay: 0.3s; }
	.lineup_item:nth-child(4) { animation-delay: 0.45s; }
	.lineup_item:nth-child(5) { animation-delay: 0.6s; }
}

.btn_allitem { width: 255px; margin-top: 13.33vw; }
.btn_allitem.pagebottom { margin-top: 28vw; }
@media (min-width:768px){
	.btn_allitem { width: 240px; margin-top: 50px; }
	.btn_allitem.pagebottom { margin-top: 75px; }
}

.modal_open {
cursor: pointer;
}
.modal_open picture {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.modal_open:hover picture {
opacity: 0.70;
filter: alpha(opacity=70);
}

img.ico_item { width: 21.333333vw }
.loopimg .slick-slide { padding: 0 1.33333333vw; }
@media (min-width:768px){
	img.ico_item { width: 86px; }
	.loopimg .slick-slide { padding: 0 6px; }
}

.look01_01 { width: 86.66666666%; height: 120vw; margin: 16.53vw 0 0 auto; background: #a4988d; }
.look01_01 img.ico_item { bottom: 1.86666666vw; right: 1.86666666%; }
.sec_look02 { margin-top: -60vw; padding-top: 67.46vw; padding-bottom: 2.93333333vw; background: #000; }
.look02 { width: 100%; height: 89.33333333vw; }
.sec_look02 img.ico_item { margin: 2.93vw 2.93vw 0 auto; }
.look03_stickywrapper { width: 100%; height: 450vw; margin-top: 6.13vw; }
.look03_img01 { position: sticky; top: 0; width: 100%; }
.look03_img02 { position: sticky; top: 0; width: 100%; margin-top: 40vw; padding: 6.66666667vw; }
.look03_img02 .modal_open { background: #dfd1c8; }
.look03_img02 img.ico_item { bottom: 8.53333333vw; right: 8.53333333%; }
.look03_img03 { width: 88%; margin: 2.66vw auto 0 0; }
img.look03_deco { width: 2.66666666%; margin: -58.66666666vw 5.33333333% 0 auto; }
.look04_01 { width: 100%; height: 89.33333333vw; margin-top: 9.33vw; }
.look04_img04 { width: 88%; margin: 2.66vw 0 0 auto; }
img.look04_deco { width: 2.66666666%; margin: -58.66666666vw auto 0 4.53333333%; }
img.look04_itembtn { margin: 2.93vw 2.93vw 0 auto; }
.sec05 { width: 100%; background: #000; margin-top: 18.93vw; padding-top: 14.6vw; padding-bottom: 8.26vw; }
.look05_01 { top: -10vw; left: 9.3333333%; width: 54.6666666%; height: 76vw; background: #000; }
.look05_02 { width: 32%; height: 76vw; margin: 0 0 0 auto; background: #000; }
.look05_itembtn { top: 68.2vw; right: 1.86666666vw; }
img.look05_deco { bottom: 13vw; left: 16.66666666%; width: 36.8%; }
.look06_stickywrapper { width: 100%; height: 450vw; margin-top: 10vw; }
.look06_img01 { position: sticky; top: 0; width: 100%; }
.look06_img02 { position: sticky; top: 0; width: 100%; margin-top: 40vw; padding: 6.66666667vw; }
.look06_img02 .modal_open { background: #dfd1c8; }
.look06_img02 img.ico_item { bottom: 8.53333333vw; right: 8.53333333vw; }
.look07_img01 { width: 86.66666666%; height: 120vw; margin: 9.33vw auto 0 0; background: #c4b3a6; }
img.look07_itembtn { bottom: 1.86666666vw; left: 1.86666666%; }
.look08_img01 { width: 66.66666666%; margin: 2.66666666% 2.66666666% 0 auto; }
img.look08_itembtn { margin: 2.66666666% 2.66666666% 0 auto; }
.sec09 { margin: 10vw 0 0; padding: 6.66vw 0; background: #000; }
.look09_img01 { width: 86.66666666%; height: 120vw; }
img.look09_itembtn { bottom: 1.86666666vw; right: 1.86666666%; }
@media (min-width:768px){
	.look01_01 { width: 390px; height: 540px; margin: 110px auto 0; }
	.look01_01 img.ico_item { bottom: 10px; right: 10px; }
	.sec_look02 { margin-top: -265px; padding-top: 305px; padding-bottom: 10px; }
	.look02.sp_none { display: flex; justify-content: space-between; width: 594px; height: 402px; }
	.look02_imgbox { width: 290px; }
	.look02_imgbox:nth-child(2) { animation-delay: 0.2s; }
	.sec_look02 img.ico_item { margin: 10px auto 0 calc(50% + 210px); }
	.look03_stickywrapper { height: 1800px; margin-top: 75px; }
	.look03_img01 { top: 75px; width: 450px; }
	.look03_img02 { top: 75px; width: 450px; margin-top: 150px; padding: 30px; }
	.look03_img02 img.ico_item { bottom: 45px; right: 45px; }
	.look03_img03 { width: 398px; margin: 30px auto 0 calc(50% - 330px); }
	img.look03_deco { width: 12px; margin: -265px auto 0 calc(50% + 86px); }
	.look04_01.sp_none { display: flex; justify-content: space-between; width: 594px; height: 402px; margin-top: 75px; }
	.look04_imgbox { width: 290px; }
	.look04_imgbox:nth-child(2) { animation-delay: 0.2s; }
	.look04_img04 { width: 398px; margin: 30px calc(50% - 330px) 0 auto; }
	img.look04_deco { width: 12px; margin: -265px calc(50% + 86px) 0 auto; }
	img.look04_itembtn { margin: 10px auto 0 calc(50% + 244px); }
	.sec05 { margin-top: 120px; padding-top: 65px; padding-bottom: 40px; }
	.look05_01 { top: -45px; left: calc(50% - 225px); width: 247px; height: 342px; }
	.look05_02 { width: 247px; height: 342px; margin: 0 auto 0 calc(50% + 40px); }
	.look05_itembtn { top: 309px; right: 10px; }
	img.look05_deco { bottom: 60px; left: calc(50% - 195px); width: 166px; }
	.look06_stickywrapper { height: 1800px; margin-top: 75px; }
	.look06_img01 { top: 75px; width: 450px; }
	.look06_img02 { top: 75px; width: 450px; margin-top: 150px; padding: 30px; }
	.look06_img02 img.ico_item { bottom: 45px; right: 45px; }
	.look07_img01 { width: 390px; height: 540px; margin: 75px auto 0 calc(50% - 354px); }
	img.look07_itembtn { bottom: 10px; left: 10px; }
	.look08_img01 { width: 300px; margin: -335px auto 0 calc(50% + 70px); }
	img.look08_itembtn { margin: 10px auto 0 calc(50% + 284px); }
	.sec09 { width: 450px; margin: 75px auto 0; padding: 30px 0; }
	.look09_img01 { width: 390px; height: 540px; }
	img.look09_itembtn { bottom: 10px; right: 10px; }
}
@media (min-width:1100px){
	.look03_img01 { margin-left: calc(50% - 443px); }
	.look03_img02 { margin-left: calc(50% - 443px); }
	.look03_img03 { margin: -415px auto 0 calc(50% + 40px); }
	img.look03_deco { margin-left: calc(50% + 452px); }
	.look04_01.sp_none { margin: 225px auto 0 calc(50% - 66px); }
	.look04_img04 { margin: -340px auto 0 calc(50% - 485px) }
	img.look04_deco { margin-left: calc(50% - 517px); }
	img.look04_itembtn { margin-left: calc(50% - 174px); }
	.sec05 { margin-top: 160px; }
}

.staffcredits { margin-top: 18.66vw; }
.brandlogo { padding-bottom: 10vw; margin-top: 20vw; }
.brandlogo img { width: 50px; margin-bottom: 10px; }
@media (min-width:768px){
	.staffcredits { margin-top: 95px; font-size: 15px; }
	.brandlogo { margin-top: 100px; padding-bottom: 100px; font-size: 15px; }
	.brandlogo img { width: 85px; margin-bottom: 12px; }
}

.modal {
z-index: 200;
}
.modal__container{
z-index:9000;
position: fixed;
top: -150vh;
left: 0;
width: 100%;
height: 101%;
text-align: center;
background: rgba(255,255,255,100%);
padding: 70px 0 32.27vw;
overflow: auto;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
}
.modal__container.is-active{
visibility: visible;
top: 0;
}
.modal__close-btn {
position: fixed;
top: 6vw;
right: 3.7vw;
width: 22px;
cursor: pointer;
}
img.modal__close-btn-img { width: 100%; height: auto; }
.modal__content { text-align: left; color: #000; }
.modal_box + .modal_box { padding-top: 20vw; }
.modal_pricebox { width: 93.33333333%; }
.modal_pricebox li { margin-top: 4vw; }
.modal_pricebox li a { align-items: center; }
.modal_itemname { width: 24vw; letter-spacing: 0.075em; }
.modal_price { width: calc(100% - 24vw - 43px); letter-spacing: 0.05em; }
.modal_buy { width: 43px; }
@media (min-width:768px){
	.modal__container { padding-bottom: 100px; }
	.modal__close-btn { top: 30px; right: 30px;	}
	.modal_item { width: 375px; }
	.modal_box + .modal_box { padding-top: 50px; }
	.modal_pricebox { width: 100%; }
	.modal_pricebox li { margin-top: 15px; }
	.modal_itemname { width: 130px; }
	.modal_price { width: calc(100% - 180px); }
	.modal_buy { width: 50px; }
}
@media (min-width:1100px){
	.modal__close-btn { top: 50px; right: calc(50% - 500px); }
	.modal__content { display: flex; justify-content: space-between; flex-wrap: wrap; width: 780px; }
	#modal02 { padding-top: 0; }
}

