/* ===== COURSE — 図鑑・雑誌風 ===== */
.course-body {
  background: #FDFCF8;
  color: #5C5650;
}

.course-mag {
  padding-top: 88px;
}

/* —— サイドスパイン（図鑑共通） —— */
.cr-spine {
  flex: 0 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 10px 28px;
  background: linear-gradient(180deg, #F3E4D8 0%, #EBD9CE 100%);
  border-radius: 4px 0 0 4px;
}
.cr-spine-title {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: .22em;
  color: #4A4540;
  line-height: 1;
  margin-bottom: 28px;
}
.cr-spine-tag {
  writing-mode: vertical-rl;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: .16em;
  color: #8A837C;
  line-height: 2;
  margin-bottom: auto;
}
.cr-spine-deco {
  width: 28px;
  opacity: .55;
  margin-top: 20px;
}

/* —— 記事ラッパー —— */
.cr-sheet {
  flex: 1;
  background: #FFFBF5;
  min-width: 0;
}
.cr-inner {
  max-width: 920px;
  margin: 0 auto;
  /* padding: 0 clamp(28px, 5vw, 64px); */
}
.cr-inner--wide {
  max-width: 1180px;
}
.cr-inner--narrow {
  max-width: 640px;
}


/* —— ヒーロー（カルーセル） —— */
.cr-hero {
  background: #FDFCF8;
  padding: 0 0 clamp(32px, 5vw, 48px);
}
.cr-hero-carousel {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.cr-hero-carousel.is-dragging {
  cursor: grabbing;
}
.cr-hero-slides {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cr-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .65s ease;
  pointer-events: none;
}
.cr-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.cr-hero-slide--image .cr-hero-banner {
  margin: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.cr-hero-slide--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.cr-hero-desktop {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.cr-hero-sp {
  display: none;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}
.cr-hero-sp img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.cr-hero-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(16px, 2.5vw, 24px);
  padding: 0 clamp(28px, 5vw, 64px);
}
.cr-hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #D4C4BE;
  cursor: pointer;
  transition: background .3s, transform .3s;
}
.cr-hero-dot.is-active {
  background: #C49A9A;
  transform: scale(1.15);
}
.cr-hero-inner {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 42vw, 540px);
  height: 932px;
  overflow: hidden;
}
.cr-hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  /* max-width: 540px; */
  min-height: inherit;
  padding: clamp(32px, 5vw, 56px) clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cr-hero-logo {
  display: inline-block;
  margin-bottom: 28px;
}
.cr-hero-logo img {
  height: clamp(72px, 10vw, 100px);
  width: auto;
  object-fit: contain;
}
.cr-theme {
  display: block;
  font-family: var(--hand);
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: .14em;
  color: #C49A9A;
  line-height: 1.8;
  margin-bottom: 20px;
}
.cr-hero-tag {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--sans);
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 400;
  letter-spacing: .18em;
  color: #6B6560;
  padding: 0 2em 10px 0;
  margin: 0 0 28px;
  border-bottom: 1px solid #C4B4AE;
  line-height: 1.8;
}
.cr-hero-title {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.85;
  color: #3A3630;
  margin-bottom: 36px;
}
.cr-hero-title em {
  font-style: normal;
  color: #B8936E;
}
.cr-hero-prose {
  max-width: 480px;
}
.cr-hero-prose p {
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 500;
  color: #6B6560;
  line-height: 2.5;
  letter-spacing: .06em;
}
.cr-hero-prose p + p {
  margin-top: 1em;
}
.cr-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: clamp(24px, 3vw, 36px);
  padding: 14px clamp(28px, 3.5vw, 40px);
  border-radius: 999px;
  background: #C09C74;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(58, 54, 48, .12);
  transition: background .3s, transform .3s, box-shadow .3s;
  cursor: pointer;
}
.cr-hero-btn:hover {
  background: #A87850;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(58, 54, 48, .16);
}
.cr-hero-slide-overlay {
  position: absolute;
  left: clamp(32px, 24vw, 167px);
  bottom: clamp(16px, 0vw, 13px);
  z-index: 3;
  pointer-events: none;
}
.cr-hero-slide-overlay .cr-hero-btn {
  margin-top: 0;
  pointer-events: auto;
}
.cr-hero-art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 100%;
  margin: 0;
  line-height: 0;
}
.cr-hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* —— 区切り線 —— */
.cr-rule {
  border: none;
  height: 1px;
  margin: 0 auto;
  max-width: 120px;
  background: linear-gradient(90deg, transparent, #D4C4BE, transparent);
}
.cr-rule--wide {
  max-width: 100%;
  background: linear-gradient(90deg, transparent 5%, #E8DDD6 50%, transparent 95%);
  margin: 0;
}

/* —— 記事セクション —— */
.cr-article {
  padding: clamp(72px, 10vw, 120px) 0;
}
.cr-article--cream { background: #F7F3EE; }
.cr-article--rose { background: #FAF5F3; }
.cr-article--white { background: #FFFBF5; }

.cr-kicker {
  font-size: 10px;
  letter-spacing: .4em;
  color: #B07D7D;
  margin-bottom: 16px;
  text-align: center;
}
.cr-kicker--left { text-align: left; }

.cr-heading {
  font-family: var(--serif);
  font-size: clamp(22px, 3.8vw, 28px);
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.85;
  color: #3A3630;
  text-align: center;
  /* margin-bottom: 32px; */
}
.cr-heading--left { text-align: left; }

.cr-sub-en {
  display: block;
  font-family: 'Petit Formal Script', cursive;
  font-size: clamp(16px, 2vw, 22px);
  color: #C9A227;
  letter-spacing: .04em;
  margin-top: 8px;
  font-weight: 400;
}

.cr-prose {
  font-size: 15px;
  font-weight: 300;
  color: #6B6560;
  line-height: 2.6;
  letter-spacing: .06em;
}
.cr-prose--center {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.cr-prose p + p { margin-top: 1.2em; }

/* —— チェックリスト（読み物風） —— */
.cr-checklist {
  list-style: none;
  max-width: 520px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-inline: 32px;
}
.cr-checklist li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px dotted rgba(176, 125, 125, .25);
  font-size: 18px;
  font-weight: 500;
  color: #5C5650;
  line-height: 2;
  letter-spacing: .05em;
}
.cr-checklist li::before {
  content: '✓';
  flex-shrink: 0;
  font-size: 11px;
  color: #D4A5A5;
  width: 22px;
  height: 22px;
  border: 1px solid #E8C8C8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.cr-checklist--left {
  margin: 32px 0 0;
  max-width: none;
}

/* —— 2カラム：経験 + 氷山 —— */
.cr-split-section {
  padding: clamp(72px, 10vw, 110px) 0;
  background: #FDFBF8;
}
.cr-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}
 .cr-split-copy{
  border: 1px solid #EAE5DF;
  padding: 20px;
  box-shadow: 0 8px 32px rgba(58, 54, 48, .05);
  border-radius: 10px;
  height: 100%;
  background: #fbf6f2;
}
.cr-split-copy .cr-heading {
  margin-bottom: 0;
  text-align: center;
}
.cr-split-figure {
  margin: 0;
  line-height: 0;
}
.cr-split-figure img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(.9);
}

/* —— こんな方へ —— */
.cr-target-section {
  padding: clamp(40px, 4vw, 60px) clamp(20px, 4vw, 48px);
  background: #fcfbf9;
}
.cr-target-sp {
  display: none;
  width: 100%;
  line-height: 0;
}
.cr-target-sp img {
  width: 100%;
  height: auto;
  display: block;
}
.cr-target-header {
  text-align: center;
  margin-bottom: clamp(48px, 7vw, 72px);
}
.cr-target-title {
  font-family: var(--serif);
  font-size: clamp(22px, 3.8vw, 36px);
  font-weight: 500;
  letter-spacing: .14em;
  color: #3A3630;
}
.cr-target-deco {
  line-height: 0;
  margin: 0 auto;
}
.cr-target-deco img {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: .9;
}
.cr-target-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(40px, 5vw, 56px) clamp(24px, 3vw, 40px);
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}
.cr-target-item {
  grid-column: span 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease, border-color .35s ease;
}
.cr-target-item--row2 {
  grid-column: span 3;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: clamp(20px, 3vw, 32px);
  padding: 20px 24px;
}
@media (hover: hover) {
  .cr-target-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .75);
    border-color: rgba(232, 221, 214, .8);
    box-shadow: 0 14px 40px rgba(58, 54, 48, .08);
  }
  .cr-target-item:hover .cr-target-visual img {
    transform: scale(1.04);
    filter: saturate(1);
  }
  .cr-target-item:hover .cr-target-name {
    color: #A87850;
  }
  .cr-target-item:hover .cr-target-rule {
    border-color: #C4956A;
  }
}
.cr-target-visual {
  margin: 0 0 20px;
  width: 100%;
  max-width: 220px;
  line-height: 0;
  flex-shrink: 0;
}
.cr-target-item--row2 .cr-target-visual {
  width: 130px;
  max-width: 130px;
  margin: 0;
}
.cr-target-visual--round {
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 220, 215, .5) 0%, rgba(245, 220, 215, 0) 70%);
  padding: 8px;
}
.cr-target-visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(.92);
  transition: transform .35s ease, filter .35s ease;
}
.cr-target-name {
  font-family: var(--serif);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 500;
  letter-spacing: .1em;
  color: #B8938A;
  margin-bottom: 14px;
  line-height: 1.6;
  transition: color .3s ease;
}
.cr-target-item--row2 .cr-target-name {
  margin-bottom: 12px;
}
.cr-target-rule {
  border: none;
  width: 60%;
  height: 0;
  border-top: 1px dashed #D4C4BE;
  margin: 0 0 16px;
  transition: border-color .3s ease;
}
.cr-target-body {
  flex: 1;
  min-width: 0;
}
.cr-target-desc {
  font-size: 14px;
  font-weight: 400;
  color: #6B6560;
  line-height: 2.2;
  letter-spacing: .04em;
  max-width: 280px;
}
.cr-target-item--row2 .cr-target-desc {
  max-width: none;
  font-size: 11px;
  line-height: 2;
}
.cr-target-footer {
  margin-top: clamp(56px, 8vw, 80px);
  text-align: center;
  font-family: 'Petit Formal Script', cursive;
  font-size: clamp(18px, 2.2vw, 24px);
  color: #D4A5A5;
  letter-spacing: .06em;
}

