/* ==================================================
  21. Appearance Care Page - Rebuild
================================================== */

.mna-appearance {
  --ac-width: 1200px;
  --ac-narrow: 760px;
  --ac-bg: #fbfaf7;
  --ac-soft: #f5efe6;
  --ac-white: #ffffff;
  --ac-text: #2f2925;
  --ac-muted: #766b62;
  --ac-light: #9a9087;
  --ac-line: #e6d9c7;
  --ac-line-soft: #efe6da;
  --ac-gold: #a77b34;
  --ac-gold-dark: #876327;
  background: var(--ac-bg);
  color: var(--ac-text);
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  letter-spacing: .045em;
}

.mna-appearance *,
.mna-appearance *::before,
.mna-appearance *::after {
  box-sizing: border-box;
}

.mna-appearance img {
  display: block;
  width: 100%;
  height: auto;
}

.mna-appearance p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 15px;
  line-height: 2;
}

.mna-breadcrumb {
  width: min(calc(100% - 48px), var(--ac-width));
  margin: 0 auto;
  padding: 14px 0;
  color: #8a8178;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .04em;
}

.mna-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.mna-breadcrumb a::after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
  color: #b9aa98;
}

.mna-ac-container {
  width: min(calc(100% - 48px), var(--ac-width));
  margin: 0 auto;
}

.mna-ac-container--narrow {
  max-width: var(--ac-narrow);
  margin-left: auto;
  margin-right: auto;
}

.mna-ac-label {
  margin: 0 0 16px;
  color: var(--ac-gold);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mna-ac-title,
.mna-ac-title-sm,
.mna-ac-title-lg,
.mna-ac-subtitle {
  margin: 0;
  color: var(--ac-text);
  font-weight: 400;
}

.mna-ac-title {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: .08em;
}

.mna-ac-title-sm {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: .08em;
}

.mna-ac-title-lg {
  margin-bottom: 24px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.7;
  letter-spacing: .1em;
}

.mna-ac-subtitle {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .08em;
}

.mna-ac-section {
  padding: 96px 0;
}

.mna-ac-section-head {
  margin-bottom: 48px;
  text-align: center;
}

.mna-ac-section-head__lead {
  max-width: 820px;
  margin: 18px auto 0 !important;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

/* Hero */
.mna-ac-hero {
  padding-top: 8px;
}

.mna-ac-hero__inner {
  width: min(calc(100% - 48px), var(--ac-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
  background: var(--ac-white);
}

.mna-ac-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 64px 48px 84px;
}

.mna-ac-hero__content::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 50%;
  width: 1px;
  height: 170px;
  background: var(--ac-gold);
  transform: translateY(-50%);
}

.mna-ac-hero__title {
  margin: 0 0 16px;
  font-weight: 400;
  color: var(--ac-text);
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.5;
  letter-spacing: .1em;
}

.mna-ac-hero__text {
  max-width: 470px;
  font-size: 13px;
  line-height: 1.95;
}

.mna-ac-hero__image {
  min-height: 300px;
  overflow: hidden;
}

.mna-ac-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Intro */
.mna-ac-intro {
  padding: 56px 0 0;
}

.mna-ac-block {
  padding: 0;
}

.mna-ac-worry__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mna-ac-worry__list li {
  position: relative;
  padding-left: 20px;
  color: var(--ac-muted);
  font-size: 14px;
  line-height: 1.9;
}

.mna-ac-worry__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ac-gold);
  font-size: 12px;
}

.mna-ac-distance {
  margin-top: 52px;
  padding: 56px 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 60%, rgba(255,255,255,.38) 100%),
    url("../images/appearance-care-flower.jpg") right center / cover no-repeat;
}

.mna-ac-distance__content p + p {
  margin-top: 18px;
}

.mna-ac-about {
  padding: 72px 0 0;
}

.mna-ac-about__lead {
  text-align: left;
}

.mna-ac-about__lead p + p {
  margin-top: 18px;
}

.mna-ac-supports {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.mna-ac-support-card {
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
}

.mna-ac-support-card figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--ac-line);
}

.mna-ac-support-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mna-ac-support-card__body {
  padding: 22px 22px 24px;
}

.mna-ac-support-card h3 {
  margin: 0 0 8px;
  color: var(--ac-gold-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.mna-ac-support-card p {
  font-size: 13px;
  line-height: 1.8;
}

/* Revive */
.mna-ac-revive {
  margin-top: 88px;
  padding: 84px 0;
  background:
    linear-gradient(90deg, rgba(251,250,247,.98) 0%, rgba(251,250,247,.9) 52%, rgba(251,250,247,.18) 100%),
    url("../images/appearance-care-revive.jpg") center right / cover no-repeat;
}

.mna-ac-revive__content {
  max-width: 640px;
}

.mna-ac-revive__content p + p {
  margin-top: 18px;
}

/* Case */
.mna-ac-case-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 32px;
  align-items: stretch;
}

.mna-ac-case-intro {
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
}

.mna-ac-case-intro__image {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--ac-line);
}

.mna-ac-case-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mna-ac-case-intro__body {
  padding: 34px 34px 38px;
}

