/* ===========================
   Luchouette LP4 - style.css
   マレーシア短期親子留学・確定層向け
   ※ luchouette-lp (v5) のトンマナに準拠
=========================== */

/* --- Variables --- */
:root {
  --primary: #D4837A;
  --primary-dark: #B8665D;
  --gold: #F97316;
  --gold-dark: #E06000;
  --cream: #FDF5F3;
  --cream-dark: #F5E8E5;
  --dark: #9B6B65;
  --dark-soft: #B88880;
  --text: #4A3330;
  --text-light: #9A7470;
  --border: #EDD8D5;
  --white: #fff;
  --line: #06C755;
  --radius: 8px;
  --shadow: 0 2px 16px rgba(180,100,90,0.08);
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* --- Container --- */
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
@media (max-width: 767px) {
  .plan .container,
  .voice .container,
  .mom-support .container,
  .authority .container {
    padding: 20px 0;
  }
  .plan .container img,
  .voice .container img,
  .mom-support .container img,
  .authority .container img {
    border-radius: 0 !important;
  }
}

/* --- Section Common --- */
.section__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}
.section__title {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: var(--dark);
  margin-bottom: 16px;
}
.section__lead {
  font-size: 15px;
  color: var(--text-light);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}
section { padding: 48px 0; }
@media (min-width: 768px) { section { padding: 72px 0; } }
@media (min-width: 768px) { br.sp-br { display: none; } }
@media (min-width: 768px) {
  .section__eyebrow    { font-size: 16px; }
  .section__title      { font-size: clamp(26px, 5vw, 36px); }
  .pain__eyebrow       { font-size: 16px; }
  .authority__eyebrow  { font-size: 16px; }
  .feat-block__title   { font-size: clamp(24px, 5vw, 36px); }
  .plan-block__eyebrow { font-size: 17px; }
  .plan-block__title   { font-size: clamp(26px, 6vw, 44px); }
  .voice-block__eyebrow { font-size: 17px; }
  .voice-block__title  { font-size: clamp(24px, 5.5vw, 40px); }
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn--primary { background: #F97316; color: var(--white); border-color: #F97316; }
.btn--primary:hover { background: #E06000; border-color: #E06000; }
.btn--outline { background: transparent; color: var(--white); border-color: var(--white); }
.btn--outline:hover { background: var(--white); color: var(--primary); }
.btn--gold { background: linear-gradient(180deg, #FB8836 0%, #F26E0B 100%); color: var(--white); border-color: var(--white); box-shadow: 0 3px 6px rgba(224,96,0,0.22); }
.btn--gold:hover { background: linear-gradient(180deg, #F97316 0%, #E06000 100%); border-color: var(--white); }
.btn--gold::after { content: "\25B6"; margin-left: 9px; display: inline-block; font-size: 0.8em; vertical-align: middle; position: relative; top: -3px; }
.btn--line { background: var(--line); color: var(--white); border-color: var(--line); }
.btn--white { background: var(--white); color: var(--primary); border-color: var(--white); }
.btn--white:hover { background: var(--cream); border-color: var(--cream); }
.btn--lg { padding: 18px 36px; font-size: 16px; }

/* ===========================
   Header
=========================== */
.header {
  position: static;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
}
.header__logo {
  line-height: 1;
}
.header__logo img {
  height: 36px;
  width: auto;
}
.header__cta {
  background: var(--gold);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid var(--white);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ===========================
   FV
=========================== */
.fv {
  line-height: 0;
  font-size: 0;
}
.fv picture {
  display: block;
}
.fv__img {
  width: 100%;
  height: auto;
  display: block;
}
.fv__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.fv__content {
  max-width: 640px;
  padding: 40px 24px;
  color: var(--white);
}
.fv__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: var(--primary);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.fv__title {
  font-size: clamp(26px, 6vw, 44px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.fv__sub {
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 32px;
}
.fv__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 36px;
}
.fv__trust-item { color: rgba(255,255,255,0.8); font-size: 13px; }
.fv__trust-item strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1.2;
}
.fv__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .fv__content { padding: 60px; }
  .fv__btns { flex-direction: row; }
}

/* ===========================
   Pain
=========================== */
.pain { background: #FEF3F1; overflow: visible; }

/* Head */
.pain__head {
  position: relative;
  text-align: center;
  padding: 8px 52px 36px;
}
.pain__eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.pain__title {
  font-size: clamp(28px, 7vw, 44px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
}

/* Decorations */
.pain__deco {
  position: absolute;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(78%) sepia(10%) saturate(350%) hue-rotate(315deg) brightness(108%);
  opacity: 0.5;
}
/* SP */
.pain__deco--swirl { width: 36px; top: 2px;  left: 4px; }
.pain__deco--q     { width: 20px; top: 52%;  left: 16px; transform: translateY(-20%); }
.pain__deco--cloud { width: 72px; top: 24px; right: 2px; }

/* PC */
@media (min-width: 768px) {
  .pain__head { padding: 16px 140px 48px; }
  .pain__deco--swirl { width: 72px; left: 20px;  top: -8px; }
  .pain__deco--q     { width: 40px; left: 58px;  top: 52%;  transform: translateY(-20%); }
  .pain__deco--cloud { width: 168px; right: 12px; top: 18px; }
}

/* Grid */
.pain__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
@media (min-width: 560px) {
  .pain__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
}

/* Card */
.pain__card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(212,131,122,0.25);
  border-radius: 12px;
  padding: 16px 20px;
}
.pain__card-avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FEF3F1;
  border: 2px solid rgba(212,131,122,0.3);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pain__card-avatar img { width: 88%; height: auto; }
.pain__card-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-light);
}
.pain__card-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .pain__card { padding: 18px 24px; gap: 18px; }
  .pain__card-avatar { width: 68px; height: 68px; }
  .pain__card-text { font-size: 14px; }
  .pain__card-text strong { font-size: 17px; }
}

/* Bottom */
.pain__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid rgba(212,131,122,0.25);
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 4px;
}
.pain__bottom-heart { width: 72px; flex-shrink: 0; }
.pain__bottom-text { font-size: 14px; line-height: 1.8; color: var(--text); }
.pain__bottom-accent { color: var(--primary); font-weight: 700; }
.pain__bottom-rule {
  border: none;
  border-top: 1px dashed rgba(212,131,122,0.4);
  margin: 12px 0;
}
.pain__bottom-p2 { font-size: 15px; line-height: 1.7; }
@media (min-width: 768px) {
  .pain__bottom { padding: 24px 32px; gap: 24px; }
  .pain__bottom-heart { width: 80px; }
  .pain__bottom-text { font-size: 15px; }
  .pain__bottom-rule { display: none; }
  .pain__bottom-p2 { font-size: 15px; margin-top: 2px; }
}

/* ===========================
   Trust Bar
=========================== */
.trustbar {
  background: var(--white);
  padding: 0;
}
.trustbar__sv {
  width: 100%;
  height: auto;
  display: block;
}
.trustbar__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 48px;
}
.trustbar__item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.trustbar__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}
.trustbar__num small { font-size: 14px; }
.trustbar__label { font-size: 13px; color: rgba(255,255,255,0.85); }

/* ===========================
   Why Luchouette
=========================== */
.why { background: var(--white); }
.why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.why__card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 32px 24px;
  border: 2px solid var(--border);
}
.why__card--featured {
  background: var(--primary);
  border-color: var(--primary);
}
.why__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 600;
  color: var(--border);
  line-height: 1;
  margin-bottom: 8px;
}
.why__card--featured .why__num { color: rgba(255,255,255,0.12); }
.why__icon { font-size: 28px; margin-bottom: 16px; }
.why__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  color: var(--dark);
}
.why__card--featured .why__title { color: var(--white); }
.why__text {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.why__card--featured .why__text { color: rgba(255,255,255,0.78); }
.why__points {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.why__points li {
  font-size: 13px;
  padding-left: 18px;
  position: relative;
  color: var(--text);
}
.why__points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.why__card--featured .why__points li { color: rgba(255,255,255,0.82); }
@media (min-width: 768px) {
  .why__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===========================
   Plan（短期プラン）
=========================== */
.plan { background: #FDFBEE; overflow: hidden; padding-bottom: 12px; }
@media (min-width: 768px) { .plan { overflow: visible; padding-bottom: 28px; } }
.plan__note {
  font-size: 14px;
  color: var(--text-light);
  background: var(--cream);
  padding: 12px 20px;
  border-radius: var(--radius);
  margin-bottom: 32px;
  text-align: center;
}
.plan__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 16px;
}
.plan__card {
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--border);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s, transform 0.5s;
}
.plan__card.is-visible { opacity: 1; transform: translateY(0); }
.plan__card--main { border-color: var(--primary); }
.plan__card-head {
  background: var(--primary);
  color: var(--white);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 72px;
  justify-content: center;
}
.plan__card--main .plan__card-head { background: var(--primary); }
.plan__period {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.plan__tag {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
}
.plan__card-body { padding: 20px; font-size: 14px; line-height: 1.8; color: var(--text); }
@media (min-width: 768px) {
  .plan__cards { grid-template-columns: repeat(3, 1fr); }
}

/* ===========================
   Plan Block（コード版）
=========================== */
.plan-block { position: relative; padding: 0 20px; }
@media (min-width: 768px) { .plan-block { padding: 0; } }
.plan-block__head {
  position: relative;
  text-align: center;
  padding: 8px 0 36px;
}
.plan-block__deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.plan-block__deco--plane { width: 140px; top: -37px; left: -18px; }
.plan-block__deco--palm  { width: 120px; top: -36px; right: 12px; }
.plan-block__eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
.plan-block__eyebrow span { opacity: 0.6; margin: 0 4px; }
.plan-block__title {
  font-size: clamp(22px, 6vw, 40px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
  margin-bottom: 0;
}
.plan-block__title em { font-style: normal; color: var(--primary); }
.plan-block__note {
  font-size: 14px;
  color: var(--text);
  background: var(--cream);
  padding: 16px 20px;
  border-radius: var(--radius);
  margin-bottom: 28px;
  text-align: center;
  line-height: 1.8;
}
.plan-block__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.plan-block__card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(212,131,122,0.2);
  box-shadow: 0 2px 12px rgba(180,100,90,0.07);
}
.plan-block__card-head {
  background: var(--primary);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.plan-block__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.plan-block__head-info { color: var(--white); }
.plan-block__period {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}
.plan-block__tag {
  font-size: 12px;
  opacity: 0.85;
  line-height: 1.4;
}
.plan-block__card-body {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.plan-block__icon {
  width: 180px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.plan-block__card-text {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text);
  text-align: left;
  align-self: stretch;
}
.plan-block__card-text em {
  font-style: normal;
  color: var(--primary);
  font-weight: 700;
}
@media (min-width: 768px) {
  .plan-block__head { padding: 8px 80px 48px; }
  .plan-block__deco--plane { width: 290px; top: -4px; left: -76px; }
  .plan-block__deco--palm  { width: 310px; top: -18px; right: -56px; }
  .plan-block__cards { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .plan-block__card-body {
    flex-direction: column;
    align-items: center;
    padding: 24px 20px;
    gap: 20px;
    text-align: center;
  }
  .plan-block__icon { width: 270px; }
  .plan-block__card-text { text-align: center; }
  .plan-block__period { font-size: 26px; }
}

/* ===========================
   Area（学校選びサポート）
=========================== */
.area { background: var(--cream); }
.area__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.area__feature {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: var(--shadow);
}
.area__feature h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 8px; line-height: 1.5; }
.area__feature p { font-size: 14px; line-height: 1.75; }
.area__age {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  margin-bottom: 40px;
  box-shadow: var(--shadow);
}
.area__age-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
}
.area__age-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.area__age-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--cream);
  padding: 16px 20px;
  border-radius: var(--radius);
  font-size: 14px;
}
.area__age-label {
  font-weight: 700;
  color: var(--primary);
  flex-shrink: 0;
  min-width: 44px;
}
.area__cta { text-align: center; }
@media (min-width: 640px) {
  .area__age-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
  .area__features { grid-template-columns: repeat(3, 1fr); }
}

/* ===========================
   Cost
=========================== */
.cost { background: var(--white); }
.cost__table-wrap { overflow-x: auto; margin-bottom: 12px; }
.cost__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-width: 560px;
}
.cost__table th {
  background: var(--primary);
  color: var(--white);
  padding: 12px 20px;
  text-align: center;
  font-size: 13px;
}
.cost__table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  text-align: center;
  color: var(--text);
}
.cost__table tr:last-child td { border-bottom: none; }
.cost__price { font-weight: 700; color: var(--primary); font-size: 15px; }
.cost__total td { background: var(--cream); }
.cost__target td { font-size: 12px; color: var(--text-light); background: #fafafa; }
.cost__note { font-size: 12px; color: var(--text-light); text-align: center; margin-bottom: 32px; }
.cost__lead {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin-top: 24px;
  line-height: 1.8;
}

/* ===========================
   Service
=========================== */
.service { background: var(--cream); }
.service__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.service__item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s, transform 0.5s;
}
.service__item.is-visible { opacity: 1; transform: translateY(0); }
.service__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--cream-dark);
  line-height: 1;
  flex-shrink: 0;
  width: 40px;
}
.service__item h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.service__item p { font-size: 14px; line-height: 1.75; margin-bottom: 10px; }
.service__points {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}
.service__points li {
  font-size: 13px;
  color: var(--text-light);
  padding-left: 16px;
  position: relative;
  line-height: 1.65;
}
.service__points li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--gold);
}
@media (min-width: 640px) {
  .service__grid { grid-template-columns: 1fr 1fr; }
}

