@charset "UTF-8";

.footer-cta {
  background-image: url(../images/footer_cta_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 60px;
}

.footer-cta__inner {
  margin-inline: auto;
  max-width: 490px;
  padding-inline: 20px;
}

.footer-cta__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: calc(106 / 1366 * 100vw);
}
.footer-cta-left {
  display: flex;
  flex-direction: column;
}
.footer-cta-left > h2 {
  color: #e53884;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
}

.footer-cta-left__copy {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 33px;
  letter-spacing: 4px;
  line-height: 1.45;
  margin-top: 8px;
  position: relative;
}
.footer-cta-left__copy p:nth-of-type(2) {
  display: inline;
  position: relative;
}
.footer-cta-left__copy p:nth-of-type(2)::after {
  background-color: rgba(229, 56, 132, 0.1);
  bottom: 0;
  content: "";
  height: 27.5862068966%;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer-cta-left__texts {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  gap: 8px;
  line-height: 2.2;
  margin-top: 20px;
}

.footer-cta-left__link {
  margin-top: 25px;
}
.footer-cta-left__link .c-btn-twin__wrap {
  aspect-ratio: 470/70;
  width: 100%;
}
.footer-cta-left__link .c-btn-twin__inline {
  padding-inline: 16px 16px;
}
.footer-cta-left__box--link {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 14px;
}

.footer-cta-right {
  aspect-ratio: 638/580;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}

.footer-sitemap {
  background-color: #fdfdfd;
  padding-bottom: 100px;
  padding-top: 84px;
}

.footer-sitemap__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 20px;
}

.footer-sitemap__left {
  display: flex;
  flex-direction: column;
}

.footer-sitemap__logo {
  aspect-ratio: 227/65;
  width: 227px;
}
.footer-sitemap__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-sitemap__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 32px;
  padding-left: 20px;
}
.footer-sitemap__text p:nth-of-type(1) {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.68;
}
.footer-sitemap__text p:nth-of-type(2) {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-sitemap__right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 60px;
  padding-left: 20px;
}

.footer-sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-sitemap__list p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.43;
}

.footer-copy {
  background-color: #fdfdfd;
  padding-inline: calc(83 / 1366 * 100vw);
}
.footer-copy p {
  border-top: 1px solid rgba(72, 60, 66, 0.15);
  font-size: 12px;
  padding-block: 25px 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-cta-left__copy p:nth-of-type(2)::after {
    width: 90%;
  }
  .footer-cta-left__copy p:nth-of-type(2), .footer-cta-left__copy p:nth-of-type(3) {
    display: inline;
  }
  .footer-cta-left__copy p:nth-of-type(3) {
    margin-left: -1rem;
  }
  .footer-cta-right {
    max-width: 638px;
    width: calc(638 / 1366 * 100vw);
  }
  .footer-sitemap__contents {
    align-items: flex-start;
    flex-direction: row;
  }
  .footer-sitemap__left {
    align-items: flex-end;
    justify-content: end;
    padding-right: calc(120 / 1366 * 100vw);
  }
  .footer-sitemap__right {
    align-items: flex-start;
    border-left: 1px solid rgba(72, 60, 66, 0.15);
    margin-top: 16px;
    padding-left: calc(120 / 1366 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-cta {
    padding-block: 90px 72px;
  }
  .footer-cta__inner {
    max-width: 1366px;
    padding-inline: 0;
  }
  .footer-cta__contents {
    flex-direction: row;
    gap: 7.7598828697%;
    justify-content: flex-end;
  }
  .footer-cta-left__copy {
    font-size: 40px;
  }
  .footer-cta-left__texts {
    margin-top: 45px;
    max-width: 454px;
    width: calc(454 / 1366 * 100vw);
  }
  .footer-cta-left__link {
    max-width: 470px;
    width: calc(470 / 1366 * 100vw);
  }
  .footer-sitemap__left {
    max-width: 360px;
    width: 100%;
  }
  .footer-sitemap__right {
    flex-direction: row;
    gap: calc(75 / 1366 * 100vw);
    height: 100%;
  }
  .footer-sitemap__list {
    gap: 30px;
  }
}
@media (min-width: 1366px) {
  .footer-sitemap__left {
    padding-right: 120px;
  }
  .footer-sitemap__right {
    gap: 75px;
    padding-left: 120px;
  }
}