@keyframes arrowLTR {
  from {
    left: 20%;
  }
  to {
    left: 50%;
  }
}
.content-property {
  padding: 10rem 8rem 0;
}
.content-property .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 18.3rem;
}
.content-property .head .text {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.8rem;
  color: #000000;
  line-height: 2;
  margin-top: 1.8rem;
}
.content-property .head .title {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 3.5rem;
  color: #000000;
  margin-bottom: 0;
}
.content-property .property-list {
  scroll-margin-top: 180px;
  -webkit-scroll-margin-top: 180px;
}
.content-property .property-list .property-tabs-wrap {
  margin-bottom: 6rem;
  position: relative;
}
.content-property .property-list .property-tabs-wrap .tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.content-property .property-list .property-tabs-wrap .tab {
  max-width: 14.8rem;
  width: 100%;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.content-property .property-list .property-tabs-wrap .tab a {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  display: inline-block;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  color: #000000;
}
.content-property .property-list .property-tabs-wrap .tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #383535;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.content-property .property-list .property-tabs-wrap .tab:hover::after {
  transform: scaleX(1);
}
.content-property .property-list .property-tabs-wrap .tab.is-active {
  border-bottom: 3px solid #C83A1C;
}
.content-property .property-list .property-tabs-wrap .tab.is-active::after {
  display: none;
}
@media (max-width: 1265px) {
  .content-property .property-list .property-tabs-wrap .tabs {
    justify-content: flex-start;
    padding-left: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .content-property .property-list .property-tabs-wrap .tab {
    flex: 0 0 auto;
  }
}
.content-property .property-list .search_by-conditions {
  margin-bottom: 4rem;
}
.content-property .property-list .search_by-conditions .search {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 1.6rem 0;
  height: 3.6rem;
}
.content-property .property-list .search_by-conditions .search .search-click {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  width: 11.3rem;
}
.content-property .property-list .search_by-conditions .search .search-click span {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.6rem;
  color: #000000;
}
.content-property .property-list .search_by-conditions .search .search-click img {
  max-width: 2.5rem;
}
.content-property .property-list .search_by-conditions .search .list_tag-search {
  position: relative;
  border-radius: 8px;
  max-width: 100%;
  width: calc(100% - 16rem);
}
.content-property .property-list .search_by-conditions .search .list_tag-search .tag-list {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.content-property .property-list .search_by-conditions .search .list_tag-search .tag {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  background: #fff;
  border: 1px solid #dddddd;
  padding: 0.9rem 1.5rem;
  border-radius: 30px;
  font-size: 1.6rem;
  cursor: pointer;
}
.content-property .property-list .search_by-conditions .search .list_tag-search .tag .count {
  color: #000000;
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
.content-property .property-list .search_by-conditions .search .list_tag-search .tag.is-selected {
  background: #C83A1C;
  border-color: #C83A1C;
  color: #fff;
}
.content-property .property-list .search_by-conditions .search .list_tag-search .tag.is-selected .count {
  color: #fff;
}
.content-property .property-list .property-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  gap: 12rem 1.2rem;
}
.content-property .property-list .property-grid .property-card {
  flex: 0 0 calc(25% - 0.9rem);
  max-width: calc(25% - 0.9rem);
  position: relative;
}
.content-property .property-list .property-grid .property-card::after {
  content: "";
  width: 80.864%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-property .property-list .property-grid .property-card .card-media {
  margin-bottom: 2.5rem;
}
.content-property .property-list .property-grid .property-card .card-media .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.content-property .property-list .property-grid .property-card .card-media .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1);
}
.content-property .property-list .property-grid .property-card .card-media .image .btn {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
}
.content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow .wrap_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow .wrap_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  max-width: 1.6rem;
  max-height: 1.4rem;
}
.content-property .property-list .property-grid .property-card .card-media .image:hover img {
  transform: scale(1.05);
  transition: 0.5s all;
}
.content-property .property-list .property-grid .property-card .card-media .image:hover .btn .btn_arrow {
  opacity: 1;
  transform: scale(1);
}
.content-property .property-list .property-grid .property-card .card-media .image:hover .btn .btn_arrow .wrap_img img {
  opacity: 1;
  animation: arrowLTR 0.5s ease-in;
}
.content-property .property-list .property-grid .property-card .card-media .image:hover .btn .btn_arrow .wrap_img::after {
  animation: arrowWipe 0.5s forwards;
}
.content-property .property-list .property-grid .property-card .card-media .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-property .property-list .property-grid .property-card .card-media .image .post-tags {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 1rem 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 4rem);
}
.content-property .property-list .property-grid .property-card .card-media .image .post-tags.post-tags-red {
  bottom: 6rem;
}
.content-property .property-list .property-grid .property-card .card-media .image .post-tags .tags {
  background: #fff;
  padding: 0.35rem 1.3rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 1.4rem;
  color: #000;
}
.content-property .property-list .property-grid .property-card .card-media .image .post-tags .tags.badge-red {
  background: #C83A1C;
  color: #fff;
  border-color: #C83A1C;
}
.content-property .property-list .property-grid .property-card .card-media .image .btn {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow {
  opacity: 0;
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
}
.content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow .wrap_img {
  overflow: hidden;
  position: relative;
  display: flex;
}
.content-property .property-list .property-grid .property-card .card-body {
  width: 80.864%;
}
.content-property .property-list .property-grid .property-card .card-body .card-title {
  font-family: "Zen-Kaku-Gothic-New-Bold";
  font-size: clamp(1.6rem, 1.1vw, 2rem);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 2rem;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block-start: 0px;
}
.content-property .property-list .property-grid .property-card .card-body .card-title .title-mobile {
  display: none;
}
.content-property .property-list .property-grid .property-card .card-body .card-title .title-desktop {
  display: inline;
}
@media (max-width: 767px) {
  .content-property .property-list .property-grid .property-card .card-body .card-title .title-mobile {
    display: inline;
  }
  .content-property .property-list .property-grid .property-card .card-body .card-title .title-desktop {
    display: none;
  }
}
.content-property .property-list .property-grid .property-card .card-body .price,
.content-property .property-list .property-grid .property-card .card-body .area,
.content-property .property-list .property-grid .property-card .card-body .total_floor-area {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1;
}
.content-property .property-list .property-grid .property-card .card-body .total_floor-area {
  margin-bottom: unset;
}
.content-property .property-list .property-grid .property-card .card-body .list-tag {
  margin-top: 2rem;
}
.content-property .property-list .property-grid .property-card .card-body .list-tag .tag-pill {
  display: inline-block;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.3rem;
  color: #6E6E6E;
}
.content-property .property-list .property-grid .property-card .card-body .address {
  padding-top: 1rem;
}
.content-property .property-list .property-grid .property-card .card-body .name {
  margin-top: 2rem;
}
.content-property .property-list .property-grid .property-card .card-body .name .value {
  border-bottom: 1px solid #DDDDDD;
}
.content-property .property-list .property-grid .property-card .card-body .name .title,
.content-property .property-list .property-grid .property-card .card-body .address .title {
  font-family: "CormorantSC-Regular";
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 0;
  line-height: 1;
}
.content-property .property-list .property-grid .property-card .card-body .name .value,
.content-property .property-list .property-grid .property-card .card-body .address .value {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.4rem;
  color: #000000;
  padding-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-property .property-list .property-grid .no-data {
  font-size: 2rem;
}
@keyframes arrowWipe {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.content-property .property-pagination {
  margin-top: 5rem;
  text-align: center;
}
.content-property .property-pagination .pagination-list {
  display: inline-flex;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.content-property .property-pagination .pagination-item a,
.content-property .property-pagination .pagination-item span {
  display: inline-block;
  min-width: 3.2rem;
  height: 3.2rem;
  line-height: 2.9rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid #e9e9e9;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.4rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.content-property .property-pagination .pagination-item a:hover {
  transform: translateY(-3px);
  border-color: #C83A1C;
  color: #C83A1C;
  box-shadow: 0 6px 18px rgba(200, 58, 28, 0.08);
}
.content-property .property-pagination .pagination-item.prev a, .content-property .property-pagination .pagination-item.next a {
  border-radius: 6px;
  min-width: auto;
  padding: 0.6rem 0.9rem;
}
.content-property .property-pagination .pagination-item .current {
  background: #C83A1C;
  color: #fff;
  border-color: #C83A1C;
  box-shadow: 0 8px 26px rgba(200, 58, 28, 0.18);
  transform: none;
}
.content-property .property-pagination .pagination-item.disabled a {
  opacity: 0.45;
  cursor: default;
  transform: none;
}
@media (max-width: 600px) {
  .content-property .property-pagination .pagination-list {
    gap: 0.5rem;
  }
  .content-property .property-pagination .pagination-item a,
  .content-property .property-pagination .pagination-item span {
    min-width: 2.4rem;
    height: 2.4rem;
    line-height: 170%;
    font-size: 1.2rem;
    padding: 0 0.6rem;
  }
}
.content-property .list-tag {
  margin-top: 1rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.content-property .list-tag .tag-pill {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  font-size: 1.3rem;
  color: #6E6E6E;
}
.content-property .btn_contact_us {
  color: white;
  background-color: #C83A1D;
  border-radius: 3.6rem;
  padding: 2.6rem 4.5rem;
  border-style: solid;
  cursor: pointer;
  font-family: "Zen-Kaku-Gothic-New-Bold";
  line-height: 100%;
  font-size: 1.8rem;
  border-width: 0rem;
}
.content-property .cta {
  display: flex;
  justify-content: end;
  margin-top: 5.5rem;
  cursor: pointer;
}
.content-property .cta .item {
  padding: 2.25rem 0;
  display: inline-block;
  background: #C83A1C;
  font-size: 1.6rem;
  border-radius: 3.6rem;
  line-height: 1;
  font-weight: 700;
  min-width: 29rem;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
}
.content-property .cta a {
  font-family: "Zen-Kaku-Gothic-New-Bold";
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.content-property .cta a span {
  display: inline-block;
  position: relative;
  transform: translateY(0);
  line-height: 1.5;
}
.content-property .cta a span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.content-property .cta:hover span {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.content-property .purchase_share_link_line {
  margin-bottom: 25rem;
}
.content-property .purchase_share_link_line .container_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  gap: 2rem;
}
.content-property .purchase_share_link_line .btn_copy {
  border: none;
  cursor: pointer;
  border-radius: 10rem;
  width: 5.9rem;
  height: 5.9rem;
}
.content-property .purchase_share_link_line .link {
  cursor: pointer;
  color: black;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.6rem;
  line-height: 1.8;
  display: flex;
  width: max-content;
  flex-direction: column;
}

.banner-b {
  display: flex;
  flex-wrap: nowrap;
}
.banner-b .ban-f_item {
  display: inline-block;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.banner-b .ban-f_item:hover > img {
  transform: scale(1.038);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.banner-b .ban-f_item img {
  transition: 0.3s all;
  width: 100%;
}
.banner-b .ban-f_item .ban-f_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-b .ban-f_item .ban-f_content .ban-f___title {
  color: #ffffff;
  text-align: center;
}
.banner-b .ban-f_item .ban-f_content .ban-f___title .t1 {
  font-size: 90px;
  line-height: 105%;
  font-family: "CormorantSC-Regular";
}
.banner-b .ban-f_item .ban-f_content .ban-f___title .t2 {
  font-size: 23px;
  line-height: 105%;
  font-family: "Zen-Kaku-Gothic-New-Medium";
}

.banner-b {
  margin-top: 0;
}
.banner-b .btn_arrow {
  opacity: 0;
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
  margin-top: 14rem;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.banner-b .btn_arrow .wrap_img {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.banner-b .btn_arrow .wrap_img img {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  max-width: 1.6rem;
  max-height: 1.4rem;
}
.banner-b .ban-f_item:hover .btn_arrow {
  opacity: 0;
  transform: scale(0.9);
}
.banner-b .ban-f_item:hover .btn_arrow .wrap_img img {
  left: 30%;
  opacity: 0;
}
.banner-b .ban-f_item:hover .btn_arrow {
  opacity: 1;
  transform: scale(1);
}
.banner-b .ban-f_item:hover .btn_arrow .wrap_img img {
  left: 50%;
  opacity: 1;
}

@keyframes mymove {
  from {
    left: 0px;
  }
  to {
    left: 20px;
  }
}
.page {
  margin: 0 !important;
}

@media (max-width: 1599px) {
  .content-property {
    padding: 8.1rem 6.5rem 0;
  }
  .content-property .head {
    margin-bottom: 15rem;
  }
  .content-property .head .text {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
  .content-property .head .title {
    font-size: 2.8rem;
  }
  .content-property .property-list .property-tabs-wrap {
    margin-bottom: 4rem;
  }
  .content-property .property-list .property-tabs-wrap .tabs {
    gap: 0.8rem;
  }
  .content-property .property-list .property-tabs-wrap .tabs .tab {
    max-width: 12rem;
  }
  .content-property .property-list .property-tabs-wrap .tabs .tab a {
    font-size: 1.4rem;
    padding-bottom: 1.6rem;
  }
  .content-property .property-list .search_by-conditions {
    margin-bottom: 3.2rem;
  }
  .content-property .property-list .search_by-conditions .search .search-click img {
    max-width: 2rem;
  }
  .content-property .property-list .search_by-conditions .search .search-click span {
    font-size: 1.3rem;
  }
  .content-property .property-list .property-grid .property-card .card-media {
    margin-bottom: 1.6rem;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .post-tags {
    gap: 0.8rem 0.4rem;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .post-tags .tags {
    font-size: 1.1rem;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow .wrap_img img {
    width: 13px;
    height: 11px;
  }
  .content-property .property-list .property-grid .property-card .card-body .card-title {
    margin-bottom: 1.5rem;
    letter-spacing: 0px;
  }
  .content-property .property-list .property-grid .property-card .card-body .price,
  .content-property .property-list .property-grid .property-card .card-body .area,
  .content-property .property-list .property-grid .property-card .card-body .total_floor-area {
    font-size: 1.1rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .name .title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .name .value {
    font-size: 1.1rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .address .title {
    font-size: 1.1rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .address .value {
    font-size: 1.1rem;
  }
  .content-property .purchase_share_link_line {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 15rem;
    margin-bottom: 21rem;
  }
  .content-property .purchase_share_link_line .btn_contact_us {
    border-radius: 3.6rem;
    padding: 2.1rem 3.6rem;
    font-size: 1.463rem;
  }
  .content-property .cta .item {
    font-size: 1.4rem;
    padding: 2rem 0;
  }
  .content-property .purchase_share_link_line .container_copy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.5rem;
    gap: 1.6rem;
  }
  .content-property .purchase_share_link_line .btn_copy {
    border: none;
    cursor: pointer;
    border-radius: 10rem;
    width: 4.7rem;
    height: 4.7rem;
  }
  .content-property .purchase_share_link_line .link {
    cursor: pointer;
    color: black;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    font-size: 1.3rem;
    line-height: 150%;
    display: flex;
    width: max-content;
    flex-direction: column;
  }
  .content-property .purchase_share_link_line .btn_copy img {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (max-width: 1080px) {
  .content-property .property-list .property-grid .property-card {
    flex: 0 0 calc(33.333% - 0.8rem);
    max-width: calc(33.333% - 0.8rem);
  }
}
@media (max-width: 900px) {
  .cta .item {
    font-size: 1.6rem !important;
    padding: 2.2rem 0 !important;
  }
}
@media (max-width: 768px) {
  .numberOfLines {
    padding-bottom: 0.9rem;
  }
  .content-property {
    padding: 4rem 2rem 0;
  }
  .content-property .head {
    margin-bottom: 4rem;
  }
  .content-property .head .text {
    font-size: 1.4rem;
  }
  .content-property .head .title {
    font-size: 2.7rem;
  }
  .content-property .property-list .property-tabs-wrap .tabs {
    gap: 0.5rem;
    padding-bottom: 0.6rem;
    /* For Internet Explorer and Edge */
    -ms-overflow-style: none;
    /* For Firefox */
    scrollbar-width: none;
    /* For Chrome, Safari, Opera, and other WebKit browsers */
  }
  .content-property .property-list .property-tabs-wrap .tabs::-webkit-scrollbar {
    display: none;
  }
  .content-property .property-list .property-tabs-wrap .tabs .tab {
    max-width: 80.43px;
    height: 5.6rem;
    min-height: 5.6rem;
  }
  .content-property .property-list .property-tabs-wrap .tabs .tab a {
    font-size: 1.4rem;
    white-space: pre-line;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 125%;
    padding-bottom: 0px;
  }
  .content-property .property-list .property-tabs-wrap .tabs .tab:nth-of-type(3) a {
    padding-bottom: 0px;
  }
  .content-property .property-list .search_by-conditions .search {
    height: auto;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .content-property .property-list .search_by-conditions .search .search-click {
    width: 100%;
  }
  .content-property .property-list .search_by-conditions .search .list_tag-search {
    width: 100%;
  }
  .content-property .property-list .search_by-conditions .search .list_tag-search .tag-list {
    gap: 1.5rem;
  }
  .content-property .property-list .property-grid {
    gap: 6rem 1rem;
  }
  .content-property .property-list .property-grid .property-card {
    flex: 0 0 calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    border-bottom: 1px solid #DDDDDD;
  }
  .content-property .property-list .property-grid .property-card::after {
    content: unset;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .post-tags {
    left: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }
  .content-property .property-list .property-grid .property-card .card-media .image .post-tags .tags {
    font-size: 1.2rem;
    padding: 0.55rem 1.3rem;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .btn {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow {
    opacity: 1;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow .wrap_img {
    max-width: 4.3rem;
    max-height: 4.3rem;
  }
  .content-property .property-list .property-grid .property-card .card-media .image .btn .btn_arrow .wrap_img img {
    left: 50%;
    max-width: 1.4rem;
    max-height: 1.2rem;
    opacity: 1;
  }
  .content-property .property-list .property-grid .property-card .card-body {
    width: 100%;
  }
  .content-property .property-list .property-grid .property-card .card-body .post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 14.5rem;
    margin-bottom: 1.5rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .post-tags .tags {
    background: #fff;
    padding: 0.55rem 1.3rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 1.2rem;
    color: #000;
  }
  .content-property .property-list .property-grid .property-card .card-body .post-tags .tags.badge-red {
    background: #C83A1C;
    color: #fff;
    border-color: #C83A1C;
  }
  .content-property .property-list .property-grid .property-card .card-body .card-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .price,
  .content-property .property-list .property-grid .property-card .card-body .area,
  .content-property .property-list .property-grid .property-card .card-body .total_floor-area {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .name {
    margin-top: 1.5rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .name .title,
  .content-property .property-list .property-grid .property-card .card-body .address .title {
    font-size: 1.2rem;
  }
  .content-property .property-list .property-grid .property-card .card-body .name .value,
  .content-property .property-list .property-grid .property-card .card-body .address .value {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  .content-property .purchase_share_link_line {
    margin: 10rem 0;
  }
  .content-property .purchase_share_link_line .btn_contact_us {
    min-width: 31rem;
    text-align: center;
    padding: 2.6rem 4.5rem;
    font-size: 1.6rem;
    line-height: 1;
  }
  .content-property .purchase_share_link_line .cta {
    margin-top: 0px;
  }
  .content-property .purchase_share_link_line .cta .item {
    min-width: 31rem;
  }
  .content-property .purchase_share_link_line .container_copy {
    margin-top: 4rem;
    gap: 1.5rem;
  }
  .content-property .purchase_share_link_line .link {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .content-property .purchase_share_link_line .btn_copy {
    width: 4.3rem;
    height: 4.3rem;
  }
  .content-property .btn-contact {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }
  .content-property .btn-contact a {
    font-size: 1.6rem;
    min-width: 31rem;
  }
  .content-property .line a {
    font-size: 1.4rem;
  }
  .content-property .line img {
    max-width: 4.3rem;
  }
  .banner-b {
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
  }
  .banner-b .ban-f_item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .banner-b .ban-f_item:hover > img {
    transform: scale(1.1);
    transition: 0.3s all;
  }
  .banner-b .ban-f_item > img {
    transition: 0.3s all;
    width: 100%;
    height: 390px;
    object-fit: cover;
  }
  .banner-b .ban-f_item .ban-f_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .banner-b .ban-f_item .ban-f_content .ban-f___title {
    color: #ffffff;
    text-align: center;
  }
  .banner-b .ban-f_item .ban-f_content .ban-f___title .t1 {
    display: block;
    font-size: 45px;
    line-height: 100%;
    font-family: "CormorantSC-Regular";
  }
  .banner-b .ban-f_item .ban-f_content .ban-f___title .t2 {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-family: "Zen-Kaku-Gothic-New-Medium";
  }
  .banner-b .btn_arrow {
    margin-top: 9rem;
  }
  .btn_arrow {
    opacity: 1 !important;
    width: 4.3rem !important;
    height: 4.3rem !important;
  }
  .btn_arrow .wrap_img::after {
    animation: mymove 0.5s forwards;
    animation-timing-function: linear;
  }
}
@media (max-width: 567px) {
  .content-property .property-list .property-grid .property-card {
    flex: 0 0 calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
  }
}
@media (max-width: 375px) {
  .content-property .property-list .property-grid {
    justify-content: space-between;
  }
}

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