@charset "UTF-8";
/*
Theme Name: PODCAST EXPO - Membership Styles
Description: 会員登録・ログイン・マイページ周辺のデザイン
*/

body.membership{
background-image: url('../../images/demo/bg3.jpg');
color: #000;
}


/* 登録フォーム：ページデザイン */
.pcex-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.pcex-hero-inner {
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.pcex-hero-inner img{
  width: 66%;
  margin: 0 auto;
}

.pcex-hero-title {
  margin-top: 32px;
  font-size: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 0;
}
.pcex-hero-subtitle {
  margin-top: 0px;
  font-size: 1.1em;
  letter-spacing: 0.04em;
}

.pcex-hero-text {
  margin-top: 20px;
  line-height: 1.8;
}

/* 登録フォームデザイン */
.pcex-hero-form .swpm-form {
  max-width: 420px;
  margin: 32px auto 0;
}

.pcex-hero-form .swpm-form label {
  display: none;
}

.pcex-hero-form .swpm-username-row label,
.pcex-hero-form .swpm-email-row label ,
.pcex-hero-form .swpm-password-row label ,
.pcex-hero-form .swpm-repass-row label {
  display: block !important;
  font-size: 0;
  text-align: left;
  color: #999;
}
.pcex-hero-form .swpm-email-row label::before { content: "メールアドレス"; font-size: 14px; }
.pcex-hero-form .swpm-password-row label::before { content: "パスワード"; font-size: 14px; }
.pcex-hero-form .swpm-repass-row label::before { content: "パスワードを再入力"; font-size: 14px; }
.pcex-hero-form .swpm-username-row label::before { content: "ユーザー名"; font-size: 14px; }

.pcex-hero-form .swpm-form .swpm-form-row { margin-bottom: 12px; }

.pcex-hero-form .swpm-username-row input[type="text"] ,
.pcex-hero-form .swpm-email-row input[type="text"],
.pcex-hero-form .swpm-email-row input[type="email"],
.pcex-hero-form .swpm-password-row input[type="password"],
.pcex-hero-form .swpm-repass-row input[type="password"] {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border-radius: 0;
  border: 1px solid #ddd;
  font-size: 13px;
}

.pcex-hero-form .swpm-submit-section button,
.pcex-hero-form .swpm-submit-section input[type="submit"] {
  width: 100%;
  height: 44px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.16em;
  cursor: pointer;
}

.pcex-hero-form .swpm-submit-section button:hover,
.pcex-hero-form .swpm-submit-section input[type="submit"]:hover {
  opacity: 0.85;
}

.pcex-hero-form .swpm-form-row.error .swpm-form-field {
  border-color: #cc0000 !important;
  outline-color: #cc0000 !important;
}

.pcex-hero-form .swpm-form-row.error .swpm-form-desc {
  color: #cc0000 !important;
  font-size: 12px !important;
  margin-top: 4px;
}

.pcex-hero-form .swpm-form-row.error .swpm-form-desc > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pcex-hero-form .swpm-registration-form-section {
  max-width: 420px;
  margin: 0 auto;
}

.pcex-hero-form .swpm-registration-form-section,
.pcex-hero-form .swpm-form,
.pcex-hero-form .swpm-form .swpm-form-row,
.pcex-hero-form .swpm-form .swpm-form-field,
.pcex-hero-form .swpm-submit-section button {
  outline: none;
  box-sizing: border-box;
}

.swpm-firstname-row,
.swpm-lastname-row,
.swpm-membership-level-row {
  display: none !important;
}

.swpm-registration-success-msg {
  display: block !important;
  font-size: 0;
  text-align: center;
  margin-top: 32px;
}
.swpm-registration-success-msg::before {
  content: "登録が完了しました。";
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #b45cff;
}
.swpm-registration-success-msg a {
  display: none !important;
}