@charset "UTF-8";

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

 Layout

==================================*/
.ntv-wrapper{
  background: url(../images/bg-pattern.png) repeat #F7F7F7;
  background-position: center;
  background-size: 80%;
}

/* mv */
.teaser-main-mainImg img {
  display: block;
  width: 100%;
  /* padding-bottom: 70px; MV下見逃し配信バナー表示 */
}

/* オンエアテキスト */
.teaser-onair{
  line-height: 1;
  width: calc(200 / 375 * 100%);
  margin: 20px auto 0;
}
.teaser-onair img{
  width: 100%;
}

.teaser-contents {
  box-sizing: border-box;
  font-size: 1.4rem;
}

/* ブロック */
.teaser-block{
  color: #282828;
  word-break: break-all;
  padding: 35px 0;
}

/* ブロックタイトル */
.teaser-block-title{
  color: #282828;
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 1.0;
  width: 70px;
  margin: 0 auto 40px;
}
.teaser-block-title img{
  width: 100%;
}

/* ブロック内テキスト */
.teaser-block p{
  color: #282828;
  line-height: 1.86;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.teaser-block p.to {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  line-height: 0;
  margin-bottom: 0;
}

.br-sp{
  display: block;
}

/* グラッチ */
.glitch{
  animation: glitch_effect 10s infinite;
}
@keyframes glitch_effect{
  0% {
    opacity: 1;
    transform: none;
  }
  33% {
    transform: none;
    filter: invert(0%);
  }
  33.3% {
    opacity: 1;
    transform: skewY(20deg) translate(8px, 6px);
    filter: invert(100%);
  }
  33.6% {
    opacity: 0;
    transform: skewY(-10deg) translate(-10px, -10px);
  }
  33.9% {
    opacity: 1;
    transform: none;
    filter: invert(0%);
  }
  41% {
    opacity: 1;
  }
  41.4% {
    opacity: 0;
  }
  41.8% {
    opacity: 1;
  }
  42.2% {
    opacity: 0;
  }
  42.6% {
    opacity: 1;
  }
  66% {
    transform: none;
    filter: invert(0%);
  }
  66.3% {
    opacity: 1;
    transform: skewX(5deg) translate(-4px, 10px);
    filter: invert(10%);
  }
  66.6% {
    opacity: 0;
    transform: skewX(-7deg) translate(4px, -6px);
  }
  66.9% {
    opacity: 1;
    transform: none;
  }
  77% {
    transform: none;
  }
  77.3% {
    transform: skewY(10deg) translate(10px, -6px);
  }
  77.6% {
    transform: skewY(-22deg) translate(-5px, 8px);
    filter: invert(10%);
  }
  77.9% {
    transform: none;
    filter: invert(0%);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: invert(0%);
  }
}

/* ---------------------------------
 メニュー
--------------------------------- */
.teaser-nav{
  padding: 20px;
}
.teaser-nav .teaser-nav-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teaser-nav .teaser-nav-list li{
  display: flex;
  width : -webkit-calc(80 / 335 * 100%);
  width: calc(80 / 335 * 100%);
  margin-bottom: 5px;
  background: #fff;
}
.teaser-nav .teaser-nav-list li.badge{
  position: relative;
}
.teaser-nav .teaser-nav-list li.badge::before{
  content: "";
  position: absolute;
  background: url(../images/nav-badge.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 19px;
  top: -5px;
  left: -5px;
  z-index: 100;
}
.teaser-nav .teaser-nav-list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  color: #000;
  text-align: center;
  min-height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  line-height: 0;
  margin-bottom: 0;
}
.teaser-nav .teaser-nav-list li a.grayout{
  pointer-events:none;
  opacity: 0.3;
}
.teaser-nav .teaser-nav-list li.nav-intro a{
  background: url(../images/nav-intro.svg) no-repeat center;
  background-size: cover;
}
.teaser-nav .teaser-nav-list li.nav-story a{
  background: url(../images/nav-story.svg) no-repeat center;
  background-size: cover;
}
.teaser-nav .teaser-nav-list li.nav-cast a{
  background: url(../images/nav-cast.svg) no-repeat center;
  background-size: cover;
}
.teaser-nav .teaser-nav-list li.nav-staff a{
  background: url(../images/nav-staff.svg) no-repeat center;
  background-size: cover;
}
.teaser-nav .teaser-nav-list li.nav-topics a{
  background: url(../images/nav-topics.svg) no-repeat center;
  background-size: cover;
}
.teaser-nav .teaser-nav-list li.nav-movie a{
  background: url(../images/nav-movie.svg) no-repeat center;
  background-size: cover;
}
.teaser-nav .teaser-nav-list li.nav-original a{
  background: url(../images/nav-original.svg) no-repeat center;
  background-size: cover;
}
.teaser-nav .teaser-nav-list li.nav-sns a{
  background: url(../images/nav-sns.svg) no-repeat center;
  background-size: cover;
}

/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area{
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
}
.teaser-banner-area ul li{
  margin-bottom: 10px;
  line-height: 0;
}
.teaser-banner-area ul li:last-child{
  margin-bottom: 0;
}
.teaser-banner-area ul li a{
  display: block;
}
.teaser-banner-area ul li a img{
  width: 100%;
}

/* ---------------------------------
 イントロ
--------------------------------- */
#sect-intro.teaser-block .teaser-block-inner{
  padding: 0 20px;
}
#sect-intro.teaser-block p.intro-text{
  width: 100%;
  background: url(../images/intro-text.svg) no-repeat center;
  background-size: cover;
  padding-top: calc(1327 / 584 * 100%);
}

