@charset "UTF-8";
/*
 main.css
 本サイト用共通CSS（記事ページにも読み込まれる）

 主に「.d-*」など、番組のみに使用するクラスを記述するCSS
 ※「.drama-*」などの色を変更したい場合は「style.css」に記述
*/
/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-area {
  background-size: cover;
  background-color: #151515;
}

.top-mainV-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top-mainV-inner .butai2 a {
  background: url("../images/common/butai2.png") no-repeat center center;
  width: 23.9%;
  max-width: 239px;
  height: 207px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 8%;
  right: 5%;
}
.top-mainV-inner .butai2 a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.top-mainV-img {
  width: 100%;
  padding-top: calc(790 / 1198 * 100%);
  background-image: url(/gamemitaini/images/common/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* ========= banner ========== */
#bannerArea .disc {
  width: 640px;
  margin: 2% auto 0;
}
#bannerArea .disc a {
  display: block;
}

/* ========= news ========== */
#newsArea {
  margin-top: 30px;
}
#newsArea .block {
  width: 91%;
  max-width: 910px;
  margin: auto;
  background-color: #000;
  border: 2px solid #fff;
  padding: 20px 0 30px;
  position: relative;
}
#newsArea .block:before {
  content: "";
  background: url(../images/common/left_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
#newsArea .block:after {
  content: "";
  background: url(../images/common/right_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
}
#newsArea .block .inner:before {
  content: "";
  background: url(../images/common/left_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
#newsArea .block .inner:after {
  content: "";
  background: url(../images/common/right_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
#newsArea .block .inner h3 {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/top/tit_news.png) no-repeat center;
  height: 54px;
  width: 73px;
  margin: 0 auto 3%;
}
#newsArea .block .inner .newsBlock {
  width: 85%;
  max-width: 815px;
  margin: auto;
  max-height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}
#newsArea .block .inner .newsBlock .news {
  padding: 10px 0;
  border-bottom: 1px dashed #666;
}
#newsArea .block .inner .newsBlock .news:last-child {
  border-bottom: none;
}
#newsArea .block .inner .newsBlock .news dt {
  color: #c50c6d;
  display: inline-block;
  font-size: 15px;
  margin-right: 1.5em;
  vertical-align: top;
  letter-spacing: 0.1em;
}
#newsArea .block .inner .newsBlock .news dd {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5em;
  width: 82%;
  vertical-align: top;
  letter-spacing: 0.1em;
}
#newsArea .block .inner .newsBlock .news dd a {
  color: #c50c6d;
}
#newsArea .block .inner .newsBlock .news dd a:hover {
  color: #f6d44e;
  opacity: 1;
  transition: 0.2s;
}

/* ========= intro ========== */
#introArea {
  width: 91%;
  max-width: 910px;
  margin: 30px auto 0;
  background: url(../images/top/intro_bg.png) no-repeat bottom right #fc7f00;
  border: 2px solid #fff;
  padding: 20px 0;
  position: relative;
}
#introArea:after {
  content: "";
  background: url(../images/top/chara_intro.png) no-repeat;
  position: absolute;
  right: 10px;
  bottom: -2px;
  width: 114px;
  height: 217px;
}
#introArea .block:before {
  content: "";
  background: url(../images/common/left_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
#introArea .block:after {
  content: "";
  background: url(../images/common/right_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
}
#introArea .block .inner:before {
  content: "";
  background: url(../images/common/left_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
#introArea .block .inner:after {
  content: "";
  background: url(../images/common/right_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
#introArea .block .inner h3 {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/top/tit_intro.png) no-repeat center;
  height: 81px;
  max-width: 148px;
  margin: 0 auto;
}
#introArea .block .inner p {
  color: #fff;
  width: 85%;
  max-width: 815px;
  margin: auto;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.1em;
}
#introArea .block .inner p span {
  font-size: 18px;
}

