@charset "UTF-8";
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
.ntv-wrapper {
  background: #a6000d url(../images/common/bg.gif);
}

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

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

.ntv-main a:hover {
  text-decoration: none;
  opacity: .6;
  transition: opacity .1s ease;
}

.ntv-main {
  margin: 0 0 10% 0;
  line-height: 1.5;
  background: #f7f7eb;
  box-shadow: 50px rgba(0, 0, 0, 0.4);
}

.ntv-main h2 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
}

ul.gnav {
  background: url(../images/common/nav_bg.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto;
  background-size: contain;
}
ul.gnav li {
  width: 33%;
}
ul.gnav li a {
  display: block;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 48%;
}
ul.gnav li.nav01 {
  border-right: solid 1px #a6000d;
}
ul.gnav li.nav01 a {
  background: url(../images/common/nav01.png);
  background-size: contain;
}
ul.gnav li.nav02 {
  border-right: solid 1px #a6000d;
}
ul.gnav li.nav02 a {
  background: url(../images/common/nav02.png);
  background-size: contain;
}
ul.gnav li.nav03 a {
  background: url(../images/common/nav03.png);
  background-size: contain;
}

ul.nav li
ul.nav li :hover img {
  opacity: .8;
}

.teaser-contents .block {
  padding: 2% 0;
}
.teaser-contents .block h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  padding-top: 7.4%;
  height: 0px;
}

.bannerArea {
  display: block;
  margin: 4% auto 2%;
  text-align: center;
}
.bannerArea img {
  width: 96%;
}

#about h3 {
  background: url(../images/about/h3_tit.png) no-repeat center top;
  background-size: contain;
}
#about .about-read {
  position: relative;
  padding: 0.2em 0.5em;
  margin: 5%;
  background: #eec964;
  box-shadow: 0px 0px 0px 5px #eec964;
  border: solid 2px #a47c27;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 1px rgba(136, 105, 29, 0.9));
  background: #eec964;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eec964 0%, #ebd896 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eec964 0%, #ebd896 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eec964 0%, #ebd896 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#about .about-read:before {
  content: url(../images/common/ribbon_top.png);
  display: block;
  position: absolute;
  width: 152px;
  height: 154px;
  top: -27px;
  right: -24px;
  z-index: 1;
}
#about .about-read:after {
  content: url(../images/common/ribbon_bottom.png);
  display: block;
  position: absolute;
  width: 152px;
  height: 154px;
  bottom: -27px;
  left: -24px;
  z-index: 1;
}
#about .about-read p {
  text-align: center;
}
#about .about-read p.txt01 {
  padding: 30px 30px 10px 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #4f4732;
}
#about .about-read p.txt02 {
  padding: 0px 30px 40px 30px;
  font-size: 1em;
  font-weight: bold;
  color: #a6000d;
}
#about .about-list {
  border: 3px solid #A98630;
  background-color: #FFF;
  width: auto;
  margin: 20px;
  padding: 20px;
}
#about .about-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 2%;
  overflow: hidden;
}
#about .about-list ul li:last-child {
  border-bottom: 0px solid #ccc;
}
#about .about-list ul li span {
  margin-bottom: 1%;
  display: block;
}
#about .about-list ul li span.icon {
  width: 75px;
  display: inline-block;
  float: left;
}
#about .about-list ul li span.onair {
  font-size: 1em;
  margin-left: 90px;
}
#about .about-list ul li span.tit {
  font-size: 1.4em;
  font-weight: bold;
  color: #a6000d;
  margin-left: 90px;
}
#about .about-list ul li span.subtit {
  font-size: 1em;
  font-weight: bold;
  margin-left: 90px;
}
#about .about-list ul li span.mc {
  font-size: 1em;
  margin-left: 90px;
}

