body,html {
    font-size: 16px;
    font-weight: 400;
  font-family: "Noto Sans JP", serif;
    position: relative;
    line-height: 1.875;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  p, h1, h2, h3, h4 {
    margin: 0;
  }

  a {
    display: block;
    transition: 0.3s;
    color: #fff;
  }
  a:active, a:hover {
    opacity: 0.9;
  }

  ul,li,a {
    text-decoration: none;
    list-style: none;
  }

  img {
    vertical-align: middle;
    image-rendering: auto;
    width: 100%;
    height: auto;
  }

/*========================
  layout
========================*/
.container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .inner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }

  @media screen and (max-width: 767px) {
    .inner,
    .inner-s {
      width: 92%;
    }

    .container {
      padding-top: 90px;
      padding-bottom: 90px;
    }


.preparation-contents {
    top: 70%;
}
.preparation-logo {
    width: 80%;
}
  }




.preparation {
    height: 100vh;
    height: 100dvh;
    position: relative;
}

.preparation-contents {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.preparation-logo {
    max-width: 450px;
    margin: 0 auto 60px;
}

.tit {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.text {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .tit {
        font-size: 20px;
    }

    .text {
        text-align: left;
    }
}
