@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
/* ログインページ */
.loginWrap {
  padding-block: 80px;
  background: #faf6ec;
}

.loginTitle {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .loginTitle {
    font-size: 24px;
  }
}

.loginText {
  text-align: center;
  font-size: 18px;
  margin-top: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .loginText {
    font-size: 16px;
  }
}

.enterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.enterBox button {
  all: unset;
  background: #878774;
  color: #fff;
  font-size: 16px;
  width: 94px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.enterBox button:hover {
  opacity: 0.6;
  cursor: pointer;
}

#entryPassword {
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  height: 36px;
  max-width: 224px;
  width: 100%;
}

/* 限定ページ */
.limitedWrap {
  padding-block: 80px;
  background: #faf6ec;
}

.limitedTitle {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .limitedTitle {
    font-size: 25px;
  }
}

.limitedList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 100px;
  margin-top: 40px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .limitedList {
    gap: 20px;
  }
}
.limitedList a {
  background: #e6d1a0;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  height: 446px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .limitedList a {
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .limitedList a {
    font-size: 18px;
  }
}
.limitedList a.no-link:hover {
  cursor: unset;
  opacity: 1;
}
.limitedList a:nth-child(1) {
  background-image: url(../images/limited/img-limited-link1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}/*# sourceMappingURL=limited.css.map */