@charset "utf-8";

/*===================
footer
===================*/
footer {
  padding: clamp(36px, 4.09vw, 80px) 0 58px;
}

.footer__nav-top {
  display: flex;
  align-items: flex-start;
  gap: 35px 6.67%;
  margin-bottom: clamp(36px, 4.09vw, 100px);
}
.footer__logo {
  width: 19%;
  max-width: 222px;
  /* min-width: 200px; */
}
.footer__nav {
  display: flex;
  gap: 36px min(7.16vw, 55px);
}
.footer__nav-list:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__nav-list:nth-child(2) .footer__nav-item_l {
  margin-bottom: 0;
}
.footer__nav-item_l {
  font-size: clamp(16px, 1.63vw, 20px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.footer__nav-item_l a {
  display: inline;
  text-decoration: underline;
}
.footer__nav-item {
  font-size: clamp(14px, 1.43vw, 16px);
  font-weight: 500;
  line-height: 2.3;
}
.footer__nav-item a {
  display: inline;
  text-decoration: underline;
}
.footer__nav-item a:before {
  content: "●";
}
.footer__nav-item .fs_s {
  font-size: 80%;
}
.footer__btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px 20px;
}
.footer__btm-left {
  width: 100%;
  max-width: 766px;
  padding: 18px 3.66% 20px;
}
.aside__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px 10px;
  max-width: 678px;
}
.aside__links-item {
}
.aside__links-item a {
  font-size: clamp(14px, 1.43vw, 16px);
  line-height: 1.5;
  color: #fff;
}
.aside__links-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.aside__links-item a img {
  width: 4.55vw;
  max-width: 44px;
  min-width: 40px;
}
.aside__links-item:first-child {
  width: 27%;
}
.aside__links-item:first-child a {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
}
.aside__links-item:first-child a img {
  width: 8.52vw;
  max-width: 75px;
  min-width: 67px;
}
.footer__btm-right {
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}
.footer__pp {
  text-decoration: underline;
  margin-bottom: 1.2em;
}
#totop {
  width: 8.78vw;
  max-width: 86px;
  min-width: 40px;
  position: fixed;
  left: 50%;
  bottom: 58px;
  transform: translateX(630px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.4s ease;
}
#totop.is-hide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(630px) translateY(10px);
}
@media screen and (max-width: 1480px) {
  #totop {
    left: auto;
    right: 2vw;
    transform: initial;
  }
  #totop.is-hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
  }
}
@media screen and (max-width: 880px) {
  /*===================
	footer
	===================*/
  .footer__inner {
    width: 84%;
  }
  .footer__nav-top,
  .footer__btm {
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    width: 80%;
    max-width: 200px;
  }
  .aside__links-item:first-child {
    min-width: 165px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
  .footer__nav {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 400px;
    gap: 28px 18px;
  }
  .footer__nav-list:first-child {
    width: 100%;
  }
  .footer__nav-list:nth-child(2) {
    gap: 23px;
  }

  .footer__btm-left {
    padding: 30px 5% 35px;
  }
  .aside__links {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 180px;
    margin: 0 auto;
  }
  .aside__links-item {
    width: calc((100% - 10px) / 2);
  }

  .aside__links-item:first-child {
    width: 100%;
  }
  .aside__links-item:first-child a {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
  .footer__nav-list {
    width: 100% !important;
  }
}
