/* 読書会LP（page-bookclub.php / .bookclubLanding）— 入会案内LP（admission-landing）と同系のトークン */
.bookclubLanding {
  --bc-coral: #e85a4f;
  --bc-coral-light: #f37368;
  --bc-coral-soft: #fdedeb;
  --bc-coral-bg: #fbf1ee;
  --bc-navy: #1a2b4a;
  --bc-navy-deep: #0f1e37;
  --bc-ink: #2a2a2a;
  --bc-ink-soft: #4a4a4a;
  --bc-muted: #7a7a7a;
  --bc-line: #e5e0dc;
  --bc-bg: #fff;
  --bc-bg-warm: #fbf7f4;
  --bc-font-sans: "Noto Sans JP", "Noto Sans", "メイリオ", Meiryo, sans-serif;
  color: var(--bc-ink);
  font-family: var(--bc-font-sans);
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.bookclubLanding *,
.bookclubLanding *::before,
.bookclubLanding *::after {
  box-sizing: border-box;
}
.bookclubLanding img {
  display: block;
  max-width: 100%;
}
.bookclubLanding a {
  color: inherit;
  text-decoration: none;
}
.bookclubLanding a:hover {
  opacity: 0.92;
}

.bookclubLanding p:last-child {
  margin-bottom: 0;
}
.bookclubLanding strong {
  color: var(--bc-ink);
  font-weight: 700;
  font-size: inherit;
}

/* --- Hero（セミナー #smv と同系：arch.png + ブランド色・縁のアーチ柄） --- */
.bookclubLanding .bc-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  color: #fff;
  background-color: #c20214;
  background-image: url(../img/arch.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.bookclubLanding .bc-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 36px 22px 56px;
  position: relative;
  z-index: 1;
}
.bookclubLanding .bc-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 0 40px;
  align-items: start;
}
.bookclubLanding .bc-hero-kicker {
  grid-column: 1;
  grid-row: 1;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  letter-spacing: 0.06em;
  margin: 0 0 6px;
}
.bookclubLanding .bc-hero-kicker .registered {
  color: rgba(255, 255, 255, 0.85);
}
.bookclubLanding .bc-hero-en {
  grid-column: 1;
  grid-row: 2;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 50px;
  text-transform: uppercase;
}
.bookclubLanding .bc-hero-title {
  grid-column: 1;
  grid-row: 3;
  font-family: var(--bc-font-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--bc-navy-deep);
  margin: 0 0 20px;
}
.bookclubLanding .bc-hero-stats {
  grid-column: 1;
  grid-row: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 8px;
}
.bookclubLanding .bc-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--bc-line);
  border-radius: 10px;
  padding: 13px 11px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.bookclubLanding .bc-stat-main {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  justify-items: center;
  align-items: baseline;
  column-gap: 6px;
  row-gap: 10px;
}
.bookclubLanding .bc-stat-label {
  grid-column: 1 / -1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--bc-navy-deep);
  line-height: 1.3;
}
.bookclubLanding .bc-stat-num {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 800;
  color: var(--bc-coral);
  letter-spacing: -0.02em;
  line-height: 1;
}
.bookclubLanding .bc-stat-unit {
  font-size: 14px;
  font-weight: 700;
  color: var(--bc-navy-deep);
}
.bookclubLanding .bc-stat-note {
  font-size: 11px;
  color: var(--bc-muted);
  margin: 0;
  text-align: center;
  line-height: 1.35;
}
/* CTA 直上：｜区切り・背景なし */
.bookclubLanding .bc-hero-promo {
  grid-column: 1;
  grid-row: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bc-navy-deep);
  line-height: 1.5;
  margin: 14px 0 12px;
  width: 100%;
  text-align: center;
}
.bookclubLanding .bc-hero-promo-sep {
  color: var(--bc-muted);
  font-weight: 400;
  user-select: none;
}
.bookclubLanding .bc-hero-actions {
  grid-column: 1;
  grid-row: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  width: 100%;
}
.bookclubLanding .bc-hero-actionsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  justify-content: center;
}
.bookclubLanding .bc-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid var(--bc-coral);
  color: var(--bc-coral);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}
.bookclubLanding .bc-btn-ghost:hover {
  background: var(--bc-coral-soft);
  opacity: 1;
}
.bookclubLanding .bc-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  background: var(--bc-coral);
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  box-shadow:
    0 8px 24px rgba(232, 90, 79, 0.32),
    0 0 0 1px rgba(15, 30, 55, 0.08);
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bookclubLanding .bc-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(232, 90, 79, 0.38);
  opacity: 1;
}
.bookclubLanding .bc-hero-photo {
  grid-column: 2;
  grid-row: 1 / span 6;
  align-self: center;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.14);
}
.bookclubLanding .bc-hero-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}

/* Topics band（FV直下・ストライプの warm 帯） */
.bookclubLanding .bc-topics {
  background: var(--bc-bg-warm);
  border-top: 1px solid #eee8e3;
  border-bottom: 1px solid #eee8e3;
}
.bookclubLanding .bc-topics-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 32px;
}
.bookclubLanding .bc-topics-text {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--bc-ink);
  margin: 0;
  text-align: center;
}
.bookclubLanding .bc-topics-label {
  display: inline-block;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--bc-ink);
  margin-right: 8px;
}
.bookclubLanding .bc-topics a {
  color: var(--bc-coral);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Page nav */
.bookclubLanding .bc-pageNav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--bc-line);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.bookclubLanding .bc-pageNav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bookclubLanding .bc-pageNav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px 10px;
  width: max-content;
  min-width: 100%;
}
.bookclubLanding .bc-pageNav-list a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid var(--bc-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bc-navy-deep);
  background: #fff;
  white-space: nowrap;
}
.bookclubLanding .bc-pageNav-list a:hover {
  border-color: var(--bc-coral);
  color: var(--bc-coral);
  opacity: 1;
}

