@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Staatliches&display=swap");
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*background-set*/
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
.teaser-main-nav ul li .label, #news .news-list .news-item-text .news-item-text-date {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ntv-main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#topics-area .topics-item, #topics-area .topics-list, #cast .cast-block:nth-of-type(even), #intro .teaser-block-inner {
  padding: 40px 30px;
  border: #fff 1px solid;
  border-radius: 20px;
  background-color: rgba(137, 23, 126, 0.55);
}
@media (min-width: 601px) {
  #topics-area .topics-item, #topics-area .topics-list, #cast .cast-block:nth-of-type(even), #intro .teaser-block-inner {
    border-radius: 10px;
  }
}

#news .news-list .news-item, #staff .staff-list, #cast .cast-block:nth-of-type(odd) {
  padding: 40px 30px;
  border: #fff 1px solid;
  border-radius: 20px;
  background-color: rgba(23, 92, 196, 0.55);
}
@media (min-width: 601px) {
  #news .news-list .news-item, #staff .staff-list, #cast .cast-block:nth-of-type(odd) {
    border-radius: 10px;
  }
}

#topics-area .drama-btn.btn-more, #cast .cast-comment, #movie .movie-more, #news .news-more {
  width: 50%;
  max-width: 240px;
  margin: 0 auto;
  padding: 15px 10px 13px;
  border: none !important;
  background: #fff !important;
  border-radius: 50px;
  color: #742A50;
  text-align: center;
  font-size: 1.4rem !important;
  font-weight: 600;
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#topics-area .drama-btn.btn-more:hover, #cast .cast-comment:hover, #movie .movie-more:hover, #news .news-more:hover {
  opacity: 0.8;
  transition: 0.2s;
}

/* ---------------------------------
 全体
--------------------------------- */
@media (min-width: 993px) {
  .ntv-contentsWrap {
    display: flex;
    justify-content: space-between;
  }
}

.ntv-globalHeader {
  z-index: 1;
}

.ntv-programHeader {
  z-index: 1;
}

.ntv-wrapper {
  background: linear-gradient(90deg, rgba(68, 96, 195, 0.7) 0%, #eb54a1 42%, rgba(61, 39, 91, 0.8) 100%);
  background-color: #E12D8C;
}
.ntv-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_pc.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: 0;
  opacity: var(--bg-opacity, 1);
  transition: opacity 1s linear;
}
@media (max-width: 600.98px) {
  .ntv-wrapper::after {
    background-image: url("../images/common/bg_sp.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.ntv-main-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ntv-main {
  position: relative;
  letter-spacing: 0.1em;
}

.ntv-aside {
  position: relative;
  z-index: 1;
}

.teaser-block-title {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  padding-top: 17.8571428571%;
}

/* ---------------------------------
 NEWS
--------------------------------- */
#news .teaser-block-title {
  background-image: url("../images/news/tit_news.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#news .news-item.is-hidden {
  display: none;
}
#news .news-item.fade-in {
  display: block;
  opacity: 0;
  animation: fadeIn 0.6s forwards; /* 0.6秒でふわっと表示 */
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#news .news-button {
  width: 100%;
  padding-top: 20px;
}
#news .news-more {
  color: #7458B4;
}

/* ---------------------------------
 MOVIE
--------------------------------- */
#movie .teaser-block-title {
  background-image: url("../images/movie/tit_movie.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#movie .movie-button {
  width: 100%;
  padding-top: 35px;
}
/* ---------------------------------
 INTRO
--------------------------------- */
#intro .teaser-block-title {
  background-image: url("../images/intro/tit_intro.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
#intro .teaser-block-inner {
  padding: 50px 0 20px;
}
@media (max-width: 600.98px) {
  #intro .teaser-block-inner {
    padding: 40px 20px;
  }
}
#intro .intro-text {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  background-image: url("../images/intro/intro_pc.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 167.701863354%;
}
@media (max-width: 600.98px) {
  #intro .intro-text {
    background-image: url("../images/intro/intro_sp.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 360.248447205%;
  }
}