/* —— 学び方いろいろ —— */
.cr-courses-section {
  padding: clamp(72px, 10vw, 110px) 0;
  background: #FDFCF8;
}
.cr-heading--deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 12px;
}
.cr-heading--deco::before,
.cr-heading--deco::after {
  content: '›';
  font-size: 14px;
  color: #D4B86A;
  transform: rotate(-90deg);
  opacity: .7;
}
.cr-heading--deco::after {
  transform: rotate(90deg);
}
.cr-courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
}
.cr-course-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px 32px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(58, 54, 48, .05);
  border: 1px solid rgba(232, 221, 214, .6);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cr-course-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
}
.cr-course-card-visual {
  width: 100%;
  height: 140px;
  margin: 0 0 24px;
  border-radius: 12px;
  overflow: hidden;
  background: #FAF7F4;
}
.cr-course-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  filter: saturate(.88);
}
.cr-course-card-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #3A3630;
  margin-bottom: 10px;
  line-height: 1.6;
}
.cr-course-card-desc {
  font-size: 14px;
  font-weight: 400;
  color: #8A837C;
  line-height: 1.9;
  letter-spacing: .04em;
  margin-bottom: 24px;
  flex: 1;
}
.cr-course-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 11px 24px;
  border: 1px solid #D4C4BE;
  border-radius: 999px;
  font-family: var(--serif-reg);
  font-size: 11px;
  letter-spacing: .1em;
  color: #9A8578;
  background: #FFFBF5;
  transition: background .3s, border-color .3s, color .3s;
}
.cr-course-card-btn:hover {
  background: #fff;
  border-color: #C4956A;
  color: #A87850;
}

