.translated-ltr body::after {
    content: 'This page has been machine-translated from Japanese.'; /* 好きな文章に変えてください */
    position: fixed;
    display: block;
    width: 100%;
    height: 2em;
    line-height: 2;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: #f73737;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

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

html[lang="zh-CN"] body font{
  font-family: "Noto Sans SC", sans-serif;	
}
html[lang="zh-TW"] body font{
  font-family: "Noto Sans TC", sans-serif;
}

html[lang="en"] .ja-only{
	display:none !important;
}
html[lang="ja"] .ja-only{
	display:inherit !important;
}
html[lang="ja"] .en-only{
	display:none !important;
}
html[lang="en"] .en-only{
	display:inherit !important;
}

/* Header Navigation */

html[lang="en"]{
.translated-ltr .global-nav-list>li .global-nav-name {
    line-height: 1;
}
.translated-ltr .global-nav-list>li .global-nav-name font {
    white-space: normal;
    line-height: 1;
}
}