/* ---------------------------------
 動画
--------------------------------- */
#sect-movie.teaser-block{
  padding-top: 0;
  padding-bottom: 0;
}
#sect-movie.teaser-block .teaser-block-inner{
  padding: 0;
}
.teaser-contents #sect-movie.teaser-block .movie-player{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto 20px;
}
.teaser-contents #sect-movie.teaser-block .movie-player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser-contents #sect-movie.teaser-block .teaser-block-inner .movie-btn{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.teaser-contents #sect-movie.teaser-block .teaser-block-inner .movie-btn a{
  display: inline-block;
  width: 100%;
  background: #282828;
  padding: 10px 10px 9px;
  color: #C0C0C0;
  font-size: 1.4rem;
}

/* ---------------------------------
 最新情報
--------------------------------- */
#sect-news.teaser-block{
  position: relative;
  padding-top: 20px;
}
#sect-news.teaser-block .teaser-block-title{
  position: absolute;
  top: 40px;
  left: 10px;
  width: 70px;
}
#sect-news.teaser-block .teaser-block-inner{
  padding: 0;
  background: #fff;
}
#sect-news.teaser-block .teaser-block-inner .news-list{
  width: 76%;
  margin-left: 24%;
  padding: 20px 20px 20px 0;
}
#sect-news.teaser-block .teaser-block-inner .news-list .news-list-item{
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#sect-news.teaser-block .teaser-block-inner .news-list .news-list-item:last-child{
  border: none;
  margin-bottom: 0;
}
#sect-news.teaser-block .teaser-block-inner .news-list .news-list-item:last-child{
  margin-bottom: 0;
}
#sect-news.teaser-block .teaser-block-inner .news-list .news-list-item a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sect-news.teaser-block .teaser-block-inner .news-list .news-list-item .img{
  width: 30%;
  line-height: 1;
}
#sect-news.teaser-block .teaser-block-inner .news-list .news-list-item .img img{
  width: 100%;
  border: 1px solid #dedad4;
}
#sect-news.teaser-block .teaser-block-inner .news-list .news-list-item p.text{
  width: 66%;
  margin-bottom: 0;
  font-size: 1.2rem;
}
#sect-news.teaser-block .teaser-block-inner .news-list .news-list-item p.text span.date{
  display: block;
}


/* ---------------------------------
 ストーリー
--------------------------------- */
#sect-story.teaser-block .teaser-block-inner{
  padding: 0 20px;
}
#sect-story.teaser-block p.story-text{
  width: 100%;
  background: url(../images/story-text.svg) no-repeat center;
  background-size: cover;
  padding-top: calc(584 / 584 * 100%);
}

