@charset "utf-8";
body {
	overflow-x: hidden;
}

#wrapper {
	background: url(../images/bg-dot01.png) center top no-repeat;
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}

/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#kv {
	height: 970px;
	max-height: 970px;
}
#kv h1 {

}
#kv h1 span {
	opacity: 0;
	display: block;
	position: absolute;
}
#kv h1 .logo-words01 {
	top: 10px;
	left: 136px;
	animation-delay: 1.5s;
}
#kv h1 .logo-words02 {
	top: 537px;
	left: 201px;
	animation-delay: 1.5s;
}
#kv .logo-ruby {
	line-height: 1;
}
#kv .logo-ruby span {
	opacity: 0;
	position: absolute;
	animation-delay: 2.5s;
}
#kv .logo-ruby .logo-ruby01 {
	top: 724px;
	left: 289px;
}
#kv .logo-ruby .logo-ruby02 {
	top: 194px;
	left: 821px;
}

#kv .author {
	position: absolute;
	top: 142px;
	left: 129px;
}
#kv .author ul li {
	opacity: 0;
	float: right;
	animation-delay: 2.5s;
}

#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;
	animation-delay: 3s;
}
#kv .emblem span:nth-of-type(2) {
	animation-delay: 4s;
}

#kv .illust span {
	opacity: 0;
	position: absolute;
	animation-duration: 1.2;
}
#kv .illust .illust01 {
	top: 127px;
	left: 306px;
	animation-delay: 0;
}
#kv .illust .illust02 {
	top: 170px;
	left: 559px;
	animation-delay: 0.4s;
}
#kv .illust .illust03 {
	top: 343px;
	left: 80px;
	animation-delay: 0.6s;
}
#kv .illust .illust04 {
	top: 46px;
	left: 14px;
	animation-delay: 0.7s;
}

#kv .catch {

}
#kv .catch p {
	position: absolute;
	opacity: 0;
	animation-duration: 1.2s;
	animation-delay: 2.8s;
}
#kv .catch p:nth-of-type(1) {
	top: 814px;
	left: 14px;
	margin-bottom: -30px;
}
#kv .catch p:nth-of-type(2) {
	top: 779px;
	left: 244px;
}
#kv .catch p:nth-of-type(3) {
	top: 813px;
	left: 735px;
}
#kv .kv-book span {
	position: absolute;
	opacity: 0;
}
#kv .kv-book span:nth-of-type(1) {
	top: 349px;
	left: 0;
	animation-delay: 3.7s;
}
#kv .kv-book span:nth-of-type(2) {
	top: 500px;
	border: 1px solid #ee7700;
	left: 0;
	animation-delay: 3.7s;
}
#kv .kv-book span:nth-of-type(2) img:hover {
	opacity: 0.8;
}

/* --------------------------------------------------
-------------------------------------------------- あらすじ */
#story {
	margin-bottom: 90px;
	text-align: center;
}
#story h2 {
	position: absolute;
	top: -34px;
	width: 100%;
}
#story p {
	padding-bottom: 20px;
}
#story .story-box {
	position: relative;
	padding-top: 90px;
	min-height: 686px;
	background: url(../images/story-bg01.png) center top repeat;
	border-radius: 20px;
	box-sizing: border-box;
}


/* --------------------------------------------------
-------------------------------------------------- キャラクター紹介 */
#character {
	height: auto;
	min-height: 1456px;
	background: url(../images/character-bg01.jpg) center top no-repeat;
}
#character h2 {
	position: absolute;
	top: -34px;
	width: 100%;
	text-align: center;
}
#character .roulette {
	text-align: center;
	padding-top: 100px;
}
#character .roulette img {
	border: 5px solid #e95377;
	box-shadow: 8px 8px 0 2px rgba(233,83,119,0.5);
}
#character .character-box span {
	position: absolute;
}
#character .character-box .character-illust {
	position: absolute;
	z-index: 10;
	top: 483px;
	left: -25px;
}
#character .character-box .runa-txt {
	top: 522px;
	left: 410px;
}
#character .character-box .milk-txt {
	top: 623px;
	left: 584px;
}
#character .character-box .rie-txt {
	top: 1182px;
	left: 879px;
}
#character .character-box .kuzuha-txt {
	top: 1082px;
	left: 180px;
}
#character .character-box .saki-txt {
	top: 477px;
	left: 100px;
}
#character .character-box .aris-txt {
	top: 1200px;
	left: 483px;
}
#character .character-box .hanako-txt {
	top: 461px;
	left: 276px;
}
#character .character-box .yae-txt {
	top: 626px;
	left: 845px;
}

/* --------------------------------------------------
-------------------------------------------------- 店舗特典 */
#bonus {
	padding-bottom: 50px;
	background: url(../images/bonus-bg.jpg) center top no-repeat;
}
#bonus h2 {
	padding: 57px 0 23px 0;
	text-align: center;
}
#bonus h3 {
	margin-bottom: 10px;
}
#bonus ul li {
	display: inline-block;
	width: 50%;
	margin: 0 0 10px 0;
}

#bonus ul li:nth-of-type(2n-1) {
	margin: 0 5px 10px -10px;
}

#bonus ul li img {
	width: 100%
}


/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#information {
	margin-bottom: 80px;
}
#information h2 {
	margin-top: 50px;
	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: -84px;
}
#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;
}
#information .book .info h3 span {
	font-size: 20px;
}
#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;
}
#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;
}
#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: url(../../assets/images/winning-bg01.png) center top repeat-x;
}
#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 {
	position: relative;
	background: url(../images/footer-bg01.png) center top repeat;
}
footer .inner {
	position: relative;
	z-index: 1;
}
footer span {
	display: block;
}
footer .rookie-logo {
	margin-bottom: 14px;
}
footer .mf-logo {
	margin-bottom: 10px;
}
footer small {
	display: block;
	padding-bottom: 15px;
}

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