@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
.ntv-wrapper {
  background: #E31937;
}

.ntv-main img {
  width: 100%;
  display: block;
}

.ntv-main {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (min-width: 993px) {
  .ntv-contentsWrap {
    width: 1044px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}
.ntv-contentsWrap.sub .teaser-main-mainImg a:hover {
  transition: opacity 0.1s;
  opacity: 0.65;
}

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

 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 0.1s;
  text-decoration: none;
  opacity: 0.65;
}

/* ブロック */
.teaser-block {
  margin: 0 auto;
  background: #fff;
  color: #333;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
}

.teaser-block-inner {
  padding: 16px 10px;
}

/* ブロックタイトル */
body .teaser-block-title {
  font-size: 2.2rem;
  padding: 15px;
  letter-spacing: 0.6px;
  color: #fff;
  position: relative;
  font-weight: 700;
  line-height: 1;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 15px;
}
body .teaser-block-title::before {
  content: "";
  width: 7%;
  padding-top: 7%;
  background-image: url(../images/top/icon_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

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

@media screen and (max-width: 601px) {
  body .teaser-block-title {
    font-size: 2rem;
  }
}
/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .teaser-block {
    margin: 0 10px 30px;
  }
  .teaser-block-inner {
    padding: 20px 20px;
  }
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  /* ブロック */
  .teaser-block {
    margin-top: 30px;
  }
  .teaser-block-inner {
    padding: 30px;
  }
  /* ブロックタイトル */
  .teaser-block-title {
    font-size: 2.2rem;
    padding: 20px 20px 17px;
  }
  .teaser-main-onair {
    font-size: 1.8rem;
  }
  .teaser-contents {
    margin-top: 20px;
  }
}
/* ---------------------------------
 右カラム設定
--------------------------------- */
/* 右カラム　タイトル */
.ntv-box-title {
  background: #000;
}

.ntv-box-title.title-base {
  /* background: #df022b; */
}

.drama-box-title.title-base {
  /* background-color: #df022b; */
}

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

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

==================================*/
/* ---------------------------------
 見逃しバナー
--------------------------------- */
.ntv-mainv-banners--2column.is-two-banners.ntv-mainv-banners {
  margin-top: 0;
}
.ntv-mainv-banners--2column.is-two-banners.ntv-mainv-banners .inner {
  padding: 20px 0;
}

/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
  height: 152px;
  margin: 20px auto 30px;
  padding: 0 0;
  z-index: 2;
  position: relative;
}

.teaser-main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teaser-main-nav ul li {
  width: 33.33%;
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  border-right: #fff 1px solid;
}
.teaser-main-nav ul li:nth-of-type(3n) {
  border-right: none;
}
.teaser-main-nav ul li:nth-of-type(n+4) {
  border-top: #fff 1px solid;
  border-bottom: none;
}

.teaser-main-nav ul li .label {
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  padding: 2px 0 0;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  background-color: #ffea00;
  color: #000;
  font-weight: 700;
  transform: translateX(-50%);
}

.teaser-main-nav ul li a {
  height: 75px;
  padding: 0 0;
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser-main-nav ul li a:hover {
  transition: opacity 0.1s;
  opacity: 0.65;
}

.teaser-main-nav ul li.is-coming a {
  pointer-events: none;
  opacity: 0.6;
}

@media screen and (max-width: 992px) {
  .ntv-main a:hover {
    opacity: 1;
  }
  .teaser-main-nav {
    margin: 15px 0 18px;
  }
}
@media screen and (max-width: 601px) {
  .teaser-main-nav {
    height: 139px;
  }
  .teaser-main-nav ul li a {
    height: 68px;
    font-size: 1.5rem;
  }
  .teaser-main-nav ul li .label {
    font-size: 2vw;
    letter-spacing: 0.05em;
  }
}
/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area {
  width: 100%;
  max-width: 610px;
  margin: 0 auto 30px;
}

.teaser-banner-area ul li {
  margin: 0;
  line-height: 0;
}

.teaser-banner-area ul li a img {
  width: 100%;
}

@media screen and (min-width: 993px) {
  .teaser-banner-area {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .teaser-banner-area {
    margin: 0 auto 20px;
    padding: 0 10px;
  }
}
/* ---------------------------------
 動画
--------------------------------- */
.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%;
}

/* ---------------------------------
 ティザー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%;
  }
}
/* ---------------------------------
 タブメニュー
--------------------------------- */
.tab {
  margin: 0 auto 10px;
}

.tab-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 20px;
  font-size: 1.6rem;
}

.tab-menu-item {
  list-style: none;
  width: 33%;
  padding: 10px 5px;
  text-align: center;
  background-color: #cdcdcd;
  cursor: pointer;
  transition: all 0.3s; /* アニメーション */
}

/* is-activeがついている時のスタイル */
.tab-menu-item.is-active {
  background-color: #000;
  color: #ffffff;
}

/* タブパネル */
.tab-panel {
  width: 100%;
}

.tab-panel-box {
  display: none;
}

/* is-showがついている時のスタイル */
.tab-panel-box.is-show {
  display: block;
}

@media screen and (max-width: 601px) {
  .tab-menu {
    font-size: 3vw;
  }
}/*# sourceMappingURL=teaser.css.map */