/* ============================================
   LP-C（Claude Code 業務自動化セミナー）固有スタイル
   アイボリー × ウォームブラック / コーラルオレンジ（Claudeトーン）
   ============================================ */

/* --- カラー変数の上書き --- */
:root {
  --color-navy-dark: #141413;
  --color-navy: #2B2925;
  --color-navy-mid: #201F1C;
  --color-accent: #D97757;
  --color-accent-hover: #C96442;
  --color-bg-light: #F0EEE6;
  --color-border-light: rgba(168, 162, 158, 0.15);
  --color-gold: #A8A29E;
  --color-gold-light: #E7E5E4;
  --color-gold-dark: #78716C;
  --color-burgundy: #D97757;
  --color-bg-white: #FAF9F5;
  --color-text: #141413;
  --color-text-sub: #6B6357;
  --color-border: #E4E0D5;
  --shadow-glow: 0 0 20px rgba(217, 119, 87, 0.3);
}

/* LP-C: 日程カードの auto 種別をオレンジに（style.cssの緑を上書き） */
.schedule-card__seminar-badge--auto {
  background: rgba(217, 119, 87, 0.12);
  color: #C96442;
}

.schedule-card__bar--green {
  background: #D97757;
}

/* --- ヒーロー --- */
.hero {
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(168, 162, 158, 0.08) 0%, transparent 60%);
  pointer-events: none;
  animation: pulseGlow 8s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.1); }
}

/* フローティング装飾 */
.hero__deco-1 {
  position: absolute;
  top: 18%;
  left: 12%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(168, 162, 158, 0.02);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(168, 162, 158, 0.06);
  animation: floatSlow 12s ease-in-out infinite;
  pointer-events: none;
}

.hero__deco-2 {
  position: absolute;
  bottom: 22%;
  right: 8%;
  width: 160px;
  height: 80px;
  border-radius: 24px;
  background: rgba(217, 119, 87, 0.02);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(217, 119, 87, 0.05);
  transform: rotate(12deg);
  animation: floatSlow 15s ease-in-out infinite reverse;
  pointer-events: none;
}

.hero__deco-3 {
  position: absolute;
  top: 35%;
  right: 18%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(168, 162, 158, 0.08);
  animation: floatSlow 10s ease-in-out infinite;
  animation-delay: -5s;
  pointer-events: none;
}

@keyframes floatSlow {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(15px, -20px) rotate(3deg); }
  66% { transform: translate(-10px, 15px) rotate(-2deg); }
}

.hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 6rem 0 4rem;
}

/* セミナータイトル（プラチナグラデーション） */
.hero__seminar-title {
  font-size: clamp(1.625rem, 6.5vw, 3.625rem);
  font-weight: var(--fw-black);
  background: linear-gradient(135deg, #A8A29E, #E7E5E4, #D6D3D1, #F5F5F4, #A8A29E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: var(--space-xs);
  filter: drop-shadow(0 2px 20px rgba(168, 162, 158, 0.3));
}

/* 無料訴求 */
.hero__free-label {
  display: inline-block;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: #A8A29E;
  letter-spacing: 0.15em;
  margin-bottom: var(--space-md);
}

/* 区切り線（プラチナ→ブルー） */
.hero__divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #78716C, #A8A29E, #D97757);
  border-radius: 1px;
  margin: 0 auto var(--space-md);
}

.hero__title {
  font-size: 1.625rem;
  font-weight: var(--fw-black);
  color: #E8E8E8;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: var(--space-lg) 0 var(--space-md);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* 「Claude Code」プラチナハイライト */
.hero__title-gold {
  background: linear-gradient(135deg, #A8A29E, #E7E5E4, #D6D3D1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline;
}

.hero__title-gold::after {
  content: '';
  position: absolute;
  bottom: 0.08em;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #78716C, #E7E5E4, #78716C);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-text-fill-color: initial;
  border-radius: 2px;
  opacity: 0.8;
}

.hero__subtitle {
  font-size: var(--fs-base);
  color: rgba(231, 229, 228, 0.7);
  font-weight: var(--fw-medium);
  line-height: 1.9;
  max-width: 600px;
  margin: 0 auto var(--space-xl);
}

/* CTA（テックブルー） */
.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  background: #D97757;
  color: #FFFFFF;
  font-weight: var(--fw-bold);
  font-size: var(--fs-lg);
  padding: 1.125rem 2.5rem;
  border-radius: var(--radius-full);
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-base);
  box-shadow: 0 0 30px rgba(217, 119, 87, 0.3);
}

