*{box-sizing:border-box}
html,body{margin:0;background:#f5effb;color:#2f2940;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif}
body{padding:0 0 calc(96px + env(safe-area-inset-bottom))}
.lp{width:100%;max-width:750px;margin:0 auto;background:#fff;overflow:hidden;box-shadow:0 0 40px rgba(71,39,118,.14)}
.section{position:relative;margin:0;padding:0;line-height:0}
.section img{display:block;width:100%;height:auto;margin:0}
.section-cta{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;gap:.36em;padding:0 4%;border:1px solid rgba(255,255,255,.55);border-radius:clamp(12px,2.5vw,24px);color:#fff;background:linear-gradient(180deg,#ffb23f 0%,#ff7b21 78%,#f1661d 100%);box-shadow:0 .28em 0 #c94f22,0 .55em 1.4em rgba(48,17,96,.34),inset 0 1px 0 rgba(255,255,255,.55);font:900 clamp(12px,3.45vw,26px)/1.2 "Noto Sans JP","Yu Gothic",sans-serif;letter-spacing:0;white-space:nowrap;cursor:pointer;transition:filter .15s ease,transform .15s ease}
.section-cta:hover{filter:brightness(1.06)}
.section-cta:active{transform:translateY(.12em);box-shadow:0 .14em 0 #c94f22,0 .3em .8em rgba(48,17,96,.25)}
.section-cta svg{flex:0 0 auto;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.section-cta span{min-width:0}
.fv-cta{left:4.8%;right:4.8%;bottom:6.7%;height:7.6%}
.overview-cta{left:8.5%;right:8.5%;bottom:6.2%;height:10.2%}
.fixed-footer{position:fixed;z-index:10;left:50%;bottom:0;display:flex;width:100%;max-width:750px;padding:10px 14px calc(13px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid rgba(78,40,132,.12);box-shadow:0 -8px 30px rgba(55,24,103,.18);transform:translate(-50%,110%);visibility:hidden;pointer-events:none;transition:transform .22s ease,visibility .22s ease;backdrop-filter:blur(12px)}
.fixed-footer.is-visible{transform:translate(-50%,0);visibility:visible;pointer-events:auto}
.fixed-footer__button{width:100%;min-height:60px;border:0;border-radius:13px;color:#fff;background:linear-gradient(90deg,#ff7f4b,#ffad50);box-shadow:0 5px 0 #d96f3c;font:900 17px/1.25 "Noto Sans JP","Yu Gothic",sans-serif;letter-spacing:.02em;cursor:pointer}
.fixed-footer__button:focus-visible,.section-cta:focus-visible{outline:4px solid #fff200;outline-offset:3px}
@media (min-width:751px){body{padding-bottom:112px}.lp,.fixed-footer{max-width:min(750px,56.22svh)}.fixed-footer__button{min-height:64px;font-size:18px}}
@media (prefers-reduced-motion:no-preference){.fixed-footer__button{animation:pulse 2.6s ease-in-out infinite}@keyframes pulse{50%{transform:translateY(-2px);box-shadow:0 8px 20px rgba(103,45,124,.25),0 5px 0 #d96f3c}}}
