@charset "UTF-8";
/* global settings */

body {
	-webkit-text-size-adjust:100%;
	font-weight: 100;
}

ul li {
	list-style:none;
	margin-top: 0.1em;
}

.center {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.br-sp {
	display: none;
}

/* global color settings */
body {
	color: #fff;
	background-color: #771333;
}

/* detail settings */
header {
	width: 100%;
	height: 75px;
	background-color: #000;
	text-align: right;
	padding-top: 2px;
	padding-right: 5%;
	box-sizing: border-box;
}

section:nth-child(odd) {
	background-color: #e0934b;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-position: center bottom;
}

.desc {
	width: 100%;
	height: 736px;
	position: relative;
	background-image: url('../img/header_bg.jpg') !important;
	background-position: 36% 15% !important;
}

.social {
	width: 100%;
}

.movie {
	width: 100%;
	max-width: 410px;
	height: 56.25vw;
	max-height: 256px;
	position: relative;
	top: calc(440px - .5em);
	left: 30px;
}
 
.movie:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

.movie iframe {
	position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.logo {
	width: 100%;
	max-width: 650px;
	top: 50%;
	left: 38%;
}

.trackinfo {
	width: 100%;
	display: flex;
	margin: 0 auto;
	margin-bottom: 1.5em;
	justify-content: center;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	background-size: 500px;
}

.catch {
	width: 100%;
	text-align: center;
}

.important {
	font-weight: 900;
	font-size: 2.5em;
	margin-top: 16px;
	margin-bottom: 16px;
}

.info {
	width: 370px;
	height: 100%;
	text-align: right;
}

.jacket {
	margin-top: 20px;
	margin-bottom: 1em;
	width: 100%
}

.track {
	width: 630px;
	height: 100%;
	padding-left: 30px;
	box-sizing: border-box;
}

.track dl {
	padding: 20px;
}

.track dt {
	font-weight: bold;
	font-size: 1.2em;
}

.track dd {
	margin-bottom: 1em;
}

.track img {
	max-width: 411px;
	width: 100%;
}

.track p {
	text-align:center;
	font-size:.85em;
	margin-top:5px;
	width: 100%;
	max-width: 410px;
}

.mov-dummy {
	width: 410px;
	height: 256px;
	background-color: #000;
	position: relative;
	text-align: center;
}

.mov-dummy p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2em;
}

.staff {
	width: 100%;
	height: 380px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;

}

.staff h1 {
	width: 100%;
	text-align: center;
	font-size: 3em;
	margin-bottom: 0.6em;
}

.s-content {
	width: calc(99% / 3 - 5em);
	margin :0 2.5em;
}
.s-content dt {
	font-weight: bold;
}

.s-content .last {
	margin-bottom: 2em;
}

.special {
	width: 100%;
	padding-bottom: 20px;
}

.special h1 {
	text-align: center;
	font-size: 2em;
	margin-top: 0.5em;
}

.fcontainer {
	width: 95%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-content: center;
}

.flexbox {
	text-align: center;
	padding-bottom: 10px;
}

.flexbox:last-child {
	margin-left: 10px;
	padding-bottom: 0px;
}

.flexbox img {
	width: 100%;
}

.banner {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	text-align: right;
	padding-top: 20px;
	padding-right: 5%;
	box-sizing: border-box;
	background-image: url('../img/bg2.jpg') !important;
}

footer {
	width: 100%;
	height: 240px;
	text-align: right;
	padding-top: 25px;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}

.copy {
	text-align: center;
	position: relative;
	top: calc(-50% - 1em);
}

@media screen and (max-width: 1499px) {
	.trackinfo {
		height: auto;
		background-image: none;
	}
}

@media screen and (max-width: 1025px) {
	.br-sp {
		display: inline;
	}

	.desc {
		background-position: 94% 0px !important;
		background-size: auto 100% !important;
	}

	.important {
		font-size: 2em;
	}

	.logo {
		display: none;
	}

	.movie {
		max-width: 100%;
		margin: 0;
		left: 0;
	}

	.trackinfo {
		height: auto;
	}

	.info {
		text-align: left;
	}

	.track {
		padding: 0;
	}

	.staff {
		height: auto;
	}

	.s-content {
		width: 100%;
		margin: 0;
	}

	.fcontainer {
		flex-wrap: wrap;
	}

	.flexbox:last-child {
		margin-left: 0px;
	}


	.banner {
		height: auto;
		padding: 5px;
	}

	.banner img {
		max-width: 100%;
	}

	.copy {
		top: 0;
	}
}