@charset "UTF-8";
.title-section {
  position: relative;
}

.archive-page-title {
  position: relative;
  z-index: 1;
}

.archive-page-title-sub {
  line-height: 2;
}

.header-scales,
.header-scales-image {
  position: absolute;
}

.header-scales {
  top: 0;
  left: 0;
}

.header-scales-image {
  right: 0;
}

.areas-section {
  background-color: #F8F4EE;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
  padding-bottom: 50px;
}

.area-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: white;
  border: 2px solid #B4A18E;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 80px;
}
.area-card:hover {
  background-color: #B4A18E;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.area-card:hover .area-card-name {
  color: white;
}

.area-card-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  transition: color 0.3s ease;
}

.area-region-block {
  width: 100%;
  margin-bottom: 10px;
}

.area-region-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  padding-left: 10px;
  border-left: 4px solid #B4A18E;
}

.area-card.__no-link {
  cursor: default;
  filter: grayscale(80%);
}
.area-card.__no-link:hover {
  background-color: white;
  transform: none;
  box-shadow: none;
  filter: grayscale(80%);
}
.area-card.__no-link:hover .area-card-name {
  color: #333;
}

.areas-wrapper {
  position: relative;
  background-position: bottom center;
  background-repeat: repeat-x;
}
.areas-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../img/top/bg_waves_yellow_seamless.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  content: "";
  opacity: 0.33;
  z-index: 0;
}

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

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

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

.areas-scales.__left, .areas-scales.__right .areas-scales-image {
  left: 0;
}
.areas-scales.__right, .areas-scales.__left .areas-scales-image {
  right: 0;
}
.areas-scales.__right_lower {
  top: initial !important;
}

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

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

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

.areas-price-table {
  border: 1px solid var(--color-beige-border);
  border-collapse: collapse;
}
.areas-price-table td {
  line-height: 1.2;
}
.areas-price-table tr:not(:last-child) td {
  border-bottom: 1px solid var(--color-beige-border);
}
.areas-price-table td:nth-child(odd) {
  background-color: #F2F2F2;
}

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

.areas-available-title {
  color: var(--color-brown-primary);
}

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

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

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

.areas-available-item-name {
  color: var(--color-brown-primary);
}