/* ===========================
   Voice（体験談）
=========================== */
.voice { background: var(--white); overflow: hidden; }
.plan + .voice { padding-top: 0; }
@media (min-width: 768px) { .voice { overflow: visible; } }
.voice__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.voice__card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s, transform 0.5s;
}
.voice__card.is-visible { opacity: 1; transform: translateY(0); }
.voice__stars { color: #F5A623; font-size: 18px; letter-spacing: 2px; margin-bottom: 16px; }
.voice__before-after {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 16px;
}
.voice__arrow {
  display: none;
}
@media (min-width: 640px) {
  .voice__before-after {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
  .voice__arrow {
    display: block;
  }
}
.voice__before,
.voice__after {
  flex: 1;
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.75;
}
.voice__before { background: #F9D9D9; }
.voice__after  { background: #F0FDF4; }
.voice__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 10px;
  border-radius: 40px;
  margin-bottom: 8px;
}
.voice__tag--before { background: var(--primary); color: var(--white); }
.voice__tag--after  { background: #0EA5A0; color: var(--white); }
.voice__arrow {
  font-size: 18px;
  color: var(--text-light);
  padding-top: 36px;
  flex-shrink: 0;
}
.voice__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
  font-size: 12px;
  color: var(--text-light);
}
.voice__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .voice__cards { grid-template-columns: 1fr 1fr; }
}

/* ===========================
   Voice Block（コード版）
=========================== */
.voice-block { position: relative; padding: 0 20px; }
@media (min-width: 768px) { .voice-block { padding: 0; } }

/* Head */
.voice-block__head {
  position: relative;
  text-align: center;
  padding: 72px 16px 36px;
}
.voice-block__deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.voice-block__deco--bubble { width: 160px; top: 9px;  left: -8px; }
.voice-block__deco--plane  { width: 170px; top: 13px; right: 8px; }
.voice-block__eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.voice-block__eyebrow span { opacity: 0.6; margin: 0 4px; }
.voice-block__title {
  font-size: clamp(20px, 5.5vw, 36px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
}
.voice-block__title em { font-style: normal; color: var(--primary); }

/* Cards grid */
.voice-block__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .voice-block__head { padding: 8px 80px 44px; }
  .voice-block__deco--bubble { width: 310px; top: -18px; left: -66px; }
  .voice-block__deco--plane  { width: 310px; top: 2px;  right: -16px; }
  .voice-block__cards {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 0;
  }
  .voice-block__card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}

/* Card */
.voice-block__card {
  background: var(--white);
  border-radius: 14px;
  padding: 24px 20px 20px;
  box-shadow: 0 2px 14px rgba(180,100,90,0.08);
  border: 1px solid rgba(212,131,122,0.15);
}
.voice-block__stars {
  color: #F5A623;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

/* Before / After */
.voice-block__ba {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 18px;
}
.voice-block__before,
.voice-block__after {
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text);
}
.voice-block__before { background: #FDE8E8; }
.voice-block__after  { background: #E8F5F3; }
.voice-block__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 12px;
  border-radius: 40px;
  margin-bottom: 8px;
}
.voice-block__badge--before { background: var(--primary); color: var(--white); }
.voice-block__badge--after  { background: #0EA5A0;        color: var(--white); }

/* Arrow (SP: down, PC: right) */
.voice-block__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  color: var(--primary);
  font-size: 20px;
}
.voice-block__arrow::after { content: '↓'; }

@media (min-width: 768px) {
  .voice-block__ba {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
  .voice-block__before,
  .voice-block__after { flex: 1; }
  .voice-block__arrow {
    padding: 40px 0 0;
  }
  .voice-block__arrow::after { content: '→'; }
}

/* User info */
.voice-block__user {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(212,131,122,0.18);
  padding-top: 14px;
}
.voice-block__photo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.voice-block__user-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.voice-block__user-desc {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.5;
}

/* ===========================
   Journey
=========================== */
.journey { background: var(--cream); }
.journey__flow {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto 32px;
}
.journey__step {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: var(--shadow);
}
.journey__step--last { border: 2px solid var(--primary); }
.journey__step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--cream-dark);
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
}
.journey__step-body h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.journey__step-body p { font-size: 14px; line-height: 1.75; }
.journey__arrow {
  text-align: center;
  font-size: 20px;
  color: var(--primary);
  padding: 8px 0;
}
.journey__note {
  text-align: center;
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.9;
}

/* ===========================
   Campaign
=========================== */
.campaign { background: var(--cream); }
.campaign__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.campaign__card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  border: 2px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.campaign__card--free { border-color: var(--gold); }
.campaign__limit {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 40px;
  align-self: flex-start;
}
.campaign__card--free .campaign__limit { background: var(--gold); }
.campaign__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.45;
}
.campaign__title em { color: var(--primary); font-style: normal; }
.campaign__desc { font-size: 14px; line-height: 1.75; color: var(--text); }
.campaign__points {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.campaign__points li {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.campaign__points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.campaign__price {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
.campaign__price-orig {
  font-size: 13px;
  color: var(--text-light);
  text-decoration: line-through;
}
.campaign__badge {
  background: var(--gold);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 40px;
}
.campaign__price-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1;
  width: 100%;
}
.campaign__price-note {
  font-size: 12px;
  color: var(--text-light);
}
@media (min-width: 768px) {
  .campaign__grid { grid-template-columns: 1fr 1fr; }
}

/* ===========================
   FAQ
=========================== */
.faq { background: var(--cream); }
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s, transform 0.5s;
}
.faq__item.is-visible { opacity: 1; transform: translateY(0); }
.faq__q {
  font-size: 15px;
  font-weight: 700;
  padding: 20px 48px 20px 20px;
  cursor: pointer;
  position: relative;
  color: var(--dark);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
}
.faq__q-icon {
  flex-shrink: 0;
}
.faq__a-highlight {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}
.faq__q::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--primary);
  transition: transform 0.2s;
}
.faq__item[data-open="true"] .faq__q::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq__a {
  display: block !important;
  overflow: hidden;
  height: 0;
  padding: 0;
  border-top: 0;
  transition: height 0.35s ease;
}
.faq__item[data-open="true"] .faq__q {
  border-bottom: 1px solid var(--border);
}
.faq__a-inner {
  padding: 16px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text);
}
.faq__ol {
  margin: 12px 0 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: decimal;
}

