body {
  max-width: 100%;
  background: #fefefe;
}

/* フォント */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #3b3b3b;
}
