@charset "UTF-8";
@font-face {
  /* normal */
  font-family: 'Noto Sans CJK JP';
  src: url("../font/NotoSansCJKjp-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* bold */
  font-family: 'Noto Sans CJK JP';
  src: url("../font/NotoSansCJKjp-Bold.otf") format("otf");
  font-weight: bold;
  font-style: normal;
}

html {
    width: 100%;
    font-size: 62.5%;
    overflow: hidden;
    font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    touch-action: manipulation;
}

body {
    width: 100%;
    height: 100%;
    background-color: black;
    margin: 0;
    overflow: auto;
    -ms-touch-action: none;
    touch-action: none;
}
