/*
 * Fiato Fit 菊陽デサキパーク店
 * 2026年9月「手ぶらで、変わる。」キャンペーン
 * 既存LPへの影響を避けるため、すべて ff- でスコープしています。
 */

:root {
  --ff-burgundy: #783b3e;
  --ff-burgundy-dark: #5f2d31;
  --ff-rose: #d8b2a6;
  --ff-rose-light: #f1dfd2;
  --ff-peach: #f6e3d2;
  --ff-ivory: #fbf6ef;
  --ff-ink: #3c302d;
  --ff-muted: #79655e;
  --ff-serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --ff-sans: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  --ff-latin: "Outfit", sans-serif;
}

.ff-handfree,
.ff-amenities,
.ff-handfree *,
.ff-amenities * {
  box-sizing: border-box;
}

.ff-handfree {
  min-height: 100svh;
  color: var(--ff-ink);
  background: var(--ff-peach);
  font-family: var(--ff-sans);
  letter-spacing: .025em;
}

.ff-handfree__visual {
  position: relative;
}

.ff-handfree__header {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px 12px;
  background: var(--ff-peach);
}

.ff-handfree__header img {
  display: block !important;
  width: 152px !important;
  height: auto !important;
}

.ff-handfree__header span {
  max-width: 102px;
  color: var(--ff-burgundy);
  font-family: var(--ff-latin);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.35;
  text-align: right;
}

.ff-handfree__photo {
  position: relative;
  height: 390px;
  margin: 0 14px;
  overflow: hidden;
  border-radius: 20px 20px 48px 20px;
  background: #cfbda8;
}

.ff-handfree__photo>img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
}

.ff-handfree__photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(52, 31, 28, .36), transparent);
  pointer-events: none;
}

.ff-handfree__photo-message {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 12px;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 0;
  padding: 11px 16px 12px;
  border: 1px solid rgba(255, 246, 239, .78);
  border-radius: 16px 28px 16px 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(83, 43, 41, .92), rgba(116, 68, 59, .82));
  box-shadow: 0 12px 28px rgba(66, 38, 31, .22);
  backdrop-filter: blur(10px);
  font-family: var(--ff-serif);
  font-size: 9px;
  line-height: 1.5;
  text-shadow: 0 1px 4px rgba(35, 19, 18, .32);
}

.ff-handfree__photo-message span,
.ff-handfree__photo-message strong {
  display: block;
  white-space: nowrap;
}

.ff-handfree__photo-message span {
  color: #f0dfd5;
}

.ff-handfree__photo-message span::before {
  content: "";
  display: inline-block;
  width: 9px;
  margin-right: 6px;
  border-top: 1px solid #d8aa9b;
  vertical-align: .2em;
}

.ff-handfree__photo-message strong {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: .035em;
}

.ff-handfree__offer {
  position: relative;
  padding: 38px 24px 40px;
  background: radial-gradient(ellipse at 102% 4%, rgba(255, 248, 240, .66) 0 64px, transparent 65px), radial-gradient(ellipse at -8% 88%, rgba(226, 190, 171, .3) 0 76px, transparent 77px), var(--ff-peach);
}

.ff-handfree__offer::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 24px;
  width: 30px;
  height: 1px;
  background: rgba(120, 59, 62, .65);
}

.ff-handfree__offer-inner {
  max-width: 520px;
  margin: 0 auto;
}

.ff-handfree__eyebrow {
  margin: 0 0 11px;
  color: var(--ff-burgundy);
  font-family: var(--ff-latin);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
}

.ff-handfree h1 {
  margin: 0;
  color: var(--ff-burgundy-dark);
  font-family: var(--ff-serif);
  font-size: clamp(42px, 13vw, 58px);
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1.18;
}

.ff-handfree h1 span {
  color: var(--ff-burgundy);
  font-size: 1.13em;
}

.ff-handfree__lead {
  margin: 20px 0 0;
  color: #5d4742;
  font-family: var(--ff-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: .04em;
}

.ff-handfree__lead span {
  color: var(--ff-burgundy);
}

.ff-handfree__copy {
  margin: 10px 0 20px;
  color: #715f58;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.9;
}

.ff-handfree__campaign-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "heading heading" "dates dates" "period price";
  align-items: end;
  column-gap: 12px;
  row-gap: 8px;
  min-height: 146px;
  padding: 18px 17px 16px 20px;
  overflow: hidden;
  border: 1px solid rgba(120, 59, 62, .2);
  border-radius: 20px;
  background: rgba(255, 250, 244, .9);
  box-shadow: 0 14px 34px rgba(109, 69, 54, .1);
}

.ff-handfree__campaign-card::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -48px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(138, 69, 73, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(138, 69, 73, .035);
}

.ff-handfree__spark {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 15px;
  color: #bb8c8e;
  font-size: 16px;
}

.ff-handfree__campaign-head {
  grid-area: heading;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.ff-handfree__campaign-head>span {
  flex: 0 0 auto;
  padding: 4px 11px 5px;
  border-radius: 999px;
  color: #fff;
  background: var(--ff-burgundy);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.ff-handfree__campaign-head p {
  min-width: 0;
  margin: 0;
  color: var(--ff-muted);
  font-size: 9px;
  white-space: nowrap;
}

.ff-handfree__dates {
  grid-area: dates;
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  color: var(--ff-burgundy-dark);
  white-space: nowrap;
}

.ff-handfree__dates>span {
  margin-right: 2px;
  color: var(--ff-muted);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .08em;
}

.ff-handfree__dates time {
  font-family: var(--ff-serif);
  font-size: 13px;
  font-weight: 600;
}

.ff-handfree__dates i {
  color: var(--ff-rose);
  font-size: 10px;
  font-style: normal;
}

.ff-handfree__period {
  grid-area: period;
  align-self: end;
  margin: 0;
  padding-bottom: 3px;
  font-family: var(--ff-serif);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.ff-handfree__period span {
  margin-left: 2px;
  color: var(--ff-burgundy);
  font-size: 1.35em;
  border-bottom: 1px solid rgba(138, 69, 73, .45);
}

.ff-handfree__price {
  grid-area: price;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  margin: 0;
  color: var(--ff-burgundy);
}

.ff-handfree__price>span {
  align-self: center;
  margin-right: 4px;
  padding: 3px 5px;
  color: #fff;
  background: var(--ff-burgundy);
  font-size: 9px;
}

.ff-handfree__price strong {
  font-family: var(--ff-serif);
  font-size: clamp(44px, 12vw, 56px);
  font-weight: 500;
  line-height: .88;
}

.ff-handfree__price small {
  grid-column: 2;
  justify-self: end;
  margin-top: 3px;
  color: var(--ff-ink);
  font-size: 9px;
}

.ff-handfree__cta {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  padding: 0 14px 0 22px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--ff-burgundy-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .055em;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(95, 45, 49, .18);
}

.ff-handfree__cta b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  font-weight: 400;
}

.ff-amenities {
  padding: 48px 18px 28px;
  color: var(--ff-ink);
  background: radial-gradient(ellipse at 100% 8%, rgba(255, 250, 244, .72) 0 90px, transparent 91px), var(--ff-peach);
  font-family: var(--ff-sans);
  letter-spacing: .025em;
}

.ff-amenities__heading {
  margin-bottom: 25px;
  text-align: center;
}

.ff-amenities__heading p {
  margin: 0 0 8px;
  color: var(--ff-burgundy);
  font-family: var(--ff-latin);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
}

.ff-amenities__heading h2 {
  margin: 0;
  color: var(--ff-burgundy-dark);
  font-family: var(--ff-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.55;
}

.ff-amenities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  max-width: 700px;
  margin: 0 auto;
}

.ff-amenity {
  position: relative;
  min-width: 0;
  min-height: 116px;
  padding: 14px 9px 12px 15px;
  overflow: hidden;
  border: 1px solid rgba(120, 59, 62, .11);
  border-radius: 18px;
  background: rgba(255, 250, 244, .8);
  box-shadow: 0 8px 22px rgba(119, 77, 60, .05);
}

.ff-amenity::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--ff-rose-light);
}

.ff-amenity h3 {
  margin: 0 0 5px;
  color: var(--ff-burgundy-dark);
  font-family: var(--ff-serif);
  font-size: 13px;
  font-weight: 600;
}

.ff-amenity p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #715f58;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.ff-amenity__icon {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 9px;
  place-items: center;
  border: 1px solid rgba(120, 59, 62, .18);
  border-radius: 50%;
  color: var(--ff-burgundy);
  background: rgba(255, 251, 247, .78);
}

.ff-amenity__icon i,
.ff-amenity__icon i::before,
.ff-amenity__icon i::after {
  position: absolute;
  display: block;
  content: "";
}

.ff-amenity__icon--wear i {
  width: 18px;
  height: 18px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  transform: rotate(45deg);
}

.ff-amenity__icon--wear i::after {
  top: 8px;
  left: -1px;
  width: 18px;
  border-top: 1px solid currentColor;
}

.ff-amenity__icon--shoes i {
  width: 22px;
  height: 9px;
  border: 1.5px solid currentColor;
  border-radius: 70% 25% 55% 35%;
  transform: rotate(-13deg);
}

.ff-amenity__icon--shoes i::after {
  right: 2px;
  bottom: 2px;
  width: 12px;
  border-top: 1px solid currentColor;
}

.ff-amenity__icon--towel i {
  width: 21px;
  height: 15px;
  border-top: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}

.ff-amenity__icon--towel i::before {
  top: 6px;
  width: 21px;
  border-top: 1px solid currentColor;
}

.ff-amenity__icon--towel i::after {
  right: 2px;
  bottom: -4px;
  width: 9px;
  border-top: 1px solid currentColor;
}

.ff-amenity__icon--shower i {
  width: 14px;
  height: 14px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  border-radius: 0 13px 0 0;
  transform: translate(-3px, -3px);
}

.ff-amenity__icon--shower i::before {
  top: -2px;
  left: -5px;
  width: 7px;
  border-top: 1.5px solid currentColor;
}

.ff-amenity__icon--shower i::after {
  right: -3px;
  bottom: -5px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -5px 3px 0 currentColor, 1px 5px 0 currentColor;
}

.ff-amenity__icon--protein i {
  width: 15px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 3px 3px 5px 5px;
}

