footer {
  border-top: 3px solid #5DFC7C;
  background: url(../images/bg-footer.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  margin: 0 auto;
  padding: 5rem 0;
}

.footer-logo {
  width: 20rem;
  height: 20rem;
  padding: 0.5rem;
  border-radius: 1rem;
  background: #fff;
}
.footer-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.footer-nav li {
  text-align: center;
}
.footer-nav li a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-nav li a:hover, .footer-nav li a:active {
  opacity: 0.6;
}
.footer-nav li small {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer-sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.footer-sns img{
  width: 10rem;
}
.footer-copyrights {
  padding: 0.75rem;
  background: #1D1F46;
  text-align: center;
  font-size: 1.5rem;
}

.float-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
}
.float-btn a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 12rem;  
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0.2rem #00000044);
  filter: drop-shadow(0.4rem 0.4rem 0.2rem #00000044);
}
.float-btn a:hover, .float-btn a:active {
  opacity: 0.7;
}
.float-btn a:hover img, .float-btn a:active img {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}/*# sourceMappingURL=footer.css.map */

@media screen and (max-width: 768px) {
  footer {
    border-top: 3px solid #5DFC7C;
    background: url(../images/bg-footer.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  footer .inner {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5rem;
    margin: 0 auto;
    padding: 5rem 5rem;
  }

  .footer-logo {
    display: block;
    margin: auto;
    margin-bottom: 3rem;
    width: 10rem;
    height: 10rem;
    padding: 0.5rem;
    border-radius: 1rem;
    background: #fff;
  }
  .footer-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .footer-nav li {
    text-align: center;
  }
  .footer-nav li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-nav li a:hover, .footer-nav li a:active {
    opacity: 0.6;
  }
  .footer-nav li small {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .footer-sns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 4rem;
  }
  .footer-sns li{
    margin: auto;
    display: block;
  }
  .footer-sns img{
    width: 10rem;
  }
  .footer-copyrights {
    padding: 0.75rem;
    background: #1D1F46;
    text-align: center;
    font-size: 1.5rem;
  }

  .float-btn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 10;
  }
  .float-btn a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12rem;
  }
  .float-btn a:hover, .float-btn a:active {
    opacity: 0.7;
  }
  .float-btn a:hover img, .float-btn a:active img {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }/*# sourceMappingURL=footer.css.map */

}