/* —— 講座カード内：概要・料金 —— */
.cr-intro-meta {
  margin: 0;
  padding: 0 clamp(14px, 2vw, 20px) clamp(14px, 2vw, 18px);
  /* border-top: 1px solid rgba(232, 221, 214, .75); */
}
.cr-intro-meta--inset {
  margin-top: 0;
}
.cr-intro-meta-item {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 8px 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(232, 221, 214, .5);
}
.cr-intro-meta-item:first-child {
  padding-top: 14px;
}
.cr-intro-meta-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cr-intro-meta-item dt {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #8A837C;
  line-height: 1.7;
}
.cr-intro-meta-item dd {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.8;
  color: #4A4540;
}
.cr-intro-meta-item dd a {
  color: #A87850;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .25s;
}
.cr-intro-meta-item dd a:hover {
  color: #C4956A;
}

/* —— 講座のご紹介 —— */
.cr-intro-section {
  padding: clamp(72px, 10vw, 110px) 0;
  background: #fefefe;
}
.cr-intro-header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 56px);
}
.cr-intro-title {
  font-family: var(--serif);
  font-size: clamp(22px, 3.8vw, 36px);
  font-weight: 500;
  letter-spacing: .14em;
  color: #3A3630;
  margin: 0 0 20px;
}
.cr-intro-deco {
  margin: 0 0 24px;
  line-height: 0;
}
.cr-intro-deco img {
  width: min(420px, 72vw);
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: .92;
}
.cr-intro-lead {
  display: inline-block;
  margin: 0;
  padding: 14px clamp(24px, 4vw, 40px);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(245, 220, 218, .55) 12%,
    rgba(245, 220, 218, .55) 88%,
    transparent 100%
  );
  font-family: var(--sans);
  font-size: clamp(12px, 1.35vw, 14px);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.9;
  color: #5C5650;
}
.cr-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 28px);
}
.cr-intro-card {
  display: flex;
  flex-direction: column;
  background: #fefdfa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(58, 54, 48, .06);
  border: 1px solid rgba(232, 221, 214, .55);
}
.cr-intro-card-head {
  margin: 0;
  padding: 12px 16px;
  background: linear-gradient(
    90deg,
    rgba(240, 210, 210, .25) 0%,
    rgba(240, 210, 210, .55) 50%,
    rgba(240, 210, 210, .25) 100%
  );
  font-family: var(--serif);
  font-size: clamp(13px, 1.45vw, 15px);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: center;
  color: #5C4848;
}
.cr-intro-card-body {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(88px, 36%) 1fr;
  gap: clamp(12px, 2vw, 20px);
  align-items: center;
  padding: clamp(16px, 2.5vw, 22px) clamp(14px, 2vw, 20px) 0;
}
.cr-intro-card-foot,
.cr-3day-card-foot {
  margin-top: auto;
  padding: 4px 20px 22px;
  text-align: center;
}
.cr-intro-card-foot--dual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
}
.cr-reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 11px 28px;
  border-radius: 999px;
  background: #E59797;
  color: #fff;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-decoration: none;
  transition: background .3s, transform .3s;
}
.cr-reserve-btn:hover {
  background: #D88888;
  transform: translateY(-1px);
}
.cr-reserve-btn--line {
  background: #06C755;
}
.cr-reserve-btn--line:hover {
  background: #05B34C;
}
.cr-intro-card-visual {
  margin: 0;
  line-height: 0;
}
.cr-intro-card-visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(.9);
}
.cr-intro-card-copy {
  font-family: var(--sans);
  font-size: clamp(11px, 2.15vw, 18px);
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: .04em;
  color: #5C5650;
}
.cr-intro-card-copy p {
  margin: 0;
}
.cr-intro-card-lead {
  margin-bottom: 8px !important;
}
.cr-intro-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--sans);
  font-size: clamp(11px, 2.15vw, 18px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: .04em;
  color: #5C5650;
}
.cr-intro-list li {
  padding-left: 1em;
  text-indent: -1em;
}

