@charset "UTF-8";
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
.drama-contentsBox {
  margin: 0 auto;
}

.drama-main .drama-box-title {
  height: 0;
  padding: 0 0;
}

.topics-area {
  margin: 0 auto !important;
  padding: 4% 0;
  background-image: url(../images/common/flower.png), url(../images/common/bg01.jpg);
  background-repeat: no-repeat,repeat;
  background-size: contain,19%;
  background-position: bottom,center , 0 0;
}
.topics-area h2.drama-box-title {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding-top: 13.54167% !important;
  margin-bottom: 3%;
  background: url(../images/top/h2_topics.png) no-repeat center center;
  background-size: contain;
}
.topics-area.drama-area {
  margin: 0 auto;
}
.topics-area .drama-box {
  width: 96%;
  margin: 0 auto;
}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  body.second .drama-main .topics-area .drama-article-body {
    padding: 5%;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