/* Section shell */
.bookclubLanding .bc-sec {
  padding: 64px 32px 72px;
  scroll-margin-top: 96px;
}
/* FV 下メインセクションは warm（特徴セクションと同系）と白を交互 */
.bookclubLanding .bc-sec--stripeWarm,
.bookclubLanding .bc-sec--alt {
  background: var(--bc-bg-warm);
  border-top: 1px solid #eee8e3;
  border-bottom: 1px solid #eee8e3;
}
.bookclubLanding .bc-sec--stripeWhite {
  background: #fff;
  border-top: 1px solid #efeae4;
  border-bottom: 1px solid #efeae4;
}
.bookclubLanding .bc-secInner {
  max-width: 1080px;
  margin: 0 auto;
}
.bookclubLanding .bc-secLabel {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--bc-coral);
  text-align: center;
  margin: 0 0 8px;
}
.bookclubLanding .bc-secTitle {
  text-align: center;
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 700;
  color: var(--bc-navy-deep);
  margin: 0 0 16px;
  line-height: 1.4;
}
.bookclubLanding .bc-secBar {
  width: 40px;
  height: 3px;
  background: var(--bc-coral);
  border-radius: 2px;
  margin: 0 auto 24px;
}
.bookclubLanding .bc-secLead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px;
  font-size: 14px;
}

/* Intro 2col */
.bookclubLanding .bc-intro2col {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 20px 26px;
  align-items: start;
  margin-top: 2px;
}
.bookclubLanding .bc-intro-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  max-width: 520px;
  margin: 0 auto;
}
.bookclubLanding .bc-intro-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.bookclubLanding .bc-aboutCopy {
  padding-top: 2px;
}
.bookclubLanding .bc-aboutCopy p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 0.75em;
}
.bookclubLanding .bc-h3 {
  font-size: 20px;
  font-weight: 800;
  color: #e84848;
  margin: 0 0 0.38em;
  line-height: 1.35;
}
.bookclubLanding .bc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 12px;
  margin-bottom: 0;
}
.bookclubLanding .bc-tag {
  display: inline-block;
  font-size: 12px;
  color: #233f73;
  background: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #b8c7e6;
  font-weight: 600;
}

