@charset "UTF-8";

:root {
  --ink: #32170f;
  --ink-soft: #5b3a2e;
  --pink: #ef5771;
  --pink-soft: #fff0f2;
  --gold: #d6aa69;
  --gold-light: #edd6b3;
  --paper: #fffdfb;
  --line: rgba(194, 139, 79, .42);
  --shadow: 0 12px 30px rgba(92, 48, 32, .12);
}

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

html {
  scroll-behavior: smooth;
  background: #ece9e7;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ece9e7;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-page {
  width: min(100%, 846px);
  margin-inline: auto;
  background-color: #fff;
  background-image: url("../img/bg-prism.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
  box-shadow: 0 0 38px rgba(59, 31, 23, .12);
}

.content-width {
  width: min(calc(100% - 54px), 744px);
  margin-inline: auto;
}

.hero img {
  width: 100%;
  height: auto;
}

.intro,
.care-carousel-section,
.visual-group,
.owner-message,
.final-cta {
  position: relative;
  isolation: isolate;
}

.intro,
.care-carousel-section {
  background: transparent;
}

.intro {
  padding: clamp(46px, 12vw, 118px) 0 clamp(58px, 9vw, 92px);
  text-align: center;
}

.intro::after,
.visual-group::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .58));
  pointer-events: none;
}

.intro__eyebrow {
  margin: 0 0 18px;
  color: var(--pink);
  font-size: clamp(24px, 2.7vw, 22px);
  letter-spacing: .2em;
  font-weight: 500;
}

.intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 4.6vw, 42px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .055em;
  text-shadow: 0 2px 8px rgba(255, 255, 255, .9);
  margin-bottom: 30px;
}

.spark-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(68%, 360px);
  margin: 32px auto 20px;
  color: var(--gold);
  display: none;
}

.spark-rule span {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.spark-rule b {
  font-size: 18px;
  font-weight: 400;
}

.intro__next {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(15px, 3vw, 22px);
  letter-spacing: .15em;
}

.intro__arrow {
  display: block;
  width: 26px;
  height: 26px;
  margin: 28px auto 0;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: rotate(45deg);
}

.care-carousel-section {
  padding: 22px 0 74px;
  background-position: center bottom;
}

.carousel {
  width: min(calc(100% - 22px), 780px);
  margin-inline: auto;
}

.carousel__viewport {
  overflow: hidden;
  border-radius: 18px;
  touch-action: pan-y;
  cursor: grab;
}

.carousel__viewport.is-dragging {
  cursor: grabbing;
}

.carousel__track {
  display: flex;
  width: 100%;
  gap: clamp(12px, 2.4vw, 20px);
  transition: transform .48s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.carousel__track.is-dragging {
  transition: none;
}

.carousel__slide {
  flex: 0 0 86%;
  min-width: 0;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid rgba(188, 198, 204, .55);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 26px rgba(62, 75, 82, .1);
}

.carousel__image,
.care-step-card {
  width: 100%;
  aspect-ratio: 756 / 943;
}

.carousel__image {
  object-fit: cover;
}

.care-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 5vw, 50px) clamp(20px, 4.8vw, 46px) clamp(20px, 4vw, 38px);
  background: rgba(255, 255, 255, .96);
  border: 0;
  overflow: hidden;
}

.care-step-card__header {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 28px);
}

.care-step-card__number {
  display: grid;
  place-content: center;
  flex: 0 0 clamp(70px, 17vw, 138px);
  aspect-ratio: 1;
  color: var(--ink-soft);
  border: 3px double rgba(160, 125, 91, .45);
  border-radius: 50%;
  font-size: clamp(42px, 10vw, 82px);
  font-weight: 400;
  line-height: .82;
  text-align: center;
  background: rgba(255, 255, 255, .65);
  box-shadow: 0 4px 14px rgba(147, 105, 74, .1);
}

.care-step-card__number small {
  display: block;
  margin-bottom: 8px;
  font-size: .23em;
  letter-spacing: .05em;
}

.care-step-card__header h2 {
  margin: 0;
  font-size: clamp(24px, 5.8vw, 48px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .04em;
}

.care-step-card__rule {
  height: 1px;
  margin: 16px 0 20px clamp(84px, 20vw, 166px);
  background: linear-gradient(to right, rgba(180, 145, 107, .65), transparent);
}

.care-step-card__grid {
  display: grid;
  gap: 4px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.care-step-card__grid--four {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.care-step-card__grid--two {
  grid-template-columns: repeat(2, 1fr);
  min-height: 57%;
}

.care-step-card figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.care-step-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.care-step-card figcaption {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: 72px;
  padding: 3px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(202, 170, 134, .45);
  border-radius: 999px;
  font-size: clamp(11px, 2.1vw, 16px);
  text-align: center;
}

.care-step-card__caption {
  margin: auto -4px 0;
  padding: clamp(14px, 3vw, 24px) 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(209, 180, 145, .62);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(117, 73, 54, .09);
  font-size: clamp(14px, 2.8vw, 21px);
  line-height: 1.7;
  text-align: center;
}

.carousel__controls {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 18px;
  width: min(74%, 420px);
  margin: 24px auto 0;
}

.carousel__arrow {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(188, 141, 98, .52);
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  cursor: pointer;
}

.carousel__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--ink-soft);
  border-right: 1px solid var(--ink-soft);
}

.carousel__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.carousel__arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.carousel__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.carousel__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(112, 81, 68, .23);
  cursor: pointer;
  transition: width .25s ease, border-radius .25s ease, background .25s ease;
}

.carousel__dots button.is-active {
  width: 34px;
  border-radius: 999px;
  background: var(--pink);
}

.carousel__hint {
  margin: 12px 0 0;
  color: #8c7166;
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center;
}

.visual-group {
  background: transparent;
}

.visual-group--evidence {
  padding: 92px 0 110px;
}

.section-heading {
  text-align: center;
}

.section-heading__en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 30px;
  color: #b18455;
  font-family:"Times New Roman", serif;
  font-size: clamp(16px, 3vw, 24px);
  letter-spacing: .22em;
}

.section-heading__en span {
  width: clamp(48px, 13vw, 120px);
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}

.section-heading__en span:last-child {
  background: linear-gradient(to left, transparent, var(--gold));
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(19px, 4.4vw, 37px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
}

.section-heading__badge {
  width: fit-content;
  min-width: 46%;
  margin: 26px auto 28px;
  padding: 7px 28px;
  color: #fff;
  border: 1px solid var(--gold);
  /* border-radius: 999px; */
  background: #9a6c45;
  font-size: clamp(13px, 2.5vw, 19px);
  letter-spacing: .12em;
}

.case-card {
  position: relative;
  margin: 0 0 20px;
  padding: clamp(24px, 5vw, 46px) clamp(16px, 3.6vw, 32px) clamp(20px, 4vw, 34px);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(213, 171, 112, .6);
  border-radius: 22px;
  box-shadow:
    inset 0 0 0 6px rgba(255, 250, 244, .9),
    var(--shadow);
}

.case-card__heading {
  margin-bottom: 22px;
  text-align: center;
}

.case-card__heading p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 7px;
  color: #bd8f55;
  font-family:serif;
  font-size: clamp(15px, 3vw, 23px);
  letter-spacing: .12em;
}

.case-card__heading p::before,
.case-card__heading p::after {
  content: "";
  width: 22%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}

.case-card__heading p::after {
  background: linear-gradient(to left, transparent, var(--gold));
}

.case-card__heading h3 {
  margin: 0;
  font-size: clamp(28px, 5.7vw, 45px);
  font-weight: 500;
  letter-spacing: .08em;
}

.case-card__photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.case-card__photos figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f4ef;
}
.case-card__photos figcaption.ba-b {
    background: #5a2626;
}
.case-card__photos img {
  width: 100%;
  aspect-ratio: .88;
  object-fit: cover;
  object-position: center 47%;
}

