@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  background-image: url(../images/common/stone_screen.webp);
  padding: 90px 0 100px;
}

h1 {
  color: #a7935e;
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

.li_login {
  width: 372px;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .li_login {
    width: 300px;
    height: 52px;
    margin: 0 auto 80px;
  }
}
.li_login input {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: #fff;
  border: 1px solid #231815;
}
.li_login button {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 21px;
  background-color: rgba(35, 19, 18, 0.65);
  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;
}

.li_entry_text {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  text-align: center;
  margin-bottom: 40px;
}
.li_entry_button {
  position: relative;
  width: 372px;
  height: 64px;
  margin: 0 auto 40px;
  background-color: #a7935e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
@media (max-width: 740px) {
  .li_entry_button {
    width: 300px;
    height: 52px;
    margin: 0 auto 30px;
  }
}
@media not all and (pointer: coarse) {
  .li_entry_button:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.li_entry_button a {
  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;
}
.li_entry_button a p {
  color: #fff;
  font-size: clamp(2rem, 0.862rem + 1.538vw, 2.4rem);
}
.li_entry_button a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
          transform: rotateZ(-45deg) translateY(-50%);
}
@media (max-width: 740px) {
  .li_entry_button a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}/*# sourceMappingURL=limited.css.map */