/* Pain */
.bookclubLanding .bc-secBar--pain {
  width: 168px;
  height: 18px;
  margin: 0 auto 24px;
  position: relative;
  background-image: radial-gradient(circle at 50% 50%, #ef6f67 0, #ef6f67 4px, transparent 4px);
  background-repeat: no-repeat;
  background-position: center 9px;
}
.bookclubLanding .bc-secBar--pain::before,
.bookclubLanding .bc-secBar--pain::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 64px;
  height: 2px;
  border-radius: 999px;
  background: #1a2b4a;
  opacity: 0.88;
}
.bookclubLanding .bc-secBar--pain::before {
  left: 18px;
}
.bookclubLanding .bc-secBar--pain::after {
  right: 18px;
}
.bookclubLanding .bc-pain-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 808px;
  margin: 6px auto 0;
}
.bookclubLanding .bc-pain-card {
  background: #fff;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  padding: 16px 14px 18px;
  min-height: 100%;
  box-shadow: 0 8px 22px rgba(17, 38, 74, 0.06);
  text-align: center;
}
.bookclubLanding .bc-pain-iconWrap {
  display: inline-flex;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #f4f8ff;
  align-items: center;
  justify-content: center;
  margin: 2px auto 14px;
}
.bookclubLanding .bc-pain-icon {
  display: block;
  font-size: 2.1rem;
  color: #0e2f69;
  line-height: 1;
}
.bookclubLanding .bc-pain-txt {
  font-size: 16px;
  line-height: 1.6;
  color: var(--bc-ink);
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.bookclubLanding .bc-sec--benefits .bc-secInner {
  max-width: 1080px;
}
.bookclubLanding .bc-benefitsFlow {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 44px minmax(250px, 1fr) 44px minmax(280px, 1fr);
  gap: 0 10px;
  align-items: stretch;
  margin-top: 6px;
}
.bookclubLanding .bc-benefitsPanel {
  background: #fff;
  border: 1px solid #f1d9cf;
  border-radius: 12px;
  min-height: 100%;
}
.bookclubLanding .bc-benefitsPanel--left {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.bookclubLanding .bc-benefitsFlowTitle {
  font-size: 18px;
  line-height: 1.4;
  color: var(--bc-navy-deep);
  text-align: center;
  font-weight: bold;
  flex-shrink: 0;
}
.bookclubLanding .bc-benefitsFlowList {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.bookclubLanding .bc-benefitsFlowList li {
  position: relative;
  padding: 9px 8px 9px 30px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--bc-ink);
  border-bottom: 1px dotted #d8cfc6;
}
.bookclubLanding .bc-benefitsFlowList li:last-child {
  border-bottom: none;
}
.bookclubLanding .bc-benefitsFlowList li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff1ee;
  color: var(--bc-coral);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}
.bookclubLanding .bc-benefitsFlowArrow {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bc-coral);
  box-shadow: 0 3px 14px rgba(232, 90, 79, 0.18);
  color: var(--bc-coral);
  font-size: 26px;
  font-weight: 700;
  line-height: 0;
}
.bookclubLanding .bc-benefitsFlowArrow-glyph {
  display: block;
  line-height: 1;
  transform: translateY(-0.07em);
}
.bookclubLanding .bc-benefitsPanel--center {
  padding: 16px 18px 14px;
}
.bookclubLanding .bc-benefitsPanel--center .bc-benefitsCatch {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.32;
  text-align: center;
  color: #ef5f58;
}
.bookclubLanding .bc-benefitsPanel--center .bc-benefitsTextBody {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #3f4f66;
  text-align: center;
}
.bookclubLanding .bc-benefitsPanel--right {
  padding: 10px 12px;
  display: grid;
  gap: 8px;
}
.bookclubLanding .bc-benefitsFlowCase {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #f1ddd3;
  border-radius: 10px;
  padding: 9px 10px;
  background: #fff;
}
.bookclubLanding .bc-benefitsFlowCaseIcon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #f1ddd3;
  display: grid;
  place-items: center;
  color: var(--bc-coral);
  flex: 0 0 34px;
}
.bookclubLanding .bc-benefitsFlowCaseText {
  font-size: 15px;
  line-height: 1.5;
  color: var(--bc-ink);
}
.bookclubLanding .bc-benefitsDiagramWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
}
.bookclubLanding .bc-benefitsDiagramImg {
  width: 100%;
  max-width: min(100%, 280px);
  height: auto;
  display: block;
}
.bookclubLanding .bc-benefitsMidVisual {
  border-top: 1px solid #eee5df;
  border-bottom: 1px solid #eee5df;
  background: #f3f3f3;
  padding: 12px 16px 16px;
  text-align: center;
}
.bookclubLanding .bc-benefitsMidVisual img {
  width: 100%;
  max-width: 920px;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 200px;
  object-fit: contain;
  object-position: center center;
}
.bookclubLanding .bc-benefitsPhoto {
  border-top: 1px solid #eee5df;
  border-bottom: 1px solid #eee5df;
  background: #f5f5f5;
}
.bookclubLanding .bc-benefitsPhoto img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 280px;
  object-position: 50% 40%;
}
.bookclubLanding .bc-benefitsCaseBlock {
  padding: 12px 16px 12px;
  background: #fff;
}
.bookclubLanding .bc-benefitsCaseH {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.bookclubLanding .bc-benefitsCaseLine {
  flex: 1 1 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c8c0b8, transparent);
  min-width: 8px;
}
.bookclubLanding h3.bc-benefitsCaseHtxt {
  font-size: clamp(1.15rem, 1.85vw, 1.45rem);
  font-weight: 800;
  color: var(--bc-navy-deep);
  white-space: nowrap;
  margin: 0;
  line-height: 1.3;
  flex-shrink: 0;
}
@media screen and (max-width: 400px) {
  .bookclubLanding h3.bc-benefitsCaseHtxt {
    white-space: normal;
    text-align: center;
  }
}
.bookclubLanding .bc-benefitsCaseGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.bookclubLanding a.bc-benefitsCaseCard {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px 10px;
  padding: 14px 30px 14px 14px;
  background: #fbf9f7;
  border: 1px solid #e8e2dc;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  font-size: 12.5px;
  line-height: 1.55;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.bookclubLanding a.bc-benefitsCaseCard:hover {
  background: #fff5f2;
  border-color: var(--bc-coral-light);
  box-shadow: 0 4px 12px rgba(232, 90, 79, 0.12);
  opacity: 1;
}
.bookclubLanding .bc-benefitsCaseIcon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e8e2dc;
  color: var(--bc-coral);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
}
.bookclubLanding .bc-benefitsCaseText {
  color: var(--bc-ink);
  font-size: 12.5px;
  line-height: 1.55;
  display: block;
  flex: 1;
  min-width: 0;
}
.bookclubLanding .bc-benefitsCaseChev {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bc-coral);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}
.bookclubLanding .bc-benefitsCallout {
  display: flex;
  align-items: center;
  gap: 12px 16px;
  margin-top: 0;
  padding: 12px 16px;
  background: #fdedeb;
  border-top: 1px solid #f5d5cf;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
}
.bookclubLanding .bc-benefitsCalloutIcon {
  flex-shrink: 0;
  color: var(--bc-coral);
  font-size: 1.15rem;
  width: 2rem;
  text-align: center;
}
.bookclubLanding .bc-benefitsCallout p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--bc-ink);
  font-weight: 500;
  flex: 1;
  min-width: 0;
}
/* 旧3カラム用（他で未使用だが汎用リストとして温存） */
.bookclubLanding .bc-list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bookclubLanding .bc-list-check li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bc-coral);
  font-weight: 800;
}
.bookclubLanding .bc-box {
  background: #fff;
  border: 1px solid var(--bc-line);
  border-radius: 12px;
  padding: 20px 18px;
}
.bookclubLanding .bc-box-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--bc-navy-deep);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--bc-coral-soft);
}
.bookclubLanding .bc-list-plain {
  margin: 0;
  padding-left: 1.2em;
  font-size: 13.5px;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-list-plain li {
  margin-bottom: 0.4em;
}

/* Features 5 */
.bookclubLanding .bc-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 10px;
  background: transparent;
  border: none;
  border-radius: 0;
}
.bookclubLanding .bc-feature-card {
  background: transparent;
  border: none;
  border-right: 1px solid #d7deea;
  border-radius: 0;
  padding: 12px 14px 10px;
  min-height: 100%;
}
.bookclubLanding .bc-feature-card:last-child {
  border-right: none;
}
.bookclubLanding .bc-feature-num {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1f3f74;
  border: 2px solid #98aed5;
  font-size: 11px;
  font-weight: 800;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.bookclubLanding .bc-feature-t {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bc-navy-deep);
  margin: 0 0 0.5em;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
}
.bookclubLanding .bc-feature-card p {
  font-size: 1.3rem;
  line-height: 1.75;
  margin: 0;
  color: #43566f;
}