@media (min-width: 1401px) {
  .title-section {
    padding-top: 6px;
    padding-bottom: 40px;
  }
  .archive-page-title {
    font-size: 40px;
  }
  .archive-page-title-sub {
    font-size: 18px;
    margin-top: 30px;
  }
  .header-scales,
  .header-scales-image {
    height: 249px;
  }
  .header-scales {
    width: 175px;
  }
  .header-scales-image {
    width: 332px;
  }
  .areas-wrapper {
    padding-top: 55px;
    padding-bottom: 58px;
  }
  .areas-wrapper:before {
    height: 75px;
  }
  .areas-section-title-sub {
    margin-top: 16px;
  }
  .areas-container {
    margin-top: 23px;
    width: 1000px;
  }
  .areas-price-wrapper {
    border-radius: 30px;
    padding: 26px 35px 44px;
  }
  .areas-price-image {
    height: 224px;
    width: 224px;
  }
  .areas-price-main {
    gap: 15px;
    margin-left: 30px;
  }
  .areas-price-title {
    font-size: 22px;
  }
  .areas-price-table td {
    font-size: 20px;
    height: 43px;
  }
  .areas-price-items {
    column-gap: 20px;
    row-gap: 36px;
    margin-top: 35px;
  }
  .areas-price-item-title {
    font-size: 18px;
    margin-top: 9px;
  }
  .areas-cta-container {
    margin-top: 89px;
  }
  .areas-scales.__left {
    bottom: 539px;
    height: 374px;
    width: 303px;
  }
  .areas-scales.__left .areas-scales-image {
    height: 374px;
    width: 499px;
  }
  .areas-scales.__right {
    top: -80px;
    height: 269px;
    width: 346px;
  }
  .areas-scales.__right .areas-scales-image {
    height: 269px;
    width: 359px;
  }
  .areas-scales.__right_lower {
    bottom: -133px;
    height: 374px;
    width: 381px;
  }
  .areas-scales.__right_lower .areas-scales-image {
    height: 374px;
    width: 499px;
  }
  .areas-bg-staff {
    right: 78px;
    width: 250px;
  }
  .areas-available-wrapper {
    width: 1000px;
  }
  .areas-available {
    margin-top: 67px;
  }
  .areas-available-title {
    font-size: 29px;
    padding-bottom: 17px;
  }
  .areas-available-container {
    grid-template-columns: 232px auto;
  }
  .areas-available-items {
    gap: 15px;
    margin-left: 15px;
  }
  .areas-available-item {
    border-radius: 10px;
    gap: 10px;
    padding: 8px;
  }
  .areas-available-item.__first {
    padding: 18px;
  }
  .areas-available-item.__first .areas-available-item-image {
    width: 189px;
  }
  .areas-available-item-image {
    width: 105px;
  }
  .areas-available-item-name {
    font-size: 17px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .title-section {
    padding-top: 0.4285714286vw;
    padding-bottom: 2.8571428571vw;
  }
  .archive-page-title {
    font-size: 2.8571428571vw;
  }
  .archive-page-title-sub {
    font-size: 1.2857142857vw;
    margin-top: 2.1428571429vw;
  }
  .header-scales,
  .header-scales-image {
    height: 17.7857142857vw;
  }
  .header-scales {
    width: 12.5vw;
  }
  .header-scales-image {
    width: 23.7142857143vw;
  }
  .areas-wrapper {
    padding-top: 3.9285714286vw;
    padding-bottom: 3.9285714286vw;
  }
  .areas-wrapper:before {
    height: 5.3571428571vw;
  }
  .areas-section-title-sub {
    margin-top: 12px;
  }
  .areas-container {
    margin-top: 20px;
    padding: 0 20px;
  }
  .areas-price-wrapper {
    border-radius: 20px;
    padding: 20px;
  }
  .areas-price-image {
    height: 150px;
    width: 150px;
  }
  .areas-price-main {
    gap: 10px;
    margin-left: 15px;
  }
  .areas-price-title {
    font-size: 18px;
  }
  .areas-price-table td {
    font-size: 16px;
    height: 35px;
    padding: 5px;
  }
  .areas-price-items {
    column-gap: 15px;
    row-gap: 20px;
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
  .areas-price-item-title {
    font-size: 16px;
    margin-top: 8px;
  }
  .areas-cta-container {
    margin-top: 60px;
  }
  .areas-scales {
    display: none;
  }
  .areas-bg-staff {
    display: none;
  }
  .areas-available-wrapper {
    padding: 0 20px;
  }
  .areas-available {
    margin-top: 40px;
  }
  .areas-available-title {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .areas-available-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .areas-available-items {
    gap: 10px;
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .areas-available-item {
    border-radius: 8px;
    gap: 8px;
    padding: 6px;
  }
  .areas-available-item.__first {
    padding: 12px;
  }
  .areas-available-item.__first .areas-available-item-image {
    width: 120px;
  }
  .areas-available-item-image {
    width: 80px;
  }
  .areas-available-item-name {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .title-section {
    margin-top: -1.25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 7.96875vw;
  }
  .archive-page-title {
    font-size: 6.875vw;
    line-height: 1.4;
  }
  .archive-page-title-sub {
    font-size: 3.4375vw;
    margin-top: 5.15625vw;
  }
  .header-scales,
  .header-scales-image {
    height: 38.90625vw;
  }
  .header-scales {
    top: 26.25vw;
    width: 24.21875vw;
  }
  .header-scales-image {
    width: 51.875vw;
  }
  .areas-wrapper {
    padding-top: 7.96875vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    padding-bottom: 8.59375vw;
  }
  .areas-wrapper:before {
    height: 11.71875vw;
  }
  .areas-section-title-sub {
    margin-top: 1.5625vw;
  }
  .areas-container {
    margin-top: 2.34375vw;
    padding: 0;
  }
  .areas-price-wrapper {
    border-radius: 3.125vw;
    padding: 2.34375vw;
  }
  .areas-price-image {
    height: 18.75vw;
    width: 18.75vw;
  }
  .areas-price-main {
    gap: 1.25vw;
    margin-left: 1.5625vw;
  }
  .areas-price-title {
    font-size: 2.5vw;
  }
  .areas-price-table td {
    font-size: 2.1875vw;
    height: 4.6875vw;
    padding: 0.46875vw;
  }
  .areas-price-items {
    column-gap: 1.875vw;
    row-gap: 2.8125vw;
    margin-top: 3.125vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .areas-price-item-title {
    font-size: 2.1875vw;
    margin-top: 0.9375vw;
  }
  .areas-cta-container {
    margin-top: 7.8125vw;
  }
  .areas-scales {
    display: none;
  }
  .areas-bg-staff {
    display: none;
  }
  .areas-available-wrapper {
    padding: 0;
  }
  .areas-available {
    margin-top: 5.46875vw;
  }
  .areas-available-title {
    font-size: 3.125vw;
    padding-bottom: 1.5625vw;
  }
  .areas-available-container {
    grid-template-columns: 1fr;
    gap: 1.875vw;
  }
  .areas-available-items {
    gap: 1.25vw;
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .areas-available-item {
    border-radius: 0.9375vw;
    gap: 0.9375vw;
    padding: 0.78125vw;
  }
  .areas-available-item.__first {
    padding: 1.5625vw;
  }
  .areas-available-item.__first .areas-available-item-image {
    width: 15.625vw;
  }
  .areas-available-item-image {
    width: 10.9375vw;
  }
  .areas-available-item-name {
    font-size: 1.875vw;
  }
}
.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: 37px;
  }
  .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-spec-value {
    font-size: 14px;
  }
  .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;
    width: 457px;
  }
  .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.2857142857vw;
    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: 2.6428571429vw;
  }
  .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;
    width: 32.6428571429vw;
  }
  .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: 7.34375vw;
    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 {
    max-height: 0;
    margin-top: 5.78125vw;
    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 {
    position: relative;
    width: 39.0625vw;
    flex-shrink: 0;
  }
  .order-history-item-image {
    border-radius: 1.5625vw;
    width: 100%;
    height: auto;
  }
  .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 {
    position: absolute;
    bottom: 1.25vw;
    left: 1.25vw;
    font-size: 2.8125vw;
    margin-top: 0;
  }
  .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: 9.53125vw;
    width: 78.125vw;
  }
  .order-history-action-text,
  .order-history-action-arrow {
    transform: translateX(3.125vw);
  }
}
/* Price Section Styles */
.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: 104px;
  }
  .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;
    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: 7.4285714286vw;
  }
  .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;
    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: 13.59375vw;
  }
  .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;
    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: 3.90625vw;
  }
  .price-table-price .details {
    font-size: 2.34375vw;
  }
  .price-table-price .details .number {
    font-size: 4.0625vw;
    margin-left: 1.5625vw;
    width: 16.40625vw;
  }
  .price-table-price .details .unit {
    font-size: 2.96875vw;
    margin-left: 0.78125vw;
  }
}
.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 Section Styles */
.voice-title-wrapper:before {
  content: attr(data-bg-text);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200px;
  font-weight: bold;
  color: rgba(180, 161, 142, 0.1);
  pointer-events: none;
}