/* ---------------------------------
 CAST
--------------------------------- */
#cast .teaser-block-title {
  background-image: url("../images/cast/tit_cast.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#cast .cast-block {
  margin: 0 0 40px;
}
#cast .cast-block:nth-of-type(odd) .cast-button a {
  color: #7458B4;
}
#cast .cast-block:last-of-type {
  margin-bottom: 0;
}
#cast .cast-img {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 100%;
  pointer-events: none;
}
#cast .cast-img span {
  width: 100%;
  padding-top: 79.4223826715%;
  display: block;
}
#cast .cast-img span.shinjo_d {
  background-image: url("../images/cast/shinjo_d.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#cast .cast-img span.shinjo_a {
  background-image: url("../images/cast/shinjo_a.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#cast .cast-img span.kurahashi {
  background-image: url("../images/cast/kurahashi.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#cast .cast-img span.kurosu {
  background-image: url("../images/cast/kurosu.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#cast .cast-img span.nagato {
  background-image: url("../images/cast/nagato.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#cast .cast-img span.jinbo {
  background-image: url("../images/cast/jinbo.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#cast .cast-img span.yusa {
  background-image: url("../images/cast/yusa.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#cast .cast-text {
  padding: 25px 0 0;
  text-align: justify;
  font-size: 1.5rem;
  color: #fff;
  border-top: #fff 1px dashed;
}
@media (max-width: 600.98px) {
  #cast .cast-text {
    font-size: 1.4rem;
  }
}
#cast .cast-button {
  width: 100%;
}
/* ---------------------------------
 STAFF
--------------------------------- */
#staff .teaser-block-title {
  background-image: url("../images/staff/tit_staff.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#staff .staff-list {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
@media (max-width: 600.98px) {
  #staff .staff-list {
    padding: 30px 5px;
    flex-direction: column;
    align-items: center;
  }
}
#staff .staff-list::after {
  content: "";
  width: 26%;
  max-width: 160px;
  padding-top: 31%;
  background-image: url("../images/staff/illust.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: 0;
}
@media (max-width: 600.98px) {
  #staff .staff-list::after {
    width: 31%;
    padding-top: 36%;
    right: 2%;
  }
}
#staff .staff-list dt {
  width: calc(45% - 10px);
  text-align: right;
  font-size: 1.4rem;
  padding: 5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 600.98px) {
  #staff .staff-list dt {
    width: 100%;
    font-size: 1.2rem;
    padding: 3px;
    text-align: center;
  }
}
#staff .staff-list dt span {
  padding: 5px 8px;
  background: #fff;
  color: #6459B7;
}
@media (max-width: 600.98px) {
  #staff .staff-list dt span {
    padding: 3px 5px;
  }
}
#staff .staff-list dd {
  width: calc(55% - 10px);
  padding: 5px;
  text-align: left;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 600.98px) {
  #staff .staff-list dd {
    width: 100%;
    padding: 3px;
    font-size: 1.4rem;
    text-align: center;
  }
}
#staff .staff-list dd span {
  margin-top: 5px;
  display: block;
  font-size: 1.3rem;
  font-feature-settings: "palt";
}
@media (max-width: 600.98px) {
  #staff .staff-list dd span {
    font-size: 1.2rem;
  }
}

