.delica-page .hero h1 {
  max-width: min(1100px, 92vw);
  font-family: Arial, "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(40px, 4.8vw, 70px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.delica-page .hero h1 span {
  white-space: nowrap;
}

@media (max-width: 720px) {
  .delica-page .hero h1 {
    max-width: calc(100vw - 44px);
    font-size: clamp(20px, 6.4vw, 32px);
    line-height: 1.12;
    letter-spacing: -0.04em;
  }
}
