@charset "UTF-8";

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

 Layout

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

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.teaser-main-onair{
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 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{
  background: #fff;
  color: #333;
  word-break: break-all;
  border-top: 4px solid #e90d28;
}
.teaser-block-inner{
  padding: 16px 10px;
}

/* ブロックタイトル */
.teaser-block-title{
  font-size: 2rem;
  letter-spacing: 0.6px;
  color: #222;
  padding: 20px 10px 10px;
  position: relative;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
}

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

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

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

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

  /* ブロック */
  .teaser-block{
    margin-top: 20px;
  }
  .teaser-block-inner{
    padding: 20px;
  }
  /* ブロックタイトル */
  .teaser-block-title{
    font-size: 2.4rem;
    padding: 30px 20px 10px;
  }
  .teaser-main-onair{
    font-size: 1.8rem;
  }
  .teaser-contents {
    margin-top: 20px;
  }
}

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

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


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

 Template-Module
 不使用の場合は削除してください

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


/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav{
  background-color: #222;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
.teaser-main-nav .row{margin-bottom: 0;}
.teaser-main-nav .row .col{
  width : -webkit-calc(100% / 5) ;
  width: calc(100% / 5) ;
  padding: 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{
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  -webkit-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  font-size: 8px;
  letter-spacing: 0.8px;
  cursor: pointer;
}
.teaser-main-nav ul li span{
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 8px;
  letter-spacing: 0.8px;
  opacity: 0.6;
}
.teaser-main-nav > ul > li > a > [class*=icon-], .teaser-main-nav > ul > li > span > [class*=icon-] {
  display: block;
  font-size: 28px;
}

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

  .teaser-main-nav{
    height: 60px;
  }

}

@media screen and (min-width: 993px) {

  .teaser-main-nav{
    position: relative;
    z-index: 9999;
  }
  .teaser-main-nav ul li a{
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 15px 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .teaser-main-nav ul li span{
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 15px 0;
  }
  .teaser-main-nav ul li a:hover{
    opacity: 0.6;
  }
  .teaser-main-nav > ul > li > a > [class*=icon-], .teaser-main-nav > ul > li > span > [class*=icon-] {
    font-size: 40px;
  }

}
@media only screen and (max-width: 992px) and (min-width: 601px){
  /* .ntv-wrapper{margin-bottom: 60px; */
    .ntv-wrapper{margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px){
  /* .ntv-wrapper{margin-bottom: 60px; */
    .ntv-wrapper{margin-bottom: 0px;
  }
}

/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area{
  width: 100%;
  padding: 10px 0;
}
.teaser-banner-area ul li{
  margin: 10px;
  line-height: 0;
}
.teaser-banner-area ul li a{
}
.teaser-banner-area ul li a img{
  width: 100%;
}
@media screen and (min-width: 993px) {
  .teaser-banner-area{
    padding: 0;
  }
  .teaser-banner-area ul li{
    margin: 10px 0;
  }
}

/* ---------------------------------
 動画
--------------------------------- */
.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 .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一覧用
--------------------------------- */

#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%;
  }

}
