@charset "UTF-8";

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

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

 Layout

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

.teaser-contents {
  box-sizing: border-box;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

/* ブロック */
.teaser-block{
  word-break: break-all;
  padding: 60px 0;
}
.teaser-block:first-child{
  margin-top: 0;
}
.teaser-block-inner{
  padding: 0 15px;
}

/* ブロックタイトル */
.teaser-block .teaser-block-title{
  font-size: 2rem;
  letter-spacing: 0.6px;
  color: #025587;
  padding: 0 0 50px;
  position: relative;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  position: relative;
}
.teaser-block .teaser-block-title img{
  width: calc(225 / 375 * 100%);
  margin: 0 auto;
}
.teaser-block .teaser-block-title::after{
  content: "";
  position: absolute;
}

.teaser-block .teaser-block-title-h4{
  color: #E0004F;
  border-bottom: 1px solid #CE1468;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 20px;
}
.teaser-block .teaser-block-title-h5{
  color: #025587;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

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

/* ブロック内ボタン */
.teaser-contents .teaser-btn{
  margin-bottom: 20px;
}
.teaser-contents .teaser-btn a{
  width: 100%;
  display: block;
}
.teaser-contents .teaser-btn a{
  padding: 1em 1em;
  text-align: center;
  color: #fff;
  background: #CF0C50;
  font-weight: bold;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.50);
  border-radius: 4px;
}

/* -----------------
 固定背景
----------------- */
.ntv-wrapper{
  background-color: transparent;
}
#fixedbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/fixed-bg-sp.jpg) no-repeat;
  background-size: cover;
  content: "";
  z-index: -3;
}
#fixedbg.fadeIn{
  opacity: 1;
  transform: translate(0, 0);
}

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

/* -----------------
 メニュー
----------------- */
.teaser-main-nav {
  margin: 15px;
  z-index: 2;
  position: relative;
}
.teaser-main-nav ul {
  display: flex;
  flex-flow: row wrap;
  column-gap: 5px;
  width: 100%;
  margin: 0 auto;
}
.teaser-main-nav ul li {
  position: relative;
  vertical-align: top;
  border-radius: 4px;
}
.teaser-main-nav ul li .label {
  font-size: 1rem;
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  color: #fff;
  background-color: #C1266C;
  border-radius: 0;
  transform: translateX(-50%) scale(0.9, 1);
}
.teaser-main-nav ul li a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: auto;
  padding-top: calc(368 / 200 * 100%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.50);
  border-radius: 4px;
}
.teaser-main-nav ul li.is-coming a {
  pointer-events: none;
  opacity: 0.6;
}
.teaser-main-nav ul li:nth-of-type(1) a {
  background-image: url("../images/nav/nav-intro.jpg");
  background-size: cover;
}
.teaser-main-nav ul li:nth-of-type(2) a {
  background-image: url("../images/nav/nav-cast.jpg");
  background-size: cover;
}
.teaser-main-nav ul li:nth-of-type(3) a {
  background-image: url("../images/nav/nav-original.jpg");
  background-size: cover;
}
.teaser-main-nav ul li:nth-of-type(4) a {
  background-image: url("../images/nav/nav-staff.jpg");
  background-size: cover;
}
.teaser-main-nav ul li:nth-of-type(5) a {
  background-image: url("../images/nav/nav-topics.jpg");
  background-size: cover;
}
.teaser-main-nav ul li:nth-of-type(6) a {
  background-image: url("../images/nav/nav-sns.jpg");
  background-size: cover;
}

/* row-6（6列） */
.teaser-main-nav ul.row-6 li {
  width: calc((100% - 25px) / 6);
}

/* -----------------
 最新情報
----------------- */
#news.teaser-block{
  background: url(../images/common/bg-sky.jpg) repeat;
  background-size: contain;
}
#news.teaser-block .teaser-block-title::after{
  top: 19%;
  left: -2%;
  width: 26%;
  height: auto;
  padding-top: 26%;
  background: url(../images/news-deco.png) no-repeat;
  background-size: contain;
}

/* -----------------
 動画
----------------- */
#movie.teaser-block .teaser-block-title::after{
  top: 20%;
  right: 7%;
  width: 26%;
  height: auto;
  padding-top: 26%;
  background: url(../images/movie-deco.png) no-repeat;
  background-size: contain;
}

.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{
  background: url(../images/common/bg-cream.jpg) repeat;
  background-size: contain;
}
#intro.teaser-block .teaser-block-inner .intro-text{
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: auto;
  padding-top: calc(833 / 520 * 100%);
  background: url(../images/intro-text.png) no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

/* -----------------
 キャスト
----------------- */
#cast.teaser-block p{
  color: #fff;
}
#cast.teaser-block .teaser-block-title::after{
  top: 5%;
  right: -6%;
  width: 40%;
  height: auto;
  padding-top: 40%;
  background: url(../images/cast-deco.png) no-repeat;
  background-size: contain;
}

