@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-VariableFont_wdth,wght.ttf");
}
html {
  margin-top: unset !important;
  scroll-behavior: smooth;
}

body {
  margin: unset;
  background-color: #f4f6f8;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
  margin: unset;
}

a {
  text-decoration: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}