.mna-ac-case-intro__body h3 {
  margin: 0 0 18px;
  color: var(--ac-text);
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.75;
  letter-spacing: .08em;
}

.mna-ac-case-intro__body p + p {
  margin-top: 16px;
}

.mna-ac-case-list {
  display: grid;
  gap: 18px;
}

.mna-ac-case-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
  min-height: 168px;
}

.mna-ac-case-item figure {
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--ac-line);
}

.mna-ac-case-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mna-ac-case-item__body {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-content: center;
  padding: 26px 28px;
}

.mna-ac-case-item__num {
  color: var(--ac-gold);
  font-size: 30px;
  font-style: italic;
  line-height: 1;
}

.mna-ac-case-item h3 {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}

.mna-ac-case-item p {
  font-size: 13px;
  line-height: 1.85;
}

.mna-ac-other {
  margin-top: 40px;
  padding: 36px;
  background: rgba(255,255,255,.66);
  border: 1px solid var(--ac-line);
}

.mna-ac-other__head {
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ac-line);
}

.mna-ac-other__head h3 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}

.mna-ac-other__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mna-ac-other-card {
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
}

.mna-ac-other-card figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--ac-line);
}

.mna-ac-other-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mna-ac-other-card div {
  padding: 18px 18px 20px;
}

.mna-ac-other-card h4 {
  margin: 0 0 8px;
  color: var(--ac-gold-dark);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
}

.mna-ac-other-card p {
  font-size: 12px;
  line-height: 1.8;
}

.mna-ac-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding: 22px 26px;
  border: 1px solid var(--ac-gold);
  background: rgba(255,255,255,.86);
}

.mna-ac-note strong {
  color: var(--ac-gold-dark);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .12em;
}

.mna-ac-note p {
  font-size: 13px;
  line-height: 1.9;
}

/* Guide */
.mna-ac-guide {
  background: var(--ac-soft);
}

.mna-ac-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.mna-ac-guide-card {
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
}

.mna-ac-guide-card h3 {
  margin: 0;
  padding: 18px 28px;
  color: var(--ac-white);
  font-weight: 400;
  font-size: 17px;
  text-align: center;
}

.mna-ac-guide-card--can h3 {
  background: #c4a45e;
}

.mna-ac-guide-card--cannot h3 {
  background: #bfb6ad;
}

.mna-ac-guide-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 32px 34px;
  list-style: none;
}

.mna-ac-guide-card li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ac-muted);
}

.mna-ac-guide-card--can li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ac-gold);
}

.mna-ac-guide-card--cannot li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #9c8f82;
}

.mna-ac-guide__message {
  margin-top: 24px;
  padding: 24px 28px;
  border: 1px solid var(--ac-line);
  background: rgba(255,255,255,.8);
}

/* Flow */
.mna-ac-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
}

.mna-ac-flow__item {
  padding: 30px 18px;
  text-align: center;
  border-right: 1px solid var(--ac-line);
}

.mna-ac-flow__item:last-child {
  border-right: 0;
}

.mna-ac-flow__item span {
  display: block;
  margin-bottom: 12px;
  color: var(--ac-gold);
  font-size: 22px;
  font-style: italic;
  line-height: 1;
}

.mna-ac-flow__item h3 {
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}

.mna-ac-flow__item p {
  font-size: 12px;
  line-height: 1.75;
}

.mna-ac-safety {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.mna-ac-safety__item {
  min-height: 164px;
  padding: 30px 24px;
  text-align: center;
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
}

.mna-ac-safety__item h3 {
  margin: 0 0 10px;
  color: var(--ac-gold-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.mna-ac-safety__item p {
  font-size: 13px;
  line-height: 1.8;
}

/* FAQ */
.mna-ac-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 36px;
  border-top: 1px solid var(--ac-line);
}

.mna-ac-faq details {
  border-bottom: 1px solid var(--ac-line);
}

.mna-ac-faq summary {
  position: relative;
  padding: 22px 40px 22px 0;
  cursor: pointer;
  list-style: none;
  color: var(--ac-text);
  font-size: 15px;
  line-height: 1.7;
}

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

.mna-ac-faq summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 8px;
  color: var(--ac-gold);
  font-size: 20px;
  line-height: 1;
}

.mna-ac-faq details[open] summary::after {
  content: "−";
}

.mna-ac-faq details p {
  padding: 0 30px 22px 0;
  font-size: 14px;
}

/* CTA */
.mna-ac-cta {
  padding: 96px 0 88px;
}

.mna-ac-cta__inner {
  padding: 72px 40px;
  text-align: center;
  background:
    linear-gradient(rgba(245,240,232,.82), rgba(245,240,232,.82)),
    url("../images/appearance-care-cta.jpg") center / cover no-repeat;
}

.mna-ac-cta__inner h2 {
  margin: 0 0 20px;
  color: var(--ac-text);
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.75;
  letter-spacing: .08em;
}

.mna-ac-cta__inner p {
  font-size: 14px;
  line-height: 2;
}

.mna-ac-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.mna-ac-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 14px 30px;
  border: 1px solid var(--ac-gold);
  color: var(--ac-gold-dark);
  background: rgba(255,255,255,.82);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .06em;
  transition: .25s ease;
}

