@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes arrow-link-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  49.99% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.privacy-content .desc {
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .privacy-content .desc {
    font-size: 3.2vw;
  }
}
.privacy-content .ttl {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4333333333;
  padding-top: 44px;
  margin-top: 44px;
  margin-bottom: 16px;
  border-top: 1px solid #C9C9C9;
}
@media (max-width: 768px) {
  .privacy-content .ttl {
    font-size: 4.8vw;
    padding-top: 8vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.privacy-content .list > li {
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .privacy-content .list > li {
    font-size: 3.2vw;
  }
}
.privacy-content .list > li:before {
  content: "・";
}

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