.footer {
  background: rgba(225, 235, 228, 0.4);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 12.1rem;
  }
}
.footer .inner {
  padding: 0;
  width: 120rem;
  max-width: 100%;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .footer .inner {
    display: flex;
    align-items: center;
  }
}
.footer--logo {
  width: 50.2rem;
  margin-right: 10.2rem;
}
@media only screen and (max-width: 767px) {
  .footer--logo {
    width: 66.4rem;
    margin: auto;
    margin-bottom: 6rem;
  }
  .footer--logo img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .sns {
    display: flex;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .footer .sns {
    width: 51.7rem;
    margin: 0 auto 5.8rem;
  }
}
.footer .sns-icon {
  display: flex;
  align-items: stretch;
  margin-right: 5rem;
}
@media only screen and (max-width: 767px) {
  .footer .sns-icon {
    margin: 0 0 3.4rem;
    justify-content: center;
  }
}
.footer .sns-icon li {
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer .sns-icon li {
    width: 6.8rem;
  }
  .footer .sns-icon li.tiktok a {
    width: 6rem;
  }
  .footer .sns-icon li.x a {
    width: 5.8rem;
  }
  .footer .sns-icon li.insta a {
    width: 6.8rem;
  }
  .footer .sns-icon li.line a {
    width: 6.8rem;
  }
}
.footer .sns-icon li:not(:last-of-type) {
  margin-right: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .footer .sns-icon li:not(:last-of-type) {
    margin-right: 6rem;
  }
}
.footer .sns-icon li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .sns-icon li a img {
    width: 100%;
  }
}
.footer .sns p {
  line-height: 3rem;
  border: 1px solid #666666;
  border-radius: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .footer .sns p {
    font-size: 2.5rem;
    padding: 1.5rem 0;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.footer .page-top {
  position: absolute;
  right: 5rem;
  top: 6.3rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .footer .page-top {
    bottom: auto;
    top: 39rem;
    right: 3rem;
  }
}
.footer .page-top::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scrollUp 2s infinite;
          animation: scrollUp 2s infinite;
}
.footer .page-top::after {
  content: "";
  width: 2px;
  height: 12.4rem;
  background: #4d4d4d;
  display: block;
  margin-right: 1rem;
}
.footer .page-top .enfont {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  display: block;
  letter-spacing: 0.2em;
}
.footer .footer-nav {
  background: #ff0014;
  padding: 7.3rem 0 5.7rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav {
    padding: 14.7rem 4rem 6.8rem;
  }
}
.footer .footer-nav .inner {
  width: 110rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8rem;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav .inner {
    grid-template-columns: 1fr 1fr;
    gap: 0 5.2rem;
  }
}
.footer .footer-nav .inner * {
  color: #fff;
}
.footer .footer-nav--box {
  width: 21.5rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav--box {
    width: 31.8rem;
  }
  .footer .footer-nav--box:nth-of-type(3) {
    margin-top: 8rem;
  }
  .footer .footer-nav--box:nth-of-type(4) {
    margin-top: -2.2rem;
  }
}
.footer .footer-nav--box dl + dl {
  margin-top: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav--box dl + dl {
    margin-top: 5rem;
  }
}
.footer .footer-nav--box dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav--box dl dt {
    font-size: 2.6rem;
    padding-bottom: 2.5rem;
  }
}
.footer .footer-nav--box dl dt a {
  display: block;
}
.footer .footer-nav--box dl dd {
  margin-top: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav--box dl dd {
    margin-top: 3.2rem;
  }
}
.footer .footer-nav--box dl dd ul li:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav--box dl dd ul li:not(:last-of-type) {
    margin-bottom: 1.7rem;
  }
}
.footer .footer-nav--box dl dd ul li a {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav--box dl dd ul li a {
    font-size: 2.5rem;
  }
}
.footer .copyright {
  margin-top: 8.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 6.9rem;
  }
}
.footer .copyright p {
  text-align: center;
}
.footer .copyright p small {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 767px) {
  .footer .copyright p small {
    font-size: 2.1rem;
  }
}

@-webkit-keyframes scrollUp {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}

@keyframes scrollUp {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=footer.css.map */