/* =====================================================
   STうめあかりブログ プロフィールページ専用スタイル
   ===================================================== */

:root {
  --about-bg: #fafaf5;
  --about-bg-soft: #faf3ed;
  --about-bg-pink: #fce8e0;
  --about-bg-orange: #fdebdc;
  --about-text: #3a3530;
  --about-text-soft: #6b6157;
  --about-accent: #d97559;
  --about-accent-soft: #e8a994;
  --about-line: #e7dfd2;
}

.about-page {
  color: var(--about-text);
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', system-ui, sans-serif;
}

.about-page .ab-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.about-page h2 {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  color: var(--about-text);
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.about-page h2 .ume {
  color: var(--about-accent-soft);
  margin: 0 0.4em;
  font-size: 1.6rem;
  vertical-align: 0.05em;
}

.about-page p {
  line-height: 1.95;
  color: var(--about-text);
}

/* ====== セクション1：ヒーロー ====== */
.ab-hero {
  background: linear-gradient(135deg, #fce8e0 0%, #fdf2ec 50%, #fafaf5 100%);
  padding: 5rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}

.ab-hero::before,
.ab-hero::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(232, 169, 148, 0.18), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.ab-hero::before { top: -60px; left: -80px; }
.ab-hero::after  { bottom: -60px; right: -60px; }

.ab-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ab-hero-sub {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.32em;
  color: var(--about-accent);
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.ab-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #4a3a30;
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
  line-height: 1.4;
}

.ab-hero-catch {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
  line-height: 1.7;
  color: var(--about-text);
}
.ab-hero-catch .pink {
  color: var(--about-accent-soft);
  border-bottom: 3px solid var(--about-accent-soft);
  padding-bottom: 1px;
}

.ab-hero-desc {
  font-size: 1rem;
  line-height: 2;
  color: var(--about-text-soft);
}

.ab-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}
.ab-hero-visual img {
  max-width: 360px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(217, 117, 89, 0.18));
}
/* 散る花びら */
.ab-petal {
  position: absolute;
  font-size: 1.3rem;
  color: var(--about-accent-soft);
  opacity: 0.7;
  pointer-events: none;
}
.ab-petal.p1 { top: 8%;  left: 4%;  font-size: 1.4rem; }
.ab-petal.p2 { top: 30%; right: 8%; font-size: 1.1rem; }
.ab-petal.p3 { bottom: 18%; left: 12%; font-size: 1.5rem; }
.ab-petal.p4 { bottom: 6%;  right: 18%; font-size: 1.2rem; }

/* ====== セクション2：はじめまして ====== */
.ab-intro {
  background: #fff;
  padding: 5rem 0;
}
.ab-intro-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3.5rem;
  align-items: center;
}
.ab-intro-illust {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fce8e0, #fdf2ec);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(217, 117, 89, 0.18);
  border: 6px solid #fff;
}
.ab-intro-illust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-intro h2 {
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}
.ab-intro p {
  margin-bottom: 1.1rem;
  font-size: 1rem;
}
.ab-intro .ab-highlight-box {
  background: linear-gradient(135deg, #fce8e0, #fdebdc);
  padding: 1.2rem 1.5rem;
  border-radius: 14px;
  border-left: 4px solid var(--about-accent-soft);
  font-weight: 600;
  margin-top: 1.4rem;
}

/* ====== セクション3：数字で見るプロフィール ====== */
.ab-numbers {
  background: var(--about-bg-soft);
  padding: 5rem 0;
}
.ab-numbers h2 { margin-bottom: 3rem; }

.ab-numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.ab-num-card {
  background: #fff;
  border-radius: 18px;
  padding: 2rem 1.2rem 1.8rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(217, 117, 89, 0.08);
  transition: transform 0.3s ease;
}
.ab-num-card:hover { transform: translateY(-4px); }

.ab-num-icon {
  width: 160px;
  height: 160px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.8rem;
  font-size: 1.8rem;
  color: #fff;
  box-shadow: 0 6px 16px rgba(217, 117, 89, 0.3);
}
.ab-num-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--about-accent);
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
.ab-num-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--about-text);
  margin-bottom: 0.6rem;
}
.ab-num-desc {
  font-size: 0.85rem;
  color: var(--about-text-soft);
  line-height: 1.6;
}

/* ====== セクション4：これまでの歩み ====== */
.ab-timeline {
  background: var(--about-bg-soft);
  padding: 4rem 0 5rem;
}
.ab-timeline h2 { margin-bottom: 3rem; }

.ab-timeline-wrap {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.ab-timeline-wrap::before {
  content: '';
  position: absolute;
  left: 79px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: linear-gradient(to bottom, #e8a994, #fce8e0);
  border-radius: 3px;
}
.ab-tl-item {
  position: relative;
  padding-left: 185px;
  margin-bottom: 2.5rem;
  min-height: 160px;
}
.ab-tl-item:last-child { margin-bottom: 0; }
.ab-tl-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 6px 16px rgba(217, 117, 89, 0.25);
}
.ab-tl-card {
  background: #fff;
  padding: 1.2rem 1.5rem;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(217, 117, 89, 0.07);
}
.ab-tl-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--about-text);
}
.ab-tl-card p {
  font-size: 0.92rem;
  color: var(--about-text-soft);
  line-height: 1.8;
}

/* ====== セクション5：専門分野 ====== */
.ab-specialty {
  background: #fff;
  padding: 5rem 0;
}
.ab-specialty h2 { margin-bottom: 3rem; }

.ab-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.ab-spec-card {
  background: #fff;
  border: 1.5px solid var(--about-line);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.ab-spec-card:hover {
  border-color: var(--about-accent-soft);
  box-shadow: 0 10px 26px rgba(217, 117, 89, 0.12);
  transform: translateY(-3px);
}
.ab-spec-icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
  margin: 0 auto 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 6px 16px rgba(217, 117, 89, 0.25);
}
.ab-spec-tag {
  display: inline-block;
  background: #fdebdc;
  color: var(--about-accent);
  font-size: 0.78rem;
  padding: 0.25em 0.9em;
  border-radius: 999px;
  margin-bottom: 0.7rem;
  font-weight: 600;
}
.ab-spec-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.ab-spec-card p {
  font-size: 0.92rem;
  color: var(--about-text-soft);
  line-height: 1.8;
}

/* ====== セクション6：価値観 ====== */
.ab-values {
  background: var(--about-bg-soft);
  padding: 5rem 0;
}
.ab-values h2 { margin-bottom: 3rem; }

.ab-val-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}
.ab-val-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.6rem 1rem;
  text-align: center;
  box-shadow: 0 4px 14px rgba(217, 117, 89, 0.07);
  transition: transform 0.3s ease;
}
.ab-val-card:hover { transform: translateY(-3px); }
.ab-val-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
  margin: 0 auto 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.ab-num-icon img,
.ab-tl-icon img,
.ab-spec-icon img,
.ab-val-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.18);
}
.ab-icon-keep {
  color: var(--about-accent);
}
.ab-val-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--about-text);
  line-height: 1.5;
}
.ab-val-card p {
  font-size: 0.82rem;
  color: var(--about-text-soft);
  line-height: 1.7;
}

/* ====== セクション7：このブログでお届けすること ====== */
.ab-deliver {
  background: #fff;
  padding: 5rem 0;
}
.ab-deliver h2 { margin-bottom: 3rem; }

