html,
body {
  min-height: 100%;
}

body {
  position: relative;
  color: var(--manga-ink);
  background-color: #d8ec96;
  background-image:
    radial-gradient(circle at 18% 10%, rgba(255, 240, 142, 0.5) 0 88px, transparent 89px),
    radial-gradient(circle at 82% 12%, rgba(255, 240, 142, 0.42) 0 92px, transparent 93px),
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.2) 0 160px, transparent 161px),
    linear-gradient(180deg, #fffef7 0 96px, #d9ee9f 96px, #c4e07d 62%, #b1d76c 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 12px, transparent 12px 36px),
    repeating-linear-gradient(45deg, rgba(78, 139, 38, 0.08) 0 2px, transparent 2px 28px);
  opacity: 0.7;
}

body::after {
  inset: auto 0 0;
  height: 46vh;
  background:
    radial-gradient(ellipse at 12% 100%, #d5ef95 0 28%, transparent 29%),
    radial-gradient(ellipse at 36% 100%, #c3e17a 0 30%, transparent 31%),
    radial-gradient(ellipse at 63% 100%, #b3d66b 0 30%, transparent 31%),
    radial-gradient(ellipse at 88% 100%, #cce78e 0 27%, transparent 28%),
    linear-gradient(180deg, transparent 0%, rgba(168, 206, 95, 0.22) 52%, rgba(126, 177, 64, 0.32) 100%);
  z-index: 0;
}

#wrap {
  position: relative;
  z-index: 1;
  max-width: 1024px;
  padding-top: 20px;
  padding-bottom: 72px;
}

.tyuuijikou a {
  color: #48651d;
  text-shadow: none;
  box-shadow: none;
  filter: none;
  -webkit-filter: none;
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    letter-spacing 0.22s ease,
    text-shadow 0.22s ease;
}

.tyuuijikou a::before {
  left: 20px;
  right: 20px;
  bottom: 3px;
  border-bottom: 3px dotted rgba(112, 145, 38, 0.72);
  transform: scaleX(0.78);
  transform-origin: center;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    opacity 0.24s ease;
}

.tyuuijikou a::after {
  color: #f07a00;
  transition: transform 0.22s ease, color 0.22s ease;
}

.tyuuijikou a:hover {
  color: #d76400;
  transform: translateY(-1px);
  letter-spacing: 0.04em;
  text-shadow: none;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

.tyuuijikou a:hover::before {
  border-bottom-color: rgba(240, 122, 0, 0.9);
  transform: scaleX(1);
}

.tyuuijikou a:hover::after {
  color: #b74d00;
  transform: translateX(3px);
}

.tyuuijikou a:active,
.tyuuijikou a:focus-visible {
  text-shadow: none;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .tyuuijikou a:hover {
    text-shadow: none;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .tyuuijikou a:active,
  .tyuuijikou a:focus-visible {
    text-shadow: none;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
  }
}

.campaign01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  width: min(100%, 760px);
  padding: 14px 44px;
  margin: -58px auto 24px;
  border: 4px solid var(--manga-ink);
  border-radius: 18px 18px 12px 12px;
  background:
    radial-gradient(circle at 50% 115%, rgba(255, 255, 255, 0.24) 0 22%, transparent 23%),
    radial-gradient(circle at 14% 20%, rgba(255, 214, 120, 0.34) 0 8%, transparent 8.5%),
    radial-gradient(circle at 86% 18%, rgba(255, 214, 120, 0.32) 0 7%, transparent 7.5%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 24%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 12px, rgba(255, 255, 255, 0) 12px 28px),
    linear-gradient(180deg, #8fcb4f 0%, #5aa233 40%, #2f7c2f 100%);
  box-shadow: 0 5px 0 rgba(97, 57, 7, 0.26), 0 14px 24px rgba(43, 76, 22, 0.18);
  box-sizing: border-box;
  overflow: visible;
}

.campaign01::before {
  content: none;
}

.campaign01::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 24px;
  height: 24px;
  border-right: 4px solid var(--manga-ink);
  border-bottom: 4px solid var(--manga-ink);
  background: linear-gradient(135deg, #ffe270 0%, #f4bc25 100%);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  transform: translateX(-50%) rotate(45deg);
}

.campaign01 p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fffef5;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 3px 0 rgba(63, 92, 20, 0.34), 0 0 12px rgba(46, 92, 25, 0.22);
  -webkit-text-stroke: 0.5px rgba(72, 54, 7, 0.18);
}

.campaign01 p::before,
.campaign01 p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid #ffd44e;
  border-radius: 50% 0 50% 50%;
  background: linear-gradient(180deg, #fff3a3 0%, #ffcf43 100%);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.campaign01 p::before {
  left: -34px;
  transform: translateY(-50%) rotate(-34deg);
}

.campaign01 p::after {
  right: -34px;
  transform: translateY(-50%) rotate(146deg);
}

.store-card__zip,
.store-card__address {
  font-size: 10px;
  line-height: 1.35;
}

.store-card__name {
  word-break: keep-all;
  line-break: strict;
}

.footer-app__link > a {
  display: block;
  width: 200px;
}

.footer-app__link > a:last-child {
  width: 249px;
}

.footer-app__link > a > img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.fv-action::before {
  right: 34px;
  transform: translateY(-66%) rotate(45deg);
}

.store-card__map {
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  border: 1.5px solid rgba(122, 85, 30, 0.45);
  border-radius: 5px;
  background: rgba(255, 252, 244, 0.96);
  box-sizing: border-box;
}

.store-card__map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.8px solid #8f6a2f;
  border-right: 1.8px solid #8f6a2f;
  transform: translate(-58%, -50%) rotate(45deg);
}

.store-card__map::after {
  content: none;
}

.store-search__note {
  margin: 14px 8px 2px;
  color: #8c2e00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  margin-top: 32px;
}

.contact-button_item {
  flex: 1 1 320px;
  max-width: 360px;
  min-width: 0;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  box-sizing: border-box;
}

.contact-button_text {
  padding-left: 0;
}

body.store-map-modal-open {
  overflow: hidden;
}

.store-map-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.store-map-modal[hidden] {
  display: none;
}

.store-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 43, 16, 0.46);
  backdrop-filter: blur(4px);
}

.store-map-modal__dialog {
  position: relative;
  width: min(calc(100% - 32px), 460px);
  margin: min(16vh, 120px) auto 0;
  padding: 24px 22px 20px;
  border: 4px solid var(--manga-ink);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 238, 166, 0.72) 0 54px, transparent 55px),
    linear-gradient(180deg, #fffdf1 0%, #fff5cc 100%);
  box-shadow: 0 10px 0 rgba(97, 57, 7, 0.22), 0 22px 36px rgba(27, 37, 10, 0.24);
  box-sizing: border-box;
}

