@charset "utf-8";

/* --------------------------------------------------
-------------------------------------------------- ページ全体 */
html {
	width: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	opacity: 0;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	color: #000;
	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;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	opacity: 0.6;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-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%);
}

.fixed {
	position: fixed !important;
	top: 0;
	z-index: 9999;
}


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


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



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


/* --------------------------------------------------
-------------------------------------------------- ナビゲーション */
#gnav {
	position: absolute;
	z-index: 500;
	border-top: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px 0 #c8933d;
	width: 100%;
}
#gnav nav ul {
	font-size: 0;
	text-align: center;
}
#gnav nav ul li {
	display: inline-block;
}
#gnav nav ul li:not(:last-of-type) {
	margin-right: 35px;
}

/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#kv {
	background-color: #e9cd79;
	background-image: url(../images/kv-grad-bg01.jpg), url(../images/kv-shine-bg01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 829px;
}
#kv .inner {
	height: 765px;
}
#kv h1 {
	position: absolute;
	top: -19px;
	right: 1px;
	width: 769px;
	height: 340px;
	background:  url(../images/kv-head-bg01.png) left top no-repeat;
}
#kv h1 span {
	display: block;
	position: absolute;
}
#kv h1 span:nth-of-type(1) {
	z-index: 3;
	top: 19px;
	left: 265px;
}
#kv .baloon {
	display: block;
	position: absolute;
	z-index: 2;
}
#kv .baloon:nth-of-type(1) {
	top: 12px;
	left: 228px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
#kv .baloon:nth-of-type(2) {
	top: 162px;
	left: 845px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
#kv .author {
	opacity: 0;
	position: absolute;
	top: 260px;
	right: -13px;
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
#kv .catch span {
	opacity: 0;
	display: block;
	position: absolute;
	z-index: 3;
}
#kv .catch span:nth-of-type(1) {
	top: 518px;
	left: 216px;
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
#kv .catch span:nth-of-type(2) {
	top: 666px;
	left: -10px;
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
#kv .info p {
	opacity: 0;
	position: absolute;
	top: 274px;
	left: 576px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
    z-index: 3;
}
#kv .info figure {
	opacity: 0;
	position: absolute;
	top: 386px;
	left: 705px;
/*	border: 2px solid #733e03;*/
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
    z-index: 3;
}
#kv .info .btn {
	opacity: 0;
	position: absolute;
	top: 697px;
	left: 652px;
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
#kv .info .btn ul {
	font-size: 0;
	text-align: center;
}
#kv .info .btn ul li {
	display: inline-block;
}
#kv .info .btn ul li:not(:last-of-type) {
	margin-right: 6px;
}

#kv .sns {
	position: absolute;
	bottom: 19px;
	left: 0;
	z-index: 3;
}

#kv .main-illust span {
	display: block;
	position: absolute;
	top: 0;
	left: -60px;
	-webkit-animation-delay: 3.2s;
	animation-delay: 3.2s;
}

#kv .main-illust .illust {
	z-index: 2;
}

/* --------------------------------------------------
-------------------------------------------------- 注目情報 */
#topics {
	padding-bottom: 40px;
	background-color: #f7edc7;
	background-image: url(../images/topics-ribon-bg01.png),url(../images/bg-dot01.png), url(../images/topics-bg01.jpg);
	background-position: left top, center top, center top;
	background-repeat: repeat-x, repeat, no-repeat;
}
#topics h2 {
	padding: 19px 0 18px 0;
}
#topics .box-wrap {
	position: relative;
	background-color: rgba(255, 215, 109, 0.5);
	background-image: url(../images/topics-ornament-bg01.png),url(../images/topics-ornament-bg02.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	border: 3px solid #c08122;
	border-radius: 10px;
}
#topics .box-wrap .illust {
	position: absolute;
	bottom: 0px;
	left: -48px;
}
#topics .highlight {
	margin-bottom: 21px;
}
#topics .highlight h3 {
	margin: 23px 0 0 302px ;
}
#topics .highlight .latest span {
	display: block;
	position: absolute;
	top: -9px;
	left: 8px;
}
#topics .highlight .latest figure {
	display: block;
	position: absolute;
	top: 256px;
	left: 25px;
	border: 1px solid #7b4a00;
}

#slider {
	margin: 8px 0 0 277px;
	border: 1px solid #7b4a00;
	width: 640px;
}
.slick-arrow {
	position: absolute;
	top: 0;
	border: none;
	width: 43px;
	height: 452px;
	background: none;
	font-size: 0;
	outline: none;
	cursor: pointer;
}
.slick-arrow:hover {
	opacity: 0.5;
}
.slick-prev {
	right: -43px;
	background: url(../images/topics-highlight-prev-bt01.png) center right no-repeat;
}
.slick-next {
	left: -43px;
	background: url(../images/topics-highlight-next-bt01.png) center left no-repeat;
}
.slick-disabled {
	opacity: 0.2;
}
.slick-disabled:hover {
	opacity: 0.2;
}

