@charset "utf-8";
.footer {
  padding: 75px 15px 7px;
  background-color: #f2f2f2;
}
.footer__wrap {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto 35px;
  /* display: flex;
  align-items: flex-end; */
}
.footer__logowrap {
  /* margin-right: 12%; */
  margin-bottom: 7px;
}
.footer__logoLink {
  color: #000;
  font-size: 28px;
  font-family: "OptimaLTPro-Roman";
  line-height: 1.26;
  letter-spacing: 0.05em;
}
.footer__addressWrap {
  /* position: relative;
  top: -3px; */
}
.footer__address {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.copy {
  color: #000;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: flex-end;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 980px) {
  .footer__logoLink {
    font-size: 23px;
  }
}

@media screen and (max-width: 640px) {
  .footer__logowrap {
    margin-right: 5%;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    padding: 45px 15px 7px;
  }
  .footer__wrap {
    display: block;
    margin: 0 auto 20px;
  }
  .footer__logowrap {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer__addressWrap {
    top: 0;
  }
  .footer__address {
    font-size: 14px;
  }
  .copy {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 35px 15px 7px;
  }
  .footer__logoLink {
    font-size: 18px;
  }
  .footer__address {
    font-size: 13px;
  }
}
