#footer {
  position: relative;
  z-index: 1;
}
#footer:before, #footer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
#footer:after {
  background: url(../img/footer_bg.webp) center no-repeat;
  background-size: cover;
  z-index: -2;
}
#footer .inner {
  padding: 7.8125vw 0 5.2083333333vw;
  box-sizing: border-box;
}
#footer .logo {
  width: 13.6vw;
  height: 5.7291666667vw;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
#footer .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#footer .logo a:hover {
  opacity: 0.8;
}
#footer .info-box {
  justify-content: center;
  align-items: flex-start;
  gap: 5.2083333333vw;
}
#footer .info-box .item-box .txt-p, #footer .info-box .item-box .txt-t, #footer .info-box .item-box .txt-l {
  color: #D5D5D5;
  line-height: 1.8em;
}
#footer .menu-box {
  margin: 4.4791666667vw 0 5.2083333333vw;
  align-items: center;
  justify-content: center;
  gap: 2.6041666667vw;
}
#footer .menu-box .footer-menus {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .menu-box .footer-menus #menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
#footer .menu-box .footer-menus #menu-footer-menu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#footer .menu-box .footer-menus #menu-footer-menu li:after {
  content: "";
  background: #D5D5D5;
  width: 1px;
  height: 1.05vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .menu-box .footer-menus #menu-footer-menu li a {
  width: 100%;
  display: block;
  color: #D5D5D5;
  font-size: 0.8333333333vw;
  font-family: "font-NSeJPr", "Noto Serif", serif;
  transition: 1s;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 1.5625vw;
  box-sizing: border-box;
}
#footer .menu-box .footer-menus #menu-footer-menu li a:hover {
  color: #ffffff;
}
#footer .menu-box .footer-menus #menu-footer-menu li:last-child {
  padding-right: 0;
}
#footer .menu-box .footer-menus #menu-footer-menu li:last-child::after {
  content: none;
}
#footer .menu-box .sns {
  display: flex;
}
#footer .menu-box .sns span {
  display: none;
}
#footer .menu-box .sns svg {
  display: flex;
  width: 1.3541666667vw;
  height: 1.3541666667vw;
}
#footer .menu-box .sns svg path {
  transition: 1s;
}
#footer .menu-box .sns:hover svg path {
  fill: #ffffff;
}
#footer .txt-cp {
  box-sizing: border-box;
  margin: 0 auto;
  color: #7A7127;
  height: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2vw;
}

@media screen and (max-width: 767px) {
  #footer {
    position: relative;
    z-index: 1;
  }
  #footer .inner {
    padding: 70px 0 20px;
    box-sizing: border-box;
  }
  #footer .logo {
    width: 43.6vw;
    height: 19.729167vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #footer .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #footer .logo a:hover {
    opacity: 0.8;
  }
  #footer .info-box {
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .info-box .item-box {
    width: 80%;
    text-align: center;
  }
  #footer .info-box .item-box .txt-p, #footer .info-box .item-box .txt-t, #footer .info-box .item-box .txt-l {
    font-size: 14px;
  }
  #footer .menu-box {
    margin: 50px 0 50px;
    align-items: center;
    justify-content: center;
    gap: 2.6041666667vw;
  }
  #footer .menu-box .footer-menus {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .menu-box .footer-menus #menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
  #footer .menu-box .footer-menus #menu-footer-menu li {
    width: 48%;
    position: relative;
  }
  #footer .menu-box .footer-menus #menu-footer-menu li:after {
    right: -5%;
    height: 15px;
  }
  #footer .menu-box .footer-menus #menu-footer-menu li a {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  #footer .menu-box .footer-menus #menu-footer-menu li:nth-child(2n)::after {
    content: none;
  }
  #footer .menu-box .footer-menus #menu-footer-menu li:last-child {
    padding-right: 0;
  }
  #footer .menu-box .footer-menus #menu-footer-menu li:last-child::after {
    content: none;
  }
  #footer .menu-box .sns {
    margin: 0 auto;
    margin-top: 40px;
    justify-content: center;
    gap: 10px;
  }
  #footer .menu-box .sns span {
    display: block;
    font-size: 14px;
    color: #D5D5D5;
  }
  #footer .menu-box .sns svg {
    width: 25px;
    height: 25px;
  }
  #footer .txt-cp {
    font-size: 10px;
    height: 30px;
    gap: 5px;
  }
}
/*# sourceMappingURL=footer.css.map */