#ntv {
  background: url(../images/bg01.png) top center / 100% auto repeat-y;
}
.ntv-pageTop {
  position: relative;
  z-index: 3;
}

/*float解除*/
.ntv-contentsWrap {
  overflow: initial;
  display: flex;
  justify-content: space-between;
}
.ntv-main,
.ntv-aside {
  position: relative;
  float: none;
  z-index: 2;
}

#ntv .ntv-wrapper {
  background: transparent;
}
/*PC側設定*/
@media screen and (min-width: 993px) {
  #ntv {
    min-width: 1024px;
    position: relative;
  }
  .ntv-contentsWrap:after {
    content: initial;
  }

  /*上装飾*/
  #ntv:after,
  #ntv:before {
    position: absolute;
    content: "";
    z-index: 1;
  }
  #ntv:after {
    top: 550px;
    left: 0;
    width: 598px;
    height: 948px;
    background: url(../images/deco01.png) top center / 598px auto no-repeat;
  }
  #ntv:before {
    top: -10px;
    right: 0;
    width: 793px;
    height: 1348px;
    background: url(../images/deco02.png) top center / 793px auto no-repeat;
  }

  .ntv-wrapper {
    position: relative;
  }
  .ntv-wrapper:after {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 278px;
    background: url(../images/mv.jpg) center / cover no-repeat;
    content: "";
  }
  .ntv-globalHeader {
    z-index: 1;
  }
}
/*SP側設定*/
@media screen and (max-width: 992px) {
  /*上装飾*/
  .teaser-main-mainImg {
    position: relative;
  }
  .teaser-main-mainImg:after,
  .teaser-main-mainImg:before {
    position: absolute;
    content: "";
    z-index: -1;
  }
  .teaser-main-mainImg:after {
    top: 430px;
    left: 0;
    width: 280px;
    height: 510px;
    background: url(../images/deco01.png) top center / 280px auto no-repeat;
  }
  .teaser-main-mainImg:before {
    top: 20px;
    right: 0;
    width: 280px;
    height: 490px;
    background: url(../images/deco02.png) top center / 280px auto no-repeat;
  }

  .teaser-contents {
    width: min(100%, 740px);
    padding: 0 15px;
    margin: 0 auto 70px;
  }
  .ntv-contentsWrap {
    position: relative;
  }
  .ntv-contentsWrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: url(../images/mv-sp.jpg) center / cover no-repeat;
    content: "";
  }
  .ntv-contentsWrap {
    display: block;
  }
}

/*日時*/
.teaser-block .dateTxt {
  display: block;
  padding: 20px 30px;
}
.teaser-block .dateTxt span {
  display: block;
  width: auto;
  height: 30px;
}
.teaser-block .dateTxt span + span {
  margin-top: 10px;
}
.teaser-block .dateTxt span img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .teaser-block .dateTxt {
    padding: min(3vw, 15px) min(4vw, 30px);
  }
  .teaser-block .dateTxt span {
    height: min(5vw,34px);
  }
  .teaser-block .dateTxt span + span {
    margin-top: 6px;
  }
  .teaser-block .dateTxt span img {
    height: min(5vw,34px);
  }
}


/* ---------------------------------
 countdownWhiteEN300x250
--------------------------------- */
#countdownWhiteEN300x250 {
  margin: 50px auto 0;
}
#countdownWhiteEN300x250.htmlCountdownBg.white .cd-copy {
  line-height: 1.3;
}
#countdownWhiteEN300x250.htmlCountdownBg .cd-countdown .cd-values .cufonEn {
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  #countdownWhiteEN300x250 {
    margin-top: 20px;
  }
}


