html {
  font-size: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  touch-action: manipulation;
}

body {
  font-family: "misaki_gothic_2nd", "JF-Dot-k12x10", "游ゴシック", sans-serif;
  line-height: 1.5;
  margin: 0;
  background-color: var(--bg);
  color: var(--fg);
}
