@charset "UTF-8";
/* drama-contentsWrap
========================================== */
.drama-contentsWrap {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.drama-contentsWrap:after {
  content: "";
  clear: both;
}

/* drama - setting
========================================== */
.drama-area {
  width: 100%;
  margin: 60px auto;
}

.drama-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* drama - box layout
------------------------------------------ */
.drama-adjustBox {
  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;
}

.drama-contentsBox {
  margin: 30px auto;
}

.drama-contentsBox-inner {
  padding: 0 0 60px;
  overflow: hidden;
}

/* drama-share
========================================== */
.drama-share {
  display: table;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 10px;
}
@media only screen and (min-width : 601px) {
  .drama-share {
    margin-top: 20px;
  }
}
@media only screen and (min-width : 993px) {
  .drama-share {
    margin-top: 30px;
  }
}

.drama-share-title,
.drama-share-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #efefef;
  padding: 15px 0;
}

.drama-share-title {
  font-size: 1rem;
  line-height: 1.1;
  width: 85px;
}

.drama-share-body {
  border-left: 1px solid #fff;
}

.drama-share-body > ul:after {
  content: "";
  display: block;
  clear: both;
}

.drama-share-body > ul > li {
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}

/* drama-aside
========================================== */
.drama-aside a {
  color: inherit;
}

.drama-aside img {
  width: 100%;
  display: block;
}

/* drama-box
========================================== */
.drama-box {
  word-break: break-all;
}

.drama-aside .drama-box {
  margin-top: 0;
}

.drama-box.box-mt0 {
  margin-top: 0;
}

.drama-box.box-mt1 {
  margin-top: 1px;
}

.drama-box.movie {
  margin-bottom: 10px;
}

/* drama-box-title
========================================== */
.drama-box-title {
  font-size: 1.4rem;
  letter-spacing: 0.6px;
  color: #333;
  padding: 9px 9px;
  position: relative;
  font-weight: bold;
  line-height: 1;
}

.drama-box-title.mb1 {
  margin-bottom: 1px;
}

.drama-box-title > i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 0;
}

.drama-box-title > span {
  vertical-align: middle;
  line-height: 1;
}

/* drama-box-title - drama-main
------------------------------------------ */
.drama-main .drama-box-title {
  font-size: 0;
  padding: 0 5px;
}

.drama-main .drama-box-title > span.title-01,
.drama-main .drama-box-title > span.title-02 {
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.drama-main .drama-box-title > span.title-01 {
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.drama-main .drama-box-title > span.title-02 {
  font-size: 0;
  font-weight: normal;
  margin-left: 1rem;
}

/* drama-box-title.title-base
------------------------------------------ */
.drama-box-title.title-base {
  background-image: none;
  background-color: #000;
  color: #fff;
  font-weight: normal;
}

/* drama-box-title.title-center
------------------------------------------ */
.drama-box-title.title-center {
  text-align: center;
}

.drama-box-title.title-center > span {
  font-size: 2rem;
  letter-spacing: 1px;
  text-decoration: underline;
}

/* drama-box-title.title-transparent
------------------------------------------ */
.drama-box-title.title-transparent {
  background-image: none;
  background-color: transparent;
}

/* drama-box-body
========================================== */
.drama-box-body {
  overflow: hidden;
}

body.second .drama-main .drama-box-body {
  padding: 50px 70px 100px;
  border: 1px solid #000;
}

/* drama-box-movie-channel
========================================== */
/* drama-box-sns
========================================== */
.drama-box-sns-area {
  width: 94%;
  margin: 3% 3% 0;
  border: 1px solid #000;
}

/* drama-box-sns
------------------------------------------ */
.drama-box-sns {
  text-align: center;
  line-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0;
}
.drama-box-sns li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.drama-box-sns li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 52px;
  width: 52px;
  height: 52px;
}
.drama-box-sns li.facebook a {
  background-image: url("../images/drama/sns-facebook.png") !important;
  color: #415b95;
}
.drama-box-sns li.twitter a {
  background-image: url("../images/drama/sns-twitter.png") !important;
  color: #55acee;
}
.drama-box-sns li.line a {
  background-image: url("../images/drama/sns-line.png") !important;
  color: #00bc00;
}
.drama-box-sns li.instagram a {
  background-image: url("../images/drama/sns-instagram.png") !important;
  color: #7970dc;
}
.drama-box-sns li.mail a {
  background-image: url("../images/drama/sns-mail.png") !important;
  color: #e78f34;
}
.drama-box-sns li.tiktok a {
  background-image: url("../images/drama/sns-tiktok.png");
}

/* drama-box-share
========================================== */
.drama-box-share-area {
  width: 94%;
  margin: 3% 3% 0;
  border: 1px solid #000;
}

/* drama-box-share
------------------------------------------ */
.drama-box-share {
  text-align: center;
  padding: 25px 10px;
  overflow: hidden;
}
.drama-box-share li {
  display: block;
  width: 31%;
  float: left;
}
.drama-box-share li:nth-child(n+2) {
  margin-left: 3.5%;
}
.drama-box-share li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  line-height: 1;
  padding: 15px 0;
  border-radius: 2px;
  font-size: 1.2rem;
}
.drama-box-share li a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.drama-box-share li a.facebook {
  padding: 5px 0;
  background-color: #1877f2;
}
.drama-box-share li a.facebook i {
  background-image: url("../images/drama/sns-facebook-square-white.png");
}
.drama-box-share li a.twitter {
  padding: 5px 0;
  background-color: #000;
}
.drama-box-share li a.twitter i {
  background-image: url("../images/drama/sns-x-square-white.png");
}
.drama-box-share li a.line {
  background-color: #00b900;
}

/* drama-box-officialLine
========================================== */
.drama-box-officialLine-area {
  margin: 45px auto;
}

/* drama-box-officialLine-pc
------------------------------------------ */
.drama-box-officialLine-pc {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
  color: #00b900;
  font-weight: bold;
  border: 1px solid #00b900;
  text-align: center;
}

.drama-box-officialLine-pc-title {
  width: 40%;
  padding: 0 25px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}

.drama-box-officialLine-pc-list {
  width: 40%;
  padding-left: 20px;
  text-align: left;
  position: relative;
}

.drama-box-officialLine-pc-list:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-left: 1px solid #00b900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.drama-box-officialLine-pc-item {
  position: relative;
  counter-increment: count;
  padding-left: 2.7rem;
}

.drama-box-officialLine-pc-item:before {
  content: counter(count);
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #00b900;
  border-radius: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.drama-box-officialLine-pc-img {
  width: 20%;
}

/* drama-box-officialLine-sp
------------------------------------------ */
.drama-box-officialLine-sp {
  display: flex;
  justify-content: center;
  width: 94%;
  max-width: 400px;
  margin: 0 auto;
  padding: 8px 10px;
  color: #00b900;
  font-weight: bold;
  border: 1px solid #00b900;
}

.drama-box-officialLine-sp-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 1 1 140px;
  width: 140px;
  font-size: 0;
}

