footer p {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 0.95vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */