/* ========================================
   セクション: Footer
   Figma node: 1038:5330 / 393×434
   ======================================== */

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 15px 30px;
  background: var(--color-navy);
  gap: 30px;
}

/* ── ヘッダーエリア（どんなトラブルも〜全てお任せください!） ── */
.footer-heading-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  padding: 20px 15px;
  overflow: hidden;
}

.footer-heading-sub {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-heading-deco {
  width: 17px;
  height: auto;
}

.footer-heading-sub-text {
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  color: var(--text-inverse);
  text-align: center;
  white-space: nowrap;
}

.footer-heading-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.footer-brand-row {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  padding-right: 22px;
}

/* SP版ではブランドアイコン非表示 */
.footer-brand-icon {
  display: none;
}

.footer-brand-img {
  width: 298px;
  height: 90px;
  object-fit: contain;
}

.footer-catch-text {
  font-weight: 900;
  line-height: 1.3;
}

.footer-catch-md {
  font-size: 30px;
}

.footer-brand-ni {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--text-inverse);
}

.footer-catch {
  font-family: var(--font-jp);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  color: var(--color-yellow);
  text-align: center;
}

.footer-catch-lg {
  font-size: 32px;
  color: var(--color-yellow);
}

.footer-catch-sm {
  font-size: 24px;
}

.footer-catch-ex {
  font-size: 32px;
  color: var(--color-yellow);
  display: inline-block;
  transform: rotate(8.266deg);
  position: relative;
  top: 2px;
  left: -4px;
}

/* ── 旧ロゴ（後方互換） ── */
.footer-logo-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.footer-logo {
  width: 242px;
  height: 73px;
  object-fit: contain;
}

/* ── フッター：電話ボタン配色上書き ── */
.footer .cta-phone-btn {
  background: linear-gradient(180deg, #F5D028 0%, #F1C40F 100%);
  box-shadow: 0 4px 12px rgba(241, 196, 15, 0.35);
}

.footer .cta-phone-meta,
.footer .cta-phone-number {
  color: var(--color-navy);
}

/* ── リンク群 ──
   Figma: フッターリンク w144 h62, VERTICAL gap 10, counterAlign CENTER */
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Noto Sans JP Regular 12, #fff, LEFT, autoResize WIDTH_AND_HEIGHT → line-height ≈ 1.17 */
.footer-link {
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.17;
  color: #ffffff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

/* ── 著作権 ──
   Roboto Regular 10, #fff, LEFT */
.footer-copyright {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
