@charset "UTF-8";
.l-in__content {
  margin-top: 39px;
  opacity: 0;
}
body.is-in-play .l-in__content {
  opacity: 1;
  transition: opacity 0.4s;
}

.p-onair__outer {
  padding-bottom: 69px;
}
@media not all and (max-width: 900px) {
  .p-onair__outer {
    padding-bottom: 145px;
  }
}
.p-onair__lead {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-onair__lead {
    width: 95%;
  }
}
.p-onair__lead-img {
  display: inline-block;
  height: 7.4vw;
  max-height: 200px;
}
@media screen and (max-width: 900px) {
  .p-onair__lead-img {
    height: 14vw;
    max-height: 80px;
  }
}
.p-onair__lead figure {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 100%;
}
.is-in-play .p-onair__lead figure {
  transition: width 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98) 0.5s;
  width: 100%;
}
.p-onair__lead figure img {
  width: auto;
  max-width: none;
  height: 100%;
}
.p-onair__cont {
  margin-top: 2px;
}
@media screen and (max-width: 900px) {
  .p-onair__cont {
    margin-top: 28px;
  }
}
.p-onair__block {
  margin-top: 56px;
}
body.is-in-play .p-onair__block:nth-of-type(1) .p-onair__block-head {
  transition-delay: 0.9s;
  animation-delay: 0.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(1) .p-onair__block-head {
    transition-delay: 0.8s;
    animation-delay: 0.6s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(1) .p-onair__item {
  transition-delay: 0.8s, 0.8s, 0.8s;
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(1) .p-onair__item {
    transition-delay: 0.7s, 0.7s, 0.7s;
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(2) .p-onair__block-head {
  transition-delay: 1s;
  animation-delay: 0.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(2) .p-onair__block-head {
    transition-delay: 0.9s;
    animation-delay: 0.7s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(2) .p-onair__item {
  transition-delay: 0.9s, 0.9s, 0.9s;
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(2) .p-onair__item {
    transition-delay: 0.8s, 0.8s, 0.8s;
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(3) .p-onair__block-head {
  transition-delay: 1.1s;
  animation-delay: 0.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(3) .p-onair__block-head {
    transition-delay: 1s;
    animation-delay: 0.8s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(3) .p-onair__item {
  transition-delay: 1s, 1s, 1s;
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(3) .p-onair__item {
    transition-delay: 0.9s, 0.9s, 0.9s;
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(4) .p-onair__block-head {
  transition-delay: 1.2s;
  animation-delay: 1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(4) .p-onair__block-head {
    transition-delay: 1.1s;
    animation-delay: 0.9s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(4) .p-onair__item {
  transition-delay: 1.1s, 1.1s, 1.1s;
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(4) .p-onair__item {
    transition-delay: 1s, 1s, 1s;
    animation-delay: 1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(5) .p-onair__block-head {
  transition-delay: 1.3s;
  animation-delay: 1.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(5) .p-onair__block-head {
    transition-delay: 1.2s;
    animation-delay: 1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(5) .p-onair__item {
  transition-delay: 1.2s, 1.2s, 1.2s;
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(5) .p-onair__item {
    transition-delay: 1.1s, 1.1s, 1.1s;
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(6) .p-onair__block-head {
  transition-delay: 1.4s;
  animation-delay: 1.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(6) .p-onair__block-head {
    transition-delay: 1.3s;
    animation-delay: 1.1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(6) .p-onair__item {
  transition-delay: 1.3s, 1.3s, 1.3s;
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(6) .p-onair__item {
    transition-delay: 1.2s, 1.2s, 1.2s;
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(7) .p-onair__block-head {
  transition-delay: 1.5s;
  animation-delay: 1.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(7) .p-onair__block-head {
    transition-delay: 1.4s;
    animation-delay: 1.2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(7) .p-onair__item {
  transition-delay: 1.4s, 1.4s, 1.4s;
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(7) .p-onair__item {
    transition-delay: 1.3s, 1.3s, 1.3s;
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(8) .p-onair__block-head {
  transition-delay: 1.6s;
  animation-delay: 1.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(8) .p-onair__block-head {
    transition-delay: 1.5s;
    animation-delay: 1.3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(8) .p-onair__item {
  transition-delay: 1.5s, 1.5s, 1.5s;
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(8) .p-onair__item {
    transition-delay: 1.4s, 1.4s, 1.4s;
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(9) .p-onair__block-head {
  transition-delay: 1.7s;
  animation-delay: 1.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(9) .p-onair__block-head {
    transition-delay: 1.6s;
    animation-delay: 1.4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(9) .p-onair__item {
  transition-delay: 1.6s, 1.6s, 1.6s;
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(9) .p-onair__item {
    transition-delay: 1.5s, 1.5s, 1.5s;
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(10) .p-onair__block-head {
  transition-delay: 1.8s;
  animation-delay: 1.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(10) .p-onair__block-head {
    transition-delay: 1.7s;
    animation-delay: 1.5s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(10) .p-onair__item {
  transition-delay: 1.7s, 1.7s, 1.7s;
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(10) .p-onair__item {
    transition-delay: 1.6s, 1.6s, 1.6s;
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(11) .p-onair__block-head {
  transition-delay: 1.9s;
  animation-delay: 1.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(11) .p-onair__block-head {
    transition-delay: 1.8s;
    animation-delay: 1.6s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(11) .p-onair__item {
  transition-delay: 1.8s, 1.8s, 1.8s;
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(11) .p-onair__item {
    transition-delay: 1.7s, 1.7s, 1.7s;
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(12) .p-onair__block-head {
  transition-delay: 2s;
  animation-delay: 1.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(12) .p-onair__block-head {
    transition-delay: 1.9s;
    animation-delay: 1.7s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(12) .p-onair__item {
  transition-delay: 1.9s, 1.9s, 1.9s;
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(12) .p-onair__item {
    transition-delay: 1.8s, 1.8s, 1.8s;
    animation-delay: 1.8s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(13) .p-onair__block-head {
  transition-delay: 2.1s;
  animation-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(13) .p-onair__block-head {
    transition-delay: 2s;
    animation-delay: 1.8s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(13) .p-onair__item {
  transition-delay: 2s, 2s, 2s;
  animation-delay: 2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(13) .p-onair__item {
    transition-delay: 1.9s, 1.9s, 1.9s;
    animation-delay: 1.9s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(14) .p-onair__block-head {
  transition-delay: 2.2s;
  animation-delay: 2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(14) .p-onair__block-head {
    transition-delay: 2.1s;
    animation-delay: 1.9s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(14) .p-onair__item {
  transition-delay: 2.1s, 2.1s, 2.1s;
  animation-delay: 2.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(14) .p-onair__item {
    transition-delay: 2s, 2s, 2s;
    animation-delay: 2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(15) .p-onair__block-head {
  transition-delay: 2.3s;
  animation-delay: 2.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(15) .p-onair__block-head {
    transition-delay: 2.2s;
    animation-delay: 2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(15) .p-onair__item {
  transition-delay: 2.2s, 2.2s, 2.2s;
  animation-delay: 2.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(15) .p-onair__item {
    transition-delay: 2.1s, 2.1s, 2.1s;
    animation-delay: 2.1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(16) .p-onair__block-head {
  transition-delay: 2.4s;
  animation-delay: 2.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(16) .p-onair__block-head {
    transition-delay: 2.3s;
    animation-delay: 2.1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(16) .p-onair__item {
  transition-delay: 2.3s, 2.3s, 2.3s;
  animation-delay: 2.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(16) .p-onair__item {
    transition-delay: 2.2s, 2.2s, 2.2s;
    animation-delay: 2.2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(17) .p-onair__block-head {
  transition-delay: 2.5s;
  animation-delay: 2.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(17) .p-onair__block-head {
    transition-delay: 2.4s;
    animation-delay: 2.2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(17) .p-onair__item {
  transition-delay: 2.4s, 2.4s, 2.4s;
  animation-delay: 2.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(17) .p-onair__item {
    transition-delay: 2.3s, 2.3s, 2.3s;
    animation-delay: 2.3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(18) .p-onair__block-head {
  transition-delay: 2.6s;
  animation-delay: 2.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(18) .p-onair__block-head {
    transition-delay: 2.5s;
    animation-delay: 2.3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(18) .p-onair__item {
  transition-delay: 2.5s, 2.5s, 2.5s;
  animation-delay: 2.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(18) .p-onair__item {
    transition-delay: 2.4s, 2.4s, 2.4s;
    animation-delay: 2.4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(19) .p-onair__block-head {
  transition-delay: 2.7s;
  animation-delay: 2.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(19) .p-onair__block-head {
    transition-delay: 2.6s;
    animation-delay: 2.4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(19) .p-onair__item {
  transition-delay: 2.6s, 2.6s, 2.6s;
  animation-delay: 2.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(19) .p-onair__item {
    transition-delay: 2.5s, 2.5s, 2.5s;
    animation-delay: 2.5s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(20) .p-onair__block-head {
  transition-delay: 2.8s;
  animation-delay: 2.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(20) .p-onair__block-head {
    transition-delay: 2.7s;
    animation-delay: 2.5s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(20) .p-onair__item {
  transition-delay: 2.7s, 2.7s, 2.7s;
  animation-delay: 2.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(20) .p-onair__item {
    transition-delay: 2.6s, 2.6s, 2.6s;
    animation-delay: 2.6s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(21) .p-onair__block-head {
  transition-delay: 2.9s;
  animation-delay: 2.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(21) .p-onair__block-head {
    transition-delay: 2.8s;
    animation-delay: 2.6s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(21) .p-onair__item {
  transition-delay: 2.8s, 2.8s, 2.8s;
  animation-delay: 2.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(21) .p-onair__item {
    transition-delay: 2.7s, 2.7s, 2.7s;
    animation-delay: 2.7s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(22) .p-onair__block-head {
  transition-delay: 3s;
  animation-delay: 2.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(22) .p-onair__block-head {
    transition-delay: 2.9s;
    animation-delay: 2.7s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(22) .p-onair__item {
  transition-delay: 2.9s, 2.9s, 2.9s;
  animation-delay: 2.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(22) .p-onair__item {
    transition-delay: 2.8s, 2.8s, 2.8s;
    animation-delay: 2.8s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(23) .p-onair__block-head {
  transition-delay: 3.1s;
  animation-delay: 2.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(23) .p-onair__block-head {
    transition-delay: 3s;
    animation-delay: 2.8s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(23) .p-onair__item {
  transition-delay: 3s, 3s, 3s;
  animation-delay: 3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(23) .p-onair__item {
    transition-delay: 2.9s, 2.9s, 2.9s;
    animation-delay: 2.9s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(24) .p-onair__block-head {
  transition-delay: 3.2s;
  animation-delay: 3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(24) .p-onair__block-head {
    transition-delay: 3.1s;
    animation-delay: 2.9s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(24) .p-onair__item {
  transition-delay: 3.1s, 3.1s, 3.1s;
  animation-delay: 3.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(24) .p-onair__item {
    transition-delay: 3s, 3s, 3s;
    animation-delay: 3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(25) .p-onair__block-head {
  transition-delay: 3.3s;
  animation-delay: 3.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(25) .p-onair__block-head {
    transition-delay: 3.2s;
    animation-delay: 3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(25) .p-onair__item {
  transition-delay: 3.2s, 3.2s, 3.2s;
  animation-delay: 3.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(25) .p-onair__item {
    transition-delay: 3.1s, 3.1s, 3.1s;
    animation-delay: 3.1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(26) .p-onair__block-head {
  transition-delay: 3.4s;
  animation-delay: 3.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(26) .p-onair__block-head {
    transition-delay: 3.3s;
    animation-delay: 3.1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(26) .p-onair__item {
  transition-delay: 3.3s, 3.3s, 3.3s;
  animation-delay: 3.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(26) .p-onair__item {
    transition-delay: 3.2s, 3.2s, 3.2s;
    animation-delay: 3.2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(27) .p-onair__block-head {
  transition-delay: 3.5s;
  animation-delay: 3.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(27) .p-onair__block-head {
    transition-delay: 3.4s;
    animation-delay: 3.2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(27) .p-onair__item {
  transition-delay: 3.4s, 3.4s, 3.4s;
  animation-delay: 3.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(27) .p-onair__item {
    transition-delay: 3.3s, 3.3s, 3.3s;
    animation-delay: 3.3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(28) .p-onair__block-head {
  transition-delay: 3.6s;
  animation-delay: 3.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(28) .p-onair__block-head {
    transition-delay: 3.5s;
    animation-delay: 3.3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(28) .p-onair__item {
  transition-delay: 3.5s, 3.5s, 3.5s;
  animation-delay: 3.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(28) .p-onair__item {
    transition-delay: 3.4s, 3.4s, 3.4s;
    animation-delay: 3.4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(29) .p-onair__block-head {
  transition-delay: 3.7s;
  animation-delay: 3.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(29) .p-onair__block-head {
    transition-delay: 3.6s;
    animation-delay: 3.4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(29) .p-onair__item {
  transition-delay: 3.6s, 3.6s, 3.6s;
  animation-delay: 3.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(29) .p-onair__item {
    transition-delay: 3.5s, 3.5s, 3.5s;
    animation-delay: 3.5s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(30) .p-onair__block-head {
  transition-delay: 3.8s;
  animation-delay: 3.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(30) .p-onair__block-head {
    transition-delay: 3.7s;
    animation-delay: 3.5s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(30) .p-onair__item {
  transition-delay: 3.7s, 3.7s, 3.7s;
  animation-delay: 3.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(30) .p-onair__item {
    transition-delay: 3.6s, 3.6s, 3.6s;
    animation-delay: 3.6s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(31) .p-onair__block-head {
  transition-delay: 3.9s;
  animation-delay: 3.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(31) .p-onair__block-head {
    transition-delay: 3.8s;
    animation-delay: 3.6s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(31) .p-onair__item {
  transition-delay: 3.8s, 3.8s, 3.8s;
  animation-delay: 3.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(31) .p-onair__item {
    transition-delay: 3.7s, 3.7s, 3.7s;
    animation-delay: 3.7s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(32) .p-onair__block-head {
  transition-delay: 4s;
  animation-delay: 3.8s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(32) .p-onair__block-head {
    transition-delay: 3.9s;
    animation-delay: 3.7s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(32) .p-onair__item {
  transition-delay: 3.9s, 3.9s, 3.9s;
  animation-delay: 3.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(32) .p-onair__item {
    transition-delay: 3.8s, 3.8s, 3.8s;
    animation-delay: 3.8s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(33) .p-onair__block-head {
  transition-delay: 4.1s;
  animation-delay: 3.9s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(33) .p-onair__block-head {
    transition-delay: 4s;
    animation-delay: 3.8s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(33) .p-onair__item {
  transition-delay: 4s, 4s, 4s;
  animation-delay: 4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(33) .p-onair__item {
    transition-delay: 3.9s, 3.9s, 3.9s;
    animation-delay: 3.9s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(34) .p-onair__block-head {
  transition-delay: 4.2s;
  animation-delay: 4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(34) .p-onair__block-head {
    transition-delay: 4.1s;
    animation-delay: 3.9s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(34) .p-onair__item {
  transition-delay: 4.1s, 4.1s, 4.1s;
  animation-delay: 4.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(34) .p-onair__item {
    transition-delay: 4s, 4s, 4s;
    animation-delay: 4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(35) .p-onair__block-head {
  transition-delay: 4.3s;
  animation-delay: 4.1s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(35) .p-onair__block-head {
    transition-delay: 4.2s;
    animation-delay: 4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(35) .p-onair__item {
  transition-delay: 4.2s, 4.2s, 4.2s;
  animation-delay: 4.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(35) .p-onair__item {
    transition-delay: 4.1s, 4.1s, 4.1s;
    animation-delay: 4.1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(36) .p-onair__block-head {
  transition-delay: 4.4s;
  animation-delay: 4.2s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(36) .p-onair__block-head {
    transition-delay: 4.3s;
    animation-delay: 4.1s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(36) .p-onair__item {
  transition-delay: 4.3s, 4.3s, 4.3s;
  animation-delay: 4.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(36) .p-onair__item {
    transition-delay: 4.2s, 4.2s, 4.2s;
    animation-delay: 4.2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(37) .p-onair__block-head {
  transition-delay: 4.5s;
  animation-delay: 4.3s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(37) .p-onair__block-head {
    transition-delay: 4.4s;
    animation-delay: 4.2s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(37) .p-onair__item {
  transition-delay: 4.4s, 4.4s, 4.4s;
  animation-delay: 4.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(37) .p-onair__item {
    transition-delay: 4.3s, 4.3s, 4.3s;
    animation-delay: 4.3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(38) .p-onair__block-head {
  transition-delay: 4.6s;
  animation-delay: 4.4s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(38) .p-onair__block-head {
    transition-delay: 4.5s;
    animation-delay: 4.3s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(38) .p-onair__item {
  transition-delay: 4.5s, 4.5s, 4.5s;
  animation-delay: 4.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(38) .p-onair__item {
    transition-delay: 4.4s, 4.4s, 4.4s;
    animation-delay: 4.4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(39) .p-onair__block-head {
  transition-delay: 4.7s;
  animation-delay: 4.5s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(39) .p-onair__block-head {
    transition-delay: 4.6s;
    animation-delay: 4.4s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(39) .p-onair__item {
  transition-delay: 4.6s, 4.6s, 4.6s;
  animation-delay: 4.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(39) .p-onair__item {
    transition-delay: 4.5s, 4.5s, 4.5s;
    animation-delay: 4.5s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(40) .p-onair__block-head {
  transition-delay: 4.8s;
  animation-delay: 4.6s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(40) .p-onair__block-head {
    transition-delay: 4.7s;
    animation-delay: 4.5s;
  }
}
body.is-in-play .p-onair__block:nth-of-type(40) .p-onair__item {
  transition-delay: 4.7s, 4.7s, 4.7s;
  animation-delay: 4.7s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-onair__block:nth-of-type(40) .p-onair__item {
    transition-delay: 4.6s, 4.6s, 4.6s;
    animation-delay: 4.6s;
  }
}
@media screen and (max-width: 900px) {
  .p-onair__block {
    margin-top: 37px;
  }
}
.p-onair__block:first-of-type {
  margin-top: 0;
}
.p-onair__block-head {
  opacity: 0;
  color: #ffffff;
}
body.is-in-play .p-onair__block-head {
  opacity: 1;
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
  transition: opacity 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.2s 0.2s, 0.4s;
}
.p-onair__cap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .p-onair__cap {
    padding-left: 16px;
    margin-bottom: 19px;
  }
}
.p-onair__cap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/onair/point.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-onair__cap::before {
    width: 7px;
  }
}
.p-onair__cap-txt {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 900px) {
  .p-onair__cap-txt {
    font-size: 19px;
    letter-spacing: 2.5px;
  }
}
.p-onair__cap-notes {
  display: block;
  position: relative;
  margin-top: 10px;
  font-size: 15.5px;
  opacity: 0;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-onair__cap-notes {
    font-size: 12.5px;
    margin-top: 8px;
  }
}
body.is-in-play .p-onair__cap-notes {
  opacity: 1;
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 1s;
  transition: opacity 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98) 1s;
}
.p-onair__capSub {
  margin-bottom: 23px;
}
@media screen and (max-width: 900px) {
  .p-onair__capSub {
    margin-bottom: 17px;
  }
}
.p-onair__capSub-txt {
  font-size: 26px;
  letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
  .p-onair__capSub-txt {
    font-size: 16.5px;
  }
}
.p-onair__item {
  position: relative;
  background-color: transparent;
  color: transparent;
  margin-top: 6px;
}
body.is-in-play .p-onair__item {
  background-color: #e02e2c;
  color: #ffffff;
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
  transition: color 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98), background-color 0.2s;
  transition-delay: 0.2s 0.2s, 0.4s;
}
@media screen and (max-width: 900px) {
  .p-onair__item {
    margin-top: 2px;
  }
}
.p-onair__item:first-of-type {
  margin-top: 0;
}
body.is-in-play .p-onair__item.-cap {
  background-color: #000000;
  color: #ffffff;
}
.p-onair__item-inner {
  display: flex;
}
.p-onair__item-left {
  width: 35.5%;
}
@media screen and (max-width: 900px) {
  .p-onair__item-left {
    width: 51%;
  }
}
.p-onair__item-right {
  width: 75%;
}
@media not all and (max-width: 900px) {
  .p-onair__item-right {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-onair__item-right {
    width: 49%;
  }
}
.p-onair__box {
  display: block;
  position: relative;
  width: 25.2%;
  padding: 14px 0 11.5px 19px;
  line-height: 1.4;
  font-size: 15.5px;
  letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
  .p-onair__box {
    width: 100%;
    font-size: 12.5px;
    padding: 8px 0 7.8px 11px;
  }
  .p-onair__item.-cap .p-onair__box {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.p-onair__item.-cap .p-onair__box {
  padding: 6px 0 8px 20px;
}
@media screen and (max-width: 900px) {
  .p-onair__item.-cap .p-onair__box {
    padding: 4px 0 3px 10px;
  }
}
.p-onair__box.-name {
  width: 100%;
  display: block;
  position: relative;
}
.p-onair__box.-name a {
  display: block;
  position: relative;
  color: transparent;
  text-decoration: underline;
}
.p-onair__box.-name a:hover {
  text-decoration: none;
}
body.is-in-play .p-onair__box.-name a {
  color: #ffffff;
  transition: color 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98) 0.8s;
}
.p-onair__box.-date {
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  .p-onair__box.-date {
    padding-bottom: 0;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 900px) {
  .p-onair__item.-cap .p-onair__box.-date {
    display: none;
  }
}
.p-onair__box.-time {
  letter-spacing: 0.5px;
}
@media screen and (max-width: 900px) {
  .p-onair__box.-time {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-onair__item.-cap .p-onair__box.-time {
    display: none;
  }
}
@media not all and (max-width: 900px) {
  .p-onair__box.-notes {
    width: 49.6%;
  }
}
@media screen and (max-width: 900px) {
  .p-onair__box.-notes {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-onair__item.-cap .p-onair__box.-notes {
    display: none;
  }
}
@media not all and (max-width: 900px) {
  .p-onair__item.-cap .p-onair__box.-datetime {
    display: none;
  }
}
.p-onair__box-txt {
  font-size: 14px;
  padding-right: 5px;
}
@media not all and (max-width: 900px) {
  .p-onair__box-txt {
    line-height: 1.8;
  }
}
@media screen and (max-width: 900px) {
  .p-onair__box-txt {
    padding-top: 5px;
    font-size: 10px;
  }
}