.ab-deliver-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}
.ab-del-card {
  background: linear-gradient(180deg, #fff 0%, #faf3ed 100%);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--about-line);
  display: flex;
  flex-direction: column;
}
.ab-del-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #fce8e0, #fdebdc);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ab-del-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.ab-del-body {
  padding: 1.5rem 1.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ab-del-tag {
  display: inline-block;
  background: var(--about-accent);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.3em 0.9em;
  border-radius: 999px;
  margin-bottom: 0.8rem;
  align-self: flex-start;
}
.ab-del-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  line-height: 1.5;
}
.ab-del-card p {
  font-size: 0.9rem;
  color: var(--about-text-soft);
  line-height: 1.8;
  margin-bottom: 1.2rem;
  flex: 1;
}
.ab-del-btn {
  display: inline-block;
  background: var(--about-accent);
  color: #fff;
  padding: 0.7em 1.4em;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.ab-del-btn:hover {
  background: #c45f43;
  transform: translateY(-2px);
}

/* ====== セクション8：免責事項 ====== */
.ab-disclaimer {
  background: var(--about-bg-soft);
  padding: 3.5rem 0;
}
.ab-disclaimer-inner {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 1.8rem 1.8rem 1.8rem 5.5rem;
  position: relative;
  border-left: 5px solid var(--about-accent);
  box-shadow: 0 4px 14px rgba(217, 117, 89, 0.07);
}
.ab-disclaimer-icon {
  position: absolute;
  left: 1.4rem;
  top: 1.7rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--about-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
}
.ab-disclaimer h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.ab-disclaimer p {
  font-size: 0.9rem;
  color: var(--about-text-soft);
  line-height: 1.85;
}

/* ====== セクション9：CTA ====== */
.ab-cta {
  background: #fff;
  padding: 4.5rem 0 5rem;
}
.ab-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.ab-cta-card {
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ab-cta-card.is-orange {
  background: linear-gradient(135deg, #d97559, #e8a994);
  color: #fff;
}
.ab-cta-card.is-white {
  background: #fff;
  border: 2px solid var(--about-accent);
  color: var(--about-text);
}
.ab-cta-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
.ab-cta-btn {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
}
.ab-cta-card.is-orange .ab-cta-btn {
  background: #fff;
  color: var(--about-accent);
}
.ab-cta-card.is-orange .ab-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.ab-cta-card.is-white .ab-cta-btn {
  background: var(--about-accent);
  color: #fff;
}
.ab-cta-card.is-white .ab-cta-btn:hover {
  background: #c45f43;
  transform: translateY(-2px);
}
.ab-cta-sub {
  font-size: 0.85rem;
  opacity: 0.9;
}
.ab-cta-card.is-white .ab-cta-sub { color: var(--about-text-soft); }

/* ====== レスポンシブ ====== */
@media (max-width: 900px) {
  .ab-hero h1 { font-size: 2.2rem; }
  .ab-numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-spec-grid { grid-template-columns: 1fr; }
  .ab-val-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-deliver-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .ab-hero { padding: 3.5rem 0 3rem; }
  .ab-hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .ab-hero h1 { font-size: 1.8rem; }
  .ab-hero-catch { font-size: 1.05rem; }
  .ab-hero-visual img { max-width: 260px; }

  .ab-intro { padding: 3.5rem 0; }
  .ab-intro-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .ab-intro h2 { text-align: center; font-size: 1.3rem; }
  .ab-intro-illust { width: 240px; height: 240px; }
  .ab-intro p { text-align: left; }

  .about-page h2 { font-size: 1.3rem; }

  .ab-numbers, .ab-timeline, .ab-specialty, .ab-values, .ab-deliver { padding: 3.5rem 0; }
  .ab-numbers-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .ab-val-grid { grid-template-columns: 1fr; }

  .ab-timeline-wrap::before { left: 49px; }
  .ab-tl-item { padding-left: 110px; }
  .ab-tl-icon { width: 100px; height: 100px; font-size: 1.15rem; }

  .ab-cta-grid { grid-template-columns: 1fr; }
  .ab-cta-card { padding: 2rem 1.5rem; }

  .ab-disclaimer-inner {
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  }
  .ab-disclaimer-icon {
    left: 1rem;
    top: 1.5rem;
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }
}
