@charaset utf-8;

@font-face {
  font-family: "YuGothicM", sans-serif;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: 'NotoSans','Noto Sans CJK JP';
  src: url("../../font/NotoSansMonoCJKjp-Regular.otf");
}

body {
  /* Mac英字：San Fransisco　Android：縦長英字対策(Roboto) */
  font-family: "YuGothicM", sans-serif;
  font-weight: 400;
  line-height: 1;
}