.hero__cta:hover {
  transform: scale(1.05);
  box-shadow: 0 0 45px rgba(217, 119, 87, 0.5);
  background: #C96442;
}

.hero__cta-note {
  margin-top: var(--space-md);
  font-size: var(--fs-xs);
  color: rgba(168, 162, 158, 0.4);
}

.hide-mobile {
  display: none;
}

/* スクロールダウンインジケーター */
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xs);
  color: rgba(168, 162, 158, 0.3);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: scrollBounce 2s ease-in-out infinite;
  z-index: 2;
}

.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(168, 162, 158, 0.3), transparent);
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* --- セクションヘッダー --- */
.section-header {
  margin-bottom: var(--space-2xl);
}

.section-header--center {
  text-align: center;
}

.section-header__divider {
  width: 48px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 2px;
  margin-top: var(--space-md);
}

.section-header--center .section-header__divider {
  margin-left: auto;
  margin-right: auto;
}

/* --- カード（テックブルーアクセント） --- */
.capabilities__grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.cap-card {
  background: var(--color-bg-white);
  border-radius: 16px;
  padding: var(--space-lg);
  border: 1px solid var(--color-border-light);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  transition: all var(--transition-base);
}

.cap-card:hover {
  box-shadow: 0 10px 40px rgba(217, 119, 87, 0.08);
  transform: translateY(-2px);
}

.cap-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.cap-card:hover::before {
  transform: scaleX(1);
}

.cap-card__number {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: var(--fw-bold);
  color: var(--color-accent);
  letter-spacing: 0.1em;
  margin-bottom: var(--space-sm);
  padding: 0.25rem 0.5rem;
  background: rgba(217, 119, 87, 0.08);
  border-radius: var(--radius-sm);
}

.cap-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(217, 119, 87, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-md);
  transition: all var(--transition-base);
}

.cap-card:hover .cap-card__icon {
  background: var(--color-accent);
  transform: scale(1.05);
}

.cap-card__icon svg {
  width: 28px;
  height: 28px;
  color: var(--color-accent);
  stroke: var(--color-accent);
  transition: all var(--transition-base);
}

.cap-card:hover .cap-card__icon svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}

.cap-card__title {
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  color: var(--color-navy-dark);
  margin-bottom: var(--space-xs);
  line-height: 1.4;
}

.cap-card__text {
  font-size: var(--fs-sm);
  color: var(--color-text-sub);
  line-height: 1.8;
}

/* --- おすすめ --- */
.target-card {
  background: var(--color-bg-light);
  border-radius: 16px;
  padding: var(--space-md) var(--space-lg);
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  border-left: 4px solid var(--color-accent);
  transition: all var(--transition-base);
}

.target-card:hover {
  background: var(--color-bg-white);
  box-shadow: var(--shadow-lg);
}

.target-card__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(217, 119, 87, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.target-card__icon svg {
  width: 16px;
  height: 16px;
  color: var(--color-accent);
  stroke: var(--color-accent);
}

.target-card__title {
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  color: var(--color-navy-dark);
  line-height: 1.6;
}

.target__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 800px;
  margin: 0 auto;
}

/* --- 特典セクション --- */
.perks-section {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
}

.perks__grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.perk-card {
  background: rgba(168, 162, 158, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(168, 162, 158, 0.12);
  border-radius: 20px;
  padding: var(--space-lg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform var(--transition-base);
  position: relative;
  overflow: hidden;
}

.perk-card:hover {
  transform: translateY(-4px);
}

/* 特典バナーを主役にするカード */
.perk-card--feature {
  padding: 0;
}

.perk-card__image {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(168, 162, 158, 0.12);
}

.perk-card__body {
  padding: var(--space-lg);
}

.perk-points {
  list-style: none;
  margin: var(--space-md) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.perk-points__item {
  position: relative;
  padding-left: 1.5rem;
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: rgba(231, 229, 228, 0.9);
  line-height: 1.7;
}

.perk-points__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}

.perk-card__label {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background: rgba(217, 119, 87, 0.15);
  border-radius: var(--radius-sm);
  font-size: 0.6875rem;
  font-weight: var(--fw-bold);
  color: #F0B49A;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-md);
}

.perk-card__title {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-bold);
  color: #E8E8E8;
  margin-bottom: var(--space-xs);
}

.perk-card__text {
  font-size: var(--fs-sm);
  color: rgba(231, 229, 228, 0.8);
  line-height: 1.8;
}

/* --- 危機感セクション --- */
.urgency-section {
  position: relative;
}

.urgency-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(168, 162, 158, 0.03) 1px, transparent 0);
  background-size: 20px 20px;
  pointer-events: none;
}

