@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: prestige-elite-std, monospace;
font-style: normal;
font-weight: 700;
font-size: 3.3333333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0;
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;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 12px;
	background: #384570;
	}
}
@media (min-width:1100px){
	.allwrapper {
	font-size: 16.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.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_zenkakugonew {
font-family: zen-kaku-gothic-new, sans-serif;
font-weight: 500;
}
.allwrapper {
background: #fff;
padding-bottom: 17.33vw;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	}
}

.fvarea {
width: 100%;
height: 155.2vw;
overflow: hidden;
}
.contentheader {
z-index: 2;
}
.mv {
top: 0;
left: 0;
z-index: 1;
}
.mv_title {
z-index: 2;
animation-delay: 1.75s;
}
.intro {
height: 42.14vw;
margin-top: -14.4vw;
padding-top: 8.6vw;
background: url("../images/intro-bg_sp.png") 0 0 / 100% auto no-repeat;
z-index: 2;
}
.intro_title {
width: 92vw;
font-size: 4.4vw;
color: #215875;
letter-spacing: 0.33em;
}
.intro_txt {
margin-top: 3.3vw;
color: #fff;
font-size: 3.066666vw;
}
@media (min-width:768px){
	.fvarea {
	height: 63vw;
	}
	.contentheader {
	height: 7vw;
	padding-top: 1.2vw;
	background: url("../images/header-bg_pc.png") center 0 / 220% auto repeat-x;
	}
	.contentheader_title {
	width: 40%;
	}
	.mv {
	width: 135%;
	margin-left: -25%;
	}
	.mv_title {
	position: absolute;
	width: 41%;
	top: 21vw;
	left: 2.5%;
	}
	.intro {
	height: 20.5vw;
	margin-top: -2vw;
	padding-top: 5.5vw;
	background: url("../images/intro-bg_pc.png") center 0 / 220% auto repeat-x;
	}
	.intro_title {
	width: 100%;
	font-size: 2.8vw;
	text-align: center;
	}
	.intro_txt {
	margin-top: 2.4vw;
	font-size: 1.8vw;
	letter-spacing: 0.09em;
	line-height: 176%;
	}
}
@media (min-width:1100px){
	.fvarea {
	height: 51vw;
	}
	.contentheader {
	height: 77px;
	padding-top: 16px;
	background: url("../images/header-bg_pc.png") center 0 / auto 100% repeat-x;
	}
	.contentheader_title {
	width: 416px;
	}
	.mv {
	width: 110%;
	margin-left: -5%;
	}
	.mv_title {
	width: 503px;
	top: 14vw;
	left: calc(50% - 520px);
	}
	.intro {
	height: 233px;
	margin-top: -24px;
	padding-top: 68px;
	background: url("../images/intro-bg_pc.png") center 0 / auto 100% repeat-x;
	}
	.intro_title {
	font-size: 30px;
	}
	.intro_txt {
	margin-top: 28px;
	font-size: 17px;
	}
}
@media (min-width:1250px){
	.fvarea {
	height: 585px;
	}
	.mv {
	width: 1250px;
	margin-left: calc(50% - 625px);
	}
	.mv_title {
	width: 537px;
	top: 160px;
	left: calc(50% - 550px);
	}
}

.lineup {
margin-top: -10.4vw;
padding: 16.8vw 0 9.33vw;
background: url("../images/lineup-bg_sp.jpg") center center / cover;
z-index: 1;
}
.lineup_list {
width: 88vw;
margin-bottom: -4.8vw;
}
.lineup_list li {
width: 42.4vw;
margin-bottom: 4.8vw;
}
.lineup_list li:nth-child(2),
.lineup_list li:nth-child(4) {
animation-delay: 0.1s;
}
@media (min-width:768px){
	.lineup {
	background: url("../images/lineup-bg_pc.jpg") center center / cover no-repeat;
	}
	.lineup_list {
	width: 660px;
	margin-bottom: 0;
	}
	.lineup_list li {
	width: 152px;
	margin-bottom: 0;
	}
	.lineup_list li:nth-child(3) {
	animation-delay: 0.2s;
	}
	.lineup_list li:nth-child(4) {
	animation-delay: 0.3s;
	}
}
@media (min-width:1200px){
	.lineup_list {
	width: 940px;
	margin-bottom: 0;
	}
	.lineup_list li {
	width: 217px;
	margin-bottom: 0;
	}
}
@media (min-width:1250px){
	.lineup {
	margin-top: -174px;
	padding: 210px 0 62px;
	background: url("../images/lineup-bg_pc.jpg") center bottom / 1250px auto no-repeat;
	}
}

.secbox {
padding-top: 15vw;
padding-bottom: 8vw;
}
.sec_text {
color: #ba658f;
line-height: 166%;
}
.sec_text span {
display: inline-block;
background: #c8e3f5;
line-height: 95%;
}
.sec_mainimg {
width: 86.4vw;
height: 132.8vw;
margin-top: 6.13vw;
overflow: hidden;
background: #fff;
}
.zoomout_img {
animation: anime-zoomout 0.7s ease-in-out;
animation-fill-mode: forwards;
}
@keyframes anime-zoomout {
	0% {
	transform: scale(1.1);
	}
	100% {
	transform: scale(1.0);
	}
}
.sec_mainimg_txt {
margin-top: -134.5vw;
width: 100vw;
}
.publish {
bottom: 3.4vw;
left: 0;
width: 100%;
padding: 0 3vw;
color: #fff;
}
#sec01 .publish {
color: #000;
}
.sec_details_wrapper {
width: 92vw;
margin-top: 6vw;
}
.sec_details_flex {
justify-content: center;
}
.sec_details {
width: 44vw;
}
.sec_details:nth-child(2) {
margin-left: 3.466666vw;
}
.acordion_btn {
cursor: pointer;
}
.credit_open {
padding-bottom: 2vw;
border-bottom: 1px solid #000;
}
.credit_open::after {
content: "＋";
position: absolute;
top: -0.5vw;
right: 1vw;
font-size: 4vw;
font-family: zen-kaku-gothic-new, sans-serif;
font-weight: 500;
}
.credit_open.open::after {
content: "×";
}
.credit {
width: 44vw;
padding-top: 0.8em;
}
.credit li {
line-height: 240%;
}
.btn_items {
width: 91.4666666vw;
margin-top: 9.2vw;
}
@media (min-width:768px){
	.secbox {
	width: 680px;
	margin-top: 0;
	padding: 45px 0;
	}
	.sec_textbox {
	position: absolute;
	top: 110px;
	width: 350px;
	}
	.imgleft .sec_textbox {
	right: 0;
	}
	.imgright .sec_textbox {
	left: 0;
	}
	.sec_title {
	width: 315px;
	}
	.secinner {
	display: flex;
	justify-content: space-between;
	width: 700px;
	}
	.imgright .secinner {
	flex-direction: row-reverse;
	}
	.sec_mainimg_wrapper {
	width: 350px;
	}
	.sec_mainimg {
	width: 295px;
	height: 454px;
	margin-top: 0;
	}
	.publish {
	bottom: 13px;
	padding: 0 13px;
	}
	.sec_mainimg_txt {
	width: 350px;
	margin-top: -460px;
	}
	.sec_details_wrapper {
	width: 350px;
	margin-top: 297px;
	padding: 0 17px 0;
	}
	.sec_details,
	.credit {
	width: 152px;
	}
	.sec_details:nth-child(2) {
	margin-left: 12px;
	}
	.credit_open {
	padding-bottom: 5px;
	}
	.credit_open::after {
	top: -1px;
	right: 2px;
	font-size: 12px;
	}
	.credit {
	margin-bottom: -80px;
	}
	.btn_items {
	width: 100%;
	margin-top: 103px;
	}
}
@media (min-width:1100px){
	.secbox {
	width: 1000px;
	padding: 70px 0;
	}
	.sec_textbox {
	top: 195px;
	width: 500px;
	}
	.sec_title {
	width: 450px;
	}
	.sec_text {
	margin-top: 5px;
	font-size: 15.5px;
	}
	.secinner {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	}
	.imgright .secinner {
	flex-direction: row-reverse;
	}
	.sec_mainimg_wrapper {
	width: 500px;
	}
	.sec_mainimg {
	width: 425px;
	height: 654px;
	}
	.sec_mainimg_txt {
	width: 500px;
	margin-top: -662px;
	}
	.publish {
	font-size: 15px;
	}
	.sec_details_wrapper {
	width: 500px;
	margin-top: 424px;
	padding: 0 25px;
	}
	.sec_details,
	.credit {
	width: 214px;
	}
	.sec_details:nth-child(2) {
	margin-left: 22px;
	}
	.credit_open {
	padding-bottom: 7px;
	}
	.credit_open::after {
	top: -2px;
	font-size: 15px;
	}
	.credit {
	margin-bottom: -100px;
	}
	.btn_items {
	margin-top: 150px;
	}
}

.staffcredit {
width: 70.13vw;
margin-top: 5vw;
padding: 3.46vw 0;
background: url("../images/staffcredit-bg.jpg") center center / cover;
}
.brandlogo {
margin-top: 25px;
}
.brandlogo * {
color: #aaa !important;
}
.brandlogo img {
width: 45px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.staffcredit {
	width: 310px;
	margin-top: 50px;
	padding: 15px 0;
	font-size: 13px;
	}
	.brandlogo {
	margin-top: 40px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-bottom: 12px;
	}
}