@charset "UTF-8";

.ntv-main img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
/* .ntv-wrapper{
  background-color:#F9FDE8;
} */
  .ntv-wrapper{
  background-color: transparent !important;
  }
/*==================================

 Layout

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


/*----------- 共通 -----------*/
  .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-block{
  word-break: break-all;
  margin: 0 40px;
  }
/* ピンクの背景 */
  #intro .teaser-block-inner,
  #cast .teaser-block-inner,
  #staff .teaser-block-inner{
  background: linear-gradient(0deg, rgba(212, 35, 35, 0.05) 0%, rgba(212, 35, 35, 0.05) 100%), rgba(255, 236, 215, 0.85);
  backdrop-filter: blur(2.5px);
  }
  .teaser-block:has(.teaser-block-inner:empty) {
  display: none;
  }

/* ブロックタイトル */
  .teaser-block-title{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
/* ブロック内テキスト */
  .teaser-block p{
  color: #333;
  line-height: 1.86;
  font-size: 1.4rem;
  margin-bottom: 15px;
  }
/*トップSNS*/
  .teaser-topsns{
  padding: 40px 0 0;
  }
/*----------- バナーエリア -----------*/
  .teaser-banner-area{
  }
  .teaser-banner-area ul{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  }
  .teaser-banner-area ul li{
  }
/*----------- 最新情報 -----------*/
  #news .slick-dots li.slick-active{
  background-color: #487141 !important;
  }
  #news .slick-dots li{
  background-color: #EACBC5 !important;
  }
  #news .news-list .news-item{
  background: linear-gradient(0deg, rgba(212, 35, 35, 0.05) 0%, rgba(212, 35, 35, 0.05) 100%), rgba(255, 236, 215, 0.85);
  backdrop-filter: blur(2.5px);
  }
/*----------- タイトル -----------*/
  #news .teaser-block-title{
  background: url(../images/news/news-title.png) no-repeat center top;
  background-size: contain;
  }
  #movie .teaser-block-title{
  background: url(../images/moive/movie-title.png) no-repeat center top;
  background-size: contain;
  }
  #intro .teaser-block-title{
  background: url(../images/intro/intro-title.png) no-repeat center top;
  background-size: contain;
  }
  #cast .teaser-block-title{
  background: url(../images/cast/cast-title.png) no-repeat center top;
  background-size: contain;
  }
  #topics-area .teaser-block-title{
  background: url(../images/topics/topics-title.png) no-repeat center top;
  background-size: contain;
  }
  #staff .teaser-block-title{
  background: url(../images/staff/staff-title.png) no-repeat center top;
  background-size: contain;
  }
  #teaser-instagram .teaser-block-title{
  background: url(../images/sns/sns-title.png) no-repeat center top;
  background-size: contain;
  }
  #official-sns .teaser-block-title{
  background: url(../images/sns/sns-title.png) no-repeat center top;
  background-size: contain;
  }
/*----------- イントロ -----------*/
  #intro{

  }
  #intro .intro-text p{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom:0;
  }
/*----------- キャスト -----------*/

  /* イ・ユビン */
  #cast #yubin .cast-img{/* 写真 */
  background: url(../images/cast/cast-img-yubin.png) no-repeat;
  background-position: top center;
  background-size: contain;
  }
  #cast #yubin .cast-name{/* 名前 */
  background: url(../images/cast/cast-name-yubin.png) no-repeat;
  background-position: top center;
  background-size: contain;
  }
  /* 白浜夏凛 */
  #cast #karin .cast-img{/* 写真 */
  background: url(../images/cast/cast-img-karin.png) no-repeat;
  background-position: top center;
  background-size: contain;
  }
  #cast #karin .cast-name{/* 名前 */
  background: url(../images/cast/cast-name-karin.png) no-repeat;
  background-position: top center;
  background-size: contain;
  }
  /* パク・クナム */
  #cast #kunamu .cast-img{/* 写真 */
  background: url(../images/cast/cast-img-kunamu.png) no-repeat;
  background-position: top center;
  background-size: contain;
  }
  #cast #kunamu .cast-name{/* 名前 */
  background: url(../images/cast/cast-name-kunamu.png) no-repeat;
  background-position: top center;
  background-size: contain;
  }