/* ===========================
   Mid CTA
=========================== */
.lp-cta {
  background: linear-gradient(135deg, #D4998F 0%, #C4837A 100%);
  padding: 48px 0;
  text-align: center;
}
.lp-cta__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 12px;
}
.lp-cta__title {
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 12px;
}
.lp-cta__lead {
  font-size: clamp(14px, 3.5vw, 18px);
  color: #fff;
  line-height: 1.7;
  margin-bottom: 32px;
}
.lp-cta__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.lp-cta__note {
  font-size: 12px;
  color: var(--white);
}
@media (min-width: 640px) {
  .lp-cta__btns { flex-direction: row; justify-content: center; }
}

/* ===========================
   Final CTA
=========================== */
.final-cta {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 48px 0;
  text-align: center;
}
.final-cta__title {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.final-cta__text {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
  margin-bottom: 40px;
}
.final-cta__seminar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 32px;
}
.final-cta__seminar-label {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.final-cta__seminar-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.75;
}
.final-cta__seminar-btn {
  display: inline-block;
  margin-top: 16px;
  border-color: var(--primary);
  color: var(--primary);
}
.final-cta__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .final-cta__btns { flex-direction: row; justify-content: center; }
}

/* ===========================
   LINE Fixed Button
=========================== */
.line-fixed {
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(200,153,90,0.4);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.2s;
}
.line-fixed.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.line-fixed:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200,153,90,0.5);
}

