footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.footer-wrapper {
  width: 100%;
  height: 317px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #1f41cc 0%, #1e285c 100%);
  position: relative;
}

/* .footer-img {
  width: 1440px;
  height: 317px;
  flex-shrink: 0;
  aspect-ratio: 1440/317;
} */

.footer-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 134.349px;
  flex-shrink: 0;
}

.footer-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 694px;
  height: 166px;
}

.footer-img-star {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  max-width: 1440px;
  height: auto;
}

.footer-inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 1020px;
  height: 176px;
  padding: 58px 210px 83px;
}

.footer-inner-left-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-logo-img {
  width: 200px;
  height: 112px;
  flex-shrink: 0;
  aspect-ratio: 25/14;
}

.footer-privacy-policy {
  color: var(--Grays-White, var(--Grays-White, #fff));
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer-co-ltd {
  color: #fff;
  font-family: Outfit;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fotter-inner-right-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 0;
}

.footer-sns-img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}

.to-pagetop {
  position: fixed;
  right: 60px;
  bottom: 140px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 400ms ease;
}

.to-pagetop.is-shown {
  opacity: 1;
  z-index: 11;
}

.bt-top {
  width: 88px;
}

@media (max-width: 1080px) {
  .footer-wrapper {
    background: linear-gradient(180deg, #1f41cc 0%, #1e285c 100%);
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
  }

  .footer-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 356.752px;
    height: 371.902px;
    flex-shrink: 0;
  }

  .footer-apple_top-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 151.073px;
    height: 134.349px;
    flex-shrink: 0;
  }

  .footer-apple_bottom-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 169.018px;
  }

  .footer-inner-wrapper {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    height: auto;
    padding: 116px 50px;
    gap: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-logo-img {
    width: 200px;
    height: 112px;
    flex-shrink: 0;
    aspect-ratio: 25/14;
  }

  .footer-privacy-policy {
    color: var(--Grays-White, var(--Grays-White, #fff));
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .footer-co-ltd {
    color: #fff;
    font-family: Outfit;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .fotter-sns-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .footer-sns-img {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .to-pagetop {
    position: fixed;
    right: 30px;
    bottom: 60px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 400ms ease;
    z-index: 11;
  }

  .to-pagetop.is-shown {
    opacity: 1;
    z-index: 11;
  }

  .bt-top {
    width: 88px;
  }
}
