@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#262345;--muted:#686476;--paper:#fffdf5;--pink:#f14285;--pink-light:#ffe7f0;--yellow:#f5f776;--lav:#e8e2ff;--line:#dcd8df;--white:#fff;--radius:24px;--shadow:0 8px 0 #262345;--max:1160px;font-size:16px;color:var(--ink);font-family:'Noto Sans JP',sans-serif;background:var(--paper)}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #6035cf;outline-offset:5px}::selection{background:var(--yellow);color:var(--ink)}.wrap{width:min(var(--max),calc(100% - 64px));margin:auto}.skip{position:absolute;left:20px;top:-100px;z-index:100;background:var(--yellow);padding:16px}.skip:focus{top:8px}.topline{height:7px;background:repeating-linear-gradient(90deg,var(--pink) 0 25%,var(--yellow) 25% 50%,#b7a8ee 50% 75%,#93d9cd 75% 100%)}.header{background:#fffdf5f5;border-bottom:1px solid var(--line);position:relative;z-index:10}.head-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;gap:11px;align-items:center;flex-shrink:0}.brand-mark{width:45px;height:45px;display:grid;place-items:center;background:var(--pink);border-radius:50%;color:white;font-size:34px;transform:rotate(-12deg)}.brand-name{font-family:'M PLUS Rounded 1c',sans-serif;font-weight:900;font-size:20px;line-height:1.45;letter-spacing:-.06em}.brand-name small{display:block;font:700 10px/1.5 'Noto Sans JP',sans-serif;letter-spacing:2px}.nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:700}.nav a{padding:13px 0;position:relative;white-space:nowrap}.nav a[aria-current=page]:after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:4px;background:var(--pink);border-radius:3px}.nav a:hover{color:#be205e}.menu-toggle{display:none;border:1px solid var(--ink);padding:9px 13px;background:var(--paper);border-radius:30px;color:var(--ink)}.icon{width:20px;height:20px;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:25px;height:2px;background:currentColor}.hero{padding:49px 0 45px;display:grid;grid-template-columns:1.3fr .7fr;gap:50px;position:relative}.hero h1{font-family:'M PLUS Rounded 1c',sans-serif;font-size:clamp(35px,4.5vw,62px);letter-spacing:-.055em;line-height:1.43;margin:18px 0 14px;font-weight:900}.highlight{position:relative;white-space:nowrap;background:linear-gradient(transparent 65%,var(--yellow) 65% 93%,transparent 93%)}.hero p{line-height:2;font-size:15px;margin:15px 0 21px;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{min-height:46px;border:1.5px solid var(--ink);border-radius:100px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 22px;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s;background:var(--paper);color:var(--ink)}.btn:hover{transform:translateY(-3px);box-shadow:0 4px 0 var(--ink)}.btn.primary{background:var(--ink);color:white}.btn.pink{background:var(--pink);color:white;border-color:var(--pink)}.hero-board{align-self:center;position:relative;margin:0 5px 5px 15px;padding:29px 28px 25px;border:2px solid var(--ink);background:var(--lav);border-radius:25px;box-shadow:7px 7px 0 var(--ink);transform:rotate(3deg)}.board-top{display:flex;justify-content:space-between;gap:20px;border-bottom:1px dashed var(--ink);padding-bottom:14px;font-size:12px;font-weight:800;letter-spacing:2px}.board-title{font-family:'M PLUS Rounded 1c',sans-serif;font-weight:900;line-height:.92;font-size:58px;letter-spacing:-4px;margin:22px 0 10px}.board-bottom{font-size:13px;font-weight:700;letter-spacing:2px;margin-top:17px}.board-sticker{position:absolute;right:-13px;bottom:46px;background:var(--yellow);width:100px;height:100px;border:2px solid var(--ink);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(-13deg);font-weight:900;font-size:20px}.board-sticker small{font-size:11px;letter-spacing:1px}.board-star{position:absolute;right:23px;top:-31px;font-size:63px;color:var(--pink);text-shadow:2px 2px var(--ink);line-height:1}.section{padding:54px 0}.section.tight{padding-top:28px}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:25px}.section-head h2{font-family:'M PLUS Rounded 1c',sans-serif;font-size:30px;letter-spacing:-1px;line-height:1.5;margin:4px 0 0;font-weight:900}.section-head p{color:var(--muted);font-size:14px;margin:7px 0 0;line-height:1.8}.text-link{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid currentColor;padding:6px 0;white-space:nowrap}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.song-card{background:white;border:1.5px solid var(--ink);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s}.song-card:hover{transform:translateY(-4px)}.song-visual{background:var(--pink-light);min-height:208px;position:relative;padding:21px 23px;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1.5px solid var(--ink);overflow:hidden}.song-visual.lavender{background:var(--lav)}.song-visual.yellow{background:var(--yellow)}.visual-top{display:flex;justify-content:space-between;font-size:12px;font-weight:800;letter-spacing:1px;align-items:center}.pill{display:inline-flex;align-items:center;border:1px solid currentColor;border-radius:99px;padding:5px 10px;font-size:12px;font-weight:700;line-height:1.2}.visual-word{font-family:'Arial Black','Noto Sans JP',sans-serif;font-size:55px;letter-spacing:-3px;font-weight:900;line-height:.9;margin-top:20px;z-index:1}.visual-word span{display:block;font-size:23px;letter-spacing:1px;margin-top:9px}.visual-num{position:absolute;right:14px;bottom:9px;font-size:100px;font-weight:900;line-height:1;opacity:.09}.visual-star{position:absolute;right:24px;top:68px;font-size:64px;transform:rotate(-13deg);color:var(--pink)}.song-body{padding:21px 21px 23px;display:flex;flex-direction:column;flex:1}.song-body h3{font-size:18px;margin:0 0 10px;line-height:1.65;font-weight:800;letter-spacing:-.5px}.song-body p{font-size:14px;line-height:1.8;color:var(--muted);margin:0 0 15px}.song-body .btn{width:100%;margin-top:auto}.song-status{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px;margin-bottom:13px;line-height:1.5}.rule{border:0;border-top:1px solid var(--line);margin:0}.mini-copy{display:flex;gap:12px;align-items:center;justify-content:space-between;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:13px 14px;margin-bottom:17px;font-size:13px;font-weight:700;line-height:1.8}.copy-btn{border:1px solid var(--line);background:white;border-radius:9px;min-width:42px;min-height:42px;padding:8px;color:var(--ink);display:inline-flex;gap:8px;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}.copy-btn:hover{background:var(--yellow);border-color:var(--ink)}.copy-btn.copied{background:var(--yellow)}.copy-btn .icon{width:17px;height:17px}.band{border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);background:var(--yellow);padding:13px 0;font-size:12px;font-weight:900;letter-spacing:3px;overflow:hidden;text-align:center;white-space:nowrap}.call-preview{border:1.5px solid var(--ink);border-radius:var(--radius);background:var(--lav);padding:30px;display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:center}.call-preview h2{font-family:'M PLUS Rounded 1c';font-weight:900;font-size:32px;line-height:1.6;letter-spacing:-1px;margin:12px 0}.call-preview p{font-size:14px;line-height:1.9;color:var(--muted)}.call-preview .mini-copy{background:white;margin:9px 0;font-size:15px;padding:16px 18px}.idol-card{border:1.5px solid var(--ink);border-radius:var(--radius);padding:26px;display:flex;align-items:center;gap:25px;background:white;transition:transform .2s,box-shadow .2s}.idol-card:hover{transform:translateY(-4px);box-shadow:0 4px 0 var(--ink)}.idol-letter{border-radius:18px;width:87px;height:87px;flex-shrink:0;display:grid;place-items:center;font-size:34px;font-weight:900;letter-spacing:-2px;background:var(--pink-light)}.idol-card h3{font-size:20px;margin:0 0 9px;line-height:1.6}.idol-card p{font-size:14px;color:var(--muted);margin:0;line-height:1.8}.idol-card .icon{margin-left:auto}.footer{background:var(--ink);color:var(--paper);padding:40px 0 24px;margin-top:45px}.footer-top{display:flex;justify-content:space-between;gap:35px;align-items:start}.footer .brand-mark{background:var(--yellow);color:var(--ink)}.footer-nav{display:flex;gap:25px;flex-wrap:wrap;font-size:14px}.footer p{font-size:12px;line-height:1.9;color:#d4d1e3}.footer-bottom{border-top:1px solid #514d6e;display:flex;justify-content:space-between;margin-top:25px;padding-top:20px;font-size:12px;color:#d4d1e3}.page-head{padding:40px 0 34px}.crumbs{font-size:12px;display:flex;gap:10px;color:var(--muted);margin-bottom:30px;flex-wrap:wrap}.crumbs a{text-decoration:underline;text-underline-offset:3px}.page-head h1{font-family:'M PLUS Rounded 1c';font-size:clamp(30px,4vw,46px);font-weight:900;line-height:1.5;letter-spacing:-1px;margin:12px 0}.page-head .lead{color:var(--muted);max-width:760px;line-height:2;font-size:16px}.page-head.row{display:flex;justify-content:space-between;align-items:center;gap:20px}.page-number{font-family:'Arial Black',sans-serif;font-size:100px;font-weight:900;color:#eae5ef;line-height:1}.category-nav{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px}.category-nav a{font-size:14px;padding:10px 17px;border:1px solid var(--ink);border-radius:50px;background:white;font-weight:700}.category-nav a:hover{background:var(--yellow)}.call-card{background:white;border:1.5px solid var(--ink);border-radius:20px;padding:25px;scroll-margin-top:30px}.call-card h3{font-size:20px;line-height:1.6;margin:8px 0 10px}.call-card p{color:var(--muted);font-size:14px;line-height:1.9;margin:10px 0 17px}.call-label{font-size:12px;font-weight:800;letter-spacing:1px;color:#b32260}.call-block{background:var(--paper);border:1px solid var(--line);padding:17px;border-radius:12px;margin-top:12px}.call-block-top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted);margin-bottom:10px}.call-text{font-family:'M PLUS Rounded 1c';font-size:18px;line-height:1.9;font-weight:800;white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.source{margin-top:17px;font-size:12px;color:var(--muted);line-height:1.8}.source a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.note{background:#f2effa;border-left:4px solid #ab96e3;padding:18px 22px;font-size:14px;line-height:1.95;margin:25px 0;border-radius:0 12px 12px 0}.note strong{font-weight:800}.details-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:start}.video-box{border:1.5px solid var(--ink);border-radius:20px;overflow:hidden;background:var(--ink);aspect-ratio:16/9;position:relative;display:grid;place-items:center;color:white;text-align:center}.video-box iframe{width:100%;height:100%;border:0;position:absolute;inset:0}.video-launch{border:0;background:transparent;color:inherit;position:absolute;inset:0;width:100%;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;overflow:hidden}.video-launch:before{content:'';position:absolute;width:250px;height:250px;border:1px solid #5d557b;border-radius:50%;z-index:0}.video-launch>*{z-index:1}.video-launch strong{font-size:18px}.video-launch small{font-size:12px;color:#d0cadf}.play-circle{display:grid;place-items:center;border-radius:50%;background:var(--yellow);color:var(--ink);width:67px;height:67px}.play-circle .icon{width:25px;height:25px}.video-empty{padding:30px;display:grid;gap:12px}.video-empty strong{font-size:20px}.video-empty small{font-size:14px;color:#d0cadf;line-height:1.8}.video-caption{font-size:13px;color:var(--muted);line-height:1.9;margin:12px 0 23px}.video-caption a{text-decoration:underline}.sidebar{background:var(--yellow);border:1.5px solid var(--ink);border-radius:20px;padding:27px}.sidebar h2{font-size:20px;margin:0 0 17px}.sidebar p{font-size:14px;line-height:1.9}.flow{list-style:none;padding:0;counter-reset:flow}.flow li{counter-increment:flow;padding:14px 0;border-top:1px dashed #acae57;display:flex;gap:12px;font-size:14px;line-height:1.7}.flow li:before{content:counter(flow,decimal-leading-zero);font-weight:900}.subheading{font-family:'M PLUS Rounded 1c';font-size:25px;font-weight:900;margin:38px 0 20px}.song-copy-list{display:grid;gap:20px}.song-copy-list .call-card{border-color:var(--line)}.song-map{display:grid;gap:0;margin:20px 0}.song-map>div{display:flex;gap:22px;padding:14px 0;border-bottom:1px solid var(--line);line-height:1.8;font-size:14px}.song-map b{flex:0 0 85px}.artist-banner{border:1.5px solid var(--ink);border-radius:24px;padding:42px;background:var(--pink-light);position:relative;overflow:hidden}.artist-banner .big-name{font-size:clamp(36px,6vw,70px);font-weight:900;letter-spacing:-2px;margin:15px 0;line-height:1.4}.artist-banner .big-roman{font-size:12px;letter-spacing:3px;font-weight:800}.artist-banner p{max-width:680px;line-height:2;font-size:16px}.profile-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:white;border:1px solid var(--line);border-radius:18px;margin:27px 0;padding:23px}.profile-facts>div{padding:0 20px;border-right:1px solid var(--line)}.profile-facts>div:last-child{border-right:0}.profile-facts dt{font-size:12px;color:var(--muted);margin-bottom:8px}.profile-facts dd{margin:0;font-size:16px;font-weight:700;line-height:1.6}.track-row{padding:23px 0;border-bottom:1px solid var(--line);display:flex;gap:23px;align-items:center}.track-num{font-size:25px;font-weight:900;color:#b49ecf}.track-row h3{margin:0 0 6px;font-size:19px}.track-row p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.external-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.external-card{display:flex;gap:20px;align-items:center;padding:24px;border:1px solid var(--ink);border-radius:18px;background:white;min-height:105px}.external-card:hover{background:var(--pink-light)}.external-card>span{font-size:13px;letter-spacing:1px;width:55px;font-weight:900;flex-shrink:0}.external-card h3{font-size:17px;line-height:1.6;margin:0 0 5px}.external-card p{font-size:13px;color:var(--muted);margin:0;line-height:1.8}.external-card .icon{margin-left:auto}.about-content{max-width:800px;line-height:2;font-size:16px}.about-content h2{font-size:25px;margin-top:35px}.about-content ul{padding-left:22px}.about-content a{text-decoration:underline}.reference-list{list-style:none;padding:0;margin:0;counter-reset:refs}.reference-list li{padding:16px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.9;overflow-wrap:anywhere}.reference-list a{text-decoration:underline;text-underline-offset:3px}.reference-list small{display:block;color:var(--muted);font-size:12px}.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,30px);padding:14px 24px;border-radius:99px;background:var(--ink);color:white;font-size:14px;font-weight:700;z-index:30;opacity:0;pointer-events:none;transition:.2s;max-width:calc(100% - 30px);text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.inline-badge{background:var(--pink-light);color:#b32260;display:inline-block;font-size:12px;font-weight:700;padding:5px 10px;border-radius:5px;margin-bottom:12px}.group-section{margin-bottom:45px}.group-section>h2{font-size:25px;margin:0 0 21px}.video-list-card{border:1.5px solid var(--ink);border-radius:20px;background:white;overflow:hidden}.video-list-card .video-box{border:0;border-radius:0;border-bottom:1px solid var(--ink)}.video-list-card .content{padding:23px}.video-list-card h3{font-size:19px;line-height:1.7;margin:0 0 12px}.video-list-card p{font-size:14px;color:var(--muted);line-height:1.8}.video-list-card .btn{font-size:13px}.compact-placeholder{border:1.5px dashed #a098b4;background:#f6f3fb;border-radius:20px;padding:35px;display:flex;align-items:center;justify-content:space-between;gap:25px}.compact-placeholder p{font-size:14px;line-height:1.9;color:var(--muted)}.compact-placeholder h3{font-size:19px;margin:0}.tiny-note{font-size:12px;line-height:1.9;color:var(--muted)}
@media(min-width:1500px){.hero{padding-top:60px;padding-bottom:57px}}
@media(max-width:980px){.head-inner{gap:15px}.nav{gap:16px;font-size:13px}.brand-name{font-size:17px}.hero{gap:25px;grid-template-columns:1.2fr .8fr}.board-title{font-size:48px}.hero-board{padding:22px}.visual-word{font-size:43px}.visual-star{font-size:45px;right:15px}.song-body{padding:17px}.song-body h3{font-size:17px}.idol-card{padding:21px;gap:17px}.idol-letter{width:65px;height:65px;font-size:28px}.idol-card h3{font-size:18px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.head-inner{min-height:80px}.brand-name{font-size:17px}.brand-name small{font-size:9px}.brand-mark{width:37px;height:37px;font-size:28px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--paper);padding:15px 24px 24px;flex-direction:column;gap:5px;align-items:stretch;border-bottom:1px solid var(--ink);font-size:15px;box-shadow:0 8px 18px #26234514}.nav.open{display:flex}.nav a{padding:12px}.nav a[aria-current=page]:after{width:30px;left:12px;bottom:4px}.hero{grid-template-columns:1fr;padding:33px 0 36px;gap:31px}.hero h1{font-size:38px;margin-top:15px;letter-spacing:-1.8px}.hero p{font-size:14px;margin-top:10px}.hero-board{width:calc(100% - 20px);max-width:390px;margin:0 auto;transform:rotate(2deg);padding:20px 25px}.board-title{font-size:46px;margin:15px 0}.board-title br{display:none}.board-sticker{height:80px;width:80px;right:-8px;bottom:23px;font-size:17px}.board-bottom{font-size:12px;margin-top:12px}.board-top{padding-bottom:10px;font-size:10px}.board-star{font-size:47px;top:-23px}.eyebrow{font-size:11px;letter-spacing:1.5px}.section{padding:35px 0}.section.tight{padding-top:20px}.section-head{align-items:start;gap:12px;margin-bottom:21px}.section-head h2{font-size:25px}.section-head p{font-size:13px}.section-head .text-link{font-size:12px}.grid3{grid-template-columns:1fr;gap:23px}.grid2{grid-template-columns:1fr;gap:18px}.song-visual{min-height:180px;padding:19px 23px}.visual-word{font-size:51px;margin-top:18px}.visual-word span{font-size:20px}.visual-star{font-size:65px;right:45px;top:70px}.visual-num{font-size:100px}.song-body{padding:21px}.song-body h3{font-size:19px}.song-body p{font-size:14px}.mini-copy{font-size:14px}.call-preview{grid-template-columns:1fr;gap:12px;padding:24px}.call-preview h2{font-size:27px;margin:9px 0}.call-preview .mini-copy{font-size:14px;padding:12px}.idol-card{padding:21px}.idol-letter{width:65px;height:65px}.idol-card h3{font-size:18px}.idol-card p{font-size:13px}.footer{margin-top:30px;padding-top:30px}.footer-top{flex-direction:column;gap:25px}.footer-nav{gap:18px;font-size:13px}.footer-bottom{font-size:11px;gap:12px;flex-wrap:wrap}.page-head{padding:28px 0 23px}.crumbs{margin-bottom:22px}.page-head h1{font-size:32px}.page-head .lead{font-size:14px}.page-number{font-size:65px}.category-nav{gap:8px}.category-nav a{font-size:13px;padding:9px 13px}.call-card{padding:21px}.call-card h3{font-size:19px}.call-text{font-size:16px}.call-block{padding:14px}.details-grid{grid-template-columns:1fr;gap:23px}.video-launch{padding:18px}.video-launch strong{font-size:15px}.video-launch small{font-size:11px}.play-circle{width:52px;height:52px}.video-empty strong{font-size:17px}.video-empty small{font-size:12px}.sidebar{padding:24px}.subheading{font-size:23px;margin-top:30px}.artist-banner{padding:27px}.artist-banner .big-name{font-size:36px}.artist-banner p{font-size:14px}.profile-facts{grid-template-columns:1fr;padding:8px 22px}.profile-facts>div{padding:16px 0;border-right:0;border-bottom:1px solid var(--line)}.profile-facts>div:last-child{border:0}.profile-facts dd{font-size:15px}.external-grid{grid-template-columns:1fr}.external-card{padding:21px}.external-card h3{font-size:16px}.external-card>span{width:48px}.compact-placeholder{padding:25px;flex-direction:column;align-items:start;gap:8px}.about-content{font-size:15px}.note{padding:16px 18px;font-size:13px}.btn{min-height:46px}.song-map>div{gap:15px}.song-map b{flex-basis:70px}.band{font-size:10px;letter-spacing:2px}.track-row h3{font-size:17px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}

/* Final page refinements: 2026-09-15 */
.board-sticker{white-space:nowrap;font-size:18px}.song-body .video-box{border-radius:12px;aspect-ratio:16/9}.song-body .video-launch{padding:16px;gap:8px}.song-body .play-circle{width:44px;height:44px}.song-body .video-launch strong{font-size:14px}.song-body .video-launch small{font-size:10px}.song-body .video-empty{padding:18px;gap:8px}.song-body .video-empty strong{font-size:15px}.song-body .video-empty small{font-size:12px}.card-caption{font-size:11px;color:var(--muted);margin:9px 0 16px;line-height:1.7}.card-caption a{text-decoration:underline}.card-caption .icon{width:13px;height:13px}.song-body .tiny-note{font-size:11px;line-height:1.7;margin-bottom:14px}.top-source .icon{width:13px;height:13px}.top-source a{text-decoration:underline}.little-guide{padding:24px 0 15px;display:flex;align-items:center;gap:26px;border-top:1px solid var(--line)}.little-guide p{font-size:13px;line-height:1.9;flex:1;color:var(--muted)}.source .icon,.reference-list .icon{width:14px;height:14px}.call-card{height:100%}.grid2{align-items:stretch}.artist-banner .big-name{overflow-wrap:anywhere}.section[id]{scroll-margin-top:25px}
@media(max-width:760px){.board-title{font-size:41px}.board-sticker{font-size:14px}.section-head{flex-wrap:wrap}.little-guide{align-items:flex-start;flex-direction:column;gap:5px}.hero h1{font-size:clamp(31px,9.2vw,38px)}.hero-board{margin-top:10px}.head-inner{gap:8px}.brand-name{font-size:15px}.brand-name small{letter-spacing:1.5px}.brand{gap:8px}.menu-toggle{font-size:12px;padding:9px 11px}.artist-banner .big-name{letter-spacing:-1px;font-size:32px}.song-body .video-launch strong{font-size:16px}.song-body .video-launch small{font-size:12px}.song-body .video-empty strong{font-size:17px}.card-caption{font-size:12px}.page-head h1{overflow-wrap:anywhere}.category-nav a{white-space:normal}.text-link{white-space:normal}}

.segment-info{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 14px;font-size:12px;color:var(--muted)}.segment-info b{font-size:15px;color:var(--ink)}.segment-info .inline-badge{margin:0}.call-text{white-space:pre-line}.mini-art{height:156px;display:flex;flex-direction:column;justify-content:space-between;padding:23px 26px;position:relative;overflow:hidden;color:var(--ink)}.mini-art>span{font-size:12px;font-weight:800;position:relative;z-index:1}.mini-art strong{font-size:clamp(30px,3.4vw,46px);font-weight:950;letter-spacing:-2px;line-height:1}.mini-art i{position:absolute;right:15px;top:10px;font-size:122px;font-style:normal;line-height:1;opacity:.17}.mini-art.mint{background:#d9f2e6}.mini-art.lavender{background:#e8e2ff}.mini-art.yellow{background:#fff1ca}.mini-art.blue{background:#dcedff}.added-song .song-body>p{font-size:13px;line-height:1.9;min-height:50px;color:var(--muted)}.added-song .song-body h3{margin-top:10px}.added-song .mini-copy{font-size:13px}.added-song .mini-copy span{white-space:pre-line}.video-list-card .video-launch strong{font-size:19px}.song-copy-list .call-card{height:auto}
@media(max-width:760px){.mini-art{height:140px}.mini-art strong{font-size:36px}.segment-info{gap:7px}.segment-info b{font-size:13px}.video-list-card .video-launch strong{font-size:17px}}
.segment-shell{margin:0 0 16px;min-width:0}.segment-shell .video-box.segment-screen{min-height:200px;margin-bottom:0}.clip-controls{padding:15px 16px;background:#fff8fb;border:1px solid #e5d9e0;border-radius:0 0 17px 17px;margin-top:-7px;padding-top:19px;color:var(--ink)}.clip-timeline{display:flex;align-items:center;justify-content:space-between;gap:10px}.clip-clock{font-size:13px;font-weight:800;font-variant-numeric:tabular-nums}.clip-tag{font-size:10px;font-weight:800;letter-spacing:.06em;color:#9f2856;background:#ffe3ee;border-radius:30px;padding:4px 9px}.clip-seek{display:block;width:100%;height:30px;margin:6px 0 9px;accent-color:#eb3978;cursor:pointer}.clip-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px}.clip-controls button{border:1px solid #d8cdd5;border-radius:30px;background:#fffdf5;color:var(--ink);min-height:38px;padding:7px 11px;font-size:12px;font-weight:800}.clip-controls button:hover:not(:disabled){border-color:#eb3978;background:#ffedf4}.clip-controls button:disabled{opacity:.55}.clip-actions .clip-play{background:var(--ink);border-color:var(--ink);color:#fff}.clip-actions .clip-play:hover:not(:disabled){background:#443360;color:#fff}.clip-actions .clip-restart{grid-column:1/-1;min-height:32px;background:transparent}.clip-secondary{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.clip-secondary button{font-size:11px;min-height:30px;padding:4px 10px;background:transparent}.clip-status{font-size:11px!important;line-height:1.6!important;color:var(--muted);margin:8px 0 0!important}.clip-complete{width:100%;height:100%;position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:20px;text-align:center;background:#e8e2ff;color:var(--ink);font-size:14px}.clip-complete strong{font-size:clamp(14px,2vw,20px);line-height:1.6}.clip-complete-star{font-size:38px;color:#f14285;line-height:1}.clip-complete .btn{min-height:40px;font-size:12px;padding:8px 18px;background:#fffdf5}.segment-shell:fullscreen{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px;background:#19142b;overflow:auto}.segment-shell:fullscreen .video-box{width:min(100%,1200px);max-height:calc(100vh - 215px);flex:none}.segment-shell:fullscreen .clip-controls{width:min(100%,1200px);flex:none}.segment-shell:fullscreen .clip-actions{grid-template-columns:1fr 1fr 1fr 1fr}.segment-shell:fullscreen .clip-restart{grid-column:auto}.clip-controls [hidden]{display:none!important}
@media(max-width:760px){.clip-controls{padding:17px 12px 12px}.clip-controls button{padding:7px 6px;font-size:11px}.clip-complete{gap:10px}.clip-complete-star{font-size:30px}.segment-shell:fullscreen{padding:8px}.segment-shell:fullscreen .clip-actions{grid-template-columns:1fr 1fr 1fr}.segment-shell:fullscreen .clip-restart{grid-column:1/-1}}

/* Keep native player and range input inside narrow grid tracks. */
.details-grid>div{min-width:0}.clip-controls,.clip-actions>button{min-width:0}.clip-seek{min-width:0;max-width:100%}.segment-shell{max-width:100%}

.segment-shell .video-box.segment-screen{width:100%;min-width:0;max-width:100%}
/* Japanese song titles in the existing four-card layout. */
.mini-art{height:168px;min-width:0;padding:23px 26px;justify-content:space-between}
.mini-art strong{display:block;position:relative;z-index:1;font-size:clamp(26px,2.65vw,37px);font-weight:900;line-height:1.32;letter-spacing:.025em;overflow-wrap:anywhere}
.mini-art strong span{display:block}
.mini-art>span{font-size:12px;letter-spacing:.05em}
.mini-art i{right:16px;top:18px;font-size:122px;opacity:.12}
.added-song .song-body{display:flex;flex-direction:column;flex:1}
.added-song{display:flex;flex-direction:column}
.added-song .song-body>.btn{margin-top:auto}
.added-song .song-body .mini-copy{margin-bottom:20px}
@media(max-width:760px){.mini-art{height:156px;padding:21px 23px}.mini-art strong{font-size:clamp(24px,7vw,31px);line-height:1.38;letter-spacing:.02em}.footer-bottom{gap:10px}.hero .eyebrow{font-size:11px;letter-spacing:.08em}}
/* Original decorative image assets. No artist logos or character images. */
.idol-card{padding:22px 26px;gap:22px;min-height:148px;overflow:hidden}
.idol-art{display:block;width:104px;height:104px;flex:0 0 104px;border-radius:50%;overflow:hidden;background:#fffdf6;transition:transform .28s ease}
.idol-art img{display:block;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}
.idol-card:hover .idol-art{transform:rotate(-5deg) scale(1.05)}
.idol-card-copy{min-width:0}.idol-card h3{font-size:20px;letter-spacing:-.035em}.idol-card p{font-size:13px}
.artist-banner-with-art{display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center;gap:28px}
.artist-banner-with-art .big-name{font-size:clamp(32px,4.2vw,57px);overflow-wrap:anywhere}
.artist-hero-art{width:100%;height:auto;display:block;border-radius:50%;mix-blend-mode:multiply}
#meet-idols,#mikurin-songs{scroll-margin-top:30px}
.artist-track-link{gap:20px;transition:background .18s;padding:24px 12px;border-radius:12px}
.artist-track-link:hover{background:#f7f3fb}.artist-track-link>div{min-width:0;flex:1}.artist-track-link h3{overflow-wrap:anywhere}
.track-action{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:4px}
.track-action .icon{width:15px;height:15px}.track-row .track-meta{font-size:11px;margin-top:8px;color:var(--muted)}
.track-kind{border:1px solid var(--line);background:white;border-radius:50px;padding:5px 10px;font-size:10px;white-space:nowrap;flex-shrink:0}
.track-kind.has-call{background:var(--pink-light);border-color:var(--pink-light);color:#a32259}
@media(max-width:980px){.idol-card{padding:19px;gap:17px}.idol-art{width:84px;height:84px;flex-basis:84px}.idol-card h3{font-size:18px}.artist-banner-with-art{grid-template-columns:minmax(0,1fr) 150px}}
@media(max-width:760px){.idol-card{min-height:126px;padding:18px;gap:15px}.idol-art{width:78px;height:78px;flex-basis:78px}.idol-card h3{font-size:16px;margin-bottom:5px}.idol-card p{font-size:12px}.idol-card>.icon{width:16px;height:16px}.artist-banner-with-art{grid-template-columns:1fr;gap:10px}.artist-banner-with-art .artist-hero-art{width:138px;grid-row:1;justify-self:end;margin-top:-7px;margin-bottom:-12px}.artist-banner-with-art .big-name{font-size:32px}.artist-track-link{gap:13px;padding:21px 2px;flex-wrap:wrap}.artist-track-link .track-num{font-size:20px}.artist-track-link .track-kind{margin-left:34px}.artist-track-link>div{flex-basis:calc(100% - 45px)}.artist-track-link h3{font-size:17px}.track-action{font-size:12px}}
@media(prefers-reduced-motion:reduce){.idol-art{transition:none}.idol-card:hover .idol-art{transform:none}}