/* ---------------------------------
 TOPICS
--------------------------------- */
#topics-area .teaser-block-title {
  background-image: url("../images/topics/tit_topics.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#topics-area .drama-box-body {
  background: none;
}
#topics-area .topics-list {
  padding: 5px 20px 20px;
}
@media (min-width: 993px) {
  #topics-area .topics-list {
    background: none;
    border: none;
    padding-top: 20px;
  }
}
#topics-area .topics-item {
  padding: 15px !important;
}
@media (max-width: 992.98px) {
  #topics-area .topics-item {
    background: none;
    border: none;
    border-radius: 0;
    padding: 15px 0 !important;
  }
}
#topics-area .topics-text {
  color: #fff;
}
@media (min-width: 993px) {
  #topics-area .topics-text {
    margin: 10px 0 !important;
    font-size: 1.5rem !important;
    line-height: 1.5;
  }
}
@media (max-width: 992.98px) {
  #topics-area .topics-text {
    line-height: 1.6;
  }
}
@media (min-width: 993px) {
  #topics-area .topics-data {
    margin-left: 0 !important;
  }
}
#topics-area .topics-data .date {
  color: #ddd !important;
}
#topics-area .topics-data .genre {
  color: #ddd !important;
}
@media (max-width: 992.98px) {
  #topics-area .topics-data.topics-pickup-data .date {
    background-color: #000 !important;
    padding-bottom: 2px;
    padding-bottom: 0.4em;
  }
}
@media (max-width: 992.98px) {
  #topics-area .topics-data.topics-pickup-data .genre {
    background-color: #89177E !important;
    color: #fff;
    padding-bottom: 0.4em;
  }
}
#topics-area .topics-btn {
  width: 100%;
}
@media (max-width: 992.98px) {
  #topics-area .topics-btn {
    padding-top: 25px !important;
  }
}
/* ---------------------------------
 SNS
--------------------------------- */
#official-sns {
  margin: 80px 0 30px;
}
@media (max-width: 600.98px) {
  #official-sns {
    margin: 40px 0 40px;
  }
}
#official-sns .teaser-block-title {
  background-image: url("../images/sns/tit_sns.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
#official-sns .official-sns-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#official-sns .teaser-btn {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 25%;
  max-width: 130px;
  margin: 0;
  background-color: none;
}
#official-sns .teaser-btn a {
  width: 100%;
  padding-top: 100%;
}
#official-sns .teaser-btn a::before {
  display: none;
}
#official-sns .teaser-btn#btn-follow-twitter a {
  background-image: url("../images/sns/follow_x.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
#official-sns .teaser-btn#btn-follow-instagram a {
  background-image: url("../images/sns/follow_instagram.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
#official-sns .teaser-btn#btn-follow-tiktok a {
  background-image: url("../images/sns/follow_tiktok.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}

.br_sp {
  display: none;
}
@media (max-width: 600.98px) {
  .br_sp {
    display: block;
  }
}

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

 Layout

==================================*/
.teaser-main-mainImg {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-top: 69.8757763975%;
  background-image: url("../images/main_pc.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 992.98px) {
  .teaser-main-mainImg {
    width: 100%;
  }
}
@media (max-width: 600.98px) {
  .teaser-main-mainImg {
    padding-top: 74.6666666667%;
    background-image: url("../images/main_sp.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.teaser-main-mainImg span {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.teaser-main-mainImg img {
  display: block;
  width: 100%;
  height: auto;
}

.teaser-main-onair {
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px;
}

.teaser-contents {
  width: calc(100% - 20px);
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media (max-width: 992.98px) {
  .teaser-contents {
    width: calc(100% - 30px);
  }
}

.teaser-contents a:hover, .bnr_cast a:hover {
  transition: opacity 0.1s;
  text-decoration: none;
  opacity: 0.65;
}

/* ブロック */
.teaser-block {
  color: #333;
  word-break: break-all;
}

.teaser-block-inner {
  padding: 15px 0 0;
}

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

.ntv-box-title.title-base {
  background: #000;
}

.drama-box-title.title-base {
  background-color: #000;
}

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

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

==================================*/
/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
  width: calc(100% - 20px);
  margin: 20px auto 30px;
  padding: 0 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 992.98px) {
  .teaser-main-nav {
    width: calc(100% - 30px);
  }
}

.teaser-main-nav ul {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  width: 100%;
  margin: 0 auto;
}

.teaser-main-nav ul li {
  position: relative;
  vertical-align: top;
}

.teaser-main-nav ul li .label {
  padding-top: 2px;
  font-size: 1.1rem;
  position: absolute;
  top: -6px;
  left: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  background-color: #fff;
  border-radius: 0;
  transform: translateX(-50%);
  color: #140337;
  line-height: 1.4;
}
@media (max-width: 992.98px) {
  .teaser-main-nav ul li .label {
    font-size: 2vw;
  }
}

.teaser-main-nav ul li a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 40%;
}

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

.teaser-main-nav ul li:nth-of-type(1) a {
  background-image: url("../images/nav/nav_intro.png");
}

.teaser-main-nav ul li:nth-of-type(2) a {
  background-image: url("../images/nav/nav_coming.png");
}

.teaser-main-nav ul li:nth-of-type(3) a {
  background-image: url("../images/nav/nav_coming.png");
}

.teaser-main-nav ul li:nth-of-type(4) a {
  background-image: url("../images/nav/nav_caststaff.png");
}

.teaser-main-nav ul li:nth-of-type(5) a {
  background-image: url("../images/nav/nav_coming.png");
}

.teaser-main-nav ul li:nth-of-type(6) a {
  background-image: url("../images/nav/nav_topics.png");
}

/* row-4（4列） */
.teaser-main-nav ul.row-4 li {
  width: calc((100% - 15px) / 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 {
    margin: 15px auto 18px;
  }
}
@media screen and (min-width: 601px) {
  .teaser-main-nav {
    padding: 0 0;
  }
  .teaser-main-nav ul {
    gap: 8px;
  }
  /* 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% - 20px) / 3);
  }
}
/* ---------------------------------
 バナー
--------------------------------- */
/* ドラマのバナーサイズは670×160に統一（ティザー、本サイト共通） */
.teaser-banner-area {
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 600.98px) {
  .teaser-banner-area {
    padding-top: 20px;
  }
}

.teaser-banner-area ul li {
  max-width: 605px;
  line-height: 0;
  margin: 0 auto 20px;
}
.teaser-banner-area ul li:last-of-type {
  margin-bottom: 0;
}

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

@media screen and (min-width: 993px) {
  .teaser-banner-area {
    padding: 0;
  }
}
/* TVerお気に入り登録バナーのスタイルを変更したい場合は以下に記載する */
.drama-tver-favorite-banner img {
  /* border: 1px solid #000; */
  /* border-radius: 10px; */
}

/* ---------------------------------
 SNS
--------------------------------- */
.teaser-topsns {
  padding: 0;
}

.teaser-topsns .teaser-topsns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.teaser-topsns .teaser-topsns-list li {
  width: 50px;
  margin-left: 20px;
  line-height: 1;
}

.teaser-topsns .teaser-topsns-list li:first-child {
  margin-left: 0px;
}

.teaser-topsns .teaser-topsns-list li img {
  width: 100%;
}

.teaser-topsns .teaser-topsns-list li a {
  transition: 0.3s;
}

.teaser-topsns .teaser-topsns-list li a:hover {
  opacity: 0.75;
}

@media screen and (min-width: 601px) {
  .teaser-topsns {
    padding: 0px 15px 10px;
  }
  .teaser-topsns .teaser-topsns-list li {
    width: 60px;
  }
}
/* ---------------------------------
 NEWS
--------------------------------- */
#news .news-list {
  padding: 0 0;
}

#news .news-list .news-slide {
  margin: 0 5px;
}

#news .news-list .news-item {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

#news .news-list .news-item:last-child {
  margin-bottom: 0;
}

#news .news-list a {
  display: flex;
  align-items: flex-start;
}

#news .news-list .news-item-img {
  width: 150px;
  display: flex;
}
@media (max-width: 600.98px) {
  #news .news-list .news-item-img {
    width: 120px;
  }
}

#news .news-list .news-item-img img {
  width: 100%;
  height: auto;
}