#cast h3 {
  background: url(../images/cast/h3_tit.png) no-repeat center top;
  background-size: contain;
}
#cast .cast-list {
  border: 3px solid #A98630;
  background-color: #FFF;
  width: auto;
  margin: 20px;
  padding: 20px;
}
#cast .cast-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2%;
}
#cast .cast-list ul li {
  margin: 2% 5%;
  list-style-image: url(../images/common/star.gif);
  list-style-position: outside;
  width: 40%;
}
#cast .cast-list ul li span.red {
  color: #DD0000;
}
#cast .cast-list ul li.tit {
  margin: 5% 0 0 0;
  font-weight: bold;
  font-size: 1.2em;
  list-style: none;
  width: 100%;
}

#program h3 {
  background: url(../images/program/h3_tit.png) no-repeat center top;
  background-size: contain;
}
#program .program-list {
  border: 3px solid #A98630;
  background-color: #FFF;
  width: auto;
  margin: 20px;
  padding: 20px;
}
#program .program-list ul {
  display: flex;
  flex-wrap: wrap;
}
#program .program-list ul li {
  margin: 2% 5%;
  list-style-image: url(../images/common/star.gif);
  list-style-position: outside;
  width: 40%;
}

#data h3 {
  background: url(../images/data/h3_tit.png) no-repeat center top;
  background-size: contain;
}
#data .data-read {
  position: relative;
  padding: 0.2em 0.5em;
  margin: 5%;
  background: #eec964;
  box-shadow: 0px 0px 0px 5px #eec964;
  border: solid 2px #a47c27;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 1px rgba(136, 105, 29, 0.9));
  background: #eec964;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eec964 0%, #ebd896 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eec964 0%, #ebd896 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eec964 0%, #ebd896 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#data .data-read:before {
  content: url(../images/common/ribbon_top.png);
  display: block;
  position: absolute;
  width: 152px;
  height: 154px;
  top: -27px;
  right: -24px;
  z-index: 1;
}
#data .data-read:after {
  content: url(../images/common/ribbon_bottom.png);
  display: block;
  position: absolute;
  width: 152px;
  height: 154px;
  bottom: -27px;
  left: -24px;
  z-index: 1;
}
#data .data-read p {
  text-align: left;
}
#data .data-read p.txt01 {
  padding: 30px 20px 10px 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #4f4732;
}
#data .data-read ul.txt02 {
  padding: 10px 20px 40px 40px;
  font-size: 0.9em;
  font-weight: bold;
  color: #a6000d;
}
#data .data-read ul.txt02 li {
  list-style-type: disc;
  padding-bottom: 0.5em;
}
#data .data-detail {
  position: relative;
  padding: 5%;
  margin: 5%;
  background: #eeeed5;
}
#data .data-detail .entry {
  display: block;
  background: #DD0000 url(../images/common/arrow.gif) no-repeat 10px center;
  background-size: auto 25%;
  color: #FFF;
  width: 90%;
  padding: 1.6em;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center;
  margin: 5% auto 7%;
  font-size: 1.2em;
}
#data .data-detail a div.entry:hover {
  opacity: .6;
  transition: opacity .1s ease;
}
#data .data-detail .close {
  font-size: 1.6em;
  font-weight: bold;
  color: #a6000d;
  text-align: center;
}
#data .data-detail .attention {
  padding: 5%;
  margin: 5% auto;
  border: #DD0000 solid 1px;
  background-color: #FFF;
  color: #DD0000;
}
#data .data-detail .attention h4 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
#data .data-detail .attention p {
  font-size: 1em;
}
#data .data-detail .attention p.closing {
  font-weight: bold;
  text-align: center;
  border-top: #DD0000 solid 1px;
  border-bottom: #DD0000 solid 1px;
  padding: 2% 0;
  width: 85%;
  margin: 5% auto 0;
}
#data .data-detail .present {
  padding: 2%;
  margin: 5% auto;
  border: #A98630 solid 2px;
  background: #eec964;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eec964 0%, #ebd896 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eec964 0%, #ebd896 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eec964 0%, #ebd896 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 5px;
}
#data .data-detail .present .ribbon {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 1.4em;
  background: #a6000d;
  color: #FFF;
  box-sizing: border-box;
  margin: 0 auto 5%;
  font-weight: bold;
}
#data .data-detail .present .ribbon h4 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #691510;
  border-bottom: dashed 1px #691510;
  line-height: 46px;
}
#data .data-detail .present .ribbon:before, #data .data-detail .present .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#data .data-detail .present .ribbon:before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #eec964;
  border-style: solid;
}
#data .data-detail .present .ribbon:after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #eec964 transparent transparent;
  border-style: solid;
}
#data .data-detail .present dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#data .data-detail .present dl dt {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  color: #a6000d;
  width: 100%;
  margin-bottom: 2%;
}
#data .data-detail .present dl dd {
  width: 45%;
  margin: 2% 0;
}
#data .data-detail .present dl dd img {
  padding: 2px;
  background-color: #fff;
  width: 100%;
}
#data .data_img {
  margin: 5%;
  text-align: right;
}
#data .data_img img {
  width: 100%;
  border: solid 1px #a6000d;
}
#data .data_howto {
  margin: 5%;
}
#data .data_howto h4 {
  padding: 2%;
  margin: 5% auto 2%;
  text-align: center;
  background: #4f4732;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4f4732 0%, #6f6446 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4f4732 0%, #6f6446 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4f4732 0%, #6f6446 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 5px;
  color: #feefaa;
  font-weight: bold;
  text-shadow: 1px 1px 1px #111;
  font-size: 1.4em;
}
#data .data_howto .howtoarea {
  background-color: #FFF;
  text-align: left;
  padding: 20px;
  margin: 0 0 20px;
  width: auto;
  border: 3px solid #A98630;
  font-size: 90%;
  overflow: hidden;
}
#data .data_howto .howtoarea ul {
  border-bottom: 1px solid #ccc;
  padding: 1% 0;
  overflow: hidden;
}
#data .data_howto .howtoarea ul .red {
  color: #a6000d;
}
#data .data_howto .howtoarea ul:last-child {
  padding-top: 5%;
  border-bottom: 0px solid #ccc;
}
#data .data_howto .howtoarea ul.rulelist li {
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 8px;
  text-indent: -1em;
}
#data .data_howto .howtoarea ul.rulelist li a {
  text-decoration: underline;
  color: #DD0000;
}
#data .data_howto .howtoarea ul.hintlist li {
  margin-left: 20px;
  padding-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