.voice-title {
  gap: 15px;
}

.voice-item {
  gap: 20px;
}

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

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

.voice-item-title {
  font-size: 18px;
  font-weight: bold;
}

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

@media (min-width: 1401px) {
  .voice-wrapper {
    padding: 80px 0;
  }
  .voice-title-wrapper {
    position: relative;
    height: 120px;
  }
  .voice-title-wrapper:before {
    top: -30px;
  }
  .voice-title {
    font-size: 40px;
  }
  .voice-title small {
    font-size: 16px;
  }
  .voice-items {
    gap: 30px;
    margin-top: 50px;
    width: 1000px;
  }
  .voice-item {
    padding: 40px;
    border-radius: 10px;
  }
  .voice-item-info,
  .voice-item-info-part {
    gap: 15px;
  }
  .voice-item-icon {
    font-size: 40px;
  }
  .voice-item-name,
  .voice-item-date {
    font-size: 16px;
  }
  .voice-item-rating {
    font-size: 16px;
  }
  .voice-item-title {
    margin-top: 15px;
  }
  .voice-item-text {
    margin-top: 15px;
  }
}
@media (max-width: 1400px) and (min-width: 641px) {
  .voice-wrapper {
    padding: 5.7142857143vw 0;
  }
  .voice-title-wrapper {
    position: relative;
    height: 8.5714285714vw;
  }
  .voice-title-wrapper:before {
    top: -2.1428571429vw;
  }
  .voice-title {
    font-size: 2.8571428571vw;
  }
  .voice-title small {
    font-size: 1.1428571429vw;
  }
  .voice-items {
    gap: 2.1428571429vw;
    margin-top: 3.5714285714vw;
    width: 71.4285714286vw;
  }
  .voice-item {
    padding: 2.8571428571vw;
    border-radius: 0.7142857143vw;
  }
  .voice-item-info,
  .voice-item-info-part {
    gap: 1.0714285714vw;
  }
  .voice-item-icon {
    font-size: 2.8571428571vw;
  }
  .voice-item-name,
  .voice-item-date {
    font-size: 1.1428571429vw;
  }
  .voice-item-rating {
    font-size: 1.1428571429vw;
  }
  .voice-item-title {
    margin-top: 1.0714285714vw;
  }
  .voice-item-text {
    margin-top: 1.0714285714vw;
  }
}
@media (max-width: 640px) {
  .voice-wrapper {
    padding: 10.9375vw 0;
  }
  .voice-title-wrapper {
    position: relative;
    height: 15.625vw;
  }
  .voice-title-wrapper:before {
    font-size: 18.75vw;
    top: -3.125vw;
  }
  .voice-title {
    flex-direction: column;
    font-size: 5.625vw;
    gap: 1.5625vw;
  }
  .voice-title small {
    font-size: 3.4375vw;
  }
  .voice-items {
    gap: 3.125vw;
    margin-top: 6.25vw;
    padding: 0 4.6875vw;
  }
  .voice-item {
    flex-direction: column;
    padding: 4.6875vw;
    border-radius: 1.5625vw;
  }
  .voice-item-info {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1.5625vw;
  }
  .voice-item-info-part {
    gap: 1.5625vw;
  }
  .voice-item-icon {
    font-size: 5vw;
  }
  .voice-item-name,
  .voice-item-date {
    font-size: 3.75vw;
  }
  .voice-item-rating {
    font-size: 3.75vw;
  }
  .voice-item-title {
    font-size: 4.375vw;
    margin-top: 2.34375vw;
  }
  .voice-item-text {
    font-size: 3.75vw;
    margin-top: 2.34375vw;
  }
}
.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: calc(100vw * 82 / 1400);
    padding-bottom: calc(100vw * 60 / 1400);
  }
  .active-brands-scales.__left {
    top: calc(100vw * 170 / 1400);
    height: calc(100vw * 319 / 1400);
    width: calc(100vw * 384 / 1400);
  }
  .active-brands-scales.__left .active-brands-scales-image {
    left: calc(100vw * -34 / 1400);
    height: calc(100vw * 319 / 1400);
    width: calc(100vw * 181 / 1400);
  }
  .active-brands-scales.__left .active-brands-scales-image.__scale {
    top: calc(100vw * 50 / 1400);
    left: calc(100vw * -8 / 1400);
    height: calc(100vw * 269 / 1400);
    width: calc(100vw * 359 / 1400);
  }
  .active-brands-scales.__right {
    bottom: calc(100vw * 50 / 1400);
    height: calc(100vw * 295 / 1400);
    width: calc(100vw * 184 / 1400);
  }
  .active-brands-scales.__right .active-brands-scales-image {
    height: calc(100vw * 295 / 1400);
    width: calc(100vw * 219 / 1400);
  }
  .active-brands-section-title-chain-border {
    margin-top: calc(100vw * 10 / 1400);
  }
  .active-brands-items {
    gap: calc(100vw * 40 / 1400);
    margin-top: calc(100vw * 42 / 1400);
    width: calc(100vw * 1000 / 1400);
  }
  .active-brands-item-cover {
    border-radius: calc(100vw * 20 / 1400);
  }
  .active-brands-item-cover-name {
    font-size: clamp(24px, 100vw * 36 / 1400, 36px);
    height: calc(100vw * 44 / 1400);
  }
  .active-brand-item-content {
    gap: calc(100vw * 12 / 1400);
    margin-top: calc(100vw * 24 / 1400);
  }
  .active-brand-item-title {
    font-size: clamp(18px, 100vw * 26 / 1400, 26px);
  }
  .active-brand-item-text {
    font-size: clamp(14px, 100vw * 18 / 1400, 18px);
  }
}
@media (max-width: 640px) {
  .active-brands-wrapper {
    padding-top: calc(100vw * 82 / 640);
    padding-left: calc(100vw * 30 / 640);
    padding-right: calc(100vw * 30 / 640);
    padding-bottom: calc(100vw * 60 / 640);
  }
  .active-brands-scales.__left {
    top: calc(100vw * 60 / 640);
    height: calc(100vw * 241 / 640);
    width: calc(100vw * 263 / 640);
  }
  .active-brands-scales.__left .active-brands-scales-image {
    left: calc(100vw * -49 / 640);
    height: calc(100vw * 235 / 640);
    width: calc(100vw * 134 / 640);
  }
  .active-brands-scales.__left .active-brands-scales-image.__scale {
    top: calc(100vw * 35 / 640);
    left: calc(100vw * -32 / 640);
    height: calc(100vw * 198 / 640);
    width: calc(100vw * 265 / 640);
  }
  .active-brands-scales.__right {
    bottom: calc(100vw * -175 / 640);
    height: calc(100vw * 436 / 640);
    width: calc(100vw * 320 / 640);
  }
  .active-brands-scales.__right .active-brands-scales-image {
    left: calc(100vw * 187 / 640);
    height: calc(100vw * 270 / 640);
    width: calc(100vw * 200 / 640);
  }
  .active-brands-section-title-chain-border {
    margin-top: calc(100vw * 17 / 640);
    width: calc(100vw * 537 / 640);
  }
  .active-brands-items {
    flex-direction: column;
    gap: calc(100vw * 92 / 640);
    margin-top: calc(100vw * 42 / 640);
    width: 100%;
  }
  .active-brands-item-cover {
    border-radius: calc(100vw * 20 / 640);
  }
  .active-brands-item-cover-name {
    font-size: clamp(20px, 100vw * 36 / 640, 36px);
    height: calc(100vw * 44 / 640);
  }
  .active-brand-item-content {
    gap: calc(100vw * 12 / 640);
    margin-top: calc(100vw * 13 / 640);
  }
  .active-brand-item-title {
    font-size: clamp(18px, 100vw * 32 / 640, 32px);
  }
  .active-brand-item-text {
    font-size: clamp(14px, 100vw * 24 / 640, 24px);
  }
}
.appraisal-wrapper {
  background-position: bottom center;
  background-repeat: repeat-x;
}

