.footer-global {
  padding: 0 !important;
  border: none !important;
}
.footer-global__inner {
  padding-bottom: 3rem;
}
.footer-global__logo {
  text-align: center;
  margin-bottom: 25px;
}
.footer-global__logo img {
  width: 180px;
}
@media screen and (min-width:992px) {
  .footer-global__logo img {
    width: 208px;
  }
}
.footer-global__shopinfo {
  text-align: center;
}
@media screen and (min-width:992px) {
  .footer-global__shopinfo {
    text-align: left;
  }
}
.footer-global__shopinfo p {
  font-size: 12px;
  margin-left: 0.25rem;
}
@media screen and (min-width:992px) {
  .footer-global__shopinfo p {
    font-size: 13px;
  }
}
.footer-global__list ul {
  display: block;
  padding: 0;
  margin: 0;
}
.footer-global__list ul li {
  display: block;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width:992px) {
  .footer-global__list ul li {
    text-align: left;
    font-size: 14px;
  }
}
.footer-global__list ul li a {
  color: #212529;
}
.footer-global__list ul li a:hover {
  text-decoration: underline;
}
.footer-global__copyright {
  padding: 10px;
  background: #222;
  color: #fff;
  text-align: center;
}
.footer-global__copyright a {
  color: #fff;
}
.footer-global__copyright p {
  font-size: 12px;
  margin: 0;
}
.footer-global__copyright p small {
  font-size: 80%;
}

.footer__sns__contents {
  margin-bottom: 1.5rem;
}
.footer__sns__frame {
  min-height: 500px;
  margin-bottom: 1.5rem;
}

#instagram-list .instagram-link {
  opacity: 1;
  transition: opacity 0.3s;
}
#instagram-list .instagram-link:hover {
  opacity: 0.7;
}
#instagram-list .btn {
  display: inline-block;
}

.sns-links {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width:992px) {
  .sns-links {
    width: auto;
  }
}
.sns-links li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sns-links li a:hover {
  text-decoration: none;
}
.sns-links li img {
  width: 40px;
  aspect-ratio: 1;
}
@media screen and (min-width:992px) {
  .sns-links li img {
    width: 60px;
  }
}
.sns-links li p {
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.05rem;
}/*# sourceMappingURL=delay.css.map */