.p-onair {
  margin: 0 auto;
  width: 80%;
  max-width: 934px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-onair {
    width: 84%;
  }
}
.p-onair__box {
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-onair__box {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-onair__box:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load .p-onair__box:nth-child(2) {
  transition-delay: 0.35s;
}
.p-onair__box + .p-onair__box {
  margin-top: 73px;
}
.p-onair__box-head-ttl {
  font-size: 40px;
  letter-spacing: 5.5px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-onair__box-head-ttl {
    font-size: 32px;
    letter-spacing: 4.5px;
    margin-bottom: 17px;
  }
}
.p-onair__box-head-lead {
  line-height: 1.7;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-onair__box-head-lead {
    line-height: 1.8;
    font-size: 15px;
  }
}

.p-onair_tv {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv {
    margin-top: 24px;
  }
}
.p-onair_tv__head {
  display: flex;
  background-color: #ff9abc;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 9px 21px 12px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__head {
    padding: 8px 9px 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-onair_tv__head-item {
    font-size: 12px;
  }
}
.p-onair_tv__head-item.-ttl {
  width: 25.5%;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__head-item.-ttl {
    width: 36.5%;
  }
}
.p-onair_tv__head-item.-time {
  width: 35.5%;
}
.p-onair_tv__head-item.-date {
  width: 35.5%;
}
.p-onair_tv__head-item.-other {
  flex-grow: 1;
}
.p-onair_tv__head-items {
  display: flex;
  flex-grow: 1;
}
.p-onair_tv__list-item {
  display: flex;
  padding: 28px 21px 31px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-item {
    padding: 15px 10px 12px;
  }
}
.p-onair_tv__list-box {
  flex-shrink: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box {
    font-size: 13px;
  }
}
.p-onair_tv__list-box.-ttl {
  width: 25.5%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box.-ttl {
    letter-spacing: 1.5px;
    width: 36.5%;
  }
}
.p-onair_tv__list-box.-date {
  width: 35.5%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box.-date {
    width: 100%;
  }
}
.p-onair_tv__list-box.-time {
  width: 35.5%;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box.-time {
    width: 100%;
  }
}
.p-onair_tv__list-box.-other {
  width: 32.5%;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box.-other {
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
  }
}
.p-onair_tv__list-box-items {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box-items {
    flex-wrap: wrap;
  }
}
.p-onair_tv__note {
  font-size: 12px;
  margin-top: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__note {
    font-size: 11px;
    margin-top: 17px;
  }
}

.p-onair_streaming {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming {
    margin-top: 24px;
  }
}
.p-onair_streaming__head {
  position: relative;
  font-size: 15px;
  letter-spacing: 2.5px;
  padding: 7px 20px 10px;
  margin-bottom: 28px;
  line-height: 1.3;
  background-color: #ff9abc;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__head {
    font-size: 11px;
    padding: 6px 9px 9px;
    letter-spacing: 3px;
    margin-bottom: -9px;
  }
}
.p-onair_streaming__head-lead {
  margin: 33px 0 30px;
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__head-lead {
    margin: 20px 0 10px;
    font-size: 16px;
    margin: 29px 0 18px;
  }
}
.p-onair_streaming__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
.p-onair_streaming__list-item {
  text-align: center;
}
.p-onair_streaming__list-item a {
  border: 1px solid #000000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 21px 10px 20px;
  height: 100%;
  font-size: 17px;
  letter-spacing: 1px;
  box-sizing: border-box;
  line-height: 1.3;
}
@media (hover: hover) {
  .p-onair_streaming__list-item a {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), border 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-onair_streaming__list-item a:hover {
    transform: scale(0.97);
    border-color: #ff2566;
  }
  .p-onair_streaming__list-item a:hover .p-onair_streaming__list-text {
    color: #ff2566;
  }
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__list-item a {
    padding: 11px 10px 12px;
    font-size: 11px;
  }
}
.p-onair_streaming__list-text {
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  color: #000000;
}
.p-onair_streaming__box + .p-onair_streaming__box {
  margin-top: 40px;
}
.p-onair_streaming__box-list {
  padding: 0 22px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__box-list {
    padding: 0;
  }
}