a,
button,
div,
span {
  -webkit-tap-highlight-color: transparent;
}

.l-main.is-modalopen {
  z-index: 300;
}

.findProperty .c-breadcrumbBox {
  margin: 0 auto;
}

.bottomEntry {
  background-color: #99D8E6;
}
.slick-track {
  align-items: flex-start;
  display: flex;
}

.findProperty {
  background-color: #99D8E6;
  padding-top: 30px;
  position: relative;
}

.findProperty_inner {
  margin: 0 auto;
  padding: 0 20px;
}

.findProperty_contents {
  position: relative;
}

.pageTitle {
  width: 100%;
}
.pageTitle img {
  width: 100%;
}

.pageLede {
  background-color: #fff;
  border: 1px dotted #414141;
  font-weight: 500;
  margin-top: 38px;
  position: relative;
}
.pageLede:before {
  background-image: url("../../assets/images/findproperty/about.png");
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.map {
  position: relative;
  z-index: 20;
}
.map img {
  width: 100%;
}

.map_point {
  background-image: url("../../assets/images/findproperty/pin.png");
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -100%);
  transform-origin: center;
  transition: transform 0.2s;
}
.map_point:hover {
  animation: poyo 0.6s ease-in-out;
}

@keyframes poyo {
  0% {
    transform: translate(-50%, -100%) scale(1);
  }
  15% {
    transform: translate(-50%, -100%) scale(0.85);
  }
  30% {
    transform: translate(-50%, -100%) scale(1.05);
  }
  45% {
    transform: translate(-50%, -100%) scale(0.9);
  }
  60% {
    transform: translate(-50%, -100%) scale(1.03);
  }
  75% {
    transform: translate(-50%, -100%) scale(0.97);
  }
  100% {
    transform: translate(-50%, -100%) scale(1);
  }
}
.check {
  position: absolute;
  z-index: 10;
}
.check:before {
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: absolute;
}

.check_text {
  align-items: center;
  border: 1px dotted #414141;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.check_text_icon {
  display: inline-block;
  margin-right: 4px;
  width: 23px;
}
.check_text_icon img {
  width: 100%;
}

.modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  z-index: 10000;
}
.modal.is-open {
  transform: translateY(0);
}