#cast.teaser-block .cast-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-top: 30px; */
}
#cast.teaser-block .cast-item .cast-item-img{
  width: 100%;
}
#cast.teaser-block .cast-item .cast-item-img img{
  width: calc(250 / 375 * 100%);
  margin: 0 auto;
}
#cast.teaser-block .cast-item .cast-item-name{
  width: 100%;
  text-align: center;
}
#cast.teaser-block .cast-item .cast-item-name .name-character{
  font-size: 1.6rem;
  margin-bottom: 0;
}
#cast.teaser-block .cast-item .cast-item-name .name-character span{
  margin-left: 0.25em;
  margin-bottom: 0;
}
#cast.teaser-block .cast-item .cast-item-name .name-actor{
  font-family: "MatisseProN-DB",serif;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#cast.teaser-block .cast-item .cast-item-text{
  width: 100%;
}

/* -----------------
 原作
----------------- */
#original.teaser-block{
  background: url(../images/common/bg-sky.jpg) repeat;
  background-size: contain;
}
#original.teaser-block h3.teaser-block-title::after{
  top: -33%;
  left: -5%;
  width: 40%;
  max-width: 180px;
  height: auto;
  padding-top: 40%;
  background: url(../images/original-deco.png) no-repeat;
  background-size: contain;
}
#original.teaser-block .original-calligraphy{
  width: calc(240 / 375 * 100%);
  margin: 0 auto;
  text-align: center;
}
#original.teaser-block .original-calligraphy img{
  width: 100%;
}
#original.teaser-block .original-title-area{
  text-align: center;
}
#original.teaser-block .original-title-area .original-author{
  font-size: 1.8rem;
  margin-bottom: 0;
}
#original.teaser-block .original-title-area .original-title{
  font-family: "MatisseProN-DB",serif;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  color: #E0004F;
  margin-bottom: 0;
}
#original.teaser-block .teaser-btn a{
  font-size: 1.8rem;
  background: #114666;
  padding: 20px 16px;
}
#original.teaser-block .teaser-block-title.h4{
  margin-top: 40px;
}
#original.teaser-block .original-author-profile{
  background: #F5F5F5;
  padding: 20px 15px;
  border-radius: 4px;
}

/* -----------------
 スタッフ
----------------- */
#staff.teaser-block .teaser-block-title::after{
  top: 0%;
  right: 0%;
  width: 40%;
  max-width: 180px;
  height: auto;
  padding-top: 40%;
  background: url(../images/staff-deco.png) no-repeat;
  background-size: contain;
}
#staff.teaser-block .staff-list{
  color: #fff;
  text-align: center;
}
#staff.teaser-block .staff-list dt{
  display: inline-block;
  background: #165A83;
  padding: 0 0.5em;
  margin-bottom: 10px;
}
#staff.teaser-block .staff-list dd{
  font-family: "MatisseProN-DB",serif;
  font-size: 2.0rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  position: relative;
}
#staff.teaser-block .staff-list dd:last-child{
  margin-bottom: 0;
}
#staff.teaser-block .staff-list dd .staff-comment-link{
  position: absolute;
  top: 0;
  display: inline-block;
  width: 30px;
  padding-top: 25px;
  margin-left: 5px;
  background: url(../images/staff-comment-link.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
}

/* -----------------
 トピックス
----------------- */
#topics-area.teaser-block{
  background: url(../images/common/bg-cream.jpg) repeat;
  background-size: contain;
}
#topics-area.teaser-block .teaser-block-title::after{
  top: 7%;
  left: -10%;
  width: 40%;
  max-width: 180px;
  height: auto;
  padding-top: 40%;
  background: url(../images/topics-deco.png) no-repeat;
  background-size: contain;
}

/* -----------------
 公式SNS
----------------- */
#official-sns.teaser-block .teaser-block-title::after{
  top: -22%;
  right: -8%;
  width: 40%;
  max-width: 180px;
  height: auto;
  padding-top: 40%;
  background: url(../images/sns-deco.png) no-repeat;
  background-size: contain;
}
#official-sns.teaser-block .official-sns-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
}
#official-sns.teaser-block .official-sns-area .teaser-btn{
  width: 31%;
  max-width: 162px;
  margin: 0;
}
#official-sns.teaser-block .official-sns-area .teaser-btn a{
  width: 100%;
  height: auto;
  padding-top: calc(120 / 162 * 100%);
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
#official-sns.teaser-block .official-sns-area #btn-follow-twitter.teaser-btn a{
  background: url(../images/sns-btn-x.png) no-repeat center;
  background-size: cover;
}
#official-sns.teaser-block .official-sns-area #btn-follow-instagram.teaser-btn a{
  background: url(../images/sns-btn-instagram.png) no-repeat center;
  background-size: cover;
}
#official-sns.teaser-block .official-sns-area #btn-follow-tiktok.teaser-btn a{
  background: url(../images/sns-btn-tiktok.png) no-repeat center;
  background-size: cover;
}




