.statement h2 .keep-line {
  color: #070707;
  white-space: nowrap;
  font-size: clamp(24px, 5.5vw, 82px);
}

.secret-card {
  background: #0c0c0c;
}

.secret-card h3 {
  color: #383838;
  filter: blur(3px);
}

.secret-card:hover h3 {
  color: #999;
}

.secret-card .status {
  color: #555;
}

.timeline-image.channel-shot {
  background: #181818;
}

.timeline-image.channel-shot img {
  object-fit: cover;
  object-position: top;
}

.timeline-image.live2d-shot {
  background: #000;
}

.timeline-image.live2d-shot img {
  object-fit: cover;
  object-position: center;
}
