/* Keep the English TOP catchphrase consistent on the Chinese landing page. */
html[lang="zh-CN"] #mainimg-box h2,
html[lang="zh-CN"] #mainimg-box h2 span {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-style: normal !important;
}