/* —— 香りとクラニアル 3day —— */
.cr-3day-section {
  padding: clamp(56px, 8vw, 88px) 0;
  background: #FDFCF8;
}
.cr-3day-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
  align-items: stretch;
}
.cr-3day-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #FEFDFB;
  border: 1px solid rgba(210, 195, 175, .55);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(58, 54, 48, .04);
}
.cr-3day-card-head {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 16px auto 0;
  padding: 0;
  background: none;
  border: none;
  font: inherit;
}
.cr-3day-card-head span {
  display: block;
  position: relative;
  padding: 9px 34px 10px;
  background: linear-gradient(180deg, #F2DAD8 0%, #EACFCC 100%);
  font-family: var(--serif);
  font-size: clamp(12px, 1.35vw, 14px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.55;
  text-align: center;
  color: #4A3F38;
}
.cr-3day-card-head span::before,
.cr-3day-card-head span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.cr-3day-card-head span::before {
  right: 100%;
  border-width: 18px 10px 18px 0;
  border-color: transparent #EACFCC transparent transparent;
}
.cr-3day-card-head span::after {
  left: 100%;
  border-width: 18px 0 18px 10px;
  border-color: transparent transparent transparent #EACFCC;
}
.cr-3day-card-top,
.cr-3day-purpose {
  display: grid;
  grid-template-columns: minmax(96px, 34%) 1fr;
  gap: 12px 16px;
  align-items: center;
  padding: 20px clamp(20px, 3vw, 28px) 16px;
}
.cr-3day-card-body {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(120px, 38%) 1fr;
  gap: 10px 14px;
  align-items: start;
  padding: 18px clamp(20px, 3vw, 28px) clamp(28px, 4vw, 40px);
}
.cr-3day-purpose {
  align-items: end;
  padding-top: 12px;
  padding-bottom: 18px;
}
.cr-3day-card-visual,
.cr-3day-purpose-visual {
  margin: 0;
  line-height: 0;
}
.cr-3day-card-visual img,
.cr-3day-purpose-visual img {
  display: block;
  margin: 0 auto;
  filter: saturate(.92);
}
.cr-3day-card-visual--intro {
  width: 100%;
  max-width: 112px;
  overflow: hidden;
  justify-self: center;
}
.cr-3day-card-visual--intro img {
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
  object-position: top center;
}
.cr-3day-purpose-visual--leaf {
  width: 100%;
  max-width: 84px;
  height: clamp(68px, 9vw, 80px);
  overflow: hidden;
  justify-self: center;
  align-self: end;
}
.cr-3day-purpose-visual--leaf img {
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
  object-position: bottom center;
}
.cr-3day-card-visual--main img {
  width: min(100%, 168px);
  height: auto;
  object-fit: contain;
  object-position: top center;
}
.cr-3day-card--topics .cr-3day-card-body {
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.5vw, 16px);
  align-items: start;
  flex: 1;
  padding: 16px clamp(18px, 2.5vw, 26px) clamp(24px, 3vw, 32px);
}
.cr-3day-card--topics .cr-3day-card-visual--main {
  align-self: start;
  width: 100%;
}
.cr-3day-card--topics .cr-3day-card-visual--main img {
  width: 100%;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: top center;
}
.cr-3day-card--topics .cr-3day-list {
  align-self: start;
  column-count: 2;
}
.cr-3day-card-text,
.cr-3day-purpose-text {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(11px, 1.2vw, 12.5px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #4A3F38;
}
.cr-3day-rule {
  border: none;
  border-top: 1px dotted #C9BEB6;
  margin: 0;
    width: 72%;
}
.cr-3day-purpose-copy {
  min-width: 0;
}
.cr-3day-purpose-label {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: clamp(12px, 1.25vw, 13px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.6;
  color: #C48E8E;
}
.cr-3day-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--sans);
  font-size: clamp(10px, 1.25vw, 14px);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: .04em;
  color: #4A3F38;
}
.cr-3day-list li {
  padding-left: 0;
  text-indent: 0;
}
.cr-3day-card-deco {
  position: absolute;
  margin: 0;
  line-height: 0;
  pointer-events: none;
}
.cr-3day-card-deco img {
  display: block;
  height: auto;
}
.cr-3day-card-deco--lavender {
  right: 8px;
  bottom: 6px;
  z-index: 2;
  width: 52px;
  height: 48px;
  overflow: hidden;
}
.cr-3day-card-deco--lavender img {
  width: 168px;
  max-width: none;
  object-fit: cover;
  object-position: left bottom;
  transform: translate(-8px, 8px);
  opacity: .88;
}
.cr-3day-separator {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
}
.cr-3day-separator-line {
  flex: 1;
  border-top: 1px dotted #C4B4AE;
}
.cr-3day-separator-flower {
  width: 44px;
  height: auto;
  flex-shrink: 0;
  opacity: .92;
}
.cr-3day-cert {
  position: relative;
  background: #fff;
  border: 1px solid rgba(228, 218, 210, .85);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(58, 54, 48, .04);
  padding: 34px 120px 38px;
  overflow: visible;
  min-height: 148px;
}
.cr-3day-cert-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.cr-3day-cert-list li {
  padding: 13px 0;
  border-bottom: 1px dotted #CFC4BC;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.75;
  text-align: center;
  color: #4F4A45;
}
.cr-3day-cert-list li::before {
  content: '・';
}
.cr-3day-cert-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cr-3day-cert-deco {
  position: absolute;
  margin: 0;
  line-height: 0;
  pointer-events: none;
}
.cr-3day-cert-deco img {
  display: block;
  height: auto;
  filter: saturate(.92);
}
.cr-3day-cert-deco--left {
  left: 18px;
  top: 50%;
  transform: translateY(-42%);
  z-index: 2;
}
.cr-3day-cert-deco--left img {
  width: 88px;
}
.cr-3day-cert-deco--right {
  right: 16px;
  bottom: 10px;
  z-index: 2;
}
.cr-3day-cert-deco--right img {
  width: 92px;
  object-fit: contain;
}
.cr-3day-cert-deco--flower {
  left: 72px;
  bottom: -6px;
  z-index: 2;
}
.cr-3day-cert-deco--flower img {
  width: 46px;
  opacity: .92;
}

/* —— 整えラピーの構造 —— */
.cr-structure-section {
  padding: clamp(20px, 8vw, 40px) 0;
  background: #fefefe;;
}
.cr-structure-lead {
  margin-bottom: 40px;
}
.cr-structure-figure {
  margin: 0 auto;
  line-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  max-width: 1100px;
}
.cr-structure-figure img {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  filter: saturate(.9);
}

.cr-structure-bar {
  position: relative;
  margin-top: clamp(32px, 5vw, 48px);
  background: #FDFBF8;
  overflow: hidden;
  min-height: clamp(180px, 22vw, 240px);
}
.cr-structure-bar-desktop {
  position: relative;
  min-height: inherit;
}
.cr-structure-bar-sp {
  display: none;
  width: 100%;
  line-height: 0;
}
.cr-structure-bar-sp img {
  width: 100%;
  height: auto;
  display: block;
}
.cr-structure-bar__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}
.cr-structure-bar__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  /* gap: clamp(12px, 3vw, 36px); */
  /* padding: clamp(28px, 4.5vw, 44px) clamp(20px, 3vw, 36px); */
  padding-left: clamp(130px, 19vw, 210px);
  padding-right: clamp(20px, 4vw, 48px);
  top: 12px;
}
.cr-structure-bar__copy {
  text-align: center;
  font-family: var(--serif);
  color: #4A4540;
  line-height: 1.85;
  font-size: clamp(13px, 1.55vw, 16px);
  letter-spacing: .04em;
}
.cr-structure-bar__lead {
  margin: 0 0 10px;
}
.cr-structure-bar__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 12px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #C8B8DC;
}
.cr-structure-bar__cta {
  display: inline-block;
  margin: 0 0 12px;
  padding: 10px clamp(20px, 3vw, 32px);
  background: #EEE8F5;
  border-radius: 999px;
  color: #8B7AAB;
  font-size: clamp(14px, 1.65vw, 17px);
  letter-spacing: .06em;
  line-height: 1.6;
}
.cr-structure-bar__foot {
  margin: 0;
}
.cr-structure-bar__diagram {
  margin: 0;
  flex-shrink: 0;
  line-height: 0;
}
.cr-structure-bar__diagram img {
  width: clamp(140px, 17vw, 220px);
  height: auto;
  display: block;
}

