@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* global settings */
html {
    width:100%;
    height:100%;
}

body {
    width:100%;
    height:100%;
    -webkit-text-size-adjust:100%;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 100;
}

a {
    text-decoration:none;
}

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: #fff;
}

a:link,a:visited,a:hover,a:active {
    color:#fff;
}

/* detail settings */
body {
	background-image: url("../img/bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

header {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	text-align: center;
	z-index: 10000;
}

header img {
	width: auto;
	height: 80%;
	position: relative;
	top: 10%;
}

article {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.jacket, .tracks{
	padding: 1.2em;
	background-color: rgba(0, 0, 0, .6);
	margin: 40px 0;
}

.jacket {
	position: relative;
	width: 100%;
	max-width: 450px;
	border-radius: 5% 0 0 5%;
}

.tracks {
	border-radius: 0 5% 5% 0;
}

.tracks p {
	font-size: 1.3em;
}

.tracks a {
	cursor: pointer;
}

.tracks img {
	display: block;
	margin: 0 auto;
}

.tracks img:first-child {
	margin-top: 10px;
}

.tracks h2, .staff h2, .event h2 {
	margin-bottom: .5em;
	font-size: 2.6em;
	font-weight: 100;
	text-align: center;
}

.title {
	font-size: 1.2em;
}

.last {
	margin-bottom: 1em;
}

.staff, .event {
	width: 80%;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	padding: 1em;
	margin-bottom: 40px;
}

.staff {
	border-radius: 5%;
}

.event {
	border-radius: 50%;
}

.event p {
	margin-bottom: 1em;
}


footer {
	width: 100%;
	text-align: center;
	background-color: black;
}

footer p {
	padding: 2em 0;
}

@media screen and (max-width: 1000px) {
	.jacket, .tracks, .staff, .event {
		border-radius: 0 0 0 0;
		width: 100%;
	}

	.event img {
		width: 100%;
		max-width: 566px;
	}
}