.case-card__photos figcaption {
  position: absolute;
  left: 9px;
  bottom: 9px;
  min-width: 42%;
  padding: 4px 12px 5px;
  color: #fff;
  background: linear-gradient(90deg, #ff94d4, #ff8abc);
  border-radius: 999px;
  font-family:serif;
  font-size: clamp(12px, 2.4vw, 18px);
  text-align: center;
}

.case-card__arrow {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-inline: auto;
  border-right: 2px solid #b67c31;
  border-top: 2px solid #b67c31;
  transform: rotate(45deg);
  position: relative;
  left: -5px;
}

.case-card__timing {
  margin: 20px 0 0;
  font-size: clamp(14px, 2.7vw, 20px);
  letter-spacing: .12em;
  text-align: center;
}

.annotation {
  margin: 26px 0;
  color: #6f554a;
  font-size: clamp(11px, 2.2vw, 15px);
  line-height: 1.8;
  text-align: center;
  display: none;
}

.outline-link,
.primary-link,
.line-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 580px);
  min-height: 66px;
  margin-inline: auto;
  padding: 14px 62px 14px 28px;
  border-radius: 999px;
  letter-spacing: .08em;
  transition: transform .2s ease, box-shadow .2s ease;
}

.outline-link {
  color: #8d572f;
  background: rgba(255, 255, 255, .74);
  border: 1px solid #b87642;
  font-size: clamp(15px, 2.8vw, 20px);
}

.outline-link i,
.primary-link i,
.line-link i {
  position: absolute;
  right: 28px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.outline-link:hover,
.primary-link:hover,
.line-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(85, 48, 33, .14);
}

.simulation {
  padding-top: clamp(110px, 17vw, 160px);
  text-align: center;
}

.transition-copy {
  margin: 0 0 50px;
  color: var(--ink-soft);
  font-size: clamp(17px, 3.5vw, 27px);
  line-height: 2;
  letter-spacing: .06em;
}

.simulation__heading p,
.simulation__heading h2 {
  margin: 0;
  font-weight: 500;
}

.simulation__heading p {
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.35;
}

.simulation__heading p span {
  color: var(--pink);
}

.simulation__heading h2 {
  margin-top: 8px;
  font-size: clamp(31px, 6.4vw, 54px);
  letter-spacing: .05em;
}

.simulation__text {
  margin: 0 0 34px;
  font-size: clamp(15px, 3.2vw, 24px);
  line-height: 2;
  letter-spacing: .04em;
}

.simulation__photo {
  margin: 0;
  padding: 12px 12px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--gold);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.simulation__photo img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.simulation__photo figcaption {
  margin-inline: -12px;
  padding: 12px 10px 14px;
  color: #5d3a2b;
  background: rgba(255, 252, 248, .96);
  font-size: clamp(12px, 2.3vw, 17px);
  line-height: 1.6;
}

.pill-note {
  width: fit-content;
  margin: 36px auto 0;
  padding: 10px 32px;
  border: 1px solid #a65d2f;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  font-size: clamp(13px, 2.5vw, 18px);
  letter-spacing: .08em;
}

.visual-group--price {
  padding: 22px 0 96px;
}

.image-section {
  position: relative;
  z-index: 1;
  margin: 0;
}

.art-layer {
  width: 100%;
  height: auto;
  margin: 0;
}

.image-section--discount {
  margin-top: -4px;
}

.link-panel {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  padding: 34px 24px 38px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(216, 170, 113, .7);
  border-radius: 24px;
  box-shadow: var(--shadow);
  text-align: center;
}

.link-panel p {
  margin: 0 0 24px;
  font-size: clamp(15px, 3vw, 21px);
  line-height: 1.8;
}

.primary-link {
  color: #fff;
  background: linear-gradient(100deg, #b88342, #dfad6e 48%, #b27532);
  box-shadow: 0 10px 22px rgba(155, 102, 49, .2);
  font-size: clamp(15px, 3vw, 21px);
}

.visual-group--visit {
  padding: 88px 0 116px;
}

.image-section--flow-b {
  margin-top: -1px;
}

.visit-flow__heading > p:last-child {
  margin: 24px 0 34px;
  color: var(--ink-soft);
  font-size: clamp(15px, 2.7vw, 20px);
  line-height: 1.9;
  letter-spacing: .04em;
}

.visit-flow__duration {
  margin: 0 0 clamp(46px, 8vw, 72px);
  padding: clamp(20px, 4vw, 34px) clamp(18px, 4vw, 36px);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(192, 166, 132, .58);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(62, 71, 76, .08);
  text-align: center;
}

.visit-flow__duration h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 14px;
  font-size: clamp(17px, 3.2vw, 25px);
  font-weight: 500;
  letter-spacing: .08em;
}

.visit-flow__duration h3::before,
.visit-flow__duration h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(180, 151, 113, .7));
}

.visit-flow__duration h3::after {
  background: linear-gradient(to left, transparent, rgba(180, 151, 113, .7));
}

.visit-flow__duration > p {
  margin: 0 0 9px;
}

.visit-flow__duration > p strong {
  color: var(--pink);
  font-size: clamp(25px, 5.5vw, 42px);
  font-weight: 500;
  letter-spacing: .08em;
}

.visit-flow__duration > span {
  display: block;
  font-size: clamp(12px, 2.35vw, 17px);
  line-height: 1.65;
}

.visit-flow__duration > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 4vw, 40px);
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px dotted rgba(181, 148, 110, .55);
}

.visit-flow__duration > div b {
  font-size: clamp(14px, 2.75vw, 20px);
  font-weight: 500;
}

.visit-flow__duration > div i {
  width: 1px;
  height: 24px;
  background: rgba(181, 148, 110, .6);
}

.visit-steps {
  display: grid;
  gap: clamp(28px, 6vw, 52px);
}

.visit-step {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(192, 177, 159, .58);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(59, 71, 77, .09);
}

.visit-step--photo-right,
.visit-step--photo-left {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: clamp(228px, 43vw, 350px);
}

.visit-step--photo-left .visit-step__copy {
  order: 2;
}

.visit-step--photo-left figure {
  order: 1;
}

.visit-step__copy {
  align-self: center;
  padding: clamp(20px, 4.2vw, 38px) clamp(16px, 4vw, 34px);
}

.visit-step__number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 13px;
  font-family:"Times New Roman", serif;
}

.visit-step__number span {
  color: #806b61;
  font-size: clamp(11px, 2vw, 15px);
  letter-spacing: .08em;
}

.visit-step__number strong {
  color: var(--pink);
  font-size: clamp(34px, 7vw, 58px);
  font-weight: 400;
  line-height: .9;
}

.visit-step h3 {
  margin: 0 0 14px;
  font-size: clamp(18px, 3.75vw, 30px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .035em;
}

.visit-step__copy > p:last-child,
.visit-step__featured-heading > div > p {
  margin: 0;
  color: #5d463d;
  font-size: clamp(13px, 2.35vw, 17px);
  line-height: 1.85;
}

.visit-step > figure,
.visit-step__photos figure {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: #f4f4f2;
}

.visit-step > figure img,
.visit-step__photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.visit-step--photo-right > figure,
.visit-step--photo-left > figure {
  min-height: 100%;
}

.visit-step--photo-right:nth-of-type(3) > figure img {
  object-position: center 40%;
}

.visit-step--featured {
  padding: clamp(22px, 4.5vw, 38px) clamp(14px, 3vw, 26px) clamp(14px, 3vw, 26px);
  border-color: rgba(224, 155, 164, .56);
}

.visit-step__featured-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 4vw, 36px);
  align-items: start;
  padding: 0 clamp(4px, 2vw, 16px) clamp(20px, 4vw, 34px);
}

.visit-step__featured-heading .visit-step__number {
  display: grid;
  gap: 4px;
  margin: 0;
}

.visit-step__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  overflow: hidden;
  border-radius: 13px;
}

.visit-step__photos figure {
  aspect-ratio: .84;
}

.faq {
  padding-top: clamp(90px, 14vw, 135px);
}

