@charset "UTF-8";
.ntv-wrapper {
  background: #d6c8ae;
}

.ntv-main {
  background: #eae3d6;
}

#header {
  height: 840px;
  padding: 25px 0 0;
  background: url(../images/bg_header.jpg) no-repeat center top;
  background-size: contain;
  position: relative;
}
#header h1 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  margin: 0 0 3px;
  height: 117px;
  background: url(../images/h1_header.png) no-repeat center top;
}
#header h2 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 52px;
  background: url(../images/h2_header.png) no-repeat center top;
}

#nav {
  width: 100%;
  height: 160px;
  background: rgba(213, 165, 23, 0.95);
  position: absolute;
  bottom: 0;
  font-size: 0;
}
#nav li {
  width: 33.33%;
  height: 80px;
  display: inline-block;
  border: #bb8f0f 1px solid;
}
#nav li a {
  width: 100%;
  height: 80px;
  display: block;
}
#nav li a:hover {
  transition: opacity .1s;
  text-decoration: none;
  opacity: 0.65;
}
#nav li.btn01 {
  border-top: none;
  border-left: none;
  background: url(../images/btn01_nav.png) no-repeat center center;
  opacity: 0.5;
}
#nav li.btn02 {
  border-top: none;
  border-left: none;
  border-right: none;
}
#nav li.btn02 a {
  background: url(../images/btn02_nav.png) no-repeat center center;
}
#nav li.btn03 {
  width: 33.34%;
  border-top: none;
  border-right: none;
}
#nav li.btn03 a {
  background: url(../images/btn03_nav.png) no-repeat center center;
}
#nav li.btn04 {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
#nav li.btn04 a {
  background: url(../images/btn04_nav.png) no-repeat center center;
}
#nav li.btn05 {
  border: none;
}
#nav li.btn05 a {
  background: url(../images/btn05_nav.png) no-repeat center center;
}
#nav li.btn06 {
  width: 33.34%;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
#nav li.btn06 a {
  background: url(../images/btn06_nav.png) no-repeat center center;
}

.sec .inner {
  padding: 50px 35px;
}
.sec .inner h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 59px;
  margin-bottom: 25px;
}

#next {
  background: url(../images/bg_next.png) no-repeat 140% 2%;
  background-size: 60%;
}
#next h3 {
  background: url(../images/h3_next.png) no-repeat center top;
}
#next h4 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #d5a516;
}
#next .photo {
  padding: 0 0 10px;
  text-align: center;
}
#next .photo img {
  width: 100%;
  height: auto;
}
#next .date {
  padding: 5px 0 10px;
  text-align: center;
  font-size: 2rem;
}
#next .btn {
  padding: 25px 0 0;
  text-align: center;
}

#intro {
  background: #e3dac9 url(../images/bg_intro.png) no-repeat -80% -3%;
  background-size: 65%;
}
#intro::before {
  content: '';
  height: 12px;
  background: url(../images/bt.jpg) repeat-x center top;
  display: block;
}
#intro::after {
  content: '';
  height: 12px;
  background: url(../images/bb.jpg) repeat-x center top;
  display: block;
}
#intro h3 {
  background: url(../images/h3_intro.png) no-repeat center top;
}
#intro .player {
  width: 100%;
  height: 0;
  margin-bottom: 15px;
  padding-top: 56.2%;
  position: relative;
}
#intro .player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#music h3 {
  background: url(../images/h3_music.png) no-repeat center top;
}
#music ul {
  text-align: center;
}
#music ul li {
  padding: 1px 0;
}
#music ul li:nth-child(1) {
  margin-bottom: 10px;
}
#music ul li:nth-child(1) img {
  width: 100%;
  height: auto;
}
#music ul li:nth-child(3) {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 4rem;
}
#music ul li:nth-child(4) {
  color: #d5a516;
}

