@charset "UTF-8";
.adlp-footer {
  background-color: #1B3758;
  padding: min(calc(120 / 750 * 100vw), 120px) min(calc(60 / 750 * 100vw), 60px) min(calc(80 / 750 * 100vw), 80px);
}
.adlp-footer__menu__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto;
  gap: min(calc(24 / 750 * 100vw), 24px);
}
.adlp-footer__menu a {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: min(calc(22 / 750 * 100vw), 22px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-decoration: none;
}
.adlp-footer .adlp-footer__text {
  margin: min(calc(80 / 750 * 100vw), 80px) auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}
/*# sourceMappingURL=lp.css.map */
