@charset "UTF-8";
/* CSS Document */
/*
.main {
  background-color: #FFF7EA;
}
*/
.section-top {
  height: 100vh;
    background-color: #fff;
}
.section-top__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 20px;
  height: 100%;
  padding: 0 20px;
}
.section-top__container__logo-image {
  max-width: 320px;
  width: 100%;
}

.section-top__container p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: "Yomogi", cursive;
  font-weight: 400;
  font-style: normal;
}
.error-btn {
  margin: 0;
}
@media(max-width:640px) {
.section-top__container p {
  font-size: 1.6rem;
  line-height: 2.4rem;
 
}
}
