/* --------------------------------------------------------------------------------------------- */
.eye-catch {
  background-image: url(./Header01.jpg);
  background-position: center;

  height: calc(100vw / 1920 * 580);
  background-size: cover;
}

@media screen and (min-width: 1920px) {
  .eye-catch {
    height: 580px;
    background-size: auto;
  }
}

/* --------------------------------------------------------------------------------------------- */
.supported-banner {
  max-width: min(480px, 100%);
}

@media screen and (max-width: 760px) {
  .supported-banner {
    max-width: min(400px, 100%);
  }
}

/* --------------------------------------------------------------------------------------------- */
.top-line-headline {
  padding-top: 1rem;
  color: #7a530a;
  border-top: solid 10px rgb(255, 201, 14);
}

.open-term {
  max-width: 900px;
}

.how-to-play {
  max-width: 960px;
}

.venue-info {
  max-width: 1000px;
}

.play-notice {
  max-width: 780px;
  padding: 1.5rem;
}

.profile-contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.profile-icon {
  max-width: 240px;
  max-height: 240px;
}

.profile-name {
  font-size: 2rem;
}

.en-guideline-root {
  max-width: 850px;
  li {
    margin-bottom: 0.5rem;
  }
}