/* ---------------------------------
 放送日程
--------------------------------- */
#sched.teaser-block {
  margin-top: 115px;
}
#sched.teaser-block .teaser-block-inner {
  padding: 0;
}
#sched.teaser-block .teaser-block-inner li {
  position: relative;
  padding-top: 40px;
}
#sched.teaser-block .teaser-block-inner li + li {
  margin-top: 20px;
}
#sched.teaser-block .teaser-block-inner dt {
  background: #CEBC5F;
  border-radius: 6px;
}
#sched.teaser-block .teaser-block-inner dt:after {
  position: absolute;
  top: 200px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #CEBC5F transparent transparent transparent;
  border-width: 10px 10px 0px 0px;
  content: "";
}
#sched.teaser-block .teaser-block-inner .programPh {
  position: absolute;
  top: 0;
  right: -10px;
  width: 298px;
  height: auto;
}
#sched.teaser-block .teaser-block-inner dt .program {
  display: block;
  padding: 20px 30px;
  background: #1D3278;
  border-radius: 0 0 6px 6px;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: bold;
}
#sched.teaser-block .teaser-block-inner dd {
  margin-top: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  #sched.teaser-block {
    margin-top: 80px;
  }
  #sched.teaser-block .teaser-block-inner li {
    padding-top: min(6vw, 60px);
  }
  #sched.teaser-block .teaser-block-inner li + li {
    margin-top: 10px;
  }
  #sched.teaser-block .teaser-block-inner dt:after {
    top: min(29vw, 200px);
    right: -6px;
    border-width: 6px 6px 0px 0px;
  }
  #sched.teaser-block .teaser-block-inner .programPh {
    right: -6px;
    width: min(43vw,298px);
  }
  #sched.teaser-block .teaser-block-inner dt .program {
    padding: min(3vw, 20px) min(4vw, 30px);
    font-size: min(5vw, 3rem);
  }
  #sched.teaser-block .teaser-block-inner dd {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}

/* ---------------------------------
 SNS
--------------------------------- */
.teaser-topsns{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 15px auto 0;
  padding: 10px 0;
  background: #EDEDED;
  border-radius: 40px;
}
.teaser-topsns p {
  margin-right: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}
.teaser-topsns .teaser-topsns-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teaser-topsns .teaser-topsns-list li{
  width: auto;
  height: 50px;
  margin-left: 5px;
  line-height: 1;
}
.teaser-topsns  .teaser-topsns-list li:first-child{
  margin-left: 0px;
}
.teaser-topsns .teaser-topsns-list li img{
  width: auto;
  height: 100%;
}
.teaser-topsns .teaser-topsns-list li a{
  transition: .3s;
}
.teaser-topsns .teaser-topsns-list li a:hover{
  opacity: 0.5;
}
.teaser-block + .teaser-topsns{
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .teaser-topsns{
    width: min(89%,400px);
    margin-top: 10px;
    padding: 10px 0;
  }
  .teaser-topsns p {
    margin-right: 10px;
    font-size: 1.3rem;
  }
  .teaser-topsns .teaser-topsns-list li{
    height: 30px;
    margin-left: 10px;
  }
  .teaser-block + .teaser-topsns{
    width: min(100%,400px);
    margin-top: 30px;
  }
}

/* ---------------------------------
 ニュース
--------------------------------- */
#topics-area {
  margin-top: 100px;
}
#topics.topics-area {
  padding: 0;
  background: transparent;
}
#topics .topics-item,
#topics .topics-item:not(:first-child) {
  border-radius: 6px;
  border: 3px solid #fff;
}
#topics .topics-img-wrapper {
  border-radius: 6px 6px 0 0;
}
#topics .topics-text,
#topics .topics-pickup-text {
  color: #1D3278;
}
#topics .topics-btn a {
  width: 100%;
  background: #9F8D34;
  border: transparent;
  border-radius: 6px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  #topics-area.teaser-block {
    margin-top: 80px;
  }
  #topics .topics-item,
  #topics .topics-item:not(:first-child) {
    border-radius: 0;
    border: initial;
  }
  #topics .topics-pickup-text {
    color: #fff;
  }
}

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

#topics.drama-area {
  padding: 0;
  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: 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%;
  }
}

/* jsで付け外し */
.display-none{
  display: none;
}