.store-map-modal__eyebrow {
  margin: 0 0 8px;
  color: #8c5a00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}

.store-map-modal__title {
  margin: 0;
  color: var(--manga-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.store-map-modal__description {
  margin: 14px 0 0;
  color: #3e4c18;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

.store-map-modal__store-name {
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 2px solid rgba(79, 108, 25, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #35510f;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.store-map-modal__actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.store-map-modal__button {
  flex: 1 1 0;
  min-height: 54px;
  padding: 12px 16px;
  border: 3px solid var(--manga-ink);
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--manga-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  cursor: pointer;
}

.store-map-modal__button--ghost {
  background: linear-gradient(180deg, #fffef8 0%, #efe7c9 100%);
}

.store-map-modal__button--primary {
  background: linear-gradient(180deg, #ffb040 0%, #ff7c13 100%);
}

@media (hover: hover) and (pointer: fine) {
  .store-map-modal__button:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
  }
}

@media (max-width: 767px) {
  body {
    background-image:
      radial-gradient(circle at 16% 8%, rgba(255, 240, 142, 0.46) 0 42px, transparent 43px),
      radial-gradient(circle at 84% 10%, rgba(255, 240, 142, 0.36) 0 44px, transparent 45px),
      radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.16) 0 84px, transparent 85px),
      linear-gradient(180deg, #fffef7 0 72px, #d9ee9f 72px, #c4e07d 62%, #b1d76c 100%);
  }

  body::after {
    height: 34vh;
  }

  #wrap {
    padding-top: 10px;
    padding-bottom: 48px;
  }

  .tyuuijikou a {
    color: #48651d;
    text-shadow: none;
  }

  .tyuuijikou a::before {
    left: 14px;
    right: 14px;
    bottom: 2px;
  }

  .campaign01 {
    min-height: 64px;
    padding: 10px 26px;
    margin: -50px auto 20px;
    border-radius: 16px 16px 10px 10px;
  }

  .campaign01::before {
    content: none;
  }

  .campaign01::after {
    bottom: -12px;
    width: 20px;
    height: 20px;
  }

  .campaign01 p {
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .campaign01 p::before,
  .campaign01 p::after {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .campaign01 p::before {
    left: -24px;
  }

  .campaign01 p::after {
    right: -24px;
  }

  .store-card__zip,
  .store-card__address {
    font-size: 8px;
    line-height: 1.25;
    gap: 4px;
  }

  .store-card__address {
    margin-top: 0;
  }

  .store-card__zip::before,
  .store-card__address::before {
    width: 8px;
    height: 8px;
    margin-top: 1px;
  }

  .store-card__zip::before {
    font-size: 8px;
  }

  .store-card__map {
    right: 6px;
    bottom: 6px;
    width: 14px;
    height: 14px;
    border-radius: 4px;
  }

  .store-card__map::before {
    width: 4px;
    height: 4px;
    border-top-width: 1.4px;
    border-right-width: 1.4px;
  }

  .store-search__note {
    margin: 12px 4px 0;
    font-size: 11px;
    line-height: 1.45;
  }

  .contact-button {
    gap: 24px;
    margin-top: 28px;
  }

  .contact-button_item {
    flex-basis: 100%;
    max-width: 320px;
  }

  .store-search__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .store-card {
    padding: 12px 12px 13px;
  }

  .store-card__name {
    font-size: 18px;
    line-height: 1.3;
  }

  .store-map-modal__dialog {
    width: min(calc(100% - 24px), 360px);
    margin-top: 80px;
    padding: 20px 16px 16px;
    border-width: 3px;
    border-radius: 18px;
  }

  .store-map-modal__title {
    font-size: 20px;
  }

  .store-map-modal__description {
    font-size: 13px;
    line-height: 1.7;
  }

  .store-map-modal__store-name {
    font-size: 14px;
  }

  .store-map-modal__actions {
    flex-direction: column-reverse;
  }

  .store-map-modal__button {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
  }
}