#data .data_info {
  margin: 5%;
}
#data .data_info h4 {
  margin: 5% auto 1%;
  font-weight: bold;
  color: #a6000d;
  font-size: 1.2em;
}
#data .data_info h5 {
  margin: 5% auto 1%;
  font-weight: bold;
  color: #a6000d;
  font-size: 1em;
}
#data .data_info ul {
  padding: 2%;
  overflow: hidden;
}
#data .data_info ul .red {
  color: #a6000d;
}
#data .data_info ul.bn {
  border-bottom: 0px solid #ccc;
  padding: 2% 2% 0% 2%;
}
#data .data_info ul:last-child {
  border-bottom: 0px solid #ccc;
}
#data .data_info ul.infolist li {
  margin-left: 20px;
  padding-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
}

#data .data_info ul.notelist li {
  margin-left: 20px;
  padding-bottom: 10px;
  text-indent: -1em;
  color: #a6000d;
  font-size: 14px;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .teaser-contents {
    font-size: 1.2rem;
  }

  #toptopics {
    display: block;
  }
  #toptopics h3 {
    height: 0;
    width: 100%;
    padding-top: 4%;
    background-size: contain , 0;
    display: block;
  }
  #toptopics p {
    width: 100%;
    padding-top: 2%;
    padding-left: 0;
    display: block;
    font-size: 3vw;
  }
  #toptopics p a:hover {
    opacity: 1;
  }
  #toptopics p a img {
    width: 4.5%;
    top: 1vw;
    left: -1vw;
  }

  #about .about-read:before {
    content: url(../images/common/ribbon_top_sp.png);
    background-size: contain;
    top: -16px;
    right: -16px;
    width: 75px;
    height: 75px;
  }
  #about .about-read:after {
    content: url(../images/common/ribbon_bottom_sp.png);
    background-size: contain;
    bottom: -16px;
    left: -16px;
    width: 75px;
    height: 75px;
  }
  #about .about-read p {
    text-align: left;
  }
  #about .about-read p.txt01 {
    padding: 10px 15px 5px 15px;
  }
  #about .about-read p.txt02 {
    padding: 0px 15px 15px 15px;
  }
  #about .about-list {
    margin: 10px;
    padding: 10px;
  }
  #about .about-list ul li {
    padding: 1%;
  }
  #about .about-list ul li span {
    margin-bottom: 1%;
    display: block;
  }
  #about .about-list ul li span.icon {
    float: none;
  }
  #about .about-list ul li span.onair {
    margin-left: 0px;
  }
  #about .about-list ul li span.tit {
    margin-left: 0px;
  }
  #about .about-list ul li span.subtit {
    margin-left: 0px;
  }
  #about .about-list ul li span.mc {
    margin-left: 0px;
  }

  #cast .cast-list {
    margin: 10px;
    padding: 10px;
  }
  #cast .cast-list h4 {
    font-weight: bold;
    font-size: 1.4em;
  }
  #cast .cast-list ul {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  #cast .cast-list ul li {
    width: 100%;
    margin: 1% 5%;
    font-size: 1.2em;
  }
  #cast .cast-list ul li.tit {
    margin: 5% 0 0 0;
    font-weight: bold;
    font-size: 1.2em;
    list-style: none;
    width: 100%;
  }

  #program .program-list {
    margin: 10px;
    padding: 10px;
  }
  #program .program-list ul {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  #program .program-list ul li {
    width: 100%;
    margin: 1% 5%;
    font-size: 1.2em;
  }

  #data .data-read:before {
    content: url(../images/common/ribbon_top_sp.png);
    background-size: contain;
    top: -16px;
    right: -16px;
    width: 75px;
    height: 75px;
  }
  #data .data-read:after {
    content: url(../images/common/ribbon_bottom_sp.png);
    background-size: contain;
    bottom: -16px;
    left: -16px;
    width: 75px;
    height: 75px;
  }
  #data .data-read p {
    text-align: left;
  }
  #data .data-read p.txt01 {
    padding: 10px 15px 5px 15px;
  }
  #data .data-read ul.txt02 {
    padding: 0px 15px 10px 15px;
    margin-left: 15px;
  }
  #data .data-detail .present dl dt {
    font-size: 1.2em;
  }
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width: 601px) {
  body .teaser-contents {
    font-size: 2rem;
  }
  body .teaser-contents #about h3 {
    background: url(../images/about/h3_tit.png) no-repeat center top;
    background-size: contain;
  }
  body .teaser-contents #about .about-list ul span {
    margin-bottom: 1%;
    display: block;
  }
  body .teaser-contents #about .about-list ul span.icon {
    width: 75px;
    display: inline-block;
    float: left;
  }
  body .teaser-contents #about .about-list ul span.onair {
    margin-left: 90px;
  }
  body .teaser-contents #about .about-list ul span.tit {
    margin-left: 90px;
  }
  body .teaser-contents #about .about-list ul span.subtit {
    margin-left: 90px;
  }
  body .teaser-contents #about .about-list ul span.mc {
    margin-left: 90px;
  }
  body .teaser-contents #cast .cast-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  body .teaser-contents #cast .cast-list ul li {
    font-size: 1em;
    margin: 2% 5%;
    width: 40%;
  }
  body .teaser-contents #cast .cast-list ul li.tit {
    margin: 5% 0 0 0;
    font-weight: bold;
    font-size: 1.2em;
    list-style: none;
    width: 100%;
  }
  body .teaser-contents #program .program-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  body .teaser-contents #program .program-list ul li {
    font-size: 1em;
    margin: 2% 5%;
    width: 40%;
  }
}
/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  body .teaser-contents {
    font-size: 1.6rem;
  }
}
/* ---------------------------------
 右カラム設定
--------------------------------- */
/* 右カラム　タイトル */
.ntv-box-title {
  background: #000;
}

.ntv-box-title.title-base {
  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;
}

@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%;
  }
}
