@charset "UTF-8";

:root {
  --black:#333;
  --demi-black:#444;
  --red:#EA5550;
  --light-red:#FF6860;
  --lightgray01:#E8EAEE;
  --lightgray02:#BFC6CF;
  --lightgray03:#89939F;
  --white:#FFFFFF;
}

.ntv-wrapper{
  background: url('../images/common/ptn.jpg'), #fff repeat top left;
}
.ntv-main{
  padding: 0 0 100px;
}
.sp-block {
  display: none;
}
.pc-block {
  display: block;
}
/* btn */
.btn {
  margin: 0 auto;
  width: 300px;
}
.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  line-height: 50px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.6rem;
  background: var(--red);
  color: var(--white);
  transition: all 0.5s;
}
.btn a::after {
  position: absolute;
  content: '';
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  transform: rotate(45deg);
}
.ntv-main img {
  width: 100%;
  /*vertical-align: bottom;*/
  display: block;
}

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

 Layout

==================================*/
.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.teaser-main-onair{
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 24px 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 1.05px;
  text-align: center;
  border-top: 1px solid var(--lightgray03);
  border-bottom: 1px solid var(--lightgray03);
  color: var(--red);
}
.teaser-main-onair.item-top{
  font-size: 3.2rem;
}
.teaser-main-onair .sub{
  display: block;
  padding: 6px 0 0;
  /* padding: 16px 0 0; */
  font-size: 2.2rem;
}
.teaser-main-onair .caption{
  display: block;
  padding-top: 8px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 100%;
}
/*.teaser-main-onair::before{
  position: absolute;
  content: '';
  display: block;
  width: 115px;
  height: 94px;
  top: -43px;
  left: 5px;
  background: url('../images/common/img-onair-deco01.png') no-repeat center left / cover;
}
.teaser-main-onair::after{
  position: absolute;
  content: '';
  display: block;
  width: 64px;
  height: 49px;
  bottom: -10px;
  right: 5px;
  background: url('../images/common/img-onair-deco02.png') no-repeat center left / cover;
}*/

.teaser-snslink-area{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
}
.teaser-snslink-area .snslink-item-x{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: var(--white);
  border: 1px solid var(--lightgray02);
  border-radius: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
  transition: all .2s ease-in;
}
.teaser-snslink-area .snslink-item-x span {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/common/icn-x.png') no-repeat center left / cover;
  z-index: 1;
}
.teaser-snslink-area .snslink-item-x:hover{
  background: var(--red);
  border-color: var(--red);
  opacity: 1;
}
.teaser-snslink-area .snslink-item-x:hover span{
  background-image: url('../images/common/icn-x--h.png');
}
.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-block{
  word-break: break-all;
}
.teaser-block-inner{
  padding: 0;
}

/* h3
--------------------------------- */
.teaser-block-title{
position: relative;
display: block;
margin: 0 auto;
background: no-repeat center left / contain;
}
.teaser-block-title::before{
  position: absolute;
  content: '';
  display: block;
  background: no-repeat center left / cover;
}
/* ブロック内テキスト */
.teaser-block p{
  color: #333;
  line-height: 1.86;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

/* NEWS
--------------------------------- */
#news.teaser-block {
  display: flex;
  justify-content: space-between;
  padding: 60px 10px 100px;
}
#news .teaser-block-title{
  margin: 0;
  width: 110px;
  height: 44px;
  background-image: url('../images/common/ttl/h3-news.png');
}
#news.teaser-block .news-list {
  width: 100%;
  max-width: 470px;
}
#news .news-list li:not(first-child) {
  margin-top: 0;
  margin-bottom: 30px;
}
#news .news-list li: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 {
  font-family: var(--gothic);
  margin-left: 15px;
  flex: 1;
}
#news .news-list .news-item-text .news-item-text-date {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}
#news .news-list .news-item-text .news-item-text-date span {
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 5px;
  background-color: var(--red);
  color: var(--white);
}
#news .news-list .news-item-text .news-item-text-title {
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* STORY
--------------------------------- */
#next-story.teaser-block{
  padding: 0 0 100px;
}
#next-story .teaser-block-title{
  margin: 0 auto 30px;
  width: 216px;
  height: 50px;
  background-image: url('../images/common/ttl/h3-nextstory.png');
}
/*#next-story .teaser-block-title::before{
  width: 136px;
  height: 110px;
  bottom: -18px;
  right: -113px;
  background-image: url('../images/common/ttl/img-h3-nextstory-pc.png');
}*/
#next-story .movie-container{
  margin: 0 auto;
  max-width: 500px;
}
#next-story.teaser-block .next-story-date{
  padding: 30px 0 0;
  text-align: center;
}
#next-story.teaser-block .next-story-date dt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 100%; /* 32px */
  letter-spacing: 1.6px;
  color: var(--red);
}
#next-story.teaser-block .next-story-date dd {
  padding: 20px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
  color: var(--black);
}
#next-story.teaser-block .next-story-text{
  margin: 0;
  padding: 20px 0 30px;
  font-size: 1.4rem;
  line-height: 165%; /* 23.1px */
  letter-spacing: 0.7px;
}