/* —— 修了認定バナー —— */
.cr-cert-banner {
  padding: clamp(32px, 5vw, 56px) clamp(28px, 5vw, 64px) 0 clamp(28px, 5vw, 64px);
}
.cr-cert-banner-sp {
  display: none;
  width: 100%;
  line-height: 0;
}
.cr-cert-banner-sp img {
  width: 100%;
  height: auto;
  display: block;
}
.cr-cert-banner-inner {
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: url('../image/cert-banner-bg.png') center / 100% 100% no-repeat;
  min-height: clamp(148px, 17vw, 210px);
  display: flex;
  align-items: center;
  padding: clamp(28px, 4.5vw, 44px) clamp(32px, 5vw, 56px);
}
.cr-cert-copy {
  max-width: min(56%, 500px);
}
.cr-cert-title {
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.6;
  color: #A86B52;
  margin: 0 0 clamp(14px, 2vw, 20px);
}
.cr-cert-text {
  font-family: var(--sans);
  font-size: clamp(12px, 1.35vw, 14px);
  font-weight: 400;
  color: #4A4540;
  line-height: 2;
  letter-spacing: .04em;
  margin: 0 0 4px;
}
.cr-cert-text:last-child {
  margin-bottom: 0;
}

/* —— イラストスプレッド —— */
.cr-spread {
  padding: clamp(48px, 8vw, 80px) clamp(20px, 4vw, 48px);
  background: #FFFBF5;
}
.cr-spread--alt { background: #F7F3EE; }

.cr-figure {
  margin: 0;
  text-align: center;
}
.cr-figure img {
  width: 100%;
  max-width: 880px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  filter: saturate(.92) brightness(1.02);
}
.cr-figcaption {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
  color: #8A837C;
  line-height: 2.2;
  letter-spacing: .08em;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cr-figure-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

/* —— 流れ（哲学） —— */
.cr-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 4px;
  margin: 48px 0 0;
  padding: 32px 20px;
  background: rgba(255, 255, 255, .6);
  border: 1px dotted #E0D5CE;
  border-radius: 20px;
}
.cr-flow-step {
  text-align: center;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 300;
  color: #6B6560;
  line-height: 1.85;
  letter-spacing: .04em;
}
.cr-flow-arrow {
  color: #D4B86A;
  font-size: 14px;
  padding: 0 4px;
}

/* —— 対象者タグ —— */
.cr-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  margin-top: 40px;
}
.cr-tags li {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .1em;
  color: #6B6560;
  padding: 10px 22px;
  background: #FFFBF5;
  border: 1px solid #E8DDD6;
  border-radius: 999px;
}

/* —— 目次（講座一覧） —— */
.cr-index {
  padding: clamp(72px, 10vw, 100px) 0;
  background: #FAF5F3;
}
.cr-index-list {
  list-style: none;
  max-width: 680px;
  margin: 48px auto 0;
}
.cr-index-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid #E8DDD6;
  text-decoration: none;
  color: inherit;
  transition: padding-left .3s;
}
.cr-index-item:hover {
  padding-left: 8px;
}
.cr-index-num {
  font-family: var(--serif);
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  color: #EBC8C8;
  line-height: 1;
}
.cr-index-text h3 {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #3A3630;
  margin-bottom: 6px;
  line-height: 1.6;
}
.cr-index-text p {
  font-size: 12px;
  font-weight: 300;
  color: #8A837C;
  line-height: 1.9;
  letter-spacing: .04em;
}
.cr-index-arrow {
  font-size: 11px;
  letter-spacing: .12em;
  color: #C49A9A;
  white-space: nowrap;
}

/* —— チャプター（各講座） —— */
.cr-chapter {
  scroll-margin-top: 88px;
}
.cr-chapter-head {
  display: flex;
  gap: clamp(32px, 5vw, 64px);
  align-items: flex-start;
  margin-bottom: clamp(48px, 7vw, 72px);
}
.cr-chapter-num {
  flex-shrink: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 72px);
  font-style: italic;
  font-weight: 400;
  color: #EBC8C8;
  line-height: .9;
  padding-top: 8px;
}
.cr-chapter-meta {
  flex: 1;
  min-width: 0;
}
.cr-chapter-label {
  font-size: 10px;
  letter-spacing: .38em;
  color: #B07D7D;
  margin-bottom: 14px;
}
.cr-chapter-title {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.7;
  color: #3A3630;
  margin-bottom: 20px;
}
.cr-chapter-title em {
  font-style: normal;
  color: #B8936E;
}
.cr-chapter-lead {
  font-size: 14px;
  font-weight: 300;
  color: #7A7570;
  line-height: 2.5;
  letter-spacing: .05em;
}

.cr-chapter-visual {
  margin: 0 0 clamp(48px, 7vw, 72px);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(58, 54, 48, .06);
}
.cr-chapter-visual img {
  width: 100%;
  display: block;
  filter: saturate(.9);
}

/* —— 学ぶことリスト —— */
.cr-learn {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 600px;
}
.cr-learn li {
  position: relative;
  padding: 18px 0 18px 28px;
  font-size: 14px;
  font-weight: 300;
  color: #5C5650;
  line-height: 2;
  letter-spacing: .05em;
  border-bottom: 1px dotted #E0D5CE;
}
.cr-learn li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 26px;
  width: 6px;
  height: 6px;
  background: #D4B86A;
  border-radius: 50%;
  opacity: .7;
}

