@charset "utf-8";

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #292929;
  line-height: 2;
  font-size: 16px;
  font-size: calc(0.42vw + 10px);
}
@media (max-width: 860px) {
  html {
    font-size: 16px;
  }
}