.urgency-section .container {
  position: relative;
  z-index: 1;
}

.urgency__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(217, 119, 87, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-md);
}

.urgency__icon svg {
  width: 24px;
  height: 24px;
  color: #E8946E;
  stroke: #E8946E;
}

/* --- ブリッジコピー（明朝体引用風） --- */
.bridge {
  text-align: center;
  padding: var(--space-xl) 0;
}

.bridge__text {
  font-family: 'Noto Serif JP', serif;
  font-size: var(--fs-2xl);
  font-weight: 700;
  color: var(--color-navy-dark);
  line-height: 1.6;
  position: relative;
  display: inline-block;
}

.bridge__text::before,
.bridge__text::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #78716C, #A8A29E);
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.bridge__text::before {
  top: -16px;
}

.bridge__text::after {
  bottom: -16px;
}

.bridge__highlight {
  color: var(--color-accent);
  position: relative;
}

.bridge__highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(217, 119, 87, 0.1);
  border-radius: 4px;
  z-index: -1;
}

/* --- スクロール連動アニメーション --- */
.scroll-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- 日程カード --- */
.schedule-card {
  background: var(--color-bg-white);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  border: 1px solid var(--color-border-light);
  box-shadow: 0 4px 20px rgba(8, 12, 24, 0.04);
  transition: all var(--transition-base);
  position: relative;
}

.schedule-card::after {
  content: attr(data-day-label);
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  font-size: 8rem;
  font-weight: var(--fw-black);
  color: rgba(217, 119, 87, 0.04);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -0.05em;
}

.schedule-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(8, 12, 24, 0.08);
}

.schedule-card__bar {
  width: 6px;
  flex-shrink: 0;
}

.schedule-card__bar--accent {
  background: var(--color-accent);
}

.schedule-card__body {
  padding: var(--space-lg);
  width: 100%;
}

.schedule-card__day-label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  color: var(--color-accent);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.schedule-card__date {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-black);
  color: var(--color-navy-dark);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-xs);
}

.schedule-card__date-sub {
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
}

.schedule-card__time {
  color: var(--color-text-sub);
  font-weight: var(--fw-bold);
  font-size: var(--fs-base);
  margin-bottom: var(--space-md);
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.schedule-card__meta {
  border-top: 1px solid var(--color-border-light);
  padding-top: var(--space-sm);
  margin-bottom: var(--space-md);
}

.schedule-card__meta-item {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  font-size: var(--fs-sm);
  color: var(--color-text-sub);
  font-weight: var(--fw-medium);
  margin-bottom: var(--space-xs);
}

.schedule-card__meta-item svg {
  width: 18px;
  height: 18px;
  color: var(--color-text-light);
}

/* --- 講師カード --- */
.instructor-layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  align-items: center;
}

.instructor-layout__image-wrap {
  width: 100%;
  position: relative;
}

.instructor-layout__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-lg);
  transform: translate(8px, 8px);
  z-index: 0;
  display: none;
}

.instructor-layout__image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-lg);
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-lg);
}

.instructor-layout__body {
  width: 100%;
}

.instructor__role {
  font-size: var(--fs-sm);
  color: var(--color-text-sub);
  font-weight: var(--fw-medium);
  margin-bottom: 4px;
}

.instructor__name {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-black);
  color: var(--color-navy-dark);
  margin-bottom: var(--space-md);
  letter-spacing: -0.02em;
}

.instructor__bio {
  font-size: var(--fs-sm);
  color: var(--color-text-sub);
  line-height: 1.9;
  margin-bottom: var(--space-sm);
}

.instructor__achievements {
  background: var(--color-bg-light);
  padding: var(--space-md);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  margin-top: var(--space-md);
}

.instructor__achievements-title {
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--color-navy-dark);
  margin-bottom: var(--space-xs);
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.instructor__achievements-title svg {
  width: 16px;
  height: 16px;
  color: var(--color-accent);
  stroke: var(--color-accent);
}

.instructor__achievements-list {
  font-size: var(--fs-xs);
  color: var(--color-text-sub);
  line-height: 1.9;
}

