@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');

html[lang="zh-CN"],
html[lang="zh-CN"] .c-block-about__title span {
    font-family: 'SimSun', 'STZhongsong', serif;
    /*font-family: "Noto Sans SC", sans-serif;*/
}

html[lang="zh-CN"] header,
html[lang="zh-CN"] footer {
    font-family: "Noto Sans JP", sans-serif;
}

body.is-cn .l-footer__main {
    display: none;
}