.appraisal-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../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: 48px;
    padding-bottom: 24px;
  }
  .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: 3.4285714286vw;
    padding-bottom: 1.7142857143vw;
  }
  .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: "";
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.2s;
  }
  .appraisal-nav-bar-item.__active:before {
    opacity: 1;
  }
  .appraisal-nav-bar-item.__active {
    background-color: #D3B15D;
    color: white;
  }
}
.about-section {
  position: relative;
  z-index: 1;
}

.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: 62px;
    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: 4.4285714286vw;
    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: 4.21875vw;
    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 {
    margin-top: -3.125vw;
  }
  .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;
  }
}
.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 {
    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: -2.7857142857vw;
    font-size: 15vw;
  }
  .voice-title {
    font-size: 2.5714285714vw;
    transform: translateY(1.9285714286vw);
  }
  .voice-title small {
    font-size: 1.4285714286vw;
  }
  .voice-items {
    gap: 1.9285714286vw;
    margin-top: 2.8571428571vw;
    width: 71.2857142857vw;
  }
  .voice-item {
    border-radius: 1.4285714286vw;
    gap: 1.1428571429vw;
    padding-top: 2.3571428571vw;
    padding-left: 3.2857142857vw;
    padding-right: 5.7142857143vw;
    padding-bottom: 2.5vw;
  }
  .voice-item-info {
    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 {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.65625vw;
  }
  .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 {
  background-image: linear-gradient(41deg, #F8F4EE 0%, white 100%);
}

.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: 26px;
    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.8571428571vw;
    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: 18px;
  }
  .region-block {
    border-radius: 30px;
    padding-top: 13px;
    padding-left: 26px;
    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.2857142857vw;
  }
  .region-block {
    border-radius: 2.1428571429vw;
    padding-top: 0.9285714286vw;
    padding-left: 1.8571428571vw;
    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;
}

@media (min-width: 1401px) {
  .faq-wrapper {
    padding-bottom: 80px;
  }
  .faq-title-wrapper {
    height: 157px;
    padding-left: 99px;
  }
  .faq-title-wrapper:before {
    top: -27px;
    font-size: 210px;
  }
  .faq-title {
    font-size: 36px;
    transform: translateY(32px);
  }
  .faq-items {
    gap: 24px;
    margin-top: 14px;
    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;
  }
}
@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: -1.9285714286vw;
    font-size: 15vw;
  }
  .faq-title {
    font-size: 2.5714285714vw;
    transform: translateY(2.2857142857vw);
  }
  .faq-items {
    gap: 1.7142857143vw;
    margin-top: 1vw;
    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;
  }
}
@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: 3.125vw;
    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;
  }
}
.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: 65px;
    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: 16px;
    width: 845px;
  }
  .other-title-staff {
    right: -45px;
    width: 171px;
  }
  .other-title {
    font-size: 45px;
    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: 4.6428571429vw;
    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.1428571429vw;
    width: 60.3571428571vw;
  }
  .other-title-staff {
    right: -3.2142857143vw;
    width: 12.2142857143vw;
  }
  .other-title {
    font-size: 3.2142857143vw;
    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: 4.6875vw;
    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: 30px;
    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: 2.1428571429vw;
    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: 6.09375vw;
    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: 9.375vw;
    width: 78.125vw;
  }
  .experience-action .big-action-text {
    transform: translateX(4.6875vw);
  }
  .experience-action .big-action-arrow {
    transform: translateX(13.28125vw);
  }
}
.flow-section {
  background-image: linear-gradient(41deg, #F8F4EE 0%, white 100%);
}

.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: 26px;
    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.8571428571vw;
    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: 18px;
  }
  .region-block {
    border-radius: 30px;
    padding-top: 13px;
    padding-left: 26px;
    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.2857142857vw;
  }
  .region-block {
    border-radius: 2.1428571429vw;
    padding-top: 0.9285714286vw;
    padding-left: 1.8571428571vw;
    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;
}

