.footer--common {
  background: #F4F0E7;
  padding: 102px 20px 20px;
}

.nav__footer {
  margin-bottom: 86px;
}

footer .layout__wrapper--cont {
  max-width: 1400px;
}

.footer--common .list--sns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 55px;
}

.footer--common .list--sns .list--item {
  width: 45px;
}

.footer--common .list--menu {
  display: flex;
  justify-content: center;
  gap: 52px;
  margin-top: 72px;
  padding-bottom: 48px;
  border-bottom: 1px solid #715954;
}

.footer--common .list--menu a {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(27/20);
  color: #715954;
  font-family: 'Noto Sans JP', sans-serif !important;
}

.footer__logo {
  width: 264px;
  max-width: 100%;
  margin-inline: auto;
}

.footer__list {
  display: flex;
  justify-content: center;
  gap: 51px;
  margin-top: 48px;
}

.footer__list li {
  margin-top: 0;
}

.footer__list a {
  font-size: 16px;
  line-height: calc(22/16);
  color: #715954;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif !important;
}

.footer__copy {
  color: #715954;
  font-size: 12px;
  line-height: calc(16/12);
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif !important;
}

.bl_footer_image {
  position: relative;
  top: 4px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.bl_footer_image img {
  display: block;
}

.bl_footer_image_02 {
  margin-right: 208px;
}

.bl_footer_image_01 {
  margin-right: 60px;
}

.bl_footer_image_03 {
  margin-right: 60px;
}

.bl_footer_image_04 {
  position: relative;
  top: 14px;
}

@media screen and (min-width: 720px) {
  .hp_sp {
    display: none !important;
  }

  .bl_footer_image_02 {
    width: 4.4791vw;
    height: auto;
  }

  .bl_footer_image_01 {
    width: 27.86458vw;
    height: auto;
  }

  .bl_footer_image_03 {
    width: 7.447916vw;
    height: auto;
  }

  .bl_footer_image_04 {
    width: 7.08333vw;
    height: auto;
  }
}

@media screen and (max-width: 719px) {
  .hp_pc {
    display: none !important;
  }

  .nav__footer {
    margin-bottom: 48px;
  }

  .footer--common {
    padding: 63px 14px 14px;
  }

  .footer--common .list--sns {
    margin-top: 69px;
  }

  .footer--common .list--menu {
    flex-direction: column;
    gap: 33px;
    align-items: center;
    padding-bottom: 62px;
  }

  .footer--common .list--menu a {
    font-size: 16px;
    line-height: calc(22/16);
  }

  .footer__list {
    margin-top: 38px;
    flex-direction: column;
    align-items: center;
    gap: 29px;
  }

  .footer__list a {
    font-size: 14px;
    line-height: calc(19/14);
  }

  .bl_footer_image_02 {
    margin-right: 51px;
    max-width: min(6.97vw, 30px);
  }

  .bl_footer_image_01 {
    margin-right: 21px;
    max-width: min(43.4vw, 187px);
  }

  .bl_footer_image_03 {
    margin-right: 12px;
    max-width: min(11.39vw, 49px);
  }

  .bl_footer_image_05 {
    max-width: min(10.23vw, 44px);
  }
}