@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: #000;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.0666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.125em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
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;
}
.allwrapper button {
cursor: pointer;
color: #000;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.73333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 12px;
	}
}
@media (min-width:1100px){
	.allwrapper {
	font-size: 15px;	
	}
}

/* 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: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
-----------------------------------------------*/
.ff_aktivgrotesk {
font-family: aktiv-grotesk, sans-serif;
}
.ff_pd {
font-family: playfair-display, serif;
}
.bg_blue {
background: #7cabd9;
}

.allwrapper {
padding-bottom: 17.33vw;
/*animation-delay: 0.75s;*/
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	}
}

.mv_text {
top: 0;
left: 0;
width: 100%;
animation-delay: 1.5s;
}
.mv_title {
top: 33vw;
left: 70.93vw;
width: 25.33333333vw;
animation-delay: 2.25s;
}
@media (min-width:768px){
	.mv_title {
	top: 13vw;
	left: 64.7619vw;
	width: 14.095238vw;
	}
}
@media (min-width:1100px){
	.mv {
	width: 1050px;
	}
	.mv_title {
	top: 137px;
	left: 680px;
	width: 148px;
	}
}

.intro {
margin-top: 5.33vw;
}
.lineup {
width: 76.8vw;
margin-top: 17.33vw;
}
@media (min-width:768px){
	.intro {
	margin-top: 20px;
	font-size: 13px;
	}
	.lineup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 570px;
	margin-top: 120px;
	}
	.lineup dt {
	width: 100%;
	margin-bottom: 24px;
	}
	.lineup dt img {
	width: 110px;
	}
	.lineup dd {
	width: 110px;
	}
}
@media (min-width:1100px){
	.intro {
	margin-top: 25px;
	font-size: 17px;
	}
	.lineup {
	width: 780px;
	margin-top: 160px;
	}
	.lineup dt {
	margin-bottom: 30px;
	}
	.lineup dt img {
	width: 148px;
	}
	.lineup dd {
	width: 145px;
	}
}


.secbox {
padding-top: 26.6vw;
}
.sec_intro {
margin-top: 4vw;
}
.sec_point dt {
width: 46.13vw;
margin-top: 7.5vw;
}
.sec_point dd {
margin-top: 2.66vw;
color: #f8269a;
}
.sec_point dd::before {
content: "";
display: inline-block;
width: 3.2vw;
height: 2.93vw;
margin-right: 2vw;
background: url("../images/check.png") 0 0 / contain no-repeat;
vertical-align: middle;
}
.sec_mainimg {
margin-top: 5vw;
}
.sec_exp {
margin-top: 7vw;
}
.sec_price {
margin-top: 8vw;
line-height: 207%;
font-family: bodoni-urw, serif;
font-weight: 300;
letter-spacing: 0.05em;
}
.sec_price a {
text-decoration: underline !important;
}
.sec_cvbtn {
margin-top: 5.33vw;
}
.sec_cvbtn a {
width: 64vw;
}
.sec01 .sec_point dd { margin-left: 16vw; }
.sec02 .sec_point dd { margin-left: 25vw; }
.sec03 .sec_point dd { margin-left: 26vw; }
.sec04 .sec_point dd { margin-left: 27vw; }
@media (min-width:768px){
	.secbox {
	width: 768px;
	padding-top: 110px;
	}
	.sec_title {
	width: 290px;
	}
	.sec_intro {
	margin-top: 17px;
	}
	.sec_mainimg {
	width: 415px;
	margin-top: 30px;
	}
	.imgright .sec_mainimg {
	margin-left: 350px;
	}
	.sec_point {
	position: absolute;
	top: 255px;
	width: 330px;
	}
	.imgleft .sec_point,
	.imgleft .sec_exp,
	.imgleft .sec_pricewrapper {
	left: 415px;
	}
	.imgright .sec_point,
	.imgright .sec_exp,
	.imgright .sec_pricewrapper {
	left: 30px;
	}
	.sec_point dt {
	width: 225px;
	margin-top: 0;
	}
	.sec_point dd {
	margin-top: 12px;
	font-size: 13px;
	}
	.sec_point dd::before {
	width: 12px;
	height: 11px;
	margin-right: 5px;
	}
	.sec_exp {
	position: absolute;
	top: 380px;
	width: 330px;
	margin: 0;
	letter-spacing: 0.075em;
	}
	.sec_pricewrapper {
	position: absolute;
	top: 520px;
	width: 330px;
	}
	.sec_price {
	margin-top: 0;
	font-size: 12px;
	}
	.sec_cvbtn {
	margin-top: 20px;
	}
	.sec_cvbtn a {
	width: 205px;
	}
	.sec01 .sec_point dd { margin-left: 30px; }
	.sec02 .sec_point dd { margin-left: 65px; }
	.sec03 .sec_point dd { margin-left: 70px; }
	.sec04 .sec_point dd { margin-left: 70px; }
}
@media (min-width:1100px){
	.secbox {
	width: 1050px;
	padding-top: 150px;
	}
	.sec_title {
	width: 400px;
	}
	.sec_intro {
	margin-top: 20px;
	}
	.sec_mainimg {
	width: 565px;
	margin-top: 30px;
	}
	.imgright .sec_mainimg {
	margin-left: 485px;
	}
	.sec_point {
	top: 350px;
	width: 440px;
	}
	.imgleft .sec_point,
	.imgleft .sec_exp,
	.imgleft .sec_pricewrapper {
	left: 565px;
	}
	.imgright .sec_point,
	.imgright .sec_exp,
	.imgright .sec_pricewrapper {
	left: 50px;
	}
	.sec_point dt {
	width: 306px;
	}
	.sec_point dd {
	margin-top: 12px;
	font-size: 16px;
	}
	.sec_point dd::before {
	width: 12px;
	height: 11px;
	margin-right: 5px;
	}
	.sec_exp {
	top: 518px;
	width: 440px;
	}
	.sec_pricewrapper {
	top: 690px;
	width: 440px;
	}
	.sec_cvbtn {
	margin-top: 25px;
	}
	.sec_price {
	font-size: 15px;
	}
	.sec_cvbtn a {
	width: 280px;
	}
	.sec01 .sec_point dd { margin-left: 55px; }
	.sec02 .sec_point dd { margin-left: 95px; }
	.sec03 .sec_point dd { margin-left: 105px; }
	.sec04 .sec_point dd { margin-left: 105px; }
}

.btn_allitem {
width: 64vw;
margin-top: 30.4vw;
}
.staffcredit {
margin-top: 16vw;
}
.brandlogo {
width: 90px;
margin-top: 60px;
}
.brandlogo img {
width: 71px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.btn_allitem {
	width: 210px;
	margin-top: 120px;
	}
	.staffcredit {
	margin-top: 55px;
	}
	.brandlogo {
	width: 90px;
	margin-top: 65px;
	}
	.brandlogo img {
	width: 71px;
	margin-bottom: 10px;
	}
}
@media (min-width:1100px){
	.btn_allitem {
	width: 280px;
	margin-top: 160px;
	}
	.staffcredit {
	font-size: 12px;
	}
}