.elementor-876 .elementor-element.elementor-element-5555a94{--display:flex;}/* Start custom CSS *//* ==============================
   ログイン画面 全体調整
============================== */

.login-page {
  min-height: 100vh;
  padding: 60px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.login-card {
  width: 100%;
  max-width: 440px;
  padding: 34px 24px;
  background: rgba(255,255,255,0.95);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.14);
  text-align: center;
}

.login-label {
  margin: 0 0 8px;
  color: #8b5cf6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.login-card h1 {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

.free-benefit-box {
  margin-bottom: 22px;
  padding: 18px 18px;
  background: #f7f3ff;
  border-radius: 16px;
  text-align: left;
}

.free-benefit-box p {
  margin: 0 0 10px;
  font-weight: 700;
  color: #4c1d95;
}

.free-benefit-box ul {
  margin: 0;
  padding-left: 20px;
}

.free-benefit-box li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
}

.first-register-btn,
#loginBtn,
#sendRegisterLinkBtn,
#backToLoginBtn,
.back-home-btn {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.first-register-btn,
#loginBtn,
#sendRegisterLinkBtn {
  background: #8b5cf6;
  color: #fff;
}

#backToLoginBtn,
.back-home-btn {
  margin-top: 10px;
  background: #eee;
  color: #333;
}

.login-buttons {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.social-btn {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.icon-circle {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-img {
  max-width: 22px;
  max-height: 22px;
}

.divider {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #999;
  font-size: 13px;
}

.divider span {
  flex: 1;
  height: 1px;
  background: #ddd;
}

.divider p {
  margin: 0;
}

.email-form input {
  width: 100%;
  height: 52px;
  margin-bottom: 14px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 16px;
  box-sizing: border-box;
}

.email-form input:focus {
  outline: none;
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139,92,246,0.15);
}

.password-field {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}

.password-field input {
  padding-right: 56px;
  margin-bottom: 0;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.login-note {
  margin: 14px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

.forgot-password-link {
  margin: 12px 0 0;
  text-align: center;
  font-size: 14px;
}

.forgot-password-link a {
  color: #8b5cf6;
  text-decoration: none;
  font-weight: 700;
}

.login-message {
  margin-top: 16px;
  min-height: 22px;
  color: #d33;
  font-size: 14px;
  line-height: 1.6;
}

/* ==============================
   スマホ用
============================== */

@media (max-width: 768px) {

  .login-page {
    padding: 32px 14px;
    align-items: flex-start;
  }

  .login-card {
    padding: 26px 18px;
    border-radius: 20px;
  }

  .login-card h1 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .free-benefit-box {
    padding: 16px;
    margin-bottom: 18px;
  }

  .free-benefit-box li {
    font-size: 13px;
  }

  .first-register-btn,
  #loginBtn,
  #sendRegisterLinkBtn,
  #backToLoginBtn,
  .back-home-btn,
  .social-btn {
    min-height: 48px;
    font-size: 14px;
  }

  .email-form input {
    height: 50px;
    font-size: 16px;
  }

  .toggle-password {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .divider {
    margin: 20px 0;
  }
}/* End custom CSS */