/* フッター */
.footer {
  padding-top: 78px;
}

.footer__ttl_heading {
  texti-align: center;
  font-size: 1.66vw;
  line-height: 1.4;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #f0978a;
  font-feature-settings: "palt";
  margin-bottom: -2vw; /* ←ここが重要！ */
}

.topview__ttl.fadeInSlideUp {
  opacity: 1;
}

.footer__ttl-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  padding-bottom: 18.086vw;
}

#topText001_footer {
  display: inline-block;
  transform: translateY(0vw);
}

#topText002_footer {
  display: inline-block;
  transform: translateY(2vw); /* 上に詰めたいとき */
}

#topText002_footer {
}

@media (min-width: 1900px) {
  .footer__sub-ttl {
    font-size: 2.6em;
  }
}

.footer__ttl_transition {
  transition: unset;
  opacity: 1;
}

.topview__sub-ttl_transition {
  transition: unset;
  opacity: 1;
}

.topview__text-box_position {
  top: unset;
  bottom: 0;
  transform: translateX(-50%);
}

.footer__illust-left001 {
  width: 12.9%;
  height: auto;
  position: absolute;
  bottom: 13%;
  left: 0;
}

.footer__illust-left002 {
  width: 19%;
  height: auto;
  position: absolute;
  bottom: 13%;
  left: 12%;
  z-index: 100;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.footer__illust-right001 {
  width: 19.4%;
  height: auto;
  position: absolute;
  bottom: 13%;
  right: 9%;
  z-index: 100;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

.footer__illust-right002 {
  width: 12.7%;
  height: auto;
  position: absolute;
  bottom: 13%;
  right: 0;
}

.footer__main-box {
  position: relative;
  padding-top: 37px;
  margin-top: 103px;
}

.footer__main-back {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.footer__logo-box {
  position: relative;
  width: 183px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

.footer__logo {
  width: 100%;
  height: auto;
}

.footer__place {
  font-size: 17px;
  line-height: 2.94;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1000;
}

.footer__policy-box {
  position: relative;
  text-align: center;
}

.footer__policy-link {
  color: #000000;
  text-decoration: none;
}

.footer__policy-content {
  font-size: 17px;
  line-height: 2.94;
  font-weight: 500;
}

.copyright {
  font-size: 17px;
  line-height: 2.94;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: center;
  position: relative;
}

/* ----------------------------------------------------- */

/* レスポンシブ */

/* ----------------------------------------------------- */

@media screen and (max-width: 920px) {
  .footer {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 11vw;
  }

  .footer__ttl {
    font-size: 2.9vw;
    padding-top: 5.5vw;
  }

  .footer__ttl-inner {
    padding-bottom: 251px;
  }

  .footer__illust-right001 {
    width: 16.4%;
    height: auto;
    bottom: 26%;
    right: 7%;
  }

  .footer__illust-right002 {
    width: 10.7%;
    height: auto;
    bottom: 26%;
    right: 0;
  }

  .footer__illust-left001 {
    width: 9.9%;
    height: auto;
    bottom: 26%;
    left: 0;
  }

  .footer__illust-left002 {
    width: 16%;
    height: auto;
    bottom: 26%;
    left: 8.5%;
  }

  .footer__main-box {
    margin-top: 72px;
  }

  .footer__main-back {
    height: 100%;
  }

  .footer-logo-box {
    width: 132px;
  }

  .footer__place {
    font-size: 14px;
  }

  .footer__policy-content {
    font-size: 14px;
  }

  .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 530px) {
  .copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    margin-top: -90px;
    padding-top: 3vw;
  }

  .footer__logo-box {
    width: 122px;
  }
}

@media screen and (max-width: 500px) {
  .footer__illust-right001 {
    bottom: 14%;
  }

  .footer__illust-right002 {
    bottom: 14%;
  }

  .footer__illust-left001 {
    bottom: 14%;
  }

  .footer__illust-left002 {
    bottom: 14%;
  }
}
