@charset "utf-8";
.footer {
  padding-bottom: 150px;
}
.footer__wrap {
  padding-top: 5px;
  padding-bottom: 8px;
  /* border-top: 1px solid #4d4d4d; */
}
.footer__logo {
  width: 100%;
  max-width: 100px;
  margin-bottom: 13px;
}
.copy {
  font-size: 12px;
  line-height: 2.58;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
  .footer {
    padding-bottom: 40vw;
  }
  .footer__logo {
    max-width: 26.666vw;
    margin-bottom: 3.466vw;
  }
  .copy {
    font-size: 3.2vw;
  }
}