@media (min-width: 1401px) {
  .faq-wrapper {
    padding-bottom: 80px;
  }
  .faq-title-wrapper {
    height: 157px;
    padding-left: 99px;
  }
  .faq-title-wrapper:before {
    top: -27px;
    font-size: 210px;
  }
  .faq-title {
    font-size: 36px;
    transform: translateY(32px);
  }
  .faq-items {
    gap: 24px;
    margin-top: 14px;
    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;
  }
}
@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: -1.9285714286vw;
    font-size: 15vw;
  }
  .faq-title {
    font-size: 2.5714285714vw;
    transform: translateY(2.2857142857vw);
  }
  .faq-items {
    gap: 1.7142857143vw;
    margin-top: 1vw;
    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;
  }
}
@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: 3.125vw;
    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;
  }
}
.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: 65px;
    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: 16px;
    width: 845px;
  }
  .other-title-staff {
    right: -45px;
    width: 171px;
  }
  .other-title {
    font-size: 45px;
    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: 4.6428571429vw;
    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.1428571429vw;
    width: 60.3571428571vw;
  }
  .other-title-staff {
    right: -3.2142857143vw;
    width: 12.2142857143vw;
  }
  .other-title {
    font-size: 3.2142857143vw;
    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: 4.6875vw;
    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: 30px;
    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: 2.1428571429vw;
    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: 6.09375vw;
    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: 9.375vw;
    width: 78.125vw;
  }
  .experience-action .big-action-text {
    transform: translateX(4.6875vw);
  }
  .experience-action .big-action-arrow {
    transform: translateX(13.28125vw);
  }
}
.types-section {
  background-color: #F8F4EE;
}

.types-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;
}

.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: 58px;
  }
  .types-wrapper:before {
    height: 75px;
  }
  .types-section-title-sub {
    margin-top: 16px;
  }
  .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: 22px;
  }
  .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: 3.9285714286vw;
  }
  .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-container {
    margin-top: 6.71875vw;
    width: 100%;
  }
  .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:not(:nth-child(3n)):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: 67px;
  }
  .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: 4.7857142857vw;
  }
  .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-available-title {
    font-size: 5vw;
    padding-bottom: 3.125vw;
  }
  .types-available-items {
    gap: 2.34375vw;
    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;
  }
}
.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;
}

@media (min-width: 1401px) {
  .faq-wrapper {
    padding-bottom: 80px;
  }
  .faq-title-wrapper {
    height: 157px;
    padding-left: 99px;
  }
  .faq-title-wrapper:before {
    top: -27px;
    font-size: 210px;
  }
  .faq-title {
    font-size: 36px;
    transform: translateY(32px);
  }
  .faq-items {
    gap: 24px;
    margin-top: 14px;
    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;
  }
}
@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: -1.9285714286vw;
    font-size: 15vw;
  }
  .faq-title {
    font-size: 2.5714285714vw;
    transform: translateY(2.2857142857vw);
  }
  .faq-items {
    gap: 1.7142857143vw;
    margin-top: 1vw;
    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;
  }
}
@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: 3.125vw;
    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;
  }
}
.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: 65px;
    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: 16px;
    width: 845px;
  }
  .other-title-staff {
    right: -45px;
    width: 171px;
  }
  .other-title {
    font-size: 45px;
    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: 4.6428571429vw;
    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.1428571429vw;
    width: 60.3571428571vw;
  }
  .other-title-staff {
    right: -3.2142857143vw;
    width: 12.2142857143vw;
  }
  .other-title {
    font-size: 3.2142857143vw;
    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: 4.6875vw;
    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);
  }
}
@media (max-width: 640px) {
  div.header-logo {
    width: 58vw;
  }
}
div.header-logo .header-logo-icon {
  display: inline-block;
  width: 75px;
  margin-right: 5px;
}

