@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: poppins, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 4vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.06em;
background: #000000;
animation-delay: 0.75s;
}
.allwrapper * {
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 button:hover,
.allwrapper .acordion_btn:hover {
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;
	font-size: 12px;
	}
}
@media (min-width:1250px){
	.allwrapper {
	font-size: 18px;	
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.13vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.67vw; }
.fs11 { font-size: 2.93vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.47vw; }
.fs14 { font-size: 3.73vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.27vw; }
.fs17 { font-size: 4.53vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs12 { font-size: 12px; }
	.fs18 { font-size: 18px; }
}

/* 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 */
.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; }


/* ========== 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:1249px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1250px){.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
-----------------------------------------------*/
.ff_yugo {
font-family: yu-gothic-pr6n, sans-serif;
font-weight: 400;
}
.allwrapper {
padding-bottom: 17.33vw;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	}
}

.mv_pagetitle {
width: 92.5333vw;
padding-top: 12.53vw;
animation-delay: 1.5s;
}
.mv_img {
width: 100%;
margin-top: 13.33vw;
}
.intro {
margin-top: 15.2vw;
}
.intro_movie {
width: 84vw;
height: 0;
padding-top: 56.25%;
}
.intro_movie iframe {
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.intro_listbtn {
width: 52.8vw;
margin-top: 8vw;
}
.lnav {
width: 97.33vw;
margin-top: 23.46vw;
margin-bottom: 2vw;
}
.lnav ul {
margin-top: -8vw;
}
.lnav li {
width: 30.66vw;
margin-top: 8vw;
}
@media (min-width:768px){
	.mv_pagetitle {
	width: 347px;
	padding-top: 70px;
	}
	.mv_img {
	max-width: 790px;
	margin-top: 60px;
	}
	.intro {
	margin-top: 110px;
	}
	.intro_movie {
	width: 560px;
	padding-top: 315px;
	}
	.intro_listbtn {
	width: 275px;
	margin-top: 40px;
	}
	.lnav {
	width: 460px;
	margin-top: 120px;
	margin-bottom: 0;
	}
	.lnav ul {
	margin-top: -40px;
	}
	.lnav li {
	width: 134px;
	margin-top: 40px
	}
}
@media (min-width:1024px){
	.mv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 976px;
	height: 555px;
	padding-top: 25px;
	}
	.mv_pagetitle {
	width: 285px;
	padding-top: 0;
	}
	.mv_img {
	max-width: 650px;
	margin-top: 0;
	}
}
@media (min-width:1250px){
	.mv {
	width: 1190px;
	padding-top: 30px;
	}
	.mv_pagetitle {
	width: 347px;
	}
	.mv_img {
	max-width: 790px;
	}
	.lnav {
	width: 860px;
	}
}

.secbox {
width: 86.6666666vw;
padding-top: 24vw;
}
.sec01 { z-index: 20; }
.sec02 { z-index: 19; }
.sec03 { z-index: 18; }
.sec04 { z-index: 17; }
.sec05 { z-index: 16; }
.sec06 { z-index: 15; }