/* ---------------------------------
 原作紹介
--------------------------------- */
#sect-original.teaser-block .teaser-block-inner{
  padding: 0;
}
#sect-original.teaser-block .teaser-block-inner .original-img{
  width: calc(200 / 375 * 100%);
  margin: 0 auto;
  line-height: 1;
}
#sect-original.teaser-block .teaser-block-inner .original-img img,
#sect-original.teaser-block .teaser-block-inner h4 img{
  width: 100%;
}
#sect-original.teaser-block .teaser-block-inner .original-text{
  font-family: serif;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#sect-original.teaser-block .teaser-block-inner h4.series{
  width: calc(144 / 375 * 100%);
  margin: 0 auto 15px;
  line-height: 1;
}
#sect-original.teaser-block .teaser-block-inner h4.comics{
  width: calc(126 / 375 * 100%);
  margin: 0 auto 15px;
  line-height: 1;
}
#sect-original.teaser-block .teaser-block-inner .original-series-text{
  text-align: center;
}
#sect-original.teaser-block .teaser-block-inner .original-series-text span{
  font-size: 1.2rem;
}

.original-series-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
}

.original-series-list{
  display: flex;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px;
}

.series-list-item {
  flex-shrink: 0;
  width: calc(140 / 375 * 100%);
  text-align: center;
  margin-left: 15px;
  list-style: none;
}
#sect-original.teaser-block .teaser-block-inner .original-series-list .series-list-item:first-child{
  margin-left: 0;
}

#sect-original.teaser-block .teaser-block-inner .original-series-list .series-list-item a{
  display: inline-block;
  width: 100%;
}
#sect-original.teaser-block .teaser-block-inner .original-series-list .series-list-item img{
  width: 100%;
}
#sect-original.teaser-block .teaser-block-inner .original-series-list .series-list-item .series-text{
  font-family: serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
#sect-original.teaser-block .teaser-block-inner .original-series-list .series-list-item .series-text span{
  display: inline-block;
  font-size: 1.4rem;
  background: #A4843D;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 1px 3px;
  margin-bottom: 5px;
}

/* ---------------------------------
 スタッフ
--------------------------------- */
#sect-staff.teaser-block .teaser-block-inner{
  padding: 0;
}
#sect-staff.teaser-block .teaser-block-inner .staff-item{
  padding-top: 40px;
  margin-bottom: 40px;
}
#sect-staff.teaser-block .teaser-block-inner .staff-item:first-child{
  padding-top: 0;
}
#sect-staff.teaser-block .teaser-block-inner .staff-text{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  direction: rtl;
  unicode-bidi: bidi-override;
}
#sect-staff.teaser-block .teaser-block-inner .staff-text .staff-role{
  font-family: serif;
  font-size: 1.8rem;
  background: #E60012;
  color: #000000;
  line-height: 1;
  writing-mode: vertical-rl;
  margin-left: 5px;
  padding-top: 0.25em;
  letter-spacing: 0.25em;
}
#sect-staff.teaser-block .teaser-block-inner .staff-text .staff-name{
  font-family: serif;
  font-size: 2.4rem;
  color: #000000;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
}
#sect-staff.teaser-block .teaser-block-inner .staff-profile{
  font-size: 1.4rem;
  padding: 0 20px;
  margin-bottom: 20px;
}
#sect-staff.teaser-block .teaser-block-inner .staff-btn{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#sect-staff.teaser-block .teaser-block-inner .staff-btn a{
  display: inline-block;
  width: 100%;
  background: #282828;
  padding: 10px 10px 9px;
  color: #C0C0C0;
  font-size: 1.4rem;
}

/* ---------------------------------
 トピックス
--------------------------------- */
#sect-topics.teaser-block .teaser-block-inner{
  
}
#sect-topics .drama-box-body{
  background-color: transparent;
}

/* ---------------------------------
 キャスト
--------------------------------- */
#sect-cast.teaser-block .teaser-block-inner{
  padding: 0 20px;
}
#sect-cast.teaser-block .teaser-block-inner .cast-list{

}
#sect-cast.teaser-block .teaser-block-inner .cast-list-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-img{
  width: 50%;
}
#sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-img img{
  width: 100%;
}
#sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text{
  width: 48%;
  text-align: center;
}
#sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text p.cast-role{
  font-family: serif;
  font-size: 1.8rem;
  display: inline-block;
  background: #A4843D;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
#sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text p.cast-role span{
  font-size: 1.4rem;
}
#sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text p.cast-name{
  font-family: serif;
  font-size: 2.4rem;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
}
#sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text .cast-btn{
  background: #282828;
  padding: 5px 5px 4px;
  color: #C0C0C0;
  font-size: 1.4rem;
}

#sect-cast.teaser-block .teaser-block-inner .cast-mystery{
  margin-top: 80px;
  margin-bottom: 80px;
}
#sect-cast.teaser-block .teaser-block-inner .cast-mystery h4{
  color: #E60012;
  font-family: serif;
  font-size: 2.0rem;
  text-align: center;
  writing-mode: vertical-rl;
  margin: 0 auto;
}

