body {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .logo-tilte img {
    max-width: 60vw;
  }
  .soon {
    max-width: 60vw;
  }
}