@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }
}

.login .wrap {
  background-image: url("../img/bg.png");
  background-size: cover;
  padding: 80px 62px;
}
@media screen and (max-width: 768px) {
  .login .wrap {
    padding: 35px 62px;
  }
}
.login .wrap h2 {
  width: 281px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 480px) {
  .login .wrap h2 {
    width: 216px;
  }
}
.login .wrap p {
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .login .wrap p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}
.login .wrap .entry-btn {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .login .wrap .entry-btn {
    width: 220px;
  }
}
.login .wrap .entry-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  margin: 0 auto;
  background-image: url("../../assets/img/top/entrybox.png");
  background-size: cover;
  text-align: center;
  color: #42210b;
  font-size: 17px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .login .wrap .entry-btn a {
    font-size: 14px;
    width: 220px;
    line-height: 37px;
    background-size: 100% 100%;
  }
}
.login .wrap .entry-btn a::before {
  content: "";
  background-image: url("../../assets/img/top/triangle.png");
  background-size: cover;
  width: 11px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .login .wrap .entry-btn a::before {
    right: 3%;
    width: 9px;
    height: 11px;
  }
}
.login .wrap .howto {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .login .wrap .howto {
    margin-top: 26px;
  }
}
.login .wrap .howto h3 {
  font-size: 36px;
  color: white;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .login .wrap .howto h3 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.22em;
    padding-top: 21px;
    border-top: 1px solid white;
  }
}
@media screen and (min-width: 769px) {
  .login .wrap .howto h3 br {
    display: none;
  }
}
.login .wrap .howto figure {
  width: 645px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .login .wrap .howto figure {
    width: 216px;
  }
}
.login-input {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .login-input {
    margin-top: 36px;
  }
}
.login-input form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-input .error {
  color: #ff5c5c;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}
.login-input label {
  color: white;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .login-input label {
    margin-bottom: 15px;
  }
}
.login-input input {
  border: 1px solid black;
  background-color: white;
  width: 200px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 37px;
}
.login-input button {
  margin-top: 40px;
  width: 200px;
  line-height: 40px;
  background-image: url("../img/login-btn.png");
  background-size: cover;
  text-align: center;
  color: #42210B;
  font-size: 17px;
}

.limited {
  background-color: black;
}
.limited .contents {
  padding-top: 110px;
  padding-bottom: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .limited .contents {
    padding: 40px 0 48px;
  }
}
.limited .title-box {
  margin-bottom: 65px;
}
@media screen and (max-width: 600px) {
  .limited .title-box {
    margin-bottom: 40px;
  }
}
.limited .title-box h2 {
  width: clamp(217px, 62vw, 417px);
  padding-bottom: 32px;
  border-bottom: 1px solid white;
  margin: 0 auto 25px;
}
.limited .title-box p {
  color: white;
  text-align: center;
  font-size: 18px;
  font-family: YakuHanMPs, "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .limited .title-box p {
    font-size: 16px;
    line-height: 28px;
  }
}
.limited .flex-box {
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 600px) {
  .limited .flex-box {
    flex-direction: column-reverse;
  }
}
.limited .flex-box a {
  display: block;
  width: 200px;
}
.limited .flex-box a figure figcaption {
  margin-top: 15px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
  .limited .flex-box a figure figcaption {
    font-size: 16px;
  }
}
.limited .flex-box a figure figcaption span {
  font-size: 29px;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .limited .flex-box a figure figcaption span {
    font-size: 21px;
  }
}
.limited .flex-box a figure figcaption span.small {
  font-size: 14px;
  letter-spacing: 0.2em;
}/*# sourceMappingURL=limited.css.map */