.mna-ac-button::after {
  content: "→";
  margin-left: 16px;
}

.mna-ac-button:hover {
  background: var(--ac-gold);
  color: #fff;
}

.mna-ac-button--primary {
  background: var(--ac-gold);
  color: #fff;
}

.mna-ac-button--primary:hover {
  background: var(--ac-gold-dark);
  border-color: var(--ac-gold-dark);
}

/* Responsive */
@media (max-width: 1024px) {
  .mna-breadcrumb,
  .mna-ac-container,
  .mna-ac-hero__inner {
    width: min(calc(100% - 48px), var(--ac-width));
  }

  .mna-ac-hero__inner {
    grid-template-columns: 1fr;
  }

  .mna-ac-hero__image {
    min-height: 320px;
  }

  .mna-ac-supports {
    grid-template-columns: 1fr;
  }

  .mna-ac-case-grid {
    grid-template-columns: 1fr;
  }

  .mna-ac-other__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mna-ac-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .mna-ac-flow__item:nth-child(3n) {
    border-right: 0;
  }

  .mna-ac-flow__item:nth-child(-n+3) {
    border-bottom: 1px solid var(--ac-line);
  }

  .mna-ac-safety {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mna-breadcrumb,
  .mna-ac-container,
  .mna-ac-hero__inner {
    width: min(calc(100% - 32px), var(--ac-width));
  }

  .mna-breadcrumb {
    padding: 12px 0;
    font-size: 11px;
  }

  .mna-appearance p {
    font-size: 14px;
    line-height: 1.9;
  }

  .mna-ac-section {
    padding: 72px 0;
  }

  .mna-ac-section-head__lead {
    text-align: left;
  }

  .mna-ac-hero__content {
    padding: 38px 26px 34px 46px;
  }

  .mna-ac-hero__content::before {
    left: 22px;
    height: 136px;
  }

  .mna-ac-hero__title {
    font-size: 28px;
    line-height: 1.65;
  }

  .mna-ac-hero__text {
    font-size: 13px;
  }

  .mna-ac-hero__image {
    min-height: 240px;
  }

  .mna-ac-intro {
    padding-top: 42px;
  }

  .mna-ac-distance {
    margin-top: 42px;
    padding: 40px 0;
    background:
      linear-gradient(rgba(255,255,255,.93), rgba(255,255,255,.93)),
      url("../images/appearance-care-flower.jpg") center / cover no-repeat;
  }

  .mna-ac-about {
    padding-top: 56px;
  }

  .mna-ac-revive {
    margin-top: 64px;
    padding: 58px 0;
    background:
      linear-gradient(rgba(251,250,247,.94), rgba(251,250,247,.94)),
      url("../images/appearance-care-revive.jpg") center / cover no-repeat;
  }

  .mna-ac-case-intro__body {
    padding: 28px 24px 30px;
  }

  .mna-ac-case-intro__body h3 {
    font-size: 26px;
  }

  .mna-ac-case-item {
    grid-template-columns: 1fr;
  }

  .mna-ac-case-item figure {
    border-right: 0;
    border-bottom: 1px solid var(--ac-line);
    aspect-ratio: 16 / 9;
  }

  .mna-ac-case-item__body {
    grid-template-columns: 54px 1fr;
    padding: 22px 20px;
  }

  .mna-ac-case-item__num {
    font-size: 22px;
  }

  .mna-ac-other {
    padding: 24px 20px;
  }

  .mna-ac-other__head h3 {
    font-size: 20px;
  }

  .mna-ac-other__grid {
    grid-template-columns: 1fr;
  }

  .mna-ac-note {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

  .mna-ac-guide__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mna-ac-guide-card ul {
    padding: 28px 24px;
  }

  .mna-ac-flow {
    grid-template-columns: 1fr;
  }

  .mna-ac-flow__item,
  .mna-ac-flow__item:nth-child(3n),
  .mna-ac-flow__item:nth-child(-n+3) {
    border-right: 0;
    border-bottom: 1px solid var(--ac-line);
  }

  .mna-ac-flow__item:last-child {
    border-bottom: 0;
  }

  .mna-ac-safety {
    grid-template-columns: 1fr;
  }

  .mna-ac-faq {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mna-ac-faq summary {
    padding: 20px 34px 20px 0;
    font-size: 14px;
  }

  .mna-ac-faq details p {
    padding: 0 24px 20px 0;
    font-size: 13px;
  }

  .mna-ac-cta {
    padding: 72px 0 64px;
  }

  .mna-ac-cta__inner {
    padding: 52px 22px;
  }

  .mna-ac-cta__inner h2 {
    font-size: 23px;
  }

  .mna-ac-cta__inner p {
    font-size: 13px;
  }

  .mna-ac-cta__buttons {
    flex-direction: column;
    gap: 12px;
  }

  .mna-ac-button {
    width: 100%;
    min-width: 0;
  }
}