:root {
  color-scheme: light;
  background: #eef1f4;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "YuGothic", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  background: #eef1f4;
}

body {
  margin: 0;
  color: #102338;
  background: #eef1f4;
}

.lp {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 28px rgb(16 35 56 / 12%);
}

.visual {
  position: relative;
  width: 100%;
  margin: 0;
  line-height: 0;
}

.visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* 01と02を重ねる */
.visual:nth-of-type(2) {
  margin-top: -40px;
  z-index: 2;
}

/* 03と04を重ねる */
.visual:nth-of-type(4) {
  margin-top: -50px;
  z-index: 2;
}

/* 04と05を重ねる */
.visual:nth-of-type(5) {
  margin-top: -60px;
  z-index: 3;
}

.click-area {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 8px;
  -webkit-tap-highlight-color: transparent;
}

.click-area:focus-visible {
  outline: 4px solid #fff;
  outline-offset: -5px;
  box-shadow: 0 0 0 7px #b88720;
}

.click-area--entry-top {
  top: 73.2%;
  left: 7.3%;
  width: 85.4%;
  height: 7%;
}

.click-area--service {
  top: 81.2%;
  left: 7.3%;
  width: 85.4%;
  height: 6.8%;
}

.click-area--entry-bottom {
  top: 91.7%;
  left: 7.3%;
  width: 85.4%;
  height: 6.7%;
}

.footer {
  padding: 22px 18px calc(24px + env(safe-area-inset-bottom));
  color: #e9f0f5;
  text-align: center;
  background: #082e47;
}

.footer__notice {
  display: inline-block;
  margin: 0 0 14px;
  padding: 2px 10px;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.footer__links a {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  text-underline-offset: 3px;
}

.footer__age {
  margin: 16px 0 0;
  color: #cbd8e0;
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 359px) {
  .footer__links {
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .click-area {
    transition: background-color 120ms ease;
  }

  .click-area:active {
    background: rgb(255 255 255 / 12%);
  }
}
