footer {
  padding: 0;
  margin: 0;
}
footer .footer__top {
  background: #e5e0d7;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer__top {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
footer .footer__top .inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  footer .footer__top .inner {
    flex-direction: column;
  }
}
footer .footer__top .footer__top-item:nth-of-type(1),
footer .footer__top .footer__top-item:nth-of-type(2) {
  max-width: 318px;
  width: 100%;
}
footer .footer__top .footer__top-item:nth-of-type(3) {
  max-width: 400px;
  width: 100%;
}
footer .footer__top .footer__top-item .footer__top-item-title {
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Marcellus", serif;
  color: #8b7567;
}
footer .footer__top .footer__top-item .footer__top-item-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #8b7567;
}
footer .footer__top .footer__top-item .footer__top-item-links {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
footer .footer__top .footer__top-item .footer__top-item-links a {
  color: #3a2d25;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer__top .footer__top-item .footer__top-item-links ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}
footer .footer__bottom {
  padding-top: 80px;
  padding-bottom: 36px;
  position: relative;
  background: #8b7567;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
footer .footer__bottom .footer__bottom-top {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 40px;
  top: 24px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .footer__bottom-top {
    width: 40px;
    height: 40px;
    right: 16px;
  }
}
footer .footer__bottom .footer__bottom-top img {
  transform: translateX(-4px) rotate(-90deg);
}
footer .footer__bottom .inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
footer .footer__bottom .inner .footer__links {
  display: flex;
  gap: 32px;
}
footer .footer__nav {
  display: flex;
  gap: 32px;
  justify-content: center;
}
footer .footer__nav ul {
  display: flex;
  gap: 8px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer__nav ul {
    gap: 8px 20px;
  }
}
footer .footer__nav ul li {
  position: relative;
}
footer .footer__nav ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #ffffff;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer .footer__nav ul li::after {
    right: -10px;
  }
}
footer .footer__nav ul li a {
  font-size: 12px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer__copyright {
  font-size: 12px;
  color: #ffffff;
}

.footer {
  transform: translateY(30px);
}
