@charset "UTF-8";
.kv-company-name-wrapper,
.kv-bg-pearls {
  position: absolute;
}

.kv-company-name-wrapper {
  left: 50%;
  bottom: 0;
  color: white;
  transform: translateX(-50%);
  z-index: 1;
}

.kv-company-name {
  letter-spacing: 0.1em;
}

.kv-bg-pearls {
  z-index: 2;
}

.kv-side-image {
  object-fit: cover;
}

@media (min-width: 1401px) {
  .kv-section {
    height: 32.1428571429vw;
  }
  .kv-container {
    padding-top: 4.5714285714vw;
    width: 600px;
  }
  .kv-logo-image {
    width: 104px;
  }
  .kv-title {
    font-size: 58px;
  }
  .kv-title-text {
    white-space: nowrap;
  }
  .kv-title-sub {
    font-size: 28px;
    margin-top: 8px;
  }
  .kv-items {
    gap: 17px;
    margin-top: 30px;
  }
  .kv-item {
    height: 148px;
    padding-top: 10px;
    width: 150px;
  }
  .kv-item-tick {
    font-size: 29px;
  }
  .kv-item:not(.__item3) .kv-item-title-wrapper {
    margin-top: 5px;
  }
  .kv-item-title-sub {
    font-size: 18px;
  }
  .kv-item-title {
    font-size: 21px;
  }
  .kv-item.__item3 .kv-item-title {
    transform: translateY(-5px);
  }
  .kv-item-title-price {
    font-size: 62px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .kv-section {
    height: 32.1428571429vw;
  }
  .kv-container {
    padding-top: 4.5714285714vw;
    width: 42.8571428571vw;
  }
  .kv-logo-image {
    width: 7.4285714286vw;
  }
  .kv-title {
    font-size: 4.1428571429vw;
  }
  .kv-title-sub {
    font-size: 2vw;
    margin-top: 0.5714285714vw;
  }
  .kv-items {
    gap: 1.2142857143vw;
    margin-top: 2.1428571429vw;
  }
  .kv-item {
    height: 10.5714285714vw;
    padding-top: 0.7142857143vw;
    width: 10.7142857143vw;
  }
  .kv-item-tick {
    font-size: 2.0714285714vw;
  }
  .kv-item:not(.__item3) .kv-item-title-wrapper {
    margin-top: 0.3571428571vw;
  }
  .kv-item-title-sub {
    font-size: 1.2857142857vw;
  }
  .kv-item-title {
    font-size: 1.5vw;
  }
  .kv-item.__item3 .kv-item-title {
    transform: translateY(-0.3571428571vw);
  }
  .kv-item-title-price {
    font-size: 4.4285714286vw;
  }
}
@media (max-width: 640px) {
  .kv-section {
    height: 79.6875vw;
  }
  .kv-side-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .kv-container {
    background-image: none;
    height: 87.65625vw;
    padding-top: 7.34375vw;
  }
  .kv-title-wrapper {
    margin-top: 8.4375vw;
  }
  .kv-title {
    font-size: 10.9375vw;
  }
  .kv-title-sub {
    font-size: 5.625vw;
    margin-top: 2.1875vw;
  }
  .kv-items {
    gap: 1.5625vw;
    margin-top: 5.3125vw;
  }
  .kv-item {
    height: 27.03125vw;
    padding-top: 2.34375vw;
    width: 27.34375vw;
  }
  .kv-item-tick {
    font-size: 4.84375vw;
  }
  .kv-item-title-wrapper {
    gap: 1.40625vw;
    margin-top: 0.9375vw;
  }
  .kv-item.__item3 .kv-item-title-wrapper {
    transform: translateY(-0.78125vw);
  }
  .kv-item-title-sub {
    font-size: 2.96875vw;
  }
  .kv-item-title {
    font-size: 3.75vw;
  }
  .kv-item.__item3 .kv-item-title {
    transform: translateY(-2.5vw);
  }
  .kv-item-title-price {
    font-size: 10.625vw;
  }
}
.new-purchase-result-scales,
.new-purchase-result-scales-image {
  position: absolute;
}

.new-purchase-result-scales {
  right: 0;
  z-index: 0;
}

.new-purchase-result-scales-image {
  top: 0;
  left: 0;
  max-width: none;
}

.new-purchase-result-title {
  color: #67533F;
  line-height: 1.6875;
}

.new-purchase-result-swiper-wrapper {
  transition-timing-function: linear !important;
}

.new-purchase-result-swiper-slide {
  height: auto !important;
}

.new-purchase-result-item-title {
  line-height: 1.2222222222;
}

.new-purchase-result-item-price {
  color: #D8624C;
  align-self: flex-end;
}

@media (min-width: 1401px) {
  .new-purchase-result-title {
    font-size: 32px;
    padding-top: 28px;
    padding-bottom: 12px;
  }
  .new-purchase-result-item-image {
    border-radius: 10px;
    height: 180px;
  }
  .new-purchase-result-item-title {
    font-size: 18px;
    margin-top: 15px;
  }
  .new-purchase-result-item-price {
    font-size: 14px;
    margin-top: 4px;
  }
  .new-purchase-result-item-price .number {
    font-size: 22px;
    margin-left: 10px;
  }
  .new-purchase-result-item-price .unit {
    font-size: 18px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .new-purchase-result-title {
    font-size: 2.2857142857vw;
    padding-top: 2vw;
    padding-bottom: 0.8571428571vw;
  }
  .new-purchase-result-item-image {
    border-radius: 0.7142857143vw;
    height: 12.8571428571vw;
  }
  .new-purchase-result-item-title {
    font-size: 1.2857142857vw;
    margin-top: 1.0714285714vw;
  }
  .new-purchase-result-item-price {
    font-size: 1vw;
    margin-top: 0.2857142857vw;
  }
  .new-purchase-result-item-price .number {
    font-size: 1.5714285714vw;
    margin-left: 0.7142857143vw;
  }
  .new-purchase-result-item-price .unit {
    font-size: 1.2857142857vw;
  }
  .new-purchase-result-scales {
    top: 0.8571428571vw;
    height: 19.2142857143vw;
    width: 18.5714285714vw;
  }
  .new-purchase-result-scales-image {
    width: 25.6428571429vw;
  }
}
@media (max-width: 640px) {
  .new-purchase-result-wrapper {
    padding-bottom: 15.625vw;
  }
  .new-purchase-result-title {
    font-size: 6.875vw;
    padding-top: 3.4375vw;
    padding-bottom: 2.8125vw;
  }
  .new-purchase-result-item-image {
    border-radius: 1.5625vw;
    height: 33.75vw;
  }
  .new-purchase-result-item-title {
    font-size: 3.75vw;
    margin-top: 2.8125vw;
  }
  .new-purchase-result-item-price {
    font-size: 2.8125vw;
    margin-top: 2.8125vw;
  }
  .new-purchase-result-item-price .number {
    font-size: 4.6875vw;
    margin-left: 1.5625vw;
  }
  .new-purchase-result-item-price .unit {
    font-size: 3.4375vw;
  }
  .new-purchase-result-scales,
  .new-purchase-result-scales-image {
    display: none;
  }
  .new-purchase-result-swiper-pagination {
    bottom: 5.46875vw !important;
  }
  .new-purchase-result-swiper-pagination .swiper-pagination-bullet {
    background-color: #EBE2D8;
    height: 3.90625vw;
    margin-left: 1.5625vw;
    margin-right: 1.5625vw;
    width: 3.90625vw;
  }
  .new-purchase-result-swiper-pagination .swiper-pagination-bullet {
    background-color: #D8624C;
  }
}
.quick-wrapper {
  background-position: bottom center;
  background-repeat: repeat-x;
}

.quick-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/themes/ginza-re-pearl/assets/img/top/bg_waves_yellow_seamless.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  content: "";
  opacity: 0.33;
  z-index: -1;
}

.quick-bg,
.quick-bg-staff {
  position: absolute;
}

.quick-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.quick-bg-staff {
  bottom: 0;
  z-index: 10;
}

.quick-section-title-hint {
  background-color: var(--color-red);
  color: white;
}

@media (min-width: 1401px) {
  .quick-section {
    padding-top: 79px;
  }
  .quick-wrapper {
    padding-bottom: 38px;
  }
  .quick-wrapper:before {
    height: 75px;
  }
  .quick-bg-staff {
    left: 82px;
    width: 241px;
  }
  .quick-section-title-big {
    font-size: 32px;
    gap: 20px;
  }
  .quick-section-title {
    margin-top: 10px;
  }
  .quick-section-title-hint {
    border-radius: 6px;
    font-size: 26px;
    height: 52px;
    margin-top: 20px;
    width: 937px;
  }
  .quick-cta-container {
    margin-top: 34px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .quick-section {
    padding-top: 5.6428571429vw;
  }
  .quick-wrapper {
    padding-bottom: 2.7142857143vw;
  }
  .quick-wrapper:before {
    height: 5.3571428571vw;
  }
  .quick-bg-staff {
    left: 5.8571428571vw;
    width: 17.2142857143vw;
  }
  .quick-section-title-big {
    font-size: 2.2857142857vw;
    gap: 1.4285714286vw;
  }
  .quick-section-title {
    margin-top: 0.7142857143vw;
  }
  .quick-section-title-hint {
    border-radius: 0.4285714286vw;
    font-size: 1.8571428571vw;
    height: 3.7142857143vw;
    margin-top: 1.4285714286vw;
    width: 66.9285714286vw;
  }
  .quick-cta-container {
    margin-top: 2.4285714286vw;
  }
}
@media (min-width: 641px) {
  .quick-cta-container {
    background-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 640px) {
  .quick-section {
    padding-top: 10.78125vw;
  }
  .quick-wrapper {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 11.5625vw;
  }
  .quick-wrapper:before {
    height: 13.28125vw;
  }
  .quick-bg-staff {
    left: 8.59375vw;
    bottom: 48.75vw;
    width: 28.125vw;
  }
  .quick-section-title-big {
    font-size: 6.25vw;
  }
  .quick-section-title-big .bubble-chain.__left {
    transform: translate(-2.03125vw, 7.03125vw);
  }
  .quick-section-title-big .bubble-chain.__right {
    transform: translate(2.03125vw, 7.03125vw);
  }
  .quick-section-title {
    margin-top: 3.75vw;
  }
  .quick-section-title-sub {
    margin-top: 1.71875vw;
  }
  .quick-section-title-hint {
    border-radius: 0.9375vw;
    font-size: 4.375vw;
    height: 15.625vw;
    line-height: 1.3571428571;
    margin-top: 3.125vw;
    width: 100%;
  }
}
.price-scales,
.price-scales-image {
  position: absolute;
  max-width: none;
}

.price-scales {
  z-index: -1;
}

.price-scales.__left {
  left: 0;
}

.price-scales.__right {
  right: 0;
}

.price-block {
  --body-height: 0;
}

.price-block-header {
  background-color: #67533F;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  color: white;
}

.price-block:not(.__expanded) .price-block-header {
  transition: border-radius 0s 0.5s;
}

.price-block-header-title {
  line-height: 2.1538461538;
}

.price-block-header-arrow {
  transition: transform 0.5s;
}

.price-block-header-arrow:before {
  font-family: "Font Awesome 6 Pro";
}

.price-block.__expanded .price-block-header-arrow {
  transform: rotateX(180deg);
}

.price-block-body {
  border: 1px solid #B5A381;
  border-top: none;
}

.price-block.__expanded .price-block-body {
  transition: border-color 0s, margin-bottom 0.5s;
}

.price-block:not(.__expanded) .price-block-body {
  border-color: transparent;
  display: none;
  transition: border-color 0s 0.5s, margin-bottom 0.5s;
}

.price-table-row td {
  border-bottom: 2px solid #E0D5C0;
}

.price-table-title {
  line-height: 1.7;
}

.price-table-price .details {
  line-height: 1.375;
}

@media (min-width: 1401px) {
  .price-wrapper {
    padding-top: 50px;
    padding-bottom: 95px;
  }
  .price-scales.__left {
    bottom: 20px;
    height: 375px;
    width: 303px;
  }
  .price-scales.__left .price-scales-image {
    left: -200px;
    height: 375px;
    width: 499px;
  }
  .price-scales.__right {
    top: 52px;
    height: 269px;
    width: 335px;
  }
  .price-scales.__right .price-scales-image {
    right: -13px;
    height: 269px;
    width: 359px;
  }
  .price-section-title-sub {
    margin-top: 5px;
  }
  .price-blocks {
    gap: 20px;
    margin-top: 34px;
    width: 1000px;
  }
  .price-block-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 27px 3px 19px;
  }
  .price-block:not(.__expanded) .price-block-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .price-block-header-main {
    gap: 11px;
  }
  .price-block-header-title {
    font-size: 26px;
  }
  .price-block-header-icon {
    width: 45px;
  }
  .price-block-header-arrow {
    font-size: 27px;
  }
  .price-block-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .price-block.__expanded .price-block-body {
    margin-bottom: 30px;
  }
  .price-block-body-wrapper {
    padding: 19px 60px 35px;
  }
  .price-table-title {
    font-size: 22px;
  }
  .price-table-title {
    height: 61px;
  }
  .price-table-price {
    padding-right: 126px;
  }
  .price-table-price .details {
    font-size: 16px;
  }
  .price-table-price .details .number {
    font-size: 24px;
    margin-left: 35px;
    width: 95px;
  }
  .price-table-price .details .unit {
    font-size: 18px;
    margin-left: 5px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .price-wrapper {
    padding-top: 3.5714285714vw;
    padding-bottom: 6.7857142857vw;
  }
  .price-scales.__left {
    bottom: 8.5714285714vw;
    height: 26.7857142857vw;
    width: 21.6428571429vw;
  }
  .price-scales.__left .price-scales-image {
    left: -14.2857142857vw;
    height: 26.7857142857vw;
    width: 35.6428571429vw;
  }
  .price-scales.__right {
    top: 3.7142857143vw;
    height: 19.2142857143vw;
    width: 23.9285714286vw;
  }
  .price-scales.__right .price-scales-image {
    right: -0.9285714286vw;
    height: 19.2142857143vw;
    width: 25.6428571429vw;
  }
  .price-section-title-sub {
    margin-top: 0.3571428571vw;
  }
  .price-blocks {
    gap: 1.4285714286vw;
    margin-top: 2.4285714286vw;
    width: 71.4285714286vw;
  }
  .price-block-header {
    border-top-left-radius: 0.7142857143vw;
    border-top-right-radius: 0.7142857143vw;
    padding: 0.2142857143vw 1.9285714286vw 0.2142857143vw 1.3571428571vw;
  }
  .price-block:not(.__expanded) .price-block-header {
    border-bottom-left-radius: 0.7142857143vw;
    border-bottom-right-radius: 0.7142857143vw;
  }
  .price-block-header-main {
    gap: 0.7857142857vw;
  }
  .price-block-header-title {
    font-size: 1.8571428571vw;
  }
  .price-block-header-icon {
    width: 3.2142857143vw;
  }
  .price-block-header-arrow {
    font-size: 1.9285714286vw;
  }
  .price-block-body {
    border-bottom-left-radius: 0.7142857143vw;
    border-bottom-right-radius: 0.7142857143vw;
  }
  .price-block.__expanded .price-block-body {
    margin-bottom: 2.1428571429vw;
  }
  .price-block-body-wrapper {
    padding: 1.3571428571vw 4.2857142857vw 2.5vw;
  }
  .price-table-title {
    font-size: 1.5714285714vw;
  }
  .price-table-title {
    height: 4.3571428571vw;
  }
  .price-table-price {
    padding-right: 9vw;
  }
  .price-table-price .details {
    font-size: 1.1428571429vw;
  }
  .price-table-price .details .number {
    font-size: 1.7142857143vw;
    margin-left: 2.5vw;
    width: 6.7857142857vw;
  }
  .price-table-price .details .unit {
    font-size: 1.2857142857vw;
    margin-left: 0.3571428571vw;
  }
}
@media (max-width: 640px) {
  .price-wrapper {
    padding-top: 10.9375vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 11.40625vw;
  }
  .price-scales.__left {
    bottom: -7.8125vw;
    height: 42.34375vw;
    width: 43.90625vw;
  }
  .price-scales.__left .price-scales-image {
    left: -29.6875vw;
    height: 40vw;
    width: 53.4375vw;
  }
  .price-scales.__right {
    top: 5.15625vw;
    height: 42.03125vw;
    width: 52.34375vw;
  }
  .price-scales.__right .price-scales-image {
    right: -16.40625vw;
    height: 42.03125vw;
    width: 56.09375vw;
  }
  .price-section-title-sub {
    margin-top: 2.34375vw;
  }
  .price-blocks {
    gap: 3.125vw;
    margin-top: 3.59375vw;
    width: 100%;
  }
  .price-block {
    --body-height: calc(100vw * 371 / 640);
  }
  .price-block-header {
    border-top-left-radius: 1.5625vw;
    border-top-right-radius: 1.5625vw;
    padding: 0.78125vw 2.96875vw 0.78125vw 2.5vw;
  }
  .price-block:not(.__expanded) .price-block-header {
    border-bottom-left-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
  }
  .price-block-header-main {
    gap: 1.71875vw;
  }
  .price-block-header-title {
    font-size: 4.375vw;
  }
  .price-block-header-icon {
    width: 7.03125vw;
  }
  .price-block-header-arrow {
    font-size: 4.21875vw;
  }
  .price-block-body {
    border-bottom-left-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
  }
  .price-block.__expanded .price-block-body {
    margin-bottom: 3.59375vw;
  }
  .price-table-row:last-child td {
    border-bottom: none;
  }
  .price-table-title {
    font-size: 3.4375vw;
  }
  .price-table-title {
    line-height: 1.3333333333;
    padding-top: 3.4375vw;
    padding-left: 3.4375vw;
    padding-right: 14.84375vw;
    padding-bottom: 2.96875vw;
  }
  .price-table-price {
    padding-right: 4.53125vw;
  }
  .price-table-price .details {
    font-size: 2.8125vw;
    transform: translateY(2.5vw);
  }
  .price-table-price .details .number {
    font-size: 4.6875vw;
    margin-left: 1.40625vw;
    width: 17.96875vw;
  }
  .price-table-price .details .unit {
    font-size: 3.4375vw;
    margin-left: 0.78125vw;
  }
}
.types-section {
  background-color: #F8F4EE;
}

.types-section-title-wrapper,
.types-container,
.types-cta-container {
  position: relative;
  z-index: 1;
}

.types-scales,
.types-scales-image,
.types-bg-staff {
  position: absolute;
}

.types-scales,
.types-scales-image {
  z-index: 0;
}

.types-scales.__left,
.types-scales.__right .types-scales-image {
  left: 0;
}

.types-scales.__right,
.types-scales.__left .types-scales-image {
  right: 0;
}

.types-scales.__right_lower {
  top: initial !important;
}

.types-bg-staff {
  bottom: 0;
  z-index: 10;
}

.types-wrapper {
  background-position: bottom center;
  background-repeat: repeat-x;
}

.types-container {
  font-family: var(--font-yu-gothic);
}

.types-price-title {
  line-height: 1.1818181818;
}

.types-price-table {
  border: 1px solid #E0D5C0;
  border-collapse: collapse;
}

.types-price-table td {
  line-height: 1.2;
}

.types-price-table tr:not(:last-child) td {
  border-bottom: 1px solid #E0D5C0;
}

.types-price-table td:nth-child(odd) {
  background-color: #F2F2F2;
}

.types-price-item-title {
  line-height: 1.2222222222;
}

@media (min-width: 1401px) {
  .types-wrapper {
    padding-top: 55px;
    padding-bottom: 92px;
  }
  .types-wrapper:before {
    height: 75px;
  }
  .types-container {
    margin-top: 23px;
    width: 1000px;
  }
  .types-price-wrapper {
    border-radius: 30px;
    padding: 26px 35px 44px;
  }
  .types-price-image {
    height: 224px;
    width: 224px;
  }
  .types-price-main {
    gap: 15px;
    margin-left: 30px;
  }
  .types-price-title {
    font-size: 24px;
  }
  .types-price-table tr {
    display: grid;
    grid-template-columns: 161px auto;
  }
  .types-price-table td {
    font-size: 20px;
    height: 43px;
  }
  .types-price-items {
    column-gap: 20px;
    row-gap: 36px;
    margin-top: 35px;
  }
  .types-price-item-title {
    font-size: 18px;
    margin-top: 9px;
  }
  .types-cta-container {
    margin-top: 89px;
  }
  .types-scales.__left {
    bottom: 539px;
    height: 374px;
    width: 303px;
  }
  .types-scales.__left .types-scales-image {
    height: 374px;
    width: 499px;
  }
  .types-scales.__right {
    top: -80px;
    height: 269px;
    width: 346px;
  }
  .types-scales.__right .types-scales-image {
    height: 269px;
    width: 359px;
  }
  .types-scales.__right_lower {
    bottom: -133px;
    height: 374px;
    width: 381px;
  }
  .types-scales.__right_lower .types-scales-image {
    height: 374px;
    width: 499px;
  }
  .types-bg-staff {
    right: 78px;
    width: 250px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .types-wrapper {
    padding-top: 3.9285714286vw;
    padding-bottom: 6.5714285714vw;
  }
  .types-wrapper:before {
    height: 5.3571428571vw;
  }
  .types-container {
    margin-top: 1.6428571429vw;
    width: 71.4285714286vw;
  }
  .types-price-wrapper {
    border-radius: 2.1428571429vw;
    padding: 1.8571428571vw 2.5vw 3.1428571429vw;
  }
  .types-price-image {
    height: 16vw;
    width: 16vw;
  }
  .types-price-main {
    gap: 1.0714285714vw;
    margin-left: 2.1428571429vw;
  }
  .types-price-title {
    font-size: 1.7142857143vw;
  }
  .types-price-table tr {
    display: grid;
    grid-template-columns: 11.5vw auto;
  }
  .types-price-table td {
    font-size: 1.4285714286vw;
    height: 3.0714285714vw;
  }
  .types-price-items {
    column-gap: 1.4285714286vw;
    row-gap: 2.5714285714vw;
    margin-top: 2.5vw;
  }
  .types-price-item-title {
    font-size: 1.2857142857vw;
    margin-top: 0.6428571429vw;
  }
  .types-cta-container {
    margin-top: 6.3571428571vw;
  }
  .types-scales.__left {
    bottom: 38.5vw;
    height: 26.7142857143vw;
    width: 21.6428571429vw;
  }
  .types-scales.__left .types-scales-image {
    height: 26.7142857143vw;
    width: 35.6428571429vw;
  }
  .types-scales.__right {
    top: -5.7142857143vw;
    height: 19.2142857143vw;
    width: 24.7142857143vw;
  }
  .types-scales.__right .types-scales-image {
    height: 19.2142857143vw;
    width: 25.6428571429vw;
  }
  .types-scales.__right_lower {
    bottom: -9.5vw;
    height: 26.7142857143vw;
    width: 27.2142857143vw;
  }
  .types-scales.__right_lower .types-scales-image {
    height: 26.7142857143vw;
    width: 35.6428571429vw;
  }
  .types-bg-staff {
    right: 5.5714285714vw;
    width: 17.8571428571vw;
  }
}
@media (min-width: 641px) {
  .types-price-items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 640px) {
  .types-wrapper {
    padding-top: 7.96875vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 8.59375vw;
  }
  .types-wrapper:before {
    height: 11.71875vw;
  }
  .types-section-title-sub {
    margin-top: 2.65625vw;
  }
  .types-section.__later .types-section-title-sub {
    margin-top: 1.875vw;
  }
  .types-container {
    margin-top: 6.71875vw;
    width: 100%;
  }
  .types-section.__later .types-container {
    margin-top: -2.5vw;
  }
  .types-price-wrapper {
    border-radius: 4.6875vw;
    padding: 10.625vw 5.46875vw 5.3125vw;
  }
  .types-price-image {
    position: absolute;
    top: 0;
    left: 50%;
    height: 16.40625vw;
    transform: translate(-50%, -50%);
    width: 16.40625vw;
  }
  .types-price-main {
    gap: 2.34375vw;
  }
  .types-price-title {
    font-size: 5vw;
  }
  .types-price-table tr {
    display: grid;
    grid-template-columns: 25.15625vw auto;
  }
  .types-price-table td {
    align-content: center;
    font-size: 3.75vw;
    height: 8.59375vw;
  }
  .types-price-table tr:last-child td:nth-child(1),
  .types-price-table tr:last-child td:nth-child(2) {
    border-bottom: 1px solid #E0D5C0;
  }
  .types-price-items {
    column-gap: 7.03125vw;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4.0625vw;
    margin-top: 5.46875vw;
  }
  .types-price-item:last-child {
    grid-column: 2;
  }
  .types-price-item-title {
    font-size: 3.125vw;
    margin-top: 1.40625vw;
  }
  .types-cta-container {
    margin-top: 9.375vw;
    padding-top: 5.625vw;
  }
  .types-cta-buttons {
    margin-top: 4.0625vw;
  }
  .types-scales.__left {
    bottom: 84.21875vw;
    height: 58.4375vw;
    width: 47.34375vw;
  }
  .types-scales.__left .types-scales-image {
    height: 58.4375vw;
    width: 77.96875vw;
  }
  .types-scales.__right {
    top: -12.5vw;
    height: 42.03125vw;
    width: 54.0625vw;
  }
  .types-scales.__right .types-scales-image {
    height: 42.03125vw;
    width: 56.09375vw;
  }
  .types-scales.__right_lower {
    bottom: -20.78125vw;
    height: 58.4375vw;
    width: 59.53125vw;
  }
  .types-scales.__right_lower .types-scales-image {
    height: 58.4375vw;
    width: 77.96875vw;
  }
  .types-bg-staff {
    left: 8.75vw;
    bottom: 45.78125vw;
    width: 28.125vw;
  }
}
.types-available-title {
  color: #67533F;
}

.types-available-container {
  position: relative;
  z-index: 10;
}

.types-available-item {
  background-color: white;
}

.types-available-item-image {
  aspect-ratio: 1;
  border-radius: 100%;
}

.types-available-item-name {
  color: #67533F;
}

@media (min-width: 1401px) {
  .types-available-wrapper {
    width: 1000px;
  }
  .types-available {
    margin-top: 54px;
  }
  .types-available-title {
    font-size: 29px;
    padding-bottom: 17px;
  }
  .types-available-container {
    grid-template-columns: 232px auto;
  }
  .types-available-items {
    gap: 15px;
    margin-left: 15px;
  }
  .types-available-item {
    border-radius: 10px;
    gap: 10px;
    padding: 8px;
  }
  .types-available-item.__first {
    padding: 18px;
  }
  .types-available-item-image {
    width: 105px;
  }
  .types-available-item.__first .types-available-item-image {
    width: 189px;
  }
  .types-available-item-name {
    font-size: 17px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .types-available-wrapper {
    width: 71.4285714286vw;
  }
  .types-available {
    margin-top: 3.8571428571vw;
  }
  .types-available-title {
    font-size: 2.0714285714vw;
    padding-bottom: 1.2142857143vw;
  }
  .types-available-container {
    grid-template-columns: 16.5714285714vw auto;
  }
  .types-available-items {
    gap: 1.0714285714vw;
    margin-left: 1.0714285714vw;
  }
  .types-available-item {
    border-radius: 0.7142857143vw;
    gap: 0.7142857143vw;
    padding: 0.5714285714vw;
  }
  .types-available-item.__first {
    padding: 1.2857142857vw;
  }
  .types-available-item-image {
    width: 7.5vw;
  }
  .types-available-item.__first .types-available-item-image {
    width: 13.5vw;
  }
  .types-available-item-name {
    font-size: 1.2142857143vw;
  }
}
@media (min-width: 641px) {
  .types-available-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .types-available-wrapper {
    width: 100%;
  }
  .types-available {
    border-radius: 4.6875vw;
    margin-top: 9.53125vw;
    padding: 4.53125vw 4.6875vw 5.46875vw;
  }
  .types-section.__later .types-available {
    margin-top: 2.34375vw;
  }
  .types-available-title {
    font-size: 5vw;
    padding-bottom: 3.125vw;
  }
  .types-available-items {
    gap: 0.78125vw;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-top: 2.34375vw;
  }
  .types-available-item {
    border-radius: 1.5625vw;
    gap: 1.5625vw;
    padding: 1.25vw;
  }
  .types-available-item.__first {
    flex-direction: row;
  }
  .types-available-item-image {
    width: 16.40625vw;
  }
  .types-available-item.__first .types-available-item-image {
    width: 21.875vw;
  }
  .types-available-item-name {
    font-size: 3.4375vw;
  }
  .types-available-item.__first .types-available-item-name {
    text-align: left;
  }
  .types-section.__later .cta-container {
    margin-top: 6.25vw;
  }
  .types-section.__later .cta-staff {
    left: 4.6875vw;
    bottom: 37.1875vw;
    width: 28.125vw;
  }
}
.price-tables-section {
  background-color: white;
}

.price-tables-wrapper {
  border: 1px solid #E8E1D6;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  z-index: 1;
}

.price-tables-title-wrapper {
  background-color: #E8E1D6;
  width: 100%;
}

.price-tables-note {
  background-color: #D8624C;
  border-radius: 5px;
  color: white;
  line-height: 1.5555555556;
}

.price-tables-introduction,
.price-tables-container {
  margin-top: 0;
}

.price-tables-introduction p {
  line-height: 1.8;
}

.price-tables-block.__block0 .price-tables-block-title,
.price-tables-block.__block1 .price-tables-block-title,
.price-tables-block.__block2 .price-tables-block-title {
  color: var(--color-red);
}

.price-tables-block.__block3 .price-tables-block-title,
.price-tables-block.__block4 .price-tables-block-title {
  color: #67533F;
}

.price-tables-block-table {
  border: 1px solid #E8E1D6;
  border-collapse: collapse;
  table-layout: fixed;
}

.price-tables-block-table-tr:not(:last-child) {
  border-bottom: 1px solid #E8E1D6;
}

.price-tables-block-table-th.__size,
.price-tables-block-table-td.__size {
  background-color: #F2F2F2;
  border-right: 1px solid #E8E1D6;
}

.price-tables-rank {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.price-tables-rank-title {
  color: #67533F;
  line-height: 1.5555555556;
}

.price-tables-rank-table {
  background-color: white;
  border: 1px solid #E0D5C0;
  border-collapse: collapse;
  table-layout: fixed;
}

.price-tables-rank-table tr:not(:last-child) {
  border-bottom: 1px solid #E0D5C0;
}

.price-tables-rank-table th:not(:first-child),
.price-tables-rank-table td {
  border-left: 1px solid #E0D5C0;
}

.price-tables-rank-table th {
  background-color: #EFE8DC;
}

@media (min-width: 1401px) {
  .price-tables-scales-right-image {
    bottom: -248px;
    height: 374px;
    width: 414px;
  }
  .price-tables-wrapper,
  .price-tables-rank {
    border-radius: 20px;
    width: 1200px;
  }
  .price-tables-wrapper {
    padding-bottom: 36px;
  }
  .price-tables-note {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 800px;
  }
  .price-tables-title-wrapper {
    border-radius: 20px 20px 0 0;
    padding-top: 19px;
    padding-bottom: 18px;
  }
  .price-tables-introduction {
    font-size: 20px;
    padding-top: 37px;
    padding-bottom: 34px;
  }
  .price-tables-blocks {
    column-gap: 30px;
    row-gap: 55px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .price-tables-block-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .price-tables-block-table-th,
  .price-tables-block-table-td {
    font-size: 18px;
  }
  .price-tables-block-table-th.__size,
  .price-tables-block-table-td.__size {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .price-tables-block {
    width: calc((100% - 60px) / 3);
  }
  .price-tables-note {
    margin-top: 42px;
  }
  .price-tables-rank {
    margin-top: 48px;
    padding-top: 24px;
    padding-left: 77px;
    padding-right: 77px;
    padding-bottom: 50px;
  }
  .price-tables-rank-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .price-tables-rank-table {
    font-size: 20px;
  }
  .price-tables-rank-table tr:first-child {
    height: 50px;
  }
  .price-tables-rank-table tr:not(:first-child) {
    height: 60px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .price-tables-scales-right-image {
    bottom: -17.7142857143vw;
    height: 26.7142857143vw;
    width: 29.5714285714vw;
  }
  .price-tables-wrapper,
  .price-tables-rank {
    border-radius: 1.4285714286vw;
    width: 85.7142857143vw;
  }
  .price-tables-wrapper {
    padding-bottom: 2.5714285714vw;
  }
  .price-tables-note {
    font-size: 1.2857142857vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 57.1428571429vw;
  }
  .price-tables-title-wrapper {
    border-radius: 1.4285714286vw 1.4285714286vw 0 0;
    padding-top: 1.3571428571vw;
    padding-bottom: 1.2857142857vw;
  }
  .price-tables-introduction {
    font-size: 1.4285714286vw;
    padding-top: 2.6428571429vw;
    padding-bottom: 2.4285714286vw;
  }
  .price-tables-blocks {
    column-gap: 2.1428571429vw;
    row-gap: 3.9285714286vw;
    padding-left: 7.1428571429vw;
    padding-right: 7.1428571429vw;
  }
  .price-tables-block-title {
    font-size: 1.7142857143vw;
    margin-bottom: 1.2857142857vw;
  }
  .price-tables-block-table-th,
  .price-tables-block-table-td {
    font-size: 1.2857142857vw;
  }
  .price-tables-block-table-th.__size,
  .price-tables-block-table-td.__size {
    padding-top: 0.7857142857vw;
    padding-bottom: 0.7857142857vw;
  }
  .price-tables-block {
    width: calc((100% - 4.2857142857vw) / 3);
  }
  .price-tables-note {
    margin-top: 3vw;
  }
  .price-tables-rank {
    margin-top: 3.4285714286vw;
    padding-top: 1.7142857143vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    padding-bottom: 3.5714285714vw;
  }
  .price-tables-rank-title {
    font-size: 2.5714285714vw;
    margin-bottom: 2.1428571429vw;
  }
  .price-tables-rank-table {
    font-size: 1.4285714286vw;
  }
  .price-tables-rank-table tr:first-child {
    height: 3.5714285714vw;
  }
  .price-tables-rank-table tr:not(:first-child) {
    height: 4.2857142857vw;
  }
}
@media (min-width: 641px) {
  .price-tables-rank {
    background-color: #F8F4EE;
  }
}
@media (max-width: 640px) {
  .price-tables-section {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 13.125vw;
  }
  .price-tables-scales-right-image {
    display: none;
  }
  .price-tables-wrapper,
  .price-tables-rank {
    border-radius: 3.125vw;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .price-tables-wrapper {
    padding-bottom: 5.625vw;
  }
  .price-tables-title-wrapper {
    border-radius: 3.125vw 3.125vw 0 0;
    padding-top: 4.53125vw;
    padding-bottom: 2.5vw;
  }
  .price-tables-title {
    font-size: 5.625vw;
    line-height: 1.2777777778;
  }
  .price-tables-introduction {
    font-size: 3.75vw;
    line-height: 1.9166666667;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
    width: 78.125vw;
  }
  .price-tables-container {
    align-items: center;
  }
  .price-tables-blocks {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 7.8125vw;
    margin-top: 3.125vw;
    width: 79.375vw;
  }
  .price-tables-block {
    width: 100%;
  }
  .price-tables-block-title {
    font-size: 5vw;
    margin-bottom: 2.96875vw;
  }
  .price-tables-block-table-th,
  .price-tables-block-table-td {
    font-size: 3.75vw;
  }
  .price-tables-block-table-th.__size,
  .price-tables-block-table-td.__size {
    padding-top: 2.65625vw;
    padding-bottom: 2.65625vw;
  }
  .price-tables-note {
    border-radius: 0.78125vw;
    font-size: 3.75vw;
    line-height: 1.5;
    margin-top: 10.46875vw;
    padding: 5.3125vw;
    width: 79.375vw;
  }
  .price-tables-rank {
    margin-top: 7.96875vw;
  }
  .price-tables-rank-title {
    background-color: #F8F4EE;
    border-radius: 3.125vw;
    font-size: 5vw;
    margin-bottom: 3.59375vw;
    padding-top: 1.40625vw;
    padding-bottom: 2.65625vw;
  }
  .price-tables-rank-table-wrapper {
    border: 1px solid #E0D5C0;
  }
  .price-tables-rank-table {
    border: none;
    font-size: 3.4375vw;
    width: 100%;
  }
  .price-tables-rank-table tr:first-child {
    height: 7.8125vw;
  }
  .price-tables-rank-table tr:not(:first-child) {
    height: 9.375vw;
  }
  .price-tables-rank-table tr:first-child th:first-child {
    width: 16.71875vw;
  }
}
.active-brands-item-cover-name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: rgba(103, 83, 63, 0.4549019608);
  font-family: "Times New Roman";
  transform: translateY(-50%);
  z-index: 1;
}

.active-brand-item-title {
  line-height: 1.6923076923;
}

.active-brand-item-text {
  line-height: 1.7777777778;
}

@media (min-width: 1401px) {
  .active-brands-wrapper {
    padding-top: 82px;
    padding-bottom: 60px;
  }
  .active-brands-scales.__left {
    top: 170px;
    height: 319px;
    width: 384px;
  }
  .active-brands-scales.__left .active-brands-scales-image {
    left: -34px;
    height: 319px;
    width: 181px;
  }
  .active-brands-scales.__left .active-brands-scales-image.__scale {
    top: 50px;
    left: -8px;
    height: 269px;
    width: 359px;
  }
  .active-brands-scales.__right {
    bottom: 50px;
    height: 295px;
    width: 184px;
  }
  .active-brands-scales.__right .active-brands-scales-image {
    height: 295px;
    width: 219px;
  }
  .active-brands-section-title-chain-border {
    margin-top: 10px;
  }
  .active-brands-items {
    gap: 40px;
    margin-top: 42px;
    width: 1000px;
  }
  .active-brands-item-cover {
    border-radius: 20px;
  }
  .active-brands-item-cover-name {
    font-size: 36px;
    height: 44px;
  }
  .active-brand-item-content {
    gap: 12px;
    margin-top: 24px;
  }
  .active-brand-item-title {
    font-size: 26px;
  }
  .active-brand-item-text {
    font-size: 18px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .active-brands-wrapper {
    padding-top: 5.8571428571vw;
    padding-bottom: 4.2857142857vw;
  }
  .active-brands-scales.__left {
    top: 12.1428571429vw;
    height: 22.7857142857vw;
    width: 27.4285714286vw;
  }
  .active-brands-scales.__left .active-brands-scales-image {
    left: -2.4285714286vw;
    height: 22.7857142857vw;
    width: 12.9285714286vw;
  }
  .active-brands-scales.__left .active-brands-scales-image.__scale {
    top: 3.5714285714vw;
    left: -0.5714285714vw;
    height: 19.2142857143vw;
    width: 25.6428571429vw;
  }
  .active-brands-scales.__right {
    bottom: 3.5714285714vw;
    height: 21.0714285714vw;
    width: 13.1428571429vw;
  }
  .active-brands-scales.__right .active-brands-scales-image {
    height: 21.0714285714vw;
    width: 15.6428571429vw;
  }
  .active-brands-section-title-chain-border {
    margin-top: 0.7142857143vw;
  }
  .active-brands-items {
    gap: 2.8571428571vw;
    margin-top: 3vw;
    width: 71.4285714286vw;
  }
  .active-brands-item-cover {
    border-radius: 1.4285714286vw;
  }
  .active-brands-item-cover-name {
    font-size: 2.5714285714vw;
    height: 3.1428571429vw;
  }
  .active-brand-item-content {
    gap: 0.8571428571vw;
    margin-top: 1.7142857143vw;
  }
  .active-brand-item-title {
    font-size: 1.8571428571vw;
  }
  .active-brand-item-text {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 640px) {
  .active-brands-wrapper {
    padding-top: 12.8125vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 9.375vw;
  }
  .active-brands-scales.__left {
    top: 9.375vw;
    height: 37.65625vw;
    width: 41.09375vw;
  }
  .active-brands-scales.__left .active-brands-scales-image {
    left: -7.65625vw;
    height: 36.71875vw;
    width: 20.9375vw;
  }
  .active-brands-scales.__left .active-brands-scales-image.__scale {
    top: 5.46875vw;
    left: -5vw;
    height: 30.9375vw;
    width: 41.40625vw;
  }
  .active-brands-scales.__right {
    bottom: -27.34375vw;
    height: 68.125vw;
    width: 50vw;
  }
  .active-brands-scales.__right .active-brands-scales-image {
    left: 29.21875vw;
    height: 42.1875vw;
    width: 31.25vw;
  }
  .active-brands-section-title-chain-border {
    margin-top: 2.65625vw;
    width: 83.90625vw;
  }
  .active-brands-items {
    flex-direction: column;
    gap: 14.375vw;
    margin-top: 6.5625vw;
    width: 100%;
  }
  .active-brands-item-cover {
    border-radius: 3.125vw;
  }
  .active-brands-item-cover-name {
    font-size: 5.625vw;
    height: 6.875vw;
  }
  .active-brand-item-content {
    gap: 1.875vw;
    margin-top: 2.03125vw;
  }
  .active-brand-item-title {
    font-size: 5vw;
  }
  .active-brand-item-text {
    font-size: 3.75vw;
  }
}
.appraisal-wrapper {
  background-position: bottom center;
  background-repeat: repeat-x;
}

.appraisal-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/themes/ginza-re-pearl/assets/img/top/bg_waves_yellow_seamless.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  content: "";
  opacity: 0.33;
  z-index: 0;
}

.appraisal-swiper-wrapper {
  transition-timing-function: linear !important;
}

.appraisal-item {
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.appraisal-item.__grey {
  background-color: #F5F5F4;
}

.appraisal-item:not(.__grey) {
  background-color: white;
}

.appraisal-item-title {
  color: #67533F;
  line-height: 2;
}

.appraisal-item-text {
  line-height: 1.875;
}

@media (min-width: 1401px) {
  .appraisal-wrapper {
    background-size: 91px;
    padding-top: 74px;
    padding-bottom: 0;
  }
  .appraisal-wrapper:before {
    height: 75px;
  }
  .appraisal-scales {
    top: -120px;
    height: 374px;
    width: 413px;
  }
  .appraisal-scales-image {
    height: 374px;
    width: 499px;
  }
  .appraisal-section-title-chain-border {
    margin-top: 14px;
  }
  .appraisal-swiper-wrapper {
    gap: 18px;
  }
  .appraisal-items {
    margin-top: 46px;
    padding-bottom: 6px;
  }
  .appraisal-item {
    height: 330px;
    padding-top: 32px;
    width: 330px;
  }
  .appraisal-item-icon {
    height: 45px;
    width: 45px;
  }
  .appraisal-item-title {
    font-size: 28px;
    margin-top: 3px;
  }
  .appraisal-item-text {
    font-size: 16px;
    margin-top: 7px;
    width: 220px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .appraisal-wrapper {
    background-size: 6.5vw;
    padding-top: 5.2857142857vw;
    padding-bottom: 0;
  }
  .appraisal-wrapper:before {
    height: 5.3571428571vw;
  }
  .appraisal-scales {
    top: -8.5714285714vw;
    height: 26.7142857143vw;
    width: 29.5vw;
  }
  .appraisal-scales-image {
    height: 26.7142857143vw;
    width: 35.6428571429vw;
  }
  .appraisal-section-title-chain-border {
    margin-top: 1vw;
  }
  .appraisal-swiper-wrapper {
    gap: 1.2857142857vw;
  }
  .appraisal-items {
    margin-top: 3.2857142857vw;
    padding-bottom: 0.4285714286vw;
  }
  .appraisal-item {
    height: 23.5714285714vw;
    padding-top: 2.2857142857vw;
    width: 23.5714285714vw;
  }
  .appraisal-item-icon {
    height: 3.2142857143vw;
    width: 3.2142857143vw;
  }
  .appraisal-item-title {
    font-size: 2vw;
    margin-top: 0.2142857143vw;
  }
  .appraisal-item-text {
    font-size: 1.1428571429vw;
    margin-top: 0.5vw;
    width: 15.7142857143vw;
  }
}
@media (max-width: 640px) {
  .appraisal-wrapper {
    background-size: 14.21875vw;
    padding-top: 0.9375vw;
    padding-bottom: 3.75vw;
  }
  .appraisal-wrapper:before {
    height: 11.71875vw;
  }
  .appraisal-scales {
    top: -58.4375vw;
    height: 58.4375vw;
    width: 64.53125vw;
  }
  .appraisal-scales-image {
    left: 14.375vw;
    height: 58.4375vw;
    width: 77.96875vw;
  }
  .appraisal-section-title-chain-border {
    margin-top: 3.90625vw;
  }
  .appraisal-items {
    height: 68.75vw;
    margin-top: 8.59375vw;
    padding-bottom: 0.9375vw;
  }
  .appraisal-item {
    padding-top: 6.5625vw;
  }
  .appraisal-item-icon {
    height: 9.375vw;
    width: 9.375vw;
  }
  .appraisal-item-title {
    font-size: 5.78125vw;
    margin-top: 1.25vw;
  }
  .appraisal-item-text {
    font-size: 3.4375vw;
    margin-top: 1.5625vw;
    width: 45.46875vw;
  }
  .appraisal-nav-bar {
    margin-top: 0.625vw;
    overflow-x: auto;
    padding-left: 3.59375vw;
    padding-right: 3.59375vw;
  }
  .appraisal-nav-bar-items {
    gap: 2.03125vw;
    height: 16.875vw;
    width: 162.03125vw;
  }
  .appraisal-nav-bar-item {
    border: 1px solid #B9B2B2;
    border-radius: 1.5625vw;
    color: #67533F;
    font-size: 3.75vw;
    height: 9.0625vw;
    transition: background-color 0.2s;
    width: 30.78125vw;
  }
  .appraisal-nav-bar-item:before {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 1.25vw);
    border-color: transparent transparent #D3B15D transparent;
    border-style: solid;
    border-width: 0 1.875vw 2.8125vw 1.875vw;
    content: "";
    height: 0;
    transform: translateX(-50%);
    transition: opacity 0.2s;
    width: 0;
    z-index: 1;
  }
  .appraisal-nav-bar-item.__active {
    background-color: #F5F5F4;
  }
  .appraisal-nav-bar-item:not(.__active) {
    background-color: white;
  }
  .appraisal-nav-bar-item:not(.__active):before {
    opacity: 0;
  }
}
.order-history-swiper-wrapper {
  transition-timing-function: linear !important;
}

.order-history-swiper-nav {
  background-color: #67533F;
  border-radius: 100%;
}

.order-history-swiper-nav:after {
  color: white;
}

.order-history-item {
  position: relative;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.order-history-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  transition: background-color 0.2s;
  z-index: 1;
}

.order-history-item.__grey:before {
  background-color: rgba(103, 83, 63, 0.36);
}

.order-history-item-title {
  line-height: 1.1818181818;
}

.order-history-item-spec-separator {
  border: none;
  border-top: 2px dotted #B5A381;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.order-history-item-spec-name {
  background-color: #F4EDE6;
  color: #937F6B;
  border-radius: 3px;
  clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 99%, 0 0);
}

.order-history-item-spec-value {
  color: #67533F;
}

.order-history-action {
  border: 2px solid #67533F;
  border-radius: 9999px;
  transition: background-color 0.2s, color 0.2s;
}

.order-history-action:hover {
  background-color: #67533F;
  color: #F8F3E9;
}

.order-history-action:not(:hover) {
  background-color: #F8F3E9;
  color: #67533F;
}

@media (min-width: 1401px) {
  .order-history-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .order-history-swiper-nav {
    height: 50px !important;
    width: 50px !important;
  }
  .order-history-swiper-nav.__prev {
    transform: translateX(150px);
  }
  .order-history-swiper-nav.__next {
    transform: translateX(-160px);
  }
  .order-history-swiper-nav:after {
    font-size: 20px !important;
  }
  .order-history-swiper-slide {
    padding-bottom: 5px;
  }
  .order-history-section-title-chain-border {
    margin-top: 12px;
  }
  .order-history-items {
    margin-top: 42px;
  }
  .order-history-item,
  .order-history-item:before {
    border-radius: 20px;
  }
  .order-history-item {
    padding: 15px;
  }
  .order-history-item-image {
    border-radius: 10px;
    height: 180px;
  }
  .order-history-item-title {
    font-size: 22px;
    margin-top: 9px;
  }
  .order-history-item-specs,
  .order-history-item-spec {
    gap: 6px;
  }
  .order-history-item-specs {
    margin-top: 11px;
  }
  .order-history-item-spec-name {
    font-size: 14px;
    height: 22px;
    padding-left: 9px;
    width: 80px;
  }
  .order-history-item-price {
    font-size: 14px;
    margin-top: 16px;
  }
  .order-history-item-price .number {
    font-size: 28px;
    margin-left: 10px;
  }
  .order-history-item-price .unit {
    font-size: 18px;
  }
  .order-history-action {
    font-size: 24px;
    gap: 40px;
    height: 80px;
    margin-top: 38px;
    min-width: 457px;
    padding: 0 40px;
    width: fit-content;
  }
  .order-history-action-text,
  .order-history-action-arrow {
    transform: translateX(20px);
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .order-history-wrapper {
    padding-top: 4.7857142857vw;
    padding-bottom: 3.5714285714vw;
  }
  .order-history-swiper-nav {
    height: 3.5714285714vw !important;
    width: 3.5714285714vw !important;
  }
  .order-history-swiper-nav.__prev {
    transform: translateX(11.4285714286vw);
  }
  .order-history-swiper-nav.__next {
    transform: translateX(-11.4285714286vw);
  }
  .order-history-swiper-nav:after {
    font-size: 1.4285714286vw !important;
  }
  .order-history-swiper-slide {
    padding-bottom: 0.3571428571vw;
  }
  .order-history-section-title-chain-border {
    margin-top: 0.8571428571vw;
  }
  .order-history-items {
    margin-top: 3vw;
  }
  .order-history-item,
  .order-history-item:before {
    border-radius: 1.4285714286vw;
  }
  .order-history-item {
    padding: 1.0714285714vw;
  }
  .order-history-item-image {
    border-radius: 0.7142857143vw;
    height: 12.8571428571vw;
  }
  .order-history-item-title {
    font-size: 1.5714285714vw;
    margin-top: 0.6428571429vw;
  }
  .order-history-item-specs,
  .order-history-item-spec {
    gap: 0.4285714286vw;
  }
  .order-history-item-specs {
    margin-top: 0.7857142857vw;
  }
  .order-history-item-spec-name {
    font-size: 1vw;
    height: 1.5714285714vw;
    padding-left: 0.6428571429vw;
    width: 5.7142857143vw;
  }
  .order-history-item-price {
    font-size: 1vw;
    margin-top: 1.1428571429vw;
  }
  .order-history-item-price .number {
    font-size: 2vw;
    margin-left: 0.7142857143vw;
  }
  .order-history-item-price .unit {
    font-size: 1.2857142857vw;
  }
  .order-history-action {
    font-size: 1.7142857143vw;
    gap: 2.8571428571vw;
    height: 5.7142857143vw;
    margin-top: 2.7142857143vw;
    min-width: 32.6428571429vw;
    padding: 0 2.8571428571vw;
    width: fit-content;
  }
  .order-history-action-text,
  .order-history-action-arrow {
    transform: translateX(1.4285714286vw);
  }
}
@media (max-width: 640px) {
  .order-history-section {
    position: relative;
    z-index: 1;
  }
  .order-history-wrapper {
    padding-top: 2.5vw;
    padding-left: 5.46875vw;
    padding-right: 5.46875vw;
    padding-bottom: 7.8125vw;
  }
  .order-history-section-title-chain-border {
    margin-top: 3.90625vw;
  }
  .order-history-items {
    /*gap: calc(100vw * 27 / 640);*/
    max-height: 0;
    margin-top: 5.78125vw;
    /*padding-top: calc(100vw * 10 / 640);*/
    /*padding-bottom: calc(100vw * 10 / 640);*/
    transition: max-height 1s;
  }
  .order-history-item,
  .order-history-item:before {
    border-radius: 3.125vw;
  }
  .order-history-item {
    align-items: flex-start;
    flex-direction: row;
    gap: 3.28125vw;
    margin-bottom: 4.21875vw;
    padding: 2.96875vw 2.34375vw;
  }
  .order-history-item-cover {
    height: 37.65625vw;
    width: 39.0625vw;
  }
  .order-history-item-image {
    border-radius: 1.5625vw;
    height: 29.375vw;
  }
  .order-history-item-title {
    font-size: 4.375vw;
    line-height: 1.3571428571;
  }
  .order-history-item-specs,
  .order-history-item-spec {
    gap: 1.5625vw;
  }
  .order-history-item-specs {
    margin-top: 1.71875vw;
  }
  .order-history-item-spec-name {
    font-size: 2.8125vw;
    height: 4.6875vw;
    padding-left: 1.40625vw;
    width: 15.625vw;
  }
  .order-history-item-price {
    font-size: 2.8125vw;
    margin-top: 2.5vw;
  }
  .order-history-item-spec-value {
    font-size: 3.125vw;
  }
  .order-history-item-price .number {
    font-size: 5.3125vw;
    margin-left: 0.78125vw;
  }
  .order-history-item-price .unit {
    font-size: 3.125vw;
  }
  .order-history-action {
    font-size: 4.375vw;
    gap: 2.65625vw;
    height: 15.625vw;
    margin-top: 10vw;
    min-width: 78.125vw;
    padding: 0 6.25vw;
    width: fit-content;
  }
}
.about-section {
  position: relative;
  z-index: 1;
}

.brand-about-wrapper {
  padding: 60px 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .brand-about-wrapper {
    padding: 80px 40px;
    margin-bottom: 80px;
  }
}

.brand-about-title {
  font-size: 28px;
  font-weight: bold;
  color: #67533F;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .brand-about-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.brand-about-heading {
  font-size: 20px;
  font-weight: bold;
  color: #67533F;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .brand-about-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.brand-about-image-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .brand-about-image-wrapper {
    margin-bottom: 40px;
  }
}

.brand-about-image {
  width: 100%;
  height: auto;
  display: block;
}

.brand-about-content {
  max-width: 800px;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.brand-about-content p {
  margin-bottom: 1em;
}
.brand-about-content p:last-child {
  margin-bottom: 0;
}
.brand-about-content h3, .brand-about-content h4, .brand-about-content h5, .brand-about-content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #67533F;
}
.brand-about-content ul, .brand-about-content ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
@media (min-width: 768px) {
  .brand-about-content {
    font-size: 18px;
  }
}

.brand-reason-wrapper {
  padding: 60px 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .brand-reason-wrapper {
    padding: 80px 40px;
    margin-bottom: 80px;
  }
}

.brand-reason-title {
  font-size: 28px;
  font-weight: bold;
  color: #67533F;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .brand-reason-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.brand-reason-heading {
  font-size: 20px;
  font-weight: bold;
  color: #67533F;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .brand-reason-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.brand-reason-image-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .brand-reason-image-wrapper {
    margin-bottom: 40px;
  }
}

.brand-reason-image {
  width: 100%;
  height: auto;
  display: block;
}

.brand-reason-content {
  max-width: 800px;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.brand-reason-content p {
  margin-bottom: 1em;
}
.brand-reason-content p:last-child {
  margin-bottom: 0;
}
.brand-reason-content h3, .brand-reason-content h4, .brand-reason-content h5, .brand-reason-content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #67533F;
}
.brand-reason-content ul, .brand-reason-content ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
@media (min-width: 768px) {
  .brand-reason-content {
    font-size: 18px;
  }
}

.about-wrapper:after,
.about-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
}

.about-wrapper:after {
  top: 0;
  background-image: linear-gradient(41deg, #F8F4EE 0%, white 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.about-wrapper:before {
  background-image: url(/wp-content/themes/ginza-re-pearl/assets/img/top/bg_waves_yellow_seamless.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  opacity: 0.33;
  z-index: 0;
}

.about-items {
  position: static;
  z-index: 1;
}

.about-item-title {
  color: #67533F;
  line-height: 2.4347826087;
}

.about-item-text {
  line-height: 1.875;
}

.problem-item {
  background-color: #F8F4EE;
}

.problem-item:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E0D5C0;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.about-cta-container {
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 1401px) {
  .about-wrapper {
    padding-top: 42px;
    padding-bottom: 81px;
  }
  .about-wrapper:before {
    height: 75px;
  }
  .about-section-title {
    font-size: 40px;
    margin-top: 21px;
  }
  .about-section-title-extra {
    font-size: 30px;
    margin-top: 49px;
  }
  .about-section-title-sub {
    font-size: 20px;
    margin-top: 23px;
    width: 703px;
  }
  .about-items {
    gap: 44px 50px;
    margin-top: 49px;
    width: 940px;
  }
  .about-item-title {
    font-size: 23px;
    margin-top: 10px;
  }
  .about-item-text {
    font-size: 16px;
  }
  .problem,
  .problem-item,
  .problem-item:after {
    border-radius: 20px;
  }
  .problem {
    margin-top: 49px;
    padding: 48px 102px 58px;
    width: 1200px;
  }
  .problem-title {
    font-size: 36px;
  }
  .problem-title-chain-border {
    margin-top: 22px;
    width: 538px;
  }
  .problem-items {
    gap: 33px 39px;
    margin-top: 45px;
    width: 937px;
  }
  .problem-item {
    font-size: 24px;
    gap: 10px;
    height: 108px;
  }
  .problem-item:after {
    transform: translate(-9px, -6px);
  }
  .problem-item-number,
  .problem-item-title {
    transform: translateY(-6px);
  }
  .about-cta-container {
    margin-top: 55px;
  }
  .about-bg-staff {
    right: 71px;
    width: 343px;
  }
  .about-bg-pearls.__left1 {
    top: 123px;
    height: 319px;
    width: 350px;
  }
  .about-bg-pearls.__left1 .about-bg-pearls-image.__pearls {
    right: 203px;
    height: 319px;
    width: 181px;
  }
  .about-bg-pearls.__left1 .about-bg-pearls-image.__scale {
    top: 50px;
    height: 269px;
    width: 359px;
  }
  .about-bg-pearls.__left2 {
    top: 704px;
    left: 46px;
    height: 176px;
    width: 131px;
  }
  .about-bg-pearls.__right1 {
    top: 258px;
    height: 295px;
    width: 219px;
  }
  .about-bg-pearls.__right1 .about-bg-pearls-image {
    left: 35px;
    height: 295px;
    width: 219px;
  }
  .about-bg-pearls.__right2 {
    top: 852px;
    height: 400px;
    width: 315px;
  }
  .about-bg-pearls.__right2 .about-bg-pearls-image.__pearls {
    left: 135px;
    height: 260px;
    width: 160px;
  }
  .about-bg-pearls.__right2 .about-bg-pearls-image.__scale {
    top: 130px;
    height: 269px;
    width: 359px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .about-wrapper {
    padding-top: 3vw;
    padding-bottom: 5.7857142857vw;
  }
  .about-wrapper:before {
    height: 5.3571428571vw;
  }
  .about-section-title {
    font-size: 2.8571428571vw;
    margin-top: 1.5vw;
  }
  .about-section-title-extra {
    font-size: 2.1428571429vw;
    margin-top: 3.5vw;
  }
  .about-section-title-sub {
    font-size: 1.4285714286vw;
    margin-top: 1.6428571429vw;
    width: 50.2142857143vw;
  }
  .about-items {
    gap: 3.1428571429vw 3.5714285714vw;
    margin-top: 3.5vw;
    width: 67.1428571429vw;
  }
  .about-item-title {
    font-size: 1.6428571429vw;
    margin-top: 0.7142857143vw;
  }
  .about-item-text {
    font-size: 1.1428571429vw;
  }
  .problem,
  .problem-item,
  .problem-item:after {
    border-radius: 1.4285714286vw;
  }
  .problem {
    margin-top: 3.5vw;
    padding: 3.4285714286vw 7.2857142857vw 4.1428571429vw;
    width: 85.7142857143vw;
  }
  .problem-title {
    font-size: 2.5714285714vw;
  }
  .problem-title-chain-border {
    margin-top: 1.5714285714vw;
    width: 38.4285714286vw;
  }
  .problem-items {
    gap: 2.3571428571vw 2.7857142857vw;
    margin-top: 3.2142857143vw;
    width: 66.9285714286vw;
  }
  .problem-item {
    font-size: 1.7142857143vw;
    gap: 0.7142857143vw;
    height: 7.7142857143vw;
  }
  .problem-item:after {
    transform: translate(-0.6428571429vw, -0.4285714286vw);
  }
  .problem-item-number,
  .problem-item-title {
    transform: translateY(-0.4285714286vw);
  }
  .about-cta-container {
    margin-top: 3.9285714286vw;
  }
  .about-bg-staff {
    right: 5.0714285714vw;
    width: 24.5vw;
  }
  .about-bg-pearls.__left1 {
    top: 8.7857142857vw;
    height: 22.7857142857vw;
    width: 25vw;
  }
  .about-bg-pearls.__left1 .about-bg-pearls-image.__pearls {
    right: 14.5vw;
    height: 22.7857142857vw;
    width: 12.9285714286vw;
  }
  .about-bg-pearls.__left1 .about-bg-pearls-image.__scale {
    top: 3.5714285714vw;
    height: 19.2142857143vw;
    width: 25.6428571429vw;
  }
  .about-bg-pearls.__left2 {
    top: 50.2857142857vw;
    left: 3.2857142857vw;
    height: 12.5714285714vw;
    width: 9.3571428571vw;
  }
  .about-bg-pearls.__right1 {
    top: 18.4285714286vw;
    height: 21.0714285714vw;
    width: 15.6428571429vw;
  }
  .about-bg-pearls.__right1 .about-bg-pearls-image {
    left: 2.5vw;
    height: 21.0714285714vw;
    width: 15.6428571429vw;
  }
  .about-bg-pearls.__right2 {
    top: 60.8571428571vw;
    height: 28.5714285714vw;
    width: 22.5vw;
  }
  .about-bg-pearls.__right2 .about-bg-pearls-image.__pearls {
    left: 9.6428571429vw;
    height: 18.5714285714vw;
    width: 11.4285714286vw;
  }
  .about-bg-pearls.__right2 .about-bg-pearls-image.__scale {
    top: 9.2857142857vw;
    height: 19.2142857143vw;
    width: 25.6428571429vw;
  }
}
@media (min-width: 641px) {
  .about-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .problem-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .about-wrapper {
    padding-top: 5vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 33.28125vw;
  }
  .about-wrapper:before {
    height: 11.71875vw;
  }
  .about-section-title-logo {
    width: 28.125vw;
  }
  .about-section-title {
    font-size: 7.8125vw;
    margin-top: 3.28125vw;
  }
  .about-section-title-extra {
    font-size: 5.625vw;
    line-height: 1.25;
    margin-top: 4.21875vw;
    text-align: center;
  }
  .about-section-title-sub {
    font-size: 3.75vw;
    margin-top: 4.6875vw;
  }
  .about-items {
    gap: 6.875vw 7.8125vw;
    margin-top: 7.65625vw;
    width: 100%;
  }
  .about-item {
    gap: 4.21875vw;
  }
  .about-item:nth-child(odd) {
    flex-direction: row;
  }
  .about-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-item-image {
    height: 24.84375vw;
    object-fit: cover;
    width: 33.125vw;
  }
  .about-item-content {
    gap: 2.03125vw;
  }
  .about-item-title {
    font-size: 4.6875vw;
    line-height: 1.8666666667;
    text-align: left;
  }
  .about-item-text {
    font-size: 3.125vw;
    line-height: 1.8;
  }
  .problem,
  .problem-item,
  .problem-item:after {
    border-radius: 3.125vw;
  }
  .problem {
    margin-top: 7.65625vw;
    padding-top: 8.125vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
    padding-bottom: 9.0625vw;
    width: 100%;
  }
  .problem-title {
    font-size: 6.875vw;
    line-height: 1.4090909091;
  }
  .problem-title-chain-border {
    margin-top: 1.09375vw;
    width: 84.0625vw;
  }
  .problem-items {
    flex-direction: column;
    gap: 5vw;
    margin-top: 6.09375vw;
    width: 80.3125vw;
  }
  .problem-item {
    font-size: 4.375vw;
    gap: 1.5625vw;
    height: 19.375vw;
  }
  .problem-item:after {
    transform: translate(-1.40625vw, -0.9375vw);
  }
  .problem-item-number,
  .problem-item-title {
    transform: translateY(-0.9375vw);
  }
  .about-cta-container-title {
    align-self: center;
  }
  .about-bg-staff {
    right: 37.1875vw;
    width: 60.15625vw;
  }
  .about-bg-pearls.__left1 {
    top: -9.84375vw;
    height: 41.5625vw;
    width: 52.96875vw;
  }
  .about-bg-pearls.__left1 .about-bg-pearls-image.__pearls {
    right: 31.71875vw;
    height: 41.25vw;
    width: 26.5625vw;
  }
  .about-bg-pearls.__left1 .about-bg-pearls-image.__scale {
    top: -29.6875vw;
    right: 24.375vw;
    height: 70.625vw;
    width: 68.59375vw;
  }
  .about-bg-scale.__left2 {
    bottom: 263.59375vw;
    left: 0;
    height: 73.90625vw;
    width: 83.90625vw;
  }
  .about-bg-scale.__left2 .about-bg-scale-image {
    height: 73.90625vw;
    width: 98.4375vw;
  }
  .about-bg-pearls.__right1 {
    top: -1.875vw;
    height: 75vw;
    width: 22.96875vw;
  }
  .about-bg-pearls.__right1 .about-bg-pearls-image {
    left: -1.5625vw;
    height: 75vw;
    width: 30vw;
  }
  .about-bg-pearls.__right2 {
    top: 133.125vw;
    height: 62.5vw;
    width: 49.21875vw;
  }
  .about-bg-pearls.__right2 .about-bg-pearls-image.__pearls {
    left: 113.28125vw;
    height: 73.90625vw;
    width: 57.8125vw;
  }
  .about-bg-pearls.__right2 .about-bg-pearls-image.__scale {
    left: -9.0625vw;
    height: 73.90625vw;
    width: 98.4375vw;
  }
  .about-cta-container {
    margin-top: 1.71875vw;
  }
}
.voice-title-wrapper:before {
  position: absolute;
  left: 0;
  color: #F4EFE6;
  content: attr(data-bg-text);
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
}

.voice-title {
  z-index: 1;
}

.voice-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.voice-item:nth-child(odd) {
  background-color: #FCF9F4;
}

.voice-item:nth-child(even) {
  background-color: #FDFCFA;
}

.voice-item-title {
  color: #67533F;
  line-height: 1.4166666667;
}

.voice-item-text {
  line-height: 1.875;
}

@media (min-width: 1401px) {
  .voice-wrapper {
    padding-bottom: 80px;
  }
  .voice-title-wrapper {
    height: 157px;
    padding-left: 99px;
  }
  .voice-title-wrapper:before {
    top: -39px;
    font-size: 210px;
  }
  .voice-title {
    font-size: 36px;
    transform: translateY(27px);
  }
  .voice-title small {
    font-size: 20px;
  }
  .voice-items {
    gap: 27px;
    margin-top: 40px;
    width: 998px;
  }
  .voice-item {
    border-radius: 20px;
    gap: 16px;
    padding-top: 33px;
    padding-left: 46px;
    padding-right: 80px;
    padding-bottom: 35px;
  }
  .voice-item-info,
  .voice-item-info-part {
    gap: 17px;
  }
  .voice-item-icon {
    font-size: 43px;
  }
  .voice-item-name,
  .voice-item-date {
    font-size: 16px;
  }
  .voice-item-rating {
    font-size: 20px;
  }
  .voice-item-title {
    font-size: 24px;
    margin-top: 13px;
  }
  .voice-item-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .voice-wrapper {
    padding-bottom: 5.7142857143vw;
  }
  .voice-title-wrapper {
    height: 11.2142857143vw;
    padding-left: 7.0714285714vw;
  }
  .voice-title-wrapper:before {
    top: -0.5714285714vw;
    font-size: 15vw;
  }
  .voice-title {
    font-size: 2.5714285714vw;
    transform: translateY(3.6428571429vw);
  }
  .voice-title small {
    font-size: 1.4285714286vw;
  }
  .voice-items {
    gap: 1.9285714286vw;
    margin-top: 4.6428571429vw;
    width: 71.2857142857vw;
  }
  .voice-item {
    border-radius: 1.4285714286vw;
    gap: 1.1428571429vw;
    padding-top: 2.3571428571vw;
    padding-left: 2.5714285714vw;
    padding-right: 5.7142857143vw;
    padding-bottom: 2.5vw;
  }
  .voice-item-info,
  .voice-item-info-part {
    gap: 1.2142857143vw;
  }
  .voice-item-icon {
    font-size: 3.0714285714vw;
  }
  .voice-item-name,
  .voice-item-date {
    font-size: 1.1428571429vw;
  }
  .voice-item-rating {
    font-size: 1.4285714286vw;
  }
  .voice-item-title {
    font-size: 1.7142857143vw;
    margin-top: 0.9285714286vw;
  }
  .voice-item-text {
    font-size: 1.1428571429vw;
    margin-top: 0.7142857143vw;
  }
}
@media (max-width: 640px) {
  .voice-wrapper {
    padding-top: 10vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 3.125vw;
  }
  .voice-title-wrapper {
    height: 24.53125vw;
  }
  .voice-title-wrapper:before {
    top: 3.4375vw;
    left: -6.09375vw;
    font-size: 32.8125vw;
  }
  .voice-title {
    align-items: center;
    flex-direction: column;
    font-size: 6.875vw;
    justify-content: center;
    text-align: center;
  }
  .voice-title small {
    font-size: 3.75vw;
    line-height: 1.9166666667;
    margin-top: 4.21875vw;
    text-align: left;
  }
  .voice-items {
    gap: 4.21875vw;
    margin-top: 3.75vw;
    width: 100%;
  }
  .voice-item {
    border-radius: 3.125vw;
    gap: 2.5vw;
    padding-top: 6.40625vw;
    padding-left: 4.21875vw;
    padding-right: 3.125vw;
    padding-bottom: 4.0625vw;
  }
  .voice-item-info,
  .voice-item-info-part {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.65625vw;
  }
  .voice-item-info-part {
    flex-direction: row;
  }
  .voice-item-icon {
    font-size: 6.71875vw;
  }
  .voice-item-name,
  .voice-item-date {
    font-size: 3.125vw;
    transform: translateY(-1.5625vw);
  }
  .voice-item-name {
    margin-left: 3.125vw;
  }
  .voice-item-rating {
    font-size: 2.8125vw;
    margin-top: -1.875vw;
    padding-left: 9.375vw;
    transform: translateY(-2.34375vw);
  }
  .voice-item-date {
    margin-left: 4.375vw;
  }
  .voice-item-title {
    font-size: 4.375vw;
    margin-top: 2.03125vw;
  }
  .voice-item-text {
    font-size: 3.4375vw;
    line-height: 1.9090909091;
    margin-top: 1.5625vw;
  }
}
.flow-section-title-wrapper,
.flow-main {
  position: relative;
  z-index: 1;
}

.flow-tab {
  background-color: #E0D5C0;
  width: 33.3333333333%;
}

.flow-main[data-active="1"] .flow-tab.__tab1,
.flow-main[data-active="2"] .flow-tab.__tab2,
.flow-main[data-active="3"] .flow-tab.__tab3 {
  background-color: #D8624C;
}

.flow-panels {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.flow-panel {
  display: none;
  overflow: hidden;
}

.flow-main[data-active="1"] .flow-panel.__panel1,
.flow-main[data-active="2"] .flow-panel.__panel2,
.flow-main[data-active="3"] .flow-panel.__panel3 {
  display: block;
}

.flow-panel-item {
  width: 25%;
}

.flow-panel-item:before {
  position: absolute;
  color: var(--color-red);
  content: attr(data-step);
  text-decoration: underline;
}

.flow-panel-item-title {
  color: #67533F;
}

.flow-panel-item-text {
  line-height: 1.875;
}

@media (min-width: 1401px) {
  .flow-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .flow-bg-pearls.__left1 {
    top: 102px;
    height: 319px;
    width: 350px;
  }
  .flow-bg-pearls.__left1 .flow-bg-pearls-image.__pearls {
    right: 203px;
    height: 319px;
    width: 181px;
  }
  .flow-bg-pearls.__left1 .flow-bg-pearls-image.__scale {
    top: 50px;
    height: 269px;
    width: 359px;
  }
  .flow-bg-pearls.__right1 {
    top: 239px;
    height: 295px;
    width: 219px;
  }
  .flow-bg-pearls.__right1 .flow-bg-pearls-image {
    left: 35px;
    height: 295px;
    width: 219px;
  }
  .flow-section-title-chain-border {
    margin-top: 12px;
    width: 538px;
  }
  .flow-main {
    margin-top: 21px;
    width: 1000px;
  }
  .flow-tab {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 28px;
    height: 60px;
  }
  .flow-panels {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 45px;
  }
  .flow-panel {
    padding-top: 43px;
    padding-left: 69px;
    padding-right: 69px;
  }
  .flow-panel-title {
    font-size: 28px;
  }
  .flow-panel-items {
    margin-top: 37px;
  }
  .flow-panel-item:before {
    top: 17px;
    font-size: 20px;
    text-underline-offset: 7px;
  }
  .flow-panel-item-separator {
    font-size: 24px;
    transform: translateY(73px);
  }
  .flow-panel-item-cover {
    padding: 5px;
  }
  .flow-panel-item-title {
    font-size: 22px;
    margin-top: 11px;
  }
  .flow-panel-item-text {
    font-size: 16px;
    margin-top: 11px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .flow-wrapper {
    padding-top: 3.5714285714vw;
    padding-bottom: 4.2857142857vw;
  }
  .flow-bg-pearls.__left1 {
    top: 7.2857142857vw;
    height: 22.7857142857vw;
    width: 25vw;
  }
  .flow-bg-pearls.__left1 .flow-bg-pearls-image.__pearls {
    right: 14.5vw;
    height: 22.7857142857vw;
    width: 12.9285714286vw;
  }
  .flow-bg-pearls.__left1 .flow-bg-pearls-image.__scale {
    top: 3.5714285714vw;
    height: 19.2142857143vw;
    width: 25.6428571429vw;
  }
  .flow-bg-pearls.__right1 {
    top: 17.0714285714vw;
    height: 21.0714285714vw;
    width: 15.6428571429vw;
  }
  .flow-bg-pearls.__right1 .flow-bg-pearls-image {
    left: 2.5vw;
    height: 21.0714285714vw;
    width: 15.6428571429vw;
  }
  .flow-section-title-chain-border {
    margin-top: 0.8571428571vw;
    width: 38.4285714286vw;
  }
  .flow-main {
    margin-top: 1.5vw;
    width: 71.4285714286vw;
  }
  .flow-tab {
    border-top-left-radius: 1.4285714286vw;
    border-top-right-radius: 1.4285714286vw;
    font-size: 2vw;
    height: 4.2857142857vw;
  }
  .flow-panels {
    border-bottom-left-radius: 1.4285714286vw;
    border-bottom-right-radius: 1.4285714286vw;
    padding-bottom: 3.2142857143vw;
  }
  .flow-panel {
    padding-top: 3.0714285714vw;
    padding-left: 4.9285714286vw;
    padding-right: 4.9285714286vw;
  }
  .flow-panel-title {
    font-size: 2vw;
  }
  .flow-panel-items {
    margin-top: 2.6428571429vw;
  }
  .flow-panel-item:before {
    top: 1.2142857143vw;
    font-size: 1.4285714286vw;
    text-underline-offset: 0.5vw;
  }
  .flow-panel-item-separator {
    font-size: 1.7142857143vw;
    transform: translateY(5.2142857143vw);
  }
  .flow-panel-item-cover {
    padding: 0.3571428571vw;
  }
  .flow-panel-item-title {
    font-size: 1.5714285714vw;
    margin-top: 0.7857142857vw;
  }
  .flow-panel-item-text {
    font-size: 1.1428571429vw;
    margin-top: 0.7857142857vw;
  }
}
@media (max-width: 640px) {
  .flow-wrapper {
    padding-top: 15.3125vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
    padding-bottom: 9.375vw;
  }
  .flow-bg-pearls.__left1 {
    top: -4.375vw;
    height: 40.3125vw;
    width: 46.25vw;
  }
  .flow-bg-pearls.__left1 .flow-bg-pearls-image.__pearls {
    right: 31.71875vw;
    height: 40.3125vw;
    width: 22.96875vw;
  }
  .flow-bg-pearls.__left1 .flow-bg-pearls-image.__scale {
    top: 7.8125vw;
    height: 34.0625vw;
    width: 45.3125vw;
  }
  .flow-bg-pearls.__right1 {
    top: 37.34375vw;
    height: 46.09375vw;
    width: 34.21875vw;
  }
  .flow-bg-pearls.__right1 .flow-bg-pearls-image {
    left: 5.46875vw;
    height: 46.09375vw;
    width: 34.21875vw;
  }
  .flow-section-title-chain-border {
    margin-top: 3.75vw;
    width: 84.0625vw;
  }
  .flow-section-title-sub {
    font-weight: normal;
    margin-top: 4.21875vw;
    width: 81.25vw;
  }
  .flow-main {
    margin-top: 4.0625vw;
    width: 100%;
  }
  .flow-tab {
    border-top-left-radius: 3.125vw;
    border-top-right-radius: 3.125vw;
    font-size: 4.375vw;
    height: 10.78125vw;
  }
  .flow-panels {
    border-bottom-left-radius: 3.125vw;
    border-bottom-right-radius: 3.125vw;
    padding-bottom: 7.03125vw;
  }
  .flow-panel {
    padding-top: 4.375vw;
  }
  .flow-panel-title {
    font-size: 5.625vw;
    line-height: 1.3888888889;
  }
  .flow-panel-items-wrapper {
    margin-top: 7.03125vw;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .flow-panel-items-wrapper::-webkit-scrollbar {
    height: 2.8125vw;
  }
  .flow-panel-items-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--color-red);
    border-radius: 9999px;
  }
  .flow-panel-items {
    width: 145.625vw;
  }
  .flow-panel-item:before {
    top: 1.875vw;
    font-size: 3.4375vw;
    text-underline-offset: 1.71875vw;
  }
  .flow-panel-item-separator {
    font-size: 3.75vw;
    transform: translateY(12.96875vw);
  }
  .flow-panel-item-cover {
    padding: 0.78125vw;
  }
  .flow-panel-item-title {
    font-size: 4.0625vw;
    margin-top: 4.21875vw;
  }
  .flow-panel-item-text {
    font-size: 3.125vw;
    line-height: 1.5;
    margin-top: 2.03125vw;
  }
}
.region-section {
  position: relative;
  background-image: linear-gradient(41deg, #F8F4EE 0%, white 100%);
  z-index: 1;
}

.region-title-line {
  border-color: #707070;
  margin: 0;
}

.region-block {
  background-color: white;
}

.region-block[data-region=北海道エリア] .region-block-title-icon {
  color: #EB6DA5;
}

.region-block[data-region=東北エリア] .region-block-title-icon {
  color: #36BEEF;
}

.region-block[data-region=関東エリア] .region-block-title-icon {
  color: #8DC43C;
}

.region-block[data-region=中部エリア] .region-block-title-icon {
  color: #F29B76;
}

.region-block[data-region=近畿エリア] .region-block-title-icon {
  color: #05ACA9;
}

.region-block[data-region=中国エリア] .region-block-title-icon {
  color: #F39800;
}

.region-block[data-region=四国エリア] .region-block-title-icon {
  color: #8F82BC;
}

.region-block[data-region=九州エリア] .region-block-title-icon {
  color: #05ACA9;
}

.region-block[data-region=北海道エリア] .region-names {
  margin-top: 0;
}

@media (min-width: 1401px) {
  .region-wrapper {
    padding-top: 107px;
    padding-bottom: 83px;
  }
  .region-title-wrapper,
  .region-main {
    width: 1000px;
  }
  .region-title-wrapper {
    margin-top: 116px;
  }
  .region-title-top {
    gap: 31px;
  }
  .region-title {
    font-size: 36px;
  }
  .region-title-sub {
    font-size: 20px;
    margin-top: 30px;
  }
  .region-main {
    margin-top: 30px;
  }
  .region-map-image {
    top: 20px;
    width: 440px;
  }
  .region-columns {
    gap: 11px;
    width: 651px;
  }
  .region-column {
    gap: 27px;
  }
  .region-block {
    border-radius: 30px;
    padding-top: 5px;
    padding-left: 13px;
    padding-right: 26px;
    padding-bottom: 22px;
  }
  .region-block-title {
    gap: 8 px;
  }
  .region-block-title-icon {
    font-size: 20 px;
  }
  .region-block-title-text {
    font-size: 18 px;
  }
  .region-block[data-region=北海道エリア] .region-names {
    margin-left: 6px;
  }
  .region-names {
    row-gap: 11px;
    margin-top: 14px;
  }
  .region-name {
    font-size: 16 px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .region-wrapper {
    padding-top: 7.6428571429vw;
    padding-bottom: 5.9285714286vw;
  }
  .region-title-wrapper,
  .region-main {
    width: 71.4285714286vw;
  }
  .region-title-wrapper {
    margin-top: 8.2857142857vw;
  }
  .region-title-top {
    gap: 2.2142857143vw;
  }
  .region-title {
    font-size: 2.5714285714vw;
  }
  .region-title-sub {
    font-size: 1.4285714286vw;
    margin-top: 2.1428571429vw;
  }
  .region-main {
    margin-top: 2.1428571429vw;
  }
  .region-map-image {
    top: 1.4285714286vw;
    width: 31.4285714286vw;
  }
  .region-columns {
    gap: 0.7857142857vw;
    width: 46.5vw;
  }
  .region-column {
    gap: 1.9285714286vw;
  }
  .region-block {
    border-radius: 2.1428571429vw;
    padding-top: 0.3571428571vw;
    padding-left: 1vw;
    padding-right: 1.8571428571vw;
    padding-bottom: 1.5714285714vw;
  }
  .region-block-title {
    gap: 0.5714285714vw;
  }
  .region-block-title-icon {
    font-size: 1.4285714286vw;
  }
  .region-block-title-text {
    font-size: 1.2857142857vw;
  }
  .region-block[data-region=北海道エリア] .region-names {
    margin-left: 0.4285714286vw;
  }
  .region-names {
    row-gap: 0.7857142857vw;
    margin-top: 1vw;
  }
  .region-name {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 641px) {
  .region-column {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .region-wrapper {
    padding-top: 16.71875vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 12.96875vw;
  }
  .region-title-wrapper,
  .region-main {
    width: 100%;
  }
  .region-title-wrapper {
    margin-top: 13.4375vw;
    padding-left: 2.34375vw;
  }
  .region-title-top {
    gap: 4.84375vw;
  }
  .region-title {
    font-size: 6.875vw;
  }
  .region-title-sub {
    font-size: 3.75vw;
    line-height: 1.9166666667;
    margin-top: 3.90625vw;
  }
  .region-main {
    align-items: stretch;
    flex-direction: column;
    margin-top: -21.875vw;
  }
  .region-map {
    height: 66.09375vw;
  }
  .region-map-image {
    top: -6.71875vw;
    right: 3.90625vw;
    width: 62.03125vw;
  }
  .region-columns {
    flex-direction: column;
    gap: 3.75vw;
    width: 100%;
  }
  .region-column {
    gap: 3.4375vw;
  }
  .region-block {
    align-items: center;
    border-radius: 3.125vw;
    flex-direction: row;
    padding-top: 2.5vw;
    padding-left: 4.6875vw;
    padding-right: 3.125vw;
    padding-bottom: 2.5vw;
  }
  .region-block-title {
    flex-shrink: 0;
    gap: 1.25vw;
    width: 26.5625vw;
  }
  .region-block-title-icon {
    font-size: 3.125vw;
  }
  .region-block-title-text {
    font-size: 3.4375vw;
  }
  .region-block[data-region=北海道エリア] .region-names {
    margin-left: 0.9375vw;
  }
  .region-names {
    row-gap: 1.71875vw;
  }
  .region-name {
    font-size: 3.125vw;
  }
}
.faq-title-wrapper:before {
  position: absolute;
  left: 0;
  color: #F4EFE6;
  content: attr(data-bg-text);
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
}

.faq-title {
  z-index: 1;
}

.faq-items {
  position: relative;
  z-index: 1;
}

.faq-item {
  --body-height: 0;
}

.faq-item-header {
  background-color: #67533F;
  transition: border-radius 0.5s;
}

.faq-item-header-arrow {
  transition: transform 0.5s;
}

.faq-item-header-arrow:before {
  font-family: "Font Awesome 6 Pro";
}

.faq-item.__expanded .faq-item-header-arrow {
  transform: rotateX(180deg);
}

.faq-item:not(.__expanded) .faq-item-body {
  display: none;
}

.faq-item-body-wrapper:before {
  position: absolute;
  color: #B5A381;
  content: "A";
  font-weight: bold;
}

.faq-item-body-wrapper {
  border: 1px solid #B5A381;
  line-height: 1.8;
}

.faq-cta-container {
  background-color: #F8F4EE;
  box-shadow: none;
  width: 100%;
}

.faq-cta-staff {
  z-index: 1;
}

@media (min-width: 1401px) {
  .faq-wrapper {
    padding-bottom: 80px;
  }
  .faq-title-wrapper {
    height: 157px;
    padding-left: 99px;
  }
  .faq-title-wrapper:before {
    top: -7px;
    font-size: 210px;
  }
  .faq-title {
    font-size: 36px;
    transform: translateY(52px);
  }
  .faq-items {
    gap: 24px;
    margin-top: 31px;
    width: 1000px;
  }
  .faq-item-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 23px;
    padding-top: 18px;
    padding-left: 51px;
    padding-right: 30px;
    padding-bottom: 18px;
  }
  .faq-item:not(.__expanded) .faq-item-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .faq-item-body,
  .faq-item-body-wrapper {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .faq-item-body-wrapper {
    font-size: 20px;
    padding-top: 30px;
    padding-left: 110px;
    padding-right: 30px;
    padding-bottom: 28px;
  }
  .faq-item-body-wrapper:before {
    top: 16px;
    left: 54px;
    font-size: 37px;
  }
  .faq-cta-container {
    margin-top: 51px;
    padding-top: 44px;
    padding-bottom: 48px;
    width: 1200px;
  }
  .faq-cta-staff {
    height: 281px;
    width: 217px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .faq-wrapper {
    padding-bottom: 5.7142857143vw;
  }
  .faq-title-wrapper {
    height: 11.2142857143vw;
    padding-left: 7.0714285714vw;
  }
  .faq-title-wrapper:before {
    top: -0.5vw;
    font-size: 15vw;
  }
  .faq-title {
    font-size: 2.5714285714vw;
    transform: translateY(3.7142857143vw);
  }
  .faq-items {
    gap: 1.7142857143vw;
    margin-top: 2.2142857143vw;
    width: 71.4285714286vw;
  }
  .faq-item-header {
    border-top-left-radius: 0.7142857143vw;
    border-top-right-radius: 0.7142857143vw;
    font-size: 1.6428571429vw;
    padding-top: 1.2857142857vw;
    padding-left: 3.6428571429vw;
    padding-right: 2.1428571429vw;
    padding-bottom: 1.2857142857vw;
  }
  .faq-item:not(.__expanded) .faq-item-header {
    border-bottom-left-radius: 0.7142857143vw;
    border-bottom-right-radius: 0.7142857143vw;
  }
  .faq-item-body,
  .faq-item-body-wrapper {
    border-bottom-left-radius: 0.7142857143vw;
    border-bottom-right-radius: 0.7142857143vw;
  }
  .faq-item-body-wrapper {
    font-size: 1.4285714286vw;
    padding-top: 2.1428571429vw;
    padding-left: 7.8571428571vw;
    padding-right: 2.1428571429vw;
    padding-bottom: 2vw;
  }
  .faq-item-body-wrapper:before {
    top: 1.1428571429vw;
    left: 3.8571428571vw;
    font-size: 2.6428571429vw;
  }
  .faq-cta-container {
    margin-top: 3.6428571429vw;
    padding-top: 3.1428571429vw;
    padding-bottom: 3.4285714286vw;
    width: 85.7142857143vw;
  }
  .faq-cta-staff {
    height: 20.0714285714vw;
    width: 15.5vw;
  }
}
@media (min-width: 641px) {
  .faq-cta-staff {
    right: 0;
  }
}
@media (max-width: 640px) {
  .faq-wrapper {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
    padding-bottom: 12.5vw;
  }
  .faq-title-wrapper {
    height: 25.625vw;
    justify-content: center;
    padding-top: 12.5vw;
  }
  .faq-title-wrapper:before {
    top: -4.21875vw;
    font-size: 32.8125vw;
  }
  .faq-title {
    font-size: 6.875vw;
    text-align: center;
  }
  .faq-items {
    gap: 2.8125vw;
    margin-top: 12.96875vw;
    width: 100%;
  }
  .faq-item.__expanded {
    /*margin-bottom: calc(100vw * 20 / 640);*/
  }
  .faq-item-header {
    border-top-left-radius: 1.5625vw;
    border-top-right-radius: 1.5625vw;
    font-size: 3.59375vw;
    padding-top: 3.28125vw;
    padding-left: 4.53125vw;
    padding-right: 3.59375vw;
    padding-bottom: 3.4375vw;
  }
  .faq-item-title {
    letter-spacing: 0.1em;
    line-height: 1.3571428571;
  }
  .faq-item-header-arrow {
    position: relative;
    top: 0.46875vw;
    font-size: 5vw;
  }
  .faq-item:not(.__expanded) .faq-item-header {
    border-bottom-left-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
  }
  .faq-item-body,
  .faq-item-body-wrapper {
    border-bottom-left-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
  }
  .faq-item-body-wrapper {
    font-size: 3.75vw;
    line-height: 1.9166666667;
    padding-top: 3.125vw;
    padding-left: 12.96875vw;
    padding-right: 4.6875vw;
    padding-bottom: 4.375vw;
  }
  .faq-item-body-wrapper:before {
    top: 0.46875vw;
    left: 4.53125vw;
    content: "A.";
    font-size: 5.625vw;
  }
  .faq-cta-container,
  .faq-cta-staff {
    display: none;
  }
}
.other-title-wrapper {
  border-bottom: 1px solid var(--color-red);
}

.other-title {
  line-height: 1.2;
}

.other-title-sub {
  line-height: 1.56;
}

.other-type {
  background-color: #F8F5F5;
}

.other-middle-text {
  line-height: 1.8888888889;
}

.other-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 0, 0, 0.58);
  content: "";
  z-index: 1;
}

.other-banner-content {
  position: relative;
  z-index: 2;
}

.other-banner-text {
  line-height: 1.7;
}

.other-banner-action {
  border: 2px solid #D8624C;
  border-radius: 9999px;
  transition: background-color 0.2s, color 0.2s;
}

.other-banner-action:hover {
  background-color: white;
  color: #D8624C;
}

.other-banner-action:not(:hover) {
  background-color: #D8624C;
  color: white;
}

@media (min-width: 1401px) {
  .other-wrapper {
    padding-top: 81px;
    padding-bottom: 58px;
  }
  .other-bg-pearls.__left1 {
    top: -108px;
    height: 319px;
    width: 350px;
  }
  .other-bg-pearls.__left1 .other-bg-pearls-image.__pearls {
    right: 203px;
    height: 319px;
    width: 181px;
  }
  .other-bg-pearls.__left1 .other-bg-pearls-image.__scale {
    top: 50px;
    height: 269px;
    width: 359px;
  }
  .other-bg-pearls.__right1 {
    top: 27px;
    height: 295px;
    width: 219px;
  }
  .other-bg-pearls.__right1 .other-bg-pearls-image {
    left: 35px;
    height: 295px;
    width: 219px;
  }
  .other-title-wrapper {
    padding-bottom: 27px;
    width: 845px;
  }
  .other-title-staff {
    right: -45px;
    width: 171px;
  }
  .other-title {
    font-size: 40px;
    margin-top: 11px;
  }
  .other-title-sub {
    font-size: 25px;
  }
  .other-title-sub svg {
    transform: translateY(4px);
  }
  .other-types {
    gap: 20px;
    margin-top: 40px;
    width: 1124px;
  }
  .other-type {
    border-radius: 5px;
    gap: 15px;
    padding: 9px;
  }
  .other-type-image {
    height: 52px;
    width: 52px;
  }
  .other-type-title {
    font-size: 20px;
  }
  .other-middle-text {
    font-size: 18px;
    margin-top: 29px;
  }
  .other-banner,
  .other-banner:before,
  .other-banner-image {
    border-radius: 20px;
  }
  .other-banner {
    height: 344px;
    margin-top: 53px;
    width: 1000px;
  }
  .other-banner-title {
    font-size: 48px;
  }
  .other-banner-text {
    font-size: 20px;
    margin-top: 17px;
    width: 703px;
  }
  .other-banner-action {
    font-size: 20px;
    gap: 35px;
    height: 70px;
    margin-top: 25px;
    width: 432px;
  }
  .other-banner-action-text,
  .other-banner-action-arrow {
    transform: translateX(10px);
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .other-wrapper {
    padding-top: 5.7857142857vw;
    padding-bottom: 4.1428571429vw;
  }
  .other-bg-pearls.__left1 {
    top: -7.7142857143vw;
    height: 22.7857142857vw;
    width: 25vw;
  }
  .other-bg-pearls.__left1 .other-bg-pearls-image.__pearls {
    right: 14.5vw;
    height: 22.7857142857vw;
    width: 12.9285714286vw;
  }
  .other-bg-pearls.__left1 .other-bg-pearls-image.__scale {
    top: 3.5714285714vw;
    height: 19.2142857143vw;
    width: 25.6428571429vw;
  }
  .other-bg-pearls.__right1 {
    top: 1.9285714286vw;
    height: 21.0714285714vw;
    width: 15.6428571429vw;
  }
  .other-bg-pearls.__right1 .other-bg-pearls-image {
    left: 2.5vw;
    height: 21.0714285714vw;
    width: 15.6428571429vw;
  }
  .other-title-wrapper {
    padding-bottom: 1.9285714286vw;
    width: 60.3571428571vw;
  }
  .other-title-staff {
    right: -3.2142857143vw;
    width: 12.2142857143vw;
  }
  .other-title {
    font-size: 2.8571428571vw;
    margin-top: 0.7857142857vw;
  }
  .other-title-sub {
    font-size: 1.7857142857vw;
  }
  .other-title-sub svg {
    transform: translateY(0.2857142857vw);
  }
  .other-types {
    gap: 1.4285714286vw;
    margin-top: 2.8571428571vw;
    width: 80.2857142857vw;
  }
  .other-type {
    border-radius: 0.3571428571vw;
    gap: 1.0714285714vw;
    padding: 0.6428571429vw;
  }
  .other-type-image {
    height: 3.7142857143vw;
    width: 3.7142857143vw;
  }
  .other-type-title {
    font-size: 1.4285714286vw;
  }
  .other-middle-text {
    font-size: 1.2857142857vw;
    margin-top: 2.0714285714vw;
  }
  .other-banner,
  .other-banner:before,
  .other-banner-image {
    border-radius: 1.4285714286vw;
  }
  .other-banner {
    height: 24.5714285714vw;
    margin-top: 3.7857142857vw;
    width: 71.4285714286vw;
  }
  .other-banner-title {
    font-size: 3.4285714286vw;
  }
  .other-banner-text {
    font-size: 1.4285714286vw;
    margin-top: 1.2142857143vw;
    width: 50.2142857143vw;
  }
  .other-banner-action {
    font-size: 1.4285714286vw;
    gap: 2.5vw;
    height: 5vw;
    margin-top: 1.7857142857vw;
    width: 30.8571428571vw;
  }
  .other-banner-action-text,
  .other-banner-action-arrow {
    transform: translateX(0.7142857143vw);
  }
}
@media (min-width: 641px) {
  .other-types {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .other-wrapper {
    padding-top: 12.03125vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
    padding-bottom: 9.0625vw;
  }
  .other-bg-pearls.__left1 {
    top: -9.375vw;
    height: 49.84375vw;
    width: 54.6875vw;
  }
  .other-bg-pearls.__left1 .other-bg-pearls-image.__pearls {
    right: 42.65625vw;
    height: 52.03125vw;
    width: 20.9375vw;
  }
  .other-bg-pearls.__left1 .other-bg-pearls-image.__scale {
    top: 7.8125vw;
    right: 12.03125vw;
    height: 42.03125vw;
    width: 56.09375vw;
  }
  .other-bg-pearls.__right1 {
    top: -9.84375vw;
    height: 35.3125vw;
    width: 18.75vw;
  }
  .other-bg-pearls.__right1 .other-bg-pearls-image {
    height: 35.3125vw;
    width: 26.25vw;
  }
  .other-title-wrapper {
    align-items: flex-start;
    padding-left: 5.78125vw;
    padding-bottom: 5.3125vw;
    width: 100%;
  }
  .other-title-slash {
    position: absolute;
    bottom: 5vw;
    /*height: calc(100vw * 25 / 640);*/
    width: 4.0625vw;
  }
  .other-title-slash.__left {
    left: -0.9375vw;
  }
  .other-title-slash.__right {
    right: 38.125vw;
  }
  .other-title-staff {
    right: -2.03125vw;
    width: 39.6875vw;
  }
  .other-title {
    font-size: 6.25vw;
    margin-top: 3.125vw;
    text-align: left;
  }
  .other-title-sub {
    font-size: 3.90625vw;
    text-align: left;
  }
  .other-title-sub svg {
    transform: translateY(0.625vw);
  }
  .other-types {
    gap: 2.5vw;
    grid-template-columns: 1fr 1fr;
    margin-top: 4.6875vw;
    width: 100%;
  }
  .other-type {
    border-radius: 0.78125vw;
    gap: 2.34375vw;
    padding: 1.40625vw 2.65625vw;
  }
  .other-type-image {
    height: 8.125vw;
    width: 8.125vw;
  }
  .other-type-title {
    font-size: 3.4375vw;
  }
  .other-middle-text {
    font-size: 3.75vw;
    line-height: 1.9166666667;
    margin-top: 6.5625vw;
  }
  .other-banner,
  .other-banner:before,
  .other-banner-image {
    border-radius: 3.125vw;
  }
  .other-banner {
    height: 75vw;
    margin-top: 6.25vw;
    width: 100%;
  }
  .other-banner-content {
    justify-content: flex-start;
    height: 100%;
    padding-top: 15.15625vw;
  }
  .other-banner-title {
    font-size: 8.125vw;
  }
  .other-banner-text {
    font-size: 3.4375vw;
    line-height: 1.8181818182;
    margin-top: 5.3125vw;
    width: 71.875vw;
  }
  .other-banner-action {
    font-size: 3.75vw;
    height: 14.0625vw;
    margin-top: 5.3125vw;
    width: 75vw;
  }
  .other-banner-action-text {
    transform: translateX(1.5625vw);
  }
  .other-banner-action-arrow {
    transform: translateX(5.78125vw);
  }
}
.experience-wrapper {
  background-color: #F7F0E2;
}

.experience-title-wrapper {
  background-color: #F7F0E2;
  color: #67533F;
}

.experience-item-text {
  line-height: 1.5555555556;
}

.experience-swiper-wrapper {
  transition-timing-function: linear !important;
}

.experience-item-category {
  background-color: #E0D5C0;
}

.inventory-action:hover {
  border-color: white;
}

@media (min-width: 1401px) {
  .experience-section {
    padding-top: 78px;
  }
  .experience-wrapper {
    padding-top: 9px;
    padding-bottom: 51px;
  }
  .experience-title-wrapper {
    border-radius: 20px;
    gap: 14px;
    height: 130px;
    margin-top: -80px;
    padding-top: 39px;
    width: 1000px;
  }
  .experience-title {
    font-size: 52px;
  }
  .experience-title-sub {
    font-size: 24px;
  }
  .experience-items {
    margin-top: 47px;
  }
  .experience-item-category {
    border-radius: 5px;
    font-size: 14px;
    margin-top: 9px;
    padding: 5px 15px;
  }
  .experience-item-text {
    font-size: 18px;
    margin-top: 15px;
  }
  .experience-date {
    font-size: 14px;
    margin-top: 3px;
  }
  .experience-action {
    font-size: 24px;
    height: 80px;
    margin-top: 46px;
    width: 457px;
  }
  .experience-action .big-action-text {
    transform: translateX(30px);
  }
  .experience-action .big-action-arrow {
    transform: translateX(85px);
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .experience-section {
    padding-top: 5.5714285714vw;
  }
  .experience-wrapper {
    padding-top: 0.6428571429vw;
    padding-bottom: 3.6428571429vw;
  }
  .experience-title-wrapper {
    border-radius: 1.4285714286vw;
    gap: 1vw;
    height: 9.2857142857vw;
    margin-top: -5.7142857143vw;
    padding-top: 2.7857142857vw;
    width: 71.4285714286vw;
  }
  .experience-title {
    font-size: 3.7142857143vw;
  }
  .experience-title-sub {
    font-size: 1.7142857143vw;
  }
  .experience-items {
    margin-top: 3.3571428571vw;
  }
  .experience-item-category {
    border-radius: 0.3571428571vw;
    font-size: 1vw;
    margin-top: 0.6428571429vw;
    padding: 0.3571428571vw 1.0714285714vw;
  }
  .experience-item-text {
    font-size: 1.2857142857vw;
    margin-top: 1.0714285714vw;
  }
  .experience-date {
    font-size: 1vw;
    margin-top: 0.2142857143vw;
  }
  .experience-action {
    font-size: 1.7142857143vw;
    height: 5.7142857143vw;
    margin-top: 3.2857142857vw;
    width: 32.6428571429vw;
  }
  .experience-action .big-action-text {
    transform: translateX(2.1428571429vw);
  }
  .experience-action .big-action-arrow {
    transform: translateX(6.0714285714vw);
  }
}
@media (max-width: 640px) {
  .experience-section {
    padding-top: 18.4375vw;
  }
  .experience-wrapper {
    padding-bottom: 7.96875vw;
  }
  .experience-title-wrapper {
    border-radius: 3.125vw;
    gap: 2.1875vw;
    height: 20.3125vw;
    margin-top: -8.90625vw;
    padding-top: 5.625vw;
    width: 80.3125vw;
  }
  .experience-title {
    font-size: 8.125vw;
  }
  .experience-title-sub {
    font-size: 4.375vw;
  }
  .experience-items {
    margin-top: 6.09375vw;
  }
  .experience-item-category {
    border-radius: 0.78125vw;
    font-size: 2.8125vw;
    margin-top: 2.5vw;
    padding: 0.78125vw 2.34375vw;
  }
  .experience-item-text {
    font-size: 4.0625vw;
    line-height: 1.4615384615;
    margin-top: 2.34375vw;
  }
  .experience-date {
    font-size: 2.8125vw;
    margin-top: 0.78125vw;
  }
  .experience-action {
    font-size: 4.375vw;
    height: 15.625vw;
    margin-top: 8.59375vw;
    width: 78.125vw;
  }
  .experience-action .big-action-text {
    transform: translateX(4.6875vw);
  }
  .experience-action .big-action-arrow {
    transform: translateX(13.28125vw);
  }
}
@media (min-width: 1401px) {
  .footer-header-text {
    gap: 9px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .footer-header-text {
    gap: 0.6428571429vw;
  }
}
.google-reviews-section {
  padding: 80px 0;
  background: #f9f9f9;
}
@media (max-width: 640px) {
  .google-reviews-section {
    padding: 60px 0;
  }
}

.google-reviews-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.google-reviews-title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 640px) {
  .google-reviews-title-wrapper {
    margin-bottom: 30px;
  }
}

.google-reviews-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .google-reviews-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.google-reviews-rating-summary {
  gap: 10px;
  font-size: 18px;
  color: #666;
}
@media (max-width: 640px) {
  .google-reviews-rating-summary {
    font-size: 16px;
  }
}

.google-reviews-stars {
  display: flex;
  gap: 4px;
  color: #fbbc04;
  font-size: 20px;
}
@media (max-width: 640px) {
  .google-reviews-stars {
    font-size: 18px;
  }
}

.google-reviews-rating-number {
  font-weight: bold;
  color: #333;
}

.google-reviews-rating-count {
  color: #666;
}

.google-reviews-slider-container {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 640px) {
  .google-reviews-slider-container {
    margin-bottom: 30px;
  }
}

.google-reviews-swiper {
  padding: 20px 50px;
}
@media (max-width: 640px) {
  .google-reviews-swiper {
    padding: 20px 10px;
  }
}

.google-review-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.google-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 640px) {
  .google-review-card {
    padding: 20px;
  }
}

.google-review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.google-review-author {
  display: flex;
  gap: 12px;
  align-items: center;
}

.google-review-author-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 640px) {
  .google-review-author-photo {
    width: 40px;
    height: 40px;
  }
}

.google-review-author-photo-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 24px;
}
@media (max-width: 640px) {
  .google-review-author-photo-placeholder {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.google-review-author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.google-review-author-name {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
@media (max-width: 640px) {
  .google-review-author-name {
    font-size: 14px;
  }
}

.google-review-date {
  font-size: 14px;
  color: #666;
}
@media (max-width: 640px) {
  .google-review-date {
    font-size: 12px;
  }
}

.google-review-stars {
  display: flex;
  gap: 2px;
  color: #fbbc04;
  font-size: 16px;
}
@media (max-width: 640px) {
  .google-review-stars {
    font-size: 14px;
  }
}

.google-review-text {
  color: #333;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 16px;
  flex-grow: 1;
}
@media (max-width: 640px) {
  .google-review-text {
    font-size: 14px;
  }
}

.google-review-photos {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.google-review-photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.google-review-photo:hover {
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .google-review-photo {
    width: 100px;
    height: 100px;
  }
}

.google-review-owner-reply {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.google-review-owner-reply-toggle {
  cursor: pointer;
  color: #d8624c;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.google-review-owner-reply-toggle::-webkit-details-marker {
  display: none;
}
.google-review-owner-reply-toggle i {
  transition: transform 0.3s ease;
}
@media (max-width: 640px) {
  .google-review-owner-reply-toggle {
    font-size: 13px;
  }
}

details[open] .google-review-owner-reply-toggle i {
  transform: rotate(180deg);
}

.google-review-owner-reply-content {
  margin-top: 12px;
  padding: 12px;
  background: #f9f9f9;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
@media (max-width: 640px) {
  .google-review-owner-reply-content {
    font-size: 13px;
    padding: 10px;
  }
}

.google-reviews-pagination {
  position: static !important;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 640px) {
  .google-reviews-pagination {
    margin-top: 20px;
  }
}
.google-reviews-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
}
.google-reviews-pagination .swiper-pagination-bullet-active {
  background: #d8624c;
  width: 30px;
  border-radius: 5px;
}

.google-reviews-button-prev,
.google-reviews-button-next {
  mix-blend-mode: multiply;
  color: #666;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.google-reviews-button-prev:after,
.google-reviews-button-next:after {
  font-size: 18px;
  font-weight: bold;
}
.google-reviews-button-prev:hover,
.google-reviews-button-next:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .google-reviews-button-prev,
  .google-reviews-button-next {
    width: 32px;
    height: 32px;
  }
  .google-reviews-button-prev:after,
  .google-reviews-button-next:after {
    font-size: 14px;
  }
}

.google-reviews-attribution {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.google-reviews-attribution a {
  color: #4285f4;
  text-decoration: none;
  font-weight: bold;
}
.google-reviews-attribution a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .google-reviews-attribution {
    font-size: 12px;
    margin-top: 15px;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*# sourceMappingURL=brand-single.css.map */
