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

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

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

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

}
#kv h1 span {
	opacity: 0;
	display: block;
	position: absolute;
	animation-duration: 1s;
}
#kv h1 .logo-words01 {
	top: 22px;
	right: -4px;
	animation-delay: 1.5s;
}
#kv h1 .logo-words02 {
	top: 133px;
	right: -4px;
	animation-delay: 1.6s;
}
#kv h1 .logo-words03 {
	top: 244px;
	right: -4px;
	animation-delay: 1.7s;
}
#kv h1 .logo-words04 {
	top: 355px;
	right: -4px;
	animation-delay: 1.8s;
}

#kv h1 .logo-words05 {
	top: 22px;
	right: 111px;
	animation-delay: 1.9s;
}
#kv h1 .logo-words06 {
	top: 133px;
	right: 111px;
	animation-delay: 2.0s;
}
#kv h1 .logo-words07 {
	top: 244px;
	right: 111px;
	animation-delay: 2.1s;
}
#kv h1 .logo-words08 {
	top: 355px;
	right: 111px;
	animation-delay: 2.2s;
}

#kv h1 .logo-words09 {
	top: 22px;
	right: 213px;
	animation-delay: 2.3s;
}
#kv h1 .logo-words10 {
	top: 138px;
	right: 213px;
	animation-delay: 2.4s;
}
#kv h1 .logo-words11 {
	top: 249px;
	right: 213px;
	animation-delay: 2.5s;
}
#kv h1 .logo-words12 {
	top: 331px;
	right: 199px;
	animation-delay: 2.8s;
	/* animation-duration: .9s; */
}

#kv .author {
	position: absolute;
	top: 487px;
	right: 150px;
}
#kv .author ul li {
	opacity: 0;
	float: right;
}
#kv .author ul li:nth-of-type(1) {
	animation-delay: 2.8s;
	animation-duration: 2.4s;
}
#kv .author ul li:nth-of-type(2) {
	animation-delay: 2.8s;
	animation-duration: 2.4s;
}
#kv .author-ruby {
	position: absolute;
	line-height: 1;
	top: 478px;
	right: -31px;
}
#kv .author-ruby p {
	opacity: 0;
	animation-delay: 2.8s;
	animation-duration: 2.4s;
}
#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;
	top: 5px;
	left: 102px;
	animation-duration: 1.8s;
}
#kv .illust .illust-chara {
	animation-duration: 1.8s;
}
#kv .illust .illust-flower {
	animation-delay: 0.4s;
}
#kv .illust .illust-step {
	animation-delay: 3s;
}

#kv .catch01 {

}
#kv .catch01 p {
	position: absolute;
	opacity: 0;
}
#kv .catch01 p:nth-of-type(1) {
	top: 0;
	left: 270px;
	margin-bottom: -30px;
	animation-delay: 3.8s;
	animation-duration: .6s;
}
#kv .catch01 p:nth-of-type(2) {
	top: 40px;
	left: 150px;
	animation-delay: 3.9s;
	animation-duration: .6s;
}

#kv .kv-book p {
	position: absolute;
	animation-duration: 2.4s;
}
#kv .kv-book p:nth-of-type(1) {
	top: 730px;
	left: 730px;
	opacity: 0;
	animation-delay: 2.8s;

}
#kv .kv-book p:nth-of-type(2) {
	top: 680px;
	left: 830px;
	border: 1px solid #1fb8df;
	opacity: 0;
	animation-delay: 2.8s;
}
#kv .kv-book p:nth-of-type(2) img:hover {
	opacity: 0.8;
}
/* --------------------------------------------------
-------------------------------------------------- 漫画であらすじを読む */
#story {
	min-height: 1005px;
	background: url(../images/story-bg01.png) center top no-repeat;
	text-align: center;
}
#story h2 {
	padding: 34px 0 29px 0;
}
#story p {
	padding-bottom: 30px;
}


/* --------------------------------------------------
-------------------------------------------------- キャラクター紹介 */
#character {
	min-height: 1361px;
	background: url(../images/character-bg01.jpg) center top no-repeat;
}
#character h2 {
	padding: 57px 0 6px 0;
	text-align: center;
}

/* --------------------------------------------------
-------------------------------------------------- 店舗特典 */
#bonus {
	min-height: 1610px;
	background-image: url(../images/bonus-bg.png),url(../images/bonus-pt.png);
	background-repeat: repeat-y, repeat;
	background-position: center 20px;
	padding-bottom: 30px;
}
#bonus h2 {
	padding: 57px 0 23px 0;
	text-align: center;
}

#bonus h3 {
	margin-left: -5px;
	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 15px 10px -20px;
}

#bonus ul li img {
	width: 100%
}

/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#information {
	padding-top: 50px;
	margin-bottom: 80px;
}
#information h2 {
	padding-bottom: 48px;
	text-align: center;
}
#information .book {
	position: relative;
	margin-bottom: 50px;
}
#information .book:last-child {
	margin-bottom: 0;
}
#information .book .info span{
	font-size: 20px;
}
#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 .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;
}
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;
}

footer .bg-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url(../images/footer-bg01.png) right top repeat;
}
footer .bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../images/footer-bg02.png) left top repeat;
}