.instructor__achievements-list li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 2px;
}

.instructor__achievements-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: var(--color-accent);
  border-radius: 50%;
}

/* --- CTAフォーム --- */
.cta-section {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-lg);
}

.cta__title {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-black);
  color: #E8E8E8;
  text-align: center;
  margin-bottom: var(--space-sm);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.cta__subtitle-text {
  text-align: center;
  color: rgba(231, 229, 228, 0.6);
  margin-bottom: var(--space-xl);
  font-size: var(--fs-sm);
}

.cta-form-box {
  background: rgba(168, 162, 158, 0.03);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(168, 162, 158, 0.08);
  border-radius: 20px;
  padding: var(--space-xl);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(168, 162, 158, 0.05);
  max-width: 640px;
  margin: 0 auto var(--space-xl);
  position: relative;
  overflow: hidden;
}

/* 上部グラデーションライン（プラチナ→ブルー） */
.cta-form-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #78716C, #D97757, #78716C, transparent);
}

.cta-form-box .form-label {
  color: rgba(231, 229, 228, 0.85);
}

.cta-form-box .form-input,
.cta-form-box .form-select {
  background-color: #201F1C;
  border: 1px solid rgba(168, 162, 158, 0.25);
  color: #E8E8E8;
  border-radius: var(--radius-lg);
}

.cta-form-box .form-input::placeholder {
  color: rgba(168, 162, 158, 0.5);
}

.cta-form-box .form-select option {
  background: #141413;
  color: #E8E8E8;
}

.cta-form-box .form-input:focus,
.cta-form-box .form-select:focus {
  border-color: #D97757;
  box-shadow: 0 0 0 3px rgba(217, 119, 87, 0.15);
}

.cta-form-box .form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(148,163,184,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.cta-form-box__submit {
  width: 100%;
  background: #D97757;
  color: #FFFFFF;
  font-weight: var(--fw-black);
  font-size: var(--fs-lg);
  padding: 1.125rem;
  border-radius: var(--radius-lg);
  border: none;
  cursor: pointer;
  transition: all var(--transition-base);
  box-shadow: 0 0 30px rgba(217, 119, 87, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  margin-top: var(--space-md);
}

.cta-form-box__submit:hover {
  transform: scale(1.02);
  box-shadow: 0 0 40px rgba(217, 119, 87, 0.4);
  background: #C96442;
}

.cta-form-box__submit svg {
  transition: transform var(--transition-fast);
}

.cta-form-box__submit:hover svg {
  transform: translateX(4px);
}

/* --- 誘導ブロック --- */
.seminar-link {
  background-color: rgba(168, 162, 158, 0.05);
  border: 1px solid rgba(168, 162, 158, 0.1);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  text-align: center;
  margin-bottom: var(--space-xl);
}

.seminar-link__text {
  font-size: var(--fs-sm);
  color: rgba(231, 229, 228, 0.7);
  margin-bottom: var(--space-xs);
}

.seminar-link__link {
  color: #E8946E;
  font-weight: var(--fw-medium);
  font-size: var(--fs-sm);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seminar-link__link:hover {
  color: #F0B49A;
}

/* --- フッター --- */
.footer {
  border-top: 1px solid rgba(168, 162, 158, 0.06);
  padding-top: var(--space-lg);
  text-align: center;
}

.footer__logo {
  height: 28px;
  opacity: 0.4;
  margin: 0 auto var(--space-sm);
}

.footer__copyright {
  font-size: var(--fs-xs);
  color: rgba(168, 162, 158, 0.3);
}

/* --- ネイビー背景の上書き --- */
.section--navy {
  background: linear-gradient(135deg, #141413 0%, #201F1C 50%, #2B2925 100%);
}

/* ============================================
   レスポンシブ
   ============================================ */

@media (min-width: 640px) {
  .hero__seminar-title {
    white-space: nowrap;
  }

  .hero__title {
    font-size: 2.25rem;
    line-height: 1.3;
  }

  .hide-mobile {
    display: inline;
  }

  .capabilities__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
  }
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 2.5rem;
  }

  .hero__inner {
    padding: 8rem 0 6rem;
  }

  .bridge__text {
    font-size: var(--fs-3xl);
  }

  .capabilities__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .perks__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
  }

  .instructor-layout {
    flex-direction: row;
    gap: var(--space-2xl);
  }

  .instructor-layout__image-wrap {
    width: 40%;
  }

  .instructor-layout__image-wrap::after {
    display: block;
  }

  .instructor-layout__body {
    width: 60%;
  }

  .cta-form-box {
    padding: var(--space-2xl);
  }

  .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer__logo {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .hero__title {
    font-size: 2.75rem;
    line-height: 1.2;
  }

  .hero__glow {
    width: 900px;
    height: 900px;
  }

  .cta__title {
    font-size: var(--fs-4xl);
  }
}

/* ============================================
   LP-C 追加コンポーネント
   ============================================ */

/* --- 対象者ラベル（ヒーロー上部） --- */
.hero__audience-label {
  display: inline-block;
  padding: 0.375rem 1rem;
  border: 1px solid rgba(217, 119, 87, 0.35);
  border-radius: var(--radius-full);
  background: rgba(217, 119, 87, 0.08);
  color: #E8946E;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.12em;
  margin-bottom: var(--space-md);
}

/* --- ヒーロー切替ボタン群（2つ横並び） --- */
.hero__switch-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-xs);
}

