@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	限定コンテンツスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.limited-login-outer {
  background: url("../../images/limited/login/background.jpg") center/cover no-repeat;
}

.limited-login-inner {
  width: 100%;
  min-height: 100vh;
  padding: 5em 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 4.8rem;
  background: rgba(0, 0, 0, 0.7);
}
.limited-login-inner .page__ttl {
  flex: 0 0 100%;
  width: 100%;
}
.limited-login-inner .page__ttl .page__ttl-outer {
  position: revert;
  padding: 0;
}
.limited-login-inner .page__ttl .page__ttl-outer .page__ttl-body {
  margin: 0;
}
.limited-login-inner .limited-login-body {
  flex: 0 0 100%;
  width: 100%;
  letter-spacing: 0.2em;
  text-align: center;
}
.limited-login-inner .limited-login-body .lead {
  margin-bottom: 3.6rem;
  color: #fff;
  line-height: 2;
  font-size: 1.4rem;
}
.limited-login-inner .limited-login-body .login_form {
  margin-bottom: 4.8rem;
}
.limited-login-inner .limited-login-body .login_form .field {
  margin-bottom: 2rem;
}
.limited-login-inner .limited-login-body .noentry {
  color: #fff;
}
.limited-login-inner .limited-login-body .noentry .noentry_lead {
  margin-bottom: 1.6rem;
  line-height: 2;
  font-size: 1.3rem;
}
.limited-login-inner .limited-login-body .noentry .btn_request {
  display: inline-block;
  padding: 0 0.4em;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
}
.limited-login-inner input {
  height: 4.4rem;
  padding: 0.5em 5rem;
  text-align: left;
  background: #fff;
}
.limited-login-inner button {
  width: 14rem;
  height: 3.6rem;
  line-height: 3.6rem;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.3rem;
  background: #AA8E59;
}
.limited-login-inner .error input {
  background: #fdd2d2;
}
.limited-login-inner .error input:focus {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .limited-login-inner {
    padding: 8em 0;
    gap: 4.8rem;
  }
  .limited-login-inner .limited-login-body .lead {
    margin-bottom: 4.8rem;
    font-size: 1.5rem;
  }
  .limited-login-inner .limited-login-body .login_form {
    margin-bottom: 8rem;
  }
  .limited-login-inner .limited-login-body .login_form .field {
    margin-bottom: 3.2rem;
  }
  .limited-login-inner .limited-login-body .noentry {
    color: #fff;
  }
  .limited-login-inner .limited-login-body .noentry .noentry_lead {
    margin-bottom: 3.6rem;
    font-size: 1.5rem;
  }
  .limited-login-inner .limited-login-body .noentry .btn_request {
    font-size: 1.8rem;
  }
  .limited-login-inner input {
    width: 35rem;
  }
  .limited-login-inner button {
    width: 18rem;
  }
}
.page__ttl .page__ttl-outer {
  top: 50%;
  height: auto;
  padding: 0;
  transform: translateY(-50%);
}
.page__ttl .page__ttl-outer .page__ttl-body {
  margin: 0;
}
.page__ttl .page__ttl-bk {
  position: relative;
  z-index: -1;
  aspect-ratio: 4/2.4;
}
.page__ttl .page__ttl-bk::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.limited_cont {
  padding: 8.2rem 0;
}
.limited_cont .base__outer {
  margin-bottom: 0;
}
.limited_cont .limited_cont-ttl {
  margin-bottom: 3.6rem;
  text-align: center;
}
.limited_cont .limited_cont-ttl .en {
  margin-bottom: 0.8rem;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
  color: #AA8E59;
}
.limited_cont .limited_cont-ttl .jp {
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  color: #231815;
}
.limited_cont .thum {
  margin-bottom: 2.8rem;
}
.limited_cont .thum a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.35));
}
.limited_cont .thum a .body {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 1.8rem;
  justify-content: center;
  align-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.76);
}
.limited_cont .thum a .body .logo {
  flex: 100%;
}
.limited_cont .thum a .body .logo img {
  width: 10rem;
}
.limited_cont .thum a .body .ttl {
  flex: 100%;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
}
.limited_cont .thum a .body .ttl small {
  font-size: 0.5em;
}
.limited_cont .btn_box .btn {
  display: block;
  width: 28rem;
  height: 4.8rem;
  margin: 0 auto;
  line-height: 4.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  background: #AA8E59;
}
.limited_cont .cominng {
  text-align: center;
  font-size: 1.2em;
}

#pamphlet {
  background: #fff;
}

#modelroom {
  background: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .page__ttl .page__ttl-bk {
    aspect-ratio: auto;
  }
  .limited_cont {
    padding: 12rem 0;
  }
  .limited_cont .limited_cont-ttl {
    margin-bottom: 4.2rem;
  }
  .limited_cont .limited_cont-ttl .en {
    margin-bottom: 0.8rem;
    font-size: 3.6rem;
  }
  .limited_cont .limited_cont-ttl .jp {
    font-size: 1.4rem;
  }
  .limited_cont .thum {
    margin-bottom: 2.8rem;
  }
  .limited_cont .thum a {
    width: 52rem;
    margin: 0 auto 3.6rem;
  }
  .limited_cont .thum a > img {
    transition: all 0.3s;
  }
  .limited_cont .thum a:hover {
    opacity: 1;
  }
  .limited_cont .thum a:hover > img {
    transform: scale(1.06);
  }
  .limited_cont .thum a .body {
    gap: 3.6rem;
  }
  .limited_cont .thum a .body .logo img {
    width: 12rem;
  }
  .limited_cont .thum a .body .ttl {
    font-size: 2.4rem;
  }
  .limited_cont .btn_box .btn {
    width: 24rem;
    height: 4.8rem;
    line-height: 4.8rem;
  }
  .limited_cont .cominng {
    font-size: 2em;
  }
}
/*# sourceMappingURL=style.css.map */