.section-heading--faq > p:last-child {
  margin: 22px 0 46px;
  color: var(--ink-soft);
  font-size: clamp(14px, 2.8vw, 20px);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(209, 164, 111, .58);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(84, 45, 31, .07);
}

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 26px;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 16px 18px 16px 14px;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: linear-gradient(140deg, #e7af68, #bf7741);
  border-radius: 50%;
  font-family:serif;
  font-size: 17px;
}

.faq-list summary strong {
  font-size: clamp(16px, 2.9vw, 20px);
  font-weight: 500;
  line-height: 1.65;
}

.faq-list summary i {
  position: relative;
  width: 22px;
  height: 22px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: #9b704c;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 clamp(22px, 5vw, 48px) 28px clamp(26px, 6vw, 62px);
  border-top: 1px solid rgba(211, 174, 133, .34);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(15px, 2.7vw, 18px);
  line-height: 1.8;
}

.faq-answer::before {
  content: "A";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 20px 0 4px;
  color: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 50%;
  font-family:serif;
}

.faq-answer p {
  margin: 8px 0 0;
}

.faq-answer ul {
  margin: 12px 0 0;
  padding-left: 1.4em;
}

.faq .outline-link {
  margin-top: 38px;
}

.owner-message {
  padding-top: clamp(55px, 11vw, 104px);
  background: rgba(255, 255, 255, .38);
}

.owner-heading {
  padding-bottom: 0px;
  text-align: center;
}

.owner-heading > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 clamp(28px, 5vw, 48px);
  color: #80695d;
  font-family:serif;
  font-size: clamp(13px, 2.7vw, 21px);
  letter-spacing: .12em;
}

