.Footer__logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Footer__sns {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.Footer__sns .Footer__sns__link {
  transition: opacity 0.25s ease-in-out;
}
.Footer__sns .Footer__sns__link img {
  width: 100%;
  height: auto;
  display: block;
}
.Footer__sns .Footer__sns__link:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=footer.css.map */
