/* =====================================================
   Footer Renewal - Figma PC (7649:14258) / SP (7649:12939)
   Dark brown (#61482a) footer with logo, nav, contact
   ===================================================== */

/* PC: コンタクト文言3行 / SP: 1行の切り替え */
.footer-renewal__contact-text-sp {
  display: none;
}

/* PC: カスタマーハラスメント改行非表示 / SP: 表示 */
.footer-renewal__nav-link-br {
  display: none;
}

.footer-renewal {
  background: #61482a;
  color: #fefdfb;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

.footer-renewal__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  padding: 60px 80px;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-renewal__left {
  display: flex;
  flex-direction: column;
  gap: 56px;
  flex-shrink: 0;
}

.footer-renewal__logo {
  width: 280px;
  height: 121px;
}

.footer-renewal__logo a {
  display: block;
  transition: opacity 0.25s ease;
}

.footer-renewal__logo a:hover,
.footer-renewal__logo a:focus,
.footer-renewal__logo a:visited {
  opacity: 0.8;
}

.footer-renewal__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 121px;
  object-fit: contain;
  object-position: left top;
}

.footer-renewal__sns {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-renewal__sns a {
  display: block;
  transition: opacity 0.25s ease;
}

.footer-renewal__sns a:hover,
.footer-renewal__sns a:focus,
.footer-renewal__sns a:visited {
  opacity: 0.8;
}

.footer-renewal__sns img {
  display: block;
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.footer-renewal__sns a:nth-child(2) img {
  width: 25px;
  height: 26px;
}

.footer-renewal__sns a:nth-child(3) img {
  width: 35px;
  height: 25px;
}

.footer-renewal__right {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  flex: 1;
  min-width: 0;
}

.footer-renewal__nav {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
}

.footer-renewal__nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-renewal__nav-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-renewal__nav-heading {
  font-size: 14px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  line-height: 1.7;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.footer-renewal__nav-heading:hover,
.footer-renewal__nav-heading:focus,
.footer-renewal__nav-heading:visited {
  color: inherit;
  opacity: 0.8;
}

.footer-renewal__nav-sub {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-renewal__nav-sub li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-renewal__nav-line {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.footer-renewal__nav-line img {
  display: block;
  width: 6px;
  height: 9px;
}

.footer-renewal__nav-sub a {
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 1.5;
  color: #fefdfb;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.footer-renewal__nav-sub a:hover,
.footer-renewal__nav-sub a:focus,
.footer-renewal__nav-sub a:visited {
  color: #fefdfb;
  opacity: 0.8;
}

.footer-renewal__nav-link {
  font-size: 14px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  line-height: 1.7;
  color: #fefdfb;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.footer-renewal__nav-link:hover,
.footer-renewal__nav-link:focus,
.footer-renewal__nav-link:visited {
  color: #fefdfb;
  opacity: 0.8;
}

.footer-renewal__contact {
  border-left: 1px solid #e9e9e2;
  padding-left: 56px;
  padding-bottom: 6px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  flex-shrink: 0;
}

.footer-renewal__contact p {
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.7;
  margin: 0;
}

.footer-renewal__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  border: 1px solid #fefdfb;
  color: #fefdfb;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.footer-renewal__contact-btn:hover,
.footer-renewal__contact-btn:focus,
.footer-renewal__contact-btn:visited {
  color: #fefdfb;
  background-color: rgba(254, 253, 251, 0.1);
}

.footer-renewal__contact-btn img {
  display: block;
  width: 6px;
  height: 10px;
}

/* SP（KV と同条件: 1250px 以下） */
@media screen and (max-width: 1024px) {
  .footer-renewal__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 56px 24px;
    gap: 56px;
  }

  .footer-renewal__left {
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }

  .footer-renewal__logo {
    width: 240px;
    height: 103px;
  }

  .footer-renewal__logo img {
    width: 100%;
    height: 103px;
    object-fit: contain;
    object-position: left top;
    margin: 0;
  }

  .footer-renewal__right {
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }

  .footer-renewal__nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
  }

  .footer-renewal__nav-col {
    min-width: 0;
  }

  .footer-renewal__contact {
    border-left: none;
    border-top: 1px solid #e9e9e2;
    padding-left: 0;
    padding-top: 32px;
    gap: 20px;
    align-items: stretch;
    text-align: left;
  }

  .footer-renewal__contact-text-pc {
    display: none;
  }

  .footer-renewal__contact-text-sp {
    display: inline;
  }

  .footer-renewal__nav-link-br {
    display: inline;
  }

  .footer-renewal__contact-btn {
    width: 100%;
  }
}