#news .news-list .news-item-text {
  margin-left: 15px;
  flex: 1;
  color: #fff;
}

#news .news-list .news-item-text .news-item-text-date {
  margin-bottom: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}

#news .news-list .news-item-text .news-item-text-date span {
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 5px;
  letter-spacing: 0.1em;
}

#news .news-list .news-item-text .news-item-text-date .category {
  display: inline-block;
  min-width: 75px;
  margin-right: 10px;
  padding-top: 3px;
  padding-right: 3px;
  line-height: 1.2;
  color: #6C58B6;
  text-align: center;
  background: #fff;
}

#news .news-list .news-item-text .news-item-text-title {
  font-size: 1.4rem;
  text-align: justify;
  margin-bottom: 0;
}

#news .slick-dots button {
  display: none;
}

#news .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#news .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

#news .slick-dots li.slick-active {
  background-color: #222222;
}

#news .news-list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  background-image: url(../images/slick-arrow.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
}

#news .news-list .slick-prev {
  height: 30px;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

#news .news-list .slick-next {
  height: 30px;
  right: 0;
}

#news .news-list .slick-disabled {
  display: none !important;
}

@media screen and (min-width: 993px) {
  #news .news-list .news-item-text .news-item-text-title {
    font-size: 1.5rem;
  }
  #news .news-list .news-item-text .news-item-text-date {
    font-size: 1.6rem;
  }
  #news .news-list .slick-prev {
    left: 0;
  }
  #news .news-list .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 601px) {
  #news .news-list .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #news .news-list .slick-prev {
    left: -8px;
  }
  #news .news-list .slick-next {
    right: -8px;
  }
}
/* ---------------------------------
 動画
--------------------------------- */
.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%;
}

#movie .movie-sub {
  position: relative;
  margin: 15px 15px 0;
}

#movie .movie-sub .slick-list {
  width: 100%;
}

#movie .movie-sub .slick-slide {
  margin: 0 5px;
  cursor: pointer;
  padding: 10px 0;
}

#movie .movie-sub .new {
  position: absolute;
  top: 1px;
  left: 5px;
  z-index: 2;
  display: block;
  width: 50px;
}

