.pivot-video-card {
  background: rgba(255,255,255,0.96);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
  border: 1px solid rgba(200,168,75,0.35);
}
#firstview {
  background:
    linear-gradient(90deg, rgba(8,6,22,0.94) 0%, rgba(18,12,43,0.88) 48%, rgba(49,24,95,0.78) 100%),
    linear-gradient(135deg, #120c2b 0%, #2b1459 52%, #6f47c7 100%);
}
#firstview .fv-bg-pattern {
  background:
    radial-gradient(ellipse 58% 48% at 78% 46%, rgba(179,140,255,0.28) 0%, transparent 64%),
    radial-gradient(ellipse 38% 52% at 16% 78%, rgba(255,232,118,0.12) 0%, transparent 54%),
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 40px,
      rgba(255,255,255,0.012) 40px,
      rgba(255,255,255,0.012) 80px
    );
}
#firstview .fv-grid-overlay {
  background-image:
    linear-gradient(rgba(216,200,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216,200,255,0.055) 1px, transparent 1px);
}
#firstview .fv-accent-bar {
  background: linear-gradient(180deg, #ffe878 0%, #b38cff 48%, #7b4fd6 100%);
}
#firstview .fv-catch {
  text-shadow: 0 3px 18px rgba(0,0,0,0.36);
}
#firstview .fv-catch-sm {
  color: rgba(255,255,255,0.88);
}
#firstview .fv-desc {
  color: rgba(255,255,255,0.9);
  text-shadow: 0 2px 12px rgba(0,0,0,0.28);
}
#firstview .fv-catch-main .accent,
#firstview .pivot-guide-head,
#firstview .pivot-guide-list .pivot-guide-plus {
  color: #ffe878;
}
#firstview .pivot-guide {
  border-color: rgba(255,232,118,0.34);
  background: linear-gradient(135deg, rgba(19,13,44,0.54), rgba(123,79,214,0.16));
}
#firstview .pivot-video-card {
  border-color: rgba(123,79,214,0.35);
}
#firstview .pivot-guide-head::before {
  background: #ffe878;
}
#firstview .pivot-guide-list span {
  background: rgba(255,232,118,0.14);
  border-color: rgba(255,232,118,0.34);
  color: #fff2a8;
}
#firstview .pivot-guide-list .pivot-guide-plus span,
#firstview .btn-primary,
#firstview .pivot-play {
  background: linear-gradient(135deg, #ffe878, #c7adff);
  color: #120c2b;
}
#firstview .btn-primary {
  box-shadow: 0 4px 20px rgba(255,232,118,0.24);
}
#firstview .btn-primary:hover {
  box-shadow: 0 8px 32px rgba(255,232,118,0.36);
}
#firstview .btn-secondary {
  border-color: rgba(199,173,255,0.55);
}
#firstview .btn-secondary:hover {
  border-color: #d8c8ff;
  background: rgba(123,79,214,0.14);
}
.pivot-hero-badge {
  background: #fff;
  border-color: rgba(199,173,255,0.8);
  color: #120c2b;
  padding: 10px 24px;
  font-size: 18px;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}
.pivot-hero-badge::before {
  width: 9px;
  height: 9px;
  background: #7b4fd6;
}
.pivot-hero-badge .pivot-name {
  color: #7b4fd6;
  font-weight: 900;
}
.pivot-video-thumb {
  aspect-ratio: 16 / 9;
  background: url("../images/fix_pivot_0529.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  place-items: center;
  position: relative;
  padding: 0;
  color: white;
  text-align: center;
}
.pivot-play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  display: grid;
  place-items: center;
  color: var(--navy);
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.24);
  position: relative;
  z-index: 1;
}
.pivot-play svg { width: 34px; height: 34px; margin-left: 4px; }
.pivot-video-title {
  display: none;
}
.pivot-video-body { padding: 24px 28px 28px; }
.pivot-video-body h3 {
  color: var(--navy);
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.pivot-video-body p {
  color: var(--text-mid);
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.pivot-mini-list {
  display: grid;
  gap: 10px;
  list-style: none;
}
.pivot-mini-list li {
  background: #f8f6f2;
  border-left: 3px solid var(--accent);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
}
.pivot-guide {
  max-width: 560px;
  margin: 0 0 32px;
  padding: 20px 22px;
  border: 1px solid rgba(200,168,75,0.38);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.pivot-guide-head {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}
.pivot-guide-head::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--accent);
  flex-shrink: 0;
}
.pivot-guide-list {
  list-style: none;
  display: grid;
  gap: 0;
}
.pivot-guide-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 12px;
  padding: 12px 0;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.pivot-guide-list li:first-child {
  border-top: 0;
  padding-top: 0;
}
.pivot-guide-list li:last-child {
  padding-bottom: 0;
}
.pivot-guide-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
  border-radius: 999px;
  background: rgba(200,168,75,0.16);
  color: var(--accent);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
  border: 1px solid rgba(200,168,75,0.34);
}
.pivot-guide-list .pivot-guide-plus {
  color: var(--accent);
  font-weight: 900;
  padding-top: 14px;
}
.pivot-guide-list .pivot-guide-plus span {
  background: var(--accent);
  color: var(--navy);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 900;
}
.pivot-compare {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  gap: 0;
  margin-top: 48px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(10,22,40,0.08);
}
.pivot-col-head {
  padding: 18px 20px;
  color: white;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}
