@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: noto-serif, serif;
font-style: normal;
font-weight: 500;
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 {
	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: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;
}
.ff_yugo { font-family: yu-gothic-pr6n, sans-serif; font-weight: 400; }
.bg_navy { background: #1b2a59; }
.bg_red { background: #84061e; }

.mv_title { width: 54%; top: 12vw; left: 23%; animation-delay: 1.5s; }
@media (min-width:768px){
	.mv { width: 100%; overflow: hidden; }
	.mv picture { width: 134%; margin-left: -17%; }
	.mv_title { width: 30%; top: 6vw; left: 68%; }
}
@media (min-width:1000px){
	.mv picture { width: 100%; margin-left: 0; }
	.mv_title { width: 24.96%; top: 5vw; left: 73%; }
}

.intro { padding: 14.66vw 0 20vw; }
video.intro_movie { width: 66.66666666%; }
.intro_detail { margin-top: 12vw; }
img.intro_logo { width: 35.46666666%; }
.intro_detail p { margin-top: 4.53vw; font-feature-settings: "palt"; }
@media (min-width:768px){
	.intro { display: flex; justify-content: space-between; align-items: center; width: 620px; padding: 95px 0 40px; }
	video.intro_movie { width: 250px; margin: 0; }
	.intro_detail { width: 335px; margin: 0; animation-delay: 0.4s; }
	img.intro_logo { width: 159px; }
	.intro_detail p { margin-top: 20px; font-size: 15px; line-height: 190%; }
}
@media (min-width:1200px){
	.intro { width: 670px; }
}

.lineup { padding: 7.2vw 0 6.66vw; }
.lineup_title { width: 29.6%; }
.lineup_ul { width: 88%; margin-top: -5.33vw; }
.lineup_li { width: 42.66666666vw; margin-top: 9.33vw; }
.lineup_pricewrapper { width: 29.33333333vw; margin-top: 3.2vw; align-items: center; }
.lineup_price { color: #fff; }
.lineup_buy { width: 35px; }
.lineup_allitems { width: 68%; margin-top: 13.6vw; }
@media (min-width:768px){
	.lineup { padding: 50px 0; }
	.lineup_title { width: 134px; }
	.lineup_ul { width: 660px; margin-top: 10px; }
	.lineup_li { width: 155px; margin-top: 0; }
	.lineup_pricewrapper { width: 110px; margin-top: 10px; }
	.lineup_allitems { width: 240px; margin-top: 50px; }
}
@media (min-width:1000px){
	.lineup_ul { width: 814px; margin-top: 18px; }
	.lineup_li { width: 193px; }
	.lineup_pricewrapper { width: 135px; margin-top: 13px; }
	.lineup_allitems { width: 240px; margin-top: 50px; }
	.lineup_price { font-size: 17px; }
	.lineup_buy { width: 42px; }
}

.modal_open {
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;
background: #fff;
}
.modal_open:hover img { opacity: 0.7; }
img.ico_item { bottom: 2.13vw; width: 21.333333vw }
img.ico_item.left { left: 2.13333333vw; }
img.ico_item.right { right: 2.13333333vw; }
@media (min-width:768px){
	img.ico_item { bottom: 10px; width: 70px; }
	img.ico_item.left { left: 10px; }
	img.ico_item.right { right: 10px; }
}
@media (min-width:1000px){
	img.ico_item { width: 85px; }
}

.sticky_wrap {
overflow: hidden;
position: sticky;
top: calc(50vh - 50vw - 30px);
height: 100vw;
/*margin-top: 10.66vw;*/
}
.horizontal_scroll {
position: absolute;
top: 0;
height: 100%;
will-change: transform;
display: flex;
justify-content: flex-start;
align-items: center;
}
.scroll_container01 {
height: 800vw;
}
@media (min-width:768px){

}
.look01_01 { width: 91.46666666%; margin: 13vw auto 0 0; }
.look01_02 { width: 66.66666666%; margin: 4vw auto 0 30.66666666%; }
.look02_01_wrapper { width: 100%; padding: 6.66vw 0; margin-top: 5.33vw; }
.look02_01 { width: 100%; height: 133.33333333vw; }
.look03_02 { width: 91.46666666%; margin: 4.26vw 0 0 auto; }
.look04_stickywrapper { width: 100%; height: 450vw; margin-top: 10.66vw; }
.look04_img01 { position: sticky; top: 0; width: 100%; }
.look04_img02 { position: sticky; top: 0; width: 100%; margin-top: 40vw; padding: 6vw; }
.look05_img { width: 100vw; }
.look05_miller { width: 100%; top: 7vw; left: 0; }
.look05_vis { width: 100%; bottom: 7vw; left: 0; }
.look05_05_wrapper { padding: 16vw 0; }
.look05_05 { width: 88%; height: 121.416vw; }
.look05_05_happy { top: 6.66vw; left: 30.8%; width: 38.4%; }
.look05_05_merry { bottom: 5.86vw; left: 8%; width: 84%; }
.look06 { width: 100%; margin-top: 54.66vw; padding-bottom: 6.66vw; }
.look06_01 { top: -44.8vw; width: 88%; margin: 0 0 0 auto; }
.look06_02 { width: 44%; margin: -40.8vw auto 0 0; }
.look06_03 { width: 44%; margin: -48.53vw auto 0 44%; }
.look07_stickywrapper { width: 100%; height: 450vw; margin-top: 10.66vw; }
.look07_img01 { position: sticky; top: 0; width: 100%; }
.look07_img02 { position: sticky; top: 0; width: 100%; margin-top: 40vw; padding: 6vw; }
.look08 { padding: 10.6vw 0 4vw; }
.look08_01 { width: 88%; height: 117.6293vw; }
.look08_02 { width: 51.46666666%; margin: 6.13vw auto 0 0; }
.look08_03 { width: 51.46666666%; margin: -51.2vw auto 0 42.666666%; }
.look08_04 { width: 93.33333333%; margin-top: 5.86vw; }
@media (min-width:768px){
	.look01_01 { width: 330px; margin: 80px auto 0 calc(50% - 300px); }
	.look01_02 { width: 240px; margin: -285px auto 0 calc(50% + 58px); }
	.look02_01_wrapper { width: 364px; padding: 25px 0; margin-top: 60px; }
	.look02_01 { height: 485px; }
	.look03_01 { width: 363px; margin: 210px auto 0 calc(50% - 360px); }
	.look03_02 { width: 330px; margin: -357px auto 0 calc(50% + 25px); }
	.look04_stickywrapper { width: 364px; height: 1600px; margin-top: 60px; }
	.look04_img01 { top: 60px; }
	.look04_img02 { top: 60px; margin-top: 120px; padding: 20px; }
	.look05 { margin-top: 60px; padding: 100px 0; }
	.look05_inner { width: 616px; }
	.look05_img { width: 50%; }
	.look05_img:nth-child(even) { animation-delay: 0.2s; }
	.look05_miller { top: 60px; left: calc(50% - 308px); width: 616px; }
	.look05_vis { bottom: 60px; left: calc(50% - 308px); width: 616px; }
	.look05_05_wrapper { width: 370px; margin-top: 33px; padding: 60px 0; }
	.look05_05 { width: 320px; height: 441px; }
	.look05_05_happy { top: 23px; left: calc(50% - 70px); width: 140px; }
	.look05_05_merry { bottom: 20px; left: calc(50% - 153px); width: 306px; }
	.look06 { width: 100%; margin-top: 220px; padding-bottom: 35px; }
	.look06_01 { top: -160px; width: 320px; margin: 0 auto 0 calc(50% + 16px); }
	.look06_02 { width: 160px; margin: -344px auto 0 calc(50% - 330px); }
	.look06_03 { width: 160px; margin: -175px auto 0 calc(50% - 170px); }
	.look07_stickywrapper { width: 364px; height: 1600px; margin-top: 60px; }
	.look07_img01 { top: 60px; }
	.look07_img02 { top: 60px; margin-top: 120px; padding: 20px; }
	.look08 { margin-top: 140px; padding: 0 0 35px; }
	.look08_01 { position: relative; top: -72px; width: 324px; height: 433px; margin-left: calc(50% - 345px); }
	.look08_02 { width: 187px; margin: -300px auto 0 calc(50% + 4px); }
	.look08_03 { width: 187px; margin: -186px auto 0 calc(50% + 160px); }
	.look08_04 { width: 340px; margin-top: 10px; }
}
@media (min-width:1000px){
	.look01_01 { width: 411px; margin: 100px auto 0 calc(50% - 375px); }
	.look01_02 { width: 300px; margin: -355px auto 0 calc(50% + 72px); }
	.look02_01_wrapper { width: 450px; padding: 30px 0; margin-top: 75px; }
	.look02_01 { height: 485px; }
	.look03_01 { width: 450px; margin: 260px auto 0 calc(50% - 445px); }
	.look03_02 { width: 411px; margin: -442px auto 0 calc(50% + 30px); }
	.look04_stickywrapper { width: 450px; height: 1800px; margin-top: 75px; }
	.look04_img01 { top: 75px; }
	.look04_img02 { top: 75px; margin-top: 150px; padding: 27.5px; }
	.look05 { margin-top: 80px; padding: 120px 0; }
	.look05_inner { width: 762px; }
	.look05_miller { top: 74px; left: calc(50% - 381px); width: 762px; }
	.look05_vis { bottom: 74px; left: calc(50% - 381px); width: 762px; }
	.look05_05_wrapper { width: 457px; margin-top: 40px; padding: 70px 0; }
	.look05_05 { width: 395px; height: 545px; }
	.look05_05_happy { top: 30px; left: calc(50% - 86.5px); width: 173px; }
	.look05_05_merry { bottom: 23px; left: calc(50% - 189px); width: 378px; }
	.look06 { margin-top: 275px; padding-bottom: 45px; }
	.look06_01 { top: -200px; width: 395px; margin-left: calc(50% + 20px); }
	.look06_02 { width: 198px; margin: -428px auto 0 calc(50% - 405px); }
	.look06_03 { width: 198px; margin: -220px auto 0 calc(50% - 207px); }
	.look07_stickywrapper { width: 450px; height: 1800px; margin-top: 75px; }
	.look07_img01 { top: 75px; }
	.look07_img02 { top: 75px; margin-top: 150px; padding: 27.5px; }
	.look08 { margin-top: 175px; padding: 0 0 42px; }
	.look08_01 { top: -90px; width: 395px; height: 528px; margin-left: calc(50% - 427px); }
	.look08_02 { width: 230px; margin: -374px auto 0 calc(50% + 20px); }
	.look08_03 { width: 230px; margin: -230px auto 0 calc(50% + 197px); }
	.look08_04 { width: 420px; margin-top: 20px; }
}

.bottom_allitems { width: 68%; margin-top: 16vw; }
.staffcredits { margin-top: 18.66vw; }
.brandlogo { padding-bottom: 10vw; margin-top: 20vw; }
.brandlogo img { width: 50px; margin-bottom: 10px; }
@media (min-width:768px){
	.bottom_allitems { width: 238px; margin-top: 115px; }
	.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(27,42,89,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; background: url("../images/modal-item-bg.png") center left / 8px auto repeat-x; }
.modal_pricebox li a { align-items: center; color: #fff; }
.modal_itemname { padding-right: 15px; background: #1b2a59; }
.modal_buy { width: 53px; padding-left: 15px; background: #1b2a59; }
@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_buy { width: 68px; }
}
@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; }
}

