﻿@charset "utf-8";

.lp-footer {
  padding: 40px 20px;
  color: #ffffff;
  background: #262626;
}

.lp-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.lp-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.lp-footer-nav a {
  color: #c9c9c9;
}

.SNS-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.SNS-icons img {
  width: 50px;
  height: auto;
}

.lp-footer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 20px 0;
}

.lp-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.lp-footer-logo-kyuma {
  gap: 12px;
}

.lp-footer-logo img {
  display: block;
  height: auto;
  object-fit: contain;
}

.lp-footer-logo .lp-footer-WAKON-logo {
  width: 200px;
}

.lp-footer-logo .lp-footer-KYUMA-kanzi-logo {
  width: 200px;
}

.lp-footer-logo .lp-footer-KYUMA-logo {
  width: 200px;
  margin-left: -64px;
}

.lp-footer-copy {
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 12px;
  color: #c9c9c9;
}

@media (max-width: 768px) {
  .lp-footer {
    padding: 32px 16px;
  }

  .lp-footer-nav {
    gap: 10px 18px;
    font-size: 13px;
  }

  .SNS-icons img {
    width: 44px;
  }

  .lp-footer-brand {
    flex-direction: column;
    gap: 12px;
  }

  .lp-footer-logo .lp-footer-WAKON-logo {
    width: 132px;
  }

  .lp-footer-logo .lp-footer-KYUMA-kanzi-logo,
  .lp-footer-logo .lp-footer-KYUMA-logo {
    width: 104px;
  }

  .lp-footer-logo .lp-footer-KYUMA-logo {
    margin-left: -38px;
  }
}

@media (max-width: 480px) {
  .lp-footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .lp-footer-copy {
    font-size: 11px;
  }
}
