@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
/*
ログインページ
*/
/*
限定ページ
*/
.p-limited {
  position: relative;
  background-color: #252525;
  padding: 1px 0;
}
.p-limited-bg {
  position: absolute;
  width: 100%;
  height: 70vh;
  height: 95vh;
  height: 65vh;
  max-height: 100%;
  background-image: linear-gradient(to top, rgb(37, 37, 37) 10%, rgba(37, 37, 37, 0.3) 100%), url(../../img/top/mv.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-limited-bg__cap {
  position: absolute;
  bottom: 0;
  right: 1rem;
  margin-top: 2rem;
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #ccc;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .p-limited-bg__cap {
    bottom: unset;
    top: 1rem;
  }
}
.p-limited-intro {
  position: relative;
  padding-top: 15rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-limited-intro {
    padding-top: 10rem;
  }
}
.p-limited-intro__heading {
  text-align: center;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 768px) {
  .p-limited-intro__heading {
    font-size: 3rem;
  }
}
.p-limited-intro__heading span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-limited-intro__heading span {
    font-size: 1.2rem;
  }
}
.p-limited-intro__lead {
  text-align: center;
  color: #fff;
}
.p-limited-intro__lead span {
  display: inline-block;
}
.p-limited-cap {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #fff;
  text-align: right;
}
.p-limited-info {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 3rem;
  background-color: rgba(82, 78, 63, 0.7607843137);
  padding: 3rem 5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-limited-info {
    padding: 2rem;
  }
}
.p-limited-info__heading em {
  font-size: 2em;
}
.p-limited-info__txt01 {
  font-size: 3.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-limited-info__txt01 {
    font-size: 2.2rem;
  }
}
.p-limited-info__txt01 small {
  font-size: 0.7em;
}
.p-limited-info__txt02 {
  line-height: 1.6;
}
.p-limited-info__btn, .p-limited-info__btn--comingsoon {
  margin-top: 2rem;
  display: block;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin-inline: auto;
  background-color: #c4a893;
  color: #fff;
  padding: 1.5rem;
  font-size: 1.8rem;
  transition: 0.3s;
}
.p-limited-info__btn--comingsoon {
  pointer-events: none;
  background-color: #999;
}
@media (hover: hover) and (pointer: fine) {
  .p-limited-info__btn:hover, .p-limited-info__btn--comingsoon:hover {
    background-color: #fff;
    color: #242424;
  }
}
.p-limited-plan {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-limited-plan__heading {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  background-color: rgba(82, 78, 63, 0.4);
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-limited-plan__heading {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=../../map/members_01/style.css.map */