/* サイト全体の基本的なスタイル */
:root {
  --scroolbarwidth: 0px;
}
body {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;;
}

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

p {
  margin-bottom: 1em;
}

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

/* メディアクエリ */
