footer {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
footer .sns-links {
  display: flex;
  gap: 16px;
}
footer .copyright span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1.2px;
  color: #bbb;
}/*# sourceMappingURL=footer.css.map */