:root {
  --color-lightblue: #1ebcde;
  --color-red: #c7000a;
  --color-gray: #cecece;
  --color-white: #fff;
  --color-black: #000;
  --color-gray2: #414546;
  --color-pink: #efc1b4;
  --color-pink2: #e59f86;
}

:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

@keyframes loop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes deco_loop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.p-onair .l-section__ttl {
  margin-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .p-onair .l-section__ttl {
    margin-bottom: 31px;
  }
}
.p-onair__content {
  margin: 0 auto;
  max-width: 1000px;
}
.p-onair__box + .p-onair__box {
  margin-top: 91px;
}
@media screen and (max-width: 767px) {
  .p-onair__box + .p-onair__box {
    margin-top: 93px;
  }
}
.p-onair__box-head {
  text-align: center;
  color: var(--color-lightblue);
  line-height: 1.4;
  margin-bottom: 44px;
  transform: translateY(35px);
  opacity: 0;
}
.p-onair__box.is-active .p-onair__box-head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-onair__box-head {
    margin-bottom: 36px;
  }
}
.p-onair__box-head-ttl {
  font-weight: 900;
  font-size: 34.5px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-onair__box-head-ttl {
    letter-spacing: 0px;
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.p-onair__box-head-lead {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-onair__box-head-lead {
    font-size: 13.5px;
    letter-spacing: 0.5px;
  }
}

.p-onair_tv {
  transform: translateY(35px);
  opacity: 0;
}
.p-onair__box.is-active .p-onair_tv {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-onair_tv__head {
  display: flex;
  color: var(--color-red);
  font-weight: 700;
  padding: 0 40px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__head {
    padding: 0 21px;
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.p-onair_tv__head-item.-ttl {
  width: 19.5%;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__head-item.-ttl {
    width: 37.5%;
  }
}
.p-onair_tv__head-item.-other {
  flex-grow: 1;
}
.p-onair_tv__head-item.-date {
  width: 54%;
}
.p-onair_tv__head-items {
  width: 80.5%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__head-items {
    width: 62.5%;
  }
}
.p-onair_tv__list-item {
  background-color: var(--color-white);
  padding: 26px 40px;
  display: flex;
  border-radius: 100px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-item {
    padding: 16px 21px;
    border-radius: 20px;
  }
}
.p-onair_tv__list-item + .p-onair_tv__list-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-item + .p-onair_tv__list-item {
    margin-top: 10px;
  }
}
.p-onair_tv__list-box {
  line-height: 1.5;
}
.p-onair_tv__list-box.-ttl {
  width: 19.5%;
  font-weight: 500;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box.-ttl {
    width: 37.5%;
    font-size: 13px;
    letter-spacing: 1.2px;
  }
}
.p-onair_tv__list-box.-other {
  flex-grow: 1;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box.-other {
    font-size: 12px;
    margin-top: 2px;
  }
}
.p-onair_tv__list-box.-date {
  width: 54%;
  font-weight: 500;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box.-date {
    width: 100%;
    font-size: 13px;
  }
}
.p-onair_tv__list-box-items {
  width: 80.5%;
  display: flex;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__list-box-items {
    flex-wrap: wrap;
    width: 62.5%;
  }
}
.p-onair_tv__note {
  padding: 0 40px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-onair_tv__note {
    font-size: 11px;
    margin-top: 15px;
  }
}

.p-onair_streaming {
  transform: translateY(35px);
  opacity: 0;
}
.p-onair__box.is-active .p-onair_streaming {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-onair_streaming__box + .p-onair_streaming__box {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__box + .p-onair_streaming__box {
    margin-top: 39px;
  }
}
.p-onair_streaming__box-list-item + .p-onair_streaming__box-list-item {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__box-list-item + .p-onair_streaming__box-list-item {
    margin-top: 25px;
  }
}
.p-onair_streaming__head {
  color: var(--color-red);
  font-weight: 700;
  border-bottom: 2px solid var(--color-red);
  padding-bottom: 11px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__head {
    padding-bottom: 10px;
    margin-bottom: 26px;
  }
}
.p-onair_streaming__head-ttl {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__head-ttl {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.p-onair_streaming__head-lead {
  font-size: 16.5px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__head-lead {
    font-size: 13px;
    margin-bottom: 7px;
  }
}
.p-onair_streaming__list {
  display: flex;
  flex-wrap: wrap;
}
.p-onair_streaming__list-item {
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
}
@media screen and (min-width: 768px) {
  .p-onair_streaming__list-item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
  .p-onair_streaming__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__list-item {
    width: 48.3%;
    margin-right: 3%;
    margin-top: 3.2%;
  }
  .p-onair_streaming__list-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
  .p-onair_streaming__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-onair_streaming__list-item .is-note {
  text-align: center;
  font-size: 14px;
  margin-top: 7px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__list-item .is-note {
    font-size: 11px;
  }
}
.p-onair_streaming__list-item a {
  font-size: 16.5px;
  letter-spacing: 1.5px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-red);
  border: 2px solid var(--color-red);
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.2;
  height: 60px;
  padding: 0 20px;
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-onair_streaming__list-item a:hover {
    background-color: transparent;
  }
  .p-onair_streaming__list-item a:hover .p-onair_streaming__list-text {
    color: var(--color-red);
  }
}
@media screen and (max-width: 767px) {
  .p-onair_streaming__list-item a {
    padding: 0 10px;
    font-size: 13px;
    height: 45px;
  }
}
.p-onair_streaming__list-text {
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}