.footer-rakusta-lp__root {
  position: relative;
  width: 100%;
  border-top: calc(1 * var(--as1Px)) solid #C2C3C7;

  .rlp-footer {
    width: 100%;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(24 * var(--as1Px));
    @media (min-width: 0px) {
      padding: calc(46 * var(--as1Px)) calc(16 * var(--as1Px));
    }
    @media (min-width: 768px) {
      padding: calc(68 * var(--as1Px)) calc(16 * var(--as1Px));
    }
  }


  .rlp-footer__main {
    display: flex;
    align-items: center;
    gap: calc(24 * var(--as1Px));

    svg {
      height: calc(30 * var(--as1Px));
    }
    a {
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 500;
      font-size: calc(16 * var(--as1Px));
      line-height: 200%;
      color: #19191B;
    }
  }
  .rlp-footer__copyright {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-align: center;
    color: #19191B;
    @media (min-width: 0px) {
      font-size: calc(12 * var(--as1Px));
    }
    @media (min-width: 768px) {
      font-size: calc(14 * var(--as1Px));
    }
  }
}