@charset "utf-8";
.topBtn {
  position: absolute;
  right: 25px;
  bottom: 3px;
}
.topBtn__link {
  display: block;
  padding: 15px;
}
.topBtn__link .img {
  width: 19px;
}

.footer__inner {
  position: relative;
}
.footer__wrap01 {
  padding: 106px 0 120px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.footer__leftBox {
  max-width: 294px;
}
.footer__rightBox {
  flex: 1;
}
.footer__logo {
  width: 100%;
  margin-bottom: 36px;
}
.footer__txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #b4b4b4;
}
.footer__nav {
  max-width: 416px;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__nav-list {
  width: fit-content;
}
.footer__nav-listItem + .footer__nav-listItem {
  margin-top: 40px;
}
.footer__nav-listItem {
  /* width: 34%; */
}
.footer__nav-listLink {
  display: block;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
.footer__nav-en {
  display: block;
  padding-top: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #a0a0a0;
}
.footer__copy {
  padding-top: 19px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}

.footer__wrap02 {
  padding: 52px 0 36px;
  background: url(../imgs/common/footer_bg_pc.jpg) center center / cover
    no-repeat;
  position: relative;
}
.footer__txtPic {
  max-width: 83px;
  margin-bottom: 134px;
}
.footer__loop .loop-txt__txt {
  padding-right: 20px;
}
@media screen and (max-width: 870px) {
  .footer__nav {
    justify-content: flex-end;
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .topBtn {
    right: 2px;
    bottom: 5px;
  }
  .footer__wrap01 {
    padding: 106px 0 78px;
  }
  .footer__container {
    flex-direction: column;
    row-gap: 58px;
  }
  .footer__leftBox {
    width: fit-content;
    max-width: none;
    margin: 0 auto;
  }
  .footer__rightBox {
    width: fit-content;
    margin: 0 auto;
  }
  .footer__logo {
    max-width: 208px;
    margin-bottom: 28px;
  }
  .footer__txt {
    font-size: 13px;
    line-height: 1.6;
  }

  .footer__nav {
    width: 100%;
    margin: 0;
    justify-content: space-between;
    gap: 10px;
  }
  .footer__nav-listItem + .footer__nav-listItem {
    margin-top: 29px;
  }
  .footer__nav-listLink {
    font-size: 14px;
  }
  .footer__nav-en {
    font-size: 11px;
  }
  .footer__txtPic {
    width: 61px;
    margin-bottom: 113px;
  }
  .footer__wrap02 {
    padding: 37px 0 17px;
    background: url(../imgs/common/footer_bg_sp.jpg) center center / cover;
  }
}

@media screen and (max-width: 400px) {
  .footer__leftBox {
    margin: 0;
  }
  .footer__rightBox {
    width: 100%;
    margin: 0;
  }
  .footer__nav-list.nav-left {
    width: 54%;
  }
  .footer__nav-list.nav-right {
    width: 38%;
  }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