/* ---------------------------------
 相関図
--------------------------------- */
#sect-chart.teaser-block .teaser-block-inner{
  padding: 0;
}
#sect-chart.teaser-block .teaser-block-inner img{
  width: 100%;
}

/* ---------------------------------
 音楽
--------------------------------- */
#sect-music.teaser-block .teaser-block-inner{
  padding: 0 20px;
  text-align: center;
}
#sect-music.teaser-block .teaser-block-inner .music-img{
  width: 75%;
  margin: 0 auto 15px;
}
#sect-music.teaser-block .teaser-block-inner img{
  width: 100%;
}

#sect-music.teaser-block .teaser-block-inner p.music-artist{
  font-family: serif;
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
#sect-music.teaser-block .teaser-block-inner p.music-title{
  font-family: serif;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
#sect-music.teaser-block .teaser-block-inner p.music-label{
  line-height: 1.4;
  font-size: 1.4rem;
}

/* ---------------------------------
 ビリング
--------------------------------- */
#sect-billing.teaser-block{
  padding: 0 0 35px;
}
#sect-billing.teaser-block .teaser-block-inner{
  padding: 0 10px;
}
#sect-billing.teaser-block .teaser-block-inner .billing-list{
  text-align: center;
}
#sect-billing.teaser-block .teaser-block-inner .billing-list dt{
  font-size: 1.2rem;
}
#sect-billing.teaser-block .teaser-block-inner .billing-list dd{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#sect-billing.teaser-block .teaser-block-inner .billing-list dd span.big{
  font-size: 1.5rem;
}
#sect-billing.teaser-block .teaser-block-inner .billing-list dd span.small{
  font-weight: normal;
  font-size: 1.0rem;
}
#sect-billing.teaser-block .teaser-block-inner .original-copy{
  font-size: 1.2rem;
  text-align: center;
}

/* ---------------------------------
 登場人物
--------------------------------- */
#sect-cast.teaser-block .cast-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
#sect-cast.teaser-block .cast-item .cast-item-img{
  width: calc(260 / 375 * 100%);
  margin: 0 auto 20px;
}
#sect-cast.teaser-block .cast-item .cast-item-img .img{
  width: 100%;
  padding-top: calc(494 / 520 * 100%);
  background-size: contain;
}
#sect-cast.teaser-block .cast-item .cast-item-text{
  width: 100%;
  text-align: center;
}
#sect-cast.teaser-block .cast-item .cast-item-text .role{
  display: inline-block;
  font-family: serif;
  font-size: 2.4rem;
  color: #957E42;
  line-height: 1;
  margin-bottom: 10px;
}
#sect-cast.teaser-block .cast-item .cast-item-text .role rt{
  font-size: 1.2rem;
}
#sect-cast.teaser-block .cast-item .cast-item-text .actor{
  color: #282828;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0;
}

#sect-cast.teaser-block .teaser-block-inner .cast-mystery{
  margin-top: 100px;
  margin-bottom: 100px;
}
#sect-cast.teaser-block .teaser-block-inner .cast-mystery h4{
  font-size: 2.4rem;
}

/* ---------------------------------
 コメント・メッセージ
--------------------------------- */
#sect-comment.teaser-block .teaser-block-inner{
  padding: 0 20px;
}
#sect-comment.teaser-block .teaser-block-inner .comment-title{
  color: #E60012;
  font-family: serif;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 20px;
}
#sect-comment.teaser-block .teaser-block-inner .comment-item{
  border-top: 1px solid #E60012;
  background: #fff;
  padding: 30px 20px 20px;
  margin-bottom: 20px;
}
#sect-comment.teaser-block .teaser-block-inner .comment-item .comment-item-name{
  font-family: serif;
  font-size: 2.0rem;
  font-weight: bold;
  margin-right: .5em;
  margin-bottom: 20px;
}
#sect-comment.teaser-block .teaser-block-inner .comment-item .comment-item-name span{
  font-size: 1.4rem;
}
#sect-comment.teaser-block .teaser-block-inner .comment-item.writer .comment-item-name span{
  margin-left: 0;
}
#sect-comment.teaser-block .teaser-block-inner .comment-item.bookstore .comment-item-name span{
  margin-right: 0;
}

