@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Yomogi&display=swap');

/*
* プレ
*/

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-family: 'Yomogi', cursive;
  background-image: url(/page_back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-coming-soon {
  width: 88%;
  height: 100%;
  color: #f0f0f0;
  text-align: center;
  /*
  @media screen and (min-width: 768px) {
    max-width: 48vw;
  }
  */
}
h1 {
  text-align: center;
}
h1 img {
  margin-bottom: 48px;
  margin-inline: auto;
  @media screen and (min-width: 768px) {
    max-width: 48vw;
  }
}
h2 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 2.4;
}
h3 {
  font-size: 16px;
}