:root {
  --brown: #5a2d18;
  --caramel: #c47a17;
  --yellow: #ffdd62;
  --butter: #fff6cc;
  --cream: #fffdf6;
  --ink: #4a2a1b;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f8f0d6;
  font-family: "Kiwi Maru", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.lp-shell {
  position: relative;
  width: min(100%, 724px);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 244, 170, .85), transparent 25%),
    linear-gradient(180deg, #fff8d2 0%, #fffdf6 23%, #ffe66f 58%, #fffdf6 80%, #ffdf64 100%);
  box-shadow: 0 0 60px rgba(89, 47, 12, .12);
}

.hero {
  position: relative;
  min-height: 690px;
  padding: 42px 30px 28px;
  background:
    radial-gradient(ellipse at 90% 12%, rgba(255, 255, 255, .95) 0 30%, transparent 31%),
    radial-gradient(ellipse at 65% 4%, rgba(255, 255, 255, .8) 0 34%, transparent 35%),
    linear-gradient(120deg, #fff1a7 0%, #fff8d8 46%, #fff7dc 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -48px;
  height: 120px;
  background: #fffdf7;
  border-radius: 0 0 50% 50% / 0 0 42% 42%;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 350px;
  text-align: center;
}

.logo {
  width: 142px;
  margin: 0 auto 46px;
  mix-blend-mode: multiply;
}

.catch {
  margin: 0;
  color: #51220d;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(45px, 7.9vw, 58px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .09em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .48);
}

.lead {
  display: inline-block;
  margin: 18px auto 0;
  padding-bottom: 8px;
  color: #7a4d35;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  border-bottom: 3px dotted #e7a532;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.main-jar {
  position: absolute;
  right: 120px;
  top: 218px;
  width: 255px;
  filter: drop-shadow(0 24px 18px rgba(94, 58, 24, .18));
  mix-blend-mode: multiply;
}

.hero-bg-jar {
  position: absolute;
  width: 178px;
  opacity: .72;
  filter: blur(.2px);
  mix-blend-mode: multiply;
}

.hero-bg-jar-a {
  right: -10px;
  top: 112px;
}

.hero-bg-jar-b {
  right: 24px;
  top: 245px;
}

.spoon {
  position: absolute;
  right: 10px;
  top: 88px;
  width: 360px;
  transform: rotate(-11deg);
  transform-origin: right center;
  mix-blend-mode: multiply;
}

.caramel,
.milk,
.hero-egg,
.chara-wrap {
  position: absolute;
  z-index: 4;
}

.caramel,
.milk,
.hero-egg,
.chara,
.bubble {
  mix-blend-mode: multiply;
}

.caramel-a {
  top: 86px;
  left: 290px;
  width: 95px;
}

.caramel-b {
  top: 28px;
  right: 250px;
  width: 72px;
}

.milk-a {
  right: 175px;
  bottom: 118px;
  width: 240px;
}

.egg-a {
  left: 8px;
  bottom: 145px;
  width: 86px;
}

.egg-b {
  right: 16px;
  bottom: 98px;
  width: 105px;
}

.chara-wrap {
  left: 92px;
  bottom: 95px;
  width: 130px;
}

.chara {
}

.bubble {
  position: absolute;
  left: 104px;
  top: 4px;
  width: 92px;
}

.news-bar {
  position: absolute;
  z-index: 6;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: grid;
  grid-template-columns: .7fr 1.4fr 1.7fr 34px;
  align-items: center;
  min-height: 52px;
  padding: 0 16px 0 26px;
  color: #6b3b28;
  background: rgba(255, 255, 255, .92);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(134, 82, 20, .12);
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
}

.news-bar strong {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .18em;
}

.news-bar span {
  padding-left: 18px;
  border-left: 2px solid rgba(105, 58, 36, .34);
}

.news-bar b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--brown);
  border-radius: 50%;
}

.section-white,
.section-cream,
.section-yellow {
  position: relative;
  padding: 62px 44px;
}

.section-white {
  background: #fffdf8;
}