#topics .media {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 10px 8px;
}
#topics .media h3 {
	margin-bottom: 10px;
	text-align: center;
}
#topics .media .comicalize {
	position: relative;
	z-index: 1;
	margin-left: 408px;
}
#topics .media .comicalize h4 {
	margin: 0 0 0 80px;
}
#topics .media .comicalize h4 + p, #topics .media .comicalize h4 + p + p {
	margin-left: 107px;
	font-size: 0;
}
#topics .media .comicalize ul {
	margin: 10px 0 7px 107px;
	font-size: 0;
}
#topics .media .comicalize ul li {
	display: inline-block;
	margin-right: 10px;
}

#topics .media .audiodrama {
	position: relative;
	z-index: 1;
	margin: 0 0 30px 408px;
}
#topics .media .audiodrama h4 {
	margin: 0px 0 -20px 80px;
}
#topics .media .audiodrama h4 + p {
	margin-left: 107px;
	font-size: 0;
}
#topics .media .audiodrama dl {
	overflow: hidden;
	margin-left: 100px;
	font-size: 0;
}
#topics .media .audiodrama dl dt {
	float: left;
	margin: 32px 5px 0 0;
}
#topics .media .audiodrama dl dd {
	float: left;
}
#topics .media .audiodrama .attention {
	margin: 30px 0 0 107px;
	width: 510px;
	font-size: 12px;
	overflow: hidden;
}
#topics .media .audiodrama .attention a:link{
	color: #ff3300;
	font-weight: bold;
	text-decoration: underline;
}
#topics .media .audiodrama .attention p {
	float: left;
	width: 410px;
	margin-right: 15px;
	color: #6c3400;
	text-align: justify;
	text-justify: inter-ideograph;
}
#topics .media .audiodrama .attention .qrcord {
	display: block;
	width: 80px;
	border: 1px solid #c08122;
	float: left;
}


/* --------------------------------------------------
-------------------------------------------------- 注目情報 */
#special {
	padding-bottom: 40px;
	background-color: #ffb8ca;
	background-image: url(../images/special-ribon-bg01.png), url(../images/special-bg01.png), url(../images/special-pat-bg01.png);
	background-position: left top, center top, center top;
	background-repeat: repeat-x, no-repeat, repeat;
}
#special h2 {
	padding: 19px 0 18px 0;
}
#special p {
	color: #643800;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#special ul li:not(:last-of-type) {
	margin-bottom: 10px;
}


/* --------------------------------------------------
-------------------------------------------------- 物語 */
#story {
	padding-bottom: 31px;
	background-color: #fff2eb;
	background-image: url(../images/story-ribon-bg01.png),url(../images/bg-dot01.png), url(../images/story-bg01.jpg);
	background-position: left top, center top, center top;
	background-repeat: repeat-x, repeat, no-repeat;
	text-align: center;
}
#story h2 {
	padding: 19px 0 9px 0;
}
#story p {
	color: #643800;
	font-size: 30px;
	font-weight: bold;
}


/* --------------------------------------------------
-------------------------------------------------- 注目情報 */
#character {
	padding-bottom: 20px;
	background-color: #fef1d4;
	background-image: url(../images/chara-ribon-bg01.png),url(../images/bg-stripe01.png), url(../images/chara-bg01.jpg);
	background-position: left top, center top, center top;
	background-repeat: repeat-x, repeat, no-repeat;
}
#character h2 {
	padding: 19px 0 18px 0;
}
#character ul {
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
}
#character ul li {
	display: inline-block;
}
#character ul li:not(:last-of-type) {
	margin-right: 20px;
}
#character .list {
	overflow: hidden;
	margin: 0 auto;
	width: 856px;
}
#character .list figure {
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 204px;
	text-align: center;
}
#character .list figure figcaption {
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	width: 204px;
	font-size: 0;
}
#character .list figure span {
	display: block;
	position: absolute;
	top: 20px;
	right: 5px;
	z-index: 21
}
#character .list figure:not(:nth-of-type(4n)) {
	margin-right: 10px;
}


/* --------------------------------------------------
-------------------------------------------------- 書籍情報 */
#books {
	padding-bottom: 50px;
	background-color: #fff;
	background-image: url(../images/books-ribon-bg01.png), url(../images/books-pat-bg01.png);
	background-position: left top, center top;
	background-repeat: repeat-x, repeat;
}
#books h2 {
	padding: 19px 0 18px 0;
	text-align: center;
}
#books .book {
	position: relative;
}
#books .book:not(:last-of-type) {
	margin-bottom: 60px;
}
#books .book .release-date {
	position: absolute;
	top: -74px;
	right: 30px;
}
#books .book .cover {
	float: left;
	margin-right: 20px;
	width: 250px;
}
#books .book .cover img {
	border: 1px solid #4e465a;
}
#books .book .description {
	float: left;
	width: 673px;
}
#books .book .description h3 {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.2;
	font-feature-settings: "palt";
}
#books .book .description h3 .sub {
	display: block;
	font-size: 26px;
}
#books .book .description .author {
	margin-bottom: 10px;
	color: #591c00;
	font-size: 0;
	font-weight: bold;
}
#books .book .description .author li {
	display: inline-block;
	font-size: 20px;
}
#books .book .description .author li:not(:last-of-type) {
	margin-right: 1em;
}
#books .book .description dl {
	margin-bottom: 20px;
}
#books .book .description dl dt {
	color: #ff4200;
	font-feature-settings: "palt";
	font-size: 24px;
	font-weight: bold;
}
#books .book .description dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
#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: #643800;
	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;
}