@charset "UTF-8";

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

 Layout

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

rt {/*ルビのサイズ*/
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 993px) {
	#ntv {
		min-width: 1024px;
    line-height: 1.5;
    font-size: 13px;
	}
	
  
	.main_bg {
		height:703px;
	}
}
@media only screen and (min-width: 1181px) {
  
}
.sp {
	display: none !important;
}
.red {
	color: #ff0000;
}
.teaser-contents {
    margin-top: 10%;
  }
.teaser-contents img {
	vertical-align: bottom;
}
.teaser-main-mainImg img {
  display: block;
  margin: 0 auto;
}
a:hover{
    opacity: 0.6;
  }
@media screen and (max-width: 992.98px) {
 h1 {
  margin-top: 0;
}
  .img100 {
	width: 100%;
}
.img90 {
	width: 90%;
}
  .img80 {
	width: 80%;
}
  .img70 {
	width: 70%;
}
  .img50 {
	width: 50%;
}
}

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


.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{
  color: #333;
  word-break: break-all;
  margin: 3% 0 13% 0;
  background: #ffffff;
    position: relative;
  padding-bottom: 1%;
  border-radius: 5px;
}
.teaser-block2{
  color: #333;
  word-break: break-all;
  margin: 0 0 0 0;
  background: #ffffff;
    position: relative;
}

.teaser-block-inner{
  padding: 16px 10px;
}




/* ブロックタイトル */
.teaser-block-title{
  font-size: 2rem;
  letter-spacing: 0.6px;
  position: relative;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  padding: 13% 0 3% 0;
}

/* ブロック内テキスト */
.teaser-block p,.teaser-block2 p{
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 992.98px) {
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	.btn_shindora img {
	width: 98%;
}
   .teaser-main-mainImg img {
  padding-left: 0;
  width: 100%;
  margin-left: 0;
	  padding-top: 0;
}
  
  .teaser-contents {
    margin: 6% 3%;
  }
  .teaser-block-title{
  
}
  #movie .teaser-block-inner{
    padding: 10px 4% 0 4%;
  }
  .teaser-block::before,.teaser-block2::before{
    content: '';
  position: absolute;
    top: 3%;
    left: 86%;
  
  }

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

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
  #movie .teaser-block-inner{
    padding: 10px 40px 0 40px;
  }
  
}

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

  /* ブロック */
  .teaser-block{
        
  }
  
  
  .teaser-block-inner{
    padding: 5px;
    margin: 4% 0 8% 0;
  }
  /* ブロックタイトル */
  .teaser-block-title{
    font-size: 2.4rem;
    text-align: center;
  }
  .teaser-main-onair{
    font-size: 1.8rem;
  }
  #movie .teaser-block-inner{
    padding: 10px 40px 0 40px;
  }
}

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

/* 右カラム　タイトル */
.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{
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
}
.teaser-main-nav .row{
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.teaser-main-nav .row .col{
  width : -webkit-calc(100% / 5) ;
  width: calc(100% / 5) ;
  padding: 0;
}
.teaser-main-nav ul{
  width: 100%;
  background: #7eb2d7;
}
.teaser-main-nav ul li{
  margin-left: auto;
  left: auto;
  right: auto;
	width: 20%;
  
}

.teaser-main-nav ul li a{
  display: block;
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  font-size: 8px;
  letter-spacing: 0.8px;
  cursor: pointer;
	padding: 49px 0;
}

.teaser-main-nav ul li:hover {
	opacity: 0.5;
  
}


.teaser-main-nav ul li.intro {
	background: url(../../template_assets/images/nav_intro.jpg)no-repeat center;
	display: block;
    text-indent: -9999px;
    overflow: hidden;
      vertical-align: baseline;
}

.teaser-main-nav ul li.cast {
	background: url(../../template_assets/images/nav_cast.jpg)no-repeat center;
	display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.teaser-main-nav ul li.topics {
	background: url(../../template_assets/images/nav_topics.jpg)no-repeat center;
	display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.teaser-main-nav ul li.music {
	background: url(../../template_assets/images/nav_music.jpg)no-repeat center;
	display: block;
    text-indent: -9999px;
    overflow: hidden;
}
.teaser-main-nav ul li.staff {
	background: url(../../template_assets/images/nav_staff.jpg)no-repeat center;
	display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.teaser-main-nav ul li .new {padding: 5px;
    background: #ff0000;
    color: #ffffff;
    position: absolute;
    top: -15px;
    left: 21px;
}

@media screen and (max-width: 992.98px) {
	.teaser-main-nav{
  
        
}
  .teaser-main-nav ul li{
    height: 17vw;
  }
  .teaser-main-nav ul li a{
    padding: 11.4vw 0;
  }
	.teaser-main-nav ul li.intro,.teaser-main-nav ul li.cast,.teaser-main-nav ul li.staff,.teaser-main-nav ul li.music,.teaser-main-nav ul li.sns,.teaser-main-nav ul li.topics {
		background-size: 100%;
	}

}

@media screen and (min-width: 993px) {

  .teaser-main-nav ul li span{
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 15px 0;
  }
  .teaser-main-nav ul li a:hover{
    opacity: 0.6;
  }
  .teaser-main-nav > ul > li > a > [class*=icon-], .teaser-main-nav > ul > li > span > [class*=icon-] {
    font-size: 40px;
  }

}
@media only screen and (max-width: 992px) and (min-width: 601px){
  .teaser-main-nav ul li{
    height: 17vw;
  }
	
}

/* ---------------------------------
 バナー
--------------------------------- */

#banner{
  margin: -50px 0 0 0;
}

#banner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banner ul li{
  width: 49%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
}
#banner ul li img{
  width: 100%;
}
@media screen and (max-width: 992px){
  #banner{
    padding: 0 10px;
    margin: 0;
  }
}
@media only screen and (max-width: 600px){
  #banner ul li{
    width: 100%;
  }
}





