.--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.--serif {
  font-family: "Noto Serif JP", serif;
}

.--en {
  font-family: "Roboto", sans-serif;
}

br {
  display: block;
}

.adlp-footer {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: min(calc(407 / 1080 * 100vw), 407px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    height: auto;
    justify-content: center;
    gap: calc(100 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: min(calc(133 / 1080 * 100vw), 133px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__content {
    flex-direction: column;
    align-items: center;
    gap: calc(100 / 750 * 100vw);
  }
}
.adlp-footer__logo {
  width: min(calc(234 / 1080 * 100vw), 234px);
  height: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__logo {
    width: calc(342 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
  }
}
.adlp-footer__company {
  width: min(calc(546 / 1080 * 100vw), 546px);
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__company {
    width: auto;
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-footer__row {
  display: flex;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .adlp-footer__row {
    gap: calc(20 / 750 * 100vw);
    align-items: flex-start;
  }
}
.adlp-footer__label {
  width: min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__label {
    width: calc(160 / 750 * 100vw);
  }
}
.adlp-footer__label p {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .adlp-footer__label p {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
.adlp-footer__value {
  flex: 1;
}
.adlp-footer__value p {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .adlp-footer__value p {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__copyright {
    order: 1;
  }
}
.adlp-footer__copyright p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__copyright p {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
}
/*# sourceMappingURL=lp.css.map */
