﻿/* 偲歌・想映：既存LPの工程表現を、現在の安全な制作フローとして再構成。 */
.production-flow{margin:0 0 78px;padding:0;border-top:1px solid var(--ink)}.production-flow h3{margin:0;padding:28px 0 8px;font:600 clamp(28px,3vw,42px)/1.35 var(--display);letter-spacing:-.04em}.production-flow>p{max-width:650px;margin:0 0 28px;color:#58635b;font-size:13px}.production-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.production-step{min-height:190px;padding:20px 18px 16px;border-right:1px solid var(--line);position:relative}.production-step:last-child{border-right:0}.production-step span{display:block;color:var(--warm);font:10px var(--mono);letter-spacing:.12em}.production-step h4{margin:39px 0 8px;font:600 21px var(--display);letter-spacing:.06em}.production-step p{margin:0;color:#5b675f;font-size:11px;line-height:1.8}.production-step:not(:last-child):after{content:"→";position:absolute;right:-7px;top:14px;z-index:1;color:var(--warm);background:var(--paper);font:14px var(--display)}@media(max-width:800px){.production-steps{grid-template-columns:1fr}.production-step{min-height:0;padding:18px 0;border-right:0;border-bottom:1px solid var(--line)}.production-step:last-child{border-bottom:0}.production-step h4{margin:12px 0 6px}.production-step:not(:last-child):after{display:none}}