.teaser-banner-area{
  width: 100%;
  padding: 10px 0;
}
.teaser-banner-area ul{
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
}



.teaser-banner-area ul li{
  margin: 10px;
  line-height: 0;
      width: 85%;
    text-align: center;
    display: block;
    margin: 0 auto!important;
    padding: 2% 0;
}
.teaser-banner-area ul li a{
}
.teaser-banner-area ul li a img{
  width: 100%;
}
@media screen and (min-width: 993px) {
  .teaser-banner-area{
    padding: 4% 0;
  }
  .teaser-banner-area ul li{
    margin: 10px 0;
  }
}

/* ---------------------------------
 動画
--------------------------------- */
#movie {
  margin-top: 4%;
  background: #ffffff url(../../template_assets/images/bg_movie.png)no-repeat top right;
}
.teaser-contents .movie-player{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.teaser-contents .movie-player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.shindora_area {
  margin: 8% auto 5% auto;
    text-align: center;
}





@media screen and (max-width: 992.98px) {
  #movie {
      background-size: 44%;
}
  .teaser-contents .movie-player{
  width: 100%;
  padding-top: 56.25%;
}
  .imgMovieBg {
    width: 80%;
  }
}

/* ---------------------------------
 イントロ
--------------------------------- */
#intro {
  margin-top: 4%;
  background: #ffffff url(../../template_assets/images/bg_intro.png)no-repeat top right;
      padding: 0 0 1px 0;
}
#intro h2 {
  padding-top: 50px;
}

#intro .teaser-block-inner {
  text-align: center;
  margin: 4% 0 6% 0;
  padding: 0;
} 

@media screen and (max-width: 992.98px) {
  #intro {
      background-size: 44%;
}
}

/* ---------------------------------
 キャスト
--------------------------------- */
#cast {
  margin-top: 4%;
  background: #ffffff url(../../template_assets/images/bg_cast.png)no-repeat top right;
}

#cast .cast_box {
  width: 100%;
  margin: 3% auto 8% auto;
  padding: 8% 4% 0 4%;
  color: #fff;
  
}
#cast .newicon {
  text-align: center;
    display: table;
    margin: 20% auto -5% auto;
    padding: 5px 20px;
    font-size: 2.6rem;
    color: #fff;
  font-family: "dnp-shuei-ymincho-std", serif;
      letter-spacing: 2.5px;
}

#cast .cast_box:not(:first-child){
  margin-top: 20px;
}

#cast .cast_text h3 {
  text-align: left;
  font-size: 23px;
}
#cast h3.com_box {
  text-align: center;
  font-size: 27px;
  color: #53c8e0;
  margin: 10px 0;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 2%;
  clear: both;
}

#cast p.name {
  font-size: 26px;
  line-height: 1.3;
    padding: 3% 0 2% 0;
  overflow: hidden;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "dnp-shuei-ymincho-std",serif;
}
#cast p.name span.old {
  font-size: 16px;
}

#cast p.comment {
    color: #fff;
  line-height: 1.3;
      margin-top: 5%;
}

