.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 {
  padding-top: 5%;
  position: relative;
}
@media print, screen and (min-width: 1550px) {
  .mv {
    height: 34.75rem;
    padding-top: 5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .mv {
    padding-top: 6.25rem;
  }
}
.mv::before {
  content: "";
  display: block;
  background-image: url(../img/bg-red-01.png.webp);
  background-position: top left;
  background-repeat: repeat;
  background-size: 668px;
  padding-bottom: 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 1550px) {
  .mv::before {
    padding-bottom: 18.75rem;
  }
}
@media print, screen and (max-width: 768px) {
  .mv::before {
    padding-bottom: calc(40% + 3.125rem);
  }
}
.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);
  padding-bottom: 25%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@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);
  }
}
@media print, screen and (min-width: 1550px) {
  .mv::after {
    padding-bottom: 3.75rem;
    top: 18.75rem;
  }
}
@media print, screen and (max-width: 768px) {
  .mv::after {
    padding-bottom: calc(48% + 3.125rem);
  }
}
.mv-img {
  background-image: url(../img/price/mv.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem 0 0 1.25rem;
  margin-left: auto;
  padding-bottom: 31%;
  position: relative;
  width: 50%;
  z-index: 1;
}
@media print, screen and (min-width: 1550px) {
  .mv-img {
    border-radius: 1.25rem;
  }
}
@media print, screen and (max-width: 768px) {
  .mv-img {
    border-radius: 0.625rem 0 0 0.625rem;
    padding-bottom: 49%;
    width: 80%;
  }
}
.mv .inr-wide {
  position: relative;
}
.mv .inr {
  margin-top: -8.5%;
}
@media print, screen and (min-width: 1550px) {
  .mv .inr {
    margin-top: -10.625rem;
  }
}
@media print, screen and (max-width: 768px) {
  .mv .inr {
    margin-top: 1.875rem;
  }
}

.inr,
.inr-wide {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .section {
    padding-top: 8.75rem;
  }
}
.section + .section {
  padding-top: 0;
}

.table-basic .w20 {
  width: 12.5rem;
}
@media print, screen and (max-width: 768px) {
  .table-basic .w20 {
    width: 20%;
  }
}
.table-basic .w25 {
  width: 15.625rem;
}
@media print, screen and (max-width: 768px) {
  .table-basic .w25 {
    width: 25%;
  }
}
.table-basic .w40 {
  width: 25rem;
}
@media print, screen and (max-width: 768px) {
  .table-basic .w40 {
    width: 40%;
  }
}
.table-basic .w50 {
  width: 31.25rem;
}
@media print, screen and (max-width: 768px) {
  .table-basic .w50 {
    width: 50%;
  }
}
.table-basic .w60 {
  width: 37.5rem;
}
@media print, screen and (max-width: 768px) {
  .table-basic .w60 {
    width: 60%;
  }
}
.table-basic .small-cap div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
}
@media print, screen and (max-width: 768px) {
  .table-basic .small-cap div {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem;
  }
}
@media print, screen and (min-width: 769px) {
  .table-basic .pd-l-none div {
    padding-left: 0;
  }
}
.table-basic .special-cel div {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .table-basic .special-cel div {
    padding: 1.25rem 5rem;
  }
}

.caption {
  caption-side: bottom;
  font-size: 0.75rem;
  margin-top: 1.25rem;
  text-align: left;
}
.caption + .caption {
  margin-top: 0.1875rem;
}

@media print, screen and (max-width: 768px) {
  .ttl04 {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 769px) {
  .ttl04 + .table-scroll {
    margin-top: -2.1875rem;
  }
}

hr {
  background-color: #952429;
  height: 0.0625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  width: 100%;
}

.no-webp .mv::before {
  background-image: url(../img/bg-red-01.png);
}
/*# sourceMappingURL=price.css.map */