@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.privacy-content .ttl {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4375;
  margin-bottom: 50px;
}
@media (max-width: 428px) {
  .privacy-content .ttl {
    font-size: 22px;
  }
}
.privacy-content .desc {
  font-size: 18px;
  line-height: 1.4444444444;
}
@media (max-width: 428px) {
  .privacy-content .desc {
    font-size: 14px;
    line-height: 1.8;
  }
}
.privacy-content .desc.address {
  margin-top: 1.4444444444em;
}
@media (max-width: 428px) {
  .privacy-content .desc.address {
    margin-top: 1.8em;
  }
}
.privacy-content .subTtl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  margin-top: 1.4444444444em;
}
@media (max-width: 428px) {
  .privacy-content .subTtl {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 1.8em;
  }
}

/*# sourceMappingURL=privacypolicy.css.map */