.pivot-old .pivot-col-head { background: #6f747c; }
.pivot-new .pivot-col-head {
  background: var(--navy);
  border-bottom: 3px solid var(--accent);
}
.pivot-vs {
  grid-row: 1 / 5;
  grid-column: 2;
  background: linear-gradient(180deg, #ebe7df, #f8f6f2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0;
  position: relative;
}
.pivot-vs::before {
  content: 'VS';
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--accent);
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(10,22,40,0.18);
}
.pivot-cell {
  min-height: 118px;
  padding: 20px;
  border-bottom: 1px solid #e8e4de;
  background: white;
}
.pivot-old .pivot-cell { background: #fafafa; color: #555; }
.pivot-new .pivot-cell { background: #fffdf7; color: var(--navy); }
.pivot-cell-label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: var(--teal);
  margin-bottom: 8px;
}
.pivot-cell-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}
.pivot-principles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 48px;
}
.pivot-principle {
  background: white;
  border-radius: 6px;
  padding: 24px 28px;
  box-shadow: 0 1px 0 #e8e4de, 0 8px 26px rgba(10,22,40,0.05);
  display: grid;
  grid-template-columns: 96px 220px 1fr;
  gap: 24px;
  align-items: center;
  position: relative;
}
.pivot-principle + .pivot-principle {
  margin-top: 2px;
}
.pivot-principle-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: 0.06em;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
.pivot-principle-num::before {
  content: 'STEP';
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--gray);
}
.pivot-principle h3 {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 0;
  padding-left: 22px;
  position: relative;
}
.pivot-principle h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 4px;
  height: 1.5em;
  border-radius: 999px;
  background: var(--teal);
}
.pivot-principle:nth-child(2) h3::before { background: var(--accent); }
.pivot-principle:nth-child(3) h3::before { background: var(--navy); }
.pivot-principle p {
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.85;
  padding-left: 28px;
  box-shadow: inset 1px 0 0 #ede9e3;
}
.pivot-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.pivot-service {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 28px 24px;
}
.pivot-service h3 {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.pivot-service p {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.8;
}
.pivot-note {
  max-width: 880px;
  margin: 44px auto 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(26,122,138,0.08), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 100%);
  border: 0;
  border-radius: 10px;
  padding: 34px 34px 34px 38px;
  color: var(--navy);
  box-shadow: 0 14px 42px rgba(10,22,40,0.08);
  position: relative;
  overflow: hidden;
}
.pivot-note::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 34px;
  bottom: 34px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--teal));
  opacity: 0.88;
}
.pivot-note-main {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.65;
  margin-bottom: 10px;
}
.pivot-note-main strong {
  color: var(--teal);
}
.pivot-note-sub {
  color: var(--text-mid);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  margin: 0;
}
#movie .section-inner {
  text-align: center;
}
#movie .section-label {
  justify-content: center;
}
#movie .section-label::before {
  display: none;
}
#movie .section-label::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--teal);
}
#movie .section-sub {
  margin-left: auto;
  margin-right: auto;
}
#movie .pivot-video-card {
  margin-left: auto;
  margin-right: auto;
}
.pivot-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--navy);
}
.pivot-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (min-width: 901px) {
  #firstview {
    min-height: auto;
    padding-top: 68px;
  }
  #firstview .fv-inner {
    max-width: 1280px;
    grid-template-columns: minmax(0, 1fr) 528px;
    gap: 42px;
    padding-top: 54px;
    padding-bottom: 56px;
  }
  #firstview .fv-catch-sm {
    white-space: nowrap;
    font-size: 17px;
    letter-spacing: 0.06em;
  }
  #firstview .fv-catch-main {
    white-space: nowrap;
    font-size: clamp(38px, 3.45vw, 46px);
  }
}
@media (max-width: 900px) {
  #firstview .fv-inner {
    grid-template-columns: 1fr;
  }
  #firstview .pivot-video-card {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 8px auto 0;
  }
  #firstview .pivot-guide {
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
  }
  #firstview .fv-cta-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }
  #firstview .btn-primary,
  #firstview .btn-secondary {
    width: 100%;
    min-height: 56px;
    justify-content: center;
    padding: 15px 18px;
    text-align: center;
  }
  #firstview .btn-primary svg,
  #firstview .btn-secondary svg {
    flex-shrink: 0;
  }
  #download .fv-form-card { display: block; }
  .pivot-principles,
  .pivot-service-grid { grid-template-columns: 1fr; }
  .pivot-principle {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
    align-items: start;
  }
  .pivot-principle h3 {
    padding-left: 18px;
  }
  .pivot-principle p {
    padding-left: 0;
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .pivot-compare {
    grid-template-columns: 1fr;
  }
  .pivot-vs {
    display: flex;
    grid-row: auto;
    grid-column: auto;
    min-height: 64px;
    background: linear-gradient(90deg, #ebe7df, #f8f6f2);
  }
  .pivot-cell { min-height: auto; }
  .pivot-note {
    padding: 28px 20px 28px 28px;
  }
  .pivot-note::before {
    left: 10px;
    top: 28px;
    bottom: 28px;
    width: 4px;
  }
}