/* ========= sns ========== */
#snsArea {
  width: 91%;
  max-width: 910px;
  margin: 30px auto;
  clear: both;
}
#snsArea .d-inner {
  width: 100%;
  padding: 0;
}
#snsArea .d-inner .sns-body {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#snsArea .d-inner .sns-body #twitter {
  width: 62%;
  float: left;
  border: 2px solid #fff;
  position: relative;
  padding: 20px 0;
  background: url(../images/top/twitter_bg.png) no-repeat #21a3f2;
  background-size: cover;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner:before {
  content: "";
  background: url(../images/common/left_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner:after {
  content: "";
  background: url(../images/common/right_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner .d-box:before {
  content: "";
  background: url(../images/common/left_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner .d-box:after {
  content: "";
  background: url(../images/common/right_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .h4tit {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/top/tit_twitter.png) no-repeat center;
  height: 81px;
  width: 120px;
  margin: 0 auto;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .d-box-body .twitter-timeline-box {
  background-color: #fff;
  width: 504px;
  margin: auto;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .d-box-body .twitter-timeline-box iframe {
  width: 600px !important;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .d-box-body .btn_follow {
  max-width: 208px;
  margin: 20px auto 0;
}
#snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .d-box-body .btn_follow a {
  display: block;
  max-width: 208px;
  height: 50px;
  margin: auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/top/folllow.png) no-repeat center;
}
#snsArea .d-inner .sns-body #instagram {
  width: 35%;
  float: right;
  border: 2px solid #fff;
  position: relative;
  padding: 20px 0;
  background: url(../images/top/insta_bg.png) no-repeat #c50c6d;
  background-size: cover;
}
#snsArea .d-inner .sns-body #instagram .instagram-inner:before {
  content: "";
  background: url(../images/common/left_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
#snsArea .d-inner .sns-body #instagram .instagram-inner:after {
  content: "";
  background: url(../images/common/right_top.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
}
#snsArea .d-inner .sns-body #instagram .instagram-inner .d-box:before {
  content: "";
  background: url(../images/common/left_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
#snsArea .d-inner .sns-body #instagram .instagram-inner .d-box:after {
  content: "";
  background: url(../images/common/right_bottom.jpg) no-repeat;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
#snsArea .d-inner .sns-body #instagram .instagram-inner .d-box .h4tit {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/top/tit_insta.png) no-repeat center;
  height: 81px;
  width: 154px;
  margin: 0 auto;
}
#snsArea .d-inner .sns-body #instagram .instagram-inner .d-box .d-box-body .instagram-mark {
  background: url(../images/top/icon_insta.png) no-repeat center center;
  width: 100%;
  height: 305px;
}
#snsArea .d-inner .sns-body #instagram .instagram-inner .d-box .d-box-body .btn_follow {
  max-width: 208px;
  margin: 20px auto 0;
}
#snsArea .d-inner .sns-body #instagram .instagram-inner .d-box .d-box-body .btn_follow a {
  display: block;
  max-width: 208px;
  height: 50px;
  margin: auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/top/folllow.png) no-repeat center;
}

/* ------------------------------------------------------------------
SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  /* mainV（TOP用ヘッダー）
  ========================================== */
  /* ========= top-mainV-inner ========== */
  .top-mainV-inner .top-mainV-img {
    padding-top: 113.33%;
    background: url(../images/common/header_sp.jpg) no-repeat center;
    background-size: contain;
  }
  .top-mainV-inner .butai2 a {
    left: 5%;
    padding-top: 31.09299% !important;
    width: 35.9%;
  }

  /* ========= news ========== */
  #newsArea .block .inner h3 {
    width: 15.47%;
    height: 0;
    background-size: contain;
    padding-top: 5.09%;
    margin: 3% auto 5%;
  }
  #newsArea .block .inner .newsBlock .news dd {
    width: 100%;
  }
  #newsArea .block .inner .newsBlock .news dd a:hover {
    color: #c50c6d;
  }

  /* ========= intro ========== */
  #introArea:after {
    display: none;
  }
  #introArea .block .inner h3 {
    width: 31.60%;
    height: 0;
    background-size: contain;
    padding-top: 10.89%;
    margin: 3% auto 5%;
  }
  #introArea .block .inner p {
    text-align: left !important;
    line-height: 1.8em;
  }

  /* ========= sns ========== */
  #snsArea .d-inner .sns-body #twitter {
    width: 100%;
    float: none;
    margin: auto;
  }
  #snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .h4tit {
    width: 25.47%;
    height: 0;
    background-size: contain;
    padding-top: 10.83%;
    margin: 3% auto 5%;
  }
  #snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .d-box-body .twitter-timeline-box {
    width: 90%;
  }
  #snsArea .d-inner .sns-body #instagram {
    width: 100%;
    float: none;
    margin: 30px auto 0;
  }
  #snsArea .d-inner .sns-body #instagram .instagram-inner .d-box .h4tit {
    width: 32.93%;
    height: 0;
    background-size: contain;
    padding-top: 10.91%;
    margin: 3% auto 5%;
  }
  #snsArea .d-inner .sns-body #instagram .instagram-inner .d-box .d-box-body .instagram-mark {
    display: none;
  }
}
/* ------------------------------------------------------------------
SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* ========= top-mainV-inner ========== */
  .top-mainV-inner .butai2 a {
    height: 0;
    padding-top: 20.69979%;
    background-size: contain;
  }

  /* ========= banner ========== */
  #bannerArea .disc {
    width: 90%;
    margin-top: 5%;
  }
  #bannerArea .disc a img {
    width: 100%;
  }

  /* ========= intro ========== */
  #introArea .block .inner p {
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 0em;
    width: 90%;
  }

  /* ========= sns ========== */
  #snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .d-box-body .twitter-timeline-box {
    max-width: 90% !important;
  }
  #snsArea .d-inner .sns-body #twitter .twitter-inner .d-box .d-box-body .btn_follow a {
    max-width: 160px;
    background-size: contain;
  }
  #snsArea .d-inner .sns-body #instagram .instagram-inner .d-box .d-box-body .btn_follow a {
    max-width: 160px;
    background-size: contain;
  }
}
/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {
  #introArea .block .inner p .br {
    display: none;
  }
}
