#footer {
  margin: 14rem 0 4.5rem;
}
#footer .container {
  padding: 0 7.5rem;
}
@media screen and (max-width: 767px) {
  #footer .container {
    padding: 0;
  }
}
#footer .container .footer-inner {
  font-size: 1.2rem;
  color: var(--main-color-black);
  letter-spacing: 0.015em;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #footer .container .footer-inner {
    justify-content: center;
    gap: 1.5rem;
    font-size: 2rem;
  }
}
#footer .container .footer-inner-copy {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #footer .container .footer-inner-copy {
    order: 3;
    width: auto;
  }
}
#footer .container .footer-inner-logo {
  gap: 5.9rem;
  display: flex;
  justify-content: center;
  width: 8%;
}
@media screen and (max-width: 767px) {
  #footer .container .footer-inner-logo {
    order: 1;
    width: auto;
  }
}
#footer .container .footer-inner-logo img {
  height: 6.9rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  #footer .container .footer-inner-logo img {
    height: 8.9rem;
  }
}
#footer .container .footer-inner-link {
  display: flex;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  row-gap: 1rem;
  width: 28%;
  text-align: right;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #footer .container .footer-inner-link {
    order: 2;
    width: 100%;
    justify-content: center;
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-container {
    padding: 47px 40px 57px;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer-container .footer-nav--flex {
    width: 75px;
    margin: 55px auto 30px;
    justify-content: space-between;
  }
  .footer .footer-container .footer-nav--flex li {
    width: 25px;
  }
  .footer .footer-container .footer-nav--flex li img {
    width: 100%;
  }
  .footer .footer-container .footer-nav--list-item {
    margin-bottom: 0;
  }
  .footer .footer-container .footer-nav--list-item__x {
    height: auto;
    margin-right: 0;
  }
  .footer .footer-container .footer-nav--list {
    width: 100%;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 20px;
    border-bottom: solid 1px #fff;
  }
  .footer .footer-container .footer--foot {
    padding: 0;
  }
  .footer .footer-container .footer--link-list {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .footer .footer-container .footer--link-list .footer--link-list-item {
    margin-right: 0;
    font-size: 12px;
  }
  .footer .footer-container .footer--link-list .footer--link-list-item a.footer--link-list-item-link {
    text-decoration: none;
  }
  .footer .footer-container .footer--logo {
    width: 212px;
    margin: 0 auto 30px;
    height: auto;
  }
  .footer .footer-container .copyright {
    font-size: 12px;
  }
}/*# sourceMappingURL=footer.css.map */