@charset "utf-8";

html, body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.01rem;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  font-family: YJTop Ellipsis, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  /* font-family: "Noto Sans JP", sans-serif; */
  color: #1c1c1c;
}

.inner {
  max-width: 620px;
  padding: 0 40px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .inner {
    padding: 0 16px;
  }
}