ul.nav-anker{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.nav-anker li{
  margin: 0 10px 40px;
}
ul.nav-anker li a{
  display: block;
  color: #fff;
  font-size: 1.6rem;
  background: #957E42;
  border-radius: 2px;
  padding: 8px 20px 7px;
  position: relative;
}
ul.nav-anker li a::before{
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 5px solid #957E42;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){

  .ntv-wrapper{
    background-size: 50%;
  }
  /* オンエアテキスト */
  .teaser-onair{
    width: calc(278 / 664 * 100%);
    margin: 30px auto 0;
  }

  .teaser-contents {
    font-size: 1.6rem;
  }

  /* ブロック */
  .teaser-block{
    padding: 70px 0;
  }
  .teaser-block-inner{
    
  }

  /* ブロックタイトル */
  .teaser-block-title{
    width: 100px;
    margin: 0 auto 60px;
  }

  /* ブロック内テキスト */
  .teaser-block p{
    font-size: 1.6rem;
  }

  .teaser-block p.to {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
    margin-bottom: 0;
  }

  .br-sp{
    display: none;
  }

  /* mv */
  .teaser-main-mainImg img {
    /* padding-bottom: 100px; MV下見逃し配信バナー表示 */
  }
  /* ---------------------------------
  メニュー
  --------------------------------- */
  .teaser-nav{
    padding: 30px 40px;
  }
  .teaser-nav .teaser-nav-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .teaser-nav .teaser-nav-list li.badge::before{
    width: 30px;
    height: 28px;
  }
  .teaser-nav .teaser-nav-list li{
    display: flex;
    width : -webkit-calc(80 / 335 * 100%);
    width: calc(80 / 335 * 100%);
    margin-bottom: 10px;
    background: #fff;
  }
  .teaser-nav .teaser-nav-list li a{
    min-height: 80px;
  }

  /* ---------------------------------
  バナー
  --------------------------------- */
  .teaser-banner-area{
    padding: 0 40px;
    margin-top: 30px;
  }

  /* ---------------------------------
  イントロ
  --------------------------------- */
  #sect-intro.teaser-block .teaser-block-inner{
    padding: 0 60px;
  }

  /* ---------------------------------
  最新情報
  --------------------------------- */
  #sect-news.teaser-block{
    padding-top: 30px;
  }

  #sect-news.teaser-block .teaser-block-title{
    top: 70px;
    left: 20px;
    width: 100px;
  }
  #sect-news.teaser-block .teaser-block-inner .news-list{
    width: 79%;
    margin-left: 21%;
    padding: 40px 40px 40px 0;
  }
  #sect-news.teaser-block .teaser-block-inner .news-list .news-list-item p.text{
    font-size: 1.4rem;
  }
  
  /* ---------------------------------
  ストーリー
  --------------------------------- */
  #sect-story.teaser-block .teaser-block-inner{
    padding: 0 60px;
  }
  #sect-story.teaser-block p.story-text{
    width: 100%;
    background: url(../images/story-text.svg) no-repeat center;
    background-size: cover;
  }

  /* ---------------------------------
  原作紹介
  --------------------------------- */
  #sect-original.teaser-block .teaser-block-inner .original-img{
    width: calc(332 / 664 * 100%);
  }
  #sect-original.teaser-block .teaser-block-inner .original-text{
    font-size: 2.0rem;
  }
  #sect-original.teaser-block .teaser-block-inner h4.series{
    width: calc(144 / 664 * 100%);
  }
  #sect-original.teaser-block .teaser-block-inner h4.comics{
    width: calc(126 / 664 * 100%);
  }
  .original-series-list {
    padding: 40px;
  }
  .series-list-item {
    width: calc(200 / 664 * 100%);
    margin-left: 20px;
  }
  #sect-original.teaser-block .teaser-block-inner .original-series-list .series-list-item .series-text{
    font-size: 1.6rem;
  }
  #sect-original.teaser-block .teaser-block-inner .original-series-list .series-list-item .series-text span{
    font-size: 1.6rem;
  }

  /* ---------------------------------
  スタッフ
  --------------------------------- */
  #sect-staff.teaser-block .teaser-block-inner .staff-item{
    padding-top: 60px;
    margin-bottom: 60px;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-text .staff-role{
    font-size: 2.4rem;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-text .staff-name{
    font-size: 3.2rem;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-profile{
    font-size: 1.6rem;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-comment{
    padding: 30px 40px;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-comment .staff-comment-title{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-comment .staff-comment-text{
    font-size: 1.6rem;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-list dt{
    font-size: 2.4rem;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-list dd{
    font-size: 3.2rem;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-list dd span{
    font-size: 1.6rem;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-btn{
    width: 50%;
  }
  #sect-staff.teaser-block .teaser-block-inner .staff-btn a{
    padding: 15px 15px 14px;
    font-size: 1.6rem;
  }

  /* ---------------------------------
  トピックス
  --------------------------------- */
  #sect-topics.teaser-block .teaser-block-inner{
    
  }

  /* ---------------------------------
  キャスト
  --------------------------------- */
  #sect-cast.teaser-block .teaser-block-inner{
    padding: 0 60px;
  }
  #sect-cast.teaser-block .teaser-block-inner .cast-list{

  }
  #sect-cast.teaser-block .teaser-block-inner .cast-list-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-img{
    width: 50%;
  }
  #sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text{
    width: 46%;
  }

  #sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text p.cast-role{
    font-size: 2.4rem;
  }
  #sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text p.cast-role span{
    font-size: 1.6rem;
  }
  #sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text p.cast-name{
    font-size: 3.2rem;
  }
  #sect-cast.teaser-block .teaser-block-inner .cast-list-item .cast-text .cast-btn{
    padding: 10px 10px 9px;
    font-size: 1.6rem;
  }

  /* ---------------------------------
  コメント・メッセージ
  --------------------------------- */
  #sect-comment.teaser-block .teaser-block-inner{
    padding: 0;
  }
  #sect-comment.teaser-block .teaser-block-inner .comment-title{
    font-size: 2.8rem;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #sect-comment.teaser-block .teaser-block-inner .comment-item{
    padding: 30px 20px 20px;
    margin-bottom: 40px;
  }
  #sect-comment.teaser-block .teaser-block-inner .comment-item .comment-item-name{
    font-size: 2.4rem;
  }
  #sect-comment.teaser-block .teaser-block-inner .comment-item .comment-item-name span{
    font-size: 1.6rem;
  }
  #sect-comment.teaser-block .teaser-block-inner .comment-item.writer .comment-item-name span{
    margin-left: .5em;
  }
  #sect-comment.teaser-block .teaser-block-inner .comment-item.bookstore .comment-item-name span{
    margin-right: .5em;
  }
  ul.nav-anker li{
    margin: 0 10px 60px;
  }
  ul.nav-anker li a{
    font-size: 2.0rem;
    padding: 10px 20px 9px;
  }

  /* ---------------------------------
  相関図
  --------------------------------- */


  /* ---------------------------------
  音楽
  --------------------------------- */
  #sect-music.teaser-block .teaser-block-inner{
    padding: 0 60px;
  }
  #sect-music.teaser-block .teaser-block-inner .music-img{
    margin: 0 auto 20px;
  }

  #sect-music.teaser-block .teaser-block-inner p.music-artist{
    font-size: 2.4rem;
  }
  #sect-music.teaser-block .teaser-block-inner p.music-title{
    font-size: 3.2rem;
  }
  #sect-music.teaser-block .teaser-block-inner p.music-label{
    font-size: 1.6rem;
  }

  /* ---------------------------------
  ビリング
  --------------------------------- */
  #sect-billing.teaser-block{
    padding: 0 0 70px;
  }
  #sect-billing.teaser-block .teaser-block-inner .billing-list dt{
    font-size: 1.4rem;
  }
  #sect-billing.teaser-block .teaser-block-inner .billing-list dd{
    font-size: 1.4rem;
  }
  #sect-billing.teaser-block .teaser-block-inner .billing-list dd span.big{
    font-size: 1.7rem;
  }
  #sect-billing.teaser-block .teaser-block-inner .billing-list dd span.small{
    font-size: 1.2rem;
  }
  #sect-billing.teaser-block .teaser-block-inner .original-copy{
    font-size: 1.4rem;
  }
  /* ---------------------------------
  登場人物
  --------------------------------- */
  #sect-cast.teaser-block .cast-item{
    margin-top: 60px;
    margin-bottom: 20px;
  }
  #sect-cast.teaser-block .cast-item .cast-item-img{
    width: calc(300 / 664 * 100%);
    margin: 0;
  }
  #sect-cast.teaser-block .cast-item .cast-item-text{
    width: calc(260 / 664 * 100%);
  }
  #sect-cast.teaser-block .cast-item .cast-item-text .role{
    font-size: 3.2rem;
  }
  #sect-cast.teaser-block .cast-item .cast-item-text .role rt{
    font-size: 1.4rem;
  }
  #sect-cast.teaser-block .cast-item .cast-item-text .actor{
    font-size: 2.4rem;
  }

}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {

  .teaser-contents a:hover,
  .teaser-nav .teaser-nav-list li a:hover,
  .teaser-banner-area ul li a:hover{
    transition: opacity .3s;
    text-decoration:none;
    opacity:0.9;
    filter: blur(1px);
  }

  /* ---------------------------------
  メニュー
  --------------------------------- */
  .teaser-nav{
    padding: 30px 20px;
  }

  /* ---------------------------------
  バナー
  --------------------------------- */
  .teaser-banner-area{
    padding: 0 20px;
  }



}