#staff {
  background: #e3dac9;
  padding: 0 0 50px;
  /*background: #e3dac9 url(../images/bg_staff.png) no-repeat 95% 105%;
  &::before{
      content:'';
      height: 12px;
      background: url(../images/bt.jpg) repeat-x center top;
      display: block;
  }*/
}
#staff::before {
  content: '';
  height: 12px;
  background: url(../images/bt.jpg) repeat-x center top;
  display: block;
}
#staff h3 {
  background: url(../images/h3_staff.png) no-repeat center top;
}
#staff ul {
  text-align: center;
}
#staff ul li {
  padding: 0 0 5px;
}

/* ---------------------------------
 下層ページ
--------------------------------- */
#sub #header {
  height: 330px;
  background: #ddd7c8 url(../images/sub/bg_header.jpg) no-repeat right top;
}
#sub #header h1 {
  margin: 5px 0 8px;
  padding-left: 20px;
  height: 75px;
  background: none;
  background-position: 20px 0;
  background-size: contain;
}
#sub #header h1 a {
  width: 415px;
  height: 280px;
  background: url(../images/h1_header.png) no-repeat center top;
  background-size: contain;
  display: block;
}
#sub #header h1 a:hover {
  transition: opacity .1s;
  text-decoration: none;
  opacity: 0.65;
}
#sub #header h2 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  height: 40px;
  background: url(../images/sub/h2_header.png) no-repeat 25px 0;
  background-size: contain;
}
#sub .sec .inner {
  padding: 50px 0 20px;
}
#sub .sec .inner h3 {
  margin-top: -10px;
  margin-bottom: 0;
}
#sub .sec .inner .detail {
  padding: 35px;
}

/* --- キャスト --- */
.cast #nav li.btn04 {
  background: url(../images/btn04_nav.png) no-repeat center center;
}
.cast #cast .inner h3 {
  background: url(../images/cast/h3.png) no-repeat center top;
  margin-bottom: 0;
}
.cast #cast .actor .detail {
  display: table;
}
.cast #cast .actor .detail p {
  display: table-cell;
  vertical-align: top;
}
.cast #cast .actor .detail ul {
  padding-left: 20px;
  display: table-cell;
  vertical-align: top;
}
.cast #cast .actor .detail ul li:nth-child(1) {
  padding: 0 0 5px;
  font-size: 1.9rem;
  font-weight: bold;
}
.cast #cast .actor .detail ul li:nth-child(1) span {
  color: #ca9a13;
}
.cast #cast .actor .detail ul li:nth-child(1) small {
  font-size: 1.6rem;
}
.cast #cast .actor .detail ul li:nth-child(2) {
  padding: 0 0 15px;
}
.cast #cast .actor:nth-child(odd) {
  background: #e3dac9;
}
.cast #cast .actor:nth-child(odd)::before {
  content: '';
  height: 12px;
  background: url(../images/bt.jpg) repeat-x center top;
  display: block;
}
.cast #cast .actor:nth-child(odd)::after {
  content: '';
  height: 12px;
  background: url(../images/bb.jpg) repeat-x center top;
  display: block;
}

/* --- バックナンバー --- */
.backnumber #nav li.btn02 {
  background: url(../images/btn02_nav.png) no-repeat center center;
}
.backnumber #backnumber h3 {
  background: url(../images/backnumber/h3.png) no-repeat center top;
}
.backnumber #backnumber .episode h4 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #d5a516;
}
.backnumber #backnumber .episode .photo {
  padding: 0 0 10px;
  text-align: center;
}
.backnumber #backnumber .episode .photo img {
  width: 100%;
  height: auto;
}
.backnumber #backnumber .episode .date {
  padding: 5px 0 10px;
  text-align: center;
  font-size: 2rem;
}
.backnumber #backnumber .episode:last-child {
  margin-bottom: -20px;
}
.backnumber #backnumber .episode:last-child::after {
  background: none !important;
}
.backnumber #backnumber .episode:nth-child(odd) {
  background: #e3dac9;
}
.backnumber #backnumber .episode:nth-child(odd)::before {
  content: '';
  height: 12px;
  background: url(../images/bt.jpg) repeat-x center top;
  display: block;
}
.backnumber #backnumber .episode:nth-child(odd)::after {
  content: '';
  height: 12px;
  background: url(../images/bb.jpg) repeat-x center top;
  display: block;
}

