@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: 'Noto Sans JP', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 3.0666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.075em;
background: #e3d1d1;
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_Bodoni {
font-family: 'Libre Bodoni', serif;
}

.allwrapper {
background: #e3d1d1;
padding-bottom: 17.33vw;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	}
}

.mv {
min-height: 117vw;
}
.mv_title {
top: 20vw;
right: 10vw;
width: 24.53333333vw;
animation-delay: 1.5s;
}
.intro_title {
animation-delay: 2.25s;
}
.lineup {
margin-top: 14.6vw;
}
.lineup dt {
width: 20.8vw;
margin-bottom: 2.66vw;
}
@media (min-width:768px){
	.mv {
	width: 90vw;
	min-height: 70vw;
	}
	.mv_title {
	top: 20vw;
	right: 2%;
	width: 50.2%;
	}
	.intro_text {
	margin-top: 35px;
	line-height: 188%;
	}
	.occupation {
	margin-top: 50px;
	}
	.occupation_title {
	width: 650px;
	}
	.occupation dd {
	margin: -30px auto 0 calc(50% - 180px);
	text-align: left;
	width: 500px;
	line-height: 190%;
	}
	.lineup {
	display: flex;
	flex-wrap: wrap;
	width: 700px;
	margin-top: 65px;
	}
	.lineup dt {
	width: 100%;
	margin-bottom: 20px;
	}
	.lineup dt img {
	width: 92px;
	}
	.lineup dd {
	width: 25%;
	}
	.lineup dd:nth-child(3) {
	animation-delay: 0.2s;
	}
	.lineup dd:nth-child(4) {
	animation-delay: 0.4s;
	}
	.lineup dd:nth-child(5) {
	animation-delay: 0.6s;
	}
}
@media (min-width:1100px){
	.mv {
	width: 1000px;
	min-height: 750px;
	}
	.mv_title {
	top: 245px;
	}
	.intro_text {
	margin-top: 60px;
	font-size: 17px;
	}
	.occupation {
	margin-top: 95px;
	}
	.occupation_title {
	width: 760px;
	}
	.occupation dd {
	margin: -40px auto 0 calc(50% - 210px);
	width: 600px;
	font-size: 17px;
	}
	.lineup {
	width: 860px;
	margin-top: 95px;
	}
	.lineup dt {
	margin-bottom: 26px;	
	}
	.lineup dt img {
	width: 132px;
	}
}

.secbox {
padding-top: 35vw;
}
.secbox_title {
top: 28.6vw;
left: 4.53vw;
width: 48.266666vw;
}
.secbox03 .secbox_title {
width: 70.13vw;
}
.secbox_text {
margin-top: 6.13vw;
}
.secbox_price {
margin-top: 5vw;
line-height: 230%;
}
.secbox_price a {
text-decoration: underline !important;
}
.secbox_btnitem {
width: 64vw;
margin-top: 5.33vw;
}
@media (min-width:768px){
	.secbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 640px;
	padding-top: 105px;
	}
	.secbox.imgright {
	flex-direction: row-reverse;
	}
	.secbox_mainimg {
	width: 330px;
	}
	.secbox_title {
	position: static !important;
	width: 235px;
	margin: 0 auto;
	}
	.secbox03 .secbox_title {
	width: 330px;
	margin-left: -25px;
	margin-right: -25px;
	}
	.secbox_text {
	margin-top: 30px;
	}
	.secbox_price {
	margin-top: 40px;
	}
	.secbox_btnitem {
	width: 220px;
	margin-top: 20px;
	}
}
@media (min-width:1100px){
	.secbox {
	width: 910px;
	padding-top: 150px;
	}
	.secbox.secbox03 {
	width: 1005px;
	}
	.secbox_mainimg {
	width: 468px;
	}
	.secbox .secbox_mainimg {
	width: 517px;
	}
	.secbox_detail {
	width: 485px;
	}
	.secbox_title {
	width: 333px;
	}
	.secbox03 .secbox_title {
	width: 476px;
	margin-left: auto;
	margin-right: auto;
	}
	.secbox_text {
	margin-top: 40px;
	}
	.secbox_price {
	margin-top: 60px;
	}
	.secbox_btnitem {
	width: 280px;
	margin-top: 30px;
	}
}

.offshot {
width: 64vw;
margin-top: 26.6vw;
}
.offshot_movie {
margin-top: 4vw;
}
.secbox_btnallitems {
width: 64vw;
margin-top: 18.6vw;
}
.staffcredit {
margin-top: 16vw;
}
.brandlogo {
width: 90px;
margin-top: 60px;
}
.brandlogo img {
width: 71px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.offshot {
	width: 290px;
	margin-top: 140px;
	}
	.offshot_title {
	width: 240px;
	}
	.offshot_movie {
	margin-top: 15px;
	}
	.secbox_btnallitems {
	width: 220px;
	margin-top: 55px;
	}
	.staffcredit {
	margin-top: 55px;
	}
	.brandlogo {
	width: 90px;
	margin-top: 65px;
	}
	.brandlogo img {
	width: 71px;
	margin-bottom: 10px;
	}
}
@media (min-width:1100px){
	.offshot {
	width: 415px;
	margin-top: 100px;
	}
	.offshot_title {
	width: 345px;
	}
	.offshot_movie {
	margin-top: 20px;
	}
	.secbox_btnallitems {
	width: 280px;
	margin-top: 75px;
	}
	.staffcredit {
	margin-top: 80px;
	font-size: 12px;
	}
}