/* INTRO
--------------------------------- */
#intro.teaser-block{
  padding: 0 0 100px;
}
#intro .teaser-block-title{
  margin: 0 auto;
  width: 258px;
  height: 56px;
  background-image: url('../images/common/ttl/h3-intro.png');
}
#intro.teaser-block .intro-container{
  position: relative;
  display: block;
  padding: 40px 20px 50px;
  width: 100%;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
}
/*#intro.teaser-block .intro-container::before{
  position: absolute;
  content: '';
  display: block;
  width: 163px;
  height: 122px;
  top: -40px;
  left: 20px;
  background: url('../images/top/img-intro-deco-01.png') no-repeat center left / cover;
}
#intro.teaser-block .intro-container::after{
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 206px;
  top: 201px;
  right: 5px;
  background: url('../images/top/img-intro-deco-02.png') no-repeat center left / cover;
}*/
#intro.teaser-block .intro-container p{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 300%;
  letter-spacing: 1.05px;
  text-align: center;
}
#intro.teaser-block .intro-container p .fill-gray{
  display: inline-block;
  margin-right: 3px;
  padding: 0 3px;
  line-height: 180%;
  background: var(--lightgray03);
  color: var(--white);
}
#intro.teaser-block .intro-container p .fill-red{
  display: inline-block;
  margin-left: 3px;
  padding: 0 3px;
  line-height: 180%;
  font-size: 2rem;
  background: var(--light-red);
  color: var(--white);
}
#intro.teaser-block .intro-container p .text-gray{
  color: var(--lightgray03);
}
#intro.teaser-block .intro-container p .text-red{
  color: var(--red);
}
#intro.teaser-block .intro-container .intro-img-01{
  display: block;
  margin: 40px auto 20px;
  width: 364px;
  height: 112px;
}
#intro.teaser-block .intro-container .intro-img-02{
  display: block;
  margin: 20px auto 40px;
  width: 410px;
  height: 24px;
}
#intro.teaser-block .intro-container .intro-img-03{
  position: relative;
  display: block;
  margin: 0 auto;
  width: 480px;
  height: 160px;
}
/*#intro.teaser-block .intro-container .intro-img-03::before{
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 84px;
  top: 73px;
  left: -67px;
  background: url('../images/top/img-intro-deco-03.png') no-repeat center left / cover;
}
#intro.teaser-block .intro-container .intro-img-03::after{
  position: absolute;
  content: '';
  display: block;
  width: 84px;
  height: 98px;
  bottom: -70px;
  right: -52px;
  background: url('../images/top/img-intro-deco-04.png') no-repeat center left / cover;
}*/
/* TOPICS
--------------------------------- */
#topics.teaser-block {
  /*padding: 50px 20px 30px;*/
  padding: 30px 20px;
  background: rgba(232,234,238,.4);
}
#topics .teaser-block-title{
  margin: 0 auto 30px;
  width: 140px;
  height: 52px;
  background-image: url('../images/common/ttl/h3-topics.png');
}
/*#topics .teaser-block-title::before{
  position: absolute;
  content: '';
  display: block;
  width: 142px;
  height: 77px;
  bottom: 0;
  left: -158px;
  background: url('../images/common/ttl/img-h3-topics.png') no-repeat center left / cover;
}*/
/* SNS
--------------------------------- */
#sns-group.teaser-block {
  padding: 100px 0 0;
}
#sns-group .teaser-block-title{
  margin: 0 auto 40px;
  width: 112px;
  height: 56px;
  background-image: url('../images/common/ttl/h3-sns.png');
}
/*#sns-group .teaser-block-title::before{
  position: absolute;
  content: '';
  display: block;
  width: 128px;
  height: 121px;
  top: 50%;
  right: -141px;
  transform: translate(0,-50%);
  background: url('../images/common/ttl/img-h3-sns.png') no-repeat center left / cover;
}*/
#sns-group .teaser-sns-area{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#sns-group .teaser-sns-area .btn-x{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  background: var(--white);
  border: 2px solid var(--lightgray02);
  border-radius: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
  transition: all .3s ease-in;
}
#sns-group .teaser-sns-area .btn-x span{
  display: block;
  width: 87px;
  height: 71px;
  background: url('../images/common/icn-c-x.png') no-repeat center left / cover;
}

