/* 最終CTA＋フッター */
.lp-cta__inner { max-width: var(--w-wide); margin: 0 auto; padding: 110px var(--pad-x) 0; text-align: center; }
.lp-cta__heading {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 14px;
  color: var(--c-cream);
  letter-spacing: .1em;
}
.lp-cta__tagline {
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: .16em;
  color: rgba(249, 246, 240, .55);
  margin-bottom: 40px;
}
.lp-cta__store { margin-top: 80px; font-size: 12.5px; color: rgba(249, 246, 240, .6); }
.lp-cta__store a { color: var(--c-page); font-weight: 700; text-decoration: underline; }
.lp-cta__store a:hover { color: #FFFFFF; }
.lp-footer {
  border-top: 1px solid rgba(249, 246, 240, .14);
  margin-top: 40px;
  padding: 26px 0 30px;
  text-align: left;
}
.lp-footer__company { font-size: 11.5px; color: rgba(249, 246, 240, .5); line-height: 1.9; margin: 0 0 18px; }
.lp-footer__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.lp-footer__brand { font-family: var(--font-en); font-size: 19px; color: var(--c-page); letter-spacing: .02em; }
.lp-footer__links { display: flex; gap: 22px; flex-wrap: wrap; }
.lp-footer__links a { font-size: 12px; color: rgba(249, 246, 240, .6); }
.lp-footer__links a:hover { color: #FFFFFF; }
.lp-footer__copy { font-size: 12px; color: rgba(249, 246, 240, .45); }
@media (max-width: 640px) {
  .lp-cta__inner { padding-top: 64px; }
  .lp-cta__heading { font-size: 25px; letter-spacing: .06em; }
  .lp-cta__store { margin-top: 48px; }
}
