/*
.top {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 0 0 20%;
}
*/
.top {
  position: relative;
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 0 0 20%;
}


.top-logo {
  width: 40%;
  max-width: 500px;
  text-align: center;
}

.top-logo img {
  margin: 0 0 2rem;
}

.top-text {
  display: inline-block;
  margin: 0.5em 0 0;
  padding: 0.1em 0.6em 0.3em;
  color: #6b7c82;
  font-size: min(1.2vw, 20px);
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
  background-color: #fff;
  line-height: 1;

}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .top {
    height: 600px;
    padding: 0;
  }
/*
    .top {
    height: 100vh;
    padding: 0;
  }
*/
  .top-logo {
    width: 74%;
    margin: 0 auto;
  }

  .top-logo img {
    width: 100%;
    margin: 0 0 3rem;
  }

  .top-text {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .top {
    height: 50vh;
    padding: 0 0 0 10%;
  }

  .top-logo {
    width: 36%;
  }

  .top-logo img {
    width: 80%;
  }

  .top-logo img {
    margin: 0 0 1.5rem;
  }

  .top-text {
    display: inline-block;
    margin: 0.5em 0 0;
    padding: 0.2em 0.5em 0.4em;
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 1025px) {}