.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;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  #header {
    height: 0;
    padding-top: 126.42%;
    position: relative;
  }
  #header h1 {
    width: 100%;
    height: 0;
    padding-top: 16.5%;
    background-size: contain;
    position: absolute;
    top: 3%;
  }
  #header h2 {
    width: 100%;
    height: 0;
    padding-top: 8%;
    background-size: contain;
    position: absolute;
    top: 17.5%;
  }
  #header #nav {
    height: 23vw;
  }
  #header #nav li {
    height: 11.5vw;
    background-size: contain;
  }
  #header #nav li a {
    height: 11.5vw;
    background-size: contain;
  }

  .sec .inner {
    padding: 35px 20px;
  }

  #next h3, #intro h3, #music h3, #staff h3 {
    height: 0;
    padding-top: 11%;
    margin-bottom: 15px;
    background-size: contain;
  }

  #next {
    background: url(../images/bg_next.png) no-repeat 135% 1%;
    background-size: 60%;
  }
  #next h4 {
    font-size: 4vw;
  }
  #next .photo {
    padding: 0 0 5px;
  }
  #next .date {
    font-size: 3.4vw;
  }
  #next .txt {
    font-size: 3.2vw;
  }
  #next .btn img {
    width: 60%;
  }

  #intro {
    font-size: 3.2vw;
  }

  #music {
    font-size: 3.2vw;
  }
  #music ul li:nth-child(2) {
    line-height: 6vw;
  }
  #music ul li:nth-child(3) {
    font-size: 5vw;
    line-height: 6vw;
  }

  #staff {
    font-size: 3.2vw;
  }

  /* ---------------------------------
  下層ページ
  --------------------------------- */
  #sub #header {
    height: 0;
    padding-top: 49.8%;
    background-size: 55%;
  }
  #sub #header h1 {
    padding-left: 10px;
  }
  #sub #header h1 a {
    width: 62%;
    height: 0;
    padding-top: 11.5%;
    background-size: contain;
    position: absolute;
    top: 15%;
  }
  #sub #header h2 {
    width: 100%;
    height: 0;
    background-position: 0 0;
    padding-top: 6.1%;
    background-size: contain;
    position: absolute;
    top: 35%;
    left: 2%;
  }
  #sub .sec .inner .detail {
    padding: 25px 20px;
  }
  #sub #backnumber h3, #sub #cast h3 {
    height: 0;
    margin-top: -20px;
    padding-top: 10%;
    background-size: contain;
  }
  #sub #backnumber h4 {
    font-size: 4vw;
  }
  #sub #backnumber .photo {
    padding: 0 0 5px;
  }
  #sub #backnumber .date {
    font-size: 3.4vw;
  }
  #sub #backnumber .txt {
    font-size: 3.2vw;
  }
  #sub #cast .actor p img {
    width: 25vw;
    height: auto;
  }
  #sub #cast .actor li {
    font-size: 3.4vw;
  }
  #sub #cast .actor li:nth-child(1) {
    padding-top: 5px;
    font-size: 3.8vw;
    line-height: 4.6vw;
  }
  #sub #cast .actor li:nth-child(1) small {
    font-size: 3vw;
  }
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width: 601px) {
  #next .btn img {
    width: 45%;
  }

  #next h3, #intro h3, #music h3, #staff h3 {
    height: 0;
    padding-top: 8%;
    background-size: contain;
  }

  #sub #backnumber h3, #sub #cast h3 {
    height: 0;
    padding-top: 8%;
    background-size: contain;
  }
}
/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  #next .btn img {
    width: 50%;
  }
}
/* ---------------------------------
 右カラム設定
--------------------------------- */
/* 右カラム　タイトル */
.ntv-box-title {
  background: #000;
}

.ntv-box-title.title-base {
  /* background: #f00; */
}

/* ---------------------------------
 ティザー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%;
  }
}
