.streaming_content {
  margin-top: 120px;
}

.onair_content {
  opacity: 0;
}
.onair_content.-reveal {
  animation: ItemFadeIn 0.3s 0.2s forwards;
}

.onair-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.onair-row:last-of-type .onair-grid__cell {
  border-bottom: 1px solid #858585;
  position: relative;
}

.onair-grid__head {
  font-size: 1rem;
  color: #858585;
  border-bottom: 1px solid #858585;
  padding-bottom: 4px;
  margin-top: 16px;
  opacity: 0;
}
.-reveal .onair-grid__head {
  animation: newsItemIn 1s forwards;
}

@keyframes newsItemIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.onair-grid__cell {
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(20px);
}
.-reveal .onair-grid__cell {
  animation: newsItemIn 1s forwards;
}
.onair-grid__cell.large {
  font-size: 1.25rem;
}

.onair-grid__text {
  display: inline-block;
  transform: scaleX(0.9);
  transform-origin: left center;
  font-weight: 600;
}

.onair__ttl {
  font-size: 2rem;
  color: #ec1014;
  position: relative;
}
.onair__ttl::after {
  content: "";
  position: absolute;
  left: -1.2vw;
  top: 30%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  opacity: 0;
  z-index: -1;
}
.-reveal .onair__ttl::after {
  background: url(/assets/img/onair/ph_uzu.png) no-repeat top/contain;
}
[data-time=light] .onair__ttl::after {
  opacity: 1;
}
[data-time=dark] .onair__ttl::after {
  opacity: 0.4;
}

.onair__ttl-img[src] {
  display: block;
}

.onair__ttl_text {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2307692308;
  text-align: justify;
  transform: scaleX(0.9);
  transform-origin: left;
  width: 111%;
}

.onair-list__notice {
  font-size: 0.6875rem;
  color: #858585;
  margin-top: 28px;
}

.onair-row:nth-child(even) {
  background-color: rgba(133, 133, 133, 0.13);
}

.onair-row__last .onair-grid__cell {
  position: relative;
}

.onair-row__last .onair-grid__cell::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #858585;
}

.onair-grid__link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.onair-grid__link:hover {
  opacity: 0.7;
}
.onair-grid__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/common/ico/ico_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
[data-time=light] .onair-grid__link::after {
  filter: brightness(0) opacity(1);
}
[data-time=dark] .onair-grid__link::after {
  filter: brightness(0) invert(1);
}

.onair__others {
  opacity: 0;
}
.-reveal .onair__others {
  animation: ItemFadeIn 0.8s 0.3s forwards;
}

.onair__others__ttl {
  color: #ec1014;
  font-weight: 700;
  transform: scaleX(0.9);
  transform-origin: left;
  width: 111%;
}
.onair__others__ttl .ico {
  display: inline-block;
  transform: scaleX(1.11);
}

.onair__others__txt {
  font-weight: 500;
  text-align: justify;
}
.onair__others__txt .txt-slash {
  display: inline-block;
  margin: 0 0.5em;
}
@media (max-width: 779px) {
  .streaming_content {
    margin-top: 15.3vw;
  }
  .onair-grid {
    grid-template-columns: 2fr 1fr 1fr;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
  .onair-grid__head {
    font-size: 3.5vw;
    margin-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .onair-grid__cell {
    font-size: 3.5vw;
    line-height: 1.2142857143;
    display: flex;
    align-items: center;
    padding: 2.8vw 0;
  }
  .onair-grid__cell.large {
    font-size: 4.3vw;
  }
  .onair__ttl {
    font-size: 6.9vw;
  }
  .onair__ttl::after {
    left: -5.8vw;
    top: 20%;
    width: 11.2vw;
    height: 11.2vw;
  }
  .onair__ttl_text {
    font-size: 6.1vw;
    line-height: 1.5416666667;
    margin-top: 2.5vw;
  }
  .onair__ttl_text .txt-small {
    display: block;
    font-size: 4.1vw;
    line-height: 1.5625;
    margin-bottom: -0.05em;
  }
  .onair-list {
    margin-top: 1vw;
  }
  .onair-list__notice {
    font-size: 2.8vw;
    line-height: 1.5454545455;
    margin-top: 5.1vw;
  }
  .onair-grid__link::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  .onair__others {
    margin-top: 11.5vw;
  }
  .onair__others__ttl {
    font-size: 5.7vw;
    line-height: 1.5;
  }
  .onair__others__txt {
    font-size: 3.7vw;
    line-height: 1.9333333333;
    margin-top: 1.2vw;
  }
  .onair__others__txt .txt-slash {
    margin: 0 0.4em;
  }
}
@media (min-width: 780px) {
  .onair__ttl_text {
    margin-top: 16px;
  }
  .onair-list {
    margin-top: 5px;
  }
  .onair__others {
    margin-top: 60px;
  }
  .onair__others__ttl {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
  .onair__others__txt {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    margin-top: 5px;
  }
}