@charset "UTF-8";
.ntv-main img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

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

 Layout

==================================*/
.teaser-main-mainImg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 258px;
}
.teaser-main-mainImg img {
  display: block;
  width: 607px;
  margin-top: -20px;
}
.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 {
  margin-bottom: 100px;
  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: #1D3278;
  word-break: break-all;
}

/* ブロックタイトル */
.teaser-block-title{
  width: min(80vw,480px);
  margin: 0 auto 30px;
}

/* ブロック内テキスト */
.teaser-block p {
  color: #1D3278;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .teaser-main-mainImg {
    width: 100%;
    height: 125px;
  }
  .teaser-main-mainImg img {
    width: 310px;
    margin-top: 0;
  }
  .teaser-contents {
    margin-bottom: 70px;
  }
  .teaser-block p {
    font-size: 1.4rem;
  }
}

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

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

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

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


/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
  z-index: 2;
  position: relative;
  margin-top: 30px;
}
.teaser-main-nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.teaser-main-nav ul li {
  position: relative;
  vertical-align: top;
}
.teaser-main-nav ul li .label {
  font-size: 1rem;
  position: absolute;
  top: -2px;
  left: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  background-color: #fff844;
  border-radius: 5px;
  transform: translateX(-50%);
}
.teaser-main-nav ul li a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 97px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .3s;
}
.teaser-main-nav ul li a:hover {
  opacity: 0.5;
}
.teaser-main-nav ul li.is-coming a {
  pointer-events: none;
  opacity: 0.6;
}
.teaser-main-nav ul li:nth-of-type(1) a {
  background-image: url("../images/nav/nav-item-sched.png");
}
.teaser-main-nav ul li:nth-of-type(2) a {
  background-image: url("../images/nav/nav-item-cs.png");
}
.teaser-main-nav ul li:nth-of-type(3) a {
  background-image: url("../images/nav/nav-item-cs.png");
}
.teaser-main-nav ul li:nth-of-type(4) a {
  background-image: url("../images/nav/nav-item-news.png");
}

/* row-4（4列） */
.teaser-main-nav ul.row-4 li {
  width: calc((100% - 24px) / 4);
}

/* row-3（3列） */
.teaser-main-nav ul.row-3 li {
  width: calc((100% - 10px) / 3);
}

@media screen and (max-width: 992px) {
  .ntv-main a:hover {
    opacity: 1;
  }
  .teaser-main-nav {
    width: min(94%, 600px);
    margin: 20px auto 10px;
  }
  .teaser-main-nav ul li a {
    height: min(14.5vw,90px);
  }
  .teaser-main-nav ul.row-4 li {
    width: calc((100% - 14px) / 4);
  }
}

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