.secbox_name {
font-size: 6.6666666vw;
vertical-align: middle;
color: #f581c8;
}
.secbox_name span {
top: -0.75vw;
left: 4.5vw;
color: #fff;
}
.secbox_inner {
margin-top: 3.46vw;
}
.secbox_detail {
margin-top: 6.66vw;
}
.secbox_itemlist {
width: 100%;
padding-bottom: 1px;
background: #000;
}
.secbox_itemlist li {
margin-bottom: 6.4vw;
}
.secbox_itemlist_flex {
align-items: center;
}
.secbox_itemimg {
width: 20vw;
}
.secbox_itemcredit {
width: calc(100% - 24.53vw);
}
.secbox_itemprice {
margin-top: 5vw;
}
.acordion_btn {
cursor: pointer;
}
.acordion_btn span {
top: 0.75vw;
margin-left: 1.4vw;
font-size: 6.2vw;
}
.secbox_itemlist_hidden {
margin-top: 30px;
}
@media (min-width:768px){
	.secbox {
	width: 680px;
	padding-top: 150px;
	}
	.secbox_name {
	font-size: 26px;
	}
	.imgright .secbox_name {
	width: 340px;
	margin-left: auto;
	margin-right: 0;
	}
	.secbox_name span {
	top: -3px;
	left: 15px;
	font-size: 14px;
	}
	.secbox_inner {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	}
	.imgright .secbox_inner {
	flex-direction: row-reverse;
	}
	.secbox_mainimg {
	width: 340px;
	}
	.secbox_detail {
	width: 310px;
	margin-top: 0;
	}
	.secbox_itemlist_hidden {
	width: 310px;
	}
	.secbox_itemlist li {
	margin-bottom: 15px;
	}
	.secbox_itemlist_flex {
	align-items: flex-end;	
	}
	.secbox_itemimg {
	width: 65px;
	}
	.secbox_itemcredit {
	width: calc(100% - 80px);
	}
	.secbox_itemprice {
	margin-top: 15px;
	}
	.acordion_btn {
	margin-right: 50px;
	}
	.acordion_btn span {
	top: 3px;
	margin-left: 7px;
	font-size: 20px;
	}
}
@media (min-width:1250px){
	.secbox {
	width: 1110px;
	}
	.secbox_name {
	font-size: 43px;
	}
	.imgright .secbox_name {
	width: 555px;
	}
	.secbox_name span {
	top: -8px;
	left: 22px;
	font-size: 20px;
	}
	.secbox_inner {
	margin-top: 20px;
	}
	.secbox_mainimg {
	width: 555px;
	}
	.secbox_detail {
	width: 500px;
	}
	.secbox_itemlist_hidden {
	width: 500px;
	}
	.secbox_itemlist li {
	margin-bottom: 25px;
	}
	.secbox_itemimg {
	width: 105px;
	}
	.secbox_itemcredit {
	width: calc(100% - 130px);
	}
	.secbox_itemprice {
	margin-top: 15px;
	}
	.acordion_btn {
	margin-right: 50px;
	}
	.acordion_btn span {
	top: 3px;
	margin-left: 7px;
	font-size: 20px;
	}
}

.offshot {
margin-top: 40vw;
}
.offshot_title {
color: #f581c8;
font-size: 6.6666666vw;
}
.offshot ul {
margin-top: 6.4vw;
}
.offshot li {
width: 32.8vw;
margin-top: 0.8vw;
}
.offshot li:first-child {
width: 100%;
}
.offshot .intro_listbtn {
margin-top: 12.5vw;
}
@media (min-width:768px){
	.offshot {
	width: 441px;
	margin-top: 140px;
	}
	.offshot_title {
	font-size: 26px;
	}
	.offshot ul {
	margin-top: 30px;
	}
	.offshot li {
	width: 145px;
	margin-top: 3px;
	}
	.offshot .intro_listbtn {
	margin-top: 30px;
	}
}
@media (min-width:1250px){
	.offshot {
	width: 716px;
	margin-top: 235px;
	}
	.offshot_title {
	font-size: 35px;
	}
	.offshot ul {
	margin-top: 45px;
	}
	.offshot li {
	width: 235px;
	margin-top: 5px;
	}
	.offshot .intro_listbtn {
	margin-top: 50px;
	}
}

.brandlogo {
margin-top: 175px;
}
.brandlogo img {
width: 90px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.brandlogo {
	font-size: 15px;
	}
	.brandlogo img {
	width: 85px;
	margin-bottom: 12px;
	}
}

/* ========== modal ========== */
.modalBtn {
display: block;
cursor: pointer;
}

.modal_lock.is-locked {
position: fixed;
width: 100%;
z-index: 10000;
}

.modal {
visibility: hidden;
overflow-y: scroll;
opacity: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s, visibility 0s 0.3s;
background: rgba(0, 0, 0, 0.8);
}
.modal.is-active {
visibility: visible;
opacity: 1;
transition: opacity 0.3s, visibility 0s 0s;
z-index: 10000;
}

.modal_container {
display: flex;
min-height: 100%;
justify-content: center;
align-items: center;
}
@media all and (-ms-high-contrast: none){
	.modal_container {
		display: block;
		padding-top: 11vh
	}
}

.modal_inner {
margin: auto;
width: 90%;
max-width: 400px;
position:  relative;
}
.modal_inner00 {
width: 100%;
max-width: 700px;
}
.modal_innermovie {
width: 75%;
max-width: 352px;
}
.modal_content {
width: 100%;
max-height: 80vh;
overflow-y: auto;
margin: auto;
background: #fff;
}
.modal_content.is-active {
display: block;
}
.modal_content img,
.modal_content video {
display: block;
width: 100%;
}
.modal_closebtn {
font-size: 40px;
color: #fff;
position: absolute;
right: 0;
margin-top: -43px;
text-align: right;
cursor: pointer;
line-height: 100%;
}
@media (min-width:768px){

}