/* ===========================
   Company
=========================== */
.company { background: var(--cream); padding: 48px 0; }
.company__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  max-width: 640px;
  margin: 0 auto;
}
.company__table th,
.company__table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.company__table th {
  width: 120px;
  font-weight: 700;
  color: var(--text-light);
  white-space: nowrap;
}
.company__table tr:last-child th,
.company__table tr:last-child td { border-bottom: none; }

/* ===========================
   Footer
=========================== */
.footer { background: #B8665D; padding: 40px 0; }
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.footer__logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--white);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.footer__copy { font-size: 12px; color: rgba(255,255,255,0.4); }

/* ===========================
   Results（権威性）
=========================== */
.results {
  background: var(--primary);
  padding: 48px 0;
  text-align: center;
}
.results .section__eyebrow { color: var(--white); }
.results__title {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.45;
  margin-bottom: 52px;
}
.results__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;
  max-width: 640px;
  margin: 0 auto;
}
.results__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.results__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.results__num small { font-size: 20px; }
.results__label { font-size: 13px; color: rgba(255,255,255,0.6); }
@media (min-width: 640px) {
  .results__stats { grid-template-columns: repeat(4, 1fr); }
}

/* ===========================
   Features（強み）
=========================== */
.features { background: var(--cream); }
.features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.features__item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--gold);
}
.features__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 12px;
}
.features__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.5;
}
.features__text {
  font-size: 13px;
  line-height: 1.8;
  color: var(--text);
}
@media (min-width: 768px) {
  .features__grid { grid-template-columns: repeat(4, 1fr); }
}

