@charset "UTF-8";

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

 Layout

==================================*/
.ntv-wrapper {
    background-color: #e2ded4;
    min-width: 280px;
}
.ntv-pageTop a {
  background-color: rgba(227,32,122,1);
}
.ntv-pageTop a:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.bg-contents{
  background-image: url(../images/bg.png);
  /* background-size: contain; */
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-color: #e2ded4;
}

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.teaser-main-onair{
  background-color: rgba(255,222,225,0.5);
  color: #fff;
  text-align: center;
  padding: 20px 0 10px 0;
  margin:0;
}

.teaser-contents {
  box-sizing: border-box;
  font-size: 1.6em;
  padding-bottom:20px;
}
.teaser-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}

.teaser-banner{
  margin: 0 auto;
}

.teaser-banner.drama{
  margin: 20px auto;
}

.teaser-banner-box +.teaser-banner-box{
  margin-top: 20px;
}

.teaser-banner a{
  display: block;
  line-height: 0;
}


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

/* ブロック */
.teaser-block{
  margin-top: 30px;
  background: #fff;
  border-radius:6px ;
}
.teaser-block-inner{
  padding: 15px 20px 60px;
}

/* ブロックタイトル */
.teaser-block-title{
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: -99999px;
  background-repeat: no-repeat;
  min-height:75px;
}

/* ブロック内テキスト */
.teaser-block p{
  color: #353535;
  line-height: 1.6;
  font-size: 0.7em;
  margin-bottom: 15px;
}
.marker{
  background: linear-gradient(transparent 35%, #fbeae3 35%);
}
.txt_m{
  color:#fe2d94 ;
}
.txt_g{
  color: #9a8443;
}

.txt_l{
  font-size: 1.4em;
  line-height: 1.4;
}
.txt_r{
  font-size: 1.2em;
  line-height: 1.3;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .teaser-block {
    margin: 20px 10px 0;
  }
  .teaser-block p{
    font-size: 0.85em;
    line-height: 1.5em;
  }
  .teaser-main-onair img {
    display: block;
    width: 100%;
    padding: 0 5%;
  }
  .teaser-block-title {
    background-size: 100%;
    padding-top:20px;
    padding-bottom: 10px;
  }
  #topics .topics-pickup-data .genre {
    background-color: #d8b459;
    color: #fff;
  }

  .teaser-banner{
    width: 96%;
    max-width: 664px;
    margin: 20px auto 0;
  }

  .teaser-banner-box+.teaser-banner-box{
    margin: 10px auto 0;
  }

}

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

  .teaser-block p{
    font-size: 0.85em;
    line-height: 1.6;
  }

  .teaser-main-onair img {
    width: auto;
    margin: 0 auto;
  }
  .teaser-block-title {
    padding-top:108px;
    min-height:78px;
    padding-bottom: 6%;
  }
}
@media screen and (min-width : 500px){
  .teaser-block-title {
    padding-top:75px;
    padding-bottom: 7%;
  }
}



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

  /* ページトップボタン */
  .ntv-pageTop a:after {
      margin-top: 24px;
  }

  /* ブロック */
  .teaser-block{
    margin-top: 30px;
  }
  .teaser-block p{
    font-size: 0.85em;
    line-height: 1.6;
  }
  .teaser-block-inner{
    padding: 20px 30px 80px;
  }
  /* ブロックタイトル */
  .teaser-block-title{
    min-height:70px;
    max-height: 150px;
  }
  .teaser-main-onair{
    font-size: 1.8em;
  }
  .teaser-contents {
    margin-top: 20px;
  }
}

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

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


/* ---------------------------------
メニュー
--------------------------------- */
.teaser-main-nav a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}
.teaser-main-nav a.nolink {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.3;
}
.teaser-main-nav{
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
.teaser-main-nav .row {
  width: 96%;
  max-width: 664px;
  margin: 20px auto 0 auto;
}
.teaser-main-nav .row .col{
  width : -webkit-calc((99.9% - 20px)/ 3);
  width: calc((99.9% - 20px)/ 3);
  padding: 0;
  margin: 0;
}
.teaser-main-nav .row .col:not(:nth-child(3n + 1)){
  margin-left: 10px;
}
.teaser-main-nav .row .col:nth-child(n + 4) {
  margin-bottom: 0;
}
.teaser-main-nav .row .col a {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding-top: 44.71%;
  font-size: 0;
}
.teaser-main-nav .row .col a.nav_intro {
  background-image: url(../images/nav_intro.png);
}
.teaser-main-nav .row .col a.nav_story {
  background-image: url(../images/nav_story.png);
}
.teaser-main-nav .row .col a.nav_chart {
  background-image: url(../images/nav_chart.png);
}
.teaser-main-nav .row .col a.nav_comment {
  background-image: url(../images/nav_comment.png);
}
.teaser-main-nav .row .col a.nav_staff {
  background-image: url(../images/nav_staff.png);
}
.teaser-main-nav .row .col a.nav_sns {
  background-image: url(../images/nav_sns.png);
}
.teaser-main-nav .row .col a.nav_topics {
  background-image: url(../images/nav_topics.png);
}
.teaser-main-nav .row .col span.nav_cs {
  background-image: url(../images/nav_cs.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  padding-top: 43.71%;
  font-size: 0;
}

@media screen and (min-width: 993px) {
  .teaser-main-nav .row {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}

/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area{
  width: 100%;
  padding: 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%;
}

.teaser-banner-box .sp{
  display: none;
}

/* PC */
@media screen and (min-width: 993px) {
  .teaser-banner-area{
    padding: 0;
  }
  .teaser-banner-area ul li{
    margin: 10px 0;
  }
}

/* SP用 */
@media screen and (max-width: 992px) {
  .teaser-banner-box .pc{
    display: none;
  }
  .teaser-banner-box .sp{
    display: block;
  }
}

/* ---------------------------------
 動画
--------------------------------- */
#movie .teaser-block-title {
  background-image: url(../images/ttl_movie.png);
    background-repeat: no-repeat;
    background-color: #cba835;
    border-radius:6px 6px 0 0;
}
#movie .teaser-block-inner{
  background-color: #cba835;
  padding: 10px 20px 40px;
  border-radius:0 0 6px 6px;
}
.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%;
}
/* ---------------------------------
イントロダクション
--------------------------------- */
#intro .teaser-block-title {
  background-image: url(../images/ttl_intro.png);
}
#intro img {
  display: block;
  width: 100%;
}
#intro .teaser-block-inner {
  padding: 10px 0px 40px;
}

