@charset "UTF-8";

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

 Layout

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

.teaser-main-mainImg {
  background: url(../images/main_2.jpg) no-repeat;
  background-size: cover;
  padding-top: 56.2857%;
  position: relative;
}

.teaser-main-onair{
  background-color: #2ca9c4;
  color: #fff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 15px 10px;
}
.teaser-contents {
  box-sizing: border-box;
  font-size: 1.6rem;
}
.teaser-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}

/* ブロック */
.teaser-block{
  color: #222;
  word-break: break-all;
  padding: 50px 0;
}
.ntv-contentsWrap #movie.teaser-block,
.ntv-contentsWrap #twitter.teaser-block{
  padding: 40px 0;
}
.ntv-contentsWrap .teaser-block:nth-child(2n){
  background: url(../images/bg_red.png);
  background-size: contain;
}
.ntv-contentsWrap .teaser-block:nth-child(2n+1){
  background: url(../images/bg_yellow.png);
  background-size: contain;
}
.ntv-contentsWrap #twitter.teaser-block{
  background: url(../images/bg_blue.png);
  background-size: contain;
  border: double 4px #1da1f2;
}

/* ブロックインナー */
.teaser-block-inner{
  padding: 0 30px;
}

/* ブロックインナーコンテンツ */
.ntv-contentsWrap .block-inner-contents{
  margin-top: 10px;
  margin-bottom: 40px;
}
.ntv-contentsWrap .block-inner-contents:last-child{
  margin-bottom: 0;
}

/* ブロックタイトル */
.teaser-block-title{
  line-height: 1.0;
  text-align: center;
  margin-bottom: 40px;
}
.ntv-contentsWrap .teaser-block-title img{
  height: 64px;
}
.ntv-contentsWrap #twitter .teaser-block-title img{
  height: 30px;
}


/* ブロック内テキスト */
.teaser-block p{
  color: #222;
  line-height: 1.86;
  margin-top: 20px;
}
.teaser-block p.text-strong{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: bold;
}
.teaser-block p.text-strong.text-red{
  color: #fb302c;
}
.teaser-block p.text-strong.text-blue{
  color: #00567a;
}

.ntv-contentsWrap .teaser-block h4{
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.ntv-contentsWrap .teaser-block:nth-child(2n) h4{
  color: #fb302c;
  border-bottom: double 4px #fb302c;
}
.ntv-contentsWrap .teaser-block:nth-child(2n+1) h4{
  color: #00567a;
  border-bottom: double 4px #00567a;
}
.ntv-contentsWrap .teaser-block h4 span{
  background: #fa3832;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: 1.4rem;
}
.ntv-contentsWrap .teaser-block .text-italic{
  font-style: oblique;
  font-weight: 700;
}

/* J */
.img-dummy{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------
 出演者
--------------------------------- */
#cast.teaser-block .cast_list li{
  display: inline-block;
  position: relative;
  margin-right: 1.6em;
  font-size: 1.6rem;
}
#cast.teaser-block .cast_list li::after{
  content: '\2044';
  font-size: 1.6rem;
  position: absolute;
  right: -1em;
  bottom: 0;
}
#cast.teaser-block .cast_list li:last-child::after{
  content: none;
}
#cast ul li span.cast-group{
  font-size: 1.2rem;
  margin-left: .5em;
}
#cast ul li span.cast-group .cast-group-xy {
  color: #ff0000;
}

/* ---------------------------------
 放送内容
--------------------------------- */
.teaser-contents #program.teaser-block .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 20px;
}
.teaser-contents #program.teaser-block .img-list li {
  width: 49%;
  position: relative;
}
#program.teaser-block .img-list .img-01{
  background: url(../images/program_01.png) no-repeat;
  background-size: cover;
  padding-top: 75%;
}
#program.teaser-block .img-list .img-02{
  background: url(../images/program_02.png) no-repeat;
  background-size: cover;
  padding-top: 75%;
}
/* ---------------------------------
 コメント
--------------------------------- */
.teaser-contents .teaser-block .comment_sign{
  text-align: right;
}

