.l-footer {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  @media all and (min-width: 1024px) {
    border-top: 20px solid #f3d582;
    border-left: 20px solid #f3d582;
    border-right: 20px solid #f3d582;
    padding: 165px 0 65px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 48px 0;
  }

  @media not all and (min-width: 1024px) {
    margin: 0 auto 0;
    border-top: 10px solid #f3d582;
    border-left: 10px solid #f3d582;
    border-right: 10px solid #f3d582;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: calc(100% - 16px);
    padding: 65px 0 35px;
  }
  @media (any-hover: hover) {
    a:hover {
      color: var(--secondary-color);
    }
  }
}

.l-footer__inner {
  margin: 0 auto;
  @media all and (min-width: 1024px) {
    max-width: 1060px;
    padding: 0 30px;
  }
  @media not all and (min-width: 1024px) {
    padding: 0 10px 0;
  }
}

.l-footer__logo {
  text-align: center;
  @media all and (min-width: 1024px) {
    margin-bottom: 62px;
    img {
      width: 394px;
    }
  }
  @media not all and (min-width: 1024px) {
    margin-bottom: 30px;
    img {
      width: 240px;
    }
  }
}

.l-footer__links {
  @media all and (min-width: 1024px) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 62px;
  }
  @media not all and (min-width: 1024px) {
    text-align: center;
    li {
      margin-bottom: 30px;
    }
    li:last-child {
      margin-bottom: 50px;
    }
  }
}

.l-footer__download {
  background: #ffffff;
  @media all and (min-width: 1024px) {
    height: 125px;
    display: flex;
    margin-bottom: 65px;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    gap: 0 24px;
    dt {
      margin-right: 26px;
    }
  }
  @media not all and (min-width: 1024px) {
    border-radius: 20px;
    padding: 25px 0;
    text-align: center;
    dt {
      margin-bottom: 20px;
    }
    dd:not(:last-of-type) {
      margin-bottom: 22px;
    }
  }
}

.l-footer__other {
  @media all and (min-width: 1024px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media not all and (min-width: 1024px) {
    text-align: center;
    margin: 30px 0 0;
  }
}

.l-footer__otherLink {
  @media not all and (min-width: 1024px) {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
}

.l-footer__otherCopy {
  @media not all and (min-width: 1024px) {
    line-height: 2;
  }
}
