.footer {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-color: #aa9dab;
}

.footer.t-b {
  background-color: initial;
}

.footer-inner {
  width: 90%;
  margin: 0 auto;
}

.footer-copy {
  width: 50%;
  margin: 2rem auto 0;
  font-size: 12px;
  text-align: center;
  color: #000;
}

.footer-copy.t-b {
  color: #fff;
}

.footer-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link-item {
  margin: 0 0 0 1.2em;
}

.footer-link-item img {
  height: 2.6rem;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .footer {
    padding: 3rem 0;
  }

  .footer-copy {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 2.8vw;
  }

  .footer-link {
    width: 100%;
    margin: 0 0 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-link-item {
    margin: 0 1em 0;
  }

  .footer-link-item img {
    height: 3rem;
  }
}
