html {
  margin-top: 0px !important;
}

.news__items {
  max-width: 90vw;
}

.news__item a {
  gap: 1.25rem;
}

.sub-news__item a {
  gap: 1.25rem;
}

.news-detail__title {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .news-detail__title {
    font-size: 1.25rem;
  }
}

.news-detail__content a {
  text-decoration: underline;
}

.sub-contact__ticket-text {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.sub-contact__form-wrap.date {
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.sub-contact__form-wrap.ppl {
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.sub-contact__ticket-img {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
