@charset "UTF-8";

/* ========================================================
   後援会募集ページ
======================================================== */
.kouenkai-intro .intro-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2;
  font-family: 'Noto Serif JP', serif;
}

.kouenkai-intro .intro-text p {
  margin-bottom: 40px;
}

.kouenkai-intro .intro-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .kouenkai-intro .intro-text {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* ========================================================
   個人会員様 セクション
======================================================== */
.bg-white {
  background-color: #fff;
  color: #000;
}

.wrapper-sm {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.kouenkai-member-section {
  padding-top: 180px;
  padding-bottom: 80px;
}

.member-tier {
  margin-top: 110px;
}

.member-tier-title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-left: 15px;
  border-left: 5px solid #000;
  font-family: "Zen Old Mincho", "游明朝 Medium", "Yu Mincho Medium", serif;
}

.member-table {
  width: 100%;
  border-collapse: collapse;
}

.member-table tr {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.member-table th {
  width: 130px;
  padding: 35px 20px;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.member-table th.free {
  vertical-align: middle;
  line-height: 100%;
}

.member-table td {
  padding: 35px 15px;
  vertical-align: top;
}

.member-table td.free {
 line-height: 100%;
}

.price-gold {
  color: #a7883e;
  font-size: 3.2rem;
  font-family: serif;
  margin: 0 5px;
  font-weight: 600;
}

.price-unit {
  color: #a7883e;
  font-size: 1.6rem;
  font-weight: 500;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2.2;
}

.benefit-list li::before {
  content: '・';
  margin-right: 5px;
}

.benefit-link {
  color: #000;
  text-decoration: underline;
}

.benefit-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .member-tier { margin-top: 50px; }
  .member-table th { width: 80px; padding: 20px 10px; }
  .member-table td { padding: 20px 10px; }
  .price-gold { font-size: 2.2rem; }
  .member-tier-title {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 560px) {
  .kouenkai-member-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}



/* ========================================================
   入会方法 セクション
======================================================== */
.wrapper-sm02 {
  max-width: 690px;
  margin: 0 auto;
  padding: 0 20px;
}

.kouenkai-flow-section {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section-title {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", "游明朝 Medium", "Yu Mincho Medium", serif;
  margin-bottom: 110px;
  letter-spacing: 0.2em;
}

.flow-list {
  position: relative;
  margin: 0 auto;
}

/* 縦の直線 */
.flow-list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 2px;
  background-color: #ddd;
}

.flow-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 60px;
}

.flow-item.last-step {
  margin-bottom: 0;
}


/* アイコン(黒丸にチェック) */
.flow-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.flow-icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

.flow-title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.flow-desc p {
  margin-bottom: 20px;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  background-color: #a7883e;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.btn-gold:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-arrow-right {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.bank-info {
  margin: 30px 0;
}

.bank-details {
  margin-top: 15px;
  padding-left: 1em;
}

.note {
  margin-bottom: 5px !important;
}

.mt-20 {
  margin-top: 20px;
}

.pdf-link {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  margin-top: 10px;
}

.pdf-link img {
  margin-left: 5px;
}

.pdf-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .flow-item {
    padding-left: 45px;
  }
}

@media screen and (max-width: 560px) {
  .section-title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }

  .flow-title {
    font-size: 2.0rem;
  }

  .kouenkai-flow-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}


/* ========================================================
   テーマ ダーク (法人会員用)
======================================================== */
.theme-dark {
  color: #fff;
  background-color: #000;
  background-image: url('img/bg.png');
}

.theme-dark .member-tier-title {
  border-left-color: #fff;
}

.theme-dark .member-table tr {
  border-color: rgba(255, 255, 255, 0.3);
}

.theme-dark .benefit-link {
  color: #fff;
}

.theme-dark .flow-list::before {
  background-color: rgba(255, 255, 255, 0.3);
}

.theme-dark .flow-icon {
  background-color: #fff;
}

.theme-dark .flow-icon::after {
  border-left-color: #000;
  border-bottom-color: #000;
}

.theme-dark .pdf-link {
  color: #fff;
}

.theme-dark .pdf-link img {
  filter: invert(1);
}

/* ========================================================
   後援会特典 セクション
======================================================== */
.benefits-section {
  padding-top: 160px;
  padding-bottom: 120px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  margin-top: 60px;
}

.benefit-card {
  display: flex;
  flex-direction: column;
}

.benefit-img {
  width: 100%;
}

.benefit-img img {
  width: 100%;
  height: auto;
  display: block;
}

.benefit-info {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 15px 20px 20px 20px;
  flex-grow: 1;
}

.benefit-title {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", "游明朝 Medium", "Yu Mincho Medium", serif;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

.benefit-title .num {
  color: #a7883e;
  font-size: 4.2rem;
  font-family: serif;
  margin-right: 8px;
  margin-top: -12px;
}

.benefit-desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
}

@media screen and (max-width: 900px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 560px) {
  .benefits-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefits-grid {
    margin-top: 20px;
  }

  .benefit-title .num {
    font-size: 3.2rem;
  }
}

