
.cr-page{--cr-ink:#30343a;--cr-muted:#626973;--cr-accent:#b74b09;--cr-orange:#ec7800;--cr-line:#e5e6e8;box-sizing:border-box!important;background:#fff;color:var(--cr-ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;font-size:16px;line-height:1.8;letter-spacing:.01em;margin:0!important;padding:0!important;width:100%;max-width:none!important;text-align:left}
.cr-page *,.cr-page *::before,.cr-page *::after{box-sizing:border-box}
.cr-page :where(h1,h2,h3,p,figure,div,table){margin-block-start:0;margin-block-end:0}
.cr-page :where(h1,h2,h3){color:var(--cr-ink);font-family:inherit;line-height:1.5;font-weight:700;letter-spacing:.01em;text-wrap:pretty}
.cr-page a{color:inherit;text-decoration:none}
.cr-page a:focus-visible{outline:3px solid #216fa7;outline-offset:4px}
.cr-page .cr-shell{width:min(720px,calc(100% - 40px));margin-inline:auto!important;max-width:none!important}
.cr-page .cr-topbar{border-bottom:1px solid var(--cr-line);background:#fff}
.cr-page .cr-topbar-inner{padding:15px 0;display:flex;justify-content:space-between;align-items:center;gap:12px}
.cr-page .cr-brand{font-size:16px;font-weight:800;letter-spacing:.03em}
.cr-page .cr-brand::before{content:'P';display:inline-grid;place-items:center;width:27px;height:27px;margin-right:8px;background:var(--cr-orange);color:#fff;border-radius:8px;vertical-align:middle;font-family:Arial,sans-serif;line-height:1;font-weight:900;font-size:18px}
.cr-page .cr-top-label{font-size:12px;color:var(--cr-muted)}
.cr-page .cr-thanks{background:#fffae9;border-bottom:1px solid #f1e6c5;text-align:center;padding:25px 0 23px}
.cr-page .cr-thanks-title{font-size:24px;line-height:1.6;margin-bottom:8px}
.cr-page .cr-thanks-note{font-size:16px;line-height:1.8;color:#5c5547}
.cr-page .cr-offers{padding:28px 0 36px;scroll-margin-top:20px}
.cr-page .cr-section-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}
.cr-page .cr-section-title{font-size:23px}
.cr-page .cr-section-title strong{color:var(--cr-accent);font-weight:800}
.cr-page .cr-pr{color:var(--cr-muted);border:1px solid #d6d9de;border-radius:4px;white-space:nowrap;font-size:12px;line-height:1.5;padding:2px 7px}
.cr-page .cr-section-caption{color:var(--cr-muted);font-size:16px;margin-bottom:22px;line-height:1.8}
.cr-page .cr-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}
.cr-page .cr-offer-grid>.cr-offer-image{position:relative;margin:0!important;border:1px solid var(--cr-line);border-radius:12px;background:white;overflow:hidden;width:100%;max-width:none!important;line-height:0;transition:box-shadow .18s,transform .18s}
.cr-page .cr-offer-image>a{display:block;line-height:0}
.cr-page .cr-offer-image>a::after{content:'';position:absolute;inset:0;border-radius:12px;z-index:1}
.cr-page .cr-offer-image:has(a):hover{box-shadow:0 6px 22px #343a4415;transform:translateY(-2px)}
.cr-page .cr-offer-image:has(a:focus-visible){outline:3px solid #216fa7;outline-offset:4px}
.cr-page .cr-offer-image img{display:block;width:100%!important;max-width:100%;height:auto!important;object-fit:contain;border:0;border-radius:0;box-shadow:none}
.cr-page .cr-offer-image figcaption{display:block;text-align:left;line-height:1.65;font-size:16px;font-weight:600;padding:15px 18px 16px;margin:0!important;color:var(--cr-ink)}
.cr-page .cr-offer-image figcaption strong{display:block;font-family:Arial,sans-serif;color:var(--cr-accent);font-size:32px;line-height:1.35;margin-top:9px;font-weight:800}
.cr-page .cr-offer-image figcaption em{display:block;color:var(--cr-muted);font-size:13px;font-weight:400;font-style:normal;line-height:1.7;margin-top:4px}
.cr-page .cr-offer-image figcaption br{display:none}
.editor-styles-wrapper .cr-page .cr-offer-image>a::after{display:none}
.cr-page .cr-empty{grid-column:1/-1;padding:36px 20px;border:1px dashed #ccd1d5;text-align:center;color:var(--cr-muted);font-size:16px;border-radius:10px}
.cr-page .cr-notes{padding:23px 0 30px;border-top:1px solid var(--cr-line)}
.cr-page .cr-notes-title{font-size:16px;margin-bottom:8px}
.cr-page .cr-note{font-size:14px;color:var(--cr-muted);line-height:1.9;margin-top:6px}
.cr-page .cr-footer{border-top:1px solid var(--cr-line);background:#f7f7f8;padding:20px;text-align:center;font-size:12px;color:var(--cr-muted)}
.cr-page .cr-back{padding-top:20px;font-size:14px;color:var(--cr-muted)}
.cr-page .cr-back a{display:inline-block;padding:4px 0;text-decoration:underline;text-underline-offset:4px}
.cr-page .cr-detail-head{padding:25px 0 24px;border-bottom:1px solid var(--cr-line)}
.cr-page .cr-detail-title{font-size:27px;margin-bottom:20px}
.cr-page .cr-detail-overview{display:grid;grid-template-columns:200px minmax(0,1fr);gap:25px;align-items:center}
.cr-page .cr-detail-image{margin:0;border:1px solid var(--cr-line);border-radius:10px;overflow:hidden}
.cr-page .cr-detail-image img{display:block;width:100%!important;height:auto!important;max-width:100%;border-radius:0}
.cr-page .cr-reward-label{font-size:14px;color:var(--cr-muted);font-weight:600}
.cr-page .cr-reward-amount{font-family:Arial,sans-serif;font-weight:800;font-size:42px;color:var(--cr-accent);line-height:1.5}
.cr-page .cr-reward-note{font-size:14px;color:var(--cr-muted);line-height:1.75;margin-top:5px}
.cr-page .cr-detail-section{padding:26px 0;border-bottom:1px solid var(--cr-line)}
.cr-page .cr-detail-section-title{font-size:19px;margin-bottom:15px}
.cr-page .cr-detail-copy{font-size:16px;line-height:1.9;margin-top:8px}
.cr-page .cr-conditions{font-size:16px;line-height:1.8;overflow-x:auto}
.cr-page .cr-conditions table{border-collapse:collapse;width:100%;table-layout:fixed}
.cr-page .cr-conditions td{border:1px solid var(--cr-line);padding:13px 15px;vertical-align:top;overflow-wrap:anywhere}
.cr-page .cr-conditions td:first-child{width:32%;background:#f7f7f8;font-weight:600}
.cr-page .cr-detail-actions{padding:28px 0 34px}
.cr-page .cr-apply{width:100%}
.cr-page .cr-apply .wp-block-button__link{display:block;width:100%;border:0;border-radius:9px;background:#b74b09;color:white;font-family:inherit;font-weight:700;font-size:17px;line-height:1.7;text-align:center;padding:16px 18px;box-shadow:none;text-decoration:none}
.cr-page .cr-apply .wp-block-button__link:hover{background:#943b07}
.cr-page .cr-unavailable{display:block;width:100%;padding:16px 18px;border-radius:9px;border:1px solid #d7d9dd;background:#eeeef0;color:#626973;text-align:center;font-size:16px;line-height:1.7}
.cr-page .cr-apply-note{margin-top:12px;font-size:14px;line-height:1.8;color:var(--cr-muted);text-align:center}
.cr-standalone{margin:0!important;background:white}
.cr-standalone main{margin:0;padding:0;max-width:none}
.cr-preview-notice{margin:0;padding:8px 16px;background:#4b4f55;color:white;text-align:center;font:12px/1.7 -apple-system,BlinkMacSystemFont,"Hiragino Sans",Meiryo,sans-serif}
.cr-skip{position:fixed;left:12px;top:-200px;background:white;color:#30343a;padding:10px 18px;z-index:100000}
.cr-skip:focus{top:12px}
@media(max-width:620px){.cr-page .cr-shell{width:calc(100% - 32px)}.cr-page .cr-topbar-inner{padding:13px 0}.cr-page .cr-top-label{font-size:12px}.cr-page .cr-brand{font-size:14px}.cr-page .cr-thanks{padding:22px 0 20px}.cr-page .cr-thanks-title{font-size:21px}.cr-page .cr-thanks-note{font-size:16px}.cr-page .cr-offers{padding:23px 0 28px}.cr-page .cr-section-title{font-size:20px}.cr-page .cr-section-caption{font-size:16px;margin-bottom:18px}.cr-page .cr-offer-grid{gap:12px}.cr-page .cr-offer-image figcaption{font-size:14px;padding:10px 11px 12px;line-height:1.65}.cr-page .cr-offer-image figcaption strong{font-size:27px;margin-top:7px}.cr-page .cr-offer-image figcaption em{font-size:12px}.cr-page .cr-detail-title{font-size:23px}.cr-page .cr-detail-overview{grid-template-columns:125px minmax(0,1fr);gap:17px}.cr-page .cr-reward-amount{font-size:35px}.cr-page .cr-detail-section{padding:22px 0}.cr-page .cr-conditions td{padding:12px 10px;font-size:14px}.cr-page .cr-conditions td:first-child{width:35%}}
@media(max-width:340px){.cr-page .cr-top-label{display:none}.cr-page .cr-shell{width:calc(100% - 24px)}.cr-page .cr-offer-grid{gap:10px}.cr-page .cr-section-title{font-size:18px}.cr-page .cr-thanks-title{font-size:19px}.cr-page .cr-detail-overview{grid-template-columns:100px minmax(0,1fr);gap:12px}}
@media(prefers-reduced-motion:reduce){.cr-page *{transition:none!important;scroll-behavior:auto!important}}
