@charset "utf-8";
body {
	background: url(../images/bg-pat01.png) center top repeat;
	overflow-x: hidden;
}

#wrapper {
	background: url(../images/bg-dot01.jpg) 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 {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	animation-delay: 1.8s;
	animation-duration: 1.5s;
}
#kv .author {
	position: absolute;
	top: 2px;
	left: 128px;
}
#kv .author ul li {
	opacity: 0;
	animation-duration: 2s;
}
#kv .author ul li:nth-of-type(1) {
	animation-delay: 2s;
}
#kv .author ul li:nth-of-type(2) {
	animation-delay: 2.1s;
}

#kv .author-ruby {
	position: absolute;
	top: 336px;
	left: 10px;
	line-height: 1;
}
#kv .author-ruby p {
	opacity: 0;
}
#kv .author-ruby p:nth-of-type(1) {
	margin-bottom: 5px;
	animation-delay: 2.8s;
}
#kv .author-ruby p:nth-of-type(2) {
	margin-bottom: 5px;
	margin-left: 45px;
	animation-delay: 2.9s;
}
#kv .author-ruby p:nth-of-type(3) {
	margin-left: 28px;
	animation-delay: 3.0s;
}
#kv .author-ruby p:nth-of-type(4) {
	margin-left: 45px;
	animation-delay: 3.1s;
}

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

#kv .release {
	transition-duration: 0.5s;
	position: absolute;
	top: 380px;
	left: -50px;
}
#kv .release:hover {
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
	transition-duration: 0.5s;
}
#kv .release span {
	opacity: 0;
	display: block;
	animation-delay: 4.5s;
	animation-duration: 1s;
}

#kv .comics-banner {
	opacity: 0;
	position: absolute;
	top: 634px;
	right: 58px;
	z-index: 1;
	animation-delay: 4.2s;
	animation-duration: 1.5s;
}
#kv .illust {
	opacity: 0;
	position: absolute;
	top: 6px;
	left: 130px;
	animation-duration: 1.2s;
}
#kv .catch01 {
	position: absolute;
	top: 590px;
	left: 15px;
}
#kv .catch01 p {
	opacity: 0;
}
#kv .catch01 p:nth-of-type(1) {
	margin-bottom: -30px;
	animation-delay: 0.5s;
	animation-duration: 1.2s;
}
#kv .catch01 p:nth-of-type(2) {
	animation-delay: 0.7s;
	animation-duration: 1.2s;
}

#kv .catch02 .band {
	opacity: 0;
	position: absolute;
	left: -50%;
	width: 200%;
	height: 50px;
	background-color: rgba(126, 194, 75, 0.8);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform:rotate(-6deg);
	animation-delay: 2.8s;
	animation-duration: 1.5s;
}
#kv .catch02 {
	position: absolute;
	top: 753px;
	width: 100%;
}
#kv .catch02 p {
	opacity: 0;
	position: absolute;
	left: 100px;
	animation-delay: 3s;
}
#kv .catch02 span {
	opacity: 0;
}
#kv .catch02 span:nth-of-type(1) {
	position: absolute;
	top: 42px;
	left: 19px;
	animation-delay: 3.1s;
}
#kv .catch02 span:nth-of-type(2) {
	position: absolute;
	top: 20px;
	left: 620px;
	animation-delay: 3.2s;
}

