#programMainvisual {
  background: #000;
  position: relative;
}

#programMainvisual .holder980 {
  height: 551px;
}

.movie-holder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 100;
}

.movie-holder iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.programCatList .programCat a {
  font-size: 14px;
}

/* トップページ */
#topRecommends .programInfo {
  font-size: 24px;
}

#topRecommends .programInfo h3 a {
  font-size: 30px;
}

/* 番組シーズンページ */
#recommends .programInfo {
  font-size: 20px;
}

#recommends .programInfo h3 a {
  font-size: 20px;
}

.recommendsRow .program .programInfo h2, .recommendsRow .program .programInfo h3, .recommendsRow .program .programInfo h4, .programRow .program .programInfo h2, .programRow .program .programInfo h3, .programRow .program .programInfo h4 {
   float: none;
   font-size: 16px;
}

/* 出演者詳細ページ */
.programRow .program .programInfo h3 a {
  font-size: 20px;
}

.programRow .program .programInfo p {
  font-size: 16px;
}

.castDescription {
  font-size: 24px;
}

.programDescriptionWoTitle {
  font-size: 24px;
}

.programDescription {
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .castDescription {
    font-size: 28px;
  }

  .programInfo h3 a {
    font-size: 20px;
  }

  .programInfo h3 a {
    font-size: 20px;
  }

  .programDescriptionWoTitle {
    font-size: 28px;
  }

  .programDescription {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  #programMainvisual .holder980 {
    height: 225px;
  }

  #programMainvisual .movie-holder {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 45px;
    z-index: 100;
  }
  #programMainvisual .movie-holder iframe {
    position: absolute;
    top: 45px;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  #tel {
    visibility: hidden;
  }

  .programInfo {
    font-size: 18px;
  }

  .castDescription {
    font-size: 18px;
  }

  .programDescriptionWoTitle {
    font-size: 18px;
  }
  .programDescription {
    font-size: 18px;
  }

  .seasonSeries a {
    font-size: 18px;
  }
}