@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');

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

 Layout

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

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.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;
}
.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; */
}

/*---------
 全体背景
---------*/
.ntv-wrapper{
  background: url(../images/bg/bg-all-contents.png) repeat ;
}

/*---------
 メインビジュアル
---------*/
.main-v .teaser-main-mainImg{
  display: block;
  width:100%;
  height:auto;
}
.main-v .mon.teaser-main-mainImg{
  background: url(../images/common/main_mon.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 70.5%;
}
.main-v .tue.teaser-main-mainImg{
  background: url(../images/common/main_tue.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 70.5%;
}
.main-v .wed.teaser-main-mainImg{
  background: url(../images/common/main_wed.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 70.5%;
}
.main-v .thr.teaser-main-mainImg{
  background: url(../images/common/main_thr.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 70.5%;
}
.main-v .fri.teaser-main-mainImg{
  background: url(../images/common/main_fri.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 70.5%;
}
.main-v .sat.teaser-main-mainImg{
  background: url(../images/common/main_sat.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 70.5%;
}
.main-v .sun.teaser-main-mainImg{
  background: url(../images/common/main_sun.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 70.5%;
}

/*---------
 メニュー
---------*/
.teaser-main-nav{
  background: url(../images/bg/bg-nav.png) repeat;
}
.teaser-main-nav ul li:nth-child(4),
.teaser-main-nav ul li:nth-child(5){
  border-bottom:none;
}

/*---------
 見出し　共通
---------*/
#movie .teaser-block-title span{/* 動画 */
  display: block;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/movie/ttl-movie.png) top center no-repeat;
}
#intro .teaser-block-title{/* イントロ */
  display: block;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/intro/ttl-intro.png) top center no-repeat;
}
#cast .teaser-block-title span{/* 出演者 */
  display: block;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/cast/ttl-cast.png) top center no-repeat;
}
#staff .teaser-block-title span{/* スタッフ */
  display: block;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/staff/ttl-staff.png) top center no-repeat;
}
#topics .teaser-block-title span{/* トピックス */
  display: block;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/topics/ttl-topics.png) top center no-repeat;
}
#twitter .teaser-block-title span{/* SNS */
  display: block;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/sns/ttl-sns.png) top center no-repeat;
}

/*---------
 ウェーブ
---------*/
.wave-beige{/* ベージュ */
  background: url(../images/bg/wave-beige.png) top center no-repeat;
}
.wave-orange{/* オレンジ */
  background: url(../images/bg/wave-orange.png) top center no-repeat;

}
.wave-beige-orange{/* オレンジ・ベージュ */
  background: url(../images/bg/wave-beige-orange.png) top center no-repeat;

}
.wave-green{/* グリーン */
  background: url(../images/bg/wave-green.png) top center no-repeat;

}
.wave-beige-green{/* グリーン・ベージュ */
  background: url(../images/bg/wave-beige-green.png) top center no-repeat;

}
.wave-perple{/* パープル */
  background: url(../images/bg/wave-perple.png) top center no-repeat;

}
.wave-beige-perple{/* パープル・ベージュ */
  background: url(../images/bg/wave-beige-perple.png) top center no-repeat;

}

/*---------
 各セクション
 背景
---------*/
#news,#intro,#staff,#twitter{
  background-color: #FAF7EE;
}
#movie .teaser-block-inner{
  background: url(../images/bg/bg-movie.png) repeat;
}
#cast .teaser-block-inner{
  background: url(../images/bg/bg-cast.png) repeat;
}
#topics{
  background: url(../images/bg/bg-topics.png) repeat;
}

/*---------
 新着情報
---------*/
#news ul li a .item-image{/*サムネイル*/
  /* background: url(../images/news/news-item_01.jpg) top center no-repeat; */
}
#news ul li a #news-item01{/* サムネイル01 */
  background: url(../images/news/news-item_01.jpg) top center no-repeat;
  background-size: contain;
}
#news ul li a #news-item02{/* サムネイル02 */
  background: url(../images/news/news-item_02.jpg) top center no-repeat;
  background-size: contain;

}
#news ul li a #news-item03{/* サムネイル03 */
  background: url(../images/news/news-item_03.jpg) top center no-repeat;
  background-size: contain;
}
#news ul li a #news-item04{/* サムネイル04 */
  background: url(../images/news/news-item_04.jpg) top center no-repeat;
  background-size: contain;
}
#news ul li a #news-item05{/* サムネイル05 */
  background: url(../images/news/news-item_05.jpg) top center no-repeat;
  background-size: contain;
}