.owner-heading > p span {
  width: clamp(32px, 9vw, 82px);
  height: 1px;
  background: linear-gradient(to right, transparent, #b69a78);
}

.owner-heading > p span:last-child {
  background: linear-gradient(to left, transparent, #b69a78);
}

.owner-heading h2 {
  margin: 0;
  font-size: clamp(24px, 5.1vw, 42px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .04em;
}

.owner-heading h2 em {
  color: var(--pink);
  font-style: normal;
}

.owner-hero {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.owner-hero > img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center 42%;
}

.owner-body {
  padding: clamp(48px, 9vw, 80px) 0 46px;
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: .035em;
}

.owner-body p {
  margin: 0;
}

.owner-body hr {
  height: 1px;
  margin: 28px 0;
  border: 0;
  background: linear-gradient(to right, transparent, rgba(184, 128, 76, .65) 8%, rgba(184, 128, 76, .65) 92%, transparent);
  display: none;
}

.owner-body__highlight {
  /* margin: 30px -12px !important; */
  /* padding: 25px 24px; */
  /* background: linear-gradient(110deg, rgba(255, 240, 242, .92), rgba(255, 250, 249, .9)); */
  /* border: 1px solid rgba(235, 164, 174, .42); */
  /* border-radius: 14px; */
}

.owner-body__highlight + p {
  margin-top: 28px;
}

.owner-closing {
  margin: 0;
  padding: 32px 24px;
  color: var(--pink);
  background: linear-gradient(90deg, rgba(255, 243, 244, .82), rgba(255, 250, 249, .88), rgba(255, 243, 244, .82));
  font-size: clamp(20px, 4vw, 32px);
  line-height: 1.7;
  letter-spacing: .08em;
  text-align: center;
}

.owner-profile {
  display: grid;
  grid-template-columns: minmax(120px, 30%) 1fr;
  gap: clamp(22px, 5vw, 48px);
  align-items: center;
  padding: 48px 0 58px;
}

.owner-profile > img {
  width: 100%;
  aspect-ratio: .75;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 999px 999px 24px 24px;
  border: 1px solid rgba(211, 165, 108, .62);
  box-shadow: var(--shadow);
}

.owner-profile__copy > p {
  margin: 0 0 7px;
  color: var(--pink);
  font-family:serif;
  font-size: clamp(14px, 2.8vw, 21px);
  letter-spacing: .08em;
}

.owner-profile__copy h3 {
  margin: 0 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold);
  font-size: clamp(27px, 5.6vw, 45px);
  font-weight: 500;
  letter-spacing: .1em;
}

.owner-profile dl,
.owner-profile dl div {
  margin: 0;
}

.owner-profile dl {
  display: grid;
  gap: 6px;
}

.owner-profile dl div {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 10px;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(197, 145, 87, .35);
}

.owner-profile dt,
.owner-profile dd {
  margin: 0;
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: 1.65;
}

.owner-profile dd span {
  color: var(--pink);
  font-size: 1.35em;
}

.final-cta {
  padding: clamp(72px, 12vw, 112px) 0 clamp(78px, 13vw, 122px);
  color: #fff;
  text-align: center;
  background:
    linear-gradient(130deg, rgba(102, 48, 32, .94), rgba(177, 104, 83, .93)),
    url("../img/bg-prism.png") center / cover;
}

.final-cta__en {
  margin: 0 0 22px;
  color: #f5d7a6;
  font-family:serif;
  font-size: clamp(14px, 2.7vw, 21px);
  letter-spacing: .24em;
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(25px, 5.5vw, 44px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .06em;
}

.final-cta h2 + p {
  margin: 28px 0 34px;
  font-size: clamp(14px, 2.9vw, 20px);
  line-height: 1.9;
}

.line-link {
  color: #5e331f;
  background: linear-gradient(100deg, #fff, #fff5ee 48%, #fff);
  box-shadow: 0 12px 28px rgba(41, 15, 8, .24);
  font-size: clamp(16px, 3.2vw, 22px);
  font-weight: 600;
}

.final-cta small {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  letter-spacing: .18em;
}

.footer {
  padding: 40px 24px 46px;
  color: #6b4b3d;
  background: #fffaf7;
  text-align: center;
}

.footer p {
  margin: 8px 0;
  font-size: 23px;
}

.footer__logo {
  font-family:serif;
  font-size: 32px;
  letter-spacing: .12em;
  display: none;
}

.footer small {
  display: block;
  margin-top: 16px;
  color: #a38c80;
}

@media (max-width: 560px) {
  .content-width {
    width: calc(100% - 34px);
  }

  .intro h2 {
    letter-spacing: .025em;
    margin-bottom: 0;
  }

  .care-step-card {
    padding-inline: 18px;
  }

  .carousel__slide {
    flex-basis: 84%;
  }

  .care-step-card__caption br {
    display: none;
  }

  .section-heading__badge {
    min-width: 65%;
  }

  .case-card__photos {
    grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
    gap: 4px;
  }

  .outline-link,
  .primary-link,
  .line-link {
    min-height: 60px;
    padding-right: 52px;
    padding-left: 20px;
  }

  .outline-link i,
  .primary-link i,
  .line-link i {
    right: 22px;
  }

  .transition-copy br:nth-child(2) {
    display: none;
  }

  .pill-note {
    padding-inline: 20px;
  }

  .faq-list summary {
    grid-template-columns: 44px 1fr 20px;
    gap: 10px;
    min-height: 76px;
    padding: 14px 14px 14px 12px;
  }

  .faq-list summary > span {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .owner-hero > img {
    object-position: center 42%;
  }

  .owner-body {
    font-size: 16px;
    letter-spacing: .01em;
  }

  .visit-step--photo-right,
  .visit-step--photo-left {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    min-height: 238px;
  }

  .visit-step__copy {
    padding: 17px 14px;
  }

  .visit-step h3 {
    margin-bottom: 10px;
  }

  .visit-step__copy > p:last-child,
  .visit-step__featured-heading > div > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .visit-step__featured-heading {
    grid-template-columns: 58px 1fr;
    gap: 12px;
  }

  .owner-profile {
    grid-template-columns: 45% 1fr;
    gap: 18px;
  }

  .owner-profile dl div {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* =========================================================
   V4 section system
   ========================================================= */

.module-section,
.page-group,
.simulation-section,
.faq-section,
.contact-section {
  position: relative;
  isolation: isolate;
}

.module-section {
  /* padding: clamp(72px, 10vw, 104px) 0; */
}

.module-heading {
  width: min(calc(100% - 38px), 740px);
  margin: 0 auto clamp(30px, 7vw, 62px);
  text-align: center;
}

.module-heading__en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 0 24px;
  color: #9b7b59;
  font-family:"Times New Roman", serif;
  font-size: clamp(14px, 2.7vw, 20px);
  letter-spacing: .21em;
}

.module-heading__en span {
  width: clamp(44px, 11vw, 92px);
  height: 1px;
  background: linear-gradient(to right, transparent, #bda98f);
}

.module-heading__en span:last-child {
  background: linear-gradient(to left, transparent, #bda98f);
}

.module-heading h2 {
  margin: 0;
  font-size: clamp(33px, 5.5vw, 42px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .055em;
}

.module-heading > p:last-child {
  margin: 16px 0 0;
  color: #68574f;
  font-size: clamp(17px, 2.7vw, 19px);
  line-height: 1.9;
}

.module-heading .accent {
  color: var(--pink);
}

.intro {
  padding-bottom: 0;
}

.intro .spark-rule {
  margin-bottom: 0;
}

/* 3-step horizontal content */

.core-section {
  /* padding-top: clamp(46px, 7vw, 72px); */
  padding-bottom: clamp(70px, 10vw, 96px);
  background: linear-gradient(to bottom, rgba(255,255,255,.08), rgba(248,249,249,.72));
  border-bottom: 1px solid rgba(150, 155, 159, .16);
}

.core-carousel {
  width: min(calc(100% - 18px), 760px);
  margin-inline: auto;
}

.core-carousel__stage {
  position: relative;
}

.core-carousel__viewport {
  overflow: hidden;
  padding: 2px 0 24px;
  touch-action: pan-y;
  cursor: grab;
}

.core-carousel__viewport.is-dragging {
  cursor: grabbing;
}

.core-carousel__track {
  display: flex;
  gap: clamp(12px, 2.4vw, 20px);
  transition: transform .48s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.core-carousel__track.is-dragging {
  transition: none;
}

.core-carousel__slide {
  flex: 0 0 93%;
  min-width: 0;
}

.core-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: clamp(650px, 96vw, 820px);
  min-height: 0;
  padding: clamp(22px, 4.5vw, 38px) clamp(11px, 2vw, 22px) clamp(18px, 4vw, 28px);
  overflow: hidden;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(166, 169, 171, .52);
  border-radius: 25px;
  box-shadow: 0 15px 38px rgba(61, 50, 44, .1);
}

.core-card__header {
  display: grid;
  grid-template-columns: clamp(74px, 17vw, 124px) 1fr;
  gap: clamp(14px, 3vw, 28px);
  align-items: center;
  min-height: clamp(98px, 23vw, 146px);
  padding-bottom: clamp(18px, 4vw, 30px);
}

.core-card__number {
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  border: 3px double rgba(165, 149, 130, .62);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  text-align: center;
  align-items: center;
}

.core-card__number span {
  display: block;
  margin-bottom: 2px;
  color: #766157;
  font-family:serif;
  font-size: clamp(12px, 2.2vw, 17px);
  letter-spacing: .06em;
}

.core-card__number strong {
  display: block;
  font-family:serif;
  font-size: clamp(50px, 11vw, 82px);
  font-weight: 400;
  line-height: .9;
}

.core-card__header h3 {
  margin: 0;
  font-size: clamp(25px, 5.4vw, 43px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .035em;
}

.core-card__media {
  display: grid;
  gap: 5px;
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f1f0ee;
}

.core-card__media--single {
  grid-template-columns: 1fr;
}

.core-card__media--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.core-card__media--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.core-card__media figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.core-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.core-card__media--single img {
  object-position: center 44%;
}

.core-card__media figcaption {
  position: absolute;
  top: 9px;
  left: 9px;
  min-width: 72px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(171, 154, 135, .58);
  border-radius: 999px;
  font-size: clamp(11px, 2.2vw, 15px);
  text-align: center;
}

.core-card__caption {
  display: grid;
  place-items: center;
  min-height: clamp(96px, 23vw, 128px);
  margin: clamp(16px, 3vw, 24px) 0 0;
  padding: 13px 8px;
  color: #563e34;
  border: 1px solid rgb(174 159 140 / 32%);
  border-radius: 2px;
  background: rgba(255, 254, 252, .97);
  font-size: clamp(15px, 3vw, 20px);
  line-height: 1.8;
  text-align: center;
}

.core-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(72%, 420px);
  margin: 16px auto 0;
}

.core-carousel__side {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: clamp(44px, 8vw, 56px);
  height: clamp(44px, 8vw, 56px);
  padding: 0;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(168, 151, 132, .7);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(74, 56, 47, .18);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.core-carousel__side--prev {
  left: clamp(5px, 1.7vw, 14px);
}

.core-carousel__side--next {
  right: clamp(5px, 1.7vw, 14px);
}

.core-carousel__side:hover {
  background: #fff;
  box-shadow: 0 10px 28px rgba(74, 56, 47, .24);
  transform: translateY(-50%) scale(1.04);
}

.core-carousel__side i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #745442;
  border-right: 1px solid #745442;
  transform: translate(-64%, -50%) rotate(45deg);
}

.core-carousel__side--prev i {
  transform: translate(-36%, -50%) rotate(-135deg);
}

.core-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.core-carousel__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #d8d3d0;
  transition: width .25s, background .25s;
  cursor: pointer;
}

.core-carousel__dots button.is-active {
  width: 38px;
  background: var(--pink);
}

.swipe-guide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
  color: #8b7468;
  font-size: 12px;
  letter-spacing: .08em;
}

.swipe-guide span {
  color: #9b8064;
  font-family:serif;
  font-size: 11px;
  letter-spacing: .14em;
}

.swipe-guide b {
  position: relative;
  width: 34px;
  height: 1px;
  background: #a58d73;
}

.swipe-guide b::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #a58d73;
  border-right: 1px solid #a58d73;
  transform: rotate(45deg);
}

/* Shared related-page card */

.related-link {
  display: flex;
  grid-template-columns: minmax(85px, 25%) 1fr 34px;
  gap: 14px;
  align-items: center;
  width: min(calc(100% - 34px), 720px);
  min-height: 81px;
  margin-inline: auto;
  padding: 17px 17px 17px 20px;
  border: 1px solid rgba(159, 139, 117, .76);
  border-radius: 18px;
  background: rgb(217 236 245 / 96%);
  box-shadow: 0 10px 25px rgba(68, 50, 40, .08);
  transition: transform .2s ease, box-shadow .2s ease;
  justify-content: space-between;
}

.related-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(68, 50, 40, .13);
}

.related-link__type {
  color: #8f6f51;
  font-family:serif;
  font-size: clamp(10px, 2vw, 13px);
  letter-spacing: .12em;
  line-height: 1.4;
  display: none;
}

.related-link__copy {
  display: grid;
  gap: 5px;
}

.related-link__copy strong {
  font-size: clamp(17px, 3.2vw, 22px);
  font-weight: 500;
  line-height: 1.4;
}

.related-link__copy small {
  color: #493a32;
  font-size: clamp(14px, 2.1vw, 14px);
  line-height: 1.45;
}

.related-link > i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(155, 128, 100, .62);
  border-radius: 50%;
  background: #fff;
}

.related-link > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #805f43;
  border-right: 1px solid #805f43;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Before / After + simulation group */

.page-group--evidence {
  padding: clamp(46px, 12vw, 116px) 0 0;
  background: rgba(255, 255, 255, .18);
}

.before-after > .related-link {
  margin-top: 26px;
}

.simulation-section {
  margin-top: clamp(53px, 10vw, 100px);
  /* padding: 0 0 clamp(82px, 11vw, 108px); */
  /* background: linear-gradient(to bottom, transparent, rgba(249, 247, 247, .76)); */
}

.simulation-focus {
  position: relative;
  width: min(calc(100% - 22px), 760px);
  margin: 0 auto;
  /* padding: clamp(34px, 8vw, 72px) clamp(18px, 5vw, 44px) clamp(32px, 6vw, 52px); */
  overflow: hidden;
  /* border: 1px solid rgba(217, 145, 160, .48); */
  /* border-radius: 28px; */
  /* background:
    radial-gradient(circle at 50% 38%, rgba(251, 228, 233, .52), transparent 36%),
    rgba(255, 255, 255, .92); */
  /* box-shadow: 0 18px 42px rgba(80, 67, 68, .1); */
  text-align: center;
}

.simulation-focus::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* background: radial-gradient(circle, rgba(239, 91, 120, .12), transparent 68%); */
}

.simulation-focus__lead {
  margin: 0 0 12px;
  color: #6c5045;
  font-size: clamp(18px, 3vw, 21px);
  line-height: 1.9;
}

.simulation-focus h2 {
  margin: 0 0 20px;
  font-size: clamp(26px, 6.4vw, 50px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: .04em;
}

.simulation-focus h2 em {
  color: var(--pink);
  font-style: normal;
}

.simulation-focus__ad-label {
  width: fit-content;
  margin: clamp(32px, 6vw, 50px) auto 18px;
  padding: 9px 15px;
  color: #704d43;
  border: 1px solid rgba(209, 135, 151, .5);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  font-size: clamp(11px, 2.1vw, 14px);
  line-height: 1.5;
  display: none;
}

.simulation-focus__ad-label span {
  margin-right: 9px;
  color: var(--pink);
  font-family:serif;
  letter-spacing: .11em;
}

.simulation-focus figure {
  margin: 0;
  padding: 10px 10px 0;
  overflow: hidden;
  /* border: 1px solid rgba(163, 148, 130, .62); */
  border-radius: 0px;
  /* background: #fff; */
  /* box-shadow: 0 14px 30px rgba(65, 47, 40, .1); */
}

.simulation-focus figure img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
  border-radius: 13px 13px 0 0;
}

.simulation-focus figcaption {
  display: grid;
  gap: 7px;
  padding: 17px 0px 12px;
  text-align: left;
}

.simulation-focus figcaption b {
  color: var(--pink);
  font-size: clamp(22px, 2.6vw, 18px);
  font-weight: 500;
  text-align: center;
}

.simulation-focus figcaption span {
  color: #604a40;
  font-size: clamp(16px, 2.4vw, 16px);
  line-height: 1.75;
  /* display: none; */
  text-align: center;
}

.simulation-focus__closing {
  margin: 0 0 0;
  font-size: clamp(18px, 3vw, 21px);
  line-height: 1.9;
  font-weight: 500;
}

.simulation-focus .annotation {
  margin-bottom: 0;
}

/* Price */

.price-section {
  /* border-top: 1px solid rgba(146, 151, 155, .18); */
  border-bottom: 1px solid rgba(146, 151, 155, .18);
  background: rgba(250, 250, 249, .76);
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.price-card,
.discount-block {
  width: min(calc(100% - 34px), 720px);
  margin-inline: auto;
}

.price-card {
  padding: clamp(28px, 5vw, 44px) clamp(20px, 5vw, 44px) 10px;
  border: 1px solid rgba(169, 154, 136, .58);
  border-radius: 24px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 15px 38px rgba(61, 50, 44, .09);
}

.price-card > h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  font-size: clamp(22px, 4.6vw, 34px);
  font-weight: 500;
  letter-spacing: .08em;
  text-align: center;
}

.price-card > h3::before,
.price-card > h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(166, 150, 131, .66));
}

.price-card > h3::after {
  background: linear-gradient(to left, transparent, rgba(166, 150, 131, .66));
}

.price-list,
.price-list div {
  margin: 0;
}

.price-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: clamp(14px, 3vw, 22px) 5px;
  border-bottom: 1px solid rgba(171, 158, 143, .34);
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list dt {
  font-size: clamp(18px, 3.6vw, 27px);
  white-space: nowrap;
}

.price-list dd {
  color: var(--pink);
  font-family: "Times New Roman", serif;
  font-size: clamp(26px, 5.4vw, 42px);
  letter-spacing: .03em;
}

.price-list dd small {
  margin-left: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: .46em;
}

.discount-block {
  margin-top: clamp(47px, 10vw, 90px);
}

.discount-heading {
  margin-bottom: clamp(38px, 7vw, 56px);
  text-align: center;
}

.discount-heading > p {
  margin: 0 0 16px;
  color: #8f7255;
  font-size: clamp(15px, 3vw, 21px);
  letter-spacing: .16em;
}

.discount-heading h3 {
  margin: 0;
  font-size: clamp(35px, 7.4vw, 58px);
  font-weight: 500;
  line-height: 1.35;
}

.discount-heading h3 em {
  color: var(--pink);
  font-size: 1.2em;
  font-style: normal;
}

.discount-heading > span {
  display: block;
  margin-top: 20px;
  color: #67534a;
  font-size: clamp(16px, 2.7vw, 18px);
  line-height: 1.9;
}

.discount-examples {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}

.discount-example {
  position: relative;
  padding: 32px 20px 25px;
  border: 1px solid rgba(169, 154, 136, .58);
  border-radius: 20px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 30px rgba(61, 50, 44, .09);
  text-align: center;
}

.discount-example > span {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 4px 11px;
  color: #fff;
  background: #4b2c22;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

.discount-example h4 {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(171, 158, 143, .42);
  font-size: clamp(21px, 4.4vw, 32px);
  font-weight: 500;
  line-height: 1.45;
}

.discount-example p {
  margin: 11px 0 1px;
  color: #62493e;
  font-size: clamp(18px, 2.7vw, 18px);
}

.discount-example strong {
  display: block;
  color: var(--pink);
  font-family:"Times New Roman", serif;
  font-size: clamp(54px, 9.5vw, 72px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.discount-example strong small {
  margin-left: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: .42em;
}

.discount-note {
  margin: 20px auto 34px;
  color: #665247;
  font-size: clamp(12px, 2.2vw, 15px);
  text-align: center;
  display: none;
}

.included-card {
  padding: 0 clamp(20px, 5vw, 42px);
  /* border: 1px solid rgba(169, 154, 136, .56); */
  /* border-radius: 22px; */
  /* background: rgba(255, 255, 255, .97); */
  /* box-shadow: 0 12px 30px rgba(61, 50, 44, .09); */
}

.included-card h3 {
  margin: 0 0 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(171, 158, 143, .38);
  font-size: clamp(22px, 4.5vw, 33px);
  font-weight: 500;
  text-align: center;
}

.included-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-card li {
  position: relative;
  padding: 15px 4px 15px 22px;
  border-bottom: 1px solid rgba(171, 158, 143, .28);
  font-size: clamp(15px, 2.8vw, 18px);
  line-height: 1.6;
}

.included-card li::before {
  content: "✓";
  position: absolute;
  left: 3px;
  color: #a89176;
}

.included-card > p {
  margin: 22px 0 18px;
  padding: 13px 12px;
  border: 1px solid rgba(224, 129, 149, .44);
  border-radius: 999px;
  background: var(--pink-soft);
  font-size: clamp(13px, 2.5vw, 17px);
  line-height: 1.5;
  text-align: center;
}

.included-card > p em {
  color: var(--pink);
  font-style: normal;
}

.included-card > small {
  display: block;
  color: #604d43;
  font-size: clamp(11px, 2.2vw, 14px);
  line-height: 1.6;
  text-align: center;
  display: none;
}

.price-section > .related-link {
  margin-top: clamp(36px, 6vw, 52px);
}

/* Visit flow */

.flow-section {
  border-bottom: 1px solid rgba(146, 151, 155, .18);
  background: rgba(255, 255, 255, .28);
}

.duration-card,
.flow-timeline {
  width: min(calc(100% - 34px), 720px);
  margin-inline: auto;
}

.duration-card {
  margin-bottom: clamp(56px, 9vw, 82px);
  padding: clamp(22px, 4vw, 32px) 20px;
  /* border: 1px solid rgba(169, 154, 136, .58); */
  border-radius: 11px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 28px rgba(60, 50, 45, .07);
  text-align: center;
}

.duration-card > p {
  margin: 0 0 12px;
  font-size: clamp(21px, 3.2vw, 23px);
  letter-spacing: .08em;
}

.duration-card > strong {
  display: block;
  color: var(--pink);
  font-size: clamp(28px, 5.5vw, 42px);
  font-weight: 500;
}

.duration-card > span {
  display: block;
  margin-top: 9px;
  color: #6f5b52;
  font-size: clamp(12px, 2.2vw, 15px);
}

.duration-card > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px dotted rgba(171, 157, 139, .55);
}

.duration-card > div b {
  font-size: clamp(17px, 2.7vw, 18px);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.duration-card > div i {
  width: 1px;
  height: 26px;
  background: rgba(171, 157, 139, .62);
}

.flow-card {
  overflow: hidden;
  border: 1px solid rgba(169, 154, 136, .56);
  border-radius: 24px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 15px 38px rgba(61, 50, 44, .1);
}

.flow-card header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px) clamp(20px, 5vw, 42px);
}

.flow-card header p {
  display: grid;
  margin: 0;
  font-family:serif;
  text-align: center;
}

.flow-card header span {
  color: #75645c;
  font-size: clamp(11px, 2vw, 14px);
  letter-spacing: .08em;
}

.flow-card header strong {
  color: var(--pink);
  font-size: clamp(42px, 8vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.flow-card h3 {
  margin: 0;
  font-size: clamp(20px, 4.7vw, 34px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}

.flow-card > figure,
.flow-card__photos figure {
  margin: 0;
  overflow: hidden;
  background: #f0efed;
}

.flow-card > figure {
  aspect-ratio: 16 / 10;
}

.flow-card > figure img,
.flow-card__photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.flow-card:nth-of-type(5) > figure img {
  object-position: center 40%;
}

.flow-card__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.flow-card__photos figure {
  aspect-ratio: .84;
}

.flow-card__text {
  margin: 0;
  padding: clamp(23px, 5vw, 38px) clamp(22px, 6vw, 50px) clamp(27px, 5.5vw, 42px);
  color: #59443b;
  font-size: clamp(16px, 2.8vw, 19px);
  line-height: 2;
  letter-spacing: .025em;
}

.flow-arrow {
  display: grid;
  justify-items: center;
  height: clamp(52px, 12vw, 98px);
}

.flow-arrow span {
  width: 1px;
  height: calc(100% - 2px);
  background: linear-gradient(to bottom, rgba(163, 149, 131, .2), #a88c6f);
}

.flow-arrow i {
  width: 12px;
  height: 12px;
  margin-top: -14px;
  border-right: 1px solid #a88c6f;
  border-bottom: 1px solid #a88c6f;
  transform: rotate(45deg);
}

/* FAQ */

.faq-section {
  padding-top: clamp(76px, 10vw, 100px);
  background: rgba(248, 248, 247, .72);
  border-bottom: 1px solid rgba(146, 151, 155, .18);
  padding-bottom: 50px;
}

.faq-section .module-heading {
  margin-bottom: clamp(34px, 6vw, 48px);
}

.faq-section > .related-link {
  margin-top: clamp(34px, 6vw, 48px);
}

/* Owner block refinements */

.owner-message {
  border-bottom: 1px solid rgba(146, 151, 155, .18);
}

.owner-body {
  font-size: 16px;
}

/* Main CTA */

.contact-section {
  position: relative;
  /* padding: clamp(230px, 60vw, 440px) 17px 72px; */
  overflow: hidden;
  /* background: #40362f; */
}

.contact-section__photo {
  position: absolute;
  inset: 0 0 auto;
  height: clamp(330px, 78vw, 560px);
  background:
    linear-gradient(to bottom, rgba(35, 23, 18, .03) 34%, #40362f 100%),
    url("../img/flow-counseling.webp") center 35% / cover no-repeat;
  filter: saturate(.82) contrast(.96);
}

.contact-card {
  position: relative;
  z-index: 1;
  width: min(91%, 700px);
  margin-inline: auto;
  padding: clamp(34px, 7vw, 58px) clamp(20px, 3vw, 30px);
  color: #3d241b;
  /* border-radius: 28px; */
  /* background: rgba(255, 255, 255, .97); */
  box-shadow: 0 24px 55px rgba(0, 0, 0, .25);
  text-align: center;
}

.contact-card__en {
  margin: 0 0 19px;
  color: #947555;
  font-family:serif;
  font-size: 15px;
  letter-spacing: .24em;
}

.contact-card h2 {
  margin: 0;
  font-size: clamp(21px, 4.6vw, 29px);
  font-weight: 500;
  line-height: 1.65;
}

.contact-card h2 > span {
  display: block;
}

.contact-card h2 + p {
  margin: 22px 0;
  color: #6b554b;
  font-size: clamp(14px, 2.7vw, 18px);
  line-height: 1.85;
}

.contact-card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.contact-card li {
  padding: 6px 11px;
  color: #6f5548;
  border: 1px solid rgba(160, 148, 133, .48);
  border-radius: 999px;
  background: #fffdfb;
  font-size: 12px;
}

.contact-card > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 15px 55px 15px 22px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(105deg, #08b94f, #06c755 55%, #03ae43);
  box-shadow: 0 12px 24px rgba(6, 160, 67, .23);
  font-size: clamp(16px, 3.2vw, 21px);
  font-weight: 500;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-card > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(6, 160, 67, .3);
}

html[data-melary-route="line"] .contact-card > a[data-melary-show="line"] {
  background: linear-gradient(105deg, #718fa9, #8585aa 56%, #a982a0);
  box-shadow: 0 12px 24px rgba(84, 103, 139, .22);
}

html[data-melary-route="line"] .contact-card > a[data-melary-show="line"]:hover {
  box-shadow: 0 16px 30px rgba(84, 103, 139, .29);
}

html[data-melary-route="line"] .contact-card > a[data-melary-show="line"] + a[data-melary-show="line"] {
  margin-top: 10px;
}

.contact-card > a i {
  position: absolute;
  right: 27px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.contact-card > small {
  display: block;
  margin-top: 19px;
  color: #7c675d;
  font-size: 11px;
  line-height: 1.7;
  display: none;
}

@media (max-width: 560px) {
  .module-section {
    padding-block: 45px;
  }

  .core-section {
    padding-top: 46px;
  }

  .core-section .module-heading h2 {
    font-size: 24px;
    letter-spacing: .02em;
    white-space: nowrap;
  }

  .core-card {
    min-height: 650px;
  }

  .core-card__header {
    grid-template-columns: 78px 1fr;
  }

  .core-card__header h3 {
    font-size: 22px;
  }

  .core-card__caption {
    font-size: 15px;
  }

  .related-link {
    /* grid-template-columns: 80px 1fr 30px; */
    /* gap: 10px; */
    padding-left: 16px;
  }

  .related-link__copy strong {
    font-size: 21px;
    font-weight: 500;
  }

  .simulation-focus__ad-label span {
    display: block;
    margin: 0 0 2px;
  }

  .discount-heading h3 {
    font-size: 37px;
  }

  .discount-example h4 {
    font-size: 20px;
  }

  .flow-card__text {
    font-size: 16px;
  }

  .owner-body {
    font-size: 16px;
  }

  .contact-section {
    /* padding-top: 250px; */
    /* padding-bottom: 54px; */
  }

  .contact-section__photo {
    height: 380px;
  }
}

/* =========================================================
   V5 requested refinements
   ========================================================= */

/* FV下の3ステップ：写真比率とカードの見え方を統一 */
.core-card__media--three {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.core-card__media--three figure:first-child {
  grid-row: 1 / -1;
}

.core-card__media--three img {
  object-position: center;
}

.core-card__media--three figure:first-child img {
  object-position: 52% center;
}

.core-card__media--two figure:first-child img {
  object-position: 51% center;
}

.core-card__media--two figure:last-child img {
  object-position: 51% center;
}

.core-card__media figcaption {
  z-index: 1;
  box-shadow: 0 4px 12px rgba(66, 48, 40, .12);
}

/* 差し替え前のB/A写真を壊れた画像として表示しない */
.ba-placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: .88;
  color: #987f72;
  border: 1px dashed rgba(185, 151, 120, .58);
  background:
    radial-gradient(circle at 30% 25%, rgba(246, 224, 228, .6), transparent 30%),
    linear-gradient(135deg, #fffdfb, #f6f1ec);
}

.ba-placeholder > span {
  padding: 0 10px;
  font-size: clamp(10px, 2.1vw, 14px);
  letter-spacing: .06em;
  text-align: center;
}

/* 外部ページへの導線：同じ形式・ひと目でボタンと分かる配色 */
.related-link {
  position: relative;
  display: flex;
  /* grid-template-columns: minmax(92px, 25%) minmax(0, 1fr) 38px; */
  gap: clamp(12px, 3vw, 22px);
  /* min-height: 112px; */
  padding: 18px 18px 18px clamp(18px, 4vw, 30px);
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(184, 56, 88, .42);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, .24), transparent 35%),
    linear-gradient(115deg, #cf4767 0%, #e85e7c 52%, #ef8095 100%);
  box-shadow: 0 14px 30px rgba(162, 58, 82, .24);
  justify-content: center;
}

.related-link::before {
  content: "";
  position: absolute;
  inset: -80% auto -80% -30%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transform: rotate(18deg);
  transition: left .55s ease;
}

.related-link:hover::before {
  left: 112%;
}

.related-link__type {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 10px 8px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 12px;
  background: rgba(255, 255, 255, .13);
  font-size: clamp(9px, 1.8vw, 12px);
  text-align: center;
}

.related-link__copy {
  position: relative;
  z-index: 1;
  margin-right: 0px;
}

.related-link__copy strong {
  color: #fff;
  font-weight: 500;
}

.related-link__copy small {
  color: rgba(255, 255, 255, .86);
}

.related-link > i {
  z-index: 1;
  width: 38px;
  height: 38px;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .16);
}

.related-link > i::after {
  border-color: #fff;
}

/* 仕上がりシミュレーション */
.simulation-section {
  margin-top: clamp(54px, 10vw, 92px);
  padding-bottom: clamp(55px, 11vw, 108px);
}

.simulation-focus {
  padding: clamp(36px, 7vw, 64px) clamp(17px, 5vw, 44px) clamp(24px, 5vw, 42px);
  /* border: 1px solid rgba(211, 151, 163, .4); */
  /* border-radius: 26px; */
  /* background:
    radial-gradient(circle at 50% 18%, rgba(255, 231, 235, .64), transparent 31%),
    rgba(255, 255, 255, .9); */
  box-shadow: 0 17px 42px rgba(78, 55, 55, .1);
}

.simulation-focus::after {
  content: "✦";
  display: block;
  width: 54%;
  margin: 25px auto 5px;
  color: #d4aa70;
  background: linear-gradient(90deg, #d8c4aa, transparent 42%, transparent 58%, #d8c4aa) center / 100% 1px no-repeat;
  font-size: 16px;
}

.simulation-focus__lead {
  margin-bottom: 22px;
  color: #745a50;
}

.simulation-focus h2 {
  margin-bottom: 24px;
  line-height: 1.58;
}

.simulation-focus__text {
  margin: 0 0 clamp(26px, 5vw, 38px);
  color: #594239;
  font-size: clamp(15px, 2.7vw, 18px);
  line-height: 2;
  letter-spacing: .035em;
}

.simulation-focus figure {
  padding: 10px;
  border: 1px solid rgba(191, 158, 119, .55);
  border-radius: 17px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 28px rgba(67, 49, 43, .1);
}

.simulation-focus figcaption {
  padding: 15px 8px 8px;
  text-align: center;
}

.simulation-focus figcaption span {
  color: #5f463d;
  font-size: clamp(13px, 2.45vw, 16px);
}

/* 店舗・営業情報 */
.salon-info-section {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 11vw, 104px) 0;
  overflow: hidden;
  border-top: 1px solid rgba(151, 158, 163, .14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .74), rgba(252, 250, 250, .88)),
    url("../img/bg-prism.png") center / cover;
}

.salon-info-section::before,
.salon-info-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 87, 113, .1), transparent 67%);
}

.salon-info-section::before {
  top: -120px;
  left: -120px;
}

.salon-info-section::after {
  right: -120px;
  bottom: -130px;
}

.salon-info-heading {
  margin-bottom: clamp(34px, 7vw, 54px);
  text-align: center;
}

.salon-info-heading > p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 20px;
  color: #967454;
  font-family: "Times New Roman", serif;
  font-size: clamp(12px, 2.5vw, 18px);
  letter-spacing: .18em;
}

.salon-info-heading > p:first-child span {
  width: clamp(28px, 8vw, 70px);
  height: 1px;
  background: linear-gradient(to right, transparent, #b99a74);
}

.salon-info-heading > p:first-child span:last-child {
  background: linear-gradient(to left, transparent, #b99a74);
}

.salon-info-heading h2 {
  margin: 0 0 20px;
  font-size: clamp(28px, 5.4vw, 42px);
  font-weight: 500;
  letter-spacing: .055em;
}

.salon-info-heading .spark-rule {
  margin: 22px auto;
}

.salon-info-heading > p:last-child {
  margin: 0;
  color: #5f4a42;
  font-size: clamp(15px, 2.7vw, 18px);
  line-height: 1.95;
}

.salon-area-card,
.salon-business-card {
  overflow: hidden;
  border: 1px solid rgba(224, 148, 164, .38);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(74, 57, 56, .09);
}

.salon-area-card {
  margin-bottom: 22px;
  padding: clamp(24px, 5vw, 38px) clamp(12px, 3vw, 24px) clamp(18px, 4vw, 30px);
}

.salon-area-card > h3,
.salon-business-card > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 23px;
  color: #dc4f72;
  font-size: clamp(22px, 4.2vw, 31px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.salon-area-card > h3 i,
.salon-business-card > h3 i {
  position: relative;
  width: 21px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.salon-area-card > h3 i::after,
.salon-business-card > h3 i::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.salon-business-card > h3 i {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  transform: none;
}

.salon-business-card > h3 i::after {
  inset: 7px 3px 6px;
  border: 0;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
}

.salon-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.salon-area-grid article {
  padding: 5px clamp(8px, 3vw, 24px) 10px;
  text-align: center;
}

.salon-area-grid article + article {
  border-left: 1px dashed rgba(222, 126, 147, .42);
}

.salon-area-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 11px;
  color: #d84b6e;
  border-radius: 50%;
  background: #fff0f3;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: .08em;
  display: none;
}

.salon-area-grid h4 {
  margin: 0 0 13px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(222, 126, 147, .42);
  font-size: clamp(18px, 3.6vw, 26px);
  font-weight: 600;
}

.salon-area-grid p,
.salon-area-grid strong {
  margin: 0;
  font-size: clamp(19px, 2.55vw, 17px);
  line-height: 1.7;
}

.salon-area-grid strong {
  display: block;
  font-weight: 500;
}

.salon-area-grid strong em {
  color: #ec5577;
  font-size: 1.65em;
  font-style: normal;
  font-weight: 500;
}

.salon-business-card {
  padding: clamp(24px, 5vw, 38px) clamp(14px, 4vw, 32px) clamp(18px, 4vw, 30px);
}

.salon-business-card dl {
  margin: 0;
  border: 1px solid rgba(222, 126, 147, .28);
  border-radius: 14px;
  overflow: hidden;
}

.salon-business-card dl > div {
  display: grid;
  grid-template-columns: minmax(96px, 34%) 1fr;
  align-items: center;
  min-height: 52px;
}

.salon-business-card dl > div + div {
  border-top: 1px solid rgba(222, 126, 147, .22);
}

.salon-business-card dt,
.salon-business-card dd {
  margin: 0;
  padding: 11px 14px;
  font-size: clamp(13px, 2.65vw, 17px);
  line-height: 1.6;
}

.salon-business-card dt {
  color: #754e56;
  border-right: 1px solid rgba(222, 126, 147, .26);
  background: rgba(255, 242, 245, .58);
  font-weight: 600;
}

/* 写真なし・白いプリズムのメインCTA */
.contact-section {
  /* padding: clamp(38px, 10vw, 38px) 17px clamp(84px, 13vw, 128px); */
  /* background:
    linear-gradient(180deg, rgba(255, 255, 255, .6), rgba(247, 250, 252, .82)),
    url("../img/bg-prism.png") center / cover; */
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(201, 230, 245, .36), transparent 20%),
    radial-gradient(circle at 84% 78%, rgba(245, 220, 233, .28), transparent 24%);
}

.contact-section__photo {
  display: none;
}

.contact-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-sparkles i {
  position: absolute;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 0 18px rgba(125, 183, 212, .65);
  transform: rotate(45deg);
}

.contact-sparkles i:nth-child(1) { top: 10%; left: 12%; }
.contact-sparkles i:nth-child(2) { top: 21%; right: 13%; width: 9px; height: 9px; }
.contact-sparkles i:nth-child(3) { bottom: 18%; left: 9%; width: 8px; height: 8px; }
.contact-sparkles i:nth-child(4) { right: 7%; bottom: 12%; width: 18px; height: 18px; }
.contact-sparkles i:nth-child(5) { top: 5%; left: 52%; width: 7px; height: 7px; }

.contact-card {
  margin: clamp(38px, 7vw, 58px) auto;
  /* border: 1px solid rgba(205, 158, 177, .45); */
  background: rgb(255 255 255 / 47%);
  /* box-shadow:
    0 22px 55px rgba(69, 83, 96, .14),
    inset 0 0 0 5px rgba(255, 255, 255, .55); */
  -webkit-backdrop-filter: blur(10px);
  /* backdrop-filter: blur(10px); */
}

.contact-card__en {
  color: #c44f70;
}

.contact-card h2 {
  color: #422b25;
}

/* スクロール方向に連動する下部固定LINEボタン */
.fixed-line-cta {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  width: min(calc(100% - 24px), 720px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 32px));
  transition:
    transform .46s cubic-bezier(.22, .75, .25, 1),
    opacity .3s ease,
    visibility 0s linear .46s;
}

.fixed-line-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

html[data-melary-route="line"] .fixed-line-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.fixed-line-cta a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 14px 54px 14px 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  background: linear-gradient(105deg, #00b84a, #06c755 52%, #00a940);
  box-shadow: 0 14px 34px rgba(0, 116, 49, .32);
  font-size: clamp(15px, 3.6vw, 21px);
  font-weight: 700;
  letter-spacing: .04em;
}

.fixed-line-cta a::before {
  content: "LINE";
  display: grid;
  place-items: center;
  width: 42px;
  height: 24px;
  margin-right: 12px;
  border-radius: 999px;
  background: #fff;
  color: #05b94c;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.fixed-line-cta a i {
  position: absolute;
  right: 27px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.fixed-line-cta a[data-melary-show="line"] {
  min-width: 0;
  padding: 14px 36px 14px 16px;
  background: linear-gradient(105deg, #718fa9, #8585aa 56%, #a982a0);
  box-shadow: 0 14px 34px rgba(69, 83, 117, .28);
  font-size: clamp(13px, 3vw, 17px);
}

.fixed-line-cta a[data-melary-show="line"]::before {
  display: none;
}

@media (max-width: 560px) {
  .related-link {
    /* grid-template-columns: 76px minmax(0, 1fr) 34px; */
    gap: 10px;
    /* min-height: 104px; */
    padding: 9px 13px 10px 14px;
    border-radius: 65px;
  }

  .related-link__type {
    min-height: 50px;
    padding-inline: 5px;
    letter-spacing: .08em;
    display: none;
  }

  .related-link__copy strong {
    font-size: 19px;
  }

  .related-link__copy small {
    font-size: 11px;
    display: none;
  }

  .related-link > i {
    width: 32px;
    height: 32px;
  }

  .simulation-focus {
    width: calc(100% - 26px);
  }

  .simulation-focus__lead {
    font-size: 16px;
  }

  .simulation-focus h2 {
    font-size: 28px;
  }

  .simulation-focus__text {
    font-size: 15px;
  }

  .desktop-break {
    display: none;
  }

  .salon-info-section {
    padding-block: 60px;
  }

  .salon-info-heading > p:last-child {
    font-size: 14px;
  }

  .salon-area-grid article {
    padding-inline: 8px;
  }

  .salon-area-icon {
    width: 46px;
    height: 46px;
    font-size: 12px;
  }

  .salon-business-card dl > div {
    grid-template-columns: 98px 1fr;
  }

  .salon-business-card dt,
  .salon-business-card dd {
    padding: 10px 9px;
    font-size: 13px;
  }

  .contact-section {
    /* padding: 70px 17px 88px; */
  }

  .fixed-line-cta a {
    min-height: 60px;
    padding-inline: 16px 42px;
    font-size: 15px;
  }

  .fixed-line-cta a::before {
    width: 36px;
    height: 22px;
    margin-right: 8px;
    font-size: 9px;
  }

  .fixed-line-cta a i {
    right: 21px;
  }

  .fixed-line-cta a[data-melary-show="line"] {
    min-height: 58px;
    padding: 12px 28px 12px 10px;
    font-size: 13px;
    letter-spacing: .01em;
  }

  .fixed-line-cta a[data-melary-show="line"] i {
    right: 15px;
  }
}

/* =========================================================
   V6 interaction and image refinements
   ========================================================= */

.core-card__media--single img {
  object-position: 50% 44%;
}

.flow-card > .flow-card__state-photo {
  aspect-ratio: 8 / 5;
  max-height: 690px;
}

.flow-card__state-photo img {
  object-position: center 45%;
}

@keyframes melary-link-shine {
  0%, 55% { left: -38%; opacity: 0; }
  60% { opacity: .15; }
  78% { left: 112%; opacity: .62; }
  79%, 100% { left: 112%; opacity: 0; }
}

.related-link::before {
  left: -38%;
  opacity: 0;
  animation: melary-link-shine 5.2s ease-in-out infinite;
  pointer-events: none;
}

.related-link:hover::before {
  animation-duration: 1.3s;
}

.fixed-line-cta a,
.contact-card > a {
  overflow: hidden;
  isolation: isolate;
}

.fixed-line-cta a > span,
.contact-card > a > span {
  position: relative;
  z-index: 2;
}

.fixed-line-cta a > i,
.contact-card > a > i {
  z-index: 2;
}

.fixed-line-cta a::after,
.contact-card > a::after {
  content: "";
  position: absolute;
  top: -75%;
  bottom: -75%;
  left: -38%;
  z-index: 1;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .68), transparent);
  opacity: 0;
  transform: rotate(18deg);
  animation: melary-link-shine 5.4s .7s ease-in-out infinite;
  pointer-events: none;
}

.has-scroll-reveal .reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity .72s cubic-bezier(.2, .72, .24, 1),
    transform .82s cubic-bezier(.2, .72, .24, 1);
  will-change: opacity, transform;
}

.has-scroll-reveal .reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 560px) {
  .core-carousel {
    width: calc(100% - 12px);
  }

  .core-carousel__side {
    width: 44px;
    height: 44px;
  }

  .core-carousel__side--prev { left: 3px; }
  .core-carousel__side--next { right: 3px; }

  .flow-card > .flow-card__state-photo {
    max-height: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .related-link::before,
  .fixed-line-cta a::after,
  .contact-card > a::after {
    animation: none;
  }

  .has-scroll-reveal .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
