@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* global settings */

body {
	-webkit-text-size-adjust:100%;
	/* font-family: 'Century','Noto Sans Japanese', serif; */
	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;
}

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

/* 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: #ff65b3;
}

.desc {
	width: 100%;
	height: 480px;
	position: relative;
	background-image: url('../img/header_bg.jpg');
	background-position: top;
	background-size: cover;
}

.social {
	width: 100%;
}

.logo {
	position: absolute;
	bottom: 25px;
	left: 10%;
	width: 450px;
}

.movie {
	width: 410px;
	height: calc(256px + 1.2em);
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: rgba(255, 255, 255, .2);

}

.trackinfo {
	width: 100%;
	height: 950px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}

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

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

.info {
	width: 355px;
	height: 100%;
}

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

.track {
	width: 600px;
	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;
}

.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(100% / 3);
}
.s-content dt {
	font-weight: bold;
}

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

.special {
	width: 100%;
	height: 300px;
}

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

.special p {
	text-align: center;
	padding-top: calc(150px - 1em);
}

.banner {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	text-align: right;
	padding-top: 20px;
	padding-right: 5%;
	box-sizing: border-box;
}

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;
}

@media screen and (max-width: 999px) {
	.logo {
		display: none;
	}

	.movie {
		width: auto;
		margin: 0;
	}

	.trackinfo {
		height: auto;
	}

	.track {
		padding: 0;
	}

	.staff {
		height: auto;
	}

	.s-content {
		width: 100%;
	}

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

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