/* —— 3軸（図鑑ページ風） —— */
.cr-axes {
  margin-top: clamp(64px, 9vw, 96px);
  padding-top: clamp(48px, 7vw, 72px);
  border-top: 1px dotted #E0D5CE;
}
.cr-axes-figure {
  margin: 40px 0 56px;
}
.cr-axes-figure img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  filter: saturate(.9);
}
.cr-axes-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
  margin-top: 48px;
}
.cr-axis-note {
  padding: 28px 22px;
  background: rgba(255, 255, 255, .7);
  border-radius: 16px;
  border: 1px solid rgba(28, 26, 23, .05);
}
.cr-axis-note--defense { border-top: 2px solid #D8C8E8; }
.cr-axis-note--breath { border-top: 2px solid #B8D4E8; }
.cr-axis-note--pelvis { border-top: 2px solid #E8D0B8; }
.cr-axis-note h4 {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .08em;
  color: #4A4540;
  margin-bottom: 16px;
}
.cr-axis-note ul {
  list-style: none;
}
.cr-axis-note li {
  font-size: 11px;
  font-weight: 300;
  color: #7A7570;
  line-height: 2;
  padding-left: 12px;
  position: relative;
  letter-spacing: .03em;
}
.cr-axis-note li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #C4A99A;
}

/* —— 7ステップ（雑誌の連載風） —— */
.cr-steps {
  margin-top: clamp(64px, 9vw, 96px);
}
.cr-steps-title {
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  color: #4A4540;
  margin-bottom: 48px;
  line-height: 1.8;
}
.cr-steps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 680px;
  margin: 0 auto;
}
.cr-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px dotted #E0D5CE;
  align-items: baseline;
}
.cr-step-num {
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
  color: #EBC8C8;
  line-height: 1;
}
.cr-step-body h5 {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #3A3630;
  margin-bottom: 8px;
  line-height: 1.6;
}
.cr-step-body p {
  font-size: 12px;
  font-weight: 300;
  color: #8A837C;
  line-height: 2;
  letter-spacing: .04em;
}

/* —— 3DAY —— */
.cr-days {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 28px);
  margin: 48px 0;
}
.cr-day {
  text-align: center;
  padding: 32px 20px;
  background: rgba(255, 255, 255, .65);
  border: 1px dotted #E0D5CE;
  border-radius: 20px;
}
.cr-day-label {
  font-family: 'Petit Formal Script', cursive;
  font-size: 18px;
  color: #C9A227;
  margin-bottom: 12px;
}
.cr-day h4 {
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: .08em;
  color: #4A4540;
  margin-bottom: 10px;
}
.cr-day p {
  font-size: 11px;
  font-weight: 300;
  color: #8A837C;
  line-height: 2;
  letter-spacing: .03em;
}

.cr-topics {
  columns: 2;
  column-gap: 40px;
  list-style: none;
  max-width: 600px;
  margin: 0 auto;
}
.cr-topics li {
  font-size: 13px;
  font-weight: 300;
  color: #6B6560;
  line-height: 2.2;
  padding: 6px 0 6px 16px;
  position: relative;
  break-inside: avoid;
  letter-spacing: .04em;
}
.cr-topics li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #D4B86A;
  border-radius: 50%;
}

/* —— 修了認定 —— */
.cr-cert {
  padding: clamp(64px, 9vw, 96px) 0;
  background: #F5EBE8;
  text-align: center;
}
.cr-cert-list {
  list-style: none;
  max-width: 520px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cr-cert-list li {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .06em;
  color: #6B6560;
  padding: 18px 24px;
  background: rgba(255, 255, 255, .55);
  border-radius: 12px;
  line-height: 1.9;
}

/* —— クロージング —— */
.cr-closing {
  padding: clamp(32px, 5vw, 56px) clamp(28px, 5vw, 64px);
  background: #FDFCF8;
  /* position: relative; */
}
.cr-closing-art {
  position: absolute;
  width: 244px;
  top: -33px;
  left: 84px;
}
.cr-closing-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 40px);
  padding: clamp(28px, 4vw, 40px) clamp(32px, 5vw, 56px);
  background: #FFFBF5;
  border-radius: 4px;
}
.cr-closing-text {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(14px, 1.55vw, 17px);
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.8;
  color: #5C5650;
}
.cr-closing-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 14px clamp(24px, 3vw, 36px);
  border-radius: 999px;
  background: #E59797;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 500;
  letter-spacing: .06em;
  text-decoration: none;
  white-space: nowrap;
  transition: background .3s, transform .3s;
}
.cr-closing-btn:hover {
  background: #D88888;
  transform: translateY(-1px);
}

/* —— ボタン —— */
.cr-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border: 1px solid rgba(196, 169, 154, .7);
  border-radius: 999px;
  font-family: var(--serif-reg);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .12em;
  color: #9A8578;
  background: rgba(255, 255, 255, .5);
  transition: background .3s, border-color .3s, color .3s, transform .3s;
}
.cr-btn:hover {
  background: rgba(255, 255, 255, .85);
  border-color: #C4956A;
  color: #A87850;
  transform: translateY(-2px);
}
.cr-btn--fill {
  background: #C4956A;
  border-color: #C4956A;
  color: #fff;
}
.cr-btn--fill:hover {
  background: #A87850;
  border-color: #A87850;
  color: #fff;
}
.cr-btn-wrap {
  text-align: center;
  margin-top: 56px;
}

/* —— フッター —— */
.course-body .footer.footer--soft {
  background: #3D4A38;
}

