@charset "utf-8";
.cta {
  display: block;
  width: 100%;
  padding-block: 149px 138px;
  background: var(--color-accent);
  overflow: hidden;
  position: relative;
}

.cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/filter-cta) no-repeat center center/cover;
}

.cta:hover .cta__inner {
  scale: 1.1;
}

.cta__inner {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: scale 0.3s ease;
  position: relative;
  z-index: 1;
}

.cta__title {
  font-size: clamp(60px, 5.86vw, 80px);
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: calc(20 / 1000 * 1em);
  line-height: 1.2;
}

.cta__title-ja {
  font-size: clamp(14px, 1.32vw, 18px);
  font-weight: 600;
  letter-spacing: calc(60 / 1000 * 1em);
}

.cta__button {
  margin-top: 25px;
  aspect-ratio: 48/48;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-white);
}

.cta__button img {
  object-fit: contain;
  object-position: center;
  aspect-ratio: 13/11;
  width: 13px;
  height: auto;
}

.footer {
  padding-block: 100px 68px;
  width: 100%;
  background: var(--color-base);
  color: var(--color-white);
}

@media screen and (min-width: 768px) {
  .footer {
    padding-block: 150px 68px;
  }
}

.footer__inner {
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    padding-inline: 40px;
  }
}

.footer__container {
  max-width: 1090px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 900px) {
  .footer__container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1300px) {
  .footer__container {
    margin-inline: auto 113px;
  }
}

@media screen and (min-width: 1367px) {
  .footer__container {
    max-width: 100%;
    margin-inline: 100px 113px;
  }
}

.footer__logo {
  display: block;
  aspect-ratio: 160/122;
  max-width: 160px;
  height: auto;
}

.footer__logo img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
}

.footer__info {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__info-text {
  font-size: 13px;
  letter-spacing: calc(20 / 1000 * 1em);
  line-height: calc(19 / 13);
}

.footer__instagram{
  margin-top: 12px;
  aspect-ratio: 20/20;
  width: 20px;
  height: auto;
  overflow: hidden;
  display: block;
}

.footer__instagram img{
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.footer__nav {
  width: 100%;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 40px;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .footer__nav {
    max-width: 460px;
  }
}

@media screen and (min-width: 1000px) {
  .footer__nav {
    margin-top: 17px;
    gap: 38px 67px;
    text-align: left;
  }
}

.footer__nav > :nth-child(7) {
  grid-column: 2;
}

.footer__nav-item {
  height: fit-content;
}

.footer__nav-item p {
  font-size: clamp(12px, 1.78vw, 16px);
  font-weight: 500;
  letter-spacing: calc(20 / 1000 * 1em);
  line-height: 1.2;
}

.footer__description {
  text-transform: uppercase;
  margin-top: 35px;
  font-family: var(--font-en);
  font-size: clamp(30px, 4.1vw, 56px);
  font-weight: 500;
  letter-spacing: calc(20 / 1000 * 1em);
  line-height: calc(56 / 56);
  color: rgba(246, 245, 245, 0.1);
  text-align: right;
}

.footer__bottom {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #707070;
}

.footer__copyright {
  font-size: 12px;
  letter-spacing: calc(20 / 1000 * 1em);
}
