.contents_wrapp {
  max-width: 1240px;
  font-family: "Sorts Mill Goudy", serif;
  margin: auto;
  padding: 150px 0 50px;
  text-align: center;
  background: url(../img/login_bg.png) right bottom no-repeat;
  background-size: 480px auto;
}
@media screen and (max-width: 767px) {
  .contents_wrapp {
    width: 90%;
    padding: 110px 0 40px;
  }
}

.ttl_area {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl_area {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.ttl_area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 668px;
  height: 1px;
  margin: auto;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(25%, #c6b198), color-stop(75%, #c6b198), to(transparent));
  background-image: linear-gradient(to left, transparent, #c6b198 25%, #c6b198 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.ttl_area .ttl {
  color: #c6b198;
  font-size: 58px;
  letter-spacing: 0.15em;
}
.ttl_area .ttl span {
  font-size: 25px;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl_area .ttl {
    font-size: 40px;
  }
  .ttl_area .ttl span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.ttl_area .lead {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .ttl_area .lead {
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 0.125em;
  }
}

.text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}

.login_box {
  width: 100%;
  max-width: 370px;
  margin: 30px auto 55px;
}
@media screen and (max-width: 767px) {
  .login_box {
    width: calc(100% - 3px);
    margin: 30px auto 55px;
  }
}

.login_box .inpass_text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.login_box .inpass_text {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}


.login_form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 2px solid #c6b198;
}
.login_form::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 1px;
  top: 2px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2), 3px 3px 6px 4px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2), 3px 3px 6px 4px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1px;
}
.login_form label {
  width: calc(100% - 110px);
}
.login_form input {
  width: 100%;
  height: 50px;
  padding: 7px 15px 5px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background: none;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .login_form input {
    font-size: 16px;
  }
}
.login_form input::-webkit-input-placeholder {
  color: #b6b7b7;
  font-family: "Sorts Mill Goudy", serif;
}
.login_form input::-moz-placeholder {
  color: #b6b7b7;
  font-family: "Sorts Mill Goudy", serif;
}
.login_form input:-ms-input-placeholder {
  color: #b6b7b7;
  font-family: "Sorts Mill Goudy", serif;
}
.login_form input::-ms-input-placeholder {
  color: #b6b7b7;
  font-family: "Sorts Mill Goudy", serif;
}
.login_form input::placeholder {
  color: #b6b7b7;
  font-family: "Sorts Mill Goudy", serif;
}
.login_form button {
  width: 110px;
  height: 50px;
  background: #c6b198;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 55px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
  .login_form button {
    font-size: 13px;
  }
}

.entry_area .entry_tetx {
  font-size: 13px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .entry_area .entry_tetx {
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
  }
}
.entry_area .entry_btn {
  max-width: 356px;
  width: 100%;
  height: 55px;
  padding-top: 4px;
  margin: auto;
  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;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #a57c52), color-stop(50%, #c59b6d), to(#a57c52));
  background: linear-gradient(left, #a57c52 0, #c59b6d 50%, #a57c52 100%);
  color: #fff;
  border: 2px solid #754c24;
}
@media screen and (max-width: 767px) {
  .entry_area .entry_btn {
    width: 70%;
    height: 45px;
  }
}
.entry_area .entry_btn a {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  gap: 0.75em;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.entry_area .entry_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #754c24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.entry_area .entry_btn a:hover::after {
  width: calc(100% - 8px);
  height: calc(100% - 4px);
  opacity: 0.6;
  left: 4px;
}
.entry_area .entry_btn a:hover span {
  -webkit-transform: translateX(0.3em) translateY(-0.35em);
          transform: translateX(0.3em) translateY(-0.35em);
}
.entry_area .entry_btn a span {
  -webkit-transform: translateY(-0.35em);
          transform: translateY(-0.35em);
  width: auto;
  height: 0.8em;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.entry_area .entry_btn a span img {
  width: auto;
  height: 100%;
}

.footer_wrapp {
  padding-top: 60px;
}


.err_msg {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    width: 90%;
    max-width: 460px;
    margin: 20px auto 0;
    background: #cd0808;
    padding: 10px;
    line-height: 200%;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    
.err_msg {
    width: 80%;
    font-size: 13px;
}
    
}