.limited__desc {
  font-size: 24rem;
  line-height: 1.8;
  text-align: center;
  padding: 24rem 0;
}
@media screen and (min-width: 750px) {
  .limited__desc {
    font-size: 18rem;
  }
}
.limited .block {
  background: #F5EFE4;
  text-align: center;
  padding-top: 32rem;
}
.limited .block__inner {
  max-width: 1200px;
  margin: 0 24px;
  padding-bottom: 24rem;
  border-bottom: solid 1px #DECEB1;
}
.limited .block:last-of-type .block__inner {
  padding-bottom: 24rem;
  border-bottom: none;
}
.limited .block__image {
  margin-bottom: 4rem;
}
.limited .block__image img {
  width: 100%;
  max-width: 560px;
  height: auto;
  background: white;
}
.limited .block__2col {
  gap: 24rem;
  display: flex;
  flex-direction: column;
}
.limited .block h2 {
  font-size: 30rem;
  margin-bottom: 24rem;
}
.limited .block h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, #334E63 0%, #15364F 100%);
  margin: 12px auto 0 auto;
}
.limited .block a {
  color: #15364F;
  text-decoration: underline;
}
.limited .block .c-vr-banner a {
  text-decoration: none;
}
.limited .block .c-vr-banner {
  margin-top: 0;
  margin-bottom: 60rem;
}
.limited .block .c-vr-banner__desc {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .limited .block .c-vr-banner {
    text-align: left;
  }
  .limited .block .c-vr-banner__subtitle {
    font-size: 24rem;
  }
  .limited .block .c-vr-banner__desc {
    text-align: left;
  }
}
@media screen and (min-width: 750px) {
  .limited__desc {
    font-size: 18rem;
    line-height: 1.8;
    text-align: center;
    padding: 72rem 0;
  }
  .limited .block {
    background: #F5EFE4;
    text-align: center;
    padding-top: 72rem;
  }
  .limited .block__inner {
    max-width: 1200px;
    margin: 0 72px;
    padding-bottom: 56rem;
    border-bottom: solid 1px #DECEB1;
  }
  .limited .block:last-of-type .block__inner {
    padding-bottom: 72rem;
    border-bottom: none;
  }
  .limited .block__image {
    margin-bottom: 8rem;
  }
  .limited .block__image img {
    width: 100%;
    max-width: 560px;
    height: auto;
    background: white;
  }
  .limited .block__2col {
    display: flex;
    gap: 24rem;
    flex-direction: row;
  }
  .limited .block h2 {
    font-size: 30rem;
    margin-bottom: 32rem;
  }
  .limited .block h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, #334E63 0%, #15364F 100%);
    margin: 12px auto 0 auto;
  }
}
.limited .password-desc {
  font-size: 24rem;
  line-height: 36rem;
}
@media screen and (min-width: 750px) {
  .limited .password-desc {
    font-size: 16rem;
    line-height: 24rem;
  }
}
.limited .post_password {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.limited .post_password .c-form__input {
  width: 200px;
  background: white;
}
.limited .post_password .c-form__submit {
  width: auto;
  margin: 0;
  font-size: 18rem;
  padding: 14rem 30rem;
}
@media screen and (min-width: 750px) {
  .limited .post_password {
    margin-top: 32rem;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .limited .post_password .c-form__input {
    width: 400rem;
    background: white;
  }
  .limited .post_password .c-form__submit {
    margin: 0;
    font-size: 14rem;
    padding: 14rem 30rem;
  }
}/*# sourceMappingURL=limited.css.map */