@media screen and (min-width: 769px) {
  .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;
}

.secret main {
  background-color: white;
}
.secret .mv {
  background-image: url("../img/title-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .secret .mv {
    min-height: 67px;
  }
}
.secret .mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
}
@media screen and (max-width: 768px) {
  .secret .mv h2 {
    width: clamp(94px, 26.8571428571vw, 180px);
  }
}
.secret .contents {
  padding: 60px 0 40px;
}
@media screen and (max-width: 999px) {
  .secret .contents {
    padding: 30px 0 0;
  }
}
.secret .contents h3 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.24em;
  line-height: 24px;
  margin-bottom: 27px;
  font-family: YakuHanMPs, "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .secret .contents h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}
.secret .contents p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .secret .contents p {
    margin-bottom: 27px;
  }
}
.secret .contents .photos {
  background-color: #1A1311;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .secret .contents .photos {
    flex-direction: column;
  }
}
.secret .contents .photos figure {
  position: relative;
}
.secret .contents .photos figure figcaption {
  position: absolute;
  color: white;
  text-shadow: 1px 0px 1px black, 0px 1px 1px black, -1px 0px 1px black, 0px -1px 1px black, 0 0 2px black;
  font-size: 14px;
  bottom: 5px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .secret .contents .photos figure figcaption {
    font-size: 10px;
  }
}
.secret .contents .photos figure.img07 figcaption {
  text-shadow: unset;
  color: #4D4D4D;
}
.secret .contents .photos .img01,
.secret .contents .photos .img04 {
  width: 100%;
}
.secret .contents .photos .img02,
.secret .contents .photos .img03,
.secret .contents .photos .img05,
.secret .contents .photos .img06,
.secret .contents .photos .img07,
.secret .contents .photos .img08 {
  width: calc(50% - 4px);
}
@media screen and (max-width: 768px) {
  .secret .contents .photos .img02,
  .secret .contents .photos .img03,
  .secret .contents .photos .img05,
  .secret .contents .photos .img06,
  .secret .contents .photos .img07,
  .secret .contents .photos .img08 {
    width: 100%;
  }
}
.secret .contents .photos a:hover {
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .secret .contents .photos a {
    pointer-events: none;
  }
}
.secret .contents .note {
  max-width: 921px;
  margin: 50px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .secret .contents .note {
    margin-top: 15px;
  }
}
.secret .contents .note p {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.025em;
  margin: 0;
  text-align: left;
}

.entry {
  padding: 44px 0 53px;
}
@media screen and (max-width: 999px) {
  .entry {
    background-color: white;
    padding: 20px 0 27px;
  }
}

.lb-data {
  position: relative;
}
.lb-data .lb-caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 1px 0px 1px black, 0px 1px 1px black, -1px 0px 1px black, 0px -1px 1px black, 0 0 2px black;
}/*# sourceMappingURL=design.css.map */