@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 751px) {
  body {
    font-size: 1rem;
  }
}

[data-animate] {
  opacity: 0;
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
.nowrap {
  white-space: nowrap;
}

.hide {
  display: none;
}

.noto-light {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  overflow-x: hidden;
  height: fit-content;
  margin: 0;
  padding: 0;
}

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

.container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.sprite {
  position: absolute;
  width: calc(var(--w) / var(--w-root) * 100%);
  aspect-ratio: var(--w)/var(--h);
  height: auto;
  top: calc(var(--y) / var(--h-root) * 100%);
  left: calc(var(--x) / var(--w-root) * 100%);
}

.inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
p {
  text-align: justify;
}

footer > .inner:before {
  content: none;
}
footer #footer-logo {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  footer #footer-logo {
    height: 100px;
  }
}
footer #footer-logo > a {
  line-height: 1em;
  display: inline-block;
}
footer #footer-logo > a > img {
  width: 300px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */
