html, body {
  margin: 0;
  min-height: 100%;
  background: #dff3ff;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
               "Yu Gothic", sans-serif;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.design {
  position: relative;
  width: min(100vw, 1536px);
}

.top-image {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像の LITTLA PRESS ボタンにだけ実リンクを重ねています */
.press-link {
  position: absolute;
  left: 39.0%;
  top: 68.1%;
  width: 22.4%;
  height: 6.4%;
  border-radius: 999px;
}

.press-link:focus-visible {
  outline: 4px solid #0797d4;
  outline-offset: 3px;
}
