footer {
  background: #fff;
  padding: 0 0 20px;
  text-align: center;
  font-size: 14px;
  color: var(--black);
  border-top: 1px solid #ccc;
}
footer .footer-inner {
  margin: 0 auto;
}
footer .footer-sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 20px;
}
footer .footer-sns a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s;
}
footer .footer-sns a:hover img {
  transform: scale(1.1);
}
footer .footer-privacy {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--dark-gray);
}
footer .footer-privacy a {
  text-decoration: underline;
  color: var(--black);
  font-size: 14px;
}
footer .footer-copy p {
  margin-top: 10px;
  font-size: 12px;
  color: var(--black);
}/*# sourceMappingURL=footer.css.map */