.content {
  position: relative;
}
@media (max-width: 834px) {
  .content {
    padding: 0 8.33vw 22.65vw;
  }
}
@media (min-width: 835px) {
  .content {
    margin-top: 60px;
  }
}
.content-character {
  position: absolute;
  right: 0;
  top: -30px;
}
.content-character {
  position: absolute;
  right: 0;
  top: -30px;
}

.onair__ttlrow {
  position: relative;
  align-items: center;
  display: flex;
}
.onair__ttlrow:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  clip-path: inset(0 100% 0 0);
  content: "";
  display: block;
  height: 2px;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
}
.-ready .onair__ttlrow:after {
  clip-path: inset(0 0 0 0);
}

.onair__ttlnotice {
  color: #c8c8c8;
  margin-left: 10px;
  transform: translate(0, -20%);
  font-size: 0.625rem;
}
@media (min-width: 835px) {
  .onair__ttlnotice {
    font-size: 0.75rem;
    margin-left: 20px;
  }
}

.onair_table {
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
}
@media (min-width: 835px) {
  .onair_table {
    margin: 0 20px;
    width: calc(50% - 40px);
  }
}
.-ready .onair_table {
  clip-path: inset(0 0 0 0);
}
.onair_table p {
  color: #fff;
  font-size: 10px;
}
@media (max-width: 834px) {
  .onair_table p {
    font-size: 2.86vw;
    margin-top: 2.6vw;
  }
}
.onair_table .table_head {
  color: #959595;
}

.onair__bodyrow {
  display: flex;
  margin: 0 -20px;
}

.onair_body {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
.onair_body table {
  width: 100%;
}
.onair_body table thead tr th {
  color: #fff;
  padding: 11px 0;
  text-align: left;
  font-size: 0.8125rem;
}
@media (max-width: 834px) {
  .onair_body table thead tr th {
    font-size: 0.8125rem;
    padding: 9px 12px;
  }
}
.onair_body table tbody tr .small {
  display: block;
  font-size: 0.625rem;
}
@media (max-width: 834px) {
  .onair_body table tbody tr .small {
    font-size: 0.625rem;
  }
}
.onair_body table tbody tr th {
  font-size: 1rem;
  color: #fff;
  padding: 8px 0;
  padding: 8px 7px;
  text-align: left;
  width: 50%;
}
@media (max-width: 834px) {
  .onair_body table tbody tr th {
    font-size: 1rem;
    padding: 8px 12px;
  }
}
.onair_body table tbody tr td {
  font-size: 1rem;
  color: #c8c8c8;
  padding: 8px 0;
  padding: 8px 7px;
  text-align: left;
}
@media (max-width: 834px) {
  .onair_body table tbody tr td {
    font-size: 1rem;
    padding: 8px 12px;
  }
}
.onair_body table tbody tr a {
  text-decoration: underline;
}
@media (min-width: 835px) {
  .onair_body table tbody tr a:hover {
    text-decoration: none;
  }
}
.onair_body table tbody tr:nth-child(odd) th,
.onair_body table tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 834px) {
  .onair_content h2 {
    font-size: 1.75rem;
  }
}
.onair_content h2 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
}
.onair_content h2 li {
  padding: 20px 0 30px;
}
.onair_content h2 li a .character {
  color: #959595;
  font-size: 1em;
}
.onair_content h2 li a .name {
  color: #fff;
  font-size: 24px;
}

.streaming_content {
  margin-top: 95px;
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .streaming_content .onair__ttlrow {
    flex-wrap: wrap;
  }
}
.streaming_content h2 {
  color: #fff000;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.75rem;
}
@media (max-width: 834px) {
  .streaming_content h2 {
    font-size: 28px;
  }
}
.streaming_content ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
}
.streaming_content ul li {
  padding: 20px 0 30px;
}
.streaming_content ul li a .character {
  color: #959595;
  font-size: 1em;
}
.streaming_content ul li a .name {
  color: #fff;
  font-size: 24px;
}