@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style: none;
}

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

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}
html, body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 62.5%;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

.futura {
  font-family: "futura-pt", sans-serif;
}

/*# sourceMappingURL=initialize.css.map */
