@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
dl,
dd,
figure,
ol,
ul,
p,
pre {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	background-image: url(../img/dot.png);
	background-attachment: fixed;

	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

html,
body {
	height: 100%;
}
p,
div {
	background-color: rgba(255,255,255,0);
}

#wrapper {
	background-image: url(../img/trump_bg02.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#trump {
	max-width: 2500px;
	margin: 0 auto;

	background-image: url(../img/trump_bg01.png);
	background-repeat: repeat-y;
	background-position: top center;
}

a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
button:focus,
input[type="button"] {
	outline: none;
}

article,
aside,
details,
figure,
figcaption,
footer,
header,
main,
nav,
section {
	display: block;
}

address,
em,
i {
	font-style: normal;
}

img {
	border: 0;
}

ol,
ul {
	padding: 0;

	list-style-type: none;
}

li {
	vertical-align: top;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

tr {
	vertical-align: top;
}

th,
td {
	padding: 0;
}

.cf:after {
	display: block;
	clear: both;

	content: "";
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic" ,"ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

a {
	-webkit-transition: .3s;
	        transition: .3s;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	-webkit-transition: .3s;
	        transition: .3s;
}
a img:hover {
	opacity: .7;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 0;
	font-size: 0rem;
}
.disabled {
	opacity: .3;

	-webkit-filter: grayscale(1);
	        filter: gray;
	        filter: grayscale(1);
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
.inner h2 {
	padding-top: 40px;
	padding-bottom: 50px;

	text-align: center;
}
.inner ul li {
	display: inline-block;
}

/* キービジュアル
	 ========================================================================== */
#kv {
	width: 100%;
	height: 760px;

	background: url(../img/kv_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#kv .inner {
	position: relative;

	display: -ms-flexbox;
	display: -webkit-box;
	display:         flex;
	display: -webkit-flex;

	-ms-flex-pack: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-align-items: center;
}
#kv h1,
#kv h2,
#kv p,
#kv .novelinfo,
#kv .timeline,
#kv .sns,
#kv .kv-chara img {
	position: absolute;
	z-index: 9;
}
#kv h1 {
	z-index: 10;
	top: 40px;
	right: -10px;
	opacity: 0;
}
#kv .item-author {
	top: 367px;
	right: 12px;
	opacity: 0;
}
#kv .item-sub {
	top: 5px;
	right: 335px;
	opacity: 0;
}
#kv .item-catch01 {
	top: 0;
	left: 100px;
	opacity: 0;
}
#kv .item-catch02 {
	top: 356px;
	left: 100px;

	opacity: 0;
}
#kv .item-catch03 {
	top: 445px;
	left: -10px;
	opacity: 0;
}
#kv .novelinfo {
	top: 331px;
	right: 190px;
	opacity: 0;
}
#kv .novelinfo .item-release {
	vertical-align: top;
    position: absolute;
    x-index:8;
    top: 0;
	right: 41px;
}
#kv .novelinfo .item-jacket {
    position: absolute;
    x-index:9;
	top: 87px;
    right:11px;
}
#kv .novelinfo ul {
	position: absolute;
	top: 307px;
	right: 0;
	float: left;
}
#kv .novelinfo li {
	display: block;

	margin-bottom: 5px;
}
#kv .comicinfo{
	position: absolute;    
    top:462px;
    right:25px;
    opacity: 0;
}
#kv .timeline {
	top: 595px;
	left: 10px;
    opacity: 0;
}
#kv .sns {
	top: 0;
	right: 0;
	padding: 10px 0;
	text-align: center;
}
#kv .timeline .timeline-Widget {
	background-color: #000;
}
#kv .kv-chara img:nth-of-type(1) {
	top: 55px;
	left: -50px;
	opacity: 0;
}
#kv .kv-chara img:nth-of-type(2) {
	top: 135px;
	left: 115px;

	opacity: 0;
}
#kv .kv-chara img:nth-of-type(3) {
	top: 180px;
	left: 315px;
    opacity: 0;
}
#kv .kv-chara img:nth-of-type(4) {
	top: 30px;
	right: 175px;
	opacity: 0;
}
#kv .kv-chara img:nth-of-type(5) {
	top: 165px;
	left: 444px;
	opacity: 0;
}
nav {
	position: absolute;
	z-index: 10;
	width: 100%;
	background-color: #000;
}
nav ul {
	padding: 15px 0;
	text-align: center;
	white-space: nowrap;
    font-size:0;
}
nav ul li {
	display: inline-block;
    margin:0;
    padding:0;
}
.fixed {
	position: fixed;
	z-index: 10000;
	top: 0;
	width: 100%;
}

/* CMPV
	 ========================================================================== */
