@charset "utf-8";

/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
html {
	width: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	background: #fff url(../images/bg01.png) center top repeat;
	color: #060001;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

a:link {
	color: #ff3300;
	text-decoration: none;
}
a:visited {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
a:active {
	color: #ff3300;
	text-decoration: underline;
}

img {
	/*width: 100%;*/
}

a {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	opacity: 0.7;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.btn a img {
	opacity: 1;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.btn a:hover {
	opacity: 0.7;
}
.btn .disabled {
	opacity: 0.5;

}
.btn .disabled img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* --------------------------------------------------
-------------------------------------------------- Clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}


/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
.inner {
	position: relative;
	margin: 0 auto;
	width: 900px;
}



/* --------------------------------------------------
-------------------------------------------------- SNS */
.sns ul {
	font-size: 0;
}
.sns ul li {
	display: inline-block;
}
.sns ul li:not(:last-of-type) {
	margin-right: 10px;
}


/* -------------------------------------------------- ページ全体 */
#wrapper {

}
#contents {
	margin: 0 auto;
}




/* --------------------------------------------------
-------------------------------------------------- ナビゲーション */


/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#kv {
	background-image: url(../images/kv-bg01.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#kv .inner {
	height: 1180px;
}
#kv h1 {
	position: absolute;
	top: 12px;
	left: -24px;
}
#kv .campaign-bt {
	position: absolute;
	top: 27px;
	left: 329px;
}
#kv .sub01 {
	position: absolute;
	top: 203px;
	left: 504px;
}
#kv .catch p {
	position: absolute;
}
#kv .catch p:nth-of-type(1) {
	top: 453px;
	left: 219px;
}
#kv .catch p:nth-of-type(2) {
	top: 1010px;
	left: 173px;
}

#kv .author {
	position: absolute;
	top: 640px;
	left: 320px;
}
#kv .author ul {
	font-size: 0;
	text-align: center;
}
#kv .author ul li {
	margin-bottom: 13px;
}
#kv .author ul li:not(:last-of-type) {
	margin-right: 4px;
}
#kv .latest {
	position: absolute;
	top: 586px;
	right: 28px;
	width: 210px;
	text-align: center;
}
#kv .latest p {
	margin: -3px 0 9px 0;
}
#kv .latest figure {
	display: block;
	margin: 0 auto;
	width: 180px;
	border: 1px solid #000;
}
#kv .latest figure img {
	display: block;
}
#kv .latest .btn {
}
#kv .latest .btn ul {
	font-size: 0;
}
#kv .latest .btn ul li {
	margin-bottom: 7px;
}
#kv .latest .btn ul li:not(:last-of-type) {
}

#kv .sns {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 3;
}

#kv .bt-shop {
	position: absolute;
	top: 913px;
	left: 20px;
}


/* --------------------------------------------------
-------------------------------------------------- 物語 */
#story {
	position: relative;
	text-align: center;
	margin: -1px 0 80px 0;
}
#story h2 {
	position: absolute;
	top: -60px;
	left: -30px;
}
#story p {
	color: #643800;
	font-size: 30px;
	font-weight: bold;
}


/* --------------------------------------------------
-------------------------------------------------- 注目情報 */
#character {
	margin-bottom: 30px;
}
#character h2 {
	position: absolute;
	top: -43px;
	width: 100%;
	text-align: center;
}

#character ul {
	font-size: 0;
}
#character ul li {
	display: inline-block;
	margin-bottom: 10px;
}
#character ul li:nth-of-type(odd) {
	margin-right: 4px;
}


/* --------------------------------------------------
-------------------------------------------------- 店舗特典 */
#shop {
	margin-bottom: 10px;
}
#shop h2 {
	margin-bottom: -20px;
	text-align: center;
}

#shop ul {
	font-size: 0;
}
#shop ul li {
	display: inline-block;
	margin-bottom: 8px;
}
#shop ul:nth-of-type(2) li:nth-of-type(odd) {
	margin-right: 8px;
}


/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#books {
	position: relative;
}
#books .inner {
	padding-bottom: 50px;
}
#books h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 -27px -33px;
	text-align: center;
}
#books .book {
	position: relative;
	padding: 40px;
	background-color: #fff;
	border: 5px solid #000;
}
#books .book:not(:last-of-type) {
	margin-bottom: 10px;
}
#books .book .release-date {
	position: absolute;
	z-index: 1;
	top: 386px;
	left: -30px;
}
#books .book .cover {
	float: left;
	margin-right: 25px;
	width: 302px;
}
#books .book .cover img {
	border: 1px solid #9e9e9e;
}
#books .book .description {
	float: left;
	width: 483px;
}
#books .book .description h3 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.2;
}
#books .book .description h3 .sub {
	display: block;
	margin-top: 5px;
	font-size: 24px;
}
#books .book .description .author {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

#books .book .description .summary {
	margin-bottom: 30px;
}

#books .book .description dl {
	margin-bottom: 20px;
}
#books .book .description dl dt {
	margin-bottom: 26px;
	color: #ff0076;
	font-feature-settings: "palt";
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
#books .book .description dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 18px;
}
#books .book .description .btn ul {
	font-size: 0;
}
#books .book .description .btn ul li {
	display: inline-block;
}
#books .book .description .btn ul li {
	display: inline-block;
}
#books .book .description .btn ul li:not(:last-of-type) {
	margin-right: 22px;
}

/* --------------------------------------------------
-------------------------------------------------- フッター */
footer {
	padding: 20px 0;
	background-color: #ff9ebf;
	color: #fff;
	text-align: center;
}
footer .pagetop {
	display: block;
	margin-bottom: 20px;
}
footer .mf-logo {
	display: block;
	margin-bottom: 20px;
}
footer .sns {
	margin-bottom: 10px;
}
footer .sns ul {
	font-size: 0;
}
footer .sns ul li {
	display: inline-block;
}
footer .sns ul li:not(:last-of-type) {
	margin-right: 10px;
}
footer small {
	font-size: 12px;
}