/* Flow */
.bookclubLanding .bc-flow-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 8px;
}
.bookclubLanding .bc-flow-block {
  background: #fff;
  border: 1px solid var(--bc-line);
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 8px 26px rgba(15, 30, 55, 0.05);
}
.bookclubLanding .bc-flow-block--split {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px 20px;
  align-items: start;
  padding: 18px 16px 20px;
}
.bookclubLanding .bc-flow-block--split .bc-flow-blockMain {
  align-self: start;
}
.bookclubLanding .bc-flow-iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.bookclubLanding .bc-flow-iconCircle {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f3f8ff, #e8f0fa);
  color: #0b2855;
  flex-shrink: 0;
}
.bookclubLanding .bc-flow-iconCircle svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bookclubLanding .bc-flow-blockMain {
  min-width: 0;
}
.bookclubLanding .bc-flow-block--split .bc-flow-blockMain > h3 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #c5d0dc;
  font-size: 18px;
  align-items: flex-start;
}
.bookclubLanding .bc-flow-block h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--bc-navy-deep);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bookclubLanding .bc-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-flow-list > li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
}
.bookclubLanding .bc-flow-list--check .bc-flow-itemMark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 1px;
  background: #0b2855;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}
.bookclubLanding .bc-flow-list--step .bc-flow-stepBadge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 1px;
  background: linear-gradient(180deg, #ff6d64, var(--bc-coral));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(232, 90, 79, 0.25);
}
.bookclubLanding .bc-flow-lead {
  font-weight: 800;
  color: var(--bc-navy-deep);
}
#bookclubLanding .bc-flow-dayFoot {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--bc-navy-deep);
}
.bookclubLanding .bc-flow-block ul:not(.bc-flow-list),
.bookclubLanding .bc-flow-block ol:not(.bc-flow-list) {
  margin: 0;
  padding-left: 1.2em;
  font-size: 16px;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-flow-block ol:not(.bc-flow-list) li {
  margin-bottom: 0.35em;
}
.bookclubLanding .bc-flow-note {
  font-size: 12.5px;
  color: var(--bc-muted);
  margin-top: 20px;
  line-height: 1.7;
}
.bookclubLanding .bc-flow-note--center {
  text-align: center;
  max-width: 52em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 13px;
  color: #6e7b8d;
}
/* 事前準備／当日カード直下・枠なしのファシリ注意書き */
.bookclubLanding .bc-flow-facilNote {
  margin: 22px 0 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 600;
  color: #6e7b8d;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

/* Courses（4カラムカード・影響範囲フロー・全コース共通バー） */
.bookclubLanding .bc-courses-leads {
  max-width: 640px;
  margin: 0 auto 28px;
}
.bookclubLanding .bc-courses-leads .bc-courses-lead {
  margin-bottom: 6px;
}
.bookclubLanding .bc-courses-leads .bc-courses-lead:last-child {
  margin-bottom: 0;
}
.bookclubLanding .bc-courseImpact {
  margin: 0 auto 40px;
  max-width: 960px;
}
.bookclubLanding .bc-courseImpact-track {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px 12px;
}
.bookclubLanding .bc-courseImpact-step {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  background: #fff;
  border: 2px solid var(--bc-line);
  color: var(--bc-navy-deep);
}
.bookclubLanding .bc-courseImpact-step--person {
  border-color: #d97b30;
  color: #c76d28;
  background: rgba(217, 123, 48, 0.08);
}
.bookclubLanding .bc-courseImpact-step--team {
  border-color: #2d8a64;
  color: #2d8a64;
  background: rgba(45, 138, 100, 0.07);
}
.bookclubLanding .bc-courseImpact-step--biz {
  border-color: #2b5797;
  color: #2b5797;
  background: rgba(43, 87, 151, 0.06);
}
.bookclubLanding .bc-courseImpact-step--society {
  border-color: #7b5ba1;
  color: #6b4f92;
  background: rgba(123, 91, 161, 0.08);
}
.bookclubLanding .bc-courseImpact-arrow {
  align-self: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--bc-muted);
  line-height: 1;
  padding: 0 2px;
}
.bookclubLanding .bc-courseImpact-caption {
  text-align: center;
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--bc-navy-deep);
}
.bookclubLanding .bc-courseGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.bookclubLanding .bc-courseGrid .bc-course {
  margin-bottom: 0;
}
.bookclubLanding .bc-course {
  --course-num: var(--bc-navy-deep);
  --course-soft: #eef2f7;
  --course-border: rgba(15, 30, 55, 0.18);
  background: #fff;
  border: 1px solid var(--bc-line);
  border-top: 4px solid var(--course-num);
  border-radius: 14px;
  padding: 18px 16px 20px;
  box-shadow: 0 6px 22px rgba(15, 30, 55, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.bookclubLanding .bc-course--self {
    --course-num: #d97b30;
  --course-soft: #fff2e6;
  --course-border: rgba(217, 123, 48, 0.42);
}
.bookclubLanding .bc-course--team {
  --course-num: #2d8a64;
  --course-soft: #e8f4ee;
  --course-border: rgba(45, 138, 100, 0.4);
}
.bookclubLanding .bc-course--biz {
  --course-num: #2b5797;
  --course-soft: #e8f1fb;
  --course-border: rgba(43, 87, 151, 0.4);
}
.bookclubLanding .bc-course--social {
  --course-num: #7b5ba1;
  --course-soft: #f0e9f8;
  --course-border: rgba(123, 91, 161, 0.4);
}
.bookclubLanding .bc-course-head {
  display: flex;
  align-items: flex-start;
  gap: 12px 14px;
  margin-bottom: 12px;
}
.bookclubLanding .bc-course-num {
  flex-shrink: 0;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 700;
  color: var(--course-num);
  line-height: 1;
  letter-spacing: -0.03em;
}
.bookclubLanding .bc-course-headText {
  flex: 1;
  min-width: 0;
}
.bookclubLanding .bc-course-headText h3 {
  font-size: 14px;
  font-weight: 800;
  color: var(--bc-navy-deep);
  margin: 0;
  line-height: 1.4;
}
.bookclubLanding .bc-course-sub {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--bc-muted);
  line-height: 1.4;
}
.bookclubLanding .bc-course-intro {
  font-size: 14px;
  line-height: 1.7;
  color: var(--bc-ink-soft);
  margin: 0 0 12px;
}
.bookclubLanding .bc-course-checks {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: block;
}
.bookclubLanding .bc-course-checks li {
  float: none;
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--bc-ink-soft);
  margin: 0 0 8px;
}
.bookclubLanding .bc-course-checks li:last-child {
  margin-bottom: 0;
}
.bookclubLanding .bc-course-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--course-num);
}
.bookclubLanding .bc-course-foot {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  color: var(--bc-navy-deep);
  margin: 0 0 4px;
}
.bookclubLanding .bc-course-progsWrap {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dotted #c5d0dc;
  border-top: 1px dotted color-mix(in srgb, var(--course-num) 32%, #c5d0dc);
}
.bookclubLanding .bc-course-progLead {
  font-size: 12.5px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-course .bc-prog {
  padding: 12px 14px;
  margin: 0 0 10px;
  background: var(--course-soft);
  border-radius: 10px;
  border: 1px solid var(--course-border);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-course .bc-prog:last-child {
  margin-bottom: 0;
}
.bookclubLanding .bc-course .bc-prog strong {
  display: block;
  color: var(--bc-navy-deep);
  margin-bottom: 0.25em;
  font-size: 13px;
}
.bookclubLanding .bc-courseCommon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  justify-content: center;
  text-align: center;
  padding: 22px 24px;
  background: #f1f3f6;
  border-radius: 12px;
  border: 1px solid #e2e6eb;
}
.bookclubLanding .bc-courseCommon-body {
  flex: 1 1 100%;
  margin: 0;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-courseCommon-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
}
.bookclubLanding .bc-courseCommon-cta.bc-btn-primary {
  padding: 12px 20px;
  background: var(--bc-navy-deep);
  box-shadow: 0 6px 18px rgba(15, 30, 55, 0.22);
  font-size: 13px;
}
.bookclubLanding .bc-courseCommon-cta.bc-btn-primary:hover {
  background: #162a4d;
  box-shadow: 0 8px 22px rgba(15, 30, 55, 0.28);
  opacity: 1;
}

/* Voices */
.bookclubLanding .bc-voices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.bookclubLanding .bc-voice {
  background: #fff;
  border: 1px solid var(--bc-line);
  border-radius: 12px;
  padding: 18px 16px 16px;
  min-height: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.bookclubLanding .bc-voice q {
  display: block;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--bc-ink);
  font-style: normal;
  margin: 0 0 10px;
  quotes: none;
}
.bookclubLanding .bc-voice-meta {
  font-size: 12px;
  color: var(--bc-muted);
  margin: 0;
}

/* 日程一覧（#eventNews）：見出しは VOICES / FAQ と同型 `.bc-sec` + リスト／サムネ切替 */
.bookclubLanding #eventNews .bc-eventNews-tools {
  display: flex;
  justify-content: flex-end;
  margin: 4px 0 20px;
}
.bookclubLanding #eventNews .bc-eventNews-tools .switchBtn {
  margin: 0;
}
.bookclubLanding #eventNews .bc-eventNews-footerBtn {
  text-align: center;
  margin: 32px 0 0;
}