/* ===========================
   Solution（解決提案）
=========================== */
.solution { background: #FDFBEE; }
.solution__steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.solution__step {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 2px solid var(--border);
  flex: 1;
}
.solution__step--featured { border-color: var(--primary); }
.solution__arrow {
  text-align: center;
  font-size: 20px;
  color: var(--primary);
  line-height: 1;
  padding: 4px 0;
  transform: rotate(90deg);
}
.solution__step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--border);
  line-height: 1;
  margin-bottom: 8px;
}
.solution__step-icon {
  margin: -28px -24px 16px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}
.solution__step-icon img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.solution__step-label {
  font-size: 12px;
  color: var(--text-light);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.solution__step-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.45;
  margin-bottom: 10px;
}
.solution__step--featured .solution__step-title { color: var(--primary); }
.solution__step-text { font-size: 14px; line-height: 1.75; color: var(--text); }
.solution__merits {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.solution__merits li {
  font-size: 14px;
  padding-left: 22px;
  position: relative;
  line-height: 1.7;
}
.solution__merits li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
@media (min-width: 768px) {
  .solution__steps { flex-direction: row; align-items: center; }
  .solution__arrow { transform: rotate(0); padding: 0 4px; }
  .solution__merits { flex-direction: row; flex-wrap: wrap; }
  .solution__merits li { flex: 0 1 calc(50% - 10px); }
}

/* ===========================
   Day（体験イメージ）
=========================== */
.day { background: var(--white); }
.day__item:last-child { padding-bottom: 0; }
.day__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.day__point {
  background: var(--cream-dark);
  border-radius: var(--radius);
  padding: 20px;
}
.day__point-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.day__point-text {
  font-size: 13px;
  color: var(--text);
  line-height: 1.7;
}
.day__timeline {
  max-width: 800px;
  margin: 0 auto 20px;
}
.day__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-areas:
    "time img"
    "time body";
  gap: 0 20px;
  padding-bottom: 36px;
  position: relative;
}
.day__item::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 28px;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.day__item:last-child::before { display: none; }
.day__time-col {
  grid-area: time;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}
