.footer {
  position: relative;
  width: 100%;
  color: #FFF;
  background-color: #000;
  z-index: 10;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .footer {
    height: auto;
  }
}
.footer a {
  color: #FFF;
}
.footer__primary {
  width: 100%;
  padding-top: 60px;
  padding: 60px 25px 0;
}
@media screen and (max-width: 768px) {
  .footer__primary {
    height: auto;
    padding-top: 40px;
  }
}
.footer__primaryInner {
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
}
.footer__secondary {
  width: 100%;
  padding: 50px 25px 0;
}
@media screen and (max-width: 768px) {
  .footer__secondary {
    padding: 32px 20px 0;
  }
}
.footer__secondaryInner {
  width: 100%;
  height: 100%;
  max-width: 1088px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer__secondaryInner {
    padding-top: 28px;
  }
}
.footer__logo {
  max-width: 393px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 12px;
    max-width: 236px;
  }
}
.footer__logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1088px;
}
@media screen and (max-width: 1088px) {
  .footer__logo-list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-list {
    flex-wrap: wrap;
    max-width: 250px;
    gap: 10px 22px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-list li.ys-quality img {
    max-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-list li img {
    max-height: 12px;
    width: auto;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1088px) {
  .footer__nav {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-wrap: wrap;
    max-width: 290px;
    gap: 20px 22px;
    margin: auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-sns {
    width: 100%;
  }
}
.footer__nav-snsList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__nav-snsList img {
  display: block;
}
.footer__copyright {
  text-align: center;
  font-family: "Jost", sans-serif;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 34px;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 22px;
    font-size: 10px;
  }
}
/*# sourceMappingURL=./_footer.css.map */