/* 読書会LP：日程カード（4列想定）— 折りたたみ（2行＋3行目は上1/3のみ鮮明、下2/3をマスクでフェード） */
.bookclubLanding #eventNews .bc-eventSchedule-wrap {
  position: relative;
  isolation: isolate;    
  /* margin-bottom: -80px; */
}
.bookclubLanding #eventNews .bc-eventSchedule-wrap:not(.is-expanded) div[name="event"].bc-sched-hide {
  display: none !important;
}
/* 3行目：マスク 0.6 → 0.2 → ほぼ0 → 透明 でフェード */
.bookclubLanding #eventNews .bc-eventSchedule-wrap:not(.is-expanded) div[name="event"].bc-sched-fade {
  opacity: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.1) calc(100% / 3),
    rgba(0, 0, 0, 0.02) 58%,
    transparent 88%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.1) calc(100% / 3),
    rgba(0, 0, 0, 0.02) 58%,
    transparent 88%,
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.bookclubLanding #eventNews .bc-eventSchedule-moreWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--bc-sched-more-top, 72%);
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
/* [hidden] の display:none は作者スタイルの flex より弱いため明示 */
.bookclubLanding #eventNews .bc-eventSchedule-moreWrap[hidden] {
  display: none !important;
}
.bookclubLanding #eventNews .bc-eventSchedule-wrap.is-expanded .bc-eventSchedule-moreWrap {
  display: none !important;
}
.bookclubLanding #eventNews .bc-eventSchedule-moreBtn {
  appearance: none;
  border: 1px solid var(--bc-navy-deep, #0d2744);
  background: #fff;
  color: var(--bc-navy-deep, #0d2744);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 6px 24px rgba(255, 255, 255, 0.88), 0 4px 14px rgba(15, 30, 55, 0.12);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.bookclubLanding #eventNews .bc-eventSchedule-moreBtn:hover {
  background: var(--bc-navy-deep, #0d2744);
  color: #fff;
  box-shadow: 0 6px 18px rgba(15, 30, 55, 0.18);
}
.bookclubLanding #eventNews .bc-eventSchedule-moreBtn:focus-visible {
  outline: 2px solid var(--bc-coral, #ef6f67);
  outline-offset: 3px;
}

/* FAQ（見出しは VOICES と同型：`.bc-sec` + `.bc-secLabel` + `.bc-secTitle` + `.bc-secBar`） */
.bookclubLanding .bc-faq-grid {
  max-width: none;
  margin-top: 8px;
  padding: 0 0 4px;
}
.bookclubLanding .bc-faq-item {
  border-bottom: 1px solid var(--bc-line);
}
.bookclubLanding .bc-faq-item summary {
  list-style: none;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 16px 36px 16px 32px;
  font-size: 16px;
  font-weight: 600;
  color: var(--bc-navy-deep);
}
.bookclubLanding .bc-faq-item summary::-webkit-details-marker {
  display: none;
}
.bookclubLanding .bc-faq-item summary::marker {
  content: none;
}
.bookclubLanding .bc-faq-item summary::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: var(--bc-coral);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
}
.bookclubLanding .bc-faq-q-txt {
  display: block;
  padding-right: 24px;
  line-height: 1.45;
}
.bookclubLanding .bc-faq-q-icon {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bc-coral);
  font-size: 16px;
  font-weight: 300;
  transition: transform 0.3s;
}
.bookclubLanding .bc-faq-item[open] .bc-faq-q-icon {
  transform: translateY(-50%) rotate(45deg);
}
.bookclubLanding .bc-eco-cta {
  text-align: center;
  margin-top: 1rem;
}
.bookclubLanding .bc-faq-a {
  padding: 0 4px 14px 32px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-faq-a p,
.bookclubLanding .bc-faq-a strong,
.bookclubLanding .bc-faq-a a {
  font-size: inherit;
  line-height: inherit;
}
.bookclubLanding .bc-faq-a a {
  color: var(--bc-coral);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.bookclubLanding .bc-faq-a strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: var(--bc-ink);
}
.bookclubLanding q {
  font-style: normal;
}
.bookclubLanding .bc-faq-more {
  text-align: center;
  margin: 10px 0 16px;
  font-size: 12px;
  font-weight: 600;
}
.bookclubLanding .bc-faq-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 12px;
}
.bookclubLanding .bc-faq-more a:hover {
  background: #2a2a2a;
  opacity: 1;
}