#cast .cast_name {
  font-size: 32px;
  background:#9dc2dd;
  color:#ffffff;
  padding: 2px 10px;
  display: table;
  margin: 4% auto 0 auto;
  font-family: "dnp-shuei-ymincho-std",serif;
}


.cast_photo {
  width: 75%;
  margin: 0 auto 6px auto;
}
.cast_photo img {
  width: 100%;
}
.cast_text {
  margin:0;
  width: 100%;
}


.cast_text img {
  margin-bottom: 15px;
}
.cast_text p.name span {
  font-size: 82%;
  }
.character {
  
}
.cast_comment {
  padding: 3%;
  margin: 4% auto 0 auto;
  background:#eef3f5;
}


.comBtn {
  display: block;
  margin: 0 auto;
  margin: 8% auto 0 auto;
    text-align: center;
}

@media screen and (max-width: 660px) {
  #cast {
      background-size: 44%;
}
  #cast .cast_boxIn {
  display: block;
  margin: 0 auto;
}
 .cast_photo {
  width: 80%;
   margin: 0 auto;
   float: none;
}
  .cast_text {
  width: 100%;
    margin-top: 25px;
    margin-left:0;
}

  .cast_text img {
    width:90%;
  }
  #cast p.name {
  font-size: 1.3em;
}
}
/* ---------------------------------
 原作
--------------------------------- */
#original {
  margin-top: 4%;
  background: #ffffff url(../../template_assets/images/bg_original.png)no-repeat top right;
}

#original .original_box {
  width: 100%;
  margin: 3% auto 8% auto;
  padding: 8% 4% 0 4%;
  color: #fff;
  
}


#original .original_box:not(:first-child){
  margin-top: 20px;
}


#original p.name {
  font-size: 26px;
  line-height: 1.3;
    padding: 0 0 2% 0;
  overflow: hidden;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "dnp-shuei-ymincho-std",serif;
}
#original p.name2 {
  font-size: 17px;
  line-height: 1.3;
    padding: 0 0 2% 0;
  overflow: hidden;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "dnp-shuei-ymincho-std",serif;
}

#original p.comment {
    color: #fff;
  line-height: 1.3;
      margin-top: 5%;
}

#original .original_name {
  font-size: 39px;
  padding: 2px 10px;
  display: table;
  margin: 4% auto 0 auto;
  font-family: "dnp-shuei-ymincho-std",serif;
}


.original_photo {
  width: 75%;
  margin: 0 auto 6px auto;
}
.original_photo img {
  width: 100%;
}
.original_text {
  margin:0;
  width: 100%;
}


.original_text img {
  margin-bottom: 15px;
}
.character {
  
}
.original_comment {
  padding: 3%;
  margin: 4% auto 0 auto;
  background:#f9f1f1;
}


.comBtn {
  display: block;
  margin: 0 auto;
  margin: 8% auto 0 auto;
    text-align: center;
}

@media screen and (max-width: 660px) {
  #original {
      background-size: 44%;
}
  #original .original_boxIn {
  display: block;
  margin: 0 auto;
}
 .original_photo {
  width: 80%;
   margin: 0 auto;
   float: none;
}
  .original_text {
  width: 100%;
    margin-top: 25px;
    margin-left:0;
}
#original .original_name {
  font-size: 30px;
  padding: 2px 10px;
}
  #original p.name {
  font-size: 21px;
  line-height: 1.3;
}
#original p.name2 {
  font-size: 12px;
  line-height: 1.3;
}
  .original_text img {
    width:90%;
  }
  
}

/* ---------------------------------
 主題歌
--------------------------------- */
#music {
  margin-top: 4%;
  background: #ffffff url(../../template_assets/images/bg_music.png)no-repeat top right;
}

#music .music_box {
  width: 100%;
  margin: 3% auto 8% auto;
  padding: 8% 4% 0 4%;
  color: #fff;
  
}


#music .music_box:not(:first-child){
  margin-top: 20px;
}


#music p.name {
  font-size: 26px;
  line-height: 1.3;
    padding: 0 0 0 0;
  overflow: hidden;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "dnp-shuei-ymincho-std",serif;
}
#music p.name2 {
  font-size: 17px;
  line-height: 1.3;
    padding: 0 0 4% 0;
  overflow: hidden;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "dnp-shuei-ymincho-std",serif;
}
#music p.copy {
  font-size: 17px;
  line-height: 1.6;
    padding: 0 0 2% 0;
  overflow: hidden;
  letter-spacing: 0.1em;
  font-family: "dnp-shuei-ymincho-std",serif;
}

