.weeks-lp {
  --weeks-blue: #1d4d83;
  --weeks-blue-2: #6f96c3;
  --weeks-ink: #17395f;
  --weeks-soft: #eef6fb;
  --weeks-line: #dbe8f2;
  --weeks-gold: #d9a21a;
  --weeks-gold-dark: #b97900;
  background: linear-gradient(180deg, #fff 0%, #f4f9fc 55%, #fff 100%);
  color: var(--weeks-ink);
  padding-top: 1.5rem;
}

.weeks-lp .breadcrumb {
  max-width: 1000px;
  margin-top: 0;
}

.weeks-page {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}

.weeks-page * {
  box-sizing: border-box;
}

.weeks-hero {
  min-height: 520px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(237, 246, 252, 0.94) 0%, rgba(255, 255, 255, 0.82) 45%, rgba(255, 255, 255, 0.08) 100%),
    url("../images/menu/4weeks/hero.webp") center / cover no-repeat;
}

.weeks-hero__content {
  width: min(100%, 680px);
  padding: 34px 18px 40px;
}

.weeks-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--weeks-blue);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.weeks-kicker::before,
.weeks-kicker::after {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--weeks-blue-2);
}

.weeks-hero h1 {
  margin: 0;
  color: #17395f;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.weeks-lead {
  margin: 16px 0 18px;
  color: var(--weeks-blue);
  font-size: 16px;
  font-weight: 600;
}

.weeks-hero__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.weeks-hero__points span {
  display: block;
  padding: 10px 12px;
  color: var(--weeks-ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--weeks-line);
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
  box-shadow: 0 10px 24px rgba(44, 86, 130, 0.08);
}

.weeks-cta {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  width: min(100%, 560px);
  min-height: 68px;
  padding: 11px 18px 11px 20px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #e8bd2d 0%, var(--weeks-gold) 52%, var(--weeks-gold-dark) 100%);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(165, 108, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.weeks-cta:hover,
.weeks-cta.btn-main:hover {
  background: linear-gradient(180deg, #e8bd2d 0%, var(--weeks-gold) 52%, var(--weeks-gold-dark) 100%);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(165, 108, 0, 0.28);
}

.weeks-cta::after,
.weeks-cta:hover::after {
  display: none;
}

.weeks-cta__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 8px;
}

.weeks-cta__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.weeks-cta strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
}

.weeks-cta span:not(.weeks-cta__icon):not(.weeks-cta__arrow) {
  display: block;
  min-width: 0;
  font-size: 12px;
  line-height: 1.45;
}

.weeks-cta__arrow {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.weeks-cta__arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(1px) rotate(45deg);
}

.weeks-inline-cta {
  display: flex;
  justify-content: center;
  padding: 8px 18px 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 252, 0.94));
}

.weeks-section {
  padding: 30px 18px;
}

.weeks-section h2,
.weeks-goal h2,
.weeks-position h2,
.weeks-benefits h2,
.weeks-stance h2,
.weeks-for h2,
.weeks-guidance h2,
.weeks-profile h2 {
  margin: 0 0 16px;
  color: var(--weeks-blue);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.05em;
  text-align: center;
}

.weeks-check-grid {
  display: grid;
  gap: 8px;
}

.weeks-check-grid p {
  position: relative;
  margin: 0;
  padding: 10px 12px 10px 40px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--weeks-line);
  border-radius: 5px;
  color: #243d57;
  font-size: 14px;
  line-height: 1.6;
}

.weeks-check-grid p::before,
.weeks-stance li::before,
.weeks-for li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 1px solid #7fa4ca;
  border-radius: 3px;
  transform: translateY(-50%);
}

.weeks-check-grid p::after,
.weeks-stance li::after,
.weeks-for li::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 5px;
  height: 8px;
  border: solid var(--weeks-blue);
  border-width: 0 2px 2px 0;
  transform: translateY(-58%) rotate(45deg);
}

.weeks-goal {
  display: grid;
  gap: 18px;
  padding: 28px 18px;
  background:
    linear-gradient(90deg, rgba(244, 249, 253, 0.96), rgba(255, 255, 255, 0.75)),
    url("../images/menu/4weeks/goal.webp") right bottom / cover no-repeat;
}

.weeks-not,
.weeks-aim {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--weeks-line);
  border-radius: 6px;
  padding: 16px;
}

.weeks-not h2,
.weeks-aim h2 {
  text-align: left;
  font-size: 17px;
  margin-bottom: 10px;
}