.drama-box-officialLine-sp-title > div {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.25;
}

.drama-box-officialLine-sp-title > div.sub {
  font-size: 1.2rem;
  font-weight: normal;
}

.drama-box-officialLine-sp-title > div > span {
  display: inline-block;
}

.drama-box-officialLine-sp-btn {
  display: flex;
  align-items: center;
  flex: 0 1 140px;
  width: 140px;
}

.drama-box-officialLine-sp-img img {
  display: block;
  width: auto !important;
  height: 40px;
}

/* drama-box-recommend
========================================== */
.drama-box-recommend-area {
  margin: 20px auto 40px;
}

/* drama-box-recommend
------------------------------------------ */
.drama-box-recommend {
  display: block;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

.drama-box-recommend li {
  padding: 10px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.drama-box-recommend li:not(:last-child) {
  border-right: 1px solid #efefef;
}

.drama-box-recommend li:nth-child(2n) {
  border-right: none;
}

.drama-box-recommend li:nth-child(n+3) {
  border-top: 1px solid #efefef;
}

.drama-box-recommend li figure a {
  display: block;
}

.drama-box-recommend li figure h3 {
  margin-bottom: 1px;
  font-weight: bold;
  letter-spacing: 0.1px;
  font-size: 1.3rem;
}

.drama-box-recommend li figure p {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

/* drama-box-adBanner
========================================== */
.drama-box-adBanner-area {
  margin: 0 auto !important;
  border-top: 1px solid #efefef;
}

/* drama-box-adBanner
------------------------------------------ */
.drama-box-adBanner {
  border-top: none;
  text-align: center;
}

.drama-box-adBanner li {
  padding: 10px 0;
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

.drama-box-adBanner li a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

/* drama-box-wide-adBanner
========================================== */
.drama-box-wide-adBanner-area {
  margin: 0 auto !important;
  border-top: 1px solid #efefef;
}

/* drama-box-wide-adBanner
------------------------------------------ */
.drama-box-wide-adBanner {
  border-top: none;
  text-align: center;
}

.drama-box-wide-adBanner li {
  padding: 10px 0 0;
  width: 320px;
  text-align: center;
  margin: 0 auto;
}

.drama-box-wide-adBanner li a {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

/* drama-paddingBox
========================================== */
.drama-paddingBox {
  padding: 10px;
}

/* drama-title
========================================== */
/* drama-title.title-box
------------------------------------------ */
.drama-title.title-box {
  font-size: 1.2rem;
  padding: 10px;
  background-color: #e6ebee;
}

/* drama-title.title-underline
------------------------------------------ */
.drama-title.title-underline {
  font-size: 1.2rem;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
}

/* drama-title.title-staff
------------------------------------------ */
.drama-title.title-staff {
  margin-bottom: 8px;
}

/* drama-text.text-lead
------------------------------------------ */
.drama-text.text-lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #dd1e34;
}

/* drama-tag
------------------------------------------ */
.drama-tag-wrap {
  position: relative;
  padding-left: 32px;
}

.drama-tag-wrap > i {
  display: block;
  position: absolute;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2.8rem;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

.drama-tag-wrap > i:before {
  vertical-align: middle;
}

.drama-tag {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.6px;
  color: #666;
  display: inline-block !important;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 2px;
  line-height: 1;
  padding: 8px 10px;
  margin: 4px;
  pointer-events: none;
}
.drama-tag _::-webkit-full-page-media, .drama-tag _:future, :root .drama-tag {
  font-feature-settings: "pkna";
}

.drama-tag {
  -webkit-transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}

.drama-tag:hover {
  background-color: #fff;
  border-color: #666;
  color: #666;
  opacity: 1 !important;
}

.drama-tag.tag-default {
  border-color: #666;
  color: #666;
  background-color: #fff;
  pointer-events: auto;
}

.drama-tag.tag-default {
  -webkit-transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}

.drama-tag.tag-default:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
  opacity: 1;
}

/* ------------------------------------------------------------------
	small-screen
------------------------------------------------------------------ */
@media only screen and (max-width : 600px) {
  /* ntv-wrapper
  ========================================== */
  .ntv-wrapper {
    margin-bottom: 0;
  }
  /* drama - setting
  ========================================== */
  .drama-area {
    margin: 6% auto;
  }
  .drama-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /* drama - box layout
  ------------------------------------------ */
  .drama-adjustBox {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .drama-contentsBox {
    margin: 0 auto;
  }
  .drama-contentsBox-inner {
    padding: 0 0 3%;
    background-size: auto, 100% auto;
  }
  /* drama-share
  ========================================== */
  .drama-share-body > ul > li {
    padding: 0 15px;
  }
  .drama-share-body > ul > li > a {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
  }
  .drama-share-body > ul > li > a i {
    display: none;
  }
  .drama-share-body > ul > li > a.facebook {
    background-color: #1877f2;
    background-image: url("../images/drama/sns-facebook-square-white.png") !important;
  }
  .drama-share-body > ul > li > a.twitter {
    background-color: #000;
    background-image: url("../images/drama/sns-x-square-white.png") !important;
  }
  .drama-share-body > ul > li > a.line {
    background-color: #00b900;
    background-image: url("../images/drama/sns-line-square-white.png") !important;
  }
  /* drama-box-title
  ========================================== */
  /* drama-box-title - drama-main
  ------------------------------------------ */
  .drama-main .drama-box-title > span.title-01 {
    height: 50px;
  }
  /* drama-box-body
  ========================================== */
  body.second .drama-main .drama-box-body {
    padding: 20px 0 50px;
    border: none;
  }
  /* drama-box-movie-channel
  ========================================== */
  .drama-box-movie-channel-area {
    margin: 3% auto;
  }
  .drama-box-movie-channel-inner {
    padding: 0;
  }
  /* drama-box-sns
  ========================================== */
  /* drama-box-sns
  ------------------------------------------ */
  .drama-box-sns li {
    margin-left: 3px;
    margin-right: 3px;
  }
  /* drama-box-officialLine
  ========================================== */
  .drama-box-officialLine-area {
    margin: 0 auto;
  }
  /* drama-box-officialLine-pc
  ------------------------------------------ */
  .drama-box-officialLine-pc {
    width: auto;
    margin: 3%;
  }
  /* drama-box-officialLine-sp
  ------------------------------------------ */
  .drama-box-officialLine-sp {
    margin: 3% auto;
  }
  /* drama-box-recommend
  ========================================== */
  .drama-box-recommend-area {
    margin: 6% auto 0;
  }
  /* drama-box-recommend
  ------------------------------------------ */
  .drama-box-recommend li:nth-child(n+3) {
    display: none;
  }
}
/* ------------------------------------------------------------------
	small-screen-up to medium-screen
------------------------------------------------------------------ */
@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* ntv-wrapper
  ========================================== */
  .ntv-wrapper {
    margin-bottom: 0;
  }
  /* drama - setting
  ========================================== */
  /* drama - box layout
  ------------------------------------------ */
  .drama-aside .drama-adjustBox {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  body.second .drama-area {
    margin: 40px auto 20px;
  }
  /* drama-share
  ========================================== */
  .drama-share-body > ul > li > a {
    width: 100px !important;
  }
  /* drama-box-movie-channel
  ========================================== */
  .drama-box-movie-channel-area {
    margin: 40px auto;
    border-bottom: 1px solid #efefef;
  }
  .drama-box-movie-channel-inner {
    padding: 0;
  }
  /* drama-box-sns
  ========================================== */
  /* drama-box-sns
  ------------------------------------------ */
  .drama-box-sns {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .drama-box-sns li {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* drama-box-share
  ========================================== */
  /* drama-box-share
  ------------------------------------------ */
  .drama-box-share {
    padding: 25px 65px;
  }
  .drama-box-share li {
    display: block;
    width: 29%;
    float: left;
  }
  .drama-box-share li:nth-child(n+2) {
    margin-left: 6.5%;
  }
  /* drama-box-recommend
  ========================================== */
  .drama-box-recommend-area {
    margin: 40px auto 0;
  }
  .drama-box-recommend-inner {
    padding: 0;
  }
  /* drama-box-recommend
  ------------------------------------------ */
  .drama-box-recommend li:nth-child(n+3) {
    display: none;
  }
  .drama-box-recommend li figure {
    display: block;
    width: 195px;
    margin: 0 auto;
  }
  /* drama-box-adBanner
  ========================================== */
  .drama-box-adBanner-area {
    margin: 0 auto !important;
    border-top: 1px solid #efefef;
  }
  /* drama-box-movie
  ========================================== */
  .drama-box-movie li {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* ------------------------------------------------------------------
	medium-screen
------------------------------------------------------------------ */
@media only screen and (max-width : 992px) {
  /* drama-box
  ========================================== */
  .drama-box.box-top-sm {
    margin-top: 0;
  }
  .drama-box.sm-mt0 {
    margin-top: 0px;
  }
  .drama-box.sm-mt1 {
    margin-top: 1px;
  }
  .drama-box.sm-mb1 {
    margin-bottom: 1px;
  }
  /* drama-box-adBanner
  ========================================== */
  /* drama-box-adBanner
  ------------------------------------------ */
  .drama-box-adBanner.drama-common-adBanner {
    background-color: #f0f0f0;
  }
  .ntv-pageTop a {
    background-image: none !important;
  }
}
/* ------------------------------------------------------------------
	medium-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width : 993px) {
  /* ntv-pageTop
  ========================================== */
  .ntv-pageTop a {
    border-radius: 0;
    background-color: transparent;
    background-size: contain;
  }
  .ntv-pageTop a:after {
    content: none;
    margin-top: 0;
  }
  .ntv-pageTop a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  /* drama-contentsWrap
  ========================================== */
  .drama-contentsWrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  body.second .drama-contentsWrap {
    padding-top: 0;
  }
  /* drama - setting
  ========================================== */
  body.second .drama-area {
    margin: 40px auto 20px;
  }
  /* drama-info
  ========================================== */
  .drama-info {
    margin: 0 0 20px;
  }
  .drama-info a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .drama-info a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .drama-info a {
    padding: 20px;
  }
  /* drama-main
  ========================================== */
  .drama-main {
    width: 100%;
  }
  /* drama-news
  ========================================== */
  .drama-news {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  /* drama-aside
  ========================================== */
  .drama-aside {
    width: 100%;
  }
  /* drama-box
  ========================================== */
  .drama-aside .drama-box:first-child {
    margin-top: 0;
  }
  .drama-box.lg-mt0 {
    margin-top: 0px;
  }
  .drama-box.lg-mt1 {
    margin-top: 1px;
  }
  .drama-box.lg-mb1 {
    margin-bottom: 1px;
  }
  .drama-box.movie {
    margin-bottom: 20px;
  }
  /* drama-box-title
  ========================================== */
  /* drama-box-title.title-base
  ------------------------------------------ */
  .drama-box-title.title-base {
    margin-bottom: 20px;
  }
  /* drama-box-movie-channel
  ========================================== */
  .drama-box-movie-channel-area {
    margin: 60px auto 20px;
  }
  /* drama-box-sns
  ========================================== */
  .drama-box-sns-area {
    width: 49%;
    margin: 20px 0 0;
  }
  /* drama-box-sns
  ------------------------------------------ */
  .drama-box-sns {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .drama-box-sns li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .drama-box-sns li a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    width: 70px;
  }
  .drama-box-sns li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  /* drama-box-share
  ========================================== */
  .drama-box-share-area {
    width: 49%;
    margin: 20px 0 0;
  }
  .drama-box-share-area:only-child {
    width: 100%;
    max-width: 515px;
    margin: 20px auto 0;
  }
  /* drama-box-share
  ------------------------------------------ */
  .drama-box-share {
    padding: 25px 65px;
  }
  .drama-box-share li {
    display: block;
    width: 29%;
    float: left;
  }
  .drama-box-share li:nth-child(n+2) {
    margin-left: 6.5%;
  }
  .drama-box-share li a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .drama-box-share li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  /* drama-box-recommend
  ========================================== */
  /* drama-box-recommend
  ------------------------------------------ */
  .drama-box-recommend {
    display: table;
  }
  .drama-box-recommend li {
    width: 25%;
    display: table-cell;
    padding-top: 0;
  }
  .drama-box-recommend li:last-child {
    border-right: none !important;
  }
  .drama-box-recommend li:nth-child(2n) {
    border-right: 1px solid #efefef;
  }
  .drama-box-recommend li:nth-child(n+3) {
    border-top: none;
  }
  .drama-box-recommend li figure a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .drama-box-recommend li figure a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .drama-box-recommend li figure h3 {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .drama-box-recommend li figure p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  /* drama-box-adBanner
  ========================================== */
  .drama-box-adBanner-area {
    margin: 0 auto;
    padding: 20px 0;
    border-top: none;
  }
  /* drama-box-adBanner
  ------------------------------------------ */
  .drama-box-adBanner li {
    display: inline-block !important;
    margin: 0 10px;
    padding: 10px 0;
    vertical-align: top;
  }
  /* drama-box-movie
  ========================================== */
  .drama-box-movie li a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .drama-box-movie li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  /* drama-paddingBox
  ========================================== */
  .drama-paddingBox {
    padding: 20px;
  }
  /* drama-title
  ========================================== */
  /* drama-title.title-box
  ------------------------------------------ */
  .drama-title.title-box {
    font-size: 1.4rem;
  }
  /* drama-title.title-underline
  ------------------------------------------ */
  .drama-title.title-underline {
    font-size: 1.4rem;
  }
  /* drama-text.text-lead
  ------------------------------------------ */
  .drama-text.text-lead {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
  /* drama-tag
  ------------------------------------------ */
  .drama-tag {
    margin: 7px;
  }
}
/* ------------------------------------------------------------------
	small-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width : 601px) {
  /* drama-share
  ========================================== */
  .drama-share-title {
    width: 170px;
    font-size: 1.2rem;
  }
  .drama-share-title br {
    display: none;
  }
  .drama-share-body > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 123px;
    text-align: center;
    padding: 7px 0;
    border-radius: 2px;
    color: #fff;
  }
  .drama-share-body > ul > li > a i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .drama-share-body > ul > li > a.facebook {
    padding: 3px 0;
    background-color: #1877f2;
  }
  .drama-share-body > ul > li > a.facebook i {
    background-image: url("../images/drama/sns-facebook-square-white.png");
  }
  .drama-share-body > ul > li > a.twitter {
    padding: 3px 0;
    background-color: #000;
  }
  .drama-share-body > ul > li > a.twitter i {
    background-image: url("../images/drama/sns-x-square-white.png");
  }
  .drama-share-body > ul > li > a.line {
    background-color: #00b900;
  }
}
body.second .drama-main .topics-area {
  /* drama-article-contents
  ------------------------------------------ */
}
body.second .drama-main .topics-area .drama-article-contents {
  padding-top: 0;
  overflow: hidden;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  line-height: 1.47;
}
body.second .drama-main .topics-area .drama-article-contents a {
  text-decoration: underline;
}
body.second .drama-main .topics-area .drama-article-contents figure {
  width: 50%;
  max-width: 500px;
  margin: 20px auto;
}
body.second .drama-main .topics-area .drama-article-contents img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
body.second .drama-main .topics-area .drama-article-contents figure figcaption {
  font-size: 1rem;
  color: #9b9b9b;
}
body.second .drama-main .topics-area .drama-article-contents h3,
body.second .drama-main .topics-area .drama-article-contents h4,
body.second .drama-main .topics-area .drama-article-contents h5,
body.second .drama-main .topics-area .drama-article-contents h6 {
  text-decoration: none;
}
body.second .drama-main .topics-area .drama-article-contents hr {
  margin: 40px auto;
}
@media only screen and (max-width : 600px) {
  body.second .drama-main .topics-area {
    /* drama-article-contents
    ------------------------------------------ */
  }
  body.second .drama-main .topics-area .drama-article-contents h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  body.second .drama-main .topics-area .drama-article-contents h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  body.second .drama-main .topics-area .drama-article-contents h3,
  body.second .drama-main .topics-area .drama-article-contents h4,
  body.second .drama-main .topics-area .drama-article-contents h5,
  body.second .drama-main .topics-area .drama-article-contents h6 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body.second .drama-main .topics-area .drama-article-contents strong {
    font-weight: bold;
  }
  body.second .drama-main .topics-area .drama-article-contents p {
    color: #4a4a4a;
    line-height: 1.86;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  body.second .drama-main .topics-area .drama-article-contents blockquote p {
    font-style: italic;
    color: #999;
  }
  body.second .drama-main .topics-area .drama-article-contents address {
    color: #999;
  }
  body.second .drama-main .topics-area .drama-article-contents table {
    border-collapse: separate;
    border-spacing: 1px;
    background: #eee;
    margin-bottom: 15px;
  }
  body.second .drama-main .topics-area .drama-article-contents table th,
  body.second .drama-main .topics-area .drama-article-contents table td {
    padding: 5px 10px;
  }
  body.second .drama-main .topics-area .drama-article-contents table th {
    background: #f4f4f4;
  }
  body.second .drama-main .topics-area .drama-article-contents table td {
    background: #fff;
  }
  body.second .drama-main .topics-area .drama-article-contents ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.4rem;
    padding-left: 0.1em;
  }
  body.second .drama-main .topics-area .drama-article-contents ol {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 1.4rem;
  }
  body.second .drama-main .topics-area .drama-article-contents hr {
    margin: 30px auto;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #cccccc;
    height: 1px;
  }
  body.second .drama-main .topics-area .drama-article-contents iframe {
    display: block;
    width: 280px;
    height: 157.5px;
    margin: 0 auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-insta {
    width: 100%;
    max-width: 100%;
    padding-top: calc(105% + 190px);
    position: relative;
    margin: auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-insta iframe {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-twitter twitter-widget {
    max-width: 100% !important;
    min-width: 300px !important;
    margin: auto !important;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin: auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  body.second .drama-main .topics-area {
    /* drama-article-contents
    ------------------------------------------ */
  }
  body.second .drama-main .topics-area .drama-article-contents h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body.second .drama-main .topics-area .drama-article-contents h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  body.second .drama-main .topics-area .drama-article-contents h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  body.second .drama-main .topics-area .drama-article-contents h4,
  body.second .drama-main .topics-area .drama-article-contents h5,
  body.second .drama-main .topics-area .drama-article-contents h6 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body.second .drama-main .topics-area .drama-article-contents strong {
    font-weight: bold;
  }
  body.second .drama-main .topics-area .drama-article-contents p {
    color: #4a4a4a;
    line-height: 1.86;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  body.second .drama-main .topics-area .drama-article-contents blockquote p {
    font-style: italic;
    color: #999;
  }
  body.second .drama-main .topics-area .drama-article-contents address {
    color: #999;
  }
  body.second .drama-main .topics-area .drama-article-contents table {
    border-collapse: separate;
    border-spacing: 1px;
    background: #eee;
    margin-bottom: 15px;
  }
  body.second .drama-main .topics-area .drama-article-contents table th,
  body.second .drama-main .topics-area .drama-article-contents table td {
    padding: 5px 10px;
  }
  body.second .drama-main .topics-area .drama-article-contents table th {
    background: #f4f4f4;
  }
  body.second .drama-main .topics-area .drama-article-contents table td {
    background: #fff;
  }
  body.second .drama-main .topics-area .drama-article-contents ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.4rem;
    padding-left: 0.1em;
  }
  body.second .drama-main .topics-area .drama-article-contents ol {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 1.4rem;
  }
  body.second .drama-main .topics-area .drama-article-contents hr {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #cccccc;
    height: 1px;
  }
  body.second .drama-main .topics-area .drama-article-contents iframe {
    display: block;
    width: 530px;
    height: 298.125px;
    margin: 0 auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-insta {
    width: 100%;
    max-width: 100%;
    padding-top: calc(105% + 190px);
    position: relative;
    margin: auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-insta iframe {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-twitter twitter-widget {
    max-width: 100% !important;
    min-width: 300px !important;
    margin: auto !important;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin: auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width : 993px) {
  body.second .drama-main .topics-area {
    /* drama-article-contents
    ------------------------------------------ */
    /* drama-article-contents
    ------------------------------------------ */
  }
  body.second .drama-main .topics-area .drama-article-contents {
    height: auto;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
    line-height: 1.86;
  }
  body.second .drama-main .topics-area .drama-article-contents h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body.second .drama-main .topics-area .drama-article-contents h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  body.second .drama-main .topics-area .drama-article-contents h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  body.second .drama-main .topics-area .drama-article-contents h4,
  body.second .drama-main .topics-area .drama-article-contents h5,
  body.second .drama-main .topics-area .drama-article-contents h6 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body.second .drama-main .topics-area .drama-article-contents strong {
    font-weight: bold;
  }
  body.second .drama-main .topics-area .drama-article-contents p {
    color: #4a4a4a;
    line-height: 1.86;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  body.second .drama-main .topics-area .drama-article-contents blockquote p {
    font-style: italic;
    color: #999;
  }
  body.second .drama-main .topics-area .drama-article-contents address {
    color: #999;
  }
  body.second .drama-main .topics-area .drama-article-contents table {
    border-collapse: separate;
    border-spacing: 1px;
    background: #eee;
    margin-bottom: 15px;
  }
  body.second .drama-main .topics-area .drama-article-contents table th,
  body.second .drama-main .topics-area .drama-article-contents table td {
    padding: 5px 10px;
  }
  body.second .drama-main .topics-area .drama-article-contents table th {
    background: #f4f4f4;
  }
  body.second .drama-main .topics-area .drama-article-contents table td {
    background: #fff;
  }
  body.second .drama-main .topics-area .drama-article-contents ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.4rem;
  }
  body.second .drama-main .topics-area .drama-article-contents ol {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 1.4rem;
  }
  body.second .drama-main .topics-area .drama-article-contents hr {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #cccccc;
    height: 1px;
  }
  body.second .drama-main .topics-area .drama-article-contents iframe {
    display: block;
    width: 530px;
    height: 298.125px;
    margin: 0 auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-insta {
    width: 63%;
    max-width: 540px;
    padding-top: 86.715%;
    position: relative;
    margin: auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-insta iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-twitter twitter-widget {
    width: 500px !important;
    margin: auto !important;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-youtube {
    width: 75%;
    max-width: 640px;
    padding-top: 41.96%;
    position: relative;
    margin: auto;
  }
  body.second .drama-main .topics-area .drama-article-contents .ntv-drama-template-embed-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* drama-lists
========================================== */
.drama-lists > li {
  counter-increment: ranking;
  padding: 16px 10px;
  line-height: 1.25;
}

.drama-lists > li > a {
  display: block;
}

/* drama-lists - drama-list-box
------------------------------------------ */
.drama-lists > li > a .drama-list-box {
  position: relative;
  word-break: break-all;
}

.drama-lists > li > a .drama-list-box:after {
  content: "";
  display: block;
  clear: both;
}

.drama-lists > li > a .drama-list-box .list-img {
  width: 31.25%;
  padding-top: 17.57812%;
  float: left;
  position: relative;
}

.drama-lists > li > a .drama-list-box .list-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* drama-lists - drama-list-box - list-img.ranking-img
------------------------------------------ */
.drama-lists > li > a .drama-list-box .list-img.ranking-img:after {
  content: counter(ranking);
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}

/* drama-lists - drama-list-box - list-img.pr-img
------------------------------------------ */
.drama-lists > li > a .drama-list-box .list-img.pr-img:after {
  content: "PR";
  display: inline-block;
  text-align: center;
  background-color: #9b9b9b;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
}

/* drama-lists - drama-list-box - list-text
------------------------------------------ */
.drama-lists > li > a .drama-list-box .list-text {
  margin-left: 34.375%;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  padding-bottom: 17px;
}

/* drama-lists - drama-list-box - list-data
------------------------------------------ */
.drama-lists > li > a .drama-list-box .list-data {
  position: absolute;
  left: 34.375%;
  bottom: 0;
  padding-top: 5px;
  font-size: 1rem;
  letter-spacing: 0.4px;
  color: #9b9b9b;
}

/* drama-lists - drama-list-box - list-nodata
------------------------------------------ */
.drama-lists > li > a .drama-list-box.list-nodata .list-img {
  border: 1px solid #dedede;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:before,
.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 30;
}

.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  margin-left: 3px;
}

.drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.drama-lists > li > a .drama-list-box.list-nodata .list-text {
  padding-bottom: 0;
}

/* drama-lists - adBannerWrap
------------------------------------------ */
.drama-lists > li .adBannerWrap > div > a {
  display: block;
  overflow: hidden;
  font-size: 1.4rem;
  position: relative;
}

.drama-lists > li .adBannerWrap > div > a:after {
  content: "PR";
  display: inline-block;
  text-align: center;
  background-color: #9b9b9b;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.drama-lists > li .adBannerWrap > div > a > img {
  max-width: 100%;
  width: auto;
  max-height: 120px;
  float: left;
  margin-right: 3.125%;
}

/* drama-lists - drama-adBanner-li
------------------------------------------ */
.drama-lists > li.drama-adBanner-li {
  padding: 0;
}

.drama-lists li + li {
  border-top: 1px solid #efefef;
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* drama-lists
  	========================================== */
  .drama-lists > li > a .drama-list-box .list-img {
    width: 195px;
    padding-top: 109px;
  }
  /* drama-lists - drama-list-box - list-nodata
  ------------------------------------------ */
  .drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:before {
    border-width: 12px 0 12px 20px;
    margin-left: 4px;
  }
  .drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:after {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width : 993px) {
  /* drama-lists
  ========================================== */
  .drama-aside .drama-lists {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
    width: 100%;
  }
  .drama-lists > li {
    width: 32%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    vertical-align: top;
    line-height: 1.25;
  }
  .drama-lists > li:not(:first-child) {
    margin-left: 2%;
  }
  .drama-lists > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .drama-lists > li > a {
    display: block;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .drama-lists > li > a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  /* drama-lists - drama-list-box
  ------------------------------------------ */
  .drama-lists > li > a .drama-list-box .list-img {
    width: 100% !important;
    padding-top: 56.57894% !important;
    float: none;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #efefef;
  }
  /* drama-lists - drama-list-box - list-img.pr-img
  ------------------------------------------ */
  .drama-lists > li > a .drama-list-box .list-img.pr-img:after {
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    padding: 5px 15px;
  }
  /* drama-lists - drama-list-box - list-text
  ------------------------------------------ */
  .drama-lists > li > a .drama-list-box .list-text {
    margin: 15px 0 15px 0 !important;
    font-size: 1.6rem !important;
    line-height: 1.25;
    letter-spacing: 0.7px;
    padding-bottom: 30px !important;
  }
  /* drama-lists - drama-list-box - list-data
  ------------------------------------------ */
  .drama-lists > li > a .drama-list-box .list-data {
    position: absolute;
    left: 10px !important;
    bottom: 5px;
    padding-top: 0;
    font-size: 1.2rem !important;
    letter-spacing: 0.6px !important;
    color: #9b9b9b;
  }
  /* drama-lists - drama-list-box - list-nodata
  ------------------------------------------ */
  .drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:before {
    border-width: 17px 0 17px 29px;
    margin-left: 7px;
  }
  .drama-lists > li > a .drama-list-box.list-nodata .list-img.tada:after {
    width: 76px;
    height: 76px;
  }
  .drama-lists > li > a .drama-list-box.list-nodata .list-text {
    font-size: 1.4rem !important;
    padding-bottom: 0 !important;
  }
  /* drama-lists - adBannerWrap
  ------------------------------------------ */
  .drama-lists > li .adBannerWrap > div > a {
    font-size: 1.8rem;
  }
  .drama-lists > li .adBannerWrap > div > a:after {
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    padding: 5px 15px;
  }
  .drama-lists li + li {
    border-top: none;
  }
}
@media only screen and (min-width : 601px) {
  /* drama-lists
  ========================================== */
  /* drama-lists - drama-list-box
  ------------------------------------------ */
  .drama-lists > li > a .drama-list-box .list-text {
    font-size: 1.8rem;
    padding-bottom: 24px;
    margin-left: 215px;
  }
  .drama-lists > li > a .drama-list-box .list-data {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    left: 215px;
  }
}
#topics {
  /* topics - for SP
  ========================================== */
  /* topics-list
  ------------------------------------------ */
  /* topics-pickup
  ------------------------------------------ */
  /* ------------------------------------------------------------------
  	medium-screen-up
  ------------------------------------------------------------------ */
  /* ------------------------------------------------------------------
  	small-screen-up
  ------------------------------------------------------------------ */
}
#topics .topics-area {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}
#topics .topics-area .drama-box {
  background-color: transparent;
}
#topics .topics-area .drama-box-body {
  background-color: transparent;
}
#topics .topics-item {
  background-color: #fff;
  line-height: 1.25;
  display: block;
}
#topics .topics-item.drama-adBanner-li {
  padding: 0 !important;
  background-color: #ffffe6;
}
#topics .topics-item:not(:first-child) {
  padding: 16px 10px;
  border-top: 1px solid #efefef;
}
#topics .topics-item a {
  display: block;
}
#topics .topics-box {
  position: relative;
  word-break: break-all;
}
#topics .topics-box:after {
  content: "";
  display: block;
  clear: both;
}
#topics .topics-text {
  margin-left: 34.375%;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
#topics .topics-data {
  margin-left: 34.375%;
  bottom: 0;
  padding-top: 5px;
  font-size: 1rem;
  letter-spacing: 0.4px;
  color: #9b9b9b;
}
#topics .topics-data .genre,
#topics .topics-data .date {
  display: inline-block;
}
#topics .topics-data .date {
  position: relative;
}
#topics .topics-data .date:before {
  content: "｜";
  display: inline-block;
  width: 1rem;
  height: auto;
  margin: 0 auto;
}
#topics .topics-btn {
  margin: 6% auto;
}
#topics .topics-btn a {
  width: 36.3%;
}
#topics .topics-pickup {
  position: relative;
  background-color: #fff;
}
#topics .topics-pickup a {
  display: block;
}
#topics .topics-pickup-text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0;
}
#topics .topics-pickup-data {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  padding-top: 0;
  letter-spacing: 0;
  color: #222;
  margin-left: 0;
}
#topics .topics-pickup-data .genre,
#topics .topics-pickup-data .date {
  display: block;
  padding: 2px 5px;
  font-size: 1rem;
  letter-spacing: 0.4px;
  float: left;
  color: #fff;
}
#topics .topics-pickup-data .genre {
  background-color: #ebf8ff;
  color: #222;
}
#topics .topics-pickup-data .date {
  background-color: rgba(0, 0, 0, 0.4);
}
#topics .topics-pickup-data .date:before {
  content: none;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #topics {
    /* topics
    ========================================== */
  }
  #topics .topics-area {
    width: auto;
    margin: 6% 20px 5%;
    padding: 0;
    background-color: #fff;
  }
  #topics .topics-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 993px) {
  #topics {
    /* topics - for PC
    ========================================== */
    /* topics-list
    ------------------------------------------ */
    /* topics-pickup
    ------------------------------------------ */
  }
  #topics .topics-area {
    margin: 30px auto 60px;
    padding: 50px 0 60px;
    background-color: #0162b1;
  }
  #topics .topics-area .drama-box {
    background-color: transparent;
  }
  #topics .topics-area .drama-box-body {
    background-color: transparent;
  }
  #topics .topics-area .drama-box-title {
    background-image: none;
  }
  #topics .topics-list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
    width: 100%;
  }
  #topics .topics-item {
    width: 32%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #efefef;
    vertical-align: top;
    line-height: 1.25;
  }
  #topics .topics-item.drama-adBanner-li {
    padding: 0 !important;
    background-color: #ffffe6;
  }
  #topics .topics-item:not(:first-child) {
    margin-left: 2%;
    padding: 0;
    border: 1px solid #efefef;
  }
  #topics .topics-item:nth-child(3n+1) {
    margin-left: 0;
  }
  #topics .topics-item:nth-child(n+4) {
    margin-top: 20px;
  }
  #topics .topics-item a {
    display: block;
  }
  #topics .topics-box {
    position: relative;
    word-break: break-all;
  }
  #topics .topics-box:after {
    content: "";
    display: block;
    clear: both;
  }
  #topics .topics-text {
    margin: 15px 15px 5px 15px !important;
    font-size: 1.8rem !important;
    line-height: 1.56;
    letter-spacing: 0.5px;
  }
  #topics .topics-data {
    margin: 0 15px 15px 15px !important;
    padding-top: 0;
    font-size: 1.2rem !important;
    letter-spacing: 0.4px !important;
    color: #9b9b9b;
  }
  #topics .topics-data .genre,
  #topics .topics-data .date {
    display: inline-block;
  }
  #topics .topics-data .date {
    position: relative;
  }
  #topics .topics-data .date:before {
    content: "｜";
    display: inline-block;
    width: 1rem;
    height: auto;
    margin: 0 auto;
  }
  #topics .topics-btn {
    margin: 30px auto 0;
  }
  #topics .topics-btn a {
    width: 36.3%;
  }
  #topics .topics-pickup {
    position: relative;
    background-color: #fff;
  }
  #topics .topics-pickup a {
    display: block;
  }
  #topics .topics-pickup-text {
    font-size: 1.8rem !important;
    font-weight: normal !important;
    margin: 15px 15px 5px 15px !important;
    padding: 0 !important;
    position: relative;
    left: 0;
    bottom: 0;
    color: #222;
    line-height: 1.56;
    letter-spacing: 0.5px !important;
  }
  #topics .topics-pickup-data {
    position: relative !important;
    bottom: 5px;
    padding-top: 0;
    letter-spacing: 0;
    color: #9b9b9b;
  }
  #topics .topics-pickup-data .genre,
  #topics .topics-pickup-data .date {
    display: inline-block;
    padding: 0 !important;
    font-size: 1.2rem !important;
    letter-spacing: 0 !important;
    float: none;
    color: #9b9b9b !important;
  }
  #topics .topics-pickup-data .genre {
    background-color: transparent;
    color: #9b9b9b;
  }
  #topics .topics-pickup-data .date {
    background-color: transparent;
    position: relative;
  }
  #topics .topics-pickup-data .date:before {
    content: "｜";
    display: inline-block;
    width: 1rem;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 601px) {
  #topics {
    /* topics
    ========================================== */
    /* topics-list
    ------------------------------------------ */
    /* topics-pickup
    ------------------------------------------ */
  }
  #topics .topics-text {
    font-size: 1.8rem;
    margin-left: 215px;
  }
  #topics .topics-data {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    margin-left: 215px;
  }
  #topics .topics-pickup-text {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-left: 0;
    padding: 20px;
  }
  #topics .topics-pickup-data {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  #topics .topics-pickup-data .genre,
  #topics .topics-pickup-data .date {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    padding: 5px 15px;
  }
}

