/*
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP Medium";
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../font/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../font/Roboto-Regular.ttf") format("truetype");
}
*,
::after,
::before {
  box-sizing: border-box;
  font-family: "NotoSansJP", "Roboto Medium", sans-serif;
}
*/
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  margin-top: unset !important;
  scroll-behavior: smooth;
}

body {
  margin: unset;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: black;
}

img {
  display: block;
}