/* PC */
@media screen and (min-width: 993px) {
  #intro .teaser-block-inner {
    text-align: center;
    padding: 20px 0 80px;
  }
}
/* ---------------------------------
title
--------------------------------- */
#story .teaser-block-title {
  background-image: url(../images/ttl_story.png);
}
#story .teaser-block-inner {
  background-repeat: no-repeat;
  background-position: center -50px;
  background-size: contain;

}
#story p {
  font-family: TsukuARdGothicStd-D;
  font-size: 0.7em;
  letter-spacing: -0.1em;
}

.txt_st{
    font-family: TsukuARdGothicStd-B;
}
/* PC用 */
@media screen and (min-width: 993px) {
  #story .teaser-block-inner {
    text-align: center;
    padding: 20px 40px 80px;
    background-position: center -35px;
  }
  #story p {
    font-family: TsukuARdGothicStd-D;
    font-size: 1em;
    letter-spacing: -0.1em;
  }
}
/* tablet対応 */
@media screen and (min-width: 601px) {
  #story p {
    font-size: 0.85em;
    letter-spacing: -0.1em;
  }
}



/* ---------------------------------
出演者コメント
--------------------------------- */
/* スタジオキャスト */
#comment .teaser-block-title {
  background-image: url(../images/ttl_cast.png);
}
#comment .teaser-block-inner ul,
#comment02 .teaser-block-inner ul{
  padding-bottom: 20px;
  font-size: 0.7em;
}
#comment .teaser-block-inner ul li,
#comment02 .teaser-block-inner ul li{
  padding-bottom: 10px;
}
#comment .cast,
#comment02 .cast{
  display: flex;
  width: 100%;
  flex-wrap:wrap;
  border-top:1px dotted #9a8443;
  padding: 30px 0;
  font-size: 0.85em;
}
#comment .cast:first-child,
#comment02 .cast:last-child{
  margin-top: 30px;
}

#comment .cast:last-child,
#comment02 .cast:last-child{
  border-bottom:1px dotted #9a8443;
  padding-bottom: 30px;
}

#comment .cast .castImg,
#comment02 .cast .castImg{
  box-sizing: border-box;
  margin:0 10px 20px;
  height: auto;
}
#comment .cast .cast_comment,
#comment02 .cast .commentBox{
  box-sizing: border-box;
  width: 65%;
}
#comment .cast .cast_comment::before{
  content: url(../images/ttl_comment.png) ;
  display: block;
  width: 77px;
  height: 14px;
  margin-bottom: 15px;
}
/* SP用 */
@media screen and (max-width: 992px) {
  #comment .cast,
  #comment02 .cast {
    margin: auto;
    text-align: center;
  }
  #comment .cast .castImg,
  #comment02 .cast .castImg{
    display: block;
    margin: auto;
  }
  #comment .cast .cast_comment,
  #comment02 .cast .commentBox{
    width: 100%;
    display: block;
    margin: auto;
    text-align: left;
  }
}
/* ドラマキャスト */
#comment02 .teaser-block-title {
  background-image: url(../images/ttl_drama.png);
}
#comment02 .teaser-block-inner{
  margin-top: 10px;
}
#comment02 .cast .commentBox::before{
  content: url(../images/ttl_comment.png) ;
  display: block;
  width: 77px;
  height: 14px;
  margin-bottom: 15px;
}

/*
#comment02 .cast .commentBox p::before{
  content: url(../images/ttl_comment.png);
  display: block;
  width: 77px;
  height: 14px;
  margin-bottom: 15px
}
#comment02 .cast .commentBox .chara p::before{
  content: url(../images/ttl_chara.png);
  display: block;
  width: 77px;
  height: 14px;
  margin-bottom: 15px
}
*/