.hero__switch-group .hero__switch-btn {
  margin-top: var(--space-md);
}

/* --- クロージング条件テーブル --- */
.closing-table {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border-collapse: collapse;
  background: var(--color-bg-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(7, 19, 14, 0.05);
  border: 1px solid var(--color-border-light);
}

.closing-table th,
.closing-table td {
  padding: var(--space-sm) var(--space-md);
  font-size: var(--fs-sm);
  text-align: left;
  border-bottom: 1px solid var(--color-border-light);
}

.closing-table tr:last-child th,
.closing-table tr:last-child td {
  border-bottom: none;
}

.closing-table th {
  width: 32%;
  font-weight: var(--fw-bold);
  color: var(--color-navy-dark);
  background: rgba(217, 119, 87, 0.06);
  white-space: nowrap;
}

.closing-table td {
  color: var(--color-text-sub);
  font-weight: var(--fw-medium);
}

/* --- 誘導ブロックの区切り --- */
.seminar-link__separator {
  color: rgba(231, 229, 228, 0.3);
  margin: 0 var(--space-xs);
}

/* --- モバイルのみ表示の改行 --- */
.hide-desktop {
  display: inline;
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }

  .closing-table th,
  .closing-table td {
    padding: var(--space-sm) var(--space-lg);
  }
}

/* ============================================
   LP-C ブラッシュアップ（2026-07-16）
   ターミナル演出 / 統計 / Before-After / sticky CTA / 写真
   ============================================ */

/* --- モーショントークン --- */
:root {
  --motion-enter: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  --motion-micro: 0.2s ease-out;
}

/* --- ヒーロー: ターミナルウィンドウ --- */
.hero-terminal {
  max-width: 560px;
  margin: var(--space-xl) auto 0;
  border-radius: 12px;
  background: rgba(4, 12, 9, 0.75);
  border: 1px solid rgba(217, 119, 87, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(217, 119, 87, 0.06);
  backdrop-filter: blur(10px);
  overflow: hidden;
  text-align: left;
}

.hero-terminal__header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(168, 162, 158, 0.1);
}

.hero-terminal__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(168, 162, 158, 0.25);
}

.hero-terminal__dot--active {
  background: #D97757;
}

.hero-terminal__title {
  margin-left: 8px;
  font-size: 0.6875rem;
  color: rgba(168, 162, 158, 0.55);
  letter-spacing: 0.08em;
}

.hero-terminal__body {
  padding: var(--space-md);
  min-height: 118px;
  font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 0.8125rem;
  line-height: 1.9;
}

.terminal-line--prompt {
  color: #E7E5E4;
  word-break: break-all;
}

.terminal-prefix {
  color: #D97757;
  font-weight: 700;
}

.terminal-line--result {
  color: rgba(240, 180, 154, 0.9);
  animation: terminalResultIn 0.35s ease-out;
}

.terminal-check {
  display: inline-block;
  color: #D97757;
  vertical-align: -1px;
}

.terminal-caret {
  display: inline-block;
  width: 8px;
  height: 1.05em;
  margin-left: 2px;
  background: #D97757;
  vertical-align: text-bottom;
  animation: caretBlink 1s step-end infinite;
}

@keyframes caretBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes terminalResultIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- 写真の差し込み（2カラム分割） --- */
.photo-split {
  display: grid;
  gap: var(--space-lg);
  align-items: center;
  max-width: 900px;
  margin: var(--space-xl) auto 0;
}