#cmpv {
	width: 100%;
	height: 670px;
    margin-top: 54px;
    text-align: center;
	background: url(../img/cmpv_head_bg.png) top right no-repeat;
}
#cmpv .inner iframe {
	margin: -10px auto 0;
}

/* MEDIAMIX
	 ========================================================================== */
#mediamix {
	width: 100%;
	padding-bottom: 40px;
	background: url(../img/mediamix_head_bg.png) top left no-repeat;
	background-color: rgba(230,2,17,.8);
}
#mediamix h2 {
	padding-bottom: 30px;
}
#mediamix h3 {
	position: relative;
	z-index: 11;
	margin: 0 0 -20px 55px;
}
#comics-slider {
	position: relative;
	z-index: 10;

	margin: 0 40px;
	padding: 40px;

	background-color: #fff;
}
#comics-slider ul {
	width: 100%;
	margin: 0 auto;
}
#mediamix .media-link {
	position: relative;
	z-index: 11;
	margin: 0 40px;
	padding-bottom: 30px;
	background-color: #ffd7da;
}
#mediamix .media-link p {
	margin-left: 40px;
}
#mediamix .media-link p img {
	margin-top: -25px;
}
#mediamix .media-link ul {
	position: relative;
	z-index: 11;
	width: 100%;
	margin: 10px auto 0;
	padding-left: 45px;
}
#mediamix .media-link ul li {
	margin: 0 30px;
}
/* SPECIAL
	 ========================================================================== */
#special {
	width: 100%;
	height: auto;
	background: url(../img/special_head_bg.png) top right no-repeat,
	url(../img/special_bg.jpg) center top no-repeat;
	background-color: #fff;
}
#special .inner h2 {
	padding-top: 40px;
	padding-bottom: 10px;
}
#special .inner h3 {
	margin-bottom: 10px;
	margin-left: 10px;
}
#special .inner ul {
	font-size: 0;
	padding-bottom: 20px;
}
#special .inner ul li {
	font-size: 0;
	margin: 0 25px 18px 14px;
	white-space: nowrap;
}
/* SPECIAL2
	 ========================================================================== */
#special2 {
	width: 100%;
	height: auto;
	background: url(../img/special2_bg.jpg) center top no-repeat;
	background-color: #fff;
}
#special2 .inner h3 {
	padding: 25px 10px 10px;
}
#special2 .inner ul {
	font-size: 0;
	padding-bottom: 20px;
	text-align: center;
}
#special2 .inner ul li {
	font-size: 0;
	margin: 0 25px 18px 14px;
	white-space: nowrap;
}
/* SPECIAL3
	 ========================================================================== */
#special3 {
	width: 100%;
	height: auto;
	background: url(../img/special3_bg.jpg) center top no-repeat;
	background-color: #fff;
}
#special3 .inner h3 {
	padding: 25px 10px 10px;
}
#special3 .inner ul {
	font-size: 0;
	padding-bottom: 30px;
}
#special3 .inner ul li {
	font-size: 0;
	margin: 0 25px 18px 14px;
	white-space: nowrap;
}
/* STORY
	 ========================================================================== */
#story {
	width: 100%;
	height: 896px;

	background: url(../img/story_head_bg.png) top left no-repeat;
}
#story .inner p img {
	margin: 0 29px;
}

/* CHARACTER
	 ========================================================================== */
#character {
	width: 100%;
	height: 2818px;

	background: url(../img/character_head_bg.png) top right no-repeat,
	url(../img/character_bg.png);
}
#character h2 {
	padding-bottom: 65px;
}
#character ul {
	margin-left: 16px;
}
#character ul li {
	width: 461px;
	height: 288px;
	margin: 0 10px 30px;
	padding: 25px 10px 25px 221px;
}
#character p {
	line-height: 1.5;

	margin-top: 20px;

	color: white;
}
#character p em {
	display: block;

	letter-spacing: -.05em;

	color: #fffa0d;
}
#character ul li#guren {
	background-image: url(../img/character_guren.jpg);
}
#character ul li#karen {
	background-image: url(../img/character_karen.jpg);
}
#character ul li#momoka {
	background-image: url(../img/character_momoka.jpg);
}
#character ul li#kaede {
	background-image: url(../img/character_kaede.jpg);
}
#character ul li#asato {
	background-image: url(../img/character_asato.jpg);
}
#character ul li#touya {
	background-image: url(../img/character_touya.jpg);
}
#character ul li#mimi {
	background-image: url(../img/character_mimi.jpg);
}
#character ul li#shizuka {
	background-image: url(../img/character_shizuka.jpg);
}
#character ul li#mizuha {
	background-image: url(../img/character_mizuha.jpg);
}
#character ul li#flavia {
	background-image: url(../img/character_flavia.jpg);
}
#character ul li#jin {
	background-image: url(../img/character_jin.jpg);
}
#character ul li#taisei {
	background-image: url(../img/character_taisei.jpg);
}
#character ul li#himeko {
	background-image: url(../img/character_himeko.jpg);
}
#character ul li#hajime {
	background-image: url(../img/character_hajime.jpg);
}
#character ul li#sasaki {
	background-image: url(../img/character_sasaki.jpg);
}
#character ul li#yura {
	background-image: url(../img/character_yura.jpg);
}
#character ul li#andMore {
	padding: 0;
	width: 100%;
	text-align: center;
}
#character ul li#andMore p {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-top: 0;
	vertical-align: middle;
	color: #a31761;
}
/* KEYWORDS
	 ========================================================================== */