body.second .drama-main .topics-area {
  margin: 20px auto;
  background-color: transparent;
  /* drama-box-body
  ========================================== */
  /* drama-tag
  ========================================== */
  /* drama-article
  ========================================== */
  /* drama-article-mainMovie
  ------------------------------------------ */
  /* drama-article-tag
  ------------------------------------------ */
  /* drama-article-body
  ------------------------------------------ */
}
body.second .drama-main .topics-area .drama-box-body {
  padding: 0;
}
body.second .drama-main .topics-area .drama-tag {
  background-color: #333;
  border-color: #333;
  color: #fff;
  margin: 4px 8px 4px 0;
}
body.second .drama-main .topics-area .drama-tag:hover {
  background-color: #fff;
  border-color: #666;
  color: #666;
  opacity: 1 !important;
}
body.second .drama-main .topics-area .drama-tag.tag-default {
  background-color: #fff;
  border-color: #666;
  color: #666;
}
body.second .drama-main .topics-area .drama-tag.tag-default:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
body.second .drama-main .topics-area .drama-tag-wrap {
  padding-left: 37px;
}
body.second .drama-main .topics-area .drama-article {
  background-color: #fff;
}
body.second .drama-main .topics-area .drama-article-mainMovie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 1em;
}
body.second .drama-main .topics-area .drama-article-mainMovie > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.second .drama-main .topics-area .drama-article-tag {
  padding: 20px 20px 0;
}
body.second .drama-main .topics-area .drama-article-body {
  padding: 20px;
}
body.second .drama-main .topics-area .drama-article-body > h1 {
  font-size: 1.8rem;
  letter-spacing: 0.2px;
  font-weight: bold;
  margin-bottom: 15px;
}
body.second .drama-main .topics-area .drama-article-body .article-data {
  font-size: 1rem;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  color: #9b9b9b;
}
body.second .drama-main .topics-area .drama-article-aside {
  padding: 20px;
  background-color: #ececec;
}
@media only screen and (max-width : 600px) {
  body.second .drama-main .topics-area .drama-article-tag {
    padding: 20px 10px 0;
  }
  body.second .drama-main .topics-area .drama-article-body {
    padding: 0 10px 10px;
  }
}
@media only screen and (min-width : 601px) {
  body.second .drama-main .topics-area .drama-article-body > h1 {
    font-size: 2.8rem;
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width : 993px) {
  body.second .drama-main .topics-area {
    /* drama-tag
    ========================================== */
    /* drama-article
    ========================================== */
    /* drama-article-tag
    ------------------------------------------ */
    /* drama-article-body
    ------------------------------------------ */
  }
  body.second .drama-main .topics-area .drama-tag {
    margin: 7px 14px 7px 0;
  }
  body.second .drama-main .topics-area .drama-article {
    padding: 50px 70px;
    margin-top: 0;
  }
  body.second .drama-main .topics-area .drama-article-tag {
    padding: 0 0 0;
  }
  body.second .drama-main .topics-area .drama-article-body .article-data {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
  body.second .drama-main .topics-area .drama-article-body {
    padding: 20px 0;
  }
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  body.second .drama-main .topics-area .drama-inner {
    padding: 0 20px;
  }
}

body.second .drama-aside {
  /* drama-box-popin
  ========================================== */
}
@media only screen and (max-width : 600px) {
  body.second .drama-aside .drama-box-popin-area {
    margin: 3% auto;
  }
  body.second .drama-aside .drama-box-popin-inner {
    padding: 0;
  }
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  body.second .drama-aside .drama-box-popin-area {
    margin: 40px auto;
    border-bottom: 1px solid #efefef;
  }
  body.second .drama-aside .drama-box-popin-inner {
    padding: 0;
  }
}
@media only screen and (min-width : 993px) {
  body.second .drama-aside .drama-box-popin-area {
    margin: 60px auto 20px;
  }
}

/* drama-adBanner
========================================== */
.drama-adBanner {
  overflow: hidden;
  position: relative;
}

/* drama-adBanner - yads_ad
------------------------------------------ */
.drama-adBanner .yads_ad {
  position: relative;
  margin: 0 !important;
  padding: 16px 10px !important;
}

.drama-adBanner .yads_ad_res_s {
  overflow: hidden;
  margin: 0 !important;
  padding: 16px 10px !important;
}

.drama-adBanner .yads_ad_img_res_s {
  width: 31.25%;
  padding-top: 21.875%;
  float: left;
  overflow: hidden;
  position: relative;
}

.drama-adBanner .yads_ad_img_res_s img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.drama-adBanner .yads_ad_title_res_s,
.drama-adBanner .yads_ad_adv_res_s,
.drama-adBanner .yads_ad_info_res_s {
  margin-left: 34.375%;
}

.drama-adBanner .yads_ad_title_res_s {
  font-size: 1.4rem;
}

.drama-adBanner .yads_ad_adv_res_s,
.drama-adBanner .yads_ad_info_res_s {
  font-size: 1rem;
}

.drama-adBanner .yads_ad_adv_res_s {
  color: #9b9b9b;
  margin-top: 0.2em;
}

.drama-adBanner .yads_ad_info_res_s {
  position: absolute;
  right: 10px;
  bottom: 16px;
}

.drama-adBanner .yads_ad_info_res_s span {
  vertical-align: middle;
}

.drama-adBanner .yads_ad_info_res_s img {
  width: auto;
  height: 1em;
  display: inline;
  vertical-align: middle;
}

.drama-adBanner .yads_ad .yads_uv_item_wrap {
  display: inline !important;
}

.drama-adBanner .yads_ad .yads_uv_item {
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  position: static !important;
}

.drama-adBanner .yads_ad .yads_uv_item:hover {
  background-color: transparent !important;
}

.drama-adBanner .yads_ad .yads_uv_image {
  float: left !important;
  width: 31.25% !important;
  padding-top: 17.57812% !important;
  height: 0 !important;
  margin: 0 !important;
}

.drama-adBanner .yads_ad .yads_uv_image img {
  width: 100% !important;
  height: auto !important;
}

.drama-adBanner .yads_ad .yads_uv_texts {
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 3% !important;
}

.drama-adBanner .yads_ad .yads_uv_texts .yads_uv_title {
  margin: 0 !important;
}

.drama-adBanner .yads_ad .yads_uv_texts .yads_uv_adv {
  margin: 0.2em 0 0 !important;
}

.drama-adBanner .yads_ad .yads_uv_title {
  font-size: 1.4rem !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 0 0 34.375% !important;
  line-height: 1.25 !important;
}

.drama-adBanner .yads_ad .yads_uv_adv {
  font-size: 1rem !important;
  color: #9b9b9b !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0.2em 0 0 34.375% !important;
  line-height: 1.25 !important;
}

.drama-adBanner .yads_ad .yads_uv_label {
  clear: none !important;
  text-align: left !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  position: absolute !important;
  right: 10px !important;
  bottom: 16px !important;
}

.drama-adBanner .yads_ad .yads_uv_label > span {
  font-size: 1rem !important;
  position: relative !important;
}

.drama-adBanner .yads_ad .yads_uv_label > span + i {
  position: relative !important;
}

/* drama-adBanner - ntvAd
------------------------------------------ */
.drama-adBanner .ntvAd {
  overflow: hidden;
  margin: 0 !important;
  padding: 16px 10px !important;
}

.drama-adBanner .ntvAd-img {
  width: 31.25%;
  padding-top: 17.57812%;
  float: left;
  position: relative;
}

.drama-adBanner .ntvAd-img img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.drama-adBanner .ntvAd-text {
  margin-left: 34.375%;
  font-size: 1.4rem;
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* drama-adBanner
  ========================================== */
  /* drama-adBanner - yads_ad
  ------------------------------------------ */
  .drama-adBanner .yads_ad_img_res_s {
    width: 195px;
    padding-top: 136px;
  }
  .drama-adBanner .yads_ad_title_res_s,
  .drama-adBanner .yads_ad_adv_res_s,
  .drama-adBanner .yads_ad_info_res_s {
    margin-left: 215px;
  }
  .drama-adBanner .yads_ad .yads_uv_image {
    width: 195px !important;
    padding-top: 109px !important;
  }
  .drama-adBanner .yads_ad .yads_uv_texts {
    padding-left: 20px !important;
  }
  .drama-adBanner .yads_ad .yads_uv_title {
    margin-left: 215px !important;
  }
  .drama-adBanner .yads_ad .yads_uv_adv {
    margin-left: 215px !important;
  }
  /* drama-adBanner - ntvAd
  ------------------------------------------ */
  .drama-adBanner .ntvAd-img {
    width: 195px;
    padding-top: 109px;
  }
  .drama-adBanner .ntvAd-text {
    margin-left: 215px;
  }
}
@media large-and-up {
  .drama-adBanner .yads_ad {
    padding: 20px !important;
  }
  /* drama-adBanner
  ========================================== */
  /* drama-adBanner - yads_ad
  ------------------------------------------ */
  .drama-aside .drama-adBanner .yads_ad {
    padding: 16px 10px !important;
  }
  .drama-adBanner .yads_ad_res_s {
    padding: 20px !important;
  }
  .drama-aside .drama-adBanner .yads_ad_res_s {
    padding: 16px 10px !important;
  }
  .drama-adBanner .yads_ad_info_res_s {
    right: 20px;
    bottom: 20px;
  }
  .drama-aside .drama-adBanner .yads_ad_info_res_s {
    right: 10px;
    bottom: 16px;
  }
  .drama-adBanner .yads_ad .yads_uv_label {
    right: 20px !important;
    bottom: 20px !important;
  }
  .drama-aside .drama-adBanner .yads_ad .yads_uv_label {
    right: 10px !important;
    bottom: 16px !important;
  }
  /* drama-adBanner - ntvAd
  ------------------------------------------ */
  .drama-adBanner .ntvAd {
    padding: 20px !important;
  }
  .drama-aside .drama-adBanner .ntvAd {
    padding: 16px 10px !important;
  }
}
@media medium-and-up {
  /* drama-adBanner
  ========================================== */
  /* drama-adBanner - yads_ad
  ------------------------------------------ */
  .drama-adBanner .yads_ad_title_res_s {
    font-size: 1.8rem;
  }
  .drama-aside .drama-adBanner .yads_ad_title_res_s {
    font-size: 1.4rem;
  }
  .drama-adBanner .yads_ad_adv_res_s,
  .drama-adBanner .yads_ad_info_res_s {
    font-size: 1.2rem;
  }
  .drama-aside .drama-adBanner .yads_ad_adv_res_s,
  .drama-aside .drama-adBanner .yads_ad_info_res_s {
    font-size: 1rem;
  }
  .drama-adBanner .yads_ad .yads_uv_title {
    font-size: 1.8rem !important;
  }
  .drama-aside .drama-adBanner .yads_ad .yads_uv_title {
    font-size: 1.4rem !important;
  }
  .drama-adBanner .yads_ad .yads_uv_adv {
    font-size: 1.2rem !important;
  }
  .drama-aside .drama-adBanner .yads_ad .yads_uv_adv {
    font-size: 1rem !important;
  }
  .drama-adBanner .yads_ad .yads_uv_label > span {
    font-size: 1.2rem !important;
  }
  .drama-aside .drama-adBanner .yads_ad .yads_uv_label > span {
    font-size: 1rem !important;
  }
  /* drama-adBanner - ntvAd
  ------------------------------------------ */
  .drama-adBanner .ntvAd-text {
    font-size: 1.8rem;
  }
  .drama-aside .drama-adBanner .ntvAd-text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width : 993px) {
  /* topics - drama-adBanner - yads_ad
  ------------------------------------------ */
  .topics-area .drama-adBanner .yads_ad {
    padding: 0 !important;
    border: none !important;
  }
  .topics-area .drama-adBanner .yads_ad .yads_uv_image {
    width: 100% !important;
    float: none !important;
    padding-top: 56.57894% !important;
  }
  .topics-area .drama-adBanner .yads_ad .yads_uv_image img {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
  }
  .topics-area .drama-adBanner .yads_ad .yads_uv_texts {
    margin: 15px 15px 25px 15px !important;
    padding-bottom: 40px !important;
    padding-left: 1px !important;
  }
  .topics-area .drama-adBanner .yads_ad .yads_uv_texts .yads_uv_title {
    margin: 0 0 20px 0 !important;
  }
  .topics-area .drama-adBanner .yads_ad .yads_uv_texts .yads_uv_adv {
    padding: 0 !important;
  }
  .topics-area .drama-adBanner .yads_ad .yads_uv_title {
    font-size: 1.8rem !important;
    line-height: 1.56 !important;
    letter-spacing: 0.5px !important;
    margin: 15px 15px 25px 15px !important;
  }
  .topics-area .drama-adBanner .yads_ad .yads_uv_adv {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.4px !important;
    color: #9b9b9b !important;
    padding: 0 15px !important;
    margin: 0 !important;
  }
  /* topics - drama-adBanner - ntvAd
  ------------------------------------------ */
  .topics-area .drama-adBanner .ntvAd {
    padding: 0 !important;
  }
  .topics-area .drama-adBanner .ntvAd-img {
    width: 100%;
    padding-top: 56.57894%;
    float: none;
  }
  .topics-area .drama-adBanner .ntvAd-text {
    margin-left: 0;
    margin: 15px 15px 25px 15px;
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.5px;
  }
}