.day__time {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--gold);
  background: var(--white);
  position: relative;
  z-index: 1;
  white-space: nowrap;
  line-height: 1;
  padding: 2px 0;
}
.day__img-wrap {
  grid-area: img;
  margin-bottom: 12px;
}
.day__img-placeholder {
  background: var(--cream-dark);
  border-radius: var(--radius);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--text-light);
}
.day__img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}
.day__body { grid-area: body; }
.day__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.5;
}
.day__text { font-size: 14px; line-height: 1.8; color: var(--text); }
.day__note { font-size: 13px; color: var(--text-light); text-align: center; margin-top: 32px; }
.day__note + .day__note,
.day__note + .day__note--highlight { margin-top: 12px; }
.day__note--highlight {
  font-size: 14px;
  color: var(--primary);
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
@media (min-width: 640px) {
  .day__item {
    grid-template-columns: 72px 200px 1fr;
    grid-template-areas: "time img body";
    align-items: start;
  }
  .day__item--no-img {
    grid-template-columns: 72px 1fr;
    grid-template-areas: "time body";
  }
  .day__item::before { left: 35px; top: 24px; }
  .day__img-wrap { margin-bottom: 0; }
  .day__img-placeholder { height: 130px; }
  .day__img { height: 130px; }
  .day__points { grid-template-columns: repeat(3, 1fr); }
}

.day__item--no-img {
  grid-template-areas:
    "time body";
}

/* ===========================
   Authority（実績×強み）
=========================== */
.authority {
  background: #FDFBEE;
  padding: 48px 0;
  text-align: center;
}
.authority__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.authority__title {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 48px;
}
.authority__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;
  max-width: 640px;
  margin: 0 auto 48px;
}
.authority__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.authority__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1;
}
.authority__num small { font-size: 20px; }
.authority__label { font-size: 13px; color: var(--text-light); }
.authority__badges {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.authority__badge {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 40px;
  padding: 4px 14px;
  letter-spacing: 0.05em;
}
.authority__divider {
  width: 48px;
  height: 1px;
  background: var(--border);
  margin: 0 auto 24px;
}
.authority__jisseki { display: block; line-height: 0; margin-bottom: 24px; }
.authority__jisseki-img { width: 100%; height: auto; display: block; border-radius: var(--radius); }
.authority__sv { width: 100%; height: auto; display: block; margin-bottom: 32px; }
.authority__sub {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  text-align: center;
}
.authority__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  text-align: left;
}
.authority__feature {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--primary);
  border-radius: var(--radius);
  padding: 24px 20px;
}
.authority__feature-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 10px;
}
.authority__feature-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.4;
}
.authority__feature-text {
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-light);
}
.authority__feature-points {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--cream);
  border-radius: 8px;
  padding: 12px 14px;
}
.authority__feature-points li {
  font-size: 12px;
  color: var(--text-light);
  padding-left: 16px;
  position: relative;
  line-height: 1.65;
}
.authority__feature-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
  opacity: 0.7;
}
@media (min-width: 640px) {
  .authority__stats { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 768px) {
  .authority__features { grid-template-columns: repeat(4, 1fr); }
}
.authority__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  padding: 0 20px;
}
@media (max-width: 639px) {
  .authority__btns,
  .lp-cta__btns,
  .final-cta__btns {
    align-items: stretch;
  }
  .authority__btns .btn,
  .lp-cta__btns .btn,
  .final-cta__btns .btn {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
@media (min-width: 640px) {
  .authority__btns { flex-direction: row; justify-content: center; }
}
.authority__btns .btn--outline {
  color: var(--primary);
  border-color: var(--primary);
}
.authority__btns .btn--outline:hover {
  background: var(--primary);
  color: var(--white);
}

/* ===========================
   Feat Block（強み4つ）
=========================== */
.feat-block { margin-bottom: 40px; padding: 0 20px; }
@media (min-width: 768px) { .feat-block { padding: 0; } }

/* Head */
.feat-block__head { text-align: center; margin-bottom: 32px; }
.feat-block__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 14px;
}
.feat-block__spark {
  width: 56px;
  flex-shrink: 0;
  display: block;
  transform: translateY(6px);
}
.feat-block__title {
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}
.feat-block__title em { font-style: normal; color: var(--primary); font-size: 1.3em; }
.feat-block__dotline {
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  border-top: 2px dotted var(--primary);
  opacity: 0.4;
}

/* Grid */
.feat-block__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .feat-block__grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
}