#movie .movie-sub .new span {
  display: block;
  padding-top: 60.9756097561%;
  content: "";
  background-image: url(../images/icon_new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#movie .movie-sub .movie-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#movie .movie-sub .movie-thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/movie-icon-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
  content: "";
}

#movie .movie-sub .text-box {
  padding: 0;
}

#movie .movie-sub .item-title {
  font-size: 1.2rem;
  line-height: 1.8;
}

#movie .movie-sub .date {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #9b9b9b;
}

#movie .movie-sub .slick-arrow {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  background-image: url(../images/slick-arrow.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
}

#movie .movie-sub .slick-prev {
  left: -20px;
  transform: rotate(180deg);
  top: -5%;
}

#movie .movie-sub .slick-next {
  right: -20px;
}

#movie .movie-sub .slick-disabled {
  display: none !important;
}

@media screen and (min-width: 601px) {
  #sect-movie.teaser-block .movie-sub {
    margin: 20px 15px 0;
  }
  #movie .movie-sub .text-box {
    padding: 0 5px;
    margin-top: 10px;
  }
  #movie .movie-sub .item-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #movie .movie-sub .date {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #movie .movie-sub .slick-arrow {
    width: 40px;
    top: 50%;
  }
  #movie .movie-sub .slick-prev {
    left: -15px;
    top: 0;
  }
  #movie .movie-sub .slick-next {
    right: -15px;
  }
}
/* ---------------------------------
モーダル
--------------------------------- */
.modal-video .modal-video-body {
  max-width: 1050px;
  padding: 0 15px;
}

.modal-video .modal-video-close-btn {
  width: 30px;
  top: -30px;
  right: 0;
  cursor: pointer;
}

/* ---------------------------------
 Twitter
--------------------------------- */
/* タイムライン */
/* ボタン */
.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;
  line-height: 0.7;
  position: relative;
  top: -0.05em;
}

#topics .drama-adBanner-li {
  border-radius: 0;
}

@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%;
  }
  #topics .topics-pickup {
    background: none;
  }
}
/* ---------------------------------
 関連バナー
--------------------------------- */
#sect-related.teaser-block {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 600.98px) {
  #sect-related.teaser-block {
    margin-bottom: 0;
    padding: 10px 0 30px;
  }
}

#sect-related.teaser-block .related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

#sect-related.teaser-block .related-list li {
  width: 100%;
  line-height: 1;
  margin-bottom: 10px;
}

#sect-related.teaser-block .related-list:last-child {
  margin-bottom: 0;
}

#sect-related.teaser-block .related-list li img {
  width: 100%;
}

@media screen and (min-width: 601px) {
  #sect-related.teaser-block {
    margin-top: 20px;
  }
  #sect-related.teaser-block .related-list {
    padding: 0;
  }
  #sect-related.teaser-block .related-list li::nth-child(2n) {
    margin-left: 10px;
  }
  #sect-related.teaser-block .related-list li {
    width: calc(50% - 5px);
  }
}
/*====================================================================
モーダル
====================================================================*/
.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie-modal__box {
  width: 100%;
  max-height: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 993px) {
  .movie-modal__box {
    max-width: 100%;
    padding-top: 15vh;
    max-width: 640px;
  }
}
@media screen and (max-width: 600px) {
  .is-fixed {
    padding: 40px 20px 50px;
  }
  .movie-modal__box {
    padding-top: 0;
  }
}
.movie-modal__box__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 993px) {
  .movie-modal__box__inner {
    max-width: 640px;
  }
}
.movie-modal__top {
  position: relative;
  width: 100%;
  /* mp4動画を使用する場合はコメントアウト */
  height: 0;
  padding-bottom: 56.25%;
}

.movie-modal__box__inner .movie-modal__top video {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.movie-modal__box__inner .movie-modal__top iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-modal__bottom {
  color: #fff;
  margin-top: 10px;
}

/* ×ボタン */
.movie-modal__close {
  right: 0px;
  padding: 0;
  text-align: right;
}

.movie-modal__close > button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.movie-modal__close > button::before,
.movie-modal__close > button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 28px;
  height: 3px;
  margin: auto;
  content: "";
  background: #ffffff;
  transform: rotate(-45deg);
}

.movie-modal__close > button::after {
  transform: rotate(45deg);
}

/* jsで付け外し */
.display-none {
  display: none;
}

.ntv-pageTop,
.ntv-footerGenreNav-sp,
.ntv-footerNav-sp,
.ntv-footer {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=teaser.css.map */