@charset "utf-8";
body {
	overflow-x: hidden;
	background-image: url(../images/bg01.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}
/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#kv{
	height: 890px;
	background-image: url(../images/kv-bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#kv h1{
	display: none;
	position: absolute;
	z-index: 1;
    top: 320px;
    left: 320px;
}
#kv p.catch1{
	display: none;
	position: absolute;
    top: 709px;
    left: 144px;
}
#kv div.catch2{
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 108px;
	background-image: url(../images/kv-catch02-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#kv div.catch2 div{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#kv div.catch2 .text1{
	display: none;
	position: absolute;
	top: 10px;
	left: 45px;
}
#kv div.catch2 .text2{
	display: none;
	position: absolute;
	top: 0;
	left: 654px;
}
#kv div.catch2 .text3{
	display: none;
	position: absolute;
	top: 31px;
	left: 249px;
}
#kv .author{
	display: none;
	position: absolute;
	top: 25px;
	right: -4px;
}
#kv .emblem {
	position: absolute;
	top: 472px;
	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;
}
#kv .release {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#kv .release a {
	opacity: 0;
	position: absolute;
		top: 380px;
	right: -20px;
}
#kv .release a img {
	transition-duration: .3s;
}
#kv .release a:hover img {
	transition-duration: .3s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* --------------------------------------------------
-------------------------------------------------- ストーリー */
#story{
	height: 836px;
	padding-top: 40px;
	box-sizing: border-box;
	background-image: url(../images/story-bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#story div.inner{
	width: 1000px;
	margin: 0 auto;
}
#story h2{
	margin-bottom: 50px;
	text-align: center;
}
#story p{
	text-align: center;
}

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

#character{
	padding: 40px 0 60px;
	box-sizing: border-box;
}
#character div.inner{
	width: 1000px;
	margin: 0 auto;
}
#character h2{
	margin-bottom: 50px;
	text-align: center;
}

#character ul{
	font-size: 0;
	text-align: center;
}

#character ul li{
    display: inline-block;
	margin-right: -20px;
}

#character ul li:last-child{
	margin-right: 0;
}
/* --------------------------------------------------
-------------------------------------------------- 店舗特典 */
#special{
	padding: 40px 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;
	padding-bottom: 20px;
}
#special ul{
	font-size: 0;
	text-align: left;
}

#special ul li{
    width:530px;
	display: inline-block;
}

#special ul li:last-child{
	margin-right: 0;
}

/* --------------------------------------------------
-------------------------------------------------- ギャラリー */
#gallery{
	padding: 40px 0 60px;
	box-sizing: border-box;
	background-image: url(../images/gallery-bg02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#gallery div.inner{
	width: 1000px;
	margin: 0 auto;
}
#gallery h2{
	text-align: center;
	padding-bottom: 20px;
}
#gallery .modal-container {
	width: 100%;
	font-size: 0;
}

#gallery .modal-container a:nth-child(2n) {
	margin-right: 0;
}
#gallery .modal-container a:nth-child(1) {
	background: url(../images/gallery-img01.jpg)
}
#gallery .modal-container a:nth-child(2) {
	background: url(../images/gallery-img02.jpg)
}
#gallery .modal-container a:nth-child(3) {
	background: url(../images/gallery-img03.jpg)
}
#gallery .modal-container a:nth-child(4) {
	background: url(../images/gallery-img04.jpg)
}
#gallery .modal-container a:nth-child(5) {
	background: url(../images/gallery-img05.jpg)
}
#gallery .modal-container a:nth-child(6) {
	background: url(../images/gallery-img06.jpg)
}
#gallery .modal-container a:nth-child(7) {
	background: url(../images/gallery-img07.jpg)
}
#gallery .modal-container a:nth-child(8) {
	background: url(../images/gallery-img08.jpg)
}
#gallery .modal-container  a{
	box-shadow: 0 0 0 1px rgba(233, 61, 84, 0.7) inset;
	transition-duration: .3s;
	display: inline-block;
	width: 484px;
	height: 347px;
	margin: 0 28px 30px 0;
}
#gallery .modal-container a:hover {
	transition-duration: .3s;
	border: none;
}
#gallery .modal-container a span img{
	transition-duration: .3s;
	padding: 121px 181px;
	background-color: rgba(255,255,255,0.3);
	opacity: 0;
}
#gallery .modal-container a:hover span img{
	transition-duration: .3s;
	opacity: 1;
	box-shadow: 0 0 0 15px rgba(233, 61, 84, 0.7) inset;
}

/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#information {
	padding: 40px 0 80px;
	background-color: rgba(255,255,255,0.7);
}
#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: -81px;
    left: -102px;
}
#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;
}
#information .book .info 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 {
	background-image: url(../images/footer-bg01.png);
	background-repeat: repeat-x;
	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;
}

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

/* --------------------------------------------------ここの
-------------------------------------------------- フッター */