@media (max-width: 640px) {
  div.header-logo .header-logo-icon {
    width: 11vw;
    margin-right: 0;
  }
}
div.header-logo .header-logo-text {
  display: inline-block;
  width: calc(100% - 85px);
  font-size: 30px;
  font-weight: 700;
  transform: translateY(-9px);
}

@media (max-width: 640px) {
  div.header-logo .header-logo-text {
    width: calc(100% - 13vw);
    font-size: 4.6vw;
    transform: translateY(-1vw);
  }
}
div.header-logo .header-logo-text small {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  div.header-logo .header-logo-text small {
    font-size: 3.1vw;
    margin-bottom: 1vw;
  }
}
.kv-title-sub em {
  display: inline-block;
  font-size: 46px;
  font-style: normal;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .kv-title-sub em {
    font-size: 7.5vw;
    margin-top: 1vw;
  }
}
@media (max-width: 640px) {
  .kv-container-lg {
    height: 93vw;
  }
}
.flow-section-title-sub a,
.archive-page-title-sub a {
  text-decoration: underline;
}

.flow-section-title-sub em,
.archive-page-title-sub em {
  font-style: normal;
  color: #D8624C;
  font-weight: 700;
}

.flow-section-title-sub {
  margin-top: 17px;
}

.shop-info-section .title .title-text em {
  color: #D8624C;
  font-style: inherit;
  font-size: 20px;
  font-weight: 700;
  margin-left: 29px;
}

@media (max-width: 640px) {
  .shop-info-section .title .title-text em {
    display: block;
    font-size: 3.4vw;
    margin-left: 0;
    margin-top: 3vw;
  }
}
.shopInfo-bg {
  background: linear-gradient(60deg, #F8F4EE 0, #FFFFFF 100%);
  margin-top: 80px;
  padding: 80px 0 112px;
  position: relative;
}

@media (max-width: 640px) {
  .shopInfo-bg {
    margin-top: 15vw;
    padding: 10vw 0 24vw;
  }
}
.shopInfo-bg::before {
  height: 75px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../img/top/bg_waves_yellow_seamless.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  content: "";
  opacity: 0.33;
  z-index: 0;
}

@media (max-width: 640px) {
  .shopInfo-bg::before {
    height: 11.71875vw;
  }
}
.shopInfo-bg .shopInfo-bg-item {
  position: absolute;
  z-index: 0;
}

.shopInfo-bg .shopInfo-bg-item img {
  width: 100%;
}

.shopInfo-bg .shopInfo-bg-left {
  width: 499px;
  top: 532px;
  left: -196px;
}

@media (max-width: 640px) {
  .shopInfo-bg .shopInfo-bg-left {
    width: 53vw;
    top: -15vw;
    left: -10vw;
  }
}
.shopInfo-bg .shopInfo-bg-right {
  width: 358px;
  top: -79px;
  right: -14px;
}

@media (max-width: 640px) {
  .shopInfo-bg .shopInfo-bg-right {
    display: none;
  }
}
.shopInfo-bg .shopInfo-bg-right-lower {
  width: 499px;
  bottom: 241px;
  right: -118px;
}

@media (max-width: 640px) {
  .shopInfo-bg .shopInfo-bg-right-lower {
    width: 77vw;
  }
}
.access-section {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 80px;
}

@media (max-width: 640px) {
  .access-section {
    width: 90vw;
    margin: 0 auto 12vw;
  }
}
.access-section .access-section-title-wrapper {
  margin-bottom: 53px;
}

@media (max-width: 640px) {
  .access-section .access-section-title-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 7vw;
  }
}
.access-section .access-section-title-wrapper .access-section-title-chain-border {
  margin-top: 10px;
}

@media (max-width: 640px) {
  .access-section .access-section-title-wrapper .access-section-title-chain-border {
    max-width: 83vw;
    margin: 2vw auto 0;
  }
}
.access-section .access-images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 2%;
}

@media (max-width: 640px) {
  .access-section .access-images {
    flex-direction: column;
    gap: 9vw 0;
  }
}
.access-section .access-images .top-block {
  width: 72%;
  overflow: hidden;
}

@media (max-width: 640px) {
  .access-section .access-images .top-block {
    width: 100%;
  }
}
.access-section .access-images .top-block .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

.access-section .access-images .top-block .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.access-section .access-images .top-block .swiper-wrapper .swiper-slide .desc {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.3;
  font-family: var(--font-yu-gothic);
}

@media (max-width: 640px) {
  .access-section .access-images .top-block .swiper-wrapper .swiper-slide .desc {
    font-size: 3.7vw;
    margin-top: 4vw;
    text-align: center;
  }
}
.access-section .access-images .thumb-block {
  width: 26%;
}

@media (max-width: 640px) {
  .access-section .access-images .thumb-block {
    width: 100%;
  }
}
.access-section .access-images .thumb-block .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 4%;
}

@media (max-width: 640px) {
  .access-section .access-images .thumb-block .swiper-wrapper {
    gap: 2.3vw 3.4%;
  }
}
.access-section .access-images .thumb-block .swiper-wrapper .swiper-slide {
  width: 48% !important;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
}