/* スタッフ */
#staff .staff-item-korea dl div dt{
  color: #487141;
  }
#staff .staff-item-japan dl div dt{
  color: #D43523;
  }
/* トピックス */
  #topics .topics-item.drama-adBanner-li{
    background-color: #ffffe6 !important;
  }

/* -------------------------------------------------------
 SP用
------------------------------------------------------- */
@media screen and (max-width: 992px) {

  /*共通*/
  .sp{
    display: block;
  }
  .teaser-block{
    margin: 64px 15px 0 15px;
  }
  .teaser-block-inner{
    border-radius: 5px;
  }
  .teaser-block-inner{
  }
  /*いちご背景*/
  .ntv-wrapper{
    /* background-image: url(../images/common/bg_sp.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; */
  }
  .ntv-wrapper{
    /* position: relative;
    z-index: 1; */
  }
  /*いちご背景*/
    #fixedbg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/common/bg_sp.jpg) no-repeat;
    background-size: cover;
    z-index: -3;
  }
    /* .ntv-wrapper::before{
    content: "";
    position: fixed;
    inset: 0;
    background: url(../images/common/bg_sp.jpg) center/cover no-repeat;
    z-index: -2;
  } */
  /* .ntv-wrapper::after{
    content: "";
    position: fixed;
    inset: 0;
    background: url(../images/common/bg_sp.jpg) center/cover no-repeat;
    z-index: -1;
    pointer-events: none;
  } */
  
  /* ブロックタイトル */
  .teaser-block-title{
    padding-top: 20.7%;
    margin-bottom: 40px;
  }

  .teaser-topsns{
    padding-top: 32px;
  }
  /*バナーエリア*/
  .teaser-banner-area{
    margin: 32px 30px 0 30px;
  }
  .teaser-banner-area ul{
    row-gap: 8px;
  }
    
  /*---------- 最新情報 ----------*/
  #news{
  }
  #news .news-list{
  }
  #news .news-item{
  }
  #news .news-list .news-item{
    border-radius: 5px;
  }
  #news .news-list .news-item-img{
    max-width: 88px;
  }

  /*---------- 動 画 ----------*/
  #movie{
  }
  #movie .teaser-block-inner{
    background: url(../images/moive/movie-bg-main.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding: 16px;
  }
  .common-btn.movie-btn{
    margin-top: 32px;
  }
  /*---------- イントロ ----------*/
  #intro{

  }
  #intro .teaser-block-inner{
    padding-top: 40px;

  }
  #intro{

  }
  #intro .text-img-01{ 
    background: url(../images/intro/intro-text-img-01_sp.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 24%;
  }
  #intro .text-img-02{
    background: url(../images/intro/intro-text-img-02_sp.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 22.5%;
    margin-top: 16px;
  }
  #intro .text-img-03{
    background: url(../images/intro/intro-text-img-03_sp.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 35.3%;
    margin-top: 40px;
  }
  #intro .text-img-04{
    background: url(../images/intro/intro-text-img-04_sp.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 61%;
    margin-top: -88px;
  } 
  #intro .text-img-05{
    background: url(../images/intro/intro-text-img-05_sp.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 106%;
    margin-top: 24px;
  }
  #intro .text-img-06{
    background: url(../images/intro/intro-text-img-06_sp.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 20.3%;
    margin-top: 16px;
  }
  #intro .text-img-07{
    background: url(../images/intro/intro-text-img-07_sp.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 48.7%;
    margin-top: 32px;
  }

  /*---------- キャスト ----------*/
  #cast{

  }
  #cast .teaser-block-inner{
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
  }
  #cast .cast-list-line{
    background: url(../images/cast/cast-bg-dot.png) repeat-x;
    background-size: contain;
    height: 6px;
    width: 100%;
    background-repeat: round;
    
  }
  #cast .cast-list{

  }
  #cast .cast-list-item{
    position: relative;
    
  }
  #cast .cast-img{
    padding-top: 86.5%;
  }
  #cast .cast-name{
    padding-top: 19.4%;
    margin-top: 16px;
    
  }
  #cast .cast-text{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
    font-size: 1.4rem;
    padding: 24px;
    margin-top: 32px;
  }
  #cast .cast-text p{
    margin-bottom: 0;
  }
  /* ボタン */
  .common-btn{
    position: relative;
    max-width: 290px;
    margin: 24px auto 0;
  }
  .common-btn a{
    background: url(../images/common/btn-common-bg_sp.png) no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    font-family: TsukuARdGothicStd-B,sans-serif;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    padding: 16px 0;
  }
  .common-btn a:hover {
    background: url(../images/common/btn-common-bg-hover_sp.png) no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 1;
    transition: 0.25s;
  }
  /* ボタン装飾 */
   #yubin .common-btn a::before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/cast/cast-bg-comment-butterfly.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: -5px;
    left: 10px;
  }
   #karin .common-btn a::before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/cast/cast-bg-comment-scoop.png) no-repeat;
    background-size: contain;
    width: 55px;
    height: 63px;
    top: -20px;
    right: 10px;
  }
   #kunamu .common-btn a::before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/cast/cast-bg-comment-fork.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 63px;
    top: -20px;
    left: 10px;
  }

  /*---------- トピックス ----------*/
  #topics-area{
    
  }
  #topics-area .drama-box-body{
    background-color: transparent !important;
  }
  #topics .topics-pickup{
    background-color: transparent !important;
  }
  #topics .topics-item{
    padding: 16px !important;
    background: linear-gradient(0deg, rgba(212, 35, 35, 0.05) 0%, rgba(212, 35, 35, 0.05) 100%), rgba(255, 236, 215, 0.85);
    backdrop-filter: blur(2.5px);
  }
  #topics .topics-item:first-of-type{
    border-radius: 5px 5px 0 0;
  }
  #topics .drama-btn.btn-more{
  }

  /*---------- スタッフ ----------*/
  #staff{
  }
  #staff .teaser-block-inner{
    padding: 48px 16px;
  }
  #staff h4{
    width: 147px;
    margin: 0 auto 24px;

  }
  #staff .staff-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #staff dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #staff dl dt{
    font-family: TsukuARdGothicStd-B,sans-serif;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #staff dl dd{
    font-family: TsukuARdGothicStd-B,sans-serif;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #staff .staff-item-group{
    display: flex;
    flex-direction: column;
  }
  /*SNSエリア*/

  /*関連作品バナー*/
  #sect-related{
    margin-bottom: 64px;
  }


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

  /*共通*/
  .sp{
    display: none;
  }
  .teaser-block{
    margin: 80px 40px 0 40px;
  }
  .teaser-block-inner{
    border-radius: 10px;
  }
  .teaser-block-inner{
  }
  .teaser-block:has(.teaser-block-inner:empty) {
    display: none;
  }
  .teaser-main-mainImg img{
    border-radius: 10px 10px 0 0;
  }
  /*いちご背景*/
    #fixedbg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/common/bg_pc.jpg) no-repeat;
    background-size: cover;
    z-index: -3;
  }

  /* .ntv-wrapper{
    position: relative;
    z-index: 1;
  } */
  /* .ntv-wrapper::after{
    content: "";
    position: fixed;
    inset: 0;
    background: url(../images/common/bg_pc.jpg) center/cover no-repeat;
    z-index: -1;
  } */
  /* ブロックタイトル */
  .teaser-block-title{
    padding-top: 18.5%;
    margin-bottom: 54px;
  }
  /*バナーエリア*/
  .teaser-banner-area{

  }
  .teaser-banner-area{
    margin: 40px 40px 0;
  }
    
  /*---------- 最新情報エリア ----------*/
  #news{

  }
  #news .news-list{

  }
  #news .news-item{
    
  }
  #news .news-list .news-item{

    border-radius: 10px;
  }
  /*---------- 動 画 ----------*/
  #movie{
  }
  #movie .teaser-block-inner{
    background: url(../images/moive/movie-bg-main.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding: 30px;
  }
    .common-btn.movie-btn{
    margin-top: 40px;
  }
  /*---------- イントロ ----------*/
  #intro{

  }
  #intro .teaser-block-inner{
    padding-top: 54px;
  }
  #intro{

  }
  #intro .text-img-01{ 
    background: url(../images/intro/intro-text-img-01_pc.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 19.1%;
  }
  #intro .text-img-02{
    background: url(../images/intro/intro-text-img-02_pc.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 34.5%;
    margin-top: -56px;
  }
  #intro .text-img-03{
    background: url(../images/intro/intro-text-img-03_pc.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 13%;
    margin-top: 12px;
  }
  #intro .text-img-04{
    background: url(../images/intro/intro-text-img-04_pc.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 33%;
    margin-top: -10px;
  } 
  #intro .text-img-05{
    background: url(../images/intro/intro-text-img-05_pc.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 48%;
  }
  #intro .text-img-06{
    background: url(../images/intro/intro-text-img-06_pc.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 18%;
    margin-top: 32px;
  }
  #intro .text-img-07{
    background: url(../images/intro/intro-text-img-07_pc.png) no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 24.3%;
    margin-top: 40px;
  }

  /*---------- キャスト ----------*/
  #cast{

  }
  #cast .teaser-block-inner{
    padding: 54px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
  }
  #cast .cast-list-line{
    background: url(../images/cast/cast-bg-dot.png) repeat-x;
    background-size: contain;
    height: 6px;
    width: 100%;
    background-repeat: round;
    
  }
  #cast .cast-list{

  }
  #cast .cast-list-item{
    position: relative;
    
  }
  #cast .cast-img{
    padding-top: 70.2%;
  }
  #cast .cast-name{
    padding-top: 16.3%;
    margin-top: 32px;
    
  }
  #cast .cast-text{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
    font-size: 1.4rem;
    padding: 24px;
    margin-top: 32px;
  }
  #cast .cast-text p{
    margin-bottom: 0;
  }
  /* ボタン */
  .common-btn{
    position: relative;
    max-width: 310px;
    margin: 32px auto 0;
  }
  .common-btn a {
    background: url(../images/common/btn-common-bg_pc.png) no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    font-family: TsukuARdGothicStd-B, sans-serif;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    padding: 20px 0;
  }
    .common-btn a:hover {
    background: url(../images/common/btn-common-bg-hover_pc.png) no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 1;
    transition: 0.25s;
  }

  /* ボタン装飾 */
   #yubin .common-btn a::before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/cast/cast-bg-comment-butterfly.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    top: -10px;
    left: 5px;
  }
   #karin .common-btn a::before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/cast/cast-bg-comment-scoop.png) no-repeat;
    background-size: contain;
    width: 65px;
    height: 73px;
    top: -20px;
    right: -10px;
  }
   #kunamu .common-btn a::before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/cast/cast-bg-comment-fork.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 73px;
    top: -20px;
    left: 0px;
  }

  /*---------- トピックス ----------*/
  #topics-area{
    
  }
  #topics-area .drama-box-body{
    background-color: transparent !important;
  }
  #topics .topics-pickup{
    background-color: transparent !important;
  }
  #topics .topics-item{
    padding: 15px !important;
    border-radius: 10px;
    border: none !important;
    background: linear-gradient(0deg, rgba(212, 35, 35, 0.05) 0%, rgba(212, 35, 35, 0.05) 100%), rgba(255, 236, 215, 0.85);
    backdrop-filter: blur(2.5px);
  }
  #topics .topics-item.drama-adBanner-li{
    background: none;
    border-radius: 0;
  }
  #topics .drama-btn.btn-more{
  }

  /*---------- スタッフ ----------*/
  #staff{
  }
  #staff .teaser-block-inner{
    padding: 48px 40px 54px;
  }
  #staff h4{
    width: 195px;
    margin: 0 auto 32px;

  }
  #staff .staff-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  #staff dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #staff dl dt{
    font-family: TsukuARdGothicStd-B,sans-serif;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #staff dl dd{
    font-family: TsukuARdGothicStd-B,sans-serif;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
  }
    #staff .staff-item-group{
    display: flex;
    flex-direction: row;
    column-gap: 16px;
  }
  /*SNSエリア*/


  /*関連作品バナー*/
  #sect-related{
    margin-bottom: 80px;
  }


}  /* /min-width : 601px */

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

  /*共通*/
  .teaser-block:has(.teaser-block-inner:empty) {
    display: none;
  }
  /* ブロックタイトル */
  .teaser-block-title{
    padding-top: 18.5%;
    margin-bottom: 54px;
  }
  .teaser-contents {
  }
  /*バナーエリア*/

  /* 最新情報エリア */
  #news{

  }
  #news .news-list{

  }
  #news .news-item{
    
  }
  /* 動 画 */
  #movie{
  }

  /* イントロ */
  #intro{

  }
  /*キャスト*/
  #cast{

  }
  /*トピックス*/
  #topics-area{
  }
  /*スタッフ*/
  #staff{

  }
  /*SNSエリア*/

}/* PC */

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

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


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

 Template-Module
 不使用の場合は削除してください

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