.photo-split__figure {
  margin: 0;
  position: relative;
}

.photo-split__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(7, 19, 14, 0.18);
}

.photo-split__caption {
  margin-top: var(--space-xs);
  font-size: var(--fs-xs);
  color: var(--color-text-light);
  text-align: center;
}

.photo-split--dark .photo-split__img {
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(168, 162, 158, 0.12);
}

.photo-split--dark .photo-split__caption {
  color: rgba(168, 162, 158, 0.55);
}

/* --- Before / After 時間比較 --- */
.ba-section {
  background: var(--color-bg-light);
}

.ba-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 800px;
  margin: 0 auto;
}

.ba-card {
  background: var(--color-bg-white);
  border: 1px solid var(--color-border-light);
  border-radius: 16px;
  padding: var(--space-md) var(--space-lg);
  box-shadow: 0 2px 16px rgba(7, 19, 14, 0.04);
}

.ba-card__task {
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  color: var(--color-navy-dark);
  margin-bottom: var(--space-sm);
}

.ba-card__row {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: 8px;
}

.ba-card__label {
  flex-shrink: 0;
  width: 6em;
  white-space: nowrap;
  font-size: 0.6875rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
  color: var(--color-text-light);
}

.ba-card__row--after .ba-card__label {
  color: #C96442;
}

