/* パスワードリセット成功コンテナ */
.password-reset-success-container {
  max-width: 480px;
  width: 100%;
  background-color: #e0f2fe;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 2em auto;
  text-align: center;
}

.password-reset-success-container h2 {
  font-size: 1.6em;
  color: #ec4899;
  margin-bottom: 1em;
}

.password-reset-success-container > p {
  margin-bottom: 1em;
  color: #374151;
}

.password-reset-success-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1em;
}

.password-reset-success-button-wrapper {
  display: inline-block;
}

.password-reset-success-button {
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  background-color: #EC4899;
  color: #fff;
  display: inline-block;
  width: 220px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.password-reset-success-girl-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.password-reset-success-girl-image img {
  max-height: 65px;
  max-width: 65px;
  width: auto;
  height: auto;
  display: block;
  box-shadow: none;
}

/* 登録ありがとうございますセクション */
.mypage-pending-container {
  max-width: 880px;
  margin: 0 auto;
  padding: 1.5em;
  font-family: sans-serif;
}

.mypage-pending-container h2 {
  font-size: 1.6em;
  color: #ec4899;
  text-align: center;
}

.mypage-pending-notice {
  background-color: #fff0f6;
  border: 2px dashed #ec4899;
  border-radius: 16px;
  padding: 1.5em;
  margin: 1.5em 0;
}

.mypage-fanika-intro {
  background-color: #f9f5ff;
  border-radius: 16px;
  padding: 1.5em;
  margin: 2em 0;
  text-align: center;
}

.mypage-fanika-intro p {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.6;
  color: #374151;
}

.mypage-fanika-description {
  font-size: 1.1em;
  line-height: 1.8;
  color: #374151;
  text-align: center;
  margin: 1.5em 0;
}

/* 機能説明カード */
.mypage-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5em;
  margin-top: 2.5em;
}

.mypage-feature-card {
  border-radius: 16px;
  padding: 1.2em;
  text-align: center;
}

.mypage-feature-card-fanclub {
  background-color: #ede9fe;
}

.mypage-feature-card-shop {
  background-color: #d1fae5;
}

.mypage-feature-card-post {
  background-color: #fef3c7;
}

.mypage-no-access {
  text-align: center;
  padding: 2em;
}

.mypage-no-access .primall-btn i {
  margin-right: 8px;
}

.mypage-feature-card-agent {
  background-color: #dbeafe;
}

.mypage-feature-card h3 {
  margin: 0 0 1em 0;
  font-size: 1.3em;
}

.mypage-feature-card-fanclub h3 {
  color: #7c3aed;
}

.mypage-feature-card-shop h3 {
  color: #059669;
}

.mypage-feature-card-post h3 {
  color: #d97706;
}

.mypage-feature-card-agent h3 {
  color: #2563eb;
}

.mypage-feature-card p {
  margin: 0;
  line-height: 1.6;
  color: #374151;
}

.mypage-pending-message {
  text-align: center;
  margin-top: 3em;
}

.mypage-pending-message span {
  font-size: 1.1em;
  color: #64748b;
}

.mypage-logout-wrapper {
  text-align: center;
  margin-top: 2.5em;
}

.primall-btn {
  display: inline-block;
  background-color: #64748b;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.6rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.mypage-no-access {
  text-align: center;
}

.mypage-no-access h2 {
  margin-bottom: 1em;
}