/*---------
 キャスト
---------*/
#cast .cast-item .cast-item-left-block .cast-photo{
  /* background: url(../images/cast/cast_kadowaki-mugi.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%; */

}
#cast #cast-item_kadowaki .cast-item-left-block .cast-photo{/*門脇麦 写真*/
  background: url(../images/cast/cast_kadowaki-mugi.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#cast #cast-item_nagase .cast-item-left-block .cast-photo{/*永瀬廉 写真*/
  background: url(../images/cast/cast_nagase-ren.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#cast #cast-item_ohmori .cast-item-left-block .cast-photo{/*大森南朋 写真*/
  background: url(../images/cast/cast_ohmori-nao.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#cast #cast-item_maeda .cast-item-left-block .cast-photo{/*前田敦子 写真*/
  background: url(../images/cast/cast_maeda-atsuko.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#cast #cast-item_kimura .cast-item-left-block .cast-photo{/*木村多江 写真*/
  background: url(../images/cast/cast_kimura-tae.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#cast #cast-item_kitaouji .cast-item-left-block .cast-photo{/*北大路欣也 写真*/
  background: url(../images/cast/cast_kitaouji-kinya.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#cast #cast-item_daito .cast-item-left-block .cast-photo{/*大東駿介 写真*/
  background: url(../images/cast/cast_daito-shunsuke.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#cast #cast-item_hagiwara .cast-item-left-block .cast-photo{/*萩原聖人 写真*/
  background: url(../images/cast/cast_hagiwara-masato.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}
#cast #cast-item_minagawa .cast-item-left-block .cast-photo{/*皆川猿時 写真*/
  background: url(../images/cast/cast_minagawa-sarutoki.png) top center no-repeat;
  background-size: contain;
  padding-top: 100%;
}


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

  /*------------------
  SP メインビジュアル
  ------------------*/
  .main-v{
    position: relative;
  }
  /* .teaser-main-mainImg{
    background: url(../images/main.jpg) top center no-repeat;
    background-size: 100% auto;
    padding-top: 70.5%;
  } */
  .btn-modal{
    position: absolute;
    top: 2%;
    right: 0%;/*1*/
  }
  .btn-modal a{
    transition: 0.5s ;
    display: inline-block;
    font-family: 'UDMarugo_LargePr6N-B', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    padding: 6px 12px;
    background-color: #FAF7EE;
    border-radius: 100px;
    border: solid 1px #333333;
    transform:scale(0.8);/*フォントを小さくする*/
  }
  .btn-modal a:hover{
    opacity: 0.7;
  }

  /*------------------
  SP ブロック
  ------------------*/
  .teaser-contents{

  }
  .teaser-contents .teaser-contents-inner{

  }
  .teaser-block{

  }
  .teaser-block-inner{
    padding: 30px 20px 50px;
  }
  .teaser-contents .teaser-contents-inner h3{
    margin-bottom: 40px;
  }
  /*------------------
  SP ウェーブ
  ------------------*/
  .wave-beige{/* ベージュ */
    background-size: cover;
    padding-top: 13%;
 }
  .wave-orange{/* オレンジ */
    background-size: cover;
    padding-top: 13%;
  }
  .wave-beige-orange{/* オレンジ・ベージュ */
    background-size: cover;
    padding-top: 13%;
  }
  .wave-green{/* グリーン */
    background-size: cover;
    padding-top: 13%;
  }
  .wave-beige-green{/* グリーン・ベージュ */
    background-size: cover;
    padding-top: 13%;
  }
  .wave-perple{/* パープル */
    background-size: cover;
    padding-top: 13%;
  }
  .wave-beige-perple{/* パープル・ベージュ */
    background-size: cover;
    padding-top: 13%;
  }

  /*------------------
  SP 見出し共通
  ------------------*/
  #news .teaser-block-title span{/* 最新情報 */
    display: block;
    width: 100%;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(../images/news/ttl-news_sp.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 17%;
  }
  #movie .teaser-block-title span{/* 動画 */
    background-size: 100% auto;
    padding-top: 17%;
  }
  #intro .teaser-block-title{/* イントロ */
    background-size: 100% auto;
    padding-top: 17%;
  }
  #cast .teaser-block-title span{/* 出演者 */
    background-size: 100% auto;
    padding-top: 17%;
  }
  #staff .teaser-block-title span{/* スタッフ */
    display: block;
    width: 100%;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(../images/staff/ttl-staff.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 17%;
  }
  #topics .teaser-block-title span{/* トピックス */
    display: block;
    width: 100%;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(../images/topics/ttl-topics.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 17%;
  }
  #twitter .teaser-block-title span{/* SNS */
    display: block;
    width: 100%;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(../images/sns/ttl-sns.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 17%;
  }
  
  /*------------------
  SP メニュー
  ------------------*/
  .teaser-main-nav{
    padding: 0 10px;
  }
  .teaser-main-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .teaser-main-nav ul li{
    position: relative;
    color: #F4F0E7;
    width: 33.3333333333%;
    font-family: "TsubameStd-R",sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 3.1em;/* 高さ70pxぐらい */
    border-bottom: 1px solid #F4F0E7;
  }
  .teaser-main-nav ul li:not(:nth-child(3)):not(:nth-child(5))::after{
    content: " ";
    width: 6px;
    height: 6px;
    background: #AAD283;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: -6px;
  }

  .teaser-main-nav ul li a{
    transition: 0.5s ;
    width: 100%;
    display: block;
    letter-spacing: -0.1em;
  }
  .teaser-main-nav ul li a:hover{
    opacity: 0.5;
  }
  /*------------------
  SP 番組公式SNS　トップ
  ------------------*/
  .top-sns-area{
    margin: 30px 0;
  }
  .top-sns-area .top-sns-area-inner{
    text-align: center;
  }
  .top-sns-area .top-sns-block{
    display: inline-flex;
    align-items: center;
    gap: 20px;
  }
  .top-sns-area .top-sns-txt{/* PC左ブロック　SP上ブロック*/
    
  }
  .top-sns-area .top-sns-txt p{
    font-size: 1.6rem;
    color: #333;
  }
  .top-sns-area ul{
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .top-sns-area ul li{
    width: 40px;
    height: 40px;
  }
  .top-sns-area ul li a{
    
  }
  .top-sns-area ul li a img{
    width: 100%;
    display: block;
  }

  /*------------------
  SP バナーエリア
  ------------------*/
 .teaser-banner-area{
    padding: 0 10px !important;
    margin: 30px 0;
    text-align: center;
 }
 .teaser-banner-area ul{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
 }
 .teaser-banner-area ul li{
 }
 .teaser-banner-area ul li a{
  
 }
 .teaser-banner-area ul li a img{
    width: 100%;
    display: block;
 }
  /*関連作品バナー一覧*/

  .top-related{
    padding: 0 10px !important;
    margin: 30px 0;
  }
  .top-related-works-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    font-size: 0;
    gap: 10px;
  }
  .top-related-works-list .top-related-works-item{
    flex-basis: 100%;
    width: 100%;
  }
  .top-related-works-item>a{
    display: block;
  }
  .top-related-works-item>a>span{
    display: block;
    padding-bottom: 23.8805970149%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }

  /*------------------
  SP 新着情報
  ------------------*/
  #news .teaser-block-inner{
    padding: 30px 20px 60px;
  }
  #news .title-box{
  }
  #news .teaser-block-title{
  }
  #news ul{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #news ul li{
    background: url(../images/bg/bg_pink.png) repeat;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #333;
  }
  #news ul li a{
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  #news ul li a .item-image{/*サムネイル*/
    background-size: 100% auto;
    padding-top: 31%;
    width: 45%;
  }
  #news ul li a .news-item01{/* サムネイル01 */

  }
  #news ul li a .news-item01{/* サムネイル02 */

  }
  #news ul li a .news-item01{/* サムネイル03 */
  }
  #news ul li a .item-info{/*テキストエリア*/
    width: 55%;
  }
  #news ul li a .item-info .item-data{/*日付*/
    font-size: 1rem;
    font-weight: bold;
    color: #E1545C;
    letter-spacing: 1.2px;
  }
  #news ul li a .item-info .item-title{/*お知らせタイトル*/
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }

  /*------------------
  SP 動画
  ------------------*/
  #movie{

  }
  #movie .teaser-block-inner{
    background: url(../images/bg/bg-movie.png) repeat;
  }
  #movie .top-movie-waku{
    /* max-width: 604px; */
    position: relative;
    padding: 10px;
    background: url(../images/movie/img-waku.png) top center no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
  }
  #movie .movie-box{
    /* padding-top: 57.8%; */
  }
  #movie .movie-box .movie-box-data{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }
  #movie .movie-box .movie-player{

  }
  #movie .btn-item{
    margin: 30px auto 0;
    max-width: 220px;
  }
  #movie .btn-item a{
    transition: 0.5s;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "TsubameStd-R",sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    padding: 20px 0px;
    color: #FAF7EE;
    background-color: #B84707;
    border-radius: 100px;
  }
  /*------------------
  SP イントロ
  ------------------*/
  #intro .teaser-block-inner{
    
  }
  #intro .intro-box{
    background: url(../images/bg/bg_yellow.png) repeat;
    border-radius: 10px;
    border: 1px solid #333;
    padding: 40px 20px 45px;
  }
  #intro .intro-box p{
    display: block;
    width: 100%;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(../images/intro/text-item_sp.png) top center no-repeat;
    background-size: contain;
    padding-top: 372%;
  }

  /*------------------
  SP キャスト
  ------------------*/
  #cast{

  }
  #cast .cast-box{
    
  }
  #cast .cast-list{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #cast .cast-item{/*キャストアイテム*/
    text-align: center;
    border-bottom: 1px solid #FAF7EE;
    padding-bottom: 40px;
  }
  #cast .cast-item:last-of-type{/* 最後のアイテム */
    border-bottom: none;
    padding-bottom: 0;
  }
  #cast .cast-item-block{
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;/*45*/
  }
  #cast .cast-item .cast-item-left-block{/*PC左ブロック SP上ブロック*/
    width: 240px;
    height: 240px;
  }
  #cast .cast-item .cast-item-left-block .cast-photo{
    /* background: url(../images/cast/cast_kadowaki-mugi.png) top center no-repeat;
    background-size: contain;
    padding-top: 100%; */

  }
  #cast .cast-item .cast-item-right-block{/*PC右ブロック SP下ブロック*/

  }
  #cast .cast-item .cast-item-right-block ul{

  }
  #cast .cast-item .cast-item-right-block ul li{

  }
  #cast .cast-item .cast-item-right-block ul .name-a{/*役名*/
    font-family: 'UDMarugo_LargePr6N-DB', sans-serif;
    font-size: 1.8rem;
    color: #1A3E13;
    text-align: center;
    letter-spacing: 1px;
  }
  #cast .cast-item .cast-item-right-block ul .name-a .name-s{/*ルビ*/
    font-family: 'UDMarugo_LargePr6N-DB', sans-serif;
    font-size: 1.4rem;
    color: #1A3E13;
  }
  #cast .cast-item .cast-item-right-block ul .name-b{/*俳優名*/
    font-family: "TsubameStd-R",sans-serif;
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: 2px;
    color: #FAF7EE;
    margin-left: -5px;
    text-align: center;
  }
  #cast .cast-item .cast-item-right-block ul .name-b span{
    display: inline-block;
    margin-left: 5px;
  }
  #cast .cast-comment{
    background-color: #FAF7EE;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
  }
  #cast .cast-comment p{/* 説明文 */
    font-family: 'UDMarugo_LargePr6N-M', sans-serif;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 1px;
  }
  #cast .btn-more{/* コメントボタン */
    margin: 20px auto 0px;
    max-width: 220px;
  }
  #cast .btn-more a{
    transition: 0.5s;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "TsubameStd-R",sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    padding: 20px 0px;
    color: #FAF7EE;
    background-color: #1A3E13;
    border-radius: 100px;
  }

  /*------------------
  SP スタッフ
  ------------------*/
  #staff{
  }
  #staff .teaser-block-inner{
    
  }
  #staff .staff-box{
    background: url(../images/bg/bg_blue.png) repeat;
    border-radius: 10px;
    border: 1px solid #333;
    padding: 40px 20px ;
  }
  #staff .staff-box ul{
    
  }
  #staff .staff-box ul li{/*スタッフアイテム*/
    font-family: 'UDMarugo_LargePr6N-M', sans-serif;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #staff .staff-box ul li:last-of-type{
    margin-bottom: 0;
  }
  #staff .staff-box ul li .role{
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-align: center;
    -webkit-font-feature-settings: "palt";
    padding-bottom: 5px;
  }
  #staff .staff-box ul li .name{
    font-family: 'UDMarugo_LargePr6N-B', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    color: #FAF7EE;
  }

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

  }
  #topics .topics-btn{
    max-width: 220px;
    margin: 20px auto 0 !important;
  }
  #topics .drama-btn.btn-more{
    transition: 0.5s;
    display: inline-block !important;
    font-size: 1.8rem !important;
    font-weight: bold;
    padding: 20px 0px;
  }
  /*------------------
  SP 番組公式SNS
  ------------------*/
  #twitter .teaser-block-inner{

  }
  #twitter .teaser-block-inner .teaser-block-title{
    
  }
  #twitter .teaser-block-inner .twitter-area{
    
  }
  #twitter .sns-btn-box{
    text-align: center;
    margin-top: 30px;
  }
  #twitter .sns-btn-box ul{
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
  }
  #twitter .sns-btn-box ul li{
    width : -webkit-calc(100% / 3) ;
    width: calc(100% / 3) ;
  }
  #twitter .sns-btn-box ul li a{
    
  }
  #twitter .sns-btn-box ul li a img{
    width: 100%;
    display: block;
  }

  /*------------------
  SP モーダル
  ------------------*/

  .modal-teaser-block-inner{/*背景*/
    background: #FAF7EE;
    text-align: center;
    padding: 30px 20px 30px;
    border: 1px solid #333 !important;
    border-radius: 10px;
  }
  .modal-teaser-block-inner .dorama-logo{/*ドラマロゴ*/
    background: url(../images/modal/logo.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 26.5%;
  }
  .modal-teaser-block-inner h4{/*制作によせて*/
    font-family: 'UDMarugo_LargePr6N-B', sans-serif;
    color: #E1545C;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 1px;
  }
  .modal-teaser-block-inner .modal-txt-box{
    margin-top: 20px;
  }
  .modal-teaser-block-inner .modal-txt-box p{
    font-family: 'UDMarugo_LargePr6N-M', sans-serif;
    font-size: 1.6rem;
    color: #333;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 2;
    text-align: left;
  }
  .modal-teaser-block-inner .modal-explanation-box{/*自閉スペクトラム症枠とゲイ枠のparts*/
    position: relative;
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #E1545C;
    border-radius: 10px;
    background: #FAF7EE;
  }
  .modal-teaser-block-inner .modal-explanation-box .modal-subttl{
    font-family: 'UDMarugo_LargePr6N-B', sans-serif;
    position: absolute;
    display: inline-block;
    font-size: 1.4rem;
    color: #E1545C;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    top: -0.8rem;
    padding: 0 10px;
    background: #FAF7EE;
  }
  .modal-teaser-block-inner .box-b{
    margin-top: 25px;
  }
  /* .modal-teaser-block-inner .modal-explanation-box .modal-subttl::after{
    content: " ";
    width: 8px;
    height: 8px;
    background: #E1545C;
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    left: -6px;
  }
  .modal-teaser-block-inner .modal-explanation-box .modal-subttl::before{
    content: " ";
    width: 8px;
    height: 8px;
    background: #E1545C;
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: -6px;
  } */
  .modal-teaser-block-inner .modal-explanation-box p{
    font-size: 14px;
    color: #E1545C;
    text-align: left;
    letter-spacing: 0.01em;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }

  .modaal-close{
    width: 40px !important;
    height: 40px !important;
  }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 22% !important;
    left: 48%!important;
    width: 2px!important;
    height: 22px!important;
    border-radius: 2px!important;
    background: #FAF7EE;
}


}/* @media screen and (max-width: 992px)  END */

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

  /*------------------
  TB メインビジュアル
  ------------------*/
  .main-v{
    position: relative;
  }
  /* .teaser-main-mainImg{
    background: url(../images/main.jpg) top center no-repeat;
    background-size: 100% auto;
    padding-top: 70.5%;
  } */
  .btn-modal{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .btn-modal a{
    transition: 0.5s ;
    display: inline-block;
    font-family: 'UDMarugo_LargePr6N-B', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #FAF7EE;
    border-radius: 100px;
    border: solid 1px #333333;
  }
  .btn-modal a:hover{
    opacity: 0.7;
  }

  /*------------------
  TB メニュー
  ------------------*/
  .teaser-main-nav{
    background: url(../images/bg/bg-nav.png) repeat;
    padding: 0 20px;
  }
  .teaser-main-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .teaser-main-nav ul li{
    position: relative;
    color: #F4F0E7;
    width: 33.3333333333%;
    font-family: "TsubameStd-R",sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.7em;/* 高さ70pxぐらい */
    border-bottom: 1px solid #F4F0E7;
  }
  .teaser-main-nav ul li:not(:nth-child(3)):not(:nth-child(5))::after{
    content: " ";
    width: 10px;
    height: 10px;
    background: #AAD283;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: -6px;
  }
  /* .teaser-main-nav ul li::after{
    content: " ";
    width: 10px;
    height: 10px;
    background: #AAD283;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: -6px;
  }
  .teaser-main-nav ul .li::after{
    content: none;
  } */
  .teaser-main-nav ul li a{
    transition: 0.5s ;
    width: 100%;
    display: block;
  }
  .teaser-main-nav ul li a:nth-child(odd):hover{
    /* opacity: 0.5; */
    transform: rotate(-10deg);
  }
  .teaser-main-nav ul li a:nth-child(even):hover{
    /* opacity: 0.5; */
    transform: rotate(10deg);
  }
  .teaser-main-nav .row{
  }
  .teaser-main-nav .col{
  }

  /*------------------
  TB ブロック
  ------------------*/
  .teaser-contents{
  }
  .teaser-contents .teaser-contents-inner{
   
  }
  .teaser-block{

  }
  .teaser-block-inner{
    padding: 50px 30px 70px;
  }
  .teaser-contents .teaser-contents-inner h3{
    margin-bottom: 40px;
  }

  /*------------------
  TB ウェーブ
  ------------------*/
  .wave-beige{/* ベージュ */
    background-size: contain;
    padding-top: 8%;
 }
  .wave-orange{/* オレンジ */
    background-size: 100% auto;
    padding-top: 7.9%;
  }
  .wave-beige-orange{/* オレンジ・ベージュ */
    background-size: 100% auto;
    padding-top: 7.9%;
  }
  .wave-green{/* グリーン */
    background-size: 100% auto;
    padding-top: 7.9%;
  }
  .wave-beige-green{/* グリーン・ベージュ */
    background-size: 100% auto;
    padding-top: 7.9%;
  }
  .wave-perple{/* パープル */
    background-size: 100% auto;
    padding-top: 7.9%;
  }
  .wave-beige-perple{/* パープル・ベージュ */
    background-size: 100% auto;
    padding-top: 7.9%;
  }

  /*------------------
  TB 見出し共通
  ------------------*/
  #news .teaser-block-title span{/* 最新情報 */
    display: block;
    width: 100%;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(../images/news/ttl-news_pc.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 120%;
  }
  #movie .teaser-block-title span{/* 動画 */
    background-size: 100% auto;
    padding-top: 17%;
  }
  #intro .teaser-block-title{/* イントロ */
    background-size: 100% auto;
    padding-top: 17%;
  }
  #cast .teaser-block-title span{/* 出演者 */
    background-size: 100% auto;
    padding-top: 17%;
  }
  #staff .teaser-block-title span{/* スタッフ */
    background-size: 100% auto;
    padding-top: 17%;
  }
  #topics .teaser-block-title span{/* トピックス */
    background-size: 100% auto;
    padding-top: 17%;
  }
  #twitter .teaser-block-title span{/* SNS */
    background-size: 100% auto;
    padding-top: 17%;
  }

  /*------------------
  TB 番組公式SNS　トップ
  ------------------*/
  .top-sns-area{
    margin: 30px 0;
  }
  .top-sns-area .top-sns-area-inner{
    text-align: center;
  }
  .top-sns-area .top-sns-block{
    display: inline-flex;
    align-items: center;
    gap: 20px;
  }
  .top-sns-area .top-sns-txt{/* PC左ブロック　SP上ブロック*/
    
  }
  .top-sns-area .top-sns-txt p{
    font-size: 2rem;
    color: #333;
  }
  .top-sns-area ul{
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .top-sns-area ul li{
    width: 40px;
    height: 40px;
  }
  .top-sns-area ul li a{
    transition: 0.5s;
  }
  .top-sns-area ul li a img{
    width: 100%;
    display: block;
  }

  /*------------------
  TB バナーエリア
  ------------------*/

  /*メインビジュアル下*/
 .teaser-banner-area{
    padding: 0 20px !important;
    margin: 30px 0;
    text-align: center;
 }
 .teaser-banner-area ul{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
 }
 .teaser-banner-area ul li{
 }
 .teaser-banner-area ul li a{
  transition: 0.5s;
 }
 .teaser-banner-area ul li a img{
    width: 100%;
    display: block;
 }
 /*関連作品バナー一覧*/

 .top-related{
  padding: 0 20px !important;
  margin: 30px 0;
 }
  .top-related-works-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    font-size: 0;
    gap: 10px;
  }
  .top-related-works-list .top-related-works-item{
    flex: 0 0 48.8%;
    width: 48.8%;
  }
  .top-related-works-item>a{
    display: block;
  }
  .top-related-works-item>a>span{
    display: block;
    padding-bottom: 23.8805970149%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }

  /*------------------
  TB 新着情報
  ------------------*/
 #news{
    background-color: #FAF7EE;
 }
 #news .teaser-block-inner{
    padding: 40px 30px 60px;
 }
 #news .title-box{
    display: inline-flex;
    align-items: center;
    gap: 25px;
    width: 100%;
 }
 #news .teaser-block-title{
    width: 30%;
    margin-bottom: 0;
    display: inline-flex;
 }
 #news ul{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 70%;
 }
 #news ul li{
    background: url(../images/bg/bg_pink.png) repeat;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #333;
 }
 #news ul li a{
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
 }
 #news ul li a .item-image{/*サムネイル*/
    /* background: url(../images/news/news-item_01.jpg) top center no-repeat; */
    background-size: 100% auto;
    padding-top: 25%;
    width: 35%;
    border-radius: 5px;
 }
 #news ul li a .news-item01{/* サムネイル01 */

 }
 #news ul li a .news-item01{/* サムネイル02 */

 }
 #news ul li a .news-item01{/* サムネイル03 */

 }
 #news ul li a .item-info{/*テキストエリア*/
    width: 65%;
 }
 #news ul li a .item-info .item-data{/*日付*/
    font-size: 1.2rem;
    font-weight: bold;
    color: #E1545C;
    letter-spacing: 1.2px;
 }
 #news ul li a .item-info .item-title{/*お知らせタイトル*/
    font-size: 1.4rem;
    letter-spacing: 1.2px;
  }

  /*------------------
  TB 動画
  ------------------*/
  #movie{

  }
  #movie .top-movie-waku{
    max-width: 604px;
    position: relative;
    padding: 10px;
    background: url(../images/movie/img-waku.png) top center no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
  }
  #movie .movie-box{
    /* padding-top: 57.8%; */
  }
  #movie .movie-box .movie-box-data{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }
  #movie .movie-box .movie-player{
  }
  #movie .btn-item{
    margin: 30px auto 0;
    max-width: 280px;
  }
  #movie .btn-item a{
    transition: 0.5s;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "TsubameStd-R",sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    padding: 25px 0px;
    color: #FAF7EE;
    background-color: #B84707;
    border-radius: 100px;
  }

  /*------------------
  TB イントロ
  ------------------*/
  #intro .teaser-block-inner{
    
  }
  #intro .intro-box{
    background: url(../images/bg/bg_yellow.png) repeat;
    border-radius: 10px;
    border: 1px solid #333;
    padding: 60px 40px 70px;
  }
  #intro .intro-box p{
    display: block;
    width: 100%;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(../images/intro/text-item_pc.png) top center no-repeat;
    background-size: contain;
    padding-top: 219%;
  }

  /*------------------
  TB キャスト
  ------------------*/
  #cast{

  }
  #cast .cast-box{
    
  }
  #cast .cast-list{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #cast .cast-item{/*キャストアイテム*/
    text-align: center;
    border-bottom: 1px solid #FAF7EE;
    padding-bottom: 40px;
  }
  #cast .cast-item:last-of-type{/* 最後のアイテム */
    border-bottom: none;
    padding-bottom: 0;
  }
  #cast .cast-item-block{
    display: inline-flex;
    align-items: center;
    gap: 45px;
  }
  #cast .cast-item .cast-item-left-block{/*PC左ブロック SP上ブロック*/
    width: 240px;
    height: 240px;
  }
  #cast .cast-item .cast-item-left-block .cast-photo{
    /* background: url(../images/cast/cast_kadowaki-mugi.png) top center no-repeat;
    background-size: contain;
    padding-top: 100%; */

  }
  #cast .cast-item .cast-item-right-block{/*PC右ブロック SP下ブロック*/

  }
  #cast .cast-item .cast-item-right-block ul{

  }
  #cast .cast-item .cast-item-right-block ul li{

  }
  #cast .cast-item .cast-item-right-block ul .name-a{/*役名*/
    font-family: 'UDMarugo_LargePr6N-DB', sans-serif;
    font-size: 2rem;
    color: #1A3E13;
    text-align: left;
    letter-spacing: 1px;
  }
  #cast .cast-item .cast-item-right-block ul .name-a .name-s{/*ルビ*/
    font-family: 'UDMarugo_LargePr6N-DB', sans-serif;
    font-size: 1.4rem;
    color: #1A3E13;
  }
  #cast .cast-item .cast-item-right-block ul .name-b{/*俳優名*/
    font-family: "TsubameStd-R",sans-serif;
    font-size: 5.5rem;
    line-height: 1;
    letter-spacing: 2px;
    color: #FAF7EE;
    margin-left: -5px;
    text-align: left;
  }
  #cast .cast-item .cast-item-right-block ul .name-b span{
    display: inline-block;
    margin-left: 5px;
  }
  #cast .cast-comment{
    background-color: #FAF7EE;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
  }
  #cast .cast-comment p{/* 説明文 */
    font-family: 'UDMarugo_LargePr6N-M', sans-serif;
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 1px;
  }
  #cast .btn-more{/* コメントボタン */
    margin: 30px auto 0px;
    max-width: 280px;
  }
  #cast .btn-more a{
    transition: 0.5s;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "TsubameStd-R",sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    padding: 25px 0px;
    color: #FAF7EE;
    background-color: #1A3E13;
    border-radius: 100px;
  }

  /*------------------
  TB スタッフ
  ------------------*/
  #staff{
    background-color: #FAF7EE;
  }
  #staff .teaser-block-inner{
    
  }
  #staff .staff-box{
    background: url(../images/bg/bg_blue.png) repeat;
    border-radius: 10px;
    border: 1px solid #333;
    padding: 40px;
  }
  #staff .staff-box ul{
    
  }
  #staff .staff-box ul li{/*スタッフアイテム*/
    font-family: 'UDMarugo_LargePr6N-M', sans-serif;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.6;
    flex-direction: inherit;
  }
  #staff .staff-box ul li .role{
    width: 40%;
    padding-top: 0.1em;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-align: right;
    -webkit-font-feature-settings: "palt";
  }
  #staff .staff-box ul li .name{
    font-family: 'UDMarugo_LargePr6N-DB', sans-serif;
    width: 60%;
    padding: 0 0 0 1em;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: left;
    color: #FAF7EE;
  }

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

  }
  #topics .topics-btn{
    max-width: 280px;
    margin: 30px auto 0;
  }
  #topics .drama-btn.btn-more{
    transition: 0.5s;
    display: inline-block !important;
    font-size: 2rem !important;
    font-weight: bold;
    padding: 25px 0px;
  }

  /*------------------
  TB 番組公式SNS
  ------------------*/
  #twitter .teaser-block-inner{

  }
  #twitter .teaser-block-inner .teaser-block-title{
    
  }
  #twitter .teaser-block-inner .twitter-area{
    
  }
  #twitter .sns-btn-box{
    text-align: center;
    margin-top: 40px;
  }
  #twitter .sns-btn-box ul{
    display: inline-flex;
    align-items: flex-start;
    gap: 30px;
  }
  #twitter .sns-btn-box ul li{
    width: 160px;
    height: 160px;
  }
  #twitter .sns-btn-box ul li a{
    transition: 0.5s ;
  }
  /* #twitter .sns-btn-box ul .odd a img:hover{
    transform: rotate(-10deg);
    transition: 0.5s ;
  }
  #twitter .sns-btn-box ul .even a img:hover{
    transform: rotate(10deg);
    transition: 0.5s ;
  } */
  #twitter .sns-btn-box ul li a img{
    width: 100%;
    display: block;
  }

  /*------------------
  TB モーダル
  ------------------*/
  .modal-teaser-block-inner{/*背景*/
    background: #FAF7EE;
    text-align: center;
    padding: 50px 40px 60px;
    border: 1px solid #333 !important;
    border-radius: 10px;
  }
  .modal-teaser-block-inner .dorama-logo{/*ドラマロゴ*/
    background: url(../images/modal/logo.png) top center no-repeat;
    background-size: contain;
    padding-top: 14.5%;
  }
  .modal-teaser-block-inner h4{/*制作によせて*/
    font-family: 'UDMarugo_LargePr6N-B', sans-serif;
    color: #E1545C;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: 1px;
  }
  .modal-teaser-block-inner .modal-txt-box{
    margin-top: 20px;
  }
  .modal-teaser-block-inner .modal-txt-box p{
    font-family: 'UDMarugo_LargePr6N-M', sans-serif;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 2;
  }
  .modal-teaser-block-inner .modal-explanation-box{/*自閉スペクトラム症枠とゲイ枠のparts*/
    position: relative;
    margin-top: 40px;
    padding: 20px 20px 15px;
    border: 1px solid #E1545C;
    border-radius: 10px;
  }
  .modal-teaser-block-inner .box-b{
    margin-top: 25px;
  }
  .modal-teaser-block-inner .modal-explanation-box .modal-subttl{
    font-family: 'UDMarugo_LargePr6N-B', sans-serif;
    position: absolute;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #E1545C;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -1.6rem;
    background: #FAF7EE;
    padding: 0 20px;
  }
  /* .modal-teaser-block-inner .modal-explanation-box .modal-subttl::after{
    content: " ";
    width: 6px;
    height: 6px;
    background: #E1545C;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    left: -6px;
  }
  .modal-teaser-block-inner .modal-explanation-box .modal-subttl::before{
    content: " ";
    width: 6px;
    height: 6px;
    background: #E1545C;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: -6px;
  } */
  .modal-teaser-block-inner .modal-explanation-box p{
    font-size: 14px;
    color: #E1545C;
    text-align: left;
    padding-bottom: 10px;
    letter-spacing: 1px;
    
  }
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }


}/* @media screen and (min-width : 601px)  END */

/* ------------------------------------------------------------------
 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;
  } */





}/* @media screen and (min-width: 993px) END */

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

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


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

 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;}
}
@media only screen and (max-width: 600px){
  .ntv-wrapper{margin-bottom: 60px;}
} */

/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area{
  width: 100%;
}
.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 .topics-area{
  background-color: none !important;
}
/* ボタン */
#topics .drama-btn.btn-more {
  color: #FAF7EE;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  font-family: "TsubameStd-R",sans-serif;
  background-color: #622465;
  /* background: transparent; */
  /* padding: 1.3em 0 1.2em; */
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 100px;
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}

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

}

/* リスト */
@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%;
  }

}
