/* ja.css — CJK font layer */
html[lang="ja"] body,
html[lang="ja"] body *:not(svg):not(path):not(circle):not(rect):not(line){
  font-family:'Noto Sans JP',system-ui,sans-serif !important;
  letter-spacing:normal !important;
}
html[lang="ja"] body{line-height:1.7}
html[lang="ja"] .hero h1,html[lang="ja"] .sec-title,html[lang="ja"] .cta h2{line-height:1.25;font-weight:700}