#sns-group .teaser-sns-area .btn-x:hover{
  background: var(--red);
  border-color: var(--red);
  opacity: 1;
}
#sns-group .teaser-sns-area .btn-x:hover span{
  background-image: url('../images/common/icn-c-x--h.png');
}
/* Network
--------------------------------- */
#network.teaser-block {
  padding: 100px 0 0;
}
#network .teaser-block-title{
  margin: 0 auto 40px;
  width: 163px;
  height: 58px;
  background-image: url('../images/common/ttl/h3-network.png');
}
#network .network-txt{
  padding: 20px;
  line-height: 180%;
  background: rgba(232,234,238,.5);
  border-radius: 4px;
}
#network .network-txt p{
  margin: 0;
}
#network .network-txt .caution{
  display: block;
  padding-top: 15px;
  font-size: 1.3rem;
  line-height: 150%;
}

/* ---------------------------------
 右カラム設定
--------------------------------- */
.ntv-box-title, .ntv-box-title.title-base, .drama-box-title.title-base {background: var(--red);}

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

 nav

==================================*/
.teaser-main-nav .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin: 20px 0 0;
  padding: 0 5px;
}
.teaser-main-nav .col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  border-radius: 4px;
  background: var(--white);
  box-shadow:0px 0px 3px rgba(0,0,0,.15);
  transition: all .3s;
}
.teaser-main-nav .col a {
  position: relative;
  display: block;
  padding: 22px 0;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 100%; /* 21px */
  letter-spacing: 1.05px;
  color: var(--black);
}
.teaser-main-nav .col a span {
  display: block;
  padding: 5px 0 0;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 100%; /* 10px */
  color: var(--lightgray03);
}
/* comingsoon */
.teaser-main-nav .cs{
  pointer-events: none;
  background: var(--lightgray02);
}
.teaser-main-nav .cs a,.teaser-main-nav .cs a span{
  color: var(--lightgray03);
}
/* update label */
.label {
  position: absolute;
  display: flex;
  align-items: center;
  top:-10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #d54241;
  color: var(--white);
  z-index: 1;
}
.label span {
  padding: 4px 20px;
  font-size: 1.2rem;
  line-height: 12px;
  white-space: nowrap;
}
.teaser-main-nav .col:hover{
  background: var(--red);
}
.teaser-main-nav .col:hover a,.teaser-main-nav .col:hover a span{
  color: var(--white);
}

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

 BANNER

==================================*/
.teaser-banner-area{
  padding-top: 30px;
  width: 100%;
}
.teaser-banner-area ul li{
  margin-bottom: 10px;
  line-height: 0;
}
.teaser-banner-area ul li:last-child{
  margin-bottom: 0;
}
.teaser-banner-area ul li a img{
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--lightgray02);
}

/* ---------------------------------
 動画
--------------------------------- */
.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%;
}
/*==================================

 TOPICS COMMON

==================================*/
#topics .topics-area{
  background-color: transparent;
}
#topics .topics-text{
  color: var(--black);
}
#topics.drama-area{
  padding: 0;
  margin: 0;
}
#topics .drama-box-title{display: none;}
/* ボタン */
#topics .drama-btn.btn-more {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  background: var(--red);
  padding: 1.3em 0 1.2em;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--white);
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}

