@charset "UTF-8";
html {
  font-family: Avenir, "Helvetica Neue", "Helvetica Neue", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.no-scrollbar {
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/*# sourceMappingURL=main.css.map */