.weeks-not ul,
.weeks-card-grid ul,
.weeks-stance ul,
.weeks-for ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.weeks-not li {
  position: relative;
  padding-left: 24px;
  color: #3b536b;
  font-size: 14px;
}

.weeks-not li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #6d87a3;
  font-weight: 700;
}

.weeks-not p {
  margin: 10px 0 0;
  color: var(--weeks-blue);
  font-weight: 600;
}
.weeks-profile {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(23, 57, 95, 0.96), rgba(18, 72, 121, 0.94)),
    radial-gradient(circle at 18% 0%, rgba(155, 207, 235, 0.28), transparent 36%);
}

.weeks-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(191, 213, 232, 0.48);
  border-bottom: 1px solid rgba(191, 213, 232, 0.36);
  pointer-events: none;
}

.weeks-profile__inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.weeks-profile__body {
  padding: 10px 0;
}

.weeks-profile__body h2 {
  margin-bottom: 22px;
  color: #fff;
  font-family: "Playfair Display", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  line-height: 1.75;
  text-align: left;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.weeks-profile__body h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  background: #9bcfeb;
  opacity: 0.9;
}

.weeks-profile__body p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

.weeks-profile__body p:last-child {
  margin-bottom: 0;
}
.weeks-profile__emphasis {
  display: inline;
  color: #f3fbff;
  font-weight: 600;
  background: linear-gradient(transparent 62%, rgba(155, 207, 235, 0.22) 62%);
  text-shadow: 0 0 10px rgba(155, 207, 235, 0.16);
}

.weeks-profile__name {
  padding-top: 8px;
  color: #d9edf8;
  font-weight: 600;
  text-align: right;
  font-family: "Playfair Display", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.weeks-aim__grid,
.weeks-step-row,
.weeks-guidance__items {
  display: grid;
  gap: 10px;
}

.weeks-aim__grid article,
.weeks-step-row article,
.weeks-guidance__items article {
  padding: 13px 10px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--weeks-line);
  border-radius: 6px;
  text-align: center;
}

.weeks-aim__grid span,
.weeks-step-row span,
.weeks-guidance__items span {
  display: block;
  color: #7b9bc0;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

.weeks-aim__grid span,
.weeks-step-row span,
.weeks-guidance__items span {
  display: grid;
  place-items: center;
  height: 36px;
}

.weeks-aim__grid span img,
.weeks-step-row span img,
.weeks-guidance__items span img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.weeks-aim__grid p,
.weeks-step-row p,
.weeks-guidance__items p {
  margin: 0;
  color: var(--weeks-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.weeks-position {
  display: grid;
  gap: 18px;
  padding: 32px 18px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(245, 250, 253, 0.96));
}

.weeks-position p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.weeks-card-grid {
  display: grid;
  gap: 14px;
}

.weeks-card-grid article {
  min-height: 180px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--weeks-line);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(44, 86, 130, 0.05);
}
.weeks-sessions .weeks-card-grid article > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
}

.weeks-card-grid h3,
.weeks-for h3 {
  margin: 0 0 10px;
  color: var(--weeks-blue);
  font-size: 16px;
  font-weight: 600;
}

.weeks-card-grid li {
  position: relative;
  padding-left: 16px;
  color: #263f59;
  font-size: 14px;
}

.weeks-card-grid li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.weeks-benefits {
  display: grid;
  gap: 18px;
  padding: 34px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 253, 0.86)),
    url("../images/menu/4weeks/benefit.webp") left center / cover no-repeat;
}

.weeks-benefit-list {
  display: grid;
  gap: 8px;
}

.weeks-benefit-list p {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--weeks-line);
  border-radius: 6px;
  color: #263f59;
  font-size: 14px;
}

.weeks-benefit-list span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--weeks-blue);
  background: #f1f7fb;
  border: 1px solid #bfd5e8;
  border-radius: 50%;
  font-weight: 600;
}

.weeks-stance {
  padding: 34px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 252, 0.9)),
    url("../images/menu/4weeks/goal.webp") right bottom / contain no-repeat;
}

.weeks-stance > div {
  max-width: 760px;
}

.weeks-stance li,
.weeks-for li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 34px;
  color: #263f59;
  font-size: 14px;
}

.weeks-for {
  padding: 32px 18px;
  background: linear-gradient(180deg, #fff, #f4f9fc);
}

.weeks-for__grid {
  display: grid;
  gap: 14px;
}

.weeks-for article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--weeks-line);
  border-radius: 6px;
}

.weeks-for article:nth-child(2) li::before {
  content: "×";
  position: absolute;
  left: 14px;
  top: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #526b84;
  font-weight: 700;
  transform: none;
}

