@charset "UTF-8";
/*====================================

    00.Base_Settings

====================================*/
/*mainColor*/
/*baseColor*/
/*txtColor*/
/*blandColor*/
/*====================================

    00.Base_Mixin

====================================*/
/*alt*/
/*textIndent*/
/*====================================

    00.Base_Settings

====================================*/
/*mainColor*/
/*baseColor*/
/*txtColor*/
/*blandColor*/
/*====================================

    00.Base_Mixin

====================================*/
/*alt*/
/*textIndent*/
/*
 style.css（ファイル名変更不可）
 本サイト各ページ用CSS（記事ページ）
*/
/*====================================

    00.Baseーテンプレート

====================================*/
/* ntv-wrapper
========================================== */
.ntv-wrapper {
  background-color: #fff;
}

/* aside内(※margin, paddingは変更しないでください)
========================================== */
/* タイトル（フォント色、背景色）
------------------------------------------ */
.drama-box-title.title-base {
  /* color: #000; */
  background-color: #431653;
}

/* SNS・シェア（枠色）
------------------------------------------ */
.drama-box-sns-area,
.drama-box-share-area {
  border-color: #431653;
}

/* SNS・シェア（タイトル色、タイトル背景色）
------------------------------------------ */
.drama-box-sns-area .drama-box-title,
.drama-box-share-area .drama-box-title {
  /* color: #000; */
  /* background-color: #fff; */
}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  /* ntv-wrapper
  ========================================== */
  .ntv-wrapper {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
  .ntv-pageTop a {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
  }

  .ntv-pageTop a:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: 24.5px;
  }
}
/*====================================

    01.Layout

====================================*/
/* drama-mainV（第2階層用ヘッダー　記事ページ含む）
========================================== */
.d-mainV-area {
  width: 100%;
  background: #231c26 url(../images/common/bg_header_second.jpg) repeat-x center center;
  background-size: contain;
}
.d-mainV-area a {
  display: block;
}
.d-mainV-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.d-mainV-img a {
  width: 100%;
  padding-top: 15.83333%;
  background-image: url(../images/common/header_second.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* d-nav
========================================== */
.d-nav-area {
  background: #5b1f8f url(../images/common/nav/bg_nav.jpg) repeat-x center center;
  background: -moz-linear-gradient(left, #3d1589 0%, #732795 100%) url(../images/common/nav/bg_nav.jpg) repeat-x center center;
  background: -webkit-linear-gradient(left, #3d1589 0%, #732795 100%) url(../images/common/nav/bg_nav.jpg) repeat-x center center;
  background: linear-gradient(to right, #3d1589 0%, #732795 100%) url(../images/common/nav/bg_nav.jpg) repeat-x center center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1589', endColorstr='#732795',GradientType=1 );
  background-size: cover;
}

/* drama-nav-list
------------------------------ */
.d-nav-list {
  margin: 0 auto;
}
.d-nav-item {
  width: 12.5%;
}
.d-nav-item:not(:first-child) {
  margin: 0;
}

/* d-nav - status */
.d-nav-item.is-new:before {
  content: '';
  display: block;
  width: 40%;
  height: 30.428%;
  background: url(../images/common/nav/isnew.png) no-repeat center center;
  /* NEWマーク　左上固定の場合は left top */
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 30;
}
.d-nav-item.is-coming {
  background-color: unset;
}
.d-nav-item.is-coming a {
  opacity: 0.3;
}
.d-nav-item.is-coming:before {
  content: '';
  display: block;
  width: 65%;
  margin: 0 auto;
  background: url(../images/common/nav/iscom.png) no-repeat center center;
  background-size: contain;
  padding-top: 18.93%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
.d-nav-item.is-fin a {
  pointer-events: none;
  opacity: 0.3;
}

/* d-nav - contents */
.d-nav-item.intro a {
  background-image: url(../images/common/nav/nav_intro.png);
}
.d-nav-item.story a {
  background-image: url(../images/common/nav/nav_story.png);
}
.d-nav-item.character a {
  background-image: url(../images/common/nav/nav_chara.png);
}
.d-nav-item.credit a {
  background-image: url(../images/common/nav/nav_credit.png);
}
.d-nav-item.music a {
  background-image: url(../images/common/nav/nav_music.png);
}
.d-nav-item.goods a {
  background-image: url(../images/common/nav/nav_goods.png);
}
.d-nav-item.sns a {
  background-image: url(../images/common/nav/nav_sns.png);
}
.d-nav-item.hulu a {
  background-image: url(../images/common/nav/nav_hulu.png);
}

/* copyright
========================================== */
.copyright-area {
  background: #362e35 url(../images/common/bg04.gif) repeat 0 0;
}
.copyright-text {
  padding: 1rem 0;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  /* drama-mainV（第2階層用ヘッダー　記事ページ含む）
  ========================================== */
  .d-mainV-area {
    background: #231c26;
  }
  .d-mainV-inner {
    max-width: unset;
  }
  .d-mainV-img a {
    padding-top: calc(180 / 750 * 100%);
    background-image: url(../images/sp/common/mainvisual_second_sp.jpg);
  }

  /* drama-nav
  ========================================== */
  .d-nav-area {
    background: #5b1f8f url(../images/sp/common/bg_nav_sp.jpg) repeat-x center center;
    background: -moz-linear-gradient(left, #3d1589 0%, #732795 100%) url(../images/sp/common/bg_nav_sp.jpg) repeat-x center center;
    background: -webkit-linear-gradient(left, #3d1589 0%, #732795 100%) url(../images/sp/common/bg_nav_sp.jpg) repeat-x center center;
    background: linear-gradient(to right, #3d1589 0%, #732795 100%) url(../images/sp/common/bg_nav_sp.jpg) repeat-x center center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1589', endColorstr='#732795',GradientType=1 );
    background-size: cover;
  }

  /* drama-nav-list
  ------------------------------------------ */
  .d-nav-list {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .d-nav-list:after {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }

  .d-nav-item {
    width: 25%;
    border: none;
  }
  .d-nav-item:not(:nth-child(4n)) {
    position: relative;
  }
  .d-nav-item:not(:nth-child(4n))::after {
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    display: block;
  }
  .d-nav-item a {
    padding-top: 80%;
  }
  .d-nav-item a span {
    font-size: 0;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* d-nav
  ========================================== */
  /* drama-nav-list
  ------------------------------ */
  .d-nav-item:first-child {
    border-left: none;
  }
  .d-nav-item:last-child {
    border-right: none;
  }
}
/*====================================

    02.Font

====================================*/
.d-main h1, .d-main h2, .d-main h3, .d-main h4, .d-main h5, .d-main h6 {
  line-height: 1.5;
}
.d-main p, .d-main a, .d-main ul, .d-main li, .d-main dl, .d-main dt, .d-main dd, .d-main ol, .d-main tt, .d-main td, .d-main span {
  font-family: inherit;
  line-height: 1.8;
}
.d-main h1, .d-main h2, .d-main h3, .d-main h4, .d-main h5, .d-main h6, .d-main p, .d-main a, .d-main ul, .d-main li, .d-main dl, .d-main dt, .d-main dd, .d-main ol, .d-main tt, .d-main td, .d-main span {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/*====================================

    00.Base_Settings

====================================*/
/*mainColor*/
/*baseColor*/
/*txtColor*/
/*blandColor*/
/*====================================

    03.Module

====================================*/
#contentsZambi .d-btn {
  padding: 0.8em;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
  border-color: #ffffff;
  background-repeat: 25px;
  border-radius: 1.8em;
}
#contentsZambi .d-btn:not(:first-child) {
  margin-top: 4.2%;
}
#contentsZambi .d-btn:after {
  border-color: #ffffff;
}
#contentsZambi .icon-loading:before {
  vertical-align: middle;
  padding-right: 4px;
}

/* ------------------------------------------------------------------
 SP 600px
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  br.sp {
    display: block;
  }
}
/* ------------------------------------------------------------------
 SP tablet992px
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
  br.sp {
    display: none;
  }
}
/* ------------------------------------------------------------------
 PC 993px
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
  .ntv-pageTop a {
    background-color: rgba(127, 1, 178, 0.6);
  }
  .ntv-pageTop a:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: 24.5px;
  }

  br.sp {
    display: none;
  }
}
/* modal
========================================== */
#cboxContent {
  background: none !important;
  overflow: visible !important;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  background: none !important;
}

#cboxOverlay {
  background: #000 !important;
  opacity: 0.8 !important !important;
}

#cboxClose {
  left: 0 !important;
  bottom: -25px !important;
  margin: 0 auto !important;
  background: url(../images/top/modal/btn_close.png) no-repeat !important;
  background-size: cover !important;
  width: 120px !important;
  height: 31px !important;
}
#cboxClose:hover {
  background-position: 0 0 !important;
  opacity: 0.6 !important;
}
#cboxClose:focus {
  outline: 0 !important;
}

/* pjt5th-modal
------------------------------------------ */
.pjt5th-modal {
  padding-bottom: 5px;
  /* modal-contents
  ------------------------------------------ */
}
.pjt5th-modal-inner {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  background: url(../images/top/modal/modal_bg.jpg) no-repeat center;
  background-size: cover;
}
.pjt5th-modal h2 {
  position: relative;
  width: 100%;
  background: url(../images/top/modal/modal_gamelogo.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  padding-top: 31.18%;
  height: 0;
  font-size: 0;
}
.pjt5th-modal .modal-txt {
  position: relative;
  width: 100%;
  max-width: 564px;
  background: url(../images/top/modal/txt_modal.png) no-repeat center;
  background-size: contain;
  margin: -6% auto 0 auto;
  padding-top: 9.22%;
  height: 0;
  font-size: 0;
}
.pjt5th-modal .modal-btn {
  width: 90%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.pjt5th-modal .modal-btn-area {
  padding: 0 0 3%;
  text-align: center;
}
.pjt5th-modal .modal-btn-area p {
  font-weight: bold;
}
.pjt5th-modal .modal-btn .modal-info-btn {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 7.6%;
  background: url(../images/top/modal/btn_modal.png) no-repeat center top;
  background-size: auto;
  font-size: 0;
}
.pjt5th-modal .modal-btn .modal-info-btn:hover {
  background: url(../images/top/modal/btn_modal.png) no-repeat center bottom;
}

@media only screen and (max-width: 992px) {
  .pjt5th-modal .modal-btn .modal-info-btn {
    background-size: 100%;
  }
  .pjt5th-modal .modal-btn .modal-info-btn:hover {
    background-size: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .modal-mainV {
    width: 90%;
    margin: 0 auto;
  }

  .pjt5th-modal .modal-btn-area p {
    font-size: 1rem;
  }

  .pjt5th-modal .modal-txt {
    background: url(../images/sp/top/modal/txt_modal.png) no-repeat center;
    padding-top: 17.09%;
    background-size: contain;
  }
  .pjt5th-modal .modal-btn .modal-info-btn {
    background: url(../images/sp/top/modal/btn_modal.png) no-repeat center top;
    padding-top: 15.4%;
    background-size: 100%;
  }
  .pjt5th-modal .modal-btn .modal-info-btn:hover {
    background: url(../images/sp/top/modal/btn_modal.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .pjt5th-modal-inner {
    max-width: 650px;
    margin: 0 auto;
  }
}
.modal-cookies-btn {
  padding-top: 5px;
  text-align: center;
}

/*====================================

    04.MQ-SP

====================================*/
/* ------------------------------------------------------------------
 SP??600px?
------------------------------------------------------------------ */
/*====================================

    04.MQ-SP~Tab

====================================*/
/* ------------------------------------------------------------------
 SP ? tablet??992px?
------------------------------------------------------------------ */
/*====================================

    04.MQ-PC

====================================*/
/* ------------------------------------------------------------------
 PC?993px??
------------------------------------------------------------------ */
