/* Maeshima RC figure zoom v0.1.0 (C-MOBILE-UI-HOTFIX 2026-09-17) — img[data-mrc-zoom] のタップ affordance と全画面 viewer。E2 画像自体（src／crop／色）は不変 */
img[data-mrc-zoom] { cursor: zoom-in; }
img[data-mrc-zoom]:focus-visible { outline: 3px solid #136cc1; outline-offset: 2px; }
html.mrc-fz-open, html.mrc-fz-open body { overflow: hidden; }
.mrc-fz { position: fixed; inset: 0; z-index: 100000; background: #141c19; color: #fff; display: flex; flex-direction: column; font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif; }
.mrc-fz[hidden] { display: none; }
.mrc-fz__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: calc(10px + env(safe-area-inset-top, 0px)) 14px 10px; }
.mrc-fz__hint { margin: 0; font-size: .85rem; line-height: 1.5; color: rgba(255, 255, 255, .85); }
.mrc-fz__close { flex: none; min-height: 44px; min-width: 44px; padding: 8px 16px; border: 2px solid rgba(255, 255, 255, .8); border-radius: 10px; background: transparent; color: #fff; font-size: 1rem; font-weight: 650; cursor: pointer; }
.mrc-fz__close:hover, .mrc-fz__close:focus-visible { background: rgba(255, 255, 255, .16); outline: 3px solid #fff; outline-offset: 2px; }
.mrc-fz__stage { flex: 1 1 auto; position: relative; overflow: hidden; touch-action: none; display: flex; align-items: center; justify-content: center; cursor: grab; }
.mrc-fz__img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; transform-origin: center center; will-change: transform; user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; background: #fff; }
.mrc-fz__cap { margin: 0; padding: 8px 14px calc(10px + env(safe-area-inset-bottom, 0px)); font-size: .9rem; line-height: 1.6; color: rgba(255, 255, 255, .92); text-align: left; }
.mrc-fz__cap[hidden] { display: none; }
@media (prefers-reduced-motion: no-preference) { .mrc-fz__img { transition: none; } }
