@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: #fff;
font-family: noto-serif, serif;
font-style: normal;
font-weight: 500;
font-size: 3.33333333vw;
line-height: 100%;
letter-spacing: 0;
animation-delay: 0.75s;
}
.modal {
min-height: auto;
}
.allwrapper *,
.modal * {
box-sizing: border-box;
}
.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;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	}
	.allwrapper,
	.modal {
	font-size: 17.5px;
	}
}
@media (min-width:1000px){
	.allwrapper {
	width: 100%;
	}
}

/* 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 {
overflow-y: visible;
overflow-x: visible;
}
body.static .wrapper {
margin-top: 0;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.pc-menu, .sp-menu {
position: relative;
z-index: 2;
}
#particles-js {
position:fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:#000;/*背景色*/
}
.ff_yugo { font-family: yu-gothic-pr6n, sans-serif; font-weight: 400; }

.modal_open {
display: block;
cursor: pointer;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;
}
.ico_item { width: 21.333333vw; }
.ico_item.right { margin: 1.86vw 0 0 auto; }
.ico_item.left { margin: 1.86vw auto 0 0; }
.modal_open:hover img { opacity: 0.7; }
@media (min-width:768px){
	.ico_item { width: 85px; margin-top: 10px !important; }
}

.slick-dotted.slick-slider { margin-bottom: 0; }
.slick-dots { bottom: 10px; left: 10px; text-align: left; }
.slick-dots li { width: auto; height: auto; margin: 0 10px 0 0; }
.slick-dots li button { width: 10px; height: 10px; padding: 0; border-radius: 5px; border: 1px solid #fff; }
.slick-dots li.slick-active button { background: #fff; }

.mv { padding: 3.33333333vw; }
.mv picture:nth-child(2) { animation-delay: 1.8s; }
.mv_title { width: 100%; top: 0; left: 0; animation-delay: 3s; }
@media (min-width:768px){
	.mv { display: flex; width: 100%; padding: 1.2%; }
	.mv picture { width: 50%; margin: 0; }
}

video.intro_movie { width: 66.66666666%; margin-top: 14.66vw; }
.look01 { width: 100%; margin-top: 20vw; }
.look01 .crossfade { height: 66.66vw; }
.look01 .ico_item { margin-right: 1.86vw; }
.look02 { width: 88%; margin: 13.33vw auto 0 0; }
.look04_stickywrapper { width: 100%; height: 1200vw; margin-top: 10.66vw; }
.look03 { width: 93.33333333%; margin: 13.33vw 0 0 auto; }
.look04_img { position: sticky; top: 0; width: 100%; height: 147.2vw; margin-top: -20vw; }
.look04_img01 { padding: 13vw 4.66666667% 0; margin-top: 0; }
.look04_img02 { padding: 79.66666666vw 4.66666667% 0; }
.look04_img03 { padding: 13vw 4.66666667% 0; margin-top: 100vw; }
.look04_img04 { padding: 79.66666666vw 4.66666667% 0; }
.look04_img05 { padding: 17vw 8.533333335% 0; margin-top: 100vw; }
.look04_img05 .ico_item { margin: 0; right: 1.86vw; bottom: 1.86vw; }
.look04_img05 .modal_open { background: #c1aca1; }
.look05_01 { width: 100%; margin-top: 13vw; }
.look05_01 .crossfade { height: 65.6vw; }
.look05_01 .slick-dots { text-align: right; left: auto; right: 0; }
.look05_01 .ico_item { margin-left: 1.86vw; }
.look05_02 { width: 100%; margin-top: 10vw; }
.look05_02 picture { width: 50%; }
.look05_02 picture:nth-child(2) { animation-delay: 0.3s; }
.look06_stickywrapper { width: 100%; height: 700vw; }
.look06_img01 { position: sticky; top: 0; width: 100%; height: 147.2vw; padding: 13vw 4.66666667% 0; }
.look06_img02 { position: sticky; top: 0; width: 100%; height: 147.2vw; padding: 79.728vw 4.66666667% 0; }
.look06_text { position: sticky; top: 0; width: 100%; height: 147.2vw; padding: 13vw 4.66666667% 0; }
.look07 { width: 88%; margin: 13vw 0 0 auto; }
.look07 .crossfade { height: 125.650666vw; }
.look07 .slick-dots { text-align: right; left: auto; right: 0; }
.look08_01 { width: 88%; height: 114.73333333vw; margin: 13vw auto 0; }
.look08_02 { width: 100%; margin-top: 6.66vw; }
.look08_02 .ico_item { margin-right: 1.86vw; }
.look09 { width: 88%; margin: 13vw auto 0; }
.staffcredit {
width: 100%; height: 100%;
left: 0; top: 0;
padding-top: 40vw;
line-height: 165%; font-size: 3.33333333vw; background: rgba(0, 0, 0, 0.4);
animation-delay: 0.75s;
}
@media (min-width:768px){
	video.intro_movie { width: 192px; margin: 85px auto 0 calc(50% - 275px); }
	.look01 { width: 345px; margin: -178px auto 0 calc(50% - 37px); }
	.look01 .crossfade { height: 230px; }
	.look01 .ico_item { margin-right: 0; }
	.look02 { width: 305px; margin: 60px auto 0; }
	.look04_stickywrapper { width: 100%; height: 4200px; margin: 0; }
	.look03 { position: sticky; top: 50px; width: 322px; height: 460px; margin: 62px auto 0 calc(50% + 20px); padding-top: 103px; }
	.look04_img { top: 50px; width: 313px; height: 460px; margin: 0 auto 0 calc(50% - 340px); }
	.look04_img01 { padding: 0; margin-top: -447px; }
	.look04_img02 { padding: 230px 0 0 0; }
	.look04_img03 { padding: 0; margin-top: 400px; }
	.look04_img04 { padding: 230px 0 0 0; }
	.look04_img05 { padding: 13px; margin-top: 500px; }
	.look04_img05 .ico_item { right: 10px; bottom: 10px; }
	.look05_01 { width: 345px; margin: 60px auto 0 calc(50% - 355px); }
	.look05_01 .crossfade { height: 225px; }
	.look05_01 .ico_item { margin-left: 0; }
	.look05_02 { width: 346px; margin: -185px auto 0 calc(50% + 10px); }
	.look05_02 picture:nth-child(2) { margin-top: 50px; }
	.look06_stickywrapper { width: 768px; height: 1700px; margin: 60px auto 0 calc(50% - 384px); }
	.look06_img01 { top: 50px; width: 50%; height: 283px; margin-left: calc(50% - 384px); padding: 0; }
	.look06_img02 { top: 50px; width: 50%; height: 283px; margin-top: 400px; margin-right: calc(50% - 384px); padding: 0; }
	.look06_text { top: 50px; height: 283px; padding: 0; }
	.look07 { width: 305px; margin: 20px auto 0; }
	.look07 .crossfade { height: 435px; }
	.look08_01 { width: 305px; height: 397px; margin: 60px auto 0 calc(50% + 32px); }
	.look08_02 { width: 345px; margin: -310px auto 0 calc(50% - 335px); }
	.look08_02 .ico_item { margin-right: 0; }
	.look09 { width: 305px; margin: 115px auto 0; }
	.staffcredit { padding-top: 150px; font-size: 12px; }
}
@media (min-width:1000px){
	video.intro_movie { width: 250px; margin: 110px auto 0 calc(50% - 360px); }
	.look01 { width: 450px; margin: -230px auto 0 calc(50% - 50px); }
	.look01 .crossfade { height: 300px; }
	.look02 { width: 395px; margin-top: 75px; }
	.look04_stickywrapper { height: 4700px; }
	.look03 { width: 420px; height: 600px; margin: 75px auto 0 calc(50% + 25px); padding-top: 140px; }
	.look04_img { top: 60px; width: 408px; height: 600px; margin-left: calc(50% - 445px); }
	.look04_img01 { margin-top: -585px; }
	.look04_img02 { padding-top: 300px; }
	.look04_img04 { padding-top: 300px; }
	.look04_img05 { padding: 18px; margin-top: 700px; }
	.look05_01 { width: 450px; margin: 80px auto 0 calc(50% - 465px); }
	.look05_01 .crossfade { height: 294px; }
	.look05_02 { width: 450px; margin: -230px auto 0 calc(50% + 12px); }
	.look05_02 picture:nth-child(2) { margin-top: 65px; }
	.look06_stickywrapper { width: 100%; max-width: 1250px; height: 2000px; margin: 60px auto 0 0; }
	.look06_img01 { top: 60px; height: 460px; margin: 0; padding: 0; }
	.look06_img02 { top: 60px; height: 460px; margin: 400px 0 0 auto; padding: 0; }
	.look06_text { top: 60px; height: 460px; }
	.look07 { width: 395px; margin-top: 25px; }
	.look07 .crossfade { height: 564px; }
	.look08_01 { width: 395px; height: 515px; margin: 75px auto 0 calc(50% + 42px); }
	.look08_02 { width: 450px; margin: -405px auto 0 calc(50% - 440px); }
	.look08_02 .ico_item { margin-right: 0; }
	.look09 { width: 395px; margin-top: 150px; }
	.staffcredit { padding-top: 170px; font-size: 15px; }
}
@media (min-width:1250px){
	.look06_stickywrapper { margin-left: calc(50% - 625px); }
}

.bottom_banner { width: 88%; margin-top: 14.66vw; }
.brandlogo { padding-bottom: 10vw; margin-top: 20vw; }
.brandlogo img { width: 50px; margin-bottom: 10px; }
@media (min-width:768px){
	.bottom_banner { width: 238px; margin-top: 60px; }
	.brandlogo { margin-top: 100px; padding-bottom: 100px; font-size: 15px; }
	.brandlogo img { width: 85px; margin-bottom: 12px; }
}
@media (min-width:1000px){
	.bottom_banner { width: 318px; margin-top: 80px; }
}

.modal {
z-index: 200;
}
.modal__container{
z-index:9000;
position: fixed;
top: -150vh;
left: 0;
width: 100%;
height: 101%;
text-align: center;
background: rgba(0,0,0,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;
z-index: 5;
}
img.modal__close-btn-img { width: 100%; height: auto; }
.modal__content { text-align: left; color: #000; }
.modal_box { padding-bottom: 20vw; }
.modal_box .crossfade { height: 133.33333333vw; overflow: hidden; }
.modal_pricebox { width: 53.33333333%; margin-top: 6.66vw; }
.modal_pricebox li + li { margin-top: 4vw; }
.modal_pricebox li a { align-items: center; color: #fff; }
.modal_itemname { padding-right: 15px; }
.modal_buy { width: 60px; padding-left: 15px; }
@media (min-width:768px){
	.modal__container { padding-bottom: 100px; }
	.modal__close-btn { top: 30px; right: 30px;	}
	.modal_item { width: 375px; }
	.modal_box { padding-bottom: 100px; }
	.modal_box .crossfade { height: 500px; }
	.modal_pricebox { width: 270px; margin-top: 20px; }
	.modal_pricebox li + li { margin-top: 15px; }
}
@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; }
}

