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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #111;
}

body {
  min-width: 320px;
  margin: 0;
  background: #111;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lp {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
}

.hero,
.anniversary {
  position: relative;
  overflow: hidden;
}

.hero {
  aspect-ratio: 1920 / 2199;
  background: #fff000;
}

.hero>img,
.hero__circle,
.anniversary>img,
.anniversary__links,
.image-link {
  position: absolute;
}

.hero__circle {
  z-index: 0;
  width: 53%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}

.hero__circle--plain {
  top: 10.5%;
  left: 1.8%;
}

.hero__circle--tea {
  top: 37.7%;
  right: -1.2%;
}

.hero__logo {
  z-index: 2;
  top: 5.8%;
  left: 60%;
  width: 36.25%;
}

.hero__jar {
  z-index: 1;
}

.hero__jar--plain {
  top: 7.4%;
  left: -2.7%;
  width: 57.2%;
}

.hero__jar--tea {
  top: 38.8%;
  right: -2.2%;
  width: 57%;
}

.hero__question {
  z-index: 3;
}

.hero__question--plain {
  top: 60.9%;
  left: 5.1%;
  width: 32%;
}

.hero__question--tea {
  top: 68.7%;
  left: 19.4%;
  width: 21.1%;
}

.hero__date {
  z-index: 3;
  top: 77.6%;
  left: 4.1%;
  width: 17.3%;
}

.hero__sale {
  z-index: 3;
  top: 78.2%;
  left: 23.3%;
  width: 10.9%;
}

.hero__open {
  z-index: 3;
  top: 91.4%;
  left: 4.2%;
  width: 91%;
}

.anniversary {
  aspect-ratio: 1920 / 2685;
  background: #fff;
}

.anniversary__arch {
  z-index: 0;
  top: 3.4%;
  left: 5.2%;
  width: 89.3%;
}

.anniversary__badge {
  z-index: 2;
  top: 6.7%;
  left: 19.8%;
  width: 61.1%;
}

.anniversary__person {
  z-index: 2;
}

.anniversary__person--left {
  top: 44.6%;
  left: 4.2%;
  width: 21.25%;
}

.anniversary__person--right {
  top: 43.9%;
  right: 5.6%;
  width: 25.4%;
}

.anniversary__headline {
  z-index: 3;
  top: 28.4%;
  left: 21.1%;
  width: 57.8%;
}

.anniversary__date {
  z-index: 4;
  top: 58.1%;
  left: 32.8%;
  width: 34.7%;
}

.anniversary__open {
  z-index: 4;
  top: 65.1%;
  left: 27%;
  width: 46%;
}

.anniversary__links {
  z-index: 5;
  inset: 0;
}

.image-link {
  left: 10%;
  width: 80%;
  border-radius: 999px;
  outline-offset: .4vw;
  transition: filter 180ms ease, transform 180ms ease;
}

.image-link--store {
  top: 75.7%;
}

.image-link--cafe {
  top: 89%;
}

.image-link:hover {
  filter: brightness(1.08);
  transform: translateY(-1.5%);
}

.image-link:focus-visible {
  outline: max(2px, .16vw) solid #7958ff;
}

.footer {
  display: grid;
  width: 100%;
  aspect-ratio: 1920 / 106;
  place-items: center;
  background: #000;
  margin-top: 5%;
}

.footer img {
  width: 18.5%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .image-link {
    transition: none;
  }
}