@charset "utf-8";
body {
	overflow-x: hidden;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}
/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#kv{
	height: 940px;
	background-color: #fff;
}
#kv div.inner{
	height: 870px;
}
#kv h1{
	display: none;
	position: absolute;
	z-index: 1;
		top: 0;
		right: 10px;
}
#kv .author{
	display: none;
	position: absolute;
		top: 15px;
		left: 150px;
}
#kv .illust{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 940px;
	background-image: url(../images/kv-bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#kv p.title1{
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 340px;
		right: 67px;
		width: 29px;
		height: 0;
		/* height: 114px; */
}
#kv p.title2{
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 340px;
		right: 103px;
		width: 28px;
		height: 0;
		/* height: 279px; */
}
#kv p.title3{
	overflow: hidden;
	position: absolute;
	z-index: 1;
		top: 340px;
		right: 138px;
		width: 29px;
		height: 0;
		/* height: 196px; */
}
#kv p.catch{
	display: none;
	position: absolute;
		top: 600px;
		left: 113px;
}
#kv p.catch2{
	display: none;
	position: absolute;
		top: 764px;
		left: 549px;
}
#kv p.release{
	display: none;
	position: absolute;
		top: 320px;
		left: -40;
}
#kv p.release:hover img{
	transition-duration: .1s;
	opacity: 0.8;
}
#kv .emblem {
	position: absolute;
	top: 23px;
	left: -5px;
	text-align: center;
}
#kv .emblem span {
	opacity: 0;
	display: block;
}
#kv .emblem span:nth-of-type(1) {
	margin-bottom: 7px;
}
#kv .emblem span:nth-of-type(2) {
	animation-delay: 1s;
}


/* --------------------------------------------------
-------------------------------------------------- ストーリー */
#story{
	height: 620px;
	box-sizing: border-box;
	background-image: url(../images/story-bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#story div.inner{
	width: 1006px;
	margin: 0 auto;
}
#story h2{
	padding: 35px 0;
	text-align: center;
}
#story p{
	text-align: center;
}

/* --------------------------------------------------
-------------------------------------------------- 用語集 */

#words{
	padding: 30px 0 60px;
	background-color: #eaecee;
}
#words h2{
	margin-bottom: 30px;
	text-align: center;
}
#words ul{
	margin-bottom: 10px;
	font-size: 0;
}
#words ul li{
	display: inline-block;
}
#words ul li:first-child{
	margin-right: 24px;
}
#words p{
	text-align: right;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", “メイリオ”, Meiryo, serif;
	color: #2f344d;
}

/* --------------------------------------------------
-------------------------------------------------- 序文 */
#preface{
	height: 1353px;
	background-image: url(../images/preface-bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#preface h2{
	text-align: center;
}
/* --------------------------------------------------
-------------------------------------------------- ルール */
#rules{
	padding: 50px 0;
	background-image: url(../images/rules-bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#rules ul li:first-child{
	margin-bottom: 30px;
}

/* --------------------------------------------------
-------------------------------------------------- キャラクター */

#character{
	padding: 0 0 20px;
	box-sizing: border-box;
	background-image: url(../images/character-bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#character div.inner{
	width: 1100px;
	margin: 0 auto;
}
#character h2{
	text-align: center;
}
#character div.image{
	text-align: center;
}
/* --------------------------------------------------
-------------------------------------------------- 店舗特典 */
#special{
	padding: 0 0 60px;
	box-sizing: border-box;
	background-image: url(../images/special-bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#special div.inner{
	width: 1060px;
	margin: 0 auto;
}
#special h2{
	text-align: center;
}
#special h3{
	text-align: center;
	margin-bottom: 20px;
}
#special ul {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0;
}
#special ul:last-child {
	margin-bottom: 0;
}
#special li {
 display: inline-block;
 width: 507px;
 margin-right: 15px;
}
#special li:nth-child(2n) {
 margin-right: 0;
}

#special div.image{
	text-align: center;
}

/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#information {
	padding: 40px 0 80px;
	background-color: #000;
}
#information h2 {
	padding-bottom: 48px;
	text-align: center;
}
#information .book {
	position: relative;
	margin-bottom: 50px;
}
#information .book:last-child {
	margin-bottom: 0;
}
#information .book .ico-release {
	position: absolute;
	top: -63px;
	left: -89px;
}
#information .book .cover {
	position: relative;
	z-index: 1;
	margin-right: 50px;
	width: 248px;
	float: left;
}
#information .book .cover img {
	border: 1px solid #000;
}

#information .book .info {
	width: 702px;
	float: left;
}
#information .book .info:not(:last-of-type) {
	margin-bottom: 50px;
}
#information .book .info h3 {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
}
#information .book .info p.catch{
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.2;
	color: #75bcd4;
}
#information .book .info .author {
	margin-bottom: 20px;
}
#information .book .info .author ul {
	font-size: 0;
}
#information .book .info .author ul li {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
#information .book .info .author ul li:not(:last-child) {
	margin-right: 3em;
}
#information .book .info .summary {
	margin-bottom: 12px;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #fff;
}
#information .book .info .btn {
	text-align: left;
}
#information .book .info .btn ul {
	font-size: 0;
}
#information .book .info .btn ul li {
	display: inline-block;
}
#information .book .info .btn ul li:not(:last-child) {
	margin-right: 27px;
}
#information .book .info .btn ul li a {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
#information .book .info .btn ul li a:hover {
	opacity: 0.7;
}

/* --------------------------------------------------
-------------------------------------------------- 共通メニュー */
#winning {
	min-height: 455px;
	background: #2b2d2f;
}
#winning h2 {
	padding: 14px 0 11px 0;
	text-align: center;
}
#winning ul li a img {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
#winning a img:hover {
	opacity: 0.7;
}

/* --------------------------------------------------
-------------------------------------------------- フッター */
footer {
	background-image: url(../images/footer-bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
footer span {
	display: block;
}
footer .rookie-logo {
	margin-bottom: 14px;
}
footer .mf-logo {
	margin-bottom: 10px;
}
footer small {
	display: block;
	padding-bottom: 15px;
	color: #000;
}

footer a {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
}
footer a:hover {
	opacity: 0.7;
}