/* Ecosystem（4カード＋比喩タグ＋アイコン付きサイクル） */
.bookclubLanding .bc-eco {
  max-width: 1080px;
  margin: 0 auto;
}
.bookclubLanding .bc-eco-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 8px 0 36px;
  list-style: none;
  padding: 0;
}
.bookclubLanding .bc-eco-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid var(--bc-line);
  border-radius: 12px;
  padding: 18px 16px 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.bookclubLanding .bc-eco-cardTitle {
  font-size: 14px;
  font-weight: 800;
  color: var(--bc-navy-deep);
  margin: 0 0 10px;
  line-height: 1.45;
}
.bookclubLanding .bc-eco-cardBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.bookclubLanding .bc-eco-cardLead {
  font-size: 13px;
  line-height: 1.65;
  color: var(--bc-ink-soft);
  margin: 0;
}
.bookclubLanding .bc-eco-cardBullets {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--bc-ink);
}
.bookclubLanding .bc-eco-cardBullets li {
  float: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 1em;
}
.bookclubLanding .bc-eco-cardBullets li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.bookclubLanding .bc-eco-cardTag {
  margin: auto 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 1.35;
}
.bookclubLanding .bc-eco-cardTag-eq {
  display: block;
  font-size: 11px;
  font-weight: 800;
}
.bookclubLanding .bc-eco-cardTag-desc {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  opacity: 0.96;
  line-height: 1.45;
}
.bookclubLanding .bc-eco-card--hanpo .bc-eco-cardTag {
  background: var(--bc-navy-deep);
}
.bookclubLanding .bc-eco-card--seitai .bc-eco-cardTag {
  background: #1e5c44;
}
.bookclubLanding .bc-eco-card--suppli .bc-eco-cardTag {
  background: #2b63b0;
}
.bookclubLanding .bc-eco-card--kintore .bc-eco-cardTag {
  background: #5b9bd5;
}
.bookclubLanding .bc-meta4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  margin-top: 20px;
  font-size: 12.5px;
  color: var(--bc-ink);
}
.bookclubLanding .bc-meta4 span {
  display: block;
  padding: 8px 10px;
  background: #f5f0ea;
  border-radius: 8px;
  border: 1px solid #e8e0d8;
}
.bookclubLanding .bc-cycle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 4px;
  margin-top: 24px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--bc-navy-deep);
}
.bookclubLanding .bc-cycle--eco {
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
  padding: 22px 16px 8px;
  border-top: 1px solid #e8ecf2;
}
.bookclubLanding .bc-cycle-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 6px;
}
.bookclubLanding .bc-cycle-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--bc-navy-deep);
}
.bookclubLanding .bc-cycle-ico {
  display: grid;
  place-items: center;
  color: var(--bc-navy-deep);
  opacity: 0.88;
}
.bookclubLanding .bc-cycle-txt {
  font-size: 14px;
  font-weight: 800;
}
.bookclubLanding .bc-cycle-tail {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--bc-navy-deep);
  text-align: center;
}
.bookclubLanding .bc-cycle-sep {
  color: var(--bc-muted);
  font-weight: 400;
  margin: 0 2px;
  font-size: 15px;
}
.bookclubLanding .bc-closing {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: var(--bc-navy-deep);
  margin: 20px 0 8px;
}
.bookclubLanding .bc-closingSub {
  text-align: center;
  font-size: 14px;
  color: var(--bc-ink-soft);
  margin: 0 0 4px;
}

