:root{--ink:#172238;--muted:#5b6878;--line:#d8e1ea;--soft:#f2f6f9;--green:#079965;--green-dark:#057249;--green-soft:#e8f8f1;--blue:#2468d8;--amber:#e59a12;--amber-soft:#fff6e4;--paper:#fff;--bg:#f7f9fb;--shadow:0 16px 36px rgba(23,34,56,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.edv-page{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Yu Gothic",Meiryo,sans-serif;letter-spacing:0;line-height:1.62}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}
.edv-header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 clamp(16px,4vw,42px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.98);position:sticky;top:0;z-index:20}.edv-brand{display:inline-flex;align-items:center;gap:12px;min-width:0;font-size:clamp(18px,2vw,24px);font-weight:950}.edv-mark{width:42px;height:42px;border:3px solid var(--green);border-radius:50% 50% 8px 8px;position:relative;background:var(--green-soft)}.edv-mark:before{content:"";position:absolute;left:12px;top:11px;width:14px;height:16px;border-left:5px solid var(--green);border-right:5px solid var(--green);clip-path:polygon(0 0,100% 50%,0 100%)}.edv-header nav{display:flex;gap:8px}.edv-header nav a{min-height:38px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#2c394a;font-weight:900}
main{max-width:1280px;margin:0 auto;padding:clamp(18px,3vw,34px) clamp(12px,3vw,30px) 0}.edv-hero{display:grid;gap:18px}.edv-title{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:22px;align-items:end}.edv-kicker{width:fit-content;margin:0 0 8px;padding:6px 12px;border:1px solid #bfead7;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:15px;font-weight:950}.edv-title h1{max-width:800px;margin:0;font-size:clamp(38px,5vw,60px);line-height:1.08;font-weight:950}.edv-lead{max-width:800px;margin:12px 0 0;color:#293649;font-size:clamp(18px,2vw,22px);font-weight:780}.edv-quick{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}.edv-quick a,.edv-quick span{min-height:38px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#2c394a;font-size:15px;font-weight:920}.edv-quick a:first-child{border-color:var(--green);background:var(--green);color:#fff}.edv-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.edv-summary div{min-height:84px;display:grid;place-items:center;border-right:1px solid var(--line);padding:10px}.edv-summary div:last-child{border-right:0}.edv-summary span{color:var(--muted);font-size:14px;font-weight:850}.edv-summary b{color:var(--green-dark);font-size:clamp(20px,2vw,28px);font-weight:950}
.edv-console{display:grid;grid-template-columns:minmax(0,.98fr) minmax(420px,.9fr);gap:14px}.edv-editor,.edv-voice,.edv-grid article,.edv-section,.edv-faq{border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow)}.edv-editor,.edv-voice{display:grid;gap:16px;padding:clamp(16px,2vw,24px)}.edv-step{display:flex;align-items:flex-start;gap:12px}.edv-step>span{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:var(--blue);color:#fff;font-size:22px;font-weight:950;flex:0 0 auto}.edv-step h2,.edv-grid h2,.edv-section h2,.edv-faq h2{margin:0;font-size:clamp(24px,2.5vw,32px);line-height:1.2;font-weight:950}.edv-step p{margin:4px 0 0;color:var(--muted);font-weight:760}
.edv-scene-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.edv-scene{min-height:116px;display:grid;place-items:center;gap:7px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:center;color:var(--ink)}.edv-scene span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#eef4ff;color:var(--blue);font-weight:950;font-size:20px}.edv-scene b{font-size:18px}.edv-scene small{color:var(--muted);font-weight:760}.edv-scene.is-active{border-color:var(--blue);box-shadow:inset 0 0 0 2px rgba(36,104,216,.18);background:#fbfdff}.edv-scene.is-active span{background:var(--blue);color:#fff}
.edv-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.edv-field{display:grid;gap:8px;min-width:0;color:#243148;font-size:16px;font-weight:950}.edv-field small{margin-left:8px;color:var(--muted);font-weight:900}.edv-field input,.edv-field textarea{width:100%;border:1px solid #c3ced9;border-radius:8px;background:#fff;color:var(--ink);font-size:18px;font-weight:720;outline:none}.edv-field input{min-height:52px;padding:0 14px}.edv-field textarea{min-height:260px;padding:16px;line-height:1.8;resize:vertical}.edv-preview textarea{min-height:160px;background:#fbfcfd}.edv-field input:focus,.edv-field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(7,153,101,.16)}
.edv-chip-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.edv-chip{min-height:48px;border:1px solid #bcc8d3;border-radius:8px;background:#fff;color:#253246;font-size:16px;font-weight:920}.edv-chip.is-active{border-color:var(--green);background:var(--green-soft);color:var(--green-dark);box-shadow:inset 0 0 0 1px rgba(7,153,101,.25)}.edv-confirm{min-height:52px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #e6c77b;border-radius:8px;background:var(--amber-soft);color:#47350d;font-size:16px;font-weight:950}.edv-confirm input{width:20px;height:20px;accent-color:var(--green);flex:0 0 auto}
.voice-style-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.voice-style{min-height:114px;display:grid;gap:5px;place-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-align:center}.voice-style span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--green-soft);color:var(--green-dark);font-size:19px;font-weight:950}.voice-style b{font-size:18px;line-height:1.2}.voice-style small{color:var(--muted);font-size:13px;font-weight:760}.voice-style.is-active{border-color:var(--green);box-shadow:inset 0 0 0 2px rgba(7,153,101,.22);background:#fbfffd}.voice-style.is-active span{background:var(--green);color:#fff}.edv-speed{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.edv-speed b{font-size:18px}.speed-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #c3ced9;border-radius:8px;background:#fff}.speed-row button{min-height:52px;border:0;border-right:1px solid #c3ced9;background:#fff;color:#263346;font-size:17px;font-weight:920}.speed-row button:last-child{border-right:0}.speed-row button.is-active{background:var(--green);color:#fff}.edv-hp{position:fixed;left:0;bottom:0;width:1px;height:1px;opacity:0;pointer-events:none}
.edv-primary{min-height:76px;display:flex;align-items:center;justify-content:center;gap:14px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:25px;font-weight:950;box-shadow:0 14px 28px rgba(7,153,101,.25)}.edv-primary:hover{background:var(--green-dark)}.edv-primary i{display:inline-flex;width:34px;height:28px;background:linear-gradient(90deg,transparent 0 3px,#fff 3px 7px,transparent 7px 10px,#fff 10px 15px,transparent 15px 18px,#fff 18px 23px,transparent 23px 26px,#fff 26px 30px,transparent 30px 34px)}.edv-player{display:grid;grid-template-columns:minmax(140px,.3fr) minmax(220px,1fr) minmax(150px,auto);gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.edv-player-head b{display:block;color:#5b6675;font-size:14px}.edv-player-head strong{display:block;color:var(--ink);font-size:18px;font-weight:950}.edv-player audio{width:100%;min-width:180px}.edv-player a{min-height:50px;display:flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--blue);border-radius:8px;color:var(--blue);font-weight:950;white-space:nowrap}.edv-player a[aria-disabled=true]{border-color:var(--line);color:#95a1ac;pointer-events:none}.edv-note{padding:10px 12px;border:1px solid #cfe8dc;border-radius:8px;background:#f7fffb;color:#315845;font-size:14px;font-weight:820}
.edv-grid{display:grid;grid-template-columns:1fr .9fr;gap:16px;margin-top:24px}.edv-grid article,.edv-section,.edv-faq{padding:clamp(18px,2.4vw,26px)}.edv-grid ul{margin:14px 0 0;padding-left:1.2em;color:#344256;font-size:17px;font-weight:780}.edv-grid a{min-height:46px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--soft);font-size:17px;font-weight:920}.edv-grid a:after{content:">";color:var(--muted)}.edv-section,.edv-faq{margin-top:24px}.edv-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}.edv-card-grid article{min-height:166px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.edv-card-grid b{display:block;color:var(--green-dark);font-size:21px;line-height:1.25}.edv-card-grid p{margin:10px 0 0;color:var(--muted);font-weight:760}.edv-faq{display:grid;gap:12px}.edv-faq details{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.edv-faq summary{cursor:pointer;padding:16px;font-size:18px;font-weight:950}.edv-faq p{margin:0;padding:0 16px 16px;color:var(--muted);font-weight:760}.edv-footer{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;padding:34px 16px 48px;color:var(--muted);font-size:14px;font-weight:850}
body[data-voice-state=processing] .edv-primary{opacity:.72;cursor:wait}body[data-voice-state=done] .edv-player{border-color:rgba(7,153,101,.55);box-shadow:0 12px 28px rgba(7,153,101,.12)}body[data-voice-state=error] .edv-player{border-color:rgba(210,55,55,.45)}
@media(max-width:1060px){.edv-title,.edv-console,.edv-grid{grid-template-columns:minmax(0,1fr)}.edv-summary{max-width:720px}.edv-player{grid-template-columns:minmax(0,1fr)}.edv-player audio,.edv-player a{width:100%}.voice-style-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.edv-header{position:static;min-height:58px;align-items:flex-start;flex-direction:column;padding:12px;gap:10px}.edv-header nav{width:100%;overflow-x:auto;padding-bottom:2px}.edv-header nav a{flex:0 0 auto}main{padding:16px 10px 0}.edv-title{gap:12px}.edv-title h1{font-size:32px}.edv-lead{font-size:16px;margin-top:8px}.edv-quick{gap:7px;margin-top:10px}.edv-quick a,.edv-quick span{min-height:34px;font-size:13px;padding:0 10px}.edv-summary{grid-template-columns:repeat(3,minmax(0,1fr));box-shadow:none}.edv-summary div{min-height:58px;padding:6px;border-right:1px solid var(--line);border-bottom:0}.edv-summary span{font-size:11px}.edv-summary b{font-size:15px}.edv-editor,.edv-voice{padding:14px}.edv-step>span{width:36px;height:36px;font-size:19px}.edv-step h2{font-size:25px}.edv-scene-grid,.edv-two,.edv-chip-row,.voice-style-grid,.edv-speed,.edv-card-grid{grid-template-columns:minmax(0,1fr)}.edv-scene{min-height:82px;grid-template-columns:52px minmax(0,1fr);place-items:center start;text-align:left}.edv-field textarea{min-height:218px;font-size:16px}.voice-style{min-height:86px;grid-template-columns:52px minmax(0,1fr);place-items:center start;text-align:left}.voice-style span{grid-row:1/3}.speed-row{grid-template-columns:minmax(0,1fr)}.speed-row button{border-right:0;border-bottom:1px solid #c3ced9}.speed-row button:last-child{border-bottom:0}.edv-primary{min-height:70px;font-size:22px}}