/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area{
  margin-top: 20px;
}
.teaser-banner-area ul li a img{
  width: 100%;
  border: solid 2px #1d9bf0;
  vertical-align: middle;
}

/* ---------------------------------
 動画
--------------------------------- */
.teaser-contents .movie-player{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
}
.teaser-contents .movie-player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

/* ボタン */
.teaser-contents .teaser-btn{
  margin-top: 20px;
}
.teaser-contents .teaser-btn a{
  width: 100%;
  display: block;
}
.teaser-contents .teaser-btn#btn-follow-twitter a{
  background-color: #1da1f2;
  padding: 1.3em 0 1.2em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

/* ---------------------------------
 メニュー設定
--------------------------------- */
.teaser-main-nav{
}
.teaser-main-nav .row{margin: 20px 0 0;}
.teaser-main-nav .row .col{
  width : -webkit-calc(94% / 4) ;
  width: calc(94% / 4) ;
  padding: 0;
  margin-right: 2%;
}
.teaser-main-nav .row .col:last-child{
  margin-right: 0;
}
.teaser-main-nav ul{width: 100%;}
.teaser-main-nav ul li{
  margin-left: auto;
  left: auto;
  right: auto;
}
.teaser-main-nav ul li a{
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color: #fb302c;
  background: #fff;
  border: 2px solid #fb302c;
  padding: 25px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: opacity 0.1s ease;
}
.teaser-main-nav ul li a:hover{
  opacity: .6;
}
.teaser-main-nav .col .grayout{
  color: #d8d8d8;
  border: 2px solid #d8d8d8;
  pointer-events: none;
  text-decoration: none;
  position: relative;
}
.teaser-main-nav .col .grayout::before{
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #777777;
  line-height: 1.2;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .br-pc{
    display: none;
  }
  .br-sp{
    display: block;
  }
  .teaser-main-onair{
    font-size: 18px;
    font-size: 1.6rem;
  }
  /* ---------------------------------
  メニュー設定
  --------------------------------- */
  .teaser-main-nav{
    margin: 0 20px;
  }
  .teaser-main-nav ul li a{
    font-size: 1.4rem;
  }
  .teaser-main-nav .col .grayout::before{
    font-size: 1.2rem;
  }
  /* ---------------------------------
  バナー
  --------------------------------- */
  .teaser-banner-area{
    margin: 10px 20px 20px;
  }
  /* ブロック */
  .ntv-contentsWrap .teaser-block-title img{
    height: 50px;
  }
  .ntv-contentsWrap #twitter .teaser-block-title img{
    height: 25px;
  }
  
  /* ブロック内テキスト */
  .teaser-block p{
    font-size: 1.4rem;
  }
  .ntv-contentsWrap .teaser-block h4{
    font-size: 1.6rem;
  }
  .teaser-block p.text-strong{
    font-size: 1.6rem;
  }

  /* ブロックインナー */
  .teaser-block-inner{
    padding: 0 20px;
  }


}

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

  .teaser-main-onair{
    font-size: 20px;
    font-size: 2rem;
  }
  
  /* ---------------------------------
  メニュー設定
  --------------------------------- */
  .teaser-main-nav ul li a{
    font-size: 2rem;
  }
  .teaser-main-nav .col .grayout::before{
    font-size: 1.6rem;
  }

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

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

  .br-pc{
    display: block;
  }
  .br-sp{
    display: none;
  }
  .ntv-contentsWrap .teaser-block h4{
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #fb302c;
    border-bottom: double 4px #fb302c;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }

    /* ブロック */
    .teaser-block{
      margin-top: 20px;
    }

}

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

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


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

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

/* ボタン */
#topics .drama-btn.btn-more {
  /* color: #ffffff; */
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  background: transparent;
  border: 1px solid #222;
  padding: 1.3em 0 1.2em;
  font-size: 1.4rem;
  line-height: 1;
}
#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%;
  }

}
