@charset "UTF-8";

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

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

 Layout

==================================*/
.ntv-wrapper {
  background: url(../../template_assets/images/mainbg.jpg);
  background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat-y;
    margin-bottom: 0 !important;
}

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.teaser-main-onair{
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px;
}
.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-top: 80px;
}
.teaser-block-inner{
  padding: 16px 10px;
}

/* ブロックタイトル */
.teaser-block-title{
  text-indent: -9999px;
    display: block;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 140px;
}

#news .teaser-block-title {
     background: url(../../template_assets/images/news-title.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
}


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

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 661px){
.sp {
    display: none !important;
  }


}

@media screen and (max-width: 660px) {
.tablet {
    display: none !important;
	}
  .sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 992.98px) {
	
}


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

  /* ブロック */
  .teaser-block{
  }
  .teaser-block-inner{
    padding: 20px;
  }
  /* ブロックタイトル */
  .teaser-block-title{
    font-size: 2.4rem;
    
  }
  .teaser-main-onair{
    font-size: 1.8rem;
  }
  .teaser-contents {
    margin-top: 20px;
  }
}

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

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


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

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

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


/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
  margin: 0;
  padding: 0 10px;
  z-index: 2;
  position: relative;
  background: url(../../template_assets/images/nav/nav_bg.jpg);
}
.teaser-main-nav ul {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  width: 100%;
  margin: 0 auto;
}
.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;
  height: 107px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.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.png");
}
.teaser-main-nav ul li:nth-of-type(2) a {
  background-image: url("../images/nav/nav_cast.png");
}
.teaser-main-nav ul li:nth-of-type(3) a {
  background-image: url("../images/nav/nav_staff.png");
}
.teaser-main-nav ul li:nth-of-type(4) a {
  background-image: url("../images/nav/nav_topics.png");
}
.teaser-main-nav ul li:nth-of-type(5) a {
  background-image: url("../images/nav/nav_intro.png");
}
.teaser-main-nav ul li:nth-of-type(6) a {
  background-image: url("../images/nav/nav_cast.png");
}
.teaser-main-nav ul li:nth-of-type(7) a {
  background-image: url("../images/nav/nav_staff.png");
}
.teaser-main-nav ul li:nth-of-type(8) a {
  background-image: url("../images/nav/nav_topics.png");
}
.teaser-main-nav ul li a {
    height: 107px;
  }
/* 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: 992px) {
  .ntv-main a:hover {
    opacity: 1;
  }
  .teaser-main-nav {
    margin: 0 0 55px;
  }
  .teaser-main-nav ul li a {
    height: 78px;
  }
}

@media screen and (min-width: 601px) {
  .teaser-main-nav {
    padding: 0;
  }
  .teaser-main-nav ul {
    gap: 0 10px;
  }

  /* 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);
  }
  
}

/* ★追加：tabletだけ上書き（この順番で置く） */
@media screen and (min-width: 661px) and (max-width: 992px) {
  .teaser-main-nav ul li a { height: 122px; }
}

/* -----------------
 最新情報
----------------- */
#news.teaser-block{
}
#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-title {
     background: url(../../template_assets/images/movie-title.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
}

.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: url(../../template_assets/images/intro-title.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
}

#intro .teaser-block-inner {
  padding: 20px 0 ;
}
/* ---------------------------------
 キャスト
--------------------------------- */
#cast .teaser-block-title {
     background: url(../../template_assets/images/cast-title.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
}

#cast .teaser-block-inner {
  padding: 30px 20px 40px 20px;
  background: url(../../template_assets/images/box-bg.jpg);
  margin-top: 20px;
  text-align: center;
}
#cast .teaser-block-inner p {
  color: #fff;
  padding: 20px 20px;
  text-align: left;
}
#cast .teaser-block-inner a {
  display: inline-block;
  width: 60%;
  line-height: 0;
}
#cast .teaser-block-inner .cast_btn {
  width: 100%;
  display: block;
  height: auto;
}
/* ---------------------------------
 スタッフ
--------------------------------- */
#staff .teaser-block-title {
     background: url(../../template_assets/images/staff-title.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
}

#staff .teaser-block-inner {
  padding: 70px 0;
  margin-top: 20px;

  background: url(../../template_assets/images/box-bg.jpg);
}

.staff-list {
  display: block;
    width: 100%;
}

.staff-list__item {
  display: flex;
    align-items: flex-start;;
    margin: 0 0 15px;
    font-family: "Shippori Mincho B1", serif;
}

.staff-list__role {
  width: 45%;
    padding: 0;
    text-align: right;
    font-size: 1.6rem;
  line-height: 2;
  color: #ff9bbb;
}

.staff-list__name {
  width: 55%;
    letter-spacing: .025em;
    font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}

.staff-list__name span {
  font-size: 1.6rem;
}
@media screen and (max-width: 660px) {
  .staff-list__item {
  display: block;
    margin: 15px 0 25px 0;
    text-align: center;
}
  .staff-list__role {
    font-size: 1.9rem;
  width: auto;
    text-align: center;
    font-weight: bold;
  }
	.staff-list__name{
  font-size: 1.6rem;
  width: auto;
}
  .staff-list__name span{
  font-size: 1.5rem;
}
  
}
/* ---------------------------------
 トピックス
--------------------------------- */
#topics-area .teaser-block-title {
     background: url(../../template_assets/images/topics-title.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
}

#topics-area .teaser-block-inner {
  padding: 0;
  margin-top: 20px;
}

#topics-area .drama-box-body {
  background:none;
}

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

/* タイムライン */
.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 + .teaser-btn{
  margin-top: 20px;
}
.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;
}
.teaser-contents .teaser-btn#btn-follow-twitter a{
  background-color: #1da1f2;
}
.teaser-contents .teaser-btn#btn-follow-facebook a{
  background-color: #3b5998;
}
.teaser-contents .teaser-btn#btn-follow-instagram a{
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.teaser-contents .teaser-btn#btn-follow-instagram a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.teaser-contents .teaser-btn#btn-follow-line a{
  background-color: #00b900;
}
.teaser-contents .teaser-btn#btn-follow-tiktok a{
  background-color: #000000;
}
