@charset "UTF-8";
/* カラー */
.age-restriction {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
}

.age-gate-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding: 15px;
}

.age-gate {
  inset: 0;
  margin: auto;
}

.age-gate-heading {
  width: 160px;
  margin: 0 auto clamp(0.9375rem, 0.375rem + 2.4vw, 1.875rem);
}
.age-gate-heading img {
  width: 100%;
  height: 100%;
}

.age-gate-subheadline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto clamp(0.3125rem, 0.125rem + 0.8vw, 0.625rem);
}

.age-gate-challenge {
  color: #EE372A;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.age-gate-buttons {
  max-width: 200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.625rem, 0.25rem + 1.6vw, 1.25rem);
  margin: 0 auto;
}

.age-gate-submit {
  display: grid;
  place-content: center;
  border: 1px solid #EE372A;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.age-gate-additional-information {
  text-align: center;
}/*# sourceMappingURL=age-gate.css.map */