/* Footer CTA (入会LPと同型) */
.bookclubLanding .bc-footer-cta {
  padding: 32px 24px 56px;
  color: #fff;
  position: relative;
  overflow: visible;
  margin-top: 0;
}
.bookclubLanding .bc-footer-cta-card {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 36%) minmax(0, 1fr);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15, 30, 55, 0.16);
  min-height: 260px;
}
.bookclubLanding .bc-footer-cta-visual {
  position: relative;
  min-height: 200px;
  background: var(--bc-navy-deep);
}
.bookclubLanding .bc-footer-cta-visualImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}
.bookclubLanding .bc-footer-cta-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(15, 30, 55, 0.15) 0%,
    rgba(15, 30, 55, 0.55) 45%,
    rgba(15, 30, 55, 0.98) 100%
  );
  pointer-events: none;
}
.bookclubLanding .bc-footer-cta-main {
  position: relative;
  background: var(--bc-navy-deep);
  padding: 36px 40px 36px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.bookclubLanding .bc-footer-cta-deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 48px;
  background: var(--bc-coral);
  border-radius: 2px 0 0 2px;
}
.bookclubLanding .bc-footer-cta-title {
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  color: #fff;
  font-weight: 800;
  margin: 0 0 0.3em;
  line-height: 1.4;
}
.bookclubLanding .bc-footer-cta-body {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.5px;
  line-height: 1.75;
  margin: 0 0 1.2em;
}
.bookclubLanding .bc-footer-cta-pill {
  display: inline-block;
  background: var(--bc-coral);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 0.4em;
}
.bookclubLanding .bc-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.bookclubLanding .bc-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 22px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
  cursor: pointer;
  color: #fff;
}
.bookclubLanding .bc-footer-cta-btn--primary {
  background: var(--bc-coral);
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}
.bookclubLanding .bc-footer-cta-btn--primary:hover {
  background: #f06a5e;
  color: #fff;
  transform: translateY(-1px);
  opacity: 1;
}
.bookclubLanding .bc-footer-cta-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.bookclubLanding .bc-footer-cta-btn--secondary:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
  opacity: 1;
}
.bookclubLanding .bc-footer-cta-btnLabel {
  font-size: 14px;
  font-weight: 700;
}

/* Responsive */
.bookclubLanding .bc-alignLeft {
  text-align: left;
  max-width: none;
  margin: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--bc-ink-soft);
}
.bookclubLanding .bc-alignLeft--tight {
  margin-top: 0.5rem;
}

/* 本文の p を 16px に統一（旧クラス指定より詳細度が高い）。装飾・見出し相当の p は下で従来サイズを維持 */
/* #bookclubLanding p {
  font-size: 16px;
}
#bookclubLanding .bc-eco-cardLead {
  font-size: 13px;
  line-height: 1.65;
  color: var(--bc-ink-soft);
}
#bookclubLanding .bc-eco-cardTag {
  font-size: 11px;
  color: #fff;
}
#bookclubLanding .bc-eco-cardTag-desc {
  font-size: 10.5px;
}
#bookclubLanding .bc-cycle-tail {
  font-size: 14px;
}
#bookclubLanding .bc-hero-kicker {
  font-size: 30px;
}
#bookclubLanding .bc-hero-en {
  font-size: 11px;
  margin-bottom: 75px;
}
#bookclubLanding .bc-hero-title {
  font-size: 22px;
  color: var(--bc-navy-deep);
}
#bookclubLanding .bc-stat-note {
  font-size: 11px;
}
#bookclubLanding .bc-hero-promo {
  font-size: 15px;
  color: var(--bc-navy-deep);
}
#bookclubLanding .bc-hero-promo-sep {
  color: var(--bc-muted);
}
#bookclubLanding .bc-secLabel {
  font-size: 11px;
}
#bookclubLanding .bc-closing {
  font-size: 20px;
}
#bookclubLanding .bc-footer-cta-pill {
  font-size: 11px;
}
#bookclubLanding .bc-footer-cta-title {
  font-size: 20px;
}
#bookclubLanding .bc-courses-lead {
  font-size: 15px;
}
#bookclubLanding .bc-courseImpact-caption {
  font-size: 14px;
}
#bookclubLanding .bc-course-intro,
#bookclubLanding .bc-course-foot {
  font-size: 14px;
}
#bookclubLanding .bc-course-progLead {
  font-size: 12.5px;
}
#bookclubLanding .bc-courseCommon-body {
  font-size: 14px;
}
#bookclubLanding .bc-course-headText h3 {
  font-size: 14px;
}
#bookclubLanding .bc-course-sub {
  font-size: 13px;
}
#bookclubLanding .bc-flow-facilNote {
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  color: #6e7b8d;
} */