.ff-amenity__icon--protein i::before {
  top: -5px;
  left: 2px;
  width: 8px;
  height: 3px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.ff-amenity__icon--protein i::after {
  top: 7px;
  left: 3px;
  width: 6px;
  border-top: 1px solid currentColor;
}

.ff-amenity__icon--supplement i {
  width: 22px;
  height: 10px;
  overflow: hidden;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  transform: rotate(-35deg);
}

.ff-amenity__icon--supplement i::before {
  top: -2px;
  left: 9px;
  width: 1px;
  height: 14px;
  background: currentColor;
}

.ff-amenity__icon--supplement i::after {
  top: 0;
  left: 0;
  width: 9px;
  height: 10px;
  background: rgba(138, 69, 73, .13);
}

.ff-amenities__cta {
  display: flex;
  max-width: 700px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 20px auto 0;
  padding: 14px 15px 14px 18px;
  border-radius: 18px;
  color: #fff;
  background: var(--ff-burgundy-dark);
}

.ff-amenities__cta div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.ff-amenities__cta strong {
  font-family: var(--ff-serif);
  font-size: 12px;
}

.ff-amenities__cta span {
  margin-top: 2px;
  color: #ead7d2;
  font-size: 9px;
}

.ff-amenities__cta a {
  flex: 0 0 auto;
  padding: 11px 12px;
  border-radius: 999px;
  color: var(--ff-burgundy-dark) !important;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

/* @media (min-width: 768px) {
  .ff-handfree { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.02fr); min-height: min(780px,100svh); }
  .ff-handfree__visual { grid-column: 2; min-height: 100%; }
  .ff-handfree__header { position: absolute; z-index: 3; inset: 0 0 auto; height: 86px; padding: 20px 28px; background: rgba(246,227,210,.92); backdrop-filter: blur(14px); }
  .ff-handfree__header img { width: 182px !important; }
  .ff-handfree__photo { height: 100%; margin: 0; border-radius: 0 0 0 78px; }
  .ff-handfree__photo > img { object-position: 53% 50%; }
  .ff-handfree__photo-message { top: 112px; right: 32px; padding: 14px 20px 15px; font-size: 11px; }
  .ff-handfree__photo-message strong { font-size: 15px; }
  .ff-handfree__offer { grid-column: 1; grid-row: 1; display: flex; min-height: 100%; align-items: center; padding: 104px 42px 58px; }
  .ff-handfree__offer::before { top: 83px; left: 42px; width: 50px; }
  .ff-handfree h1 { font-size: 58px; }
  .ff-handfree__lead { font-size: 15px; }
  .ff-handfree__copy { font-size: 13px; }
  .ff-handfree__campaign-card { padding: 22px 20px; }
  .ff-amenities { padding: 64px 42px 38px; }
  .ff-amenities__heading h2 { font-size: 32px; }
  .ff-amenity { min-height: 134px; padding: 18px 22px; }
  .ff-amenity h3 { font-size: 16px; }
  .ff-amenity p { font-size: 11px; }
} */

@media (prefers-reduced-motion: no-preference) {
  [data-hf-animate] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
  }

  [data-hf-animate].is-visible {
    opacity: 1;
    transform: none;
  }

  .ff-handfree__cta,
  .ff-amenities__cta a {
    transition: transform .18s ease, background .18s ease;
  }

  .ff-handfree__cta:hover,
  .ff-amenities__cta a:hover {
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-hf-animate] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {

  /* 顔を吹き出しの左側へ逃がし、写真の主役を隠さない */
  .ff-hero-photo img,
  .ff-handfree__photo img {
    object-position: 58% 50% !important;
  }

  /* FV写真上の日本語メッセージ */
  .ff-photo-message,
  .ff-handfree__photo-message {
    top: 15px !important;
    right: 12px !important;
    width: 174px !important;
    max-width: calc(100% - 24px) !important;
    padding: 12px 15px 13px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .ff-photo-message span,
  .ff-photo-message strong,
  .ff-handfree__photo-message span,
  .ff-handfree__photo-message strong {
    white-space: normal !important;
  }

  .ff-photo-message strong,
  .ff-handfree__photo-message strong {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  /* 「もう、ジムに準備はいらない。」と説明文 */
  .ff-lead,
  .ff-handfree__lead,
  .ff-subcopy,
  .ff-handfree__copy {
    font-size: 16px !important;
  }

  .ff-lead,
  .ff-handfree__lead {
    line-height: 1.85 !important;
  }

  .ff-subcopy,
  .ff-handfree__copy {
    line-height: 1.85 !important;
    letter-spacing: .025em !important;
  }

  /* キャンペーンカード全体 */
  .ff-trial-card,
  .ff-handfree__campaign-card {
    min-height: 230px !important;
    padding: 22px 18px 20px 20px !important;
    row-gap: 13px !important;
  }

  .ff-trial-heading,
  .ff-handfree__campaign-head {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 10px !important;
  }

  .ff-trial-label,
  .ff-handfree__campaign-head>span:first-child {
    padding: 6px 12px 7px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .ff-trial-heading>p,
  .ff-handfree__campaign-head>p {
    flex: 1 1 100% !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
  }

  .ff-trial-dates>span,
  .ff-handfree__dates>span {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .ff-trial-dates time,
  .ff-handfree__dates time {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .ff-trial-period,
  .ff-handfree__period {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .ff-price>span,
  .ff-handfree__price>span {
    padding: 4px 6px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .ff-price small,
  .ff-handfree__price small {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .ff-primary-cta,
  .ff-handfree__cta {
    min-height: 64px !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  /* FV直下：6つの手ぶらサービス */
  .ff-amenity-card,
  .ff-amenity {
    min-height: 168px !important;
    padding: 17px 13px 15px 15px !important;
  }

  .ff-amenity-card h3,
  .ff-amenity h3 {
    margin-bottom: 7px !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .ff-amenity-card p,
  .ff-amenity p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere !important;
  }

  /* FV直下のキャンペーン帯 */
  .ff-intro-cta,
  .ff-amenities__cta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px !important;
  }

  .ff-intro-cta strong,
  .ff-amenities__cta strong {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .ff-intro-cta span,
  .ff-amenities__cta span {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .ff-intro-cta a,
  .ff-amenities__cta a {
    padding: 13px 14px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }
}