.modalOverlay {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.modalBg {
  background-color: rgba(115, 182, 109, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.modalBg:after {
  background-image: url("../../assets/images/findproperty/modal_bg_obj02_pc.png");
  background-size: 100%;
  bottom: 0;
  display: inline-block;
  height: 158px;
  position: absolute;
  right: 35px;
  width: 161px;
}

.modalContainer {
  background-color: #fff;
  border: 1px solid #414141;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 20;
}

.modalContent {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%;
}

.modalClose {
  background-color: #414141;
  border: 1px solid #414141;
  border-radius: 50%;
  display: inline-block;
  height: 46px;
  position: absolute;
  right: 0;
  transition: background 0.3s ease;
  width: 46px;
}
.modalClose:before, .modalClose:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background 0.3s ease;
  width: 12px;
}
.modalClose:before {
  transform: translate(-50%) rotate(45deg);
}
.modalClose:after {
  transform: translate(-50%) rotate(-45deg);
}
.modalClose:hover {
  background-color: #fff;
}
.modalClose:hover:before, .modalClose:hover:after {
  background-color: #414141;
}

.modalTopObj {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.modalTopObj img {
  width: 100%;
}

.modalSlide_btn {
  background-color: #fff;
  border: 1px solid #48A63F;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.modalSlide_btn:before {
  background-image: url("../../assets/images/findproperty/modal_slide_arrow.png");
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  width: 10px;
}
.modalSlide_btn:hover:before {
  transform: translate(-50%, -50%);
}

.modalSlide_btn-prev {
  transform: translateY(-50%);
}

.modalSlide_btn-next {
  transform: translateY(-50%) rotate(180deg);
}

.modalDetail {
  height: 0;
}
.modalDetail.slick-current {
  height: auto;
}

.modalDetail_title {
  background-image: linear-gradient(to right, #414141, #414141 2px, transparent 2px, transparent 8px), linear-gradient(to left, #414141, #414141 2px, transparent 2px, transparent 8px);
  background-position: left top, right bottom;
  background-repeat: repeat-x, repeat-x;
  font-family: "BIZ UDGothic", serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.modalDetail_main {
  display: flex;
}

.modalDetailCats {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.modalDetailCats_node {
  border: 1px solid #48A63F;
  border-radius: 3px 15px 3px 3px;
  color: #48A63F;
  font-size: 0.875rem;
  padding: 5px 15px;
}
.modalDetailCats_node.place {
  background-color: #48A63F;
  color: #fff;
}

.modalDetailText {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 15px;
}
.modalDetail_image img {
  display: block;
  height: auto;
  width: 100%;
}

.modalDetailAnn {
  margin-top: 10px;
}

.modalDetailAnn_text {
  font-size: 11px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.modalDetail_image_ann {
  display: block;
  font-size: 11px;
  margin-top: 3px;
  text-align: right;
}

.modalDetail_tags {
  background-color: #E1EBC3;
  position: relative;
}
.modalDetail_tags:before {
  background-image: url("../../assets/images/findproperty/contents_info.png");
  background-size: 100%;
  content: "";
  display: inline-block;
  position: absolute;
}

.modalDetail_tags_list {
  display: flex;
  flex-wrap: wrap;
}

.modalDetailTagNode {
  background-color: #fff;
  color: #48A63F;
}
.modalDetailTagNode:before {
  content: "# ";
  display: inline-block;
}

.modalDetail_comingsoon {
  margin: 20px auto 0;
}
.modalDetail_comingsoon img {
  width: 100%;
}

.modalDetail_comingsoonText {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (max-width: 1024px) {
  .bottomEntry {
    margin-top: 0;
  }
  .findProperty_contents {
    padding-bottom: 80px;
  }
  .intro {
    width: 100%;
  }
  .pageLede {
    border-radius: 20px;
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 40px 27px 20px;
  }
  .pageLede:before {
    height: 46px;
    top: -15px;
    width: 92px;
  }
  .map {
    margin-right: -20px;
    margin-top: 41px;
  }
  .map_point {
    height: 9.2%;
    width: 5.7%;
  }
  .map_point.hokkaido {
    left: 77.1%;
    top: 16.6%;
  }
  .map_point.aichi {
    left: 57.4%;
    top: 79.7%;
  }
  .map_point.osaka {
    left: 44%;
    top: 79.7%;
  }
  .map_point.fukuoka {
    left: 10%;
    top: 79%;
  }
  .check {
    left: -20px;
    padding-left: 20px;
    padding-top: 47px;
    top: 53.4vw;
  }
  .check:before {
    background-image: url("../../assets/images/findproperty/check_sp.png");
    height: 85px;
    left: 0;
    top: 0;
    width: 160px;
  }
  .check_text {
    font-size: 0.875rem;
    height: 140px;
    line-height: 1.8;
    width: 140px;
  }
  .modalOverlay {
    padding: 54px 30px;
  }
  .modalBg:after {
    content: none;
  }
  .modalContainer {
    border-radius: 40px;
    padding: 44px 0 50px;
  }
  .modalContainer:before {
    background-image: url("../../assets/images/findproperty/modal_bg_obj01_sp.png");
    background-size: 100%;
    bottom: -94px;
    content: "";
    display: inline-block;
    height: 135px;
    position: absolute;
    right: -20px;
    width: 96px;
    z-index: 100;
  }
  .modalClose {
    top: -21px;
  }
  .modalTopObj {
    height: 78px;
    top: -44px;
    width: 94px;
  }
  .modalSlide_btn {
    border-radius: 0 100% 100% 0/50%;
    height: 100px;
    width: 50px;
  }
  .modalSlide_btn:before {
    transform: translate(-50%, -50%);
  }
  .modalSlide_btn-prev {
    left: -36px;
  }
  .modalSlide_btn-next {
    right: -36px;
  }
  .modalDetail {
    padding: 0 20px;
  }
  .modalDetail_title {
    background-size: 7px 1px, 7px 1px;
    font-size: 1.125rem;
    padding: 12px 0;
  }
  .modalDetail_main {
    flex-direction: column-reverse;
    gap: 15px;
    margin-top: 15px;
  }
  .modalDetail_image {
    margin: 0 auto;
    width: 100%;
  }
  .modalDetail_tags {
    border-radius: 6px;
    margin-top: 42px;
    padding: 31px 9px 15px 9px;
  }
  .modalDetail_tags:before {
    height: 43px;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    width: 50px;
  }
  .modalDetail_tags_list {
    gap: 4px;
  }
  .modalDetailTagNode {
    border-radius: 4px;
    font-size: 0.75rem;
    padding: 4px 8px;
  }
  .modalDetail_comingsoon {
    max-width: 300px;
    width: 100%;
  }
  .modalDetail_comingsoonText {
    letter-spacing: -0.01em;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 1025px) {
  .findProperty_inner {
    max-width: 1240px;
  }
  .findProperty_contents {
    align-items: center;
    display: flex;
    gap: 100px;
    justify-content: space-between;
  }
  .intro {
    flex: 0 0 calc(100% - 740px);
    padding-top: 30px;
  }
  .pageLede {
    border-radius: 30px;
    font-size: 1rem;
    line-height: 2;
    padding: 50px 28px 30px;
  }
  .pageLede:before {
    height: 57px;
    top: -20px;
    width: 114px;
  }
  .map {
    margin-right: -34px;
  }
  .map_point {
    height: 48px;
    width: 34px;
  }
  .map_point.hokkaido {
    left: calc(100% - 193px);
    top: calc(100% - 462px);
  }
  .map_point.aichi {
    left: calc(100% - 321px);
    top: calc(100% - 111px);
  }
  .map_point.osaka {
    left: calc(100% - 405px);
    top: calc(100% - 111px);
  }
  .map_point.fukuoka {
    left: calc(100% - 625px);
    top: calc(100% - 119px);
  }
  .check {
    left: 44%;
    padding-top: 110px;
    top: -44px;
  }
  .check:before {
    background-image: url("../../assets/images/findproperty/check_pc.png");
    height: 143px;
    left: 30px;
    top: 0;
    width: 161px;
  }
  .check_text {
    font-size: 1rem;
    height: 170px;
    line-height: 2;
    width: 170px;
  }
  .modalOverlay {
    padding: 62px 20px 20px;
  }
  .modalBg:before {
    background-image: url("../../assets/images/findproperty/modal_bg_obj01_pc.png");
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 180px;
    left: -32px;
    position: absolute;
    top: 127px;
    width: 191px;
  }
  .modalBg:after {
    content: "";
  }
  .modalContainer {
    border-radius: 60px;
    max-height: 503px;
    max-width: 900px;
    padding: 70px 0 30px;
  }
  .modalContent {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scroll-area::-webkit-scrollbar {
    display: none;
  }
  .modalClose {
    top: -10px;
  }
  .modalTopObj {
    height: 100px;
    top: -45px;
    width: 120px;
  }
  .modalSlide_btn {
    border-radius: 100% 0 0 100%/50%;
    height: 150px;
    width: 75px;
  }
  .modalSlide_btn:before {
    transform: translate(10%, -50%);
  }
  .modalSlide_btn-prev {
    left: -75px;
  }
  .modalSlide_btn-next {
    right: -75px;
  }
  .modalDetail {
    padding: 0 60px;
  }
  .modalDetail_title {
    background-size: 8px 2px, 8px 2px;
    font-size: 1.875rem;
    padding: 8px 0;
  }
  .modalDetail_main {
    gap: 60px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .modalDetail_main_contens {
    flex: 0 1 498px;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .modalDetail_image {
    flex: 1 1 0;
    min-width: 0;
  }
  .modalDetail_tags {
    border-radius: 10px;
    margin-top: 36px;
    padding: 11px 12px 10px 96px;
  }
  .modalDetail_tags:before {
    bottom: 0;
    height: 60px;
    left: 10px;
    width: 70px;
  }
  .modalDetail_tags_list {
    gap: 6px;
  }
  .modalDetailTagNode {
    border-radius: 4px;
    font-size: 0.8125rem;
    padding: 8px 12px;
  }
  .modalDetail_comingsoon {
    width: 280px;
  }
  .modalDetail_comingsoonText {
    margin-top: 7px;
  }
}