.ba-card__bar-track {
  flex: 1;
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.ba-card__bar {
  height: 12px;
  border-radius: 6px;
  background: #D6D3D1;
  width: 0;
  transition: width 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.ba-card__row--after .ba-card__bar {
  background: linear-gradient(90deg, #D97757, #E8946E);
  transition-delay: 0.5s;
}

.ba-card__value {
  flex-shrink: 0;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--color-text-sub);
  font-variant-numeric: tabular-nums;
}

.ba-card__row--after .ba-card__value {
  color: #C96442;
}

.is-visible .ba-card__bar--w90 { width: 90%; }
.is-visible .ba-card__bar--w70 { width: 70%; }
.is-visible .ba-card__bar--w80 { width: 80%; }
.is-visible .ba-card__bar--w8 { width: 8%; }
.is-visible .ba-card__bar--w5 { width: 5%; }

/* --- 統計ストリップ --- */
.stats-strip {
  display: grid;
  gap: var(--space-md);
  max-width: 900px;
  margin: 0 auto;
}

.stat-card {
  text-align: center;
  padding: var(--space-lg) var(--space-md);
  background: var(--color-bg-white);
  border: 1px solid var(--color-border-light);
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(7, 19, 14, 0.04);
}

.stat-card__number {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: var(--fw-black);
  color: #C96442;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.stat-card__unit {
  font-size: 0.45em;
  font-weight: var(--fw-bold);
  margin-left: 2px;
}

.stat-card__label {
  margin-top: var(--space-xs);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--color-text-sub);
}

/* --- sticky CTA バー --- */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: 10px var(--space-md);
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(4, 12, 9, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(217, 119, 87, 0.25);
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-cta.is-shown {
  transform: translateY(0);
}

.sticky-cta__text {
  display: none;
  color: rgba(231, 229, 228, 0.85);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
}

.sticky-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 0.625rem 1.75rem;
  border-radius: var(--radius-full);
  background: #D97757;
  color: #FFFFFF;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  text-decoration: none;
  box-shadow: 0 0 24px rgba(217, 119, 87, 0.35);
  transition: transform var(--motion-micro), background var(--motion-micro);
}

.sticky-cta__btn:hover {
  background: #C96442;
}

.sticky-cta__dates {
  color: rgba(168, 162, 158, 0.8);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
}

/* --- マイクロインタラクション: 押下フィードバック --- */
.hero__cta:active,
.sticky-cta__btn:active,
.cta-form-box__submit:active {
  transform: scale(0.97);
}

/* --- スタッガー表示（実演カード） --- */
.capabilities__grid .cap-card.scroll-fade-up:nth-child(2) { transition-delay: 0.08s; }
.capabilities__grid .cap-card.scroll-fade-up:nth-child(3) { transition-delay: 0.16s; }
.capabilities__grid .cap-card.scroll-fade-up:nth-child(4) { transition-delay: 0.08s; }
.capabilities__grid .cap-card.scroll-fade-up:nth-child(5) { transition-delay: 0.16s; }
.capabilities__grid .cap-card.scroll-fade-up:nth-child(6) { transition-delay: 0.24s; }

/* --- レスポンシブ --- */
@media (min-width: 768px) {
  .photo-split {
    grid-template-columns: 1fr 1fr;
  }

  .photo-split--reverse .photo-split__figure {
    order: 2;
  }

  .stats-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .sticky-cta__text {
    display: inline;
  }

  .hero-terminal__body {
    font-size: 0.875rem;
  }
}

/* --- reduced-motion 対応 --- */
@media (prefers-reduced-motion: reduce) {
  .terminal-caret,
  .hero__glow,
  .hero__deco-1,
  .hero__deco-2,
  .hero__deco-3,
  .hero__scroll {
    animation: none;
  }

  .ba-card__bar {
    transition: none;
  }

  .is-visible .ba-card__bar--w90 { width: 90%; }
  .is-visible .ba-card__bar--w8 { width: 8%; }

  .scroll-fade-up,
  .sticky-cta {
    transition: none;
  }
}

/* ヒーロー本文の直下に、直近日程帯を横幅いっぱいで固定する */
body[data-page-type='auto'] .hero {
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

body[data-page-type='auto'] .hero__grid {
  flex: 1;
}

/* --- デスクトップ: ヒーロー2カラム（コピー左 / ターミナル右） --- */
@media (min-width: 1024px) {
  .hero .hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    column-gap: var(--space-2xl);
    align-items: center;
    text-align: left;
    max-width: var(--max-width);
  }

  .hero .hero__inner > * {
    grid-column: 1;
  }

  .hero .hero-terminal {
    grid-column: 2;
    grid-row: 1 / span 10;
    align-self: center;
    margin: 0;
    max-width: none;
  }

  .hero .hero__divider {
    margin-left: 0;
  }

  .hero .hero__seminar-title {
    white-space: normal;
    font-size: 2.75rem;
    line-height: 1.2;
  }

  .hero .hero__title {
    font-size: 2.25rem;
  }

  .hero .hero__subtitle {
    margin-left: 0;
  }

  .hero .hero__switch-group {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .hero .hero__audience-label,
  .hero .hero__cta {
    justify-self: start;
  }
}

/* ============================================
   LP-C 見出しの明朝体統一（2026-07-16）
   ============================================ */
.hero__seminar-title,
.hero__title,
.section__title,
.cta__title,
.cap-card__title,
.perk-card__title,
.target-card__title,
.instructor__name,
.ba-card__task {
  font-family: 'Noto Serif JP', serif;
}

/* 明朝体は同サイズだと細く見えるため、主要見出しは900に引き上げ */
.hero__seminar-title,
.hero__title,
.section__title,
.cta__title {
  font-weight: 900;
}

/* ============================================
   LP-C ヒーロー v2（白×オレンジ×黒・写真主役）2026-07-17
   旧ヒーロー（hero__inner等）は非使用。こちらが現行
   ============================================ */

.hero {
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(217, 119, 87, 0.10) 0%, transparent 60%),
    linear-gradient(165deg, #FAF9F5 0%, #F0EEE6 60%, #EAE6DA 100%);
}

.hero__arc {
  position: absolute; right: -12%; bottom: -34%;
  width: 900px; height: 900px; border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 119, 87, 0.14) 0%, rgba(217, 119, 87, 0.05) 45%, transparent 68%);
  pointer-events: none;
}