/* --------------------------------------------------
-------------------------------------------------- 著者からのコメント */
#novelist {
	min-height: 478px;
	background: url(../images/novelist-bg01.png) center top no-repeat;
}
#novelist h2 {
	position: absolute;
	top: -64px;
	left: -31px;
	width: 100%;
}
#novelist ul {
	margin-right: -15px;
	padding: 66px 0 30px 0;
	font-size: 0;
}
#novelist ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 7px;
	text-align: center;
}
#novelist ul li:not(:nth-of-type(4n)) {
	margin-right: 25px;
}
#novelist ul li a {
	display: block;
	position: absolute;
	top: 92px;
	left: 33px;
	background-color: #f561a6;
	border: 1px solid #f561a6;
	border-radius: 3px;
}
#novelist ul li a:hover {
	background-color: #fff;
	cursor: pointer;
}
.comment-box {
	position: relative;
	margin: 0 auto;
	padding: 30px 20px 50px 20px;
	width: 500px;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;	
}
.comment-box h3 {
	color: #f561a6;
	font-size: 30px;
}
.comment-box .masterpiece {
	display: block;
	margin-bottom: 15px;
	color: #f561a6;
	font-size: 16px;
}
.comment-box .comment {
	font-size: 16px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #f561a6;
	opacity: 0.7;
	filter: alpha(opacity=70); }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
	.mfp-preloader a {
		color: #CCC; }
		.mfp-preloader a:hover {
			color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; }

button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover,
	.mfp-close:focus {
		opacity: 1;
		filter: alpha(opacity=100); }
	.mfp-close:active {
		top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
	.mfp-arrow:active {
		margin-top: -54px; }
	.mfp-arrow:hover,
	.mfp-arrow:focus {
		opacity: 1;
		filter: alpha(opacity=100); }
	.mfp-arrow:before,
	.mfp-arrow:after,
	.mfp-arrow .mfp-b,
	.mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent; }
	.mfp-arrow:after,
	.mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px; }
	.mfp-arrow:before,
	.mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
		opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after,
	.mfp-arrow-left .mfp-a {
		border-right: 17px solid #FFF;
		margin-left: 31px; }
	.mfp-arrow-left:before,
	.mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after,
	.mfp-arrow-right .mfp-a {
		border-left: 17px solid #FFF;
		margin-left: 39px; }
	.mfp-arrow-right:before,
	.mfp-arrow-right .mfp-b {
		border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px; }
	.mfp-iframe-holder .mfp-close {
		top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444; }
	.mfp-figure small {
		color: #BDBDBD;
		display: block;
		font-size: 12px;
		line-height: 14px; }
	.mfp-figure figure {
		margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			 * Remove all paddings around the image on small screen
			 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }

.mfp-ie7 .mfp-img {
	padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
	padding: 0; }

.mfp-ie7 .mfp-content {
	padding-top: 44px; }

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }



