@charset "UTF-8";


/* -------- background -------- */
.minogashitverWrap {
  background: #020c15;
  /* Old browsers */
  background: -moz-linear-gradient(top, #020c15 0%, #0f1e31 70%, #385785 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #020c15 0%, #0f1e31 70%, #385785 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #020c15 0%, #0f1e31 70%, #385785 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020c15', endColorstr='#385785', GradientType=0);
  /* IE6-9 */
  position: relative;
}

.to {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}

.sp-br {
  display: none;
}

.broken-link {
  opacity: .5;
}

/* -------- mainvisual -------- */
.monomaneWrap {
  background: url(../images/common/bg.gif);
}

.main-mainImg img {
  display: block;
  width: 100%;
}

h2.onair {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 15px;
  color: #FFFFFF;
  position: relative;
}

/* -------- nav -------- */
.monomaneWrap .nav {
  background: url(../images/common/bg_nav.png) no-repeat center;
  background-size: cover;
  text-align: center;
  margin-bottom: 30px;
}

.monomaneWrap .nav li {
  display: inline-block;
  margin-right: 10px;
  padding: 20px 0 14px;
}

.monomaneWrap .nav li:last-child {
  margin-right: 0;
}

.monomaneWrap .nav li a {
  display: block;

}

.monomaneWrap .nav li a:hover {
  transition: opacity .1s;
  text-decoration: none;
  opacity: 0.65;
}



/* -------- main -------- */
.pera-contents {
  /*background: #000;*/
  box-sizing: border-box;
  font-size: 1.6rem;
  position: relative;
  color: #fff;
}

.pera-contents a {
  display: block;
}

.pera-contents a:hover {
  transition: opacity .1s;
  text-decoration: none;
  opacity: 0.65;
}

.pera-contents p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.pera-contents .contnts_block {
  margin-bottom: 30px;
}

.pera-contents .contents_inner {
  background: #000 url(../images/common/bg_contents.png) no-repeat top center;
  background-size: contain;
  margin: 0 auto;
  padding: 50px 40px 40px;
  position: relative;
}

.pera-contents .contents_box {
  margin-bottom: 30px;
}

.pera-contents .contents_box:last-child {
  margin-bottom: 0;
}

.pera-contents h3 {
  text-align: center;
  margin-bottom: 30px;
}

.pera-contents h4 {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 10px 0;
}

.pera-contents h4>span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #fafb27;
}


/* minogashi */
ul.minogashi {
  margin: auto;
  text-align: center;
}

ul.minogashi li {
  width: 38%;
  display: inline-block;
}
ul.minogashi li a :hover{
  opacity: 0.6;
}
ul.minogashi li:first-child{margin-right: 20px;}


.ntv-box-movie li.hulu a {
  background-image: url(../images/movie-hulu.png);
  margin-bottom: 16px;
  background-color: #efefef;
  display: block;
  width: 100px;
  background-size: auto 80%;
}


/* 右カラム */
.ntv-box-movie
{
    line-height: 0;
    padding-top: 14px;
    padding-bottom: 0px;
    display: flex;
    justify-content: flex-start;

}
 .ntv-box-movie li{
  margin-right: 14px;
} 


div.list-text{
  padding-top: 15px;
    display: block;

    text-align: left;
}


.ntv-box-movie li.hulu a {
  background-image: url(../images/movie-hulu.png);
}
.ntv-box-movie li.tver a {
  background-image: url(../images/movie-tver.png);
}
.ntv-box-movie li.tada a {
  background-image: url(../images/movie-tada.png);
}

/* -------- about -------- */

/* -------- snsbanner -------- */
.sns-banner {
  display: flex;
  justify-content: space-between;
}

.sns-banner li {
  box-sizing: border-box;
  width: 32%;
}

.sns-banner li img {
  height: auto;
}


/* -------- banner -------- */
#banner img {
  display: block;
  width: 100%;
}


/* -------- cast -------- */

#cast .castList {
  padding: 0 10px;
}

#cast .castList li {
  border-bottom: 1px dashed #515151;
  padding: 5px 0;
}

#cast .castList li.strong {
  color: #ffffff;
}

#cast .castList li.strong span {
  margin-left: 1em;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: .75em;
  color: #000;
  background: #ffffff;
}

#cast .castList p {
  font-size: 1.2rem;
  padding-top: 16px;
  padding-bottom: 5px;
}


/* -------- song -------- */
#song .songList {
  padding: 0 10px;
}