/* tablet対応 */
@media screen and (min-width: 601px) {
  #story ul {
    font-size: 0.8em;
  }
}



/* ---------------------------------
ソング
--------------------------------- */
#song .teaser-block-title {
  background-image: url(../images/ttl_song.png);
}

.song-text{
  font-family: TsukuARdGothicStd-D;
  font-size: 1.2em;
  text-align: center;
}
.song-text span{
  color: #9a8443;
}

/* SP用 */
@media screen and (max-width: 992px) {
  .song-text{
    font-size: 0.9em;
  }
}



/* ---------------------------------
スタッフ
--------------------------------- */
#staff .teaser-block-title {
  background-image: url(../images/ttl_staff.png);
}
#staff .teaser-block-inner{
    padding-bottom: 70px;
}

#staff .teaser-block-inner .staff-list{
    width:100%;
}

#staff .teaser-block-inner .staff-list li{
    display: flex;
    align-items: flex-start;
    font-size: 0.9em;
    line-height: 34px;
}

#staff .teaser-block-inner .job{
  box-sizing: border-box;
  height: auto;
  text-align: right;
  font-family: TsukuARdGothicStd-B;
  color: #9a8443;
}

#staff .teaser-block-inner .leader{
    color: #353535;
    font-size: 0.5em;
    width: 22px;
    text-align: center;
}
#staff .teaser-block-inner .job,
#staff .teaser-block-inner .staff_name{
  width: calc((100% - 22px - 1px)/2);
}

#staff .teaser-block-inner .job span,
#staff .teaser-block-inner .staff_name span{
  display: inline-block;
}

/* SP用 */
@media screen and (max-width: 992px) {
  #staff .teaser-block-inner .staff-list li{
    font-size: 0.6em;
    line-height: 22px;
  }
}

/* ---------------------------------
 Twitter /insta
--------------------------------- */
#sns .teaser-block-title {
  background-image: url(../images/ttl_sns.png);
}
#sns .teaser-block-inner{
}

/* タイムライン */
.teaser-contents .twitter-area{
  padding-top: 0;
  text-align: center;
  margin: auto;
}
/* PC用 */
@media screen and (min-width: 993px) {
  .teaser-contents .twitter-area{
        max-width: 604px;
  }
}
/* tablet対応 */
@media screen and (max-width : 600px){
  .teaser-contents .twitter-area{
    max-width: 540px;
  }
}
@media screen and (min-width : 601px){
  .teaser-contents .twitter-area{
    max-width: 540px;
  }
}


.teaser-contents .twitter-area .twitter-timeline{

}

/* ボタン */
#sns .teaser-block-inner .follow {
  display: flex;
  margin-top: 20px;
}
#sns .teaser-block-inner .follow .twitter,
#sns .teaser-block-inner .follow .instagram {
  width: calc(100% / 2) ;
}

#sns .teaser-block-inner .follow a,
#sns .teaser-block-inner .follow .instagram a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 25%;
  display: block;
  font-size: 0;
}
#sns .teaser-block-inner .follow .twitter a {
  background-image: url(../images/btn_twitter.png);
}
#sns .teaser-block-inner .follow .instagram {
  margin-left: 20px;
}
#sns .teaser-block-inner .follow .instagram a {
  background-image: url(../images/btn_insta.png);
}

@media screen and (max-width: 992px) {
  #sns .teaser-block-inner .follow  {
    display: block;
    margin: 20px auto;
  }
  #sns .teaser-block-inner .follow .twitter,
  #sns .teaser-block-inner .follow .instagram {
    width: 90% ;
    max-width: 280px;
    display: block;
    margin: 0.5em auto;
    padding: 0;
  }
}
@media screen and (min-width : 601px){
  #sns .teaser-block-inner .follow {
    display: flex;
    margin-top: 20px;
  }
  #sns .teaser-block-inner .follow .instagram {
    margin-left: 20px;
  }
}

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */
#topics .teaser-block-title {
  background-image: url(../images/ttl_topics.png);
}

#topics.drama-area{
  padding: 0;
  margin: 0;
  background-color: #fff;
}
#topics .drama-box-title{display: none;}

/* ボタン */
#topics .drama-btn.btn-more {
    color: #ffffff;
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    word-break: break-all;
    position: relative;
    background: transparent;
    /* border: 1px solid #222; */
    padding: 1em 0 0.8em;
    font-size: 0.9em;
    line-height: 1;
    background-color: #e4257a;
    border-radius: 40px;
    font-family: TsukuARdGothicStd-D;
}

#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;
    margin-top: 10px;
  }
  #topics .drama-btn.btn-more {
      width: 95%;
      padding: 1.3em 0 1.2em;
      font-size:1.5em;
  }
}

/* リスト */
@media screen and (min-width: 993px) {

  #topics .topics-item {
    width: 49%;
    padding: 10px 0px;
  }
  #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-item:not(:first-child) {
    padding: 10px 0px;
  }

}