/* ---------------------------------
 右カラム設定
--------------------------------- */

/* 右カラム　タイトル */
.ntv-box-title {
  background: #282828;
}
.ntv-box-title.title-base {
  background: #282828;
}
.drama-box-title.title-base {
  background-color: #282828;
}






/* ---------------------------------
 Twitter
--------------------------------- */

/* タイムライン */
.teaser-contents .twitter-area{
}
.teaser-contents .twitter-area .twitter-timeline{
}

/* ボタン */
.teaser-contents .official-sns-block {
  margin-top: 0;
  border-top: none;
}
.teaser-contents .teaser-btn + .teaser-btn{
  margin-top: 20px;
}
.teaser-contents .teaser-btn a{
  width: 100%;
  display: block;
}
.teaser-contents .teaser-btn a{
  padding: 1.3em 0 1.2em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.teaser-contents .teaser-btn#btn-follow-twitter a{
  background-color: #1da1f2;
}
.teaser-contents .teaser-btn#btn-follow-facebook a{
  background-color: #3b5998;
}
.teaser-contents .teaser-btn#btn-follow-instagram a{
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.teaser-contents .teaser-btn#btn-follow-instagram a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.teaser-contents .teaser-btn#btn-follow-line a{
  background-color: #00b900;
}
.teaser-contents .teaser-btn#btn-follow-tiktok a{
  background-color: #000000;
}