/* —— レスポンシブ —— */
@media (max-width: 900px) {
  .course-mag {
    padding-top: 72px;
  }
  .cr-inner--wide {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cr-hero-inner {
    height: auto;
    min-height: clamp(520px, 130vw, 680px);
  }
  .cr-hero-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: clamp(24px, 5vw, 32px) clamp(20px, 5vw, 28px) clamp(28px, 6vw, 36px);
    justify-content: flex-start;
  }
  .cr-hero-btn {
    white-space: normal;
    text-align: center;
    align-self: stretch;
    max-width: 100%;
  }
  .cr-hero-slide-overlay {
    left: clamp(20px, 5vw, 28px);
    right: clamp(20px, 5vw, 28px);
    bottom: clamp(20px, 5vw, 28px);
  }
  .cr-hero-slide-overlay .cr-hero-btn {
    width: 100%;
  }
  .cr-hero-art {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 52%;
    transform: none;
  }
  .cr-hero-art img {
    object-position: center top;
  }
  .cr-hero-prose {
    max-width: 100%;
  }
  .cr-split-section {
    padding: 56px 0;
  }
  .cr-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cr-split-figure {
    order: -1;
    max-width: 520px;
    margin: 0 auto;
  }
  .cr-target-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cr-target-item,
  .cr-target-item--row2 {
    grid-column: auto;
    flex-direction: column;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
  }
  .cr-target-item--row2 .cr-target-visual {
    width: 120px;
    margin: 0 auto 16px;
  }
  .cr-courses-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
  .cr-intro-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .cr-intro-meta-item {
    grid-template-columns: 4em 1fr;
  }
  .cr-intro-card-body {
    grid-template-columns: minmax(100px, 34%) 1fr;
  }
  .cr-3day-top {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .cr-3day-card-top,
  .cr-3day-purpose {
    grid-template-columns: minmax(88px, 32%) 1fr;
    gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cr-3day-card-body {
    grid-template-columns: minmax(104px, 36%) 1fr;
    gap: 12px;
    padding: 16px 20px 36px;
  }
  .cr-3day-card-head span {
    font-size: 13px;
    padding: 8px 26px 9px;
  }
  .cr-3day-card-visual--intro {
    max-width: 96px;
    height: 104px;
  }
  .cr-3day-card-visual--intro img {
    min-height: 200px;
  }
  .cr-3day-purpose-visual--leaf {
    max-width: 72px;
    height: 64px;
  }
  .cr-3day-purpose-visual--leaf img {
    min-height: 200px;
  }
  .cr-3day-card-visual--main img {
    width: min(100%, 132px);
  }
  .cr-3day-card--topics .cr-3day-card-body {
    grid-template-columns: minmax(100px, 38%) 1fr;
    padding: 14px 18px 28px;
  }
  .cr-3day-card--topics .cr-3day-card-visual--main img {
    max-width: 120px;
  }
  .cr-3day-card-deco--lavender {
    width: 44px;
    height: 40px;
  }
  .cr-3day-card-deco--lavender img {
    width: 132px;
  }
  .cr-3day-cert {
    padding: 28px 20px 48px;
  }
  .cr-3day-cert-deco--left {
    left: 8px;
    top: auto;
    bottom: 12px;
    transform: none;
  }
  .cr-3day-cert-deco--left img {
    width: 72px;
  }
  .cr-3day-cert-deco--right img {
    width: 76px;
  }
  .cr-3day-cert-deco--flower {
    left: 56px;
  }
  .cr-structure-lead {
    margin-bottom: clamp(28px, 6vw, 36px);
  }
  .cr-structure-figure {
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 5vw, 32px);
    max-width: min(100%, 360px);
    margin-inline: auto;
  }
  .cr-structure-figure img {
    flex: none;
    width: min(100%, 340px);
    max-width: 340px;
  }
  .cr-structure-bar__inner {
    grid-template-columns: 1fr;
    padding: clamp(100px, 28vw, 140px) 24px 28px;
    gap: 24px;
  }
  .cr-structure-bar__diagram {
    margin: 0 auto;
  }
  .cr-structure-bar__diagram img {
    width: min(200px, 70vw);
  }
  .cr-cert-banner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cr-cert-banner-inner {
    min-height: clamp(160px, 42vw, 200px);
    padding: clamp(24px, 6vw, 32px) clamp(20px, 5vw, 28px);
    background-size: cover;
    background-position: right center;
  }
  .cr-cert-copy {
    max-width: min(62%, 280px);
  }
  .cr-closing-inner {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }
  .cr-closing {
    position: relative;
  }
  .cr-closing-art {
    position: relative;
    top: auto;
    left: auto;
    width: min(160px, 36vw);
    margin: 0 auto 12px;
  }
  .cr-closing-btn {
    white-space: normal;
    text-align: center;
    justify-content: center;
  }
  .cr-spine {
    flex: none;
    flex-direction: row;
    writing-mode: horizontal-tb;
    padding: 16px 24px;
    border-radius: 0;
    gap: 16px;
  }
  .cr-spine-title,
  .cr-spine-tag {
    writing-mode: horizontal-tb;
    margin-bottom: 0;
  }
  .cr-spine-deco { display: none; }
  .cr-figure-pair,
  .cr-axes-notes,
  .cr-days {
    grid-template-columns: 1fr;
  }
  .cr-chapter-head {
    flex-direction: column;
    gap: 16px;
  }
  .cr-index-item {
    grid-template-columns: 40px 1fr;
  }
  .cr-index-arrow { display: none; }
  .cr-topics { columns: 1; }
  .cr-flow-arrow { display: none; }
}

@media (max-width: 560px) {
  .course-mag {
    padding-top: 64px;
  }

  .cr-inner--wide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cr-hero {
    padding-bottom: 16px;
  }

  .cr-hero-desktop {
    display: none !important;
  }

  .cr-hero-sp {
    display: block;
  }

  .cr-hero-slide {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .cr-hero-dots {
    margin-top: 14px;
    padding: 0 16px;
    gap: 8px;
  }

  .cr-target-section {
    padding: 0;
    background: transparent;
  }

  .cr-target-desktop {
    display: none;
  }

  .cr-target-sp {
    display: block;
  }

  .cr-structure-bar {
    min-height: 0;
    background: transparent;
    overflow: visible;
  }

  .cr-structure-bar-desktop {
    display: none;
  }

  .cr-structure-bar-sp {
    display: block;
  }

  .cr-rule--wide {
    margin: 8px 16px;
  }

  .cr-split-section {
    padding: 40px 0;
  }

  .cr-split-copy {
    padding: 16px;
  }

  .cr-heading,
  .cr-heading--left,
  .cr-heading--deco,
  .cr-target-title,
  .cr-intro-title {
    font-size: clamp(18px, 5vw, 22px);
    letter-spacing: .08em;
  }

  .cr-checklist {
    margin-top: 20px;
  }

  .cr-checklist li {
    font-size: 12px;
    line-height: 1.85;
    padding: 8px 0 8px 1.4em;
  }

  .cr-target-section {
    padding: 36px 16px;
  }

  .cr-target-header {
    margin-bottom: 28px;
  }

  .cr-target-deco img {
    width: min(120px, 40vw);
  }

  .cr-target-list {
    gap: 28px;
  }

  .cr-target-item,
  .cr-target-item--row2 {
    max-width: 100%;
  }

  .cr-target-name {
    font-size: 15px;
  }

  .cr-target-desc {
    font-size: 12px;
    line-height: 1.85;
  }

  .cr-courses-section {
    padding: 40px 0;
  }

  .cr-courses-grid {
    max-width: 100%;
    gap: 14px;
  }

  .cr-course-card {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #E8E0D8;
    box-shadow: 0 4px 16px rgba(58, 54, 48, .06);
    text-align: center;
  }

  .cr-course-card-visual {
    flex: 0 0 42%;
    width: 42%;
    height: auto;
    aspect-ratio: 1.15 / 1;
    margin: 0;
    border-radius: 14px;
    background: transparent;
  }

  .cr-course-card-visual img {
    object-fit: contain;
    object-position: center;
    filter: none;
  }

  .cr-course-card-body {
    flex: 1;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .cr-course-card-title {
    font-size: clamp(15px, 4.2vw, 17px);
    font-weight: 600;
    letter-spacing: .06em;
    color: #4A4540;
    margin-bottom: 6px;
    line-height: 1.45;
  }

  .cr-course-card-desc {
    font-size: clamp(10px, 3vw, 12px);
    color: #8A837C;
    line-height: 1.6;
    letter-spacing: .03em;
    margin-bottom: 12px;
    flex: none;
  }

  .cr-course-card-btn {
    min-width: 0;
    width: auto;
    padding: 8px 18px;
    font-size: 10px;
    letter-spacing: .08em;
    color: #9A8B7E;
    background: #FDFAF5;
    border: 1px solid #E0D8CC;
  }

  .cr-intro-section {
    padding: 40px 0;
  }

  .cr-intro-header {
    margin-bottom: 28px;
  }

  .cr-intro-lead {
    font-size: 12px;
    line-height: 1.9;
    padding: 0 4px;
  }

  .cr-intro-grid {
    max-width: 100%;
    gap: 16px;
  }

  .cr-intro-card-head {
    font-size: 12px;
    padding: 10px 12px;
    letter-spacing: .04em;
  }

  .cr-intro-card-body {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 14px 0;
    text-align: center;
  }

  .cr-intro-card-visual {
    max-width: 180px;
    margin: 0 auto;
  }

  .cr-intro-card-copy {
    font-size: 12px;
    line-height: 1.85;
    text-align: left;
  }

  .cr-intro-meta-item {
    grid-template-columns: 3.5em 1fr;
    font-size: 12px;
    text-align: left;
  }

  .cr-intro-card-foot,
  .cr-3day-card-foot {
    padding: 8px 14px 18px;
  }

  .cr-intro-card-foot--dual {
    flex-direction: column;
    align-items: stretch;
  }

  .cr-reserve-btn {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
    font-size: 11px;
  }

  .cr-structure-lead {
    font-size: 12px;
    line-height: 1.9;
    padding: 0 4px;
  }

  .cr-structure-figure {
    max-width: 100%;
    gap: 16px;
  }

  .cr-structure-figure img {
    width: 100%;
    max-width: 100%;
  }

  .cr-structure-bar {
    min-height: 0;
  }

  .cr-structure-bar__inner {
    padding: clamp(72px, 24vw, 100px) 16px 20px;
    gap: 16px;
  }

  .cr-structure-bar__copy {
    font-size: 12px;
    line-height: 1.75;
  }

  .cr-structure-bar__cta {
    font-size: 13px;
    padding: 8px 16px;
  }

  .cr-structure-bar__diagram img {
    width: min(160px, 55vw);
  }

  .cr-3day-section {
    padding: 36px 0;
  }

  .cr-3day-top {
    max-width: 100%;
    gap: 16px;
  }

  .cr-3day-card-top,
  .cr-3day-purpose,
  .cr-3day-card-body,
  .cr-3day-card--topics .cr-3day-card-body {
    grid-template-columns: 1fr;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
  }

  .cr-3day-card-visual--intro,
  .cr-3day-card-visual--main {
    max-width: 160px;
    height: auto;
    margin: 0 auto;
  }

  .cr-3day-card-visual--intro img,
  .cr-3day-purpose-visual--leaf img {
    min-height: 0;
  }

  .cr-3day-card-head span {
    font-size: 12px;
    padding: 8px 18px;
  }

  .cr-3day-card-text,
  .cr-3day-purpose-text
   {
    font-size: 12px;
    line-height: 1.85;
    text-align: center;
  }

  .cr-3day-list {
    text-align: left;
  }

  .cr-cert-banner {
    padding: 0;
  }

  .cr-cert-banner-desktop {
    display: none;
  }

  .cr-cert-banner-sp {
    display: block;
  }

  .cr-closing {
    padding: 36px 16px 48px;
    position: relative;
  }

  .cr-closing-art {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    width: min(120px, 40vw);
    margin: 0 auto 16px;
  }

  .cr-closing-inner {
    padding: 20px 16px;
    gap: 16px;
  }

  .cr-closing-text {
    font-size: clamp(10px, 4.2vw, 12px);
    line-height: 1.8;
  }

  .cr-closing-btn {
    width: 100%;
    padding: 14px 18px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .cr-cert-copy {
    max-width: 75%;
  }

  .cr-cert-text {
    font-size: 10px;
  }
  .cr-checklist{
    padding-inline: 0;
  }
  .cr-checklist li{
    padding: 8px 0 8px 8px;
    gap: 4px;
  }

}