/*====================================================================
 
SP用

====================================================================*/
@media screen and (max-width: 992px) {
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
  .ntv-main{
    padding: 0 0 80px;
  }
  .teaser-block-inner{
    padding: 0 15px;
  }
  /* ---------------------------------
  layout
  --------------------------------- */
  .teaser-main-onair{
    margin-top: 10px;
    padding: 14px 0;
    font-size: 1.8rem;
    line-height: 130%;
  }
  .teaser-main-onair.item-top{
    font-size: 1.8rem;
  }
  .teaser-main-onair .sub{
    /* padding: 10px 0 0; */
    padding: 0;
    font-size: 1.4rem;
  }
  .teaser-main-onair .caption{
    font-size: 1.3rem;
    line-height: 130%;
    padding-top: 5px;
    /* padding-top: 3px; */
  }
  /*.teaser-main-onair::before{
    width: 64px;
    height: 52.31px;
    top: -25px;
    left: 5px;
  }
  .teaser-main-onair::after{
    width: 48px;
    height: 36.45px;
    right: 4px;
    bottom: 15px;
  }*/
  .btn{
    width: 100%;
    max-width: 300px;
  }
  .btn a{
    font-size: 1.4rem;
  }
  .teaser-snslink-area .snslink-item-x{
    width: 60px;
    height: 60px;
  }
  .teaser-snslink-area .snslink-item-x span{
    width: 22.5px;
    height: 22.5px;
  }
  .teaser-banner-area{
    padding: 30px 15px 0;
  }
  /* ---------------------------------
  nav
  --------------------------------- */
  .teaser-main-nav .row {
    margin: 10px 0 0;
  }
  .teaser-main-nav .col{
    border-radius: 2px;
  }
  .teaser-main-nav .col a{
    font-size: 1.4rem;
    padding: 13px 5px;
    line-height: 100%;
  }
  .teaser-main-nav .col a span {
    padding: 4px 0 0;
    font-weight: bold;
    transform: scale(0.8);
  }
  .teaser-main-nav .col:first-child a::before{
    background: none;
  }
  .label {
    top: -8px;
  }
  .label span {
    padding: 0 8px;
    font-size: 1rem;
    line-height: 160%;
  }
  /* NEWS
  --------------------------------- */
  #news.teaser-block {
    display: block;
    padding: 30px 15px 60px;
  }
  #news .teaser-block-title{
    margin: 0 0 20px;
    width: 100%;
    max-width: 80px;
    height: 32px;
  }
  #news.teaser-block .news-list {
    width: 100%;
    padding-right: 0;
  }
  #news .news-list li:not(first-child){
    margin-bottom: 20px;
  }
  #news .news-list .news-item-img {
    width: 130px;
  }
  #news .news-list .news-item-text {
    margin-left: 15px;
    width: 75%;
  }
  #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-title {
    font-size: 1.2rem;
    line-height: 165%;
  }
  /* STORY
  --------------------------------- */
  #next-story.teaser-block{
    padding: 0 0 60px;
  }
  #next-story .teaser-block-title{
    margin: 0 auto 20px;
    width: 100%;
    max-width: 160px;
    height: 37.04px;
  }
  #next-story.teaser-block .next-story-date{
    padding: 20px 0 0;
  }
  #next-story.teaser-block .next-story-date dt{
    font-size: 2rem;
  }
  #next-story.teaser-block .next-story-date dd{
    padding: 15px 0 0;
    font-size: 1.5rem;
  }
  #next-story.teaser-block .next-story-text{
    padding: 15px 0 20px;
    font-size: 1.2rem;
  }
  /* INTRO
  --------------------------------- */
  #intro.teaser-block{
    padding: 0 0 30px;
  }
  #intro .teaser-block-title{
    width: 100%;
    max-width: 180px;
    height: 39.07px;
  }
  #intro.teaser-block .intro-container{
    padding: 30px 10px;
  }
  #intro.teaser-block .intro-container p{
    font-size: 1.5rem;
    line-height: 250%;
  }
  #intro.teaser-block .intro-container p .fill-red{
    font-size: 1.8rem;
  }
  #intro.teaser-block .intro-container .intro-img-01{
    margin: 20px auto;
    width: 100%;
    max-width: 270px;
    height: auto;
  }
  #intro.teaser-block .intro-container .intro-img-02{
    margin: 15px auto 25px;
    width: 100%;
    max-width: 315px;
    height: auto;
  }
  #intro.teaser-block .intro-container .intro-img-03{
    width: 100%;
    max-width: 315px;
    height: auto;
  }
  /* TOPICS
  --------------------------------- */
  #topics.teaser-block {
    padding: 30px 0 0;
    background: transparent;
  }
  #topics .teaser-block-title{
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100px;
    height: 37.14px;
  }
  /* sns
  --------------------------------- */
  #sns-group.teaser-block {
    padding: 60px 0 0;
  }
  #sns-group .teaser-block-title{
    margin: 0 auto 20px;
    width: 80px;
    height: 40px;
  }
  #sns-group .teaser-sns-area .btn-x{
    width: 120px;
    height: 120px;
    border: 1px solid var(--lightgray02);
  }
  #sns-group .teaser-sns-area .btn-x span{
    width: 64px;
    height: 52.62px;
  }
  /* Network
  --------------------------------- */
  #network.teaser-block {
    padding: 60px 0 0;
  }
  #network .teaser-block-title{
    margin: 0 auto 30px;
    width: 115px;
    height: 40.92px;
  }
  #network .network-txt{
    padding: 20px 15px;
    font-size: 1.4rem;
  }
}

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

/* ---------------------------------
 PC用
--------------------------------- */
@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%;
  }
}