.allura {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}

.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mv {
  background-image: url(../img/bg-red-01.png.webp);
  background-position: top left;
  background-repeat: repeat;
  background-size: 668px;
  display: flex;
  align-items: center;
  height: 18.75rem;
  margin-bottom: 3.75rem;
  position: relative;
}
.mv::after {
  content: "";
  display: block;
  background-image: repeating-linear-gradient(45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 1px, transparent 40px), repeating-linear-gradient(-45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 2px, transparent 40px);
  height: 3.75rem;
  position: absolute;
  bottom: -3.75rem;
  left: 0;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .mv::after {
    background-image: repeating-linear-gradient(45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 1px, transparent 30px), repeating-linear-gradient(-45deg, rgba(111, 0, 5, 0.2) 0px, rgba(111, 0, 5, 0.2) 0px, transparent 2px, transparent 30px);
  }
}
.mv .ttl01 .allura {
  display: block;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 769px) {
  .mv .ttl01 .allura {
    display: inline-block;
    font-size: 3.75rem;
    line-height: 3.75rem;
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}

.section {
  padding-top: 3.125rem;
}

.read-txt {
  color: #952429;
  font-size: 1rem;
}

.ttl03.border {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.ttl {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}

.txt {
  font-size: 0.875rem;
}

.bulleted-list {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.list {
  font-size: 0.875rem;
}
.list + .list {
  margin-top: 1.5625rem;
}
.list + .ttl {
  margin-top: 1.5625rem;
}
/*# sourceMappingURL=privacy.css.map */