/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
  z-index: 2;
  position: relative;
}
.teaser-main-nav ul {
    display: flex;
    flex-flow: row wrap;
    gap:5px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.teaser-main-nav ul li {
  position: relative;
  vertical-align: top;
}
.teaser-main-nav ul li .label {
  font-size: 1rem;
  position: absolute;
  top: -2px;
  left: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  background-color: #fff844;
  border-radius: 5px;
  transform: translateX(-50%);
}
.teaser-main-nav ul li a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* row-4（4列） */
.teaser-main-nav ul.row-4 li {
  width: calc((100% - 15px) / 4);
}
/* row-3（3列） */
.teaser-main-nav ul.row-3 li {
  width: calc((100% - 10px) / 3);
}

@media screen and (max-width: 600px) {/*スマホ*/

  .ntv-main a:hover {
    opacity: 1;
  }
  .teaser-main-nav {
    padding: 18px 10px 10px 10px;
    background: url(../images/nav/nav-bg_sp.png) no-repeat top center;
    background-size: cover;
  }
  .teaser-main-nav {
  }
  .teaser-main-nav ul li a {
    height: min(14.5vw, 63px);
    /* height: min(14.5vw, 55px); */
  }
  .teaser-main-nav ul li:nth-of-type(1) a {
    background-image: url("../images/nav/nav_intro_sp.png");
  }
  .teaser-main-nav ul li:nth-of-type(2) a {
    background-image: url("../images/nav/nav_movie_sp.png");
  }
  .teaser-main-nav ul li:nth-of-type(3) a {
    background-image: url("../images/nav/nav_cast_sp.png");
  }
  .teaser-main-nav ul li:nth-of-type(4) a {
    background-image: url("../images/nav/nav_staff_sp.png");
  }
  .teaser-main-nav ul li:nth-of-type(5) a {
    background-image: url("../images/nav/nav_topics_sp.png");
  }
  .teaser-main-nav ul li:nth-of-type(6) a {
    background-image: url("../images/nav/nav_sns_sp.png");
  }
  /*ホバー*/
  .teaser-main-nav ul li:nth-of-type(1) a:hover{
    background-image: url("../images/nav/nav_intro-hover_sp.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(2) a:hover {
    background-image: url("../images/nav/nav_movie-hover_sp.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(3) a:hover {
    background-image: url("../images/nav/nav_cast-hover_sp.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(4) a:hover {
    background-image: url("../images/nav/nav_staff-hover_sp.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(5) a:hover {
    background-image: url("../images/nav/nav_topics-hover_sp.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(6) a:hover {
    background-image: url("../images/nav/nav_sns-hover_sp.png");
    transition: 0.25s;
  }
}

@media screen and (min-width: 601px) {
  .teaser-main-nav {
    padding: 20px 10px 10px 10px;
    border-radius: 0 0 10px 10px;
    background: url(../images/nav/nav-bg_pc.png) no-repeat top center;
    background-size: 100%;
  }
  .teaser-main-nav ul {
    gap: 8px;
  }
  /* row-4（4列） */
  .teaser-main-nav ul.row-4 li {
    width: calc((100% - 30px) / 4);
  }
  /* row-3（3列） */
  .teaser-main-nav ul.row-3 li {
    width: calc((100% - 20px) / 3);
  }
.teaser-main-nav ul li.is-coming a {
  pointer-events: none;
  opacity: 0.6;
  }
  .teaser-main-nav ul li a {
    padding-top: 35%;
    height: 74px;
    cursor: pointer;
  }
  .teaser-main-nav ul li:nth-of-type(1) a {
    background-image: url("../images/nav/nav_intro_pc.png");
  }
  .teaser-main-nav ul li:nth-of-type(2) a {
    background-image: url("../images/nav/nav_movie_pc.png");
  }
  .teaser-main-nav ul li:nth-of-type(3) a {
    background-image: url("../images/nav/nav_cast_pc.png");
  }
  .teaser-main-nav ul li:nth-of-type(4) a {
    background-image: url("../images/nav/nav_staff_pc.png");
  }
  .teaser-main-nav ul li:nth-of-type(5) a {
    background-image: url("../images/nav/nav_topics_pc.png");
  }
  .teaser-main-nav ul li:nth-of-type(6) a {
    background-image: url("../images/nav/nav_sns_pc.png");
  }
  /*ホバー*/
  .teaser-main-nav ul li:nth-of-type(1) a:hover{
    background-image: url("../images/nav/nav_intro-hover_pc.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(2) a:hover {
    background-image: url("../images/nav/nav_movie-hover_pc.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(3) a:hover {
    background-image: url("../images/nav/nav_cast-hover_pc.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(4) a:hover {
    background-image: url("../images/nav/nav_staff-hover_pc.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(5) a:hover {
    background-image: url("../images/nav/nav_topics-hover_pc.png");
    transition: 0.25s;
  }
  .teaser-main-nav ul li:nth-of-type(6) a:hover {
    background-image: url("../images/nav/nav_sns-hover_pc.png");
    transition: 0.25s;
  }
}

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

/* ---------------------------------
 Twitter
--------------------------------- */

#teaser-sns{
  margin-bottom: 80px;
}

/* タイムライン */
.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{
  margin-bottom: 0;
  max-width: 150px;
}
.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; */
}
.official-sns-area{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.teaser-contents .teaser-btn#btn-follow-twitter a{
}
.teaser-contents .teaser-btn#btn-follow-instagram a{
}
.teaser-contents .teaser-btn#btn-follow-tiktok a{
}
@media screen and (max-width: 600px) {/*スマホ*/
.teaser-contents .teaser-btn{
  max-width: 105px;
  }
  .official-sns-area{
  gap: 16px;
  }
  #teaser-sns{
  margin-bottom: 64px;
  }
}
/* ---------------------------------
 Instagram　フェード
--------------------------------- */
.ntv-instagram-feed{
  margin-bottom: 24px;
}
.ntv-instagram-feed-main{
    background: #fff;
    padding: 24px;
    border-radius: 10px;
}
@media screen and (max-width: 600px) {/*スマホ*/
.ntv-instagram-feed{
    margin-bottom: 24px;
  }
}