@media screen and (max-width: 1020px) {
  .bookclubLanding .bc-hero-inner {
    padding: 28px 18px 44px;
  }
  .bookclubLanding .bc-hero-main {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .bookclubLanding .bc-hero-kicker,
  .bookclubLanding .bc-hero-en,
  .bookclubLanding .bc-hero-photo,
  .bookclubLanding .bc-hero-title,
  .bookclubLanding .bc-hero-stats,
  .bookclubLanding .bc-hero-promo,
  .bookclubLanding .bc-hero-actions {
    grid-column: auto;
    grid-row: auto;
  }
  .bookclubLanding .bc-hero-stats {
    justify-content: center;
  }
  .bookclubLanding .bc-hero-photo {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .bookclubLanding .bc-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bookclubLanding .bc-feature-grid {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-feature-card {
    border-right: none;
    border-bottom: 1px solid #e4e9f2;
  }
  .bookclubLanding .bc-feature-card:last-child {
    border-bottom: none;
  }
  .bookclubLanding .bc-benefitsFlow {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bookclubLanding .bc-benefitsFlowArrow {
    display: none;
  }
  .bookclubLanding .bc-benefitsCaseGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bookclubLanding .bc-h3 {
    font-size: clamp(20px, 4.2vw, 28px);
  }
  .bookclubLanding .bc-aboutCopy p {
    font-size: 14px;
    line-height: 1.8;
  }
  .bookclubLanding .bc-voices {
    grid-template-columns: 1fr 1fr;
  }
  .bookclubLanding .bc-flow-2 {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-flow-block--split {
    grid-template-columns: 88px 1fr;
    gap: 14px 16px;
  }
  .bookclubLanding .bc-eco-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bookclubLanding .bc-footer-cta-card {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-footer-cta-visual {
    min-height: 180px;
  }
  .bookclubLanding .bc-footer-cta-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  .bookclubLanding .bc-courseGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bookclubLanding .bc-courseImpact-step {
    font-size: 13px;
    padding: 9px 16px;
  }
  .bookclubLanding #eventNews .switchItem {
    max-width: 100%;
    overflow-x: visible;
  }
  .bookclubLanding #eventNews #events {
    min-width: 0;
  }
}
@media screen and (max-width: 640px) {
  .bookclubLanding .bc-sec {
    padding: 48px 16px 52px;
    scroll-margin-top: 76px;
  }
  .bookclubLanding .bc-hero-inner {
    padding: 22px 14px 36px;
  }
  .bookclubLanding .bc-hero-main {
    gap: 20px;
  }
  #bookclubLanding .bc-hero-kicker {
    font-size: clamp(22px, 6.5vw, 30px);
  }
  #bookclubLanding .bc-hero-title {
    font-size: clamp(17px, 4.8vw, 24px);
  }
  .bookclubLanding .bc-hero-actionsRow {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .bookclubLanding .bc-hero-actionsRow .bc-btn-ghost,
  .bookclubLanding .bc-hero-actionsRow .bc-btn-primary {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .bookclubLanding .bc-topics-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bookclubLanding .bc-pageNav-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .bookclubLanding .bc-secTitle {
    font-size: clamp(18px, 5vw, 26px);
    padding-inline: 2px;
  }
  .bookclubLanding .bc-intro2col {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-intro-img {
    max-width: 100%;
  }
  .bookclubLanding .bc-pain-grid,
  .bookclubLanding .bc-feature-grid {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-benefitsFlowTitle {
    font-size: 16px;
  }
  .bookclubLanding .bc-benefitsFlowList li,
  .bookclubLanding .bc-benefitsFlowCaseText {
    font-size: 14px;
  }
  .bookclubLanding .bc-benefitsPanel--center .bc-benefitsCatch {
    font-size: 18px;
  }
  .bookclubLanding .bc-benefitsPanel--center .bc-benefitsTextBody {
    font-size: 14px;
    line-height: 1.7;
  }
  .bookclubLanding .bc-feature-card {
    border-right: none;
    border-bottom: 1px solid #e4e9f2;
  }
  .bookclubLanding .bc-feature-card:last-child {
    border-bottom: none;
  }
  .bookclubLanding .bc-pain-txt {
    min-height: 0;
  }
  .bookclubLanding .bc-courseGrid {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-courseCommon {
    flex-direction: column;
    align-items: stretch;
  }
  .bookclubLanding .bc-courseCommon-body {
    text-align: left;
  }
  .bookclubLanding .bc-courseCommon-cta {
    justify-content: center;
    white-space: normal;
  }
  .bookclubLanding .bc-voices {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-stat {
    width: 100%;
  }
  .bookclubLanding .bc-meta4 {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-flow-block--split {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .bookclubLanding .bc-flow-iconWrap {
    justify-content: flex-start;
    align-self: auto;
  }
  .bookclubLanding .bc-flow-iconCircle {
    width: 80px;
    height: 80px;
    display: none;
  }
  .bookclubLanding .bc-flow-iconCircle svg {
    width: 44px;
    height: 44px;
  }
  .bookclubLanding .bc-eco-cards {
    grid-template-columns: 1fr;
  }
  .bookclubLanding .bc-faq-item summary {
    padding: 14px 38px 14px 26px;
    font-size: 15px;
  }
  .bookclubLanding .bc-faq-item summary::before {
    left: 2px;
  }
  .bookclubLanding .bc-faq-a {
    padding: 0 12px 16px 26px;
  }
  .bookclubLanding .bc-courseImpact-track {
    gap: 8px;
  }
  .bookclubLanding .bc-courseImpact-step {
    font-size: 12.5px;
    padding: 8px 12px;
  }
  .bookclubLanding .bc-courseImpact-arrow {
    font-size: 15px;
  }
  .bookclubLanding #eventNews .thumbsWrap,
  .bookclubLanding #eventNews .evWrap {
    max-width: 100%;
    overflow-x: visible;
    padding: 0;
  }
  #bookclubLanding .bc-hero-kicker {
    font-size: 24px;
  }
  #bookclubLanding .bc-hero-en {
    margin-bottom: 0;
  }
  .bookclubLanding .bc-benefitsPanel--center {
    display: none;
  }
  .bookclubLanding .bc-benefitsFlowArrow {
    display: none;
  }
  .bookclubLanding .bc-pain-card {
    display: flex;
    flex-direction: row;
    align-items: center;      /* または flex-start（上揃え） */
    gap: 14px;
    text-align: left;
  }
  .bookclubLanding .bc-pain-iconWrap {
    flex-shrink: 0;
    margin: 0;                /* auto をやめて左寄せ */
  }
  .bookclubLanding .bc-pain-txt {
    flex: 1;
    min-width: 0;             /* 長文のはみ出し防止 */
    margin-bottom: 0;         /* 横並び時は下余白を調整 */
    text-align: left;
  }
  /* 下線装飾をカード中央に残したい場合 */
  .bookclubLanding .bc-pain-card::after {
    margin-left: 0;
    margin-right: auto;
    display: none;
    /* または width: 100% でフル幅にする等 */
  }
  .bookclubLanding .bc-pain-iconWrap {
    width: 50px;
    height: 50px;
  }
  .bookclubLanding .bc-pain-grid {
  gap: 10px;
  }
  
}

.bc-brSmOnly { display: none; }
@media (max-width: 640px) {
  .bc-brSmOnly { display: inline; }
}