.hero__noise {
  position: absolute; inset: 0; opacity: .035; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.hero__grid {
  position: relative; z-index: 2;
  max-width: 1240px; margin: 0 auto;
  padding: 5rem 1.5rem 3.5rem;
  width: 100%;
}

.hero__badge {
  display: inline-block;
  padding: .5rem 1.2rem; border-radius: var(--radius-full);
  background: #141413; color: #FAF9F5;
  font-size: .82rem; font-weight: var(--fw-bold); letter-spacing: .1em;
  margin-bottom: 1.8rem;
  opacity: 0; animation: heroRise .8s cubic-bezier(.16,1,.3,1) .15s forwards;
}

.hero__badge b { color: #E8946E; font-weight: var(--fw-bold); }

.hero__main-title {
  font-family: 'Noto Serif JP', serif; font-weight: 900;
  font-size: clamp(1.85rem, 8.2vw, 3.85rem);
  line-height: 1.18; letter-spacing: .005em;
  color: #141413;
  margin-bottom: 1rem;
}

.hero__main-title-row { display: block; overflow: hidden; }
.hero__main-title-row > span {
  display: inline-block; transform: translateY(112%);
  animation: heroReveal 1s cubic-bezier(.16,1,.3,1) forwards;
}
.hero__main-title-row:nth-child(1) > span { animation-delay: .3s; }
.hero__main-title-row:nth-child(2) > span { animation-delay: .48s; }

.hero__main-title-accent {
  background: linear-gradient(120deg, #C96442, #D97757 55%, #E8946E);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

@keyframes heroReveal { to { transform: translateY(0); } }
@keyframes heroRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.hero__free {
  display: inline-flex; align-items: center; gap: .8rem;
  color: #6B6357; font-weight: var(--fw-bold); letter-spacing: .14em; font-size: 1rem;
  margin-bottom: 1.4rem;
  opacity: 0; animation: heroRise .8s cubic-bezier(.16,1,.3,1) .6s forwards;
}

.hero__free::before { content: ''; width: 40px; height: 3px; background: #D97757; border-radius: 2px; }

.hero__catch {
  font-family: 'Noto Serif JP', serif; font-weight: 900;
  font-size: clamp(1.3rem, 4.6vw, 1.75rem); line-height: 1.7; letter-spacing: .01em;
  color: #3D3929;
  margin-bottom: 1.2rem;
  opacity: 0; animation: heroRise .9s cubic-bezier(.16,1,.3,1) .75s forwards;
}

.hero__catch em { font-style: normal; color: #C96442; }

.hero__sub {
  color: #6B6357; font-size: .98rem; line-height: 2; max-width: 32em;
  margin-bottom: 2rem;
  opacity: 0; animation: heroRise .9s cubic-bezier(.16,1,.3,1) .9s forwards;
}

.hero__cta-row {
  display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap;
  margin-bottom: 1.2rem;
  opacity: 0; animation: heroRise .9s cubic-bezier(.16,1,.3,1) 1.05s forwards;
}

.hero__cta {
  box-shadow: 0 14px 36px rgba(217, 119, 87, .35);
}

.hero__cta:hover {
  box-shadow: 0 16px 42px rgba(217, 119, 87, .45);
}

.hero .hero__cta-note {
  margin-top: 0; color: #9C937F;
}

.hero .hero__switch-group {
  opacity: 0; animation: heroRise .9s cubic-bezier(.16,1,.3,1) 1.2s forwards;
  justify-content: flex-start;
}

.hero .hero__switch-btn {
  border: 1px solid rgba(20, 20, 19, 0.18);
  background: rgba(20, 20, 19, 0.04);
  color: #6B6357;
  margin-top: .6rem;
}

.hero .hero__switch-btn:hover {
  background: rgba(20, 20, 19, 0.08);
  color: #141413;
  border-color: rgba(20, 20, 19, 0.35);
}

/* 写真 + ターミナル */
.hero__visual { position: relative; margin-top: 2.5rem; }

.hero__photo {
  width: 100%; height: 300px;
  object-fit: cover; object-position: 55% 45%;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(20, 20, 19, .18);
  opacity: 0; animation: heroPhotoIn 1.1s cubic-bezier(.16,1,.3,1) .4s forwards;
}

@keyframes heroPhotoIn {
  from { opacity: 0; transform: scale(1.04) translateY(14px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.hero .hero-terminal {
  margin: -3rem auto 0; max-width: 440px;
  background: #141413; border: 1px solid rgba(217, 119, 87, .35);
  box-shadow: 0 30px 70px rgba(20, 20, 19, .35);
  backdrop-filter: none;
  opacity: 0; animation: heroRise 1s cubic-bezier(.16,1,.3,1) 1.2s forwards;
  position: relative; z-index: 2;
}

@media (min-width: 1024px) {
  .hero__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    column-gap: 4rem;
    align-items: center;
    padding: 4.5rem 2.5rem;
  }

  .hero__visual { margin-top: 0; }

  .hero__photo {
    width: 108%; height: min(72vh, 640px);
  }

  .hero .hero-terminal {
    position: absolute; left: -14%; bottom: -1.5rem; width: 420px; max-width: none;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__badge, .hero__free, .hero__catch, .hero__sub, .hero__cta-row,
  .hero .hero__switch-group, .hero__photo, .hero .hero-terminal,
  .hero__main-title-row > span {
    animation: none; opacity: 1; transform: none;
  }
}
