*, *::before, *::after {
  box-sizing: border-box;
  -webkit-appearance: none;
}
* {
  margin: 0;
  font-feature-settings: "palt";
}
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html, body {
  height: 100%;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body > footer {
  position: sticky;
  top: 100vh;
}
footer {
  width: 100%;
}
img, picture, video, canvas, svg {
  border: none;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
input, button, textarea, select {
  font: inherit;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
a {
  text-decoration: none;
}
ol, ul {
  list-style: none;
  padding: 0;
}
section {
  width: 100%;
}
#root, #__next {
  isolation: isolate;
}