@charset "UTF-8";

html , body {
	height: 100%;
	background: url(../img/anime/201603/bg_inner.png) repeat-y center top;
	background-size: contain;
}
#container {
	overflow: hidden;
}
#contentInner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}
header h1 {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
	padding-top: 162.5%;
	line-height: 0;
	background: url(../img/anime/201603/mainvisual_2.png) no-repeat center top;
	background-size: cover;
}
#contentInner .text {
	width: 92%;
	margin: 1em auto;
	font-family: "source-han-sans-japanese";
	font-size: 145%;
	text-shadow: 1px 1px 1px #ffffff;
}
#contentInner .text span {
	font-size: 125%;
	color: #f0046c;
}
#contentInner .text a {
	color: #f0046c;
	text-decoration: underline;
}
@media (max-width: 767px) {
#contentInner .text {
	font-size: 125%;
}
}

#contentInner .bnrArea {
	width: 90%;
	margin: 2em auto 4em;
}
#contentInner .bnrArea li {
	float: left;
	width: 47.5%;
}
#contentInner .bnrArea li:last-of-type {
	float: right;
	width: 47.5%;
}
#contentInner .bnrArea li img {
	width: 100%;
}

.btn {
	display: block;
	width: 40%;
	margin: 0.5em auto 1.5em;
	padding: 0.3em;
	border-radius: 8px;
	background: #e5007f;
	color: #ffffff !important;
	font-family: "source-han-sans-japanese";
	font-size: 115%;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
}
@media (max-width: 767px) {
.btn {
	display: block;
	width: 90%;
	margin: 0.5em auto 1.5em;
	padding: 0.3em;
	border-radius: 8px;
	background: #e5007f;
	color: #ffffff !important;
	font-family: "source-han-sans-japanese";
	font-size: 105%;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
}
}


/* base.css OVERRIDE */
@media screen and (min-width: 768px) and (max-width: 1255px) {
body {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
}
/* //base.css OVERRIDE */

@media (max-width: 767px) {
#contentInner {
	width: 100%;
	margin: 0 auto;
}
#contentInner .text img {
	width: 100%;
	margin: 1em auto 0;
}
#contentInner .bnrArea li {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}
#contentInner .bnrArea li:last-of-type {
	float: none;
	width: 100%;
}
}
