@import url("./variables.css");
/* =========================
  共通構造
========================= */
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, "Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic Pro W6", "Hiragino Kaku Gothic Pro W3",
    BlinkMacSystemFont, Roboto, Meiryo, sans-serif !important;
  color: var(--neutral-gray-900) !important;
  background-color: var(--neutral-white) !important;
  margin: 0 auto;
}