@media (max-width: 640px) {
  .access-section .access-images .thumb-block .swiper-wrapper .swiper-slide {
    width: 22.4% !important;
  }
}
.access-section .access-images .thumb-block .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.access-section .access-images .thumb-block .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.greeting-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  background-color: #fff;
  border-radius: 20px;
  padding: 58px 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .greeting-section {
    width: 90vw;
    margin: 0 auto 6.5vw;
    border-radius: 10px;
    padding: 9vw 4.6vw;
  }
}
.greeting-section .greeting-section-title-wrapper {
  margin-bottom: 53px;
}

@media (max-width: 640px) {
  .greeting-section .greeting-section-title-wrapper {
    margin-bottom: 5.6vw;
  }
}
.greeting-section .greeting-section-title-wrapper .greeting-section-title-chain-border {
  margin-top: 10px;
}

@media (max-width: 640px) {
  .greeting-section .greeting-section-title-wrapper .greeting-section-title-chain-border {
    margin-top: 4.4vw;
  }
}
.greeting-section .greeting-section-contents {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 5%;
}

@media (max-width: 640px) {
  .greeting-section .greeting-section-contents {
    flex-direction: column;
    align-items: center;
    gap: 6vw 0;
  }
}
.greeting-section .greeting-section-contents .greeting_text {
  font-size: 20px;
  line-height: 1.7;
  font-family: var(--font-yu-gothic);
  width: 56%;
}

@media (max-width: 640px) {
  .greeting-section .greeting-section-contents .greeting_text {
    font-size: 3.7vw;
    line-height: 1.9;
    width: 100%;
  }
}
.greeting-section .greeting-section-contents .greeting_img {
  width: 39%;
}

@media (max-width: 640px) {
  .greeting-section .greeting-section-contents .greeting_img {
    width: 74%;
  }
}
.shopInfo-cta-container {
  background: none;
  box-shadow: none;
  margin: 0 auto;
  padding: 0;
}

.region-list {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}

@media (max-width: 640px) {
  .region-list {
    margin: 6vw auto 0;
  }
}
.region-list .area_block {
  background-color: #fff;
  border-radius: 30px;
  padding: 26px 59px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
}

@media (max-width: 640px) {
  .region-list .area_block {
    border-radius: 10px;
    padding: 3.4vw 4.6vw;
    margin: 0 0 3vw;
  }
}
.region-list .area_block:nth-last-of-type(1) {
  margin-bottom: 0;
}

.region-list .area_block .area_lg {
  width: 160px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-yu-gothic);
}

@media (max-width: 640px) {
  .region-list .area_block .area_lg {
    width: 23vw;
    font-size: 3.4vw;
  }
}
.region-list .area_block .area_lg::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background-image: url(../../img/icons/icon_area_pin.svg);
  background-size: 100%;
  margin: 0 8px -2px 0;
}

@media (max-width: 640px) {
  .region-list .area_block .area_lg::before {
    width: 2.1vw;
    height: 2.7vw;
    margin: 0 1.3vw -0.3vw 0;
  }
}
.region-list .area_block .area_sm {
  width: calc(100% - 160px);
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--font-yu-gothic);
  margin: 0;
}

@media (max-width: 640px) {
  .region-list .area_block .area_sm {
    width: calc(100% - 23vw);
    font-size: 3.1vw;
    line-height: 1.6;
  }
}
.shop-area-list-section {
  background-color: #F8F4EE;
  padding: 51px 0 80px;
}

@media (max-width: 640px) {
  .shop-area-list-section {
    padding: 5.3vw 0 9.3vw;
  }
}
.shop-area-list-section .shop-area-block {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 29px 0 19px;
  border-bottom: 1px solid #E0D5C0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 640px) {
  .shop-area-list-section .shop-area-block {
    padding: 3.7vw 0 1.7vw;
  }
}
.shop-area-list-section .shop-area-block .ttl {
  width: 194px;
  font-size: 24px;
  color: #67533F;
  font-weight: 700;
  padding-top: 5px;
}

@media (max-width: 640px) {
  .shop-area-list-section .shop-area-block .ttl {
    width: 30vw;
    font-size: 4.3vw;
    padding-top: 1.3vw;
  }
}
.shop-area-list-section .shop-area-block .list {
  width: calc(100% - 194px);
  margin: 0;
  padding: 0;
}

@media (max-width: 640px) {
  .shop-area-list-section .shop-area-block .list {
    width: calc(100% - 30vw);
  }
}
.shop-area-list-section .shop-area-block .list .list-item {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-yu-gothic);
  color: #C29115;
  background-color: #fff;
  display: inline-block;
  border: 2px solid #C29115;
  border-radius: 5px;
  padding: 7px 18px;
  margin: 0 10px 10px 0;
}

@media (max-width: 640px) {
  .shop-area-list-section .shop-area-block .list .list-item {
    font-size: 3.7vw;
    border: 1px solid #C29115;
    border-radius: 2px;
    padding: 1vw 3vw;
    margin: 0 1vw 2vw 0;
  }
}
.shop-archive-section {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 640px) {
  .shop-archive-section {
    padding: 10vw 0 17vw;
  }
}
.shop-archive-section-bg-item {
  position: absolute;
  z-index: 0;
}

.shop-archive-section-bg-item img {
  width: 100%;
}

.shop-archive-section-bg-left {
  top: 664px;
  left: -197px;
  width: 499px;
}

@media (max-width: 640px) {
  .shop-archive-section-bg-left {
    width: 53vw;
    top: 50%;
    left: -10vw;
  }
}
.shop-archive-section-bg-right {
  width: 358px;
  top: 54px;
  right: -13px;
}

