/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * Keyframes
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 320px) {
  .pageFv {
    height: 70vh;
    padding: 15vh 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .pageFv {
    height: 100vh;
    padding: 28.3vh 10vw 0;
  }
}

.pageHeadingEng {
  width: 50%;
  font-family: "acumin-pro", sans-serif;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 320px) {
  .pageHeadingEng {
    font-size: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageHeadingEng {
    font-size: 18rem;
  }
}

.pageHeading {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .pageHeading {
    font-size: 3rem;
    margin-top: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageHeading {
    font-size: 3rem;
    margin-top: 4.6rem;
  }
}

.pageBreadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  border-radius: 1rem;
  background: #867463;
  margin-top: 4.6rem;
}
@media screen and (min-width: 320px) {
  .pageBreadcrumb {
    font-size: 1.2rem;
    padding: 1rem 2rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageBreadcrumb {
    font-size: 1.8rem;
    padding: 2.2rem 7.8rem 2.2rem 4.8rem;
  }
}
.pageBreadcrumb .breadcrumbLink {
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 320px) {
  .pageBreadcrumb .breadcrumbLink {
    text-underline-offset: 0.2rem;
    margin-right: 3.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageBreadcrumb .breadcrumbLink {
    text-underline-offset: 0.5rem;
    margin-right: 5rem;
  }
}
.pageBreadcrumb .breadcrumbLink::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: rgb(var(--color-wh));
}
@media screen and (min-width: 320px) {
  .pageBreadcrumb .breadcrumbLink::before {
    top: calc(50% - 0.25rem);
    right: -2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageBreadcrumb .breadcrumbLink::before {
    top: calc(50% - 0.45rem);
    right: -3rem;
    width: 0.9rem;
    height: 0.9rem;
  }
}

@media screen and (min-width: 320px) {
  .pricelist {
    padding: 0 2.5vw;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist {
    padding: 0 1vw;
    margin-bottom: 64px;
  }
}
.pricelist .listInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #867463;
  background: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .pricelist .listInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 2rem;
    padding: 4.5rem 2.5vw 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist .listInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 4rem;
    padding: 19.4rem 4vw 24rem 9vw;
  }
}
.pricelist .sideNav {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 20rem;
  left: 0;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 320px) {
  .pricelist .sideNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.3rem;
    gap: 1.5rem 5rem;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist .sideNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    gap: 1rem 0;
    padding: 0;
  }
}
.pricelist .sideNavItem {
  position: relative;
}
@media screen and (min-width: 320px) {
  .pricelist .sideNavItem::before {
    position: absolute;
    content: "";
    top: calc(50% - 0.25rem);
    left: -1.3rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #867463;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist .sideNavItem::before {
    content: none;
  }
}
.pricelist .sideNavItem.current::before {
  position: absolute;
  content: "";
  top: calc(50% - 0.75rem);
  left: -4.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #867463;
}
.pricelist .listContent {
  overflow: clip;
}
@media screen and (min-width: 320px) {
  .pricelist .listContent {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist .listContent {
    width: 73.3%;
  }
}
.pricelist h2 {
  font-family: var(--font-unique);
  position: relative;
  font-weight: 400;
  counter-increment: count;
}
@media screen and (min-width: 320px) {
  .pricelist h2 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    padding: 2.5rem 0;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist h2 {
    font-size: 5.6rem;
    letter-spacing: 0.5rem;
    padding: 24rem 0 3.6rem;
    margin-top: 8rem;
  }
}
.pricelist h2::before {
  position: absolute;
  content: "PRICE " counter(count, decimal-leading-zero);
  left: 0;
  color: #FFFFFF;
  font-family: var(--font-head);
  font-weight: 400;
  letter-spacing: 0.1rem;
  background: #867463;
  border-radius: 2rem;
  padding: 0.5rem 2.3rem;
}
@media screen and (min-width: 320px) {
  .pricelist h2::before {
    top: 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist h2::before {
    top: 20rem;
    font-size: 2.1rem;
  }
}
.pricelist h2::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(134, 116, 99, 0.8), rgba(134, 116, 99, 0.8) 6px, transparent 6px);
  background-size: 10px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
@media screen and (min-width: 320px) {
  .pricelist h2::after {
    top: -5rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist h2::after {
    top: 7rem;
    font-size: 2.1rem;
  }
}
.pricelist h2:nth-of-type(1) {
  background-image: none;
}
@media screen and (min-width: 320px) {
  .pricelist h2:nth-of-type(1) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist h2:nth-of-type(1) {
    margin-top: -20rem;
  }
}
.pricelist h2:nth-of-type(1)::after {
  content: none;
}
.pricelist h3 {
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 320px) {
  .pricelist h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist h3 {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
}
.pricelist p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.778;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 320px) {
  .pricelist p {
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .pricelist p {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
  }
}/*# sourceMappingURL=price-list.css.map */