
:root { --cta-yellow: #FF8A00; --cta-shadow: #F39D12; --bg-white: #FFFFFF; --text-body: #1a1a1a; --brand-teal: #17B2AC; --font-sans: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN W3", sans-serif; --sticky-h: 64px }
* { box-sizing: border-box }
html, body { margin: 0; padding: 0; background: #EAFAF7; font-family: var(--font-sans); color: var(--text-body); font-weight: 500; line-height: 1.6; -webkit-text-size-adjust: 100%; word-break: break-all }
.lp { width: min(100%, 430px); margin: 0 auto; background: var(--bg-white); position: relative; padding-bottom: 0 }
.slice { position: relative; display: block; line-height: 0; margin: 0; padding: 0 }
.slice img { display: block; width: 100%; height: auto; margin: 0; padding: 0; border: 0 }
.bridge { display: block; width: 100%; line-height: 0; margin: 0; padding: 0 }
.cta-overlay { position: absolute; background: transparent; border: 0; cursor: pointer; text-decoration: none; transition: background-color 0.15s ease; border-radius: 8px }
.cta-overlay:hover { background: rgba(255, 255, 255, 0.10) }
.cta-overlay:focus-visible { outline: 3px solid #003E8D; outline-offset: -3px }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; white-space: nowrap }
.lp-footer { background: var(--brand-teal); color: #FFFFFF; line-height: 1.6; padding: 28px 20px calc(var(--sticky-h) + 32px) }
.footer-operator { margin: 0 0 18px; font-size: 12px; line-height: 1.6; color: #FFFFFF }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 12px; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); padding: 8px 0; margin-bottom: 18px }
.footer-links a { display: flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 700; color: #FFFFFF; text-decoration: underline; text-underline-offset: 3px }
.footer-links a:focus-visible { outline: 2px solid #FFFFFF; outline-offset: 2px }
.footer-notes { list-style: none; margin: 0 0 18px; padding: 0 }
.footer-notes li { position: relative; padding-left: 1em; margin-bottom: 8px; font-size: 12px; line-height: 1.6; color: #FFFFFF }
.footer-notes li::before { content: "・"; position: absolute; left: 0 }
.footer-copy { margin: 0; font-size: 12px; color: #FFFFFF; border-top: 1px solid rgba(255,255,255,.3); padding-top: 16px }
.sticky-cta { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: min(100%, 430px); height: var(--sticky-h); display: flex; align-items: center; justify-content: center; background: var(--cta-yellow); border-bottom: 4px solid var(--cta-shadow); color: #FFFFFF; font-family: "Noto Sans JP", "Arial", "メイリオ", sans-serif; font-weight: 700; font-size: 18px; text-decoration: none; z-index: 100; box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08) }
@media (max-width:359px) {
  .footer-links { grid-template-columns: 1fr }
}
@media (min-width:768px) {
  .lp { box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08) }
}
