@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
.g-bk_heading {
  position: relative;
  margin: 0 0 65px;
  text-align: center;
}
.g-bk_heading:before {
  position: relative;
  z-index: 0;
  content: "プライバシーポリシー";
  font-size: 8.4rem;
  letter-spacing: 13.44px;
  color: #F8F7F4;
  white-space: nowrap;
  text-align: center;
}
.g-bk_heading .large {
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  line-height: 1.7142857143;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .g-bk_heading {
    margin: 0 -15px 58px;
    overflow: hidden;
  }
  .g-bk_heading:before {
    font-size: 6.8rem;
    line-height: 1.7058823529;
    left: 50%;
    letter-spacing: 10.88px;
    margin: 0 0 0 -100%;
  }
  .g-bk_heading .large {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 4.16px;
  }
}
.g-bk_heading.en::before {
  content: 'Privacy Policy';
}

.description {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.9px;
  margin: 0 0 32px;
}

.privacy_list__heading {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
  font-weight: 700;
}
.privacy_list__text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.9px;
  margin: 0 0 24px;
}
.privacy_list__text p,
.privacy_list__text ul {
  margin: 0 0 24px;
}
.privacy_list__text ul li {
  position: relative;
  padding: 0 0 0 15px;
}
.privacy_list__text ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.year {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.9px;
}

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