@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: #384570;
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.3333333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.1em;
background: #2e396b;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #384570;
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: 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_shueigo {
font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
.allwrapper {
background: #2e396b;
padding-bottom: 17.33vw;
}
.bg_white {
background: #fff;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	background: #384570;
	}
}

.mv_title {
top: 0;
left: 0;
animation-delay: 1.75s;
}
.contentbox {
width: 93.3vw;
padding: 12.8vw 0 22vw;
border-radius: 5px;
}
.intro_title {
font-size: 4.4vw;
letter-spacing: 0.17em;
}
.intro_txt {
width: 78.66vw;
margin-top: 5.6vw;
padding: 0 2.665vw 2px;
font-size: 3.0666666vw;
line-height: 2.52em;
letter-spacing: 0.13em;
background-color: #fff;
background-image: linear-gradient(180deg, #384570 1px, transparent 1px);
background-size: 100% 2.52em;
}
@media (min-width:768px){
	.contentheader_title {
	width: 730px;
	}
	.mv {
	width: 730px;
	}
	.mv_title {
	width: 50%;
	top: auto;
	bottom: 0;
	left: 0;
	}
	.contentbox {
	width: 730px;
	padding: 55px 0 80px;
	border-radius: 5px;
	}
	.intro_title {
	font-size: 20px;
	letter-spacing: 0.19em;
	}
	.intro_txt {
	width: 480px;
	margin-top: 20px;
	padding: 0 0 2px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	background-size: 100% 30px;
	}
}
@media (min-width:1100px){
	.contentheader_title {
	width: 1000px;
	}
	.mv {
	width: 1000px;
	}
	.contentbox {
	width: 1000px;
	padding: 75px 0 100px;
	}
	.intro_title {
	font-size: 30px;
	}
	.intro_txt {
	width: 610px;
	margin-top: 43px;
	font-size: 17px;
	line-height: 43px;
	background-size: 100% 43px;
	}
}

.lineup {
margin-top: 12.53vw;
}
.lineup_title {
width: 23.73vw;
}
.lineup_list {
width: 77.86vw;
}
.lineup_list li {
width: 36.53vw;
margin-top: 6.7vw;
}
.lineup_list li:nth-child(2),
.lineup_list li:nth-child(4) {
animation-delay: 0.1s;
}
@media (min-width:768px){
	.lineup {
	margin-top: 55px;
	}
	.lineup_title {
	width: 130px;
	}
	.lineup_list {
	width: 630px;
	}
	.lineup_list li {
	width: 150px;
	margin-top: 25px;
	}
	.lineup_list li:nth-child(3) {
	animation-delay: 0.2s;
	}
	.lineup_list li:nth-child(4) {
	animation-delay: 0.3s;
	}
}
@media (min-width:1000px){
	.lineup {
	margin-top: 75px;
	}
	.lineup_title {
	width: 173px;
	}
	.lineup_list {
	width: 770px;
	}
	.lineup_list li {
	width: 182px;
	}
}

.secbox {
margin-top: 33.3vw;
}
.sec_mainimg {
width: 100vw;
height: 133.3333333vw;
margin: 0 -3.35vw;
overflow: hidden;
box-shadow: 3px 7px 13px 7px rgba(0, 0, 0, 0.2);
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_itemname {
top: 0;
left: 0;
width: 100%;
}
.publish {
bottom: 4vw;
left: 3.46vw;
width: 40.8vw;
}
.sec_details {
width: 81.3vw;
margin-top: 11.2vw;
}
.sec_textbox {
align-items: center;
}
.sec_title {
width: 22.6vw;
font-size: 6.66666vw;
line-height: 110%;
}
img.sec_num {
width: auto;
height: 10.66vw;
margin-bottom: 3vw;
}
.sec_text {
width: 53.33vw;
}
.sec_text span {
display: inline-block;
background: #c8e3f5;
line-height: 95%;
}
.acordion_btn {
cursor: pointer;
}
.credit_open {
width: 81.33vw;
margin-top: 2vw;
padding: 3.2vw 0;
border-bottom: 1px solid #384570;
z-index: 3;
}
.credit_open::after {
content: "＋";
position: absolute;
top: 2.4vw;
right: 2.2vw;
font-size: 4vw;
}
.credit_open.open::after {
content: "－";
}
.credit {
left: 0;
width: 100%;
padding: 6.66vw 8.53vw;
background: #384570;
z-index: 3;
}
.credit_box {
padding: 2.8vw 5.33vw 2.4vw;
border-bottom: 1px solid #fff;
}
.credit li:last-child .credit_box {
border-bottom: none;
}
.credit_box * {
color: #fff;
}
.credit_itemname {
width: calc(100% - 4em);
}
.credit_price {
width: 4em;
}
.btn_items {
width: 67.2vw;
margin-top: 9.2vw;
}
@media (min-width:768px){
	.secbox {
	width: 680px;
	margin-top: 130px;
	}
	.secinner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	.secinner.imgright {
	flex-direction: row-reverse;	
	}
	.sec_mainimg {
	width: 330px;
	height: 470px;
	margin: 0;
	box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	}
	.publish {
	left: 10px;
	bottom: 10px;
	width: 155px;
	}
	.sec_details_wrapper {
	width: 315px;
	}
	.sec_details {
	width: 100%;
	margin: 0;
	}
	.sec_details + .sec_details {
	margin-top: 55px;
	}
	.sec_textbox {
	display: block;
	}
	.sec_title {
	display: block;
	width: 100%;
	font-size: 25px !important;
	line-height: 100%;
	letter-spacing: 0.1em !important;
	}
	img.sec_num {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	margin: 0 15px 0 0;
	}
	.sec_text {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	}
	.credit_open {
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
	}
	.credit_open::after {
	top: 9px;
	right: 10px;
	font-size: 15px;
	}
	.credit {
	width: 100%;
	padding: 20px 20px;
	}
	.credit_box {
	padding: 12px 30px 10px;
	}
	.credit_itemname {
	width: calc(100% - 4em);
	}
	.credit_price {
	width: 4em;
	}
	.btn_items {
	width: 225px;
	margin-top: 60px;
	}
}
@media (min-width:1100px){
	.secbox {
	width: 928px;
	margin-top: 180px;
	}
	.sec_mainimg {
	width: 450px;
	height: 643px;
	box-shadow: 0px 3px 13px 3px rgba(0, 0, 0, 0.2);
	}
	.publish {
	left: 17px;
	width: 205px;
	}
	.sec_details_wrapper {
	width: 375px;
	}
	.imgleft .sec_details_wrapper {
	margin-right: 50px;
	}
	.imgright .sec_details_wrapper {
	margin-left: 50px;
	}
	.sec_details + .sec_details {
	margin-top: 75px;
	}
	.sec_title {
	font-size: 35px !important;
	}
	img.sec_num {
	height: 47px;
	}
	.sec_text {
	margin-top: 20px;
	font-size: 15px;
	}
	.credit_open {
	width: 375px;
	margin-top: 25px;
	padding: 13px 0;
	font-size: 15px;
	}
	.credit_open::after {
	top: 11px;
	right: 15px;
	font-size: 18px;
	}
	.credit {
	width: 375px;
	padding: 25px 35px;
	}
	.credit_box {
	padding: 10px 50px 8px;
	}
	.btn_items {
	width: 302px;
	margin-top: 85px;
	}
}

.secbox.sec01 { margin-top: 18.13vw; }
.sec01 .sec_text span { background: #c8e3f5; }
@media (min-width:768px){
	.secbox.sec01 { margin-top: 110px; }
}
@media (min-width:1100px){
	.secbox.sec01 { margin-top: 150px; }
}

.sec02 .sec_title { font-size: 5.2vw; letter-spacing: 0; }
.sec02 .sec_text span { background: #ffdfe2; }

.sec03 .publish { left: auto; right: 3.46vw; }
.sec03 .sec_title { font-size: 6vw; letter-spacing: 0; }
.sec03 .sec_text span { background: #ffdfe2; }
@media (min-width:768px){
	.sec03 .publish { left: 10px; right: auto; }
}

.sec04 .publish { left: auto; right: 3.46vw; }
@media (min-width:768px){
	.sec04 .publish { left: 10px; right: auto; }
}

.staffcredit {
margin-top: 24vw;
}
.brandlogo {
margin-top: 15vw;
}
.brandlogo * {
color: #aaa !important;
}
.brandlogo img {
width: 45px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 100px;
	}
	.brandlogo {
	margin-top: 50px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-bottom: 12px;
	}
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 135px;
	}
}