.checkout-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:rgba(31,27,22,.58)}.checkout-modal__panel{width:min(100%,560px);max-height:min(88vh,760px);overflow:auto;border-radius:18px;background:#fffaf2;color:#1f1b16;box-shadow:0 24px 70px rgba(31,27,22,.34)}.checkout-modal__body,.checkout-modal__header{padding:22px}.checkout-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #e4d6c5}.checkout-modal__title{margin:0 0 4px;font-size:22px;line-height:1.35}.checkout-modal__copy,.checkout-modal__error,.checkout-modal__notice{margin:0;color:#6f6256;font-size:14px;line-height:1.65}.checkout-modal__notice{margin-top:16px;margin-bottom:8px}.checkout-modal__close{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:1px solid #e4d6c5;border-radius:50%;background:#fff;color:#1f1b16;cursor:pointer}.checkout-modal__field{display:grid;grid-gap:8px;gap:8px;margin-bottom:16px;font-weight:800}.checkout-modal__input{width:100%;min-height:48px;border:1px solid #d7c7b4;border-radius:10px;padding:10px 12px;background:#fff;color:#1f1b16;font:inherit}.checkout-modal__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:52px;border:0;border-radius:999px;background:linear-gradient(135deg,#d46f41,#9c3f22);color:#fff;font:inherit;font-weight:900;cursor:pointer}.checkout-modal__button:disabled{cursor:wait;opacity:.65}.checkout-modal__error{margin-top:12px;color:#a5261f;font-weight:700}.checkout-modal__divider{height:1px;margin:18px 0;background:#e4d6c5}.legal-page{width:min(100% - 32px,820px);margin:0 auto;padding:56px 0;color:#1f1b16;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Meiryo,sans-serif;line-height:1.85}.legal-page h1{margin:0 0 28px;font-size:32px;line-height:1.35}.legal-page h2{margin:32px 0 10px;font-size:22px}.legal-page a{color:#9c3f22;font-weight:800}.legal-page dl{display:grid;grid-template-columns:minmax(140px,220px) 1fr;grid-gap:12px 20px;gap:12px 20px}.legal-page dt{font-weight:900}.legal-page dd{margin:0}@media (max-width:640px){.legal-page dl{grid-template-columns:1fr;gap:4px 0}.legal-page dd{margin-bottom:14px}}