/* 日高 */
.c3-scene { --c3-hue: 210; position: relative; width: 100%; height: 540px; margin: 0 auto 3rem; display: flex; align-items: center; justify-content: center; perspective: 1200px; overflow: hidden; touch-action: pan-y; user-select: none; }
.c3-tilt { position: relative; width: 1px; height: 1px; transform-style: preserve-3d; }
.c3-stage { position: absolute; top: 0; left: 0; transform-style: preserve-3d; }
.c3-card { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(160deg, hsl(var(--c3-hue), 40%, 34%), hsl(var(--c3-hue), 46%, 12%)); border: 1px solid hsla(var(--c3-hue), 50%, 80%, 0.25); box-shadow: 0 18px 40px rgba(0,0,0,0.45); color: hsl(var(--c3-hue), 45%, 86%); font-size: 32px; font-weight: 700; overflow: hidden; }
.c3-card img, .c3-card video { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
a.c3-card { text-decoration: none; -webkit-user-drag: none; }
