@charset "UTF-8";

.ntv-wrapper{
  background-color: #16807E;
  background-image: url(../images/wrapper-bg.jpg);
  background-repeat: repeat;
  background-size: 50%;
}

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

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

 Layout

==================================*/
.teaser-contents {
  box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: .05em;
}

/* ブロック */
.teaser-block{
  color: #F4E9DA;
  word-break: break-all;
  padding: 40px 0;
}
.teaser-block-inner{
  padding: 0 15px;
}

/* ブロックタイトル */
.teaser-block-title{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 70px;
  text-align: center;
  margin-bottom: 30px;

  /* テキスト非表示 */
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  line-height: 1.0;
}

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

/* ボタン */
.teaser-block .teaser-btn a{
  width: 80%;
  max-width: 335px;
  display: block;
  margin: 0 auto;
  padding: 1.1em 0;
  font-size: 1.4rem;
  text-align: center;
  color: #FFF6EA;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 2em;
  border: 2px solid #F4E9DA;
  background: #9F9820;
  box-shadow: 4px 4px 0px 0px #0E7370;
}

/* MV */
.teaser-main-mainImg img {
  display: block;
  width: 100%;
  /*MV下見逃し配信バナー表示 */
  padding-bottom: 70px; 
}

/* メニュー */
.teaser-main-nav {
  margin: 20px 0;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}
.teaser-main-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  column-gap: 5px;
  width: 100%;
  margin: 0 auto;
}
.teaser-main-nav ul li {
  position: relative;
  vertical-align: top;
}
.teaser-main-nav ul.row-5 li {
  width: calc((100% - 20px) / 5);
}
/* ラベル */
.teaser-main-nav ul li .label {
  font-size: 1rem;
  position: absolute;
  top: 1.5vw;
  left: 48%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #920783;
  transform: translateX(-50%);
  line-height: 1.2;
  color: #fff;
  padding: 0 .5em;
}
.teaser-main-nav ul li a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: auto;
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.teaser-main-nav ul li.is-coming a {
  pointer-events: none;
  opacity: 0.6;
}
.teaser-main-nav ul li.intro a {
  background-image: url("../images/nav/nav-intro.png");
}
.teaser-main-nav ul li.story a {
  background-image: url("../images/nav/nav-story.png");
  /* pointer-events: none;
  opacity: .7;
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  filter:grayscale(100%); */
}
.teaser-main-nav ul li.cast a {
  background-image: url("../images/nav/nav-cast.png");
}
.teaser-main-nav ul li.onair a {
  background-image: url("../images/nav/nav-onair.png");
}
.teaser-main-nav ul li.staff a {
  background-image: url("../images/nav/nav-staff.png");
}

/* SNS */
.teaser-contents .twitter-area{
  margin-bottom: 10px;
}
.teaser-contents .twitter-area .twitter-timeline{
  padding: 15px;
  background: url(../images/bg-damask.jpg) repeat;
}
#twitter.teaser-block .teaser-block-title{
  background-image: url(../images/sns-title.png);
}

/* INTRO */
#intro.teaser-block .teaser-block-title{
  background-image: url(../images/intro-title.png);
}
#intro.teaser-block .teaser-block-inner{
  padding: 0 15px;
}
#intro.teaser-block .teaser-block-inner{
  width: 100%;
  padding-top: calc(2700 / 1334* 100%);
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  background-image: url(../images/intro-text-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -20px;
}
#intro.teaser-block .teaser-block-inner p{
  display: none;
}

/* STORY */
#story.teaser-block .teaser-block-title{
  background-image: url(../images/story-title.png);
}
#story.teaser-block .story-item{
  position: relative;
  margin-top: 60px;
}
#story.teaser-block .story-item .story-number{
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  width: 40%;
}
#story.teaser-block .story-item .story-number img{
  width: 100%;
}
#story.teaser-block .story-item figure img{
  border: solid 5px #9F9820 ;
}
#story.teaser-block .story-item .story-text{
  margin-top: 15px;
  margin-bottom: 15px;
}
#story.teaser-block .story-item .story-text span.bold{
  font-weight: bold;
}
#second.teaser-contents #story.teaser-block .story-item{
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px;
}
#second.teaser-contents #story.teaser-block .story-item:last-child{
  padding-bottom: 0;
}
#second.teaser-contents #story.teaser-block .story-item::after{
  content: "";
  display: block;
  width: 72px;
  height: 16px;
  background: url(../images/story/story-deco.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#second.teaser-contents #story.teaser-block .story-item:last-child:after{
  display: none;
}

/* CAST */
#cast.teaser-block .teaser-block-title{
  background-image: url(../images/cast-title.png);
}
#cast.teaser-block .cast-list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
}
#cast.teaser-block .cast-list .cast-item{
  width: calc((100% - 40px) / 2);
}
#cast.teaser-block .cast-list .cast-item img{
  width: 100%;
}
#cast.teaser-block .cast-list .cast-item .cast-name{
  display: none;
}
#cast.teaser-block .cast-navigator{
  text-align: center;
  margin-top: 20px;
}
#cast.teaser-block .cast-navigator span{
  font-size: 1.6rem;
}

