* { box-sizing: border-box; }
html { color-scheme: light; background: #f3ebe5; }
body { margin: 0; color: #341427; font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
main { width: 100%; max-width: 800px; margin: 0 auto; background: #fbf5ef; box-shadow: 0 0 48px rgb(75 38 43 / 7%); }
.image-section { position: relative; margin: 0; }
.image-section img { display: block; width: 100%; height: auto; }
.image-cta { position: absolute; left: 6%; top: 82%; width: 88%; height: 9.2%; border-radius: 999px; -webkit-tap-highlight-color: rgb(157 27 70 / 18%); }
.image-cta:hover { box-shadow: 0 0 0 3px rgb(255 255 255 / 65%); }
.image-cta:focus-visible { outline: 4px solid #42172d; outline-offset: 4px; box-shadow: 0 0 0 3px #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