/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */

#sect-topics.drama-area{
  padding: 0;
  margin: 0;
}
#topics .drama-box-title{display: none;}

/* ボタン */
#topics .topics-btn{
  text-align: center;
}
#topics .drama-btn.btn-more {
  display: inline-block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  background: #282828;
  padding: 10px 10px 9px;
  color: #C0C0C0;
  font-size: 1.4rem;
  cursor: pointer;
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {

  #topics .topics-btn {
    padding: 10px;
    margin: 0;
  }

}

/* リスト */
@media screen and (min-width: 993px) {

  #topics .topics-item {
    width: 49%;
  }
  #topics .topics-item:nth-of-type(n+3) {
    margin-top: 15px;
  }
  #topics .topics-item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #topics .topics-item:nth-of-type(2n) {
    margin-left: 2%;
  }
  #topics .drama-btn.btn-more {
    width: 50%;
    padding: 15px 15px 14px;
    font-size: 1.6rem;
  }

}


/*====================================================================
モーダル
====================================================================*/
.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie-modal__box {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 993px) {
  .movie-modal__box {
    max-width: 100%;
    padding-top: 15vh;
    max-width: 640px;
  }
}

@media screen and (max-width: 600px) {
  .is-fixed{
    padding: 40px 20px 50px;
  }
  .movie-modal__box {
    padding-top: 0;
  }
}

.movie-modal__box__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 993px) {
  .movie-modal__box__inner {
    max-width: 640px;
  }
}

.movie-modal__top {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.movie-modal__box__inner .movie-modal__top iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .movie-modal__bottom {
  color: #fff;
} */

/* ×ボタン */
.movie-modal__close {
  right: 0px;
  padding: 0;
  text-align: right;
}

.movie-modal__close > button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.movie-modal__close > button::before,
.movie-modal__close > button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 28px;
  height: 3px;
  margin: auto;
  content: '';
  background: #ffffff;
  transform: rotate(-45deg);
}

.movie-modal__close > button::after {
  transform: rotate(45deg);
}

/* jsで付け外し */
.display-none{
  display: none;
}