@media (max-width: 640px) {
  .shop-archive-section-bg-right {
    width: 53vw;
    top: 5vw;
    right: -14vw;
  }
}
.shop-archive-section-inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}

.shop-archive-section-inner .archive-pref {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-pref {
    font-size: 5.6vw;
    margin-bottom: 6.5vw;
  }
}
.shop-archive-section-inner .archive-pref::before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 60px;
  background-image: url(../../img/logo_icon.svg);
  background-size: 100%;
  margin: 0 19px -19px 0;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-pref::before {
    width: 10vw;
    height: 9vw;
    margin: 0 3vw -2vw 0;
  }
}
.shop-archive-section-inner .archive-shops {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 35px;
  border-bottom: 1px solid #E0D5C0;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops {
    gap: 3.1vw;
    padding-bottom: 7.8vw;
    margin-bottom: 7.8vw;
  }
}
.shop-archive-section-inner .archive-shops:nth-last-of-type(1) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.shop-archive-section-inner .archive-shops .shop-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 310px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 20px 30px 24px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item {
    width: 100%;
    border-radius: 10px;
    padding: 3.7vw 3.7vw 4.6vw;
    flex-direction: row;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-ttl {
  width: 100%;
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-ttl {
    margin-bottom: 2.6vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-ttl .name {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #67533F;
  padding: 9px 0;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-ttl .name {
    font-size: 5vw;
    padding: 2vw 0;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-ttl .shop-new {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-color: #C29115;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 19px 9px;
  border-radius: 50%;
  vertical-align: top;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-ttl .shop-new {
    width: 9.7vw;
    height: 9.7vw;
    font-size: 3.1vw;
    padding: 3.3vw 1.3vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-ttl .shop-minutes {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.3;
  font-family: var(--font-yu-gothic);
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-ttl .shop-minutes {
    margin-top: 3vw;
    font-size: 3.1vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-ttl .shop-minutes::before {
  content: "";
  width: 12px;
  height: 16px;
  background-image: url(../../img/icons/icon_area_pin_2.svg);
  background-size: 100%;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-ttl .shop-minutes::before {
    width: 2.3vw;
    height: 3.1vw;
    margin-right: 1vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-ttl .shop-caution {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #D8624C;
  line-height: 1.3;
  font-family: var(--font-yu-gothic);
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-ttl .shop-caution {
    font-size: 3.1vw;
    margin-top: 3vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-ttl .shop-caution::before {
  content: "※";
  display: inline-block;
}

.shop-archive-section-inner .archive-shops .shop-item-top {
  width: 100%;
  margin-bottom: 22px;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-top {
    width: 48%;
    margin-bottom: 0;
    margin-right: 4%;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-top dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dotted #F4EDE6;
}

.shop-archive-section-inner .archive-shops .shop-item-top dl dt {
  width: 74px;
  height: 22px;
  background-color: #F4EDE6;
  color: #937F6B;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-yu-gothic);
  margin-right: 14px;
  position: relative;
  padding: 3px 0 0 9px;
  border-radius: 3px;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-top dl dt {
    font-size: 3.1vw;
    width: 16vw;
    height: 6vw;
    margin-right: 3vw;
    padding: 1.4vw 0 0 2vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-top dl dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 6px;
  border-color: transparent transparent transparent #F4EDE6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(100%);
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-top dl dt::before {
    border-width: 3vw 0 3vw 3px;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-top dl dd {
  width: calc(100% - 74px - 8px);
  font-family: var(--font-yu-gothic);
  color: #67533F;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-top dl dd {
    font-size: 3.1vw;
    line-height: 1.4;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-bottom {
  width: 100%;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-bottom {
    width: 48%;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-bottom a {
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-bottom a {
    margin-bottom: 1vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-bottom .btn-tel,
.shop-archive-section-inner .archive-shops .shop-item-bottom .btn-maps {
  background-size: 100%;
  color: #fff;
  padding: 16px 0 16px 64px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-bottom .btn-tel,
  .shop-archive-section-inner .archive-shops .shop-item-bottom .btn-maps {
    font-size: 3.1vw;
    padding: 2.9vw 0 2.9vw 8.6vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-bottom .btn-page {
  border: 2px solid #C29115;
  border-radius: 10px;
  color: #C29115;
  font-size: 16px;
  padding: 13px 0;
  text-align: center;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-bottom .btn-page {
    border: 1px solid #C29115;
    border-radius: 5px;
    font-size: 3.1vw;
    padding: 2.6vw 0;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-bottom .btn-page::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../img/icons/icon_arr_1.svg);
  background-size: 100%;
  margin-left: 12px;
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-bottom .btn-page::after {
    width: 2.8vw;
    height: 2.8vw;
    margin-left: 1.8vw;
  }
}
.shop-archive-section-inner .archive-shops .shop-item-bottom .btn-tel {
  background-image: url(../../img/bg_btn_tel_1.svg);
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-bottom .btn-tel {
    background-image: url(../../img/bg_btn_tel_2.svg);
  }
}
.shop-archive-section-inner .archive-shops .shop-item-bottom .btn-maps {
  background-image: url(../../img/bg_btn_maps_1.svg);
}

@media (max-width: 640px) {
  .shop-archive-section-inner .archive-shops .shop-item-bottom .btn-maps {
    background-image: url(../../img/bg_btn_maps_2.svg);
  }
}


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