#keyword {
	width: 100%;
	height: auto;
	padding-bottom: 40px;

	background: url(../img/keywords_head_bg.png) top left no-repeat,
	url(../img/keywords_bg.png) repeat;
}
#keyword ul {
	padding-left: 20px;
}
#keyword ul li {
	width: 960px;
	margin: 0 auto 40px;
	padding: 20px;

	color: white;
	border: #fff 1px solid;
	background-color: rgba(0,0,0,.2);
}
#keyword ul li h3 {
	font-size: 34px;
}
#keyword ul li  h3 span {
	font-size: 14px;
	font-weight: normal;

	margin-left: 1em;
}
#keyword ul li p {
	font-size: 18px;
	line-height: 1.5;
}
#keyword ul li#rank p span {
	font-size: 18px;
	font-weight: bold;

	display: inline-block;

	height: 24px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;

	vertical-align: baseline;

	background-color: #fff;
}
#keyword ul li#rank p span:nth-of-type(1) {
	color: #ff0201;
}
#keyword ul li#rank p span:nth-of-type(2) {
	color: #d50101;
}
#keyword ul li#rank p span:nth-of-type(3) {
	color: #a00100;
}
#keyword ul li#rank p span:nth-of-type(4) {
	color: #6b0000;
}
#keyword ul li#rank p span:nth-of-type(5) {
	color: #360000;
}
#keyword ul li#rank p span:nth-of-type(6) {
	color: #000;
}
#keyword ul li#rank p span:nth-of-type(7) {
	color: #000;
}
#keyword ul li#rank p span:nth-of-type(8) {
	background-color: rgba(0,0,0,.0);
}

/* 書籍情報
	 ========================================================================== */
#book {
	padding: 30px 0 1px;
	background: url(../img/book_head_bg.png) top right no-repeat;
	background-color: rgba(255,255,255,.9);
}
#book .inner h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica,"游ゴシック", "Yu Gothic" ,meiryo, "Roboto","ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	padding-top: 10px;
}
#book .box {
	margin-bottom: 60px;
}
#book .cover {
	position: relative;
	float: left;
	margin-right: 20px;
}
#book .cover a img {
	position: relative;
	z-index: 2;
}
#book .cover span {
	position: absolute;
	z-index: 1;
	top: -70px;
	left: -80px;
}
#book .info {
	display: block;
	margin-left: 280px;
}
#book h3 {
	font-size: 30px;
	line-height: 40px;
}
#book p {
	line-height: 26px;
	margin-bottom: 20px;
}
#book p.author {
	font-size: 20px;
	margin-bottom: 20px;
}
#book p.catch {
	font-size: 20px;
	font-weight: bold;
	color: #e60211;
}
#book .btn li {
	margin-right: 15px;
}


/* フッター
	 ========================================================================== */
footer {
	padding: 20px 0;

	text-align: center;

	color: white;
}
footer img {
	display: inline-block;

	margin: 0 auto;
}
footer small {
	font-size: .75rem;

	display: block;

	margin-top: 5px;
}
footer small span {
	font-size: 22px;

	display: inline-block;

	margin-bottom: 2px;

	vertical-align: middle;
}
footer ul li {
	display: inline-block;

	vertical-align: bottom;
}
footer .sns {
	padding: 10px 0;

	text-align: center;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
/* ページトップ */

#page-top {
	position: fixed;
	right: 30px;
	bottom: 20px;
}
#page-top a {
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;

	-webkit-box-sizing: border-box;
	        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);
	        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 {
	font-size: 0;

	position: absolute;
	top: 0;

	width: 40px;
	height: 643px;

	cursor: pointer;

	border: none;
	outline: none;
	background: none;
}
.slick-prev {
	right: -30px;

	background: url(../img/comics-viewer-bt02.png) center right no-repeat;
}
.slick-next {
	left: -30px;

	background: url(../img/comics-viewer-bt01.png) center left no-repeat;
}
.slick-disabled {
	opacity: .2;
}