/* Card */
.feat-block__card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid rgba(212,131,122,0.18);
  overflow: visible;
  box-shadow: 0 2px 10px rgba(180,100,90,0.06);
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 17px;
}
.feat-block__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 16px 14px;
  text-align: center;
  flex: 1;
}
.feat-block__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feat-block__num {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  z-index: 2;
}
.feat-block__icon { width: 128px; height: auto; }
.feat-block__card-info { min-width: 0; }
.feat-block__card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 6px;
}
.feat-block__card-desc {
  font-size: 13px;
  line-height: 1.75;
  color: var(--text);
}
.feat-block__list {
  background: var(--cream);
  padding: 12px 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 0 0 12px 12px;
}
.feat-block__list li {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--text);
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.feat-block__list li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3 5-6' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}

/* PC overrides */
@media (min-width: 768px) {
  .feat-block__spark { width: 120px; }
  .feat-block__grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    row-gap: 0;
  }
  .feat-block__card {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    overflow: visible;
    margin-top: 24px;
  }
  .feat-block__num {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    font-size: 14px;
    background: var(--white);
    z-index: 2;
  }
  .feat-block__card-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 16px 16px;
    gap: 0;
  }
  .feat-block__card-media {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
  .feat-block__icon { width: 176px; }
  .feat-block__card-info { text-align: center; }
  .feat-block__card-title { font-size: 15px; }
  .feat-block__list {
    border-radius: 0 0 12px 12px;
    padding: 14px 16px;
    text-align: left;
    align-self: stretch;
  }
}

/* ===========================
   Mom Support（お母さんへ）
=========================== */
.mom-support { background: var(--cream); }
.mom-support__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.mom-support__card {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
}
.mom-support__card--featured {
  background: var(--primary);
}
.mom-support__card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
  line-height: 1.5;
}
.mom-support__card--featured .mom-support__card-title {
  color: var(--white);
  border-bottom-color: rgba(255,255,255,0.12);
}
.mom-support__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mom-support__list li {
  font-size: 14px;
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
  color: var(--text);
}
.mom-support__card--featured .mom-support__list li {
  color: rgba(255,255,255,0.82);
}
.mom-support__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.mom-support__note {
  font-size: 13px;
  color: var(--text-light);
  background: var(--cream);
  border-left: 3px solid var(--primary);
  padding: 14px 18px;
  border-radius: 0 var(--radius) var(--radius) 0;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .mom-support__grid { grid-template-columns: 1fr 1fr; }
}