/* GUEST */
#guest.teaser-block .teaser-block-title{
  background-image: url(../images/guest-title.png);
}
#guest.teaser-block{
  text-align: center;
}
#guest.teaser-block .guest-list-title{
  display: inline-block;
  background: #185DA5;
  padding: 0 1em;
  margin-bottom: 15px;
}
#guest.teaser-block .guest-list li{
  margin-bottom: 10px;
}
#guest.teaser-block .guest-list li span{
  font-size: 1.2rem;
  margin-left: .5em;
}
#guest.teaser-block p.guest-note{
  font-size: 1.2rem;
  margin-top: 30px;
}

/* ON AIR */
#onair.teaser-block .teaser-block-title{
  background-image: url(../images/onair-title.png);
}
#onair.teaser-block .onair-list{
  text-align: center;
}
#onair.teaser-block .onair-list dt{
  display: inline-block;
  background: #C56986;
  padding: 0 1em;
  margin: 20px 0 5px;
}
#onair.teaser-block .onair-list dt:first-child{
  margin-top: 0;
}
#onair.teaser-block .note{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
}

/* STAFF */
#staff.teaser-block .teaser-block-title{
  background-image: url(../images/staff-title.png);
}
#staff.teaser-block .staff-list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 15px;
  background: url(../images/bg-damask.jpg) repeat;
}
#staff.teaser-block .staff-list dt{
  width: 40%;
  text-align: right;
  font-size: 1.2rem;
}
#staff.teaser-block .staff-list dd{
  width: 50%;
}

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

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

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

  .teaser-contents {
    font-size: 1.6rem;
  }

  /* ブロック */
  .teaser-block{
    margin-top: 20px;
  }
  .teaser-block-inner{
    padding: 0;
  }

  /* ブロックタイトル */
  .teaser-block-title{
    height: 110px;
    margin-bottom: 40px;
  }

  /* ブロック内テキスト */
  .teaser-block p{
    font-size: 1.6rem;
  }

  /* ボタン */
 .teaser-block .teaser-btn a{
    font-size: 1.6rem;
  }

  /* MV */
  .teaser-main-mainImg img {
    /* MV下見逃し配信バナー表示 */
    padding-bottom: 100px; 
  }

  /* メニュー */
  .teaser-main-nav {
    margin: 40px 0;
    padding: 0;
  }
  .teaser-main-nav ul {
    column-gap: 15px;
  }
  .teaser-main-nav ul.row-5 li {
    width: calc((100% - 60px) / 5);
  }
  /* ラベル */
  .teaser-main-nav ul li .label {
    font-size: 1.2rem;
  }
  .teaser-main-nav ul li a:hover{
    transition: opacity .1s;
    text-decoration:none;
    opacity:0.65;
  }

  /* SNS */
  .teaser-contents .twitter-area{
    margin-bottom: 10px;
  }
  .teaser-contents .twitter-area .twitter-timeline{
    padding: 20px;
  }

  /* STORY */
  #story.teaser-block .story-item{
    margin-top: 100px;
  }
  #story.teaser-block .story-item .story-number{
    top: -70px;
    width: calc(210 / 664 * 100%);
}
  #story.teaser-block .story-item figure img{
    border: solid 10px #9F9820 ;
  }
  #story.teaser-block .story-item .story-text{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #second.teaser-contents #story.teaser-block .story-item{
    margin-top: 100px;
    padding-bottom: 50px;
  }
  #second.teaser-contents #story.teaser-block .story-item::after{
    width: 90px;
    height: 20px;
  }

  /* CAST */
  #cast.teaser-block .cast-list{
    gap: 15px;
    padding: 0 30px;
  }
  #cast.teaser-block .cast-list .cast-item{
    width: calc((100% - 45px) / 4);
  }
  #cast.teaser-block .cast-navigator{
    margin-top: 30px;
  }
  #cast.teaser-block .cast-navigator span{
    font-size: 1.8rem;
  }

  /* GUEST */
  #guest.teaser-block .guest-list li span{
    font-size: 1.4rem;
  }
  #guest.teaser-block p.guest-note{
    font-size: 1.4rem;
  }

  /* ON AIR */
  #onair.teaser-block .onair-list dt{
    margin: 30px 0 5px;
  }
  #onair.teaser-block .note{
    font-size: 1.4rem;
  }

  /* STAFF */
  #staff.teaser-block .staff-list{
    padding: 20px;
  }
  #staff.teaser-block .staff-list dt{
    font-size: 1.4rem;
  }

}

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

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

/* ---------------------------------
 バナー
--------------------------------- */
/* ドラマのバナーサイズは670×160に統一（ティザー、本サイト共通） */
.teaser-banner-area{
  width: 100%;
}
.teaser-banner-area ul {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}
.teaser-banner-area ul li{
  margin: 5px 0;
  line-height: 0;
  width: 100%;
}
.teaser-banner-area ul li.banner-item_2col{
  width: calc((100% - 10px) / 2);
}
.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; */
}

/* ---------------------------------
 MV下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: .3s;
}
.teaser-topsns .teaser-topsns-list li a:hover{
  opacity: .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;
}

/* ---------------------------------
 ティザー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;
}


