@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: 1180px;
    overflow: hidden;
  }
  #wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: #174382;
  }

  .books_index {
    max-width: 1600px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  #wrapper {
    overflow: hidden;
  }
  #wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: #174382;
  }

  .bg_image {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
}
.books_wrap .books_info {
  opacity: 0;
}
.books_wrap .books_img {
  opacity: 0;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.books_wrap .btn_enter {
  opacity: 0;
}

@-webkit-keyframes in_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes in_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes in_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes in_alpha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes in_images {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes in_images {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes in_images {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes in_images {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.loading .books_wrap .books_info {
  -webkit-animation: in_alpha 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  -moz-animation: in_alpha 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  -o-animation: in_alpha 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  animation: in_alpha 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}
.loading .books_img {
  -webkit-animation: in_images 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -moz-animation: in_images 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -o-animation: in_images 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: in_images 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.loading .btn_enter {
  -webkit-animation: in_alpha 0.4s ease-in 0.8s forwards;
  -moz-animation: in_alpha 0.4s ease-in 0.8s forwards;
  -o-animation: in_alpha 0.4s ease-in 0.8s forwards;
  animation: in_alpha 0.4s ease-in 0.8s forwards;
}

.books_index .books_wrap {
  position: relative;
  overflow: hidden;
}
.books_index .books_wrap .books_info {
  text-align: center;
}
.books_index .books_wrap .books_info .books_ttl {
  position: relative;
}
.books_index .books_wrap .books_info .books_ttl:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  height: 2px;
  left: 50%;
}
.books_index .books_wrap .books_info .info_w {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.books_index .books_wrap .btn_enter {
  position: absolute;
}
.books_index .books_wrap.books_3 {
  background: url("../img/bg_vol3.jpg");
}
.books_index .books_wrap.books_3 .books_info {
  background: url("../img/bg_txt_vol3.png") no-repeat left bottom;
}
.books_index .books_wrap.books_ex {
  background: url("../img/bg_vol4.jpg");
}
.books_index .books_wrap.books_ex .books_info {
  background: url("../img/bg_txt_vol4.png") no-repeat right bottom;
}
@media only screen and (min-width: 769px) {
  .books_index .books_wrap {
    width: 50%;
    float: left;
  }
  .books_index .books_wrap .books_info {
    height: 48vh;
    padding: 0 40px;
  }
  .books_index .books_wrap .books_info .books_ttl {
    margin-bottom: 60px;
  }
  .books_index .books_wrap .books_info .books_ttl:after {
    width: 28px;
    margin-left: -14px;
    bottom: -30px;
  }
  .books_index .books_wrap .books_img {
    overflow: hidden;
  }
  .books_index .books_wrap .books_img img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .books_index .books_wrap .btn_enter {
    left: 50%;
    bottom: 55px;
    margin-left: -100px;
  }
  .books_index .books_wrap.on_mouse .books_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 768px) {
  .books_index .books_wrap .books_info {
    height: 50vw;
  }
  .books_index .books_wrap .books_info .books_ttl {
    width: 670px;
    width: 89.33%;
    margin: 0 auto 9vw;
  }
  .books_index .books_wrap .books_info .books_ttl:after {
    width: 4vw;
    margin-left: -2vw;
    bottom: -5vw;
  }
  .books_index .books_wrap .books_info .books_release {
    width: 374px;
    width: 49.86%;
    margin: auto;
  }
  .books_index .books_wrap .btn_enter {
    width: 28vw;
    left: 50%;
    margin-left: -14vw;
    bottom: 5vw;
  }
  .books_index .books_wrap.books_3:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #174382;
  }
}

footer {
  background: #17213c;
  color: #FFF;
  position: relative;
  z-index: 30;
}
footer .share li {
  display: inline-block;
}
footer .game_info li {
  display: inline-block;
}
footer .aniplex li {
  display: inline-block;
}
footer .aniplex li a {
  color: #FFF;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  footer {
    padding: 35px 34px 40px;
  }
  footer a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  footer a:hover {
    opacity: 0.6;
  }
  footer .share {
    position: absolute;
    right: 34px;
  }
  footer .share li {
    width: 24px;
    vertical-align: middle;
    margin-left: 17px;
  }
  footer .share li.ttl {
    width: 54px;
    margin-right: 8px;
  }
  footer .share li.ttl img {
    top: -2px;
    position: relative;
  }
  footer .game_info {
    float: left;
  }
  footer .game_info .g_logo {
    width: 150px;
    margin-bottom: 23px;
  }
  footer .game_info li {
    margin-right: 6px;
  }
  footer .game_info li img {
    width: auto;
    height: 38px;
  }
  footer .footer_info {
    float: right;
    text-align: right;
    font-size: 10px;
    padding-top: 64px;
  }
  footer .footer_info .aniplex {
    margin-bottom: 12px;
  }
  footer .footer_info .aniplex li {
    height: 20px;
    line-height: 20px;
    margin-left: 22px;
  }
  footer .footer_info .aniplex img {
    width: 68px;
  }
  footer .footer_info p {
    line-height: 2;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
    padding: 10% 0px 13%;
  }
  footer .share {
    margin-bottom: 40px;
  }
  footer .share li {
    width: 26px;
    margin: 0 12px;
  }
  footer .share .ttl {
    display: block;
    width: 100px;
    width: 13.33%;
    margin: 0 auto 12px;
  }
  footer .game_info {
    margin: 0 6% 40px;
  }
  footer .game_info .g_logo, footer .game_info ul, footer .game_info li {
    display: inline-block;
    vertical-align: middle;
  }
  footer .game_info .g_logo {
    width: 28%;
  }
  footer .game_info ul {
    width: 70%;
  }
  footer .game_info li {
    width: 46%;
    margin-left: 2%;
  }
  footer .footer_info {
    font-size: 11px;
  }
  footer .footer_info .aniplex {
    margin-bottom: 20px;
  }
  footer .footer_info .aniplex li {
    height: 14px;
    line-height: 14px;
    margin: 0 3px;
  }
  footer .footer_info .aniplex img {
    width: auto;
    height: 14px;
  }
  footer .footer_info p {
    line-height: 1.8;
  }
  footer .footer_info .copy {
    margin-top: 8px;
  }
}
