.footer {
  margin-top: clamp(160px, 15vw, 300px);
  position: relative;
  background-color: #86548d;
  color: white;
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer a {
  color: white;
}
.footer .face_container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
}
.footer .face_container .face {
  display: flex;
  justify-content: space-between;
  aspect-ratio: 400/246;
  width: 20.8333333333vw;
  min-width: 200px;
  position: relative;
}
.footer .face_container .face .eye {
  width: 3.125vw;
  max-width: 60px;
  min-width: 30px;
  height: 3.125vw;
  max-height: 60px;
  min-height: 30px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}
.footer .face_container .face .pupil {
  width: 1.5625vw;
  max-width: 30px;
  min-width: 15px;
  height: 1.5625vw;
  max-height: 30px;
  min-height: 15px;
  background-color: #5F2C16;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.1s linear;
}
.footer .face_container .face .mouth {
  bottom: 0;
  right: 18%;
  position: absolute;
  width: 13.0729166667vw;
  min-width: 125px;
  aspect-ratio: 251/150;
  background-image: url(../images/mouth.svg?v0021);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .face_container .r-hand {
  bottom: 0;
  left: 18%;
  position: absolute;
  width: 26.0416666667vw;
  min-width: 125px;
  aspect-ratio: 251/150;
  background-image: url(../images/r-hand.svg?v0021);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .face_container .l-hand {
  bottom: 0;
  right: 18%;
  position: absolute;
  width: 26.0416666667vw;
  min-width: 125px;
  aspect-ratio: 251/150;
  background-image: url(../images/l-hand.svg?v0021);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .footer_layer {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  z-index: -1;
  width: 100%;
}
.footer .footer_layer .footer__pattern {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-width: none;
  margin: auto;
}
.footer .footer_layer .footer__tail {
  position: absolute;
  left: 13%;
  top: 0;
  transform: translateX(-50%);
  width: 20.3645833333vw;
  max-width: 391px;
  min-width: 200px;
}

.footer_inner {
  position: relative;
}
.footer_inner .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  width: 83.7%;
  margin: auto;
}
.footer_inner .footer_contents .footer_logo {
  background-image: url(../images/logo-w.svg);
  max-width: 145px;
  width: 15.625vw;
  min-width: 110px;
  aspect-ratio: 145/75;
  background-size: cover;
  margin-bottom: 30px;
}
.footer_inner .footer_contents .footer_about {
  font-size: 13px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.footer_inner .footer_contents .footer_social {
  display: flex;
}
.footer_inner .footer_contents .footer_social .icon {
  height: 25px;
  width: 25px;
  background-size: contain;
  margin-right: 12px;
  background-repeat: no-repeat;
}
.footer_inner .footer_contents .footer_social .icon.ig {
  background-image: url(../images/ig-icon.svg?v0021);
}
.footer_inner .footer_contents .footer_social .icon.line {
  background-image: url(../images/line-icon.svg?v0021);
}
.footer_inner .footer_contents .footer_nav {
  display: block;
  justify-items: end;
}
.footer_inner .footer_contents .footer_nav .footer_contact {
  cursor: pointer;
  border-radius: 0.4rem;
  display: flex;
  width: fit-content;
  color: #fff;
  border: white 1px solid;
  padding: 15px 25px;
  margin-left: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  align-items: center;
}
.footer_inner .footer_contents .footer_nav .footer_contact::before {
  content: "";
  background-image: url(../images/mail-icon.svg?v0021);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  aspect-ratio: 36/28;
  display: block;
  margin-right: 10px;
}
.footer_inner .footer_contents .footer_nav .footer_phone {
  margin-bottom: 25px;
  text-align: right;
}
.footer_inner .footer_contents .footer_nav .footer_menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
  justify-content: flex-end;
}
.footer_inner .footer_contents .footer_nav .footer_menu a {
  color: white;
}
.footer_inner .footer_remittance {
  width: 100%;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
}
.footer_inner .footer_remittance .footer_remittance__title {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.footer_inner .footer_remittance .footer_remittance__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_inner .footer_remittance .footer_remittance__card {
  flex: 1 1 280px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.6rem;
  padding: 16px 20px;
}
.footer_inner .footer_remittance .footer_remittance__label {
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  opacity: 0.85;
}
.footer_inner .footer_remittance .footer_remittance__list {
  margin: 0;
}
.footer_inner .footer_remittance .footer_remittance__list > div {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.9;
}
.footer_inner .footer_remittance .footer_remittance__list dt {
  flex: 0 0 40px;
  font-weight: 400;
  opacity: 0.7;
}
.footer_inner .footer_remittance .footer_remittance__list dd {
  margin: 0;
  letter-spacing: 0.03em;
}
.footer_inner .footer_remittance .footer_remittance__note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.7;
  opacity: 0.85;
}
.footer_inner .footer_remittance .footer_remittance__note a {
  color: #fff;
  text-decoration: underline;
}
.footer_inner .footer_bottom {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.58);
}
.footer_inner .footer_bottom p {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (max-width: 767.98px) {
  .footer_inner .footer_contents {
    display: block;
  }
  .footer_inner .footer_contents .footer_info .footer_social {
    margin-bottom: 50px;
  }
  .footer_inner .footer_contents .footer_nav {
    justify-items: start;
  }
  .footer_inner .footer_contents .footer_nav .footer_contact {
    margin-left: 0;
  }
  .footer_inner .footer_contents .footer_nav .footer_phone {
    text-align: left;
  }
  .footer_inner .footer_contents .footer_nav .footer_menu {
    justify-content: flex-start;
  }
  .footer .face_container .r-hand {
    top: 22%;
    bottom: unset;
    left: -5%;
    position: absolute;
    width: 46.2962962963vw;
    min-width: 125px;
    aspect-ratio: 425/427;
    background-image: url(../images/r-hand.svg?v0021);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .footer .face_container .l-hand {
    top: 22%;
    bottom: unset;
    right: -5%;
    position: absolute;
    width: 27.7777777778vw;
    min-width: 125px;
    aspect-ratio: 329/400;
    background-image: url(../images/l-hand.svg?v0021);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

/*# sourceMappingURL=style-footer.css.map */