/* --------------------------------------------------
-------------------------------------------------- 書店員からのコメント */
#bookseller {
	min-height: 898px;
	background: url(../images/bookseller-bg01.png) center top no-repeat;
}
#bookseller h2 {
	position: absolute;
	top: -64px;
	left: -31px;
	width: 100%;
}
#comment-slider {
	position: relative;
	z-index: 1;
	padding-top: 64px;
}
#comment-viewer {
	padding: 0 34px;
	height: 467px;
	background-color: #fff;
	border: 1px solid #ff9900;
}
#comment-viewer nav {
	margin-top: 19px;
}
#comment-viewer nav ul {
	margin: 0 -34px;
	width: 1000px;
	font-size: 0;
	text-align: left;
}
#comment-viewer nav ul li {
	display: inline-block;
	margin-bottom: 8px;
	background-position: center center;
	background-repeat: no-repeat;
}
#comment-viewer nav ul li:nth-of-type(1) {
	background-image: url(../images/bookseller-bt01-on.png);
}
#comment-viewer nav ul li:nth-of-type(2) {
	background-image: url(../images/bookseller-bt02-on.png);
}
#comment-viewer nav ul li:nth-of-type(3) {
	background-image: url(../images/bookseller-bt03-on.png);
}
#comment-viewer nav ul li:nth-of-type(4) {
	background-image: url(../images/bookseller-bt04-on.png);
}
#comment-viewer nav ul li:nth-of-type(5) {
	background-image: url(../images/bookseller-bt05-on.png);
}
#comment-viewer nav ul li:nth-of-type(6) {
	background-image: url(../images/bookseller-bt06-on.png);
}
#comment-viewer nav ul li:nth-of-type(7) {
	background-image: url(../images/bookseller-bt07-on.png);
}
#comment-viewer nav ul li:nth-of-type(8) {
	background-image: url(../images/bookseller-bt08-on.png);
}
#comment-viewer nav ul li:nth-of-type(9) {
	background-image: url(../images/bookseller-bt09-on.png);
}
#comment-viewer nav ul li:nth-of-type(10) {
	background-image: url(../images/bookseller-bt10-on.png);
}
#comment-viewer nav ul li:nth-of-type(11) {
	background-image: url(../images/bookseller-bt11-on.png);
}
#comment-viewer nav ul li:nth-of-type(12) {
	background-image: url(../images/bookseller-bt12-on.png);
}
#comment-viewer nav ul li:nth-of-type(13) {
	background-image: url(../images/bookseller-bt13-on.png);
}
#comment-viewer nav ul li:nth-of-type(14) {
	background-image: url(../images/bookseller-bt14-on.png);
}
#comment-viewer nav ul li:nth-of-type(15) {
	background-image: url(../images/bookseller-bt15-on.png);
}
#comment-viewer nav ul li:nth-of-type(16) {
	background-image: url(../images/bookseller-bt16-on.png);
}
#comment-viewer nav ul li:nth-of-type(17) {
	background-image: url(../images/bookseller-bt17-on.png);
}
#comment-viewer nav ul li:nth-of-type(18) {
	background-image: url(../images/bookseller-bt18-on.png);
}
#comment-viewer nav ul li:nth-of-type(19) {
	background-image: url(../images/bookseller-bt19-on.png);
}
#comment-viewer nav ul li:nth-of-type(20) {
	background-image: url(../images/bookseller-bt20-on.png);
}
#comment-viewer nav ul li:nth-of-type(21) {
	background-image: url(../images/bookseller-bt21-on.png);
}
#comment-viewer nav ul li a {
	display: block;
	border: 1px solid #ff9900;
}
#comment-viewer nav ul li:not(:nth-of-type(5n)) {
	margin-right: 21px;
}
#comment-viewer nav ul li a:hover img, #comment-viewer nav ul li a.active img {
	opacity: 0;
}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {
	list-style: none;
}
.bx-viewport {
	/* fix other elements on the page moving (in Chrome) */
	-webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
	background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -34px;
	background: url('../images/bookseller-viewer-bt01.png') no-repeat center top;
}
.bx-wrapper .bx-next {
	right: -34px;
	background: url('../images/bookseller-viewer-bt02.png') no-repeat center top;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 34px;
	height: 467px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* --------------------------------------------------
-------------------------------------------------- 漫画であらすじを読む */
#comics {
	min-height: 873px;
	background: url(../images/comics-bg01.jpg) center top no-repeat;
}
#comics h2 {
	padding: 34px 0 22px 0;
	text-align: center;
}
#comics-slider {
	padding: 23px 40px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#comics-slider ul {
	width: 920px;
}


/* Slider */
.slick-slider {
		position: relative;
		display: block;
		box-sizing: border-box;
		-webkit-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
				touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
}
.slick-list:focus {
		outline: none;
}
.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
			 -moz-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				 -o-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);
}

.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
}
.slick-track:before,
.slick-track:after {
		display: table;
		content: '';
}
.slick-track:after {
		clear: both;
}
.slick-loading .slick-track {
		visibility: hidden;
}

.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
}
[dir='rtl'] .slick-slide {
		float: right;
}
.slick-slide img {
		display: block;
}
.slick-slide.slick-loading img {
		display: none;
}
.slick-slide.dragging img {
		pointer-events: none;
}
.slick-initialized .slick-slide {
		display: block;
}
.slick-loading .slick-slide {
		visibility: hidden;
}
.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
		display: none;
}

.slick-arrow {
	position: absolute;
	top: 0;
	border: none;
	width: 40px;
	height: 643px;
	background: none;
	font-size: 0;
	outline: none;
	cursor: pointer;
}
.slick-prev {
	right: -40px;
	background: url(../images/comics-viewer-bt02.png) center right no-repeat;
}
.slick-next {
	left: -40px;
	background: url(../images/comics-viewer-bt01.png) center left no-repeat;
}
.slick-disabled {
	opacity: 0.2;
}


/* --------------------------------------------------
-------------------------------------------------- キャラクター紹介 */
#character {
	margin-bottom: 50px;
}
#character h2 {
	padding: 57px 0 6px 0;
	text-align: center;
}


/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#information {
	margin-bottom: 80px;
}
#information h2 {
	padding-bottom: 48px;
	text-align: center;
}
#information .book {
	position: relative;
	margin-bottom: 30px;
}
#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 .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-color: #e73357;
}
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;
}
