@charset "UTF-8";
.ntv-wrapper {
  background: url(../images/bg02-black.png) lightgray 0% 0% / 10px 10px repeat;
}
.ntv-main img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

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

 Layout

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

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
h2.teaser-main-onair {
  color: #ffc00f;
  text-align: center;
  font-size: min(3.7vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.1px;
  margin-top: 17px;
}

span.main-onair-txtDeco {
  font-size: min(5vw, 27px);
}

.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 {
  background: url(../images/bg02-beige.png) lightgray 0% 0% / 20px 20px repeat;
  color: #222;
  word-break: break-all;
  position: relative;
}

.teaser-block#about {
  margin-top: 160px;
}

.teaser-block#cast {
  background: none;
  margin-top: 170px;
}

.teaser-block#twitter {
  margin-top: 110px;
  margin-bottom: 40px;
}

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

.teaser-block#cast .teaser-block-inner {
  padding-top: 110px;
  padding-bottom: 60px;
}

/* ブロックタイトル */
.teaser-block-title {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
  width: max(143px, 41%);
}

/* ブロック内テキスト */
.teaser-block p {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}

.teaser-block#about p {
  margin-bottom: 30px;
}

.teaser-block#about p.txt-first {
  margin-top: 62px;
}

.teaser-block#about p.txt-second {
  width: 86%;
  margin: 0 auto 30px;
}

.teaser-block#about p.txt-last {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 24px;
}

span.txtDeco01 {
  color: #f05a41;
  font-weight: bold;
}

span.txtDeco02 {
  color: #ffffff;
  background: #e0b437;
  padding: 2px;
}

span.txtDeco03 {
  color: #ffffff;
  background: #f05a41;
  padding: 2px;
}

span.txtDeco04 {
  color: #f05a41;
  background: #444147;
  padding: 2px;
}

span.txtDeco05 {
  color: #ffffff;
}

.teaser-block#cast ul {
  display: flex;
  flex-wrap: wrap;
}

.teaser-block#cast ul li {
  width: 50%;
}

.teaser-block#cast ul li:nth-child(even) {
  margin-top: 30px;
}

.teaser-block#cast ul li:nth-child(2) {
  margin-top: 100px;
}

.teaser-block#cast ul li:nth-child(odd) {
  margin-top: -100px;
}

.teaser-block#cast ul li:nth-child(1) {
  margin-top: -20px;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .teaser-block {
    margin: auto 9px;
  }

  .teaser-block-title {
    /* top: -62px;
    width: min(200px, 40%); */

    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: -16vw;
    transform: translateX(-50%);
    width: 40%;
  }

  .teaser-block#about {
    margin-top: 18vw;
  }

  .teaser-block#about p {
    font-size: 14px;
  }

  .teaser-block#about p.txt-first {
    margin-top: 12px;
  }

  .teaser-block#about p.txt-second {
    padding: 0;
    width: 80vw;
  }

  .teaser-block#about p.txt-last {
    font-size: 17px;
  }

  .teaser-block#cast {
    margin-top: 18vw;
  }

  .teaser-block#cast .teaser-block-inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .teaser-block#twitter {
    margin-top: 18vw;
  }
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width: 601px) {
  .sponly {
    display: none;
  }
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  /* ブロック */
  .teaser-block {
    margin-top: 20px;
  }

  /* ブロックタイトル */
  .teaser-block-title img {
    margin: auto;
    width: 100%;
  }
  .teaser-main-onair {
    font-size: 1.8rem;
  }
  .teaser-contents {
    margin-top: 20px;
  }
}

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

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

ul.teaser-main-nav {
  display: flex;
  gap: 16px;
  width: 100%;
  height: 65px;
  margin: 10px auto 0 auto;
  justify-content: center;
}

ul.teaser-main-nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

ul.teaser-main-nav li a img {
  width: 100%; /*autoか100%で指定*/
  height: auto;
}
/* SP調整 */
@media screen and (max-width: 992px) {
  .ntv-main a:hover {
    opacity: 1;
  }
  ul.teaser-main-nav {
    gap: 8px;
    height: 9.5vw;
    padding: 0 20px;
    margin: 15px 0 18px;
  }
  .teaser-main-nav ul li a {
    height: 70px;
  }
}

@media screen and (min-width: 601px) {
  .teaser-main-nav {
    /* padding: 0 20px; */
  }
  .teaser-main-nav ul {
    gap: 10px;
  }
}

/* ---------------------------------
 バナー
--------------------------------- */
/* ドラマのバナーサイズは670×160に統一（ティザー、本サイト共通） */
.teaser-banner-area {
  width: 100%;
  padding: 10px 0;
}
.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;
  }
}

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

/* ---------------------------------
 SNS
--------------------------------- */
.teaser-topsns {
  padding: 15px;
}
.teaser-topsns .teaser-topsns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teaser-topsns .teaser-topsns-list li {
  width: 40px;
  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: 20px 15px;
  }

  .teaser-topsns .teaser-topsns-list li {
    width: 60px;
  }
}

/* ---------------------------------
 NEWS
--------------------------------- */
#news .news-list {
  padding: 0 20px;
}
#news .news-list .news-slide {
  margin: 0 5px;
}
#news .news-list .news-item {
  padding: 10px;
  margin-bottom: 10px;
}
#news .news-list .news-item:last-child {
  margin-bottom: 0;
}
#news .news-list a {
  display: flex;
}
#news .news-list .news-item-img {
  width: 130px;
  display: inline-block;
}
#news .news-list .news-item-text {
  margin-left: 15px;
  flex: 1;
}
#news .news-list .news-item-text .news-item-text-date {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
#news .news-list .news-item-text .news-item-text-date span {
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 5px;
}
#news .news-list .news-item-text .news-item-text-date .category {
  display: inline-block;
  min-width: 75px;
  margin-right: 10px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #222;
}
#news .news-list .news-item-text .news-item-text-title {
  font-size: 1.4rem;
  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: #a5a5a5;
  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%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#news .news-list .slick-prev {
  height: 30px;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}
#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 .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.svg);
  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 .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 .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%;
  }
}

/* ---------------------------------
 関連バナー
--------------------------------- */
#sect-related.teaser-block .related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
#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 .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;
}
