/* サイト全体の基本的なスタイル */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

:root {
  --scroolbarwidth: 0px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  margin-bottom: 1em;
}

/* ボタンなど */
button {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background-color: #eee;
  cursor: pointer;
}

/* メディアクエリ */
