/*************  login css  ******************/
.p-login {
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-login {
    padding: 50px 0 60px;
  }
}
.p-login__ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-login__ui {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    width: 95%;
  }
}
.p-login__account {
  width: 50%;
  padding: 80px 6.4%;
  border-radius: 0 100px 0 0;
  background-color: #F4F6FA;
}
@media screen and (max-width: 940px) {
  .p-login__account {
    padding: 60px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-login__account {
    width: 100%;
  }
}
.p-login__account-head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  margin-bottom: 28px;
}
.p-login__account-dtl {
  margin-bottom: 25px;
}
.p-login__account-wrap:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-login__account-ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  padding-left: 0.1em;
  margin-bottom: 8px;
}
.p-login__account-input {
  position: relative;
}
.p-login__account-input input {
  width: 100%;
  display: block;
  background-color: #fff;
  border: solid 1px #EAEDF2;
  border-radius: 3px;
  padding: 8px 14px;
}
.p-login__account-input .eye {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 2.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-login__account-input .eye:hover {
  cursor: pointer;
}
.p-login__account-input .eye::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-eye-close.svg) no-repeat center/contain;
}
.p-login__account-input .eye.on::after {
  background-image: url(../img/common/ico-eye-show.svg);
}
.p-login__account-auto {
  text-align: center;
}
.p-login__account-auto label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
}
.p-login__account-btn {
  margin-top: 14px;
}
.p-login__account-forget {
  margin-top: 15px;
  text-align: center;
}
.p-login__account-forget a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  text-decoration: underline;
}
.p-login__account-forget a:hover {
  text-decoration: none;
}
.p-login__register {
  width: 50%;
  padding: 80px 7%;
  border-radius: 0 100px 0 0;
  background: url(../img/member/bg-login-member.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 940px) {
  .p-login__register {
    padding: 60px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-login__register {
    width: 100%;
  }
}
.p-login__register-img {
  text-align: center;
  margin-bottom: 10px;
}
.p-login__register-img span {
  width: 80px;
  height: 80px;
  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-color: #fff;
  border-radius: 100%;
  margin-inline: auto;
}
.p-login__register-img span::after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background-color: #0F318D;
  -webkit-mask-image: url("../img/common/ico-user.svg");
          mask-image: url("../img/common/ico-user.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.p-login__register-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-bottom: 30px;
  color: #fff;
}
.p-login__register-btn {
  width: 100%;
}
.p-login__container {
  padding: 80px 6.2%;
  border: solid 1px #EAEDF2;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-login__container {
    padding: 30px 4.2% 50px;
    margin-left: calc(50% - 50vw);
    border-radius: 0 50px 0 0;
    width: 95%;
  }
}
.p-login__head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  margin-bottom: 18px;
}
.p-login__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(33 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-login__text {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.p-login__address-ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-login__address-ttl {
    margin-bottom: 8px;
  }
}
.p-login__address-input input {
  width: 100%;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 3px;
  border: solid 1px #EAEDF2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .p-login__address-input input {
    padding: 11px 4.2%;
  }
}
.p-login__btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-login__btn {
    margin-top: 20px;
  }
}
.p-login__btn button {
  max-width: 250px;
  padding: 20px;
  font-size: 14px;
}
.p-login__btn button::after {
  width: 20px;
}