@charset "UTF-8";

.p-footer__top {
  color: #F1EEE6;
  background: #643934;
}
@media screen and (min-width:768px) {
  .p-footer__top {
    display: grid;
    grid-template-columns: 1fr 32.7964860908%;
  }
}

.p-footer__top-texts {
  padding-block: 41px 50px;
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .p-footer__top-texts {
    padding-right: 0;
    padding-left: clamp(60px, 7.8125vw, 80px);
  }
}
@media screen and (min-width:1024px) {
  .p-footer__top-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(20px, 3.1478770132vw, 43px);
  }
}
@media screen and (min-width:1200px) {
  .p-footer__top-texts {
    padding-left: clamp(80px, 11.2005856515vw, 153px);
  }
}

.p-footer__top-text {
  margin-top: 20px;
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.5714285714;
  opacity: 0.85;
  max-width: 370px;
}
@media screen and (min-width:1024px) {
  .p-footer__top-text {
    margin-top: clamp(16px, 2.3426061493vw, 32px);
  }
}

.p-footer__top-link {
  padding-block: clamp(40px, 6.9166666667vw, 83px);
  color: #ffffff;
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.4666666667;
  font-weight: 500;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__top-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}
.p-footer__top-link .text {
  padding-top: 2px;
  padding-right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-footer__top-link .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/btn-arrow-white.png) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-footer__top-link:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-footer__bottom {
  padding-top: clamp(80px, 10vw, 120px);
  color: #F1EEE6;
  background: rgba(100, 57, 52, 0.85);
  position: relative;
}
.p-footer__bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/footer-filter.png) no-repeat center center/cover;
  pointer-events: none;
}

.p-footer__bottom-wrap {
  padding-bottom: 80px;
}
@media screen and (min-width:768px) {
  .p-footer__bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width:1024px) {
  .p-footer__bottom-wrap {
    padding-bottom: clamp(120px, 23.4992679356vw, 321px);
  }
}

.p-footer__menu {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(80px, 8.3333333333vw, 100px);
}
@media screen and (min-width:768px) {
  .p-footer__menu {
    margin-top: 0;
  }
}

.p-footer__menu-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__menu-link {
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
}
.p-footer__menu-link + .p-footer__menu-link {
  margin-top: 30px;
}
.p-footer__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__logo {
  width: 254px;
  height: 60px;
}

.p-footer__info-text {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-copyright-wrap {
  padding-bottom: 39px;
}

.p-copyright-text {
  color: #F1EEE6;
  font-size: 11px;
  line-height: 1.5454545455;
  font-weight: 500;
}