/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
  /* ブロック */
  .teaser-block{
    padding: 80px 0;
  }

  /* ブロックタイトル */
  .teaser-block .teaser-block-title{
    font-size: 1.8rem;
  }
  .teaser-block .teaser-block-title img{
    width: calc(301 / 664 * 100%);
  }
  .teaser-block .teaser-block-title::after{
    content: "";
    position: absolute;
  }

  .teaser-block .teaser-block-title-h4{
    font-size: 1.8rem;
    margin: 40px 0 30px;
  }
  .teaser-block .teaser-block-title-h5{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

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

  /* -----------------
  最新情報
  ----------------- */
  #news.teaser-block .teaser-block-title::after{
    top: 10%;
    left: 10%;
    width: 18%;
    padding-top: 18%;
  }

  /* -----------------
  動画
  ----------------- */
  #movie.teaser-block .teaser-block-title::after{
    top: 20%;
    right: 16%;
    width: 18%;
    padding-top: 18%;
  }

  /* -----------------
  キャスト
  ----------------- */
  #cast.teaser-block .teaser-block-title::after{
    top: 5%;
    right: 9%;
    width: 27%;
    padding-top: 27%;
  }

  /* -----------------
  原作
  ----------------- */
  #original.teaser-block h3.teaser-block-title::after{
    top: -12%;
    left: 6%;
    width: 27%;
    padding-top: 27%;
  }
  #original.teaser-block .teaser-btn a{
    font-size: 2.0rem;
    padding: 32px 16px;
  }
  #original.teaser-block .original-title-area .original-author{
    font-size: 2.4rem;
  }
  #original.teaser-block .original-title-area .original-title{
    font-size: 3.6rem;
  }

  /* -----------------
  スタッフ
  ----------------- */
  #staff.teaser-block .teaser-block-title::after{
    top: -18%;
    right: 10%;
    width: 27%;
    padding-top: 27%;
  }
  #staff.teaser-block .staff-list dd{
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  #staff.teaser-block .staff-list dd .staff-comment-link{
  padding-top: 30px;
}

  /* -----------------
  トピックス
  ----------------- */
  #topics-area.teaser-block .teaser-block-title::after{
    top: -7%;
    left: 2%;
    width: 27%;
    padding-top: 27%;
  }

  /* -----------------
  公式SNS
  ----------------- */
  #official-sns.teaser-block .teaser-block-title::after{
    top: -22%;
    right: 4%;
    width: 27%;
    padding-top: 27%;
  }
  #official-sns.teaser-block .official-sns-area{
    column-gap: 20px;
  }


}

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

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

  /* ホバーアクション */
  .teaser-contents a:hover,
  .bnr_cast a:hover,
  #news .news-list .slick-arrow:hover,
  #movie .movie-sub .slick-next:hover,
  #movie .movie-sub .slick-prev:hover,
  #movie .movie-sub .slick-slide:hover{
    transition: opacity .3s;
    text-decoration:none;
    opacity:0.8;
    filter: blur(1px);
  }

  /* ブロック */
  .teaser-block{
    padding: 80px 0;
  }
  .teaser-block-inner{
    padding: 0 40px;
  }

  /* -----------------
  固定背景
  ----------------- */
  #fixedbg {
    background: url(../images/fixed-bg-pc.jpg) no-repeat;
    background-size: cover;
  }

  /* -----------------
  MV
  ----------------- */
  .teaser-main-mainImg img {
    border-radius: 4px;
  }

  /* -----------------
  メニュー
  ----------------- */
  .teaser-main-nav {
    margin: 20px 0;
  }
  .teaser-main-nav ul {
    column-gap: 10px;
  }
  /* row-6（6列） */
  .teaser-main-nav ul.row-6 li {
    width: calc((100% - 50px) / 6);
  }

  /* ホバーアクション */
  .teaser-main-nav ul li{
    position: relative;
  }
  .teaser-main-nav ul li:hover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/nav/nav-haver.png);
    width: 100%;
    height: auto;
    padding-top: calc(368 / 200 * 100%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .teaser-main-nav ul li .label {
    font-size: 1.2rem;
    top: -10px;
  }

  /* -----------------
  最新情報
  ----------------- */
  #news.teaser-block{
    border-radius: 4px;
  }

  /* -----------------
  イントロ
  ----------------- */
  #intro.teaser-block{
    border-radius: 4px;
  }

  /* -----------------
  原作
  ----------------- */
  #original.teaser-block{
    border-radius: 4px;
  }

  /* -----------------
  トピックス
  ----------------- */
  #topics-area.teaser-block{
    border-radius: 4px;
  }

}

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

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


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

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

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