.weeks-for article:nth-child(2) li::after {
  display: none;
}

.weeks-guidance {
  display: grid;
  gap: 18px;
  padding: 32px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(240, 247, 252, 0.84)),
    url("../images/menu/4weeks/guidance.webp") right center / cover no-repeat;
}

.weeks-guidance p {
  margin: 0;
  color: #263f59;
  font-size: 14px;
}
.weeks-guidance > div:first-child p strong {
  position: relative;
  display: inline;
  color: #1d6fa8;
  font-size: 1.12em;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(111, 150, 195, 0.24);
  background: linear-gradient(transparent 58%, rgba(141, 202, 235, 0.42) 58%);
}

.weeks-faq details {
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid var(--weeks-line);
  border-radius: 5px;
}

.weeks-faq summary {
  position: relative;
  cursor: pointer;
  padding: 12px 42px 12px 16px;
  color: var(--weeks-blue);
  font-weight: 600;
  list-style: none;
}

.weeks-faq summary::-webkit-details-marker {
  display: none;
}

.weeks-faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.weeks-faq details[open] summary::after {
  content: "-";
}

.weeks-faq p {
  margin: 0;
  padding: 0 16px 14px;
  color: #344e67;
  font-size: 14px;
}

.weeks-final {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 34px 18px 36px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.45)),
    url("../images/menu/4weeks/benefit.webp") center bottom / cover no-repeat;
}

.weeks-final p {
  margin: 0;
  color: var(--weeks-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.weeks-final > span {
  color: #263f59;
  font-size: 14px;
  line-height: 1.7;
}

@media (min-width: 560px) {
  .weeks-hero__points,
  .weeks-card-grid,
  .weeks-for__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .weeks-hero__points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .weeks-check-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .weeks-aim__grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .weeks-step-row,
  .weeks-guidance__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .weeks-profile__body {
    padding: 12px 22px;
  }

  .weeks-profile__body h2 {
    font-size: 26px;
  }

  .weeks-profile__body p {
    font-size: 16px;
  }

  .weeks-benefit-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .weeks-page {
    padding-bottom: 0;
  }

  .weeks-hero {
    min-height: 550px;
    margin-top: 12px;
  }

  .weeks-hero__content {
    width: min(100%, 760px);
    padding: 58px 90px;
  }

  .weeks-hero h1 {
    font-size: 44px;
  }

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

  .weeks-hero__points span {
    font-size: 13px;
  }

  .weeks-section,
  .weeks-goal,
  .weeks-position,
  .weeks-benefits,
  .weeks-stance,
  .weeks-for,
  .weeks-guidance,
  .weeks-profile {
    padding: 40px 92px;
  }

  .weeks-inline-cta {
    padding: 10px 92px 42px;
  }

  .weeks-section h2,
  .weeks-goal h2,
  .weeks-position h2,
  .weeks-benefits h2,
  .weeks-stance h2,
  .weeks-for h2,
  .weeks-guidance h2,
  .weeks-profile h2 {
    font-size: 24px;
  }

  .weeks-goal {
    grid-template-columns: 300px 1fr;
    align-items: center;
  }

  .weeks-aim__grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .weeks-position {
    grid-template-columns: 280px 1fr;
    align-items: center;
  }

  .weeks-position h2,
  .weeks-position p {
    text-align: left;
  }

  .weeks-step-row {
    grid-template-columns: repeat(5, 1fr);
  }

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

  .weeks-benefits {
    grid-template-columns: 240px 1fr;
    align-items: center;
  }

  .weeks-benefits h2,
  .weeks-stance h2 {
    text-align: left;
  }

  .weeks-for__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .weeks-guidance {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
  }

  .weeks-guidance h2,
  .weeks-profile h2 {
    text-align: left;
  }

  .weeks-guidance__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .weeks-profile__body {
    padding: 12px 22px;
  }

  .weeks-profile__body h2 {
    font-size: 26px;
  }

  .weeks-profile__body p {
    font-size: 16px;
  }

  .weeks-final {
    padding: 42px 120px 44px;
  }
}

@media (max-width: 380px) {
  .weeks-hero h1 {
    font-size: 27px;
  }

  .weeks-cta {
    grid-template-columns: 34px minmax(0, 1fr) 14px;
    gap: 9px;
    min-height: 64px;
    padding: 10px 12px 10px 14px;
  }

  .weeks-cta strong {
    font-size: 15px;
  }

  .weeks-cta span:not(.weeks-cta__icon):not(.weeks-cta__arrow) {
    font-size: 11px;
  }
}