#song .songList li {
  border-bottom: 1px dashed #515151;
  padding: 5px 0;
}

#song .songList li.strong {
  color: #ffffff;
  font-weight: bold;
}

#song .songList li.strong span {

  padding: 2px 0;
  border-radius: 10px;
  font-size: 1em;
  color: #ffffff;
  font-weight: normal;

}

#song .songList p {
  font-size: 1.2rem;
  padding-top: 16px;
  padding-bottom: 5px;
}

/* -------- guide -------- */

#guide .btn {
  background: #be0e04;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .1em;
  margin-top: 20px;
  width: 60%;
  margin: 20px auto 0;
  border-radius: 10px;
}



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

  ul.minogashi li{
    width: 44%;
  }
  ul.minogashi li:first-child {
    margin-right: 10px;
}
/* 
  .hulu_btn{
    background: url(../images/banner-hulu-sp.png) no-repeat;
    padding-top: 12%;
    background-size: contain;
  }
  .tver_btn{
    background: url(../images/banner-tver-sp.png) no-repeat;
    padding-top: 12%;
    background-size: contain;
  }
   */

  .sp-br {
    display: block;
  }

  .pera-contents .contents_inner {
    padding: 35px 20px 60px;
  }

  h2.onair {
    font-size: 1.4rem;
  }

  /* -------- main -------- */
  .pera-contents {
    font-size: 1.4rem;
  }

  .pera-contents h3 {
    margin-bottom: 20px;
  }

  .pera-contents h4 {
    font-size: 1.6rem;
  }

  /* -------- nav -------- */
  .monomaneWrap .nav {
    background: url(../images/common/bg_nav_sp.png) no-repeat center;
    background-size: cover;
  }

  .monomaneWrap .nav li .item {
    width: 86%;
  }

  .monomaneWrap .nav li {
    display: inline-block;
    margin-right: 10px;
    padding: 20px 0 14px;
  }

  .monomaneWrap .nav li:last-child {
    margin-right: 0;
    padding-top: 0;
  }

  /* -------- about -------- */
  #about h3 img {
    width: 37.6%;
    max-width: 141px;
  }

  /* -------- banner --------*/
  #banner {
    margin: 0 10px 30px;
  }

  /* -------- cast -------- */
  #cast h3 img {
    width: 30.13%;
    max-width: 113px;
  }

  /* -------- guide -------- */
  #guide h3 img {
    width: 86.6%;
    max-width: 325px;
  }

  #guide .btn {
    padding: 15px;
    font-size: 1.6rem;
    margin-top: 20px;
    width: 80%;
    margin: 20px auto 0;
  }


}


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




  /* .hulu_btn{
    background: url(../images/banner-hulu-pc-2column.png) no-repeat;
    padding-top: 8.4%;
    background-size: contain;
  }
  .tver_btn{
    background: url(../images/banner-tver-pc-2column.png) no-repeat;
    padding-top: 8.4%;
    background-size: contain;
  }
   */


  /* -------- background -------- */
  .minogashitverWrap {
    position: relative;
    z-index: 1;
  }

  .monomaneWrap .nav li .item {
    width: 90%;
  }

}



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

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

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */


/* ボタン */
#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 #000;
  padding: 15px;
  font-size: 1.4rem;
}

#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}

/* ---------------------------------
 データ放送ページ
--------------------------------- */

.textBox .join {
  border: solid 1px #ffffff;
  padding: 16px;
  margin: 20px 0 30px 0;
}

.textBox .join dd {
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.textBox .join dt {
  text-align: center;
  font-weight: bolder;
  font-size: 1.7rem;
  padding-bottom: 10px;
}

.ttl_net {
  text-align: center;
  font-weight: bolder;
  font-size: 1.9rem;
  color: #f8f975;
}

.textBox .data_tv {
  width: 100%;
}

.net_ditail {
  margin: 10px 0 20px 0;
  text-align: left;
}

.btm40 {
  margin-bottom: 40px;
}

.textBox .caution {
  border: solid 1px #ff0000;
  padding: 16px;
  margin: 20px 0 0 0;
}

.textBox .caution dt {
  text-align: center;
  font-weight: bolder;
  font-size: 1.7rem;
  padding-bottom: 10px;
  color: #ff0000;
}

.textBox .caution dd {
  padding-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.data_text {
  margin: 20px 0 0 0;
}

.data_text a {
  display: inline !important;
  color: #00ffff;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  #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%;
  }

}
