@charset "UTF-8";

.ntv-wrapper{
  background: #000 url(../images/common/bg.jpg) center top no-repeat;
}

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

.teaser-contents {
  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-global_navigation{
  background: #a40303;
  margin-bottom: 40px;
}

.teaser-global_navigation ul{
  display: flex;
  flex-wrap: wrap;
}

.teaser-global_navigation ul li{
  width: 33.3333%;
  border-right: 1px solid #e73d39;
}

.teaser-global_navigation ul li:nth-child(1),
.teaser-global_navigation ul li:nth-child(2),
.teaser-global_navigation ul li:nth-child(3){
  border-bottom: 1px solid #e73d39;
}

.teaser-global_navigation ul li:nth-child(3n){
  border-right: none;
}

.teaser-global_navigation ul li a{
  display: block;
  transition: all .5s ease;
}

.teaser-global_navigation ul li a:hover{
  opacity: .5;
}

.teaser-global_navigation ul li img{
  width: 100%;
  vertical-align: bottom;
}

.teaser-section__title{
  height: auto;
  margin: 0;
  padding: 0;
}

.teaser-section__title img{
  width: 100%;
  vertical-align: bottom;
}

.teaser-section{
  margin-bottom: 40px;
}

.teaser-section__bg{
  background: rgba(0,0,0,.8);
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  box-sizing: border-box;
  padding: 40px 20px;
  color: #fff;
}

.teaser-banner {
  margin-bottom: 30px;
  display: block;
}

.teaser-banner img{
  width: 100%;
}

/* ---------------------------------
 NEXT OA
--------------------------------- */
.teaser-section__next-oa__title{
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  color: #ffd800;
  margin-bottom: 10px;
}
.teaser-section__next-oa__date{
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 25px;
}
.teaser-section__next-oa__photo{
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.teaser-section__next-oa__photo img{
  max-width: 100%;
}
.teaser-section__next-oa__text{
  font-size: 14px;
  line-height: 1.5;
  width: 93%;
  margin: 0 auto 25px;
}
.teaser-section__next-oa__bklink{
  text-align: center;
  border-radius: 3px;
  background: #cb1d1d;
  font-size: 22px;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  transition: all .5s ease;
}

.teaser-section__next-oa__bklink--out{
  background: #888;
  color: #333;
}

.teaser-section__next-oa__bk:not(:last-of-type){
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a40303;
}
/* ---------------------------------
YouTube Embed
--------------------------------- */
.embed{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto;
}

.embed iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ---------------------------------
 INTRODUCTION
--------------------------------- */
.teaser-section__intro__title{
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #ffd800;
  padding-top: 15px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 26px;
}

.teaser-section__intro__text{
  font-size: 16px;
  line-height: 1.8;
}

/* ---------------------------------
 MUSIC
--------------------------------- */
.teaser-section__music__text{
  text-align: center;
  margin-bottom: 25px;
  font-style: italic;
  font-size: 16px;
}

.teaser-section__music__title{
  font-size: 26px;
  color: #ffd800;
  text-align: center;
  margin-bottom: 25px;
  font-style: italic;
  font-weight: bold;
}

.teaser-section__music__title span{
  color: #e73d39
}
.teaser-section__music__photo{
  text-align: center;
  margin-bottom: 30px;
  background: #111;
  padding: 10px 0;
}

.teaser-section__music__photo img{
  width: 45%;
}

.teaser-section__music__jkt{
  display: flex;
}
.teaser-section__music__jkt_photo{
  margin-right: 3%;
  width: 40%;
}
.teaser-section__music__photo img,
.teaser-section__music__jkt img{
  border: 1px solid #444;
  vertical-align: bottom;
  max-width: 100%;
  max-width: 100%;
}

.teaser-section__music__coming-soon{
  padding: 40px 0 35px;
  text-align: center;
}

.teaser-section__music__coming-soon p{
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

/* ---------------------------------
 STAFF
--------------------------------- */
.teaser-section__staff-list{
  text-align: center;
  font-size: 16px;
}

.teaser-section__staff-list dt{
  font-weight: bold;
  margin-bottom: 5px;
}

.teaser-section__staff-list dd:not(:last-of-type){
  margin-bottom: 30px;
}


/* ---------------------------------
 CAST
--------------------------------- */

.teaser-section__cast-item{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a40303;
}
.teaser-section__cast-item:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.teaser-section__cast__photo{
  width: 32%;
  margin-right: 4%;
  padding: 0;
}
.teaser-section__cast__photo img{
  width: 100%;
  vertical-align: bottom;
}
.teaser-section__cast__details{
  width: 64%;
}
.teaser-section__cast__name{
  font-weight: bold;
  color: #ffd800;
  font-size: 20px;
  margin-bottom: 25px;
}
.teaser-section__cast__name span{
  font-size: 16px;
}
.teaser-section__cast__profile{
  font-size: 14px;
}
/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 400px) {

  .sp_adjust{
    display: none;
  }

  .teaser-section__bg{
    padding: 20px 20px 45px;
  }

  .teaser-global_navigation{
    margin-bottom: 0;
  }

  .teaser-section{
    margin-bottom: 0;
  }


  /* ---------------------------------
  TOP
  --------------------------------- */
  .teaser-section__next-oa__title,
  .teaser-section__intro__title,
  .teaser-section__music__title,
  .teaser-section__music__coming-soon p
  {
    font-size: 20px;
  }

  .teaser-section__next-oa__text{
    width: 100%;
  }

  .teaser-section__next-oa__bklink{
    font-size: 18px;
    padding: 10px 0;
  }

  .teaser-section__music__photo img{
    width: 70%;
  }
  
  .teaser-section__music__jkt_photo{
    width: 80%;
    margin-right: 5%;
  }





  /* ---------------------------------
  CAST
  --------------------------------- */
  .teaser-section__cast-item{
    align-items: flex-start;
  }
  .teaser-section__cast__name{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .teaser-section__cast__name span{
    font-size: 14px;
  }

  .teaser-section__cast__photo{
    width: 36%;
    margin-right: 4%;
  }
  .teaser-section__cast__details{
    width: 60%;
  }

}


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

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

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */


/* ボタン */
#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 #000;
  padding: 15px;
  font-size: 1.4rem;
}
#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%;
  }

}