.footer {
  width: 100%;
}

.footer__main {
  width: 100%;
  padding: 5.86vw 0 6.59vw;
  background: #333;
}

@media (max-width: 896px) {
  .footer__main {
    padding: 12.32vw 0 10.26vw;
  }
}

.footer__main__box {
  margin: 0 auto;
  width: 82%;
  height: 15.52vw;
  position: relative;
  font-size: 1.171vw;
  color: #fff;
}

@media (max-width: 896px) {
  .footer__main__box {
    width: 89.74vw;
    height: auto;
  }
}

.footer__main__box__title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 1.464vw;
}

@media (max-width: 896px) {
  .footer__main__box__title {
    position: static;
    font-size: 5.13vw;
  }
}

.footer__main__box__text--1 {
  position: absolute;
  top: 23.11%;
  left: 0;
  color: #fff;
}

@media (max-width: 896px) {
  .footer__main__box__text--1 {
    position: static;
    margin: 7.69vw 0 0 0;
    line-height: 1.875em;
    font-size: 4.10vw;
  }
}

.footer__main__box__text--2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

@media (max-width: 896px) {
  .footer__main__box__text--2 {
    position: static;
    margin: 6.41vw 0 0 0;
    line-height: 1.875em;
    font-size: 4.10vw;
  }
}

.footer__main__box__icons {
  position: absolute;
  top: 0;
  right: 0;
  width: 20.98%;
  display: flex;
  align-items: center;
  gap: 8.51%;
}

@media (max-width: 896px) {
  .footer__main__box__icons {
    width: 60.26vw;
    position: static;
    margin: 10.26vw 0;
  }
}

.footer__main__box__icons__item {
  cursor: pointer;
}

.footer__main__box__icons__item--x {
  width: 17.02%;
}

.footer__main__box__icons__item--instagram {
  width: 18.94%;
}

.footer__main__box__icons__item--facebook {
  width: 19.06%;
}

.footer__main__box__icons__item--line {
  width: 19.36%;
}

.footer__main__box__links {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: right;
}

@media (max-width: 896px) {
  .footer__main__box__links {
    position: static;
    font-size: 4.10vw;
    gap: 2vw;
    text-align: left;
  }
}

.footer__copyright {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copyright__text {
  margin: 10px 0 12px 0;
  font-size: 0.952vw;
  text-align: center;
}

@media (max-width: 896px) {
  .footer__copyright__text {
    font-size: 3.33vw;
  }
}