/* common
===================================================== */
html,
body {
  font-size: 62.5%;
  overscroll-behavior-y: none;
  width: 100%;
  line-height: 1;
  scroll-behavior: smooth;
  font-kerning: normal;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  width: 100%;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media (width >= 769px) {
  .pc-none {
    display: none !important;
  }
}
@media (width <= 768px) {
  .sp-none {
    display: none !important;
  }
}
.underline {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */