/* YouTube 軽量埋め込み（ものづくりセクション）2026-09-20 */
.craft-video { background: #000; }
.yt-lite { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 0; background: #000; cursor: pointer; }
.yt-lite img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; display: block; opacity: 0.9; transition: opacity 0.3s; }
.yt-lite:hover img, .yt-lite:focus-visible img { opacity: 1; }
.yt-play { position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; border-radius: 50%; background: rgba(255, 255, 255, 0.92); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25); }
.yt-play::after { content: ""; position: absolute; left: 26px; top: 20px; border-style: solid; border-width: 12px 0 12px 20px; border-color: transparent transparent transparent #242723; }
.craft-video iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
.craft-video figcaption { margin-top: 10px; padding: 0 2px; }
/* トップ最下部の映像帯 */
.film-band { padding-top: 0; }
.film-band .film-inner { max-width: 820px; margin-inline: auto; text-align: center; }
.film-band h2 { font-size: clamp(1.5rem, 2.4vw, 2.125rem); line-height: 1.6; margin-top: 8px; }
.film-band .film-lead { margin: 16px 0 28px; color: var(--muted); line-height: 2; font-size: 0.9375rem; }
.film-band .craft-video { border-radius: 6px; overflow: hidden; }
.film-band .film-after { margin-top: 20px; }