/* ===========================
   Why Malaysia（なぜマレーシアか）
=========================== */
.why-malaysia { background: #FDFBF9; overflow: hidden; }

/* Head */
.why-malaysia__head {
  position: relative;
  text-align: center;
  padding: 70px 16px 40px;
}
.why-malaysia__deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.why-malaysia__deco--palm  { width: 150px; top: 3px; left: -28px; }
.why-malaysia__deco--plane { width: 170px; top: -9px; right: -24px; }
.pc-only { display: none; }
.why-malaysia__eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.why-malaysia__slash { opacity: 0.6; font-style: normal; }
.why-malaysia__title {
  font-size: clamp(24px, 6.5vw, 44px);
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.why-malaysia__title em { font-style: normal; color: var(--primary); }
.why-malaysia__lead {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-light);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .why-malaysia { overflow: visible; }
  .why-malaysia__head { padding: 8px 80px 52px; }
  .why-malaysia__deco--palm  { width: 400px; top: -24px; left: -96px; }
  .why-malaysia__deco--plane { width: 370px; top: -8px;  right: -90px; }
  .why-malaysia__eyebrow { font-size: 17px; }
  .pc-only { display: inline; }
}

/* Grid */
.why-malaysia__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .why-malaysia__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* Card */
.why-malaysia__card {
  background: var(--white);
  border-radius: 12px;
  padding: 22px 20px 24px;
  box-shadow: 0 2px 12px rgba(180,100,90,0.07);
  border: 1px solid rgba(212,131,122,0.18);
}
.why-malaysia__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.why-malaysia__card-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.why-malaysia__num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.why-malaysia__card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.5;
}
.why-malaysia__icon {
  width: 100px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.why-malaysia__divider {
  border: none;
  border-top: 1px dashed rgba(212,131,122,0.3);
  margin: 14px 0;
}
.why-malaysia__card p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text);
}
.why-malaysia__card p u {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #F5C842;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}
@media (min-width: 768px) {
  .why-malaysia__card { padding: 28px 28px 30px; }
  .why-malaysia__num { width: 42px; height: 42px; font-size: 15px; }
  .why-malaysia__card-title { font-size: 15px; }
  .why-malaysia__icon { width: 192px; }
}

/* ===========================
   Compare Block（フィリピン比較）
=========================== */
.compare-block {
  margin-top: 48px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 0;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.compare-block__label {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}
.compare-block__lead {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 20px;
}
.compare-table {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  margin-bottom: 16px;
  font-size: 14px;
}
.compare-table__head,
.compare-table__row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.4fr;
}
.compare-table__head { background: var(--primary); color: var(--white); }
.compare-table__head .compare-table__col--my { color: var(--white); font-weight: 600; box-shadow: inset 2px 0 0 var(--primary), inset -2px 0 0 var(--primary), inset 0 2px 0 var(--primary); }
.compare-table__head .compare-table__col--ph { color: rgba(255,255,255,0.85); font-weight: 600; background: #A89A98; }
.compare-table__row { border-top: 1px solid var(--border); }
.compare-table__row:nth-child(even) { background: #fafafa; }
.compare-table__col {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.compare-table__col--item {
  justify-content: flex-start;
  font-weight: 700;
  font-size: 13px;
  color: var(--text);
  background: var(--cream);
}
.compare-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  margin-right: 8px;
}
.compare-table__row .compare-table__col--my,
.compare-table__row .compare-table__col--ph {
  flex-direction: column;
  gap: 3px;
}
.cmp-mark {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.cmp-mark--good { color: var(--primary); }
.cmp-mark--ok   { color: var(--dark); }
.cmp-mark--fair { color: var(--dark); }
.cmp-text {
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}
.compare-table__col--my { color: var(--dark); font-weight: 700; box-shadow: inset 2px 0 0 var(--primary), inset -2px 0 0 var(--primary); }
.compare-table__col--ph { color: var(--text); }
.compare-table__row .compare-table__col--my { background: var(--white); }
.compare-table__row .compare-table__col--ph { background: var(--white); }
.compare-table__row:last-child .compare-table__col--my { box-shadow: inset 2px 0 0 var(--primary), inset -2px 0 0 var(--primary), inset 0 -2px 0 var(--primary); }
.compare-table__col--win { color: var(--primary); }
.compare-block__img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  border-radius: 16px;
}
.compare-block__note {
  font-size: 13px;
  line-height: 1.8;
  color: var(--text);
  background: var(--cream);
  padding: 14px 16px;
  border-radius: var(--radius);
}
@media (max-width: 767px) {
  .compare-icon { display: none; }
}
@media (max-width: 480px) {
  .compare-table { font-size: 12px; }
  .compare-table__head,
  .compare-table__row { grid-template-columns: 72px 1fr 1fr; }
  .compare-table__col { padding: 10px 8px; font-size: 12px; }
  .compare-table__col--item { font-size: 11px; padding: 10px 8px; }
}

/* ===========================
   Event Block（イベント情報）
=========================== */
.event-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 32px;
}
.event-block__label {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
}
.event-block__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-block__item {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.event-block__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--white);
  border-radius: 6px;
  padding: 8px 14px;
  min-width: 56px;
  flex-shrink: 0;
}
.event-block__month { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; }
.event-block__day {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
.event-block__dow { font-size: 11px; }
.event-block__info { flex: 1; }
.event-block__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.event-block__desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.7;
}
.event-block__btn {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 40px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}
.event-block__btn:hover { background: var(--gold-dark); }
@media (max-width: 639px) {
  .event-block__item {
    flex-direction: column;
    align-items: stretch;
  }
  .event-block__info { order: 0; }
  .event-block__date {
    order: 1;
    align-self: flex-start;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
    padding: 6px 12px;
  }
  .event-block__day { font-size: 22px; }
  .event-block__btn {
    order: 2;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 640px) {
  .event-block__list { flex-direction: row; }
  .event-block__item { flex: 1; flex-wrap: nowrap; }
}

/* 1日の流れ 画像表示位置（SP：1,2,3,5枚目を上基準に） */
@media (max-width: 767px) {
  .day__item:nth-child(2) .day__img,
  .day__item:nth-child(3) .day__img,
  .day__item:nth-child(4) .day__img,
  .day__item:nth-child(6) .day__img {
    object-position: top;
  }
}
