@charset "UTF-8";

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

 Layout

==================================*/
body {
  background: url(../../template_assets/images/bg_dot.png)!important;
  background-size:contain!important;
}

#ntv {
		background: url(../../template_assets/images/bg_dot.png);
  background-size:contain; 
	}
.img100 {
	width: 100%;
}
.img90 {
	width: 90%;
}
.sp {
	display: none !important;
}
.ntv-wrapper {
  background: url(../../template_assets/images/bg_sen.png)top center no-repeat;
  background-size:contain; 
}
.red {
  color: #f00;
}
.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;
  margin-bottom: 5%;
}
.teaser-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}

/* ブロック */
.teaser-block{
  color: #333;
  word-break: break-all;
}
.teaser-block-inner{
  padding: 0 3% 2% 3%;
}

/* ブロックタイトル */
.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;
}
.prpgram_box {
  background: #fff;
  
    padding: 20px 20px 5px 20px;
      margin: 40px 0 0 0;
}

.prpgram_box h2 {
  background: linear-gradient(180deg, rgba(241,126,81,1) 0%, rgba(211,57,3,1) 100%);
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
font-size: 20px;
  position: relative;
    top: -40px;
}
.prpgram_box h3 {
  position: relative;
    top: -20px;
  font-size: 21px;
    color: #bf0e3f;
  font-weight: bold;
}
.prpgram_box p {
  position: relative;
    top: -10px;
  font-size: 18px;
}
.title_img {
  display: block;
  margin:10% auto -7% auto;
  z-index: 100;
  position: relative;
}
.contents_img {
  z-index: 10;
}
.cast_box {
  background: #fff;
  border: 6px solid #ce2d2d;
  padding: 7% 2%;
}
.cast_box ul{
  display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
.cast_box ul li{
  width: 42%;
    height: 1%;
    line-height: 1.3;
    padding: 1.5% 0;
  list-style-image: url(../../template_assets/images/star.gif);
    list-style-position: outside;
      margin: 0 2% 0 6%;
}
.cast_box h3{
      margin: 5% 0 0 2%;
    font-size: 1.2em;
    font-weight: bold;
    color: #f00;
}



/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 575.98px) {
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
   .teaser-main-mainImg img {
  padding-left: 0;
  width: 100%;
  margin-left: 0;
	  padding-top: 0;
}
  .cast_box ul{
  display:block;
    margin: 4% auto;
}
  .cast_box ul li{
  width: 90%;
    margin: 0 2% 0 10%;
}
  .title_img {
    width: 80%;
  }
  .prpgram_box h3 {
  font-size: 18px;
}
  .prpgram_box p {
  font-size: 16px;
}
  .cast_box h3{
      margin: 10% 0 0 4%;
}
}

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

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

  /* ブロック */
  .teaser-block{
    margin-top: 20px;
  }
  .teaser-block-inner{
    
  }
  /* ブロックタイトル */
  .teaser-block-title{
    font-size: 2.4rem;
    
  }
  .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: linear-gradient(180deg, rgba(241,126,81,1) 0%, rgba(211,57,3,1) 100%);
  width: 100%;
  z-index: 9999;
}
.teaser-main-nav .row{
  margin-bottom: 0;
  display: flex;
  padding: 10px 0 6px 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;
	width: 33.333%;
  height: 70px;
}
.teaser-main-nav ul li:hover {
	opacity: 0.8;
}
.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;
}

.teaser-main-nav ul li.contents {
	background: url(../../template_assets/images/nav_01.png)no-repeat center;
  background-size: 95%;
	display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.teaser-main-nav ul li.cast {
	background: url(../../template_assets/images/nav_02.png)no-repeat center;
  background-size: 95%;
	display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.teaser-main-nav ul li.program {
	background: url(../../template_assets/images/nav_03.png)no-repeat center;
  background-size: 95%;
	display: block;
  text-indent: -9999px;
  overflow: hidden;
}


@media screen and (max-width: 992.999px) {
.teaser-main-nav ul li{
    height: 10vw;
  }
  .teaser-main-nav ul li a{
    padding: 9vw 0;
  }
  .teaser-main-nav ul li.contents,.teaser-main-nav ul li.cast,.teaser-main-nav ul li.program {
		background-size: 95%;
	}

}

@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){
  
}
@media only screen and (max-width: 600px){
  
}

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

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

/* ---------------------------------
 ティザー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: 992.999px) {

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

}
