@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100 900;
  font-style: normal;
  src: url(../webfonts/NotoSansJP-VariableFont_wght.ttf) format("truetype");
}
body {
  background-color: #fff;
  font-size: 14px;
  height: 100%;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  margin: 0 auto;
}

html,
body,
head {
  overflow-x: hidden;
}

hr {
  color: #6ca223;
}