.section-cream {
  background:
    radial-gradient(ellipse at 50% 100%, #ffe678 0 42%, transparent 43%),
    #fffdf8;
}

.section-yellow {
  background:
    radial-gradient(ellipse at 50% -8%, #fffdf8 0 28%, transparent 29%),
    linear-gradient(180deg, #ffdf5c, #fff1a9);
  padding-top: 72px;
  padding-bottom: 70px;
}

.ghost-text {
  position: absolute;
  left: 12px;
  top: -38px;
  margin: 0;
  color: rgba(238, 196, 106, .17);
  font-family: "Noto Serif JP", serif;
  font-size: 96px;
  font-weight: 700;
  letter-spacing: .08em;
  pointer-events: none;
}

.two-col {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.story-art {
  width: 325px;
}

.story-text {
  position: relative;
  padding-top: 8px;
  text-align: center;
}

.heading-img {
  width: 188px;
  margin: 0 auto 28px;
  mix-blend-mode: multiply;
}

.story-text p,
.section-lead {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: .08em;
}

.tiny-chara {
  width: 58px;
  margin: 4px 30px 0 auto;
}

.about {
  padding-top: 52px;
  text-align: center;
}

.about-visual {
  position: relative;
  z-index: 2;
  width: 570px;
  margin: 24px auto -4px;
}

.float {
  position: absolute;
  z-index: 1;
}

.deco-caramel-left {
  left: 0;
  top: 92px;
  width: 82px;
}

.deco-cube {
  left: 56px;
  bottom: 142px;
  width: 82px;
}

.deco-egg-right {
  right: -18px;
  top: 48px;
  width: 92px;
}

.quality .heading-img,
.lineup .heading-img {
  width: 220px;
}

.quality-grid,
.product-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.quality-grid article {
  text-align: center;
}

.quality-grid img {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  object-fit: cover;
  border: 3px dotted #e8a91f;
  border-radius: 50%;
}

.quality-grid h3 {
  display: inline-block;
  min-width: 118px;
  margin: 14px 0 8px;
  padding: 7px 16px;
  background: #fffaf2;
  border-radius: 999px;
  color: #70412b;
  font-size: 16px;
}

.quality-grid p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.lineup {
  padding-top: 58px;
}

.welcome {
  position: absolute;
  right: 28px;
  top: 44px;
  width: 120px;
}

.product-card {
  position: relative;
  min-height: 285px;
  padding: 13px 13px 18px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 13px 22px rgba(100, 54, 18, .13);
}

.product-card > img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  border-radius: 10px 10px 2px 2px;
}

.product-card h3 {
  margin: 15px 0 7px;
  color: #6a3622;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: .06em;
}

.product-card p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.price {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.price small {
  font-size: 11px;
}

.price span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-left: auto;
  background: #ffd94c;
  border-radius: 50%;
  font-size: 24px;
}

.shop {
  padding-top: 52px;
  padding-bottom: 36px;
}

.shop-panel {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 28px;
}

.shop-photo {
  width: 355px;
  height: 160px;
  object-fit: cover;
  object-position: top center;
  border-radius: 48% 48% 4px 4px / 24% 24% 4px 4px;
  box-shadow: 0 15px 24px rgba(85, 52, 20, .14);
}

.shop-heading {
  width: 162px;
  margin-left: 0;
}

.shop-info ul {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.shop-info li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 7px;
}

.shop-info li img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.button-row,
.footer-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 138px;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
  box-shadow: 0 7px 14px rgba(82, 41, 14, .12);
}

.btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.btn-light {
  color: #5a2d18;
  background: rgba(255, 255, 255, .94);
}

.btn-brown {
  color: #fff8eb;
  background: #63321e;
}

.btn-brown img {
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
}

.footer-cta {
  position: relative;
  min-height: 144px;
  padding: 24px 36px 32px;
  text-align: center;
  background: #fffdf8;
}

.footer-cta p {
  margin: 0 0 18px;
  color: #6a3a27;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
}

.footer-buttons .btn {
  min-width: 220px;
  height: 44px;
}

.footer-caramel,
.footer-egg {
  position: absolute;
  bottom: 4px;
  width: 130px;
}

.footer-caramel {
  left: 18px;
}

.footer-egg {
  right: 16px;
}

@media (max-width: 640px) {
  .hero {
    min-height: 620px;
    padding: 28px 18px;
  }

  .hero-copy {
    width: 54%;
  }

  .logo {
    width: 118px;
    margin-bottom: 28px;
  }

  .catch {
    font-size: 42px;
  }

  .lead {
    font-size: 13px;
  }

  .main-jar {
    right: 52px;
    top: 236px;
    width: 220px;
  }

  .spoon {
    right: -40px;
    top: 115px;
    width: 305px;
  }

  .hero-bg-jar {
    width: 132px;
  }

  .milk-a {
    right: 110px;
    bottom: 114px;
    width: 180px;
  }

  .chara-wrap {
    left: 36px;
    bottom: 98px;
    width: 105px;
  }

  .bubble {
    left: 76px;
    width: 78px;
  }

  .news-bar {
    left: 18px;
    right: 18px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    padding: 12px 18px;
    border-radius: 24px;
    font-size: 12px;
  }

  .news-bar span {
    padding-left: 0;
    border-left: 0;
  }

  .news-bar b {
    display: none;
  }

  .section-white,
  .section-cream,
  .section-yellow {
    padding: 50px 22px;
  }

  .two-col,
  .shop-panel,
  .quality-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .story-art,
  .about-visual,
  .shop-photo {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .quality-grid,
  .product-grid {
    gap: 18px;
  }

  .quality-grid img {
    width: 170px;
    height: 170px;
  }

  .product-card {
    min-height: 0;
  }

  .product-card > img {
    height: 190px;
  }

  .shop-heading {
    margin-inline: auto;
  }

  .button-row,
  .footer-buttons {
    flex-wrap: wrap;
  }

  .footer-caramel,
  .footer-egg {
    width: 92px;
    opacity: .75;
  }
}