#music p.comment {
    color: #fff;
  line-height: 1.3;
      margin-top: 5%;
}

#music .music_name {
  font-size: 39px;
  padding: 2px 0px;
  display: table;
  margin: 4% auto 0 auto;
  font-family: "dnp-shuei-ymincho-std",serif;
}


.music_photo {
  width: 75%;
  margin: 0 auto 6px auto;
}
.music_photo img {
  width: 100%;
}
.music_text {
  margin:0;
  width: 100%;
}


.music_text img {
  margin-bottom: 15px;
}
.character {
  
}
.music_comment {
  padding: 3%;
  margin: 4% auto 0 auto;
  background:#eef3f5;
}


.comBtn {
  display: block;
  margin: 0 auto;
  margin: 8% auto 0 auto;
    text-align: center;
}

@media screen and (max-width: 660px) {
  #music {
      background-size: 35%;
}
  #music .music_boxIn {
  display: block;
  margin: 0 auto;
}
 .music_photo {
  width: 78%;
   margin: 0 auto;
   float: none;
}
  .music_text {
  width: 100%;
    margin-top: 25px;
    margin-left:0;
}

  .music_text img {
    width:90%;
  }
  #music p.name {
  font-size: 1.3em;
}
  #music .music_name {
  font-size: 27px;
  }
  
}
/* ---------------------------------
 スタッフ
--------------------------------- */
#staff {
  margin-top: 4%;
  background: #ffffff url(../../template_assets/images/bg_staff.png)no-repeat bottom center;
}
.staff-list {
  display: block;
    width: 100%;
}

.staff-list__item {
  display: flex;
    align-items: flex-start;;
    margin: 0 0 6px;
}

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

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

.staff-list__name span {
  font-size: 1.6rem;
}
@media screen and (max-width: 660px) {
  #staff {
    background-size: 100%;
  }
  .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;
}
  
}
/* ---------------------------------
 nomargin
--------------------------------- */
#nomargin {
  margin: 0;
}
/* ---------------------------------
 Twitter
--------------------------------- */
#sns {
  margin: 0;
}
#sns .teaser-block-inner{
  width: 100%;
  margin: 50px auto 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.twitter-area {
  text-align: center;
}
#sns ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    margin: 30px auto 20px auto;
    padding: 0 2%;
}
#sns ul li {
	padding: 0 8px;
}
#sns ul li img {
	width: 100%;
}
#sns_link {
  padding: 0 0 3% 0;
}
@media screen and (max-width: 992.98px) {
#sns .teaser-block-inner{
  width: 100%;
  margin: 0 auto;
}

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

/* タイムライン */
.teaser-contents .twitter-area{
}
.teaser-contents .twitter-area .twitter-timeline{
  margin: 0 auto;
}

/* ボタン */
.teaser-contents .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;
}

/* ---------------------------------
 ネットワーク局
--------------------------------- */
#network h2 {
  padding-top: 50px;
}

#network .teaser-block-inner {
  text-align: center;
  margin: 4% 0 6% 0;
  padding: 0;
} 

#topics .topics-area {
  background: none;
}
/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */
#topics {
  margin: 0;
}
.drama-box-body {
  background:none!important;
}
#topics.drama-area{
  padding: 3%;
  margin: 0;
}
#topics .drama-box-title{display: none;}

/* ボタン */
#topics .drama-btn.btn-more {
  /* color: #ffffff; */
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  background: transparent;
  border: 1px solid #222;
  padding: 1.3em 0 1.2em;
  font-size: 1.4rem;
  line-height: 1;
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 992.98px) {
  #topics .topics-btn {
    padding: 10px;
    margin: 0;
  }

  
}

/* リスト */
@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%;
  }

}
@media screen and (max-width: 660px) {
#topics .topics-pickup-text {
  padding: 5px!important;
  font-size: 1.15rem!important;
}
}
/* ---------------------------------
 ボタン
--------------------------------- */
.cast-btn {
    margin-top: 30px;
  }
.cast-btn a{
    display: flex;
    justify-content: space-around;/*space-between*/
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 0.8em 0.8em;/*1em 1em*/
    width: 300px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #e79393;
    transition: 0.3s;
  }
.cast-btn a::before{
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
.cast-btn a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
.cast-btn a:hover{
    text-decoration: none;
    background-color: #edb4b4;
  }


