@charset "UTF-8";
.font-questrial, .pagenate__number {
  font-family: 'Questrial', sans-serif;
}

/* Common
----------------------------------------*/
html, body { height:100%; }

body {
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .03em;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
}

a {
  color: #fe201d;
  text-decoration: none;
  transition: opacity .3s ease;
  outline: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}

button {
  outline: none;
}

.side {
  position: relative;
  z-index: 2;
  float: left;
  width: 240px;
  padding: 0 20px 40px;
  box-sizing: border-box;
  background-color: #fb0605;
  height: 100%;
}

.main {
  float: right;
  width: 100%;
  margin-left: -240px;
  padding-bottom: 146px;
  position: relative;
  box-sizing: border-box;
}

.gnav__item {
  border-bottom: 1px solid #fc5150;
}
.gnav__item:first-child {
  border-top: 1px solid #fc5150;
}
.gnav__item > a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding-left: 13px;
}
.gnav_event {
 width: 200px;
 /* overflow: hidden; */
}
.gnav_event > a {
  padding-left: 0;
}

.gnav__item > a img {
  vertical-align: middle;
}
.gnav__item--new {
  position: relative;
}
.gnav__item--new:after {
  left: -10px;
  top: -6px;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_new_s.png) no-repeat left top;
}

.gnav__submenu {
  display: none;
  width: 430px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 3px 0 1px rgba(0, 0, 0, 0.05);
  padding: 42px 39px;
  box-sizing: border-box;
}
.gnav__submenu li {
  float: left;
  text-align: center;
  font-size: 14px;
}
.gnav__submenu li:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
.gnav__submenu a {
  color: #000;
}
.gnav__submenu .thumb {
  display: block;
}
.gnav__submenu .title {
  display: block;
  margin-top: 12px;
}

.submenu {
  width: 434px;
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

#submenu-story .story__list {
  margin-right: -20px;
}
#submenu-story .story__item {
  margin-bottom: 20px;
  margin-right: 15px;
  width: 108px;
  border-top: 1px solid #fb0605;
}

#submenu-chara .chara__list {
  margin-right: -17px;
}
#submenu-chara .chara__item {
  margin-bottom: 20px;
  margin-right: 15px;
  width: 108px;
  text-align: center;
}
#submenu-chara .chara__item .thumb img {
  display: block;
  width: 108px;
  height: auto;
}

.maintainHover {
  position: relative;
}
.maintainHover:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 100%;
  border: 5px solid transparent;
  border-right-color: #fff;
  margin-left: 10px;
}

.share {
  margin: 25px 13px;
  padding-left: 49px;
  position: relative;
}
.share:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 35px;
  height: 25px;
  background: url(../img/common/share/title_share.png) no-repeat left top;
}
.share ul {
  list-style: none;
}

.share__item {
  display: inline-block;
}

.bnr ul {
  list-style: none;
}

.bnr__item + .bnr__item {
  margin-top: 12px;
}

.contents {
  position: relative;
  margin-left: 240px;
  z-index: 1;
  padding: 40px 40px 60px;
  background: url(../img/common/bg_key.png) no-repeat right top, url(../img/common/bg_parts.png) repeat-y left top, url(../img/common/bg.gif) repeat left top;
}

.page-title {
  height: 110px;
  text-align: center;
  margin-bottom: 43px;
  line-height: 110px;
}
.page-title img {
  vertical-align: middle;
}

.footer {
  margin-right: 40px;
  padding: 32px 6px 40px;
  margin-left: 280px;
  border-top: solid 1px #e4e6e5;
  position: absolute;
  bottom: 0;
}
.footer .links ul {
  list-style: none;
}
.footer .links__item {
  line-height: 12px;
  display: inline-block;
}
.footer .links__item + .links__item {
  position: relative;
  margin-left: 8px;
}
.footer .links__item + .links__item:before {
  content: '/';
  margin-right: 8px;
  color: #e4e6e5;
}
.footer .attention,
.footer .copyright {
  margin-top: 13px;
  line-height: 12px;
}

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

.pagenate__button {
  position: relative;
  display: inline-block;
  top: 10px;
}
.pagenate__button a {
  display: block;
  width: 35px;
  height: 35px;
}
.pagenate__button .disabled {
  background-position: left bottom;
}

.pagenate__button--prev a {
  background: url(../img/common/btn_prev.png) no-repeat left top;
}

.pagenate__number {
  display: inline-block;
}
.pagenate__number a {
  color: #fe201d;
  display: block;
  width: 40px;
  text-align: center;
  border: 2px solid #fe201d;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
  text-decoration: none;
}
.pagenate__number .num {
  display: block;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
  line-height: 35px;
  height: 35px;
}

.pagenate__number--active a {
  color: #fff;
  background-color: #fb0605;
}

.pagenate__button--next a {
  background: url(../img/common/btn_next.png) no-repeat left top;
}

.btn-parallel, .btn-list, .btn-saishin {
  display: block;
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}
.btn-parallel img, .btn-list img, .btn-saishin img {
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

.btn-list {
  background-color: transparent;
  border: solid 2px #fe201d;
  margin: 0 auto;
  text-align: center;
  width: 172px;
}
.btn-saishin {
  background-color: transparent;
  border: solid 2px #ff8b00;
  margin: 0 auto;
  text-align: center;
  width: 172px;
}

.btn-pagetop {
  position: fixed;
  bottom: -85px;
  right: -85px;
  width: 85px;
  height: 85px;
  background: url(../img/common/btn_pagetop.png) no-repeat left top;
  z-index: 99999;
  transition: right .3s, bottom .3s;
  cursor: pointer;
}
.btn-pagetop.enabled {
  right: 0;
  bottom: 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: absolute;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #333;
  font-size: 18px;
}

#cboxLoadingOverlay {
  background-color: #000;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxClose {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 133px;
  height: 133px;
  background: url(../img/common/btn_close.png) no-repeat left top;
  transition: opacity .3s ease;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#cboxClose:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* Animation
----------------------------------------*/
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}