@charset "UTF-8";
/*共通*/
html {
  font-size: 62.5%;
}

main {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

#form h3 {
  margin-bottom: inherit;
  text-align: inherit;
  font-size: 2.4rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #form h3 {
    font-size: 2rem;
  }
}
.main-title.--land {
  height: 140px;
  background: #00A770;
}
@media screen and (max-width: 767px) {
  .main-title.--land {
    height: 24.155vw;
  }
}

.main-title.--land .jp {
  color: #fff;
}

.post-land {
  color: #1a1a1a;
}
.post-land a {
  transition: 0.4s;
}
.post-land a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.post-land-cmn__wrap {
  margin: 0 auto;
  padding-inline: min(40px, 3.90625vw);
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .post-land-cmn__wrap {
    padding-inline: min(40px, 5.3333333333vw);
  }
}
.post-land-cmn__ttl {
  display: flex;
  gap: 1.5rem;
  margin-bottom: min(32px, 3.125vw);
}
@media screen and (max-width: 767px) {
  .post-land-cmn__ttl {
    gap: min(15px, 2vw);
  }
}
.post-land-cmn__ttl-ttl img {
  width: auto;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .post-land-cmn__ttl-ttl img {
    height: 18px;
  }
}
.post-land-cmn__ttl-st {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .post-land-cmn__ttl-st {
    font-size: 1.8rem;
  }
}
.post-land-cmn__more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding: 24px;
  width: 100%;
  max-width: 300px;
  height: 64px;
  background: #00A770;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .post-land-cmn__more-btn {
    padding: min(24px, 3.2vw);
    border-radius: min(4px, 0.5333333333vw);
  }
}
.post-land-cmn__more-btn::before {
  content: "";
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .post-land-cmn__more-btn::before {
    width: min(30px, 4vw);
  }
}
.post-land-cmn__more-btn::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background: url(../images/land_custom/btn_arw_down.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .post-land-cmn__more-btn::after {
    width: min(30px, 4vw);
  }
}
.post-land-cmn__more-btn.is-active::after {
  transform: scaleY(-1);
}
.post-land-cmn__more-btn-st {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-land-cmn__more-btn-st {
    font-size: 1.4rem;
  }
}
.post-land-cmn__more-btn-st .--txt::before {
  content: "もっと見る";
}
.is-active .post-land-cmn__more-btn-st .--txt::before {
  content: "閉じる";
}
.post-land-head {
  padding-block: min(80px, 7.8125vw) min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-head {
    padding-block: min(80px, 10.6666666667vw) min(120px, 16vw);
  }
}
.post-land-head__ttl {
  margin-bottom: min(40px, 3.90625vw);
}
@media screen and (max-width: 767px) {
  .post-land-head__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.post-land-head__ttl-st {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-land-head__ttl-st {
    font-size: 2rem;
  }
}
.post-land-head__ph {
  margin-bottom: min(36px, 3.515625vw);
  width: 100%;
  aspect-ratio: 960/540;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .post-land-head__ph {
    margin-bottom: min(36px, 4.8vw);
  }
}
.post-land-head__ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-land-head__data-price {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: min(45px, 4.39453125vw);
}
@media screen and (max-width: 767px) {
  .post-land-head__data-price {
    flex-direction: column;
    margin-bottom: min(36px, 4.8vw);
  }
}
.post-land-head__data-price-ttl {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-land-head__data-price-ttl {
    font-size: 1.6rem;
  }
}
.post-land-head__data-price-num {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 600;
  color: #D30000;
}
@media screen and (max-width: 767px) {
  .post-land-head__data-price-num {
    font-size: 2rem;
  }
}
.post-land-head__data-price-num .--attn {
  font-size: 1.6666666667em;
}
.post-land-head__data-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-land-head__data-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 43.75%;
}
@media screen and (max-width: 767px) {
  .post-land-head__data-list {
    display: block;
    width: 100%;
  }
}
.post-land-head__data-item {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .post-land-head__data-item {
    width: 100%;
  }
}
.post-land-head__data-item-ttl {
  width: 120px;
}
.post-land-head__data-item-ttl-st {
  font-size: 1.6rem;
  color: #00A770;
}
.post-land-head__data-item-cnt {
  flex: 1;
}
.post-land-head__data-item-cnt-st {
  font-size: 1.6rem;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .post-land-head__data-item-cnt-st {
    font-size: 1.4rem;
  }
}
.post-land-gallery {
  padding-block: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-gallery {
    padding-block: min(120px, 16vw);
  }
}
.post-land-gallery__slider {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(16px, 1.5625vw);
}
@media (max-width: 767px) {
  .post-land-gallery__slider {
    display: block;
    margin-bottom: min(32px, 4.2666666667vw);
  }
}
.post-land-gallery__slider-main {
  width: 70.8333333333%;
}
@media (max-width: 767px) {
  .post-land-gallery__slider-main {
    margin-bottom: min(16px, 2.1333333333vw);
    width: 100%;
  }
}
.post-land-gallery__slider-main-slider {
  max-width: min(640px, 62.5vw);
}
@media (max-width: 767px) {
  .post-land-gallery__slider-main-slider {
    max-width: 100%;
  }
}
.post-land-gallery__slider-main-item {
  position: relative;
  aspect-ratio: 680/420;
  background: #ccc;
}
.post-land-gallery__slider-main-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-land-gallery__slider-main-item::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  aspect-ratio: 1;
  background: url(../images/land_custom/photo_zoom.png) no-repeat center center/25px auto;
  background-color: rgba(60, 60, 60, 0.5);
}
@media (max-width: 767px) {
  .post-land-gallery__slider-main-item::after {
    width: 30px;
    background-size: 12px;
  }
}
.post-land-gallery__slider-sub {
  width: 27.0833333333%;
  aspect-ratio: 260/420;
  overflow-y: scroll;
}
@media (max-width: 640px) {
  .post-land-gallery__slider-sub {
    width: 100%;
    aspect-ratio: initial;
    overflow-x: scroll;
  }
}
.post-land-gallery__slider-sub-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(8px, 0.78125vw) 0;
}
@media (max-width: 640px) {
  .post-land-gallery__slider-sub-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: min(8px, 1.0666666667vw);
  }
}
.post-land-gallery__slider-sub-item {
  width: 48.9690721649%;
  aspect-ratio: 680/420;
  background: #ccc;
}
@media (max-width: 640px) {
  .post-land-gallery__slider-sub-item {
    width: 21.875%;
    min-width: 18.6666666667%;
  }
}
.post-land-gallery__slider-sub-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-land-area {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-area {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-land-area__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(35px, 3.41796875vw);
}
@media screen and (max-width: 767px) {
  .post-land-area__head {
    flex-direction: column;
  }
}
.post-land-area__map {
  margin-right: min(40px, 3.90625vw);
  width: 72.7777777778%;
  max-width: 786px;
  border: 1px solid #F2F2F2;
  aspect-ratio: 786/484;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .post-land-area__map {
    margin: 0 0 min(40px, 5.3333333333vw);
    width: 100%;
    max-width: 100%;
  }
}
.post-land-area__map-anc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: min(15px, 1.46484375vw);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .post-land-area__map-anc {
    padding: min(15px, 2vw);
  }
}
.post-land-area__map-anc::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  aspect-ratio: 1;
  background: url(../images/land_custom/photo_zoom.png) no-repeat center center/25px auto;
  background-color: rgba(60, 60, 60, 0.5);
}
@media (max-width: 767px) {
  .post-land-area__map-anc::after {
    width: 30px;
    background-size: 12px;
  }
}
.post-land-area__map-frame {
  width: 100%;
  height: 100%;
}
.post-land-area__map-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-land-area__menu {
  flex: 1;
}
.post-land-area__menu-list {
  border-top: 1px solid #8C8C8C;
}
.post-land-area__menu-item {
  display: flex;
  gap: min(10px, 0.9765625vw);
  padding: min(10px, 0.9765625vw) min(15px, 1.46484375vw);
  border-bottom: 1px solid #8C8C8C;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .post-land-area__menu-item {
    gap: min(10px, 1.3333333333vw);
    padding: min(10px, 1.3333333333vw) min(15px, 2vw);
  }
}
.post-land-area__menu-item-num {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-land-area__menu-item-num {
    font-size: 1.6rem;
  }
}
.post-land-area__menu-item-status {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-land-area__menu-item-status {
    font-size: 1.6rem;
  }
}
.post-land-area__pickup-item {
  padding: min(24px, 2.34375vw);
  max-width: 400px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .post-land-area__pickup-item {
    padding: min(24px, 3.2vw);
  }
}
.post-land-area__pickup-item-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-land-area__pickup-item-data {
    margin-bottom: min(16px, 2.1333333333vw);
  }
}
.post-land-area__pickup-item-data-num {
  margin-right: min(15px, 1.46484375vw);
}
@media screen and (max-width: 767px) {
  .post-land-area__pickup-item-data-num {
    margin-right: min(15px, 2vw);
  }
}
.post-land-area__pickup-item-data-num {
  padding: min(8px, 0.78125vw) min(16px, 1.5625vw);
  background: #00A770;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .post-land-area__pickup-item-data-num {
    padding: min(8px, 1.0666666667vw) min(16px, 2.1333333333vw);
  }
}
.close .post-land-area__pickup-item-data-num {
  background: #333;
}
.post-land-area__pickup-item-data-num-st {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
}
.post-land-area__pickup-item-data-status {
  margin-right: auto;
}
.post-land-area__pickup-item-data-status-st {
  font-size: 1.6rem;
  color: #00A770;
  line-height: 1;
}
.close .post-land-area__pickup-item-data-status-st {
  color: #333;
}
.post-land-area__pickup-item-map {
  position: relative;
  margin-bottom: min(24px, 2.34375vw);
  width: 100%;
  max-width: 100%;
  border: 1px solid #F2F2F2;
  aspect-ratio: 786/484;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .post-land-area__pickup-item-map {
    margin-bottom: min(24px, 3.2vw);
  }
}
.close .post-land-area__pickup-item-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.close .post-land-area__pickup-item-map::after {
  content: "成約済み";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #fff;
  z-index: 1;
}
.post-land-area__pickup-item-map-anc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.close .post-land-area__pickup-item-map-anc {
  pointer-events: none;
}
.post-land-area__pickup-item-map-anc::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  aspect-ratio: 1;
  background: url(../images/land_custom/photo_zoom.png) no-repeat center center/25px auto;
  background-color: rgba(60, 60, 60, 0.5);
}
@media (max-width: 767px) {
  .post-land-area__pickup-item-map-anc::after {
    width: 30px;
    background-size: 12px;
  }
}
.close .post-land-area__pickup-item-map-anc::after {
  display: none;
}
.post-land-area__pickup-item-map-frame {
  width: 100%;
  height: 100%;
}
.post-land-area__pickup-item-map-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-land-area__pickup-item-ttl {
  margin-bottom: min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-land-area__pickup-item-ttl {
    margin-bottom: min(16px, 2.1333333333vw);
  }
}
.post-land-area__pickup-item-ttl-st {
  font-size: 2rem;
}
.post-land-area__pickup-item-txt-st {
  font-size: 1.6rem;
  margin-bottom: min(8px, 0.78125vw);
  padding-bottom: min(8px, 0.78125vw);
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .post-land-area__pickup-item-txt-st {
    margin-bottom: min(8px, 1.0666666667vw);
    padding-bottom: min(8px, 1.0666666667vw);
  }
}
.post-land-area__control {
  display: flex;
  align-items: center;
  gap: min(16px, 1.5625vw);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .post-land-area__control {
    gap: min(16px, 2.1333333333vw);
    margin-top: min(72px, 9.6vw);
  }
}
.post-land-area__control-pagination.swiper-pagination-progressbar {
  position: relative;
  width: calc(100% - min(96px, 9.375vw));
}
.post-land-area__control-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(16px, 1.5625vw);
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .post-land-area__control-arw {
    gap: min(16px, 2.1333333333vw);
  }
}
.post-land-area__control-arw > div {
  width: min(40px, 3.90625vw);
  aspect-ratio: 1;
  background: url(../images/land_custom/cmn_arw_pager02.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .post-land-area__control-arw > div {
    width: min(80px, 10.6666666667vw);
  }
}
.post-land-area__control-arw-next {
  transform: scaleX(-1);
}
.post-land-area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #00A770;
}
.post-land-cta + .post-land-area {
  padding-top: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-cta + .post-land-area {
    padding-top: min(120px, 16vw);
  }
}
.post-land-point {
  padding-block: min(80px, 7.8125vw);
}
@media screen and (max-width: 767px) {
  .post-land-point {
    padding-block: min(80px, 10.6666666667vw);
  }
}
.post-land-point {
  background: #F2F2F2;
  border-radius: min(40px, 3.90625vw) min(40px, 3.90625vw) 0 0;
}
@media screen and (max-width: 767px) {
  .post-land-point {
    border-radius: min(40px, 5.3333333333vw) min(40px, 5.3333333333vw) 0 0;
  }
}
.post-land-point__pickup.swiper {
  margin-right: calc(50% - 50vw);
}
.post-land-point__pickup-item {
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .post-land-point__pickup-item {
    max-width: 280px;
  }
}
.post-land-point__pickup-item-num {
  margin-bottom: min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-land-point__pickup-item-num {
    margin-bottom: min(16px, 2.1333333333vw);
  }
}
.post-land-point__pickup-item-num-st {
  font-size: 1.4rem;
  color: #E95471;
}
.post-land-point__pickup-item-ph {
  width: 100%;
  aspect-ratio: 42/24;
  background: #ccc;
}
.post-land-point__pickup-item-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-land-point__pickup-item-info {
  padding: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .post-land-point__pickup-item-info {
    padding: min(24px, 3.2vw);
  }
}
.post-land-point__pickup-item-ttl {
  margin-bottom: min(24px, 2.34375vw);
  padding-bottom: min(24px, 2.34375vw);
  border-bottom: 1px solid #8C8C8C;
}
@media screen and (max-width: 767px) {
  .post-land-point__pickup-item-ttl {
    margin-bottom: min(24px, 3.2vw);
    padding-bottom: min(24px, 3.2vw);
  }
}
.post-land-point__pickup-item-ttl-st {
  font-size: 2rem;
}
.post-land-point__pickup-item-cnt-st {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.post-land-point__menu {
  display: flex;
  align-items: center;
  gap: min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-land-point__menu {
    gap: min(16px, 2.1333333333vw);
  }
}
.post-land-point__menu-pagination.swiper-pagination-progressbar {
  position: relative;
  width: calc(100% - min(96px, 9.375vw));
}
.post-land-point__menu-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(16px, 1.5625vw);
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .post-land-point__menu-arw {
    gap: min(16px, 2.1333333333vw);
  }
}
.post-land-point__menu-arw > div {
  width: min(40px, 3.90625vw);
  aspect-ratio: 1;
  background: url(../images/land_custom/cmn_arw_pager01.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .post-land-point__menu-arw > div {
    width: min(80px, 10.6666666667vw);
  }
}
.post-land-point__menu-arw-next {
  transform: scaleX(-1);
}
.post-land-point .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #1A1A1A;
}
.post-land-access {
  padding-block: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-access {
    padding-block: min(120px, 16vw);
  }
}
.post-land-access__block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .post-land-access__block {
    flex-direction: column;
    gap: min(16px, 2.1333333333vw);
  }
}
.post-land-access__data {
  width: 43.75%;
}
@media screen and (max-width: 767px) {
  .post-land-access__data {
    width: 100%;
  }
}
.post-land-access__data-item {
  display: flex;
  align-items: center;
  padding-block: min(12px, 1.171875vw);
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}
.post-land-access__data-item:nth-of-type(1) {
  border-top: 1px solid #F2F2F2;
}
.post-land-access__data-item-ttl {
  width: 120px;
}
.post-land-access__data-item-ttl-st {
  font-size: 1.6rem;
  color: #00A770;
}
.post-land-access__data-item-cnt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .post-land-access__data-item-cnt {
    width: 100%;
  }
}
.post-land-access__data-item-cnt-st {
  font-size: 1.6rem;
  word-break: break-word;
}
.post-land-access__map {
  width: 50%;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .post-land-access__map {
    width: 100%;
  }
}
.post-land-access__map-frame {
  width: 100%;
  aspect-ratio: 48/30;
}
.post-land-access__map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.post-land-spot {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-spot {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-land-spot__pickup {
  margin-bottom: min(64px, 6.25vw);
}
@media screen and (max-width: 767px) {
  .post-land-spot__pickup {
    margin-bottom: min(64px, 8.5333333333vw);
  }
}
.post-land-spot__pickup-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 3.90625vw) min(30px, 2.9296875vw);
}
@media screen and (max-width: 767px) {
  .post-land-spot__pickup-list {
    gap: min(40px, 5.3333333333vw) min(30px, 4vw);
  }
}
.post-land-spot__pickup-list + .post-land-spot__pickup-list {
  margin-top: min(40px, 3.90625vw);
}
@media screen and (max-width: 767px) {
  .post-land-spot__pickup-list + .post-land-spot__pickup-list {
    margin-top: min(40px, 5.3333333333vw);
  }
}
.post-land-spot__pickup-item {
  width: calc((100% - min(60px, 5.859375vw)) / 3);
}
@media screen and (max-width: 767px) {
  .post-land-spot__pickup-item {
    width: calc((100% - min(30px, 4vw)) / 2);
  }
}
.post-land-spot__pickup-item-ph {
  margin-bottom: min(16px, 1.5625vw);
  width: 100%;
  aspect-ratio: 1;
  background: #ccc;
}
.post-land-spot__pickup-item-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-land-spot__pickup-item-cnt {
  text-align: center;
}
.post-land-spot__pickup-item-cnt-name {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-land-spot__pickup-item-cnt-name {
    font-size: 1.4rem;
  }
}
.post-land-spot__pickup-item-cnt-remarks {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-land-spot__pickup-item-cnt-remarks {
    font-size: 1.4rem;
  }
}
.post-land-overview {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-overview {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-land-overview__data-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: min(80px, 7.8125vw);
  width: calc(100% + 2px);
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-list {
    margin-bottom: min(80px, 10.6666666667vw);
    width: 100%;
  }
}
.post-land-overview__data-item {
  display: flex;
  width: 50%;
  border: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-item {
    width: 100%;
  }
}
.post-land-overview__data-item:nth-of-type(even) {
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-item:nth-of-type(even) {
    margin-left: 0;
  }
}
.post-land-overview__data-item:nth-of-type(n+3) {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-item {
    margin-top: -1px;
  }
}
.post-land-overview__data-item-ttl {
  padding: min(16px, 1.5625vw);
  width: 160px;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-item-ttl {
    padding: min(16px, 2.1333333333vw);
  }
}
.post-land-overview__data-item-ttl-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-item-ttl-st {
    font-size: 1.4rem;
  }
}
.post-land-overview__data-item-cnt {
  flex: 1;
  padding: min(16px, 1.5625vw);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-item-cnt {
    padding: min(16px, 2.1333333333vw);
  }
}
.post-land-overview__data-item-cnt-st {
  font-size: 1.4rem;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-item-cnt-st {
    font-size: 1.2rem;
  }
}
.post-land-overview__data-caution {
  padding: min(40px, 3.90625vw);
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-caution {
    padding: min(40px, 5.3333333333vw);
  }
}
.post-land-overview__data-caution-st {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-land-overview__data-caution-st {
    font-size: 1.4rem;
  }
}
.post-land-contact {
  padding-block: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-contact {
    padding-block: min(120px, 16vw);
  }
}
.post-land-contact__form.form-Box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.post-land-contact__form.form-Box * {
  font-size: 16px !important;
}
.post-land-recommend {
  padding-block: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-land-recommend {
    padding-block: min(120px, 16vw);
  }
}
.post-land-recommend__pickup.swiper {
  margin-right: calc(50% - 50vw);
  padding: 0 min(40px, 3.90625vw) min(15px, 1.46484375vw) 0;
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup.swiper {
    padding: 0 min(40px, 5.3333333333vw) min(15px, 2vw) min(15px, 2vw);
  }
}
.post-land-recommend__pickup-item {
  width: 100%;
  max-width: 460px;
  border-radius: min(16px, 1.5625vw);
  overflow: hidden;
  box-shadow: 0 0 min(10px, 0.9765625vw) rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item {
    max-width: 280px;
    box-shadow: 0 0 min(10px, 1.3333333333vw) rgba(0, 0, 0, 0.2);
  }
}
.post-land-recommend__pickup-item-ph {
  width: 100%;
  aspect-ratio: 46/30;
  background: #ccc;
}
.post-land-recommend__pickup-item-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-land-recommend__pickup-item-info {
  padding: min(24px, 2.34375vw) min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-info {
    padding: min(24px, 3.2vw) min(24px, 3.2vw);
  }
}
.post-land-recommend__pickup-item-ttl {
  margin-bottom: min(32px, 3.125vw);
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-ttl {
    margin-bottom: min(32px, 4.2666666667vw);
  }
}
.post-land-recommend__pickup-item-ttl-st {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-ttl-st {
    font-size: 1.6rem;
  }
}
.post-land-recommend__pickup-item-price {
  margin-bottom: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-price {
    margin-bottom: min(24px, 3.2vw);
  }
}
.post-land-recommend__pickup-item-price-st {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 600;
  color: #D30000;
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-price-st {
    font-size: 1.6rem;
  }
}
.post-land-recommend__pickup-item-price-st .--attn {
  font-size: 1.6666666667em;
}
.post-land-recommend__pickup-item-data-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
}
.post-land-recommend__pickup-item-data-item-ttl {
  padding-block: min(16px, 1.5625vw);
  width: 120px;
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-data-item-ttl {
    padding-block: min(16px, 2.1333333333vw);
  }
}
.post-land-recommend__pickup-item-data-item-ttl-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-data-item-ttl-st {
    font-size: 1.4rem;
  }
}
.post-land-recommend__pickup-item-data-item-cnt {
  flex: 1;
  padding-block: min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-data-item-cnt {
    padding-block: min(16px, 2.1333333333vw);
  }
}
.post-land-recommend__pickup-item-data-item-cnt-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .post-land-recommend__pickup-item-data-item-cnt-st {
    font-size: 1.4rem;
  }
}
.post-land-cta {
  padding-block: min(56px, 5.46875vw);
  background: url(../images/land_custom/cta_bg_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .post-land-cta {
    padding-block: min(56px, 7.4666666667vw);
  }
}
.post-land-cta__ttl {
  margin-bottom: min(48px, 4.6875vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-land-cta__ttl {
    margin-bottom: min(48px, 6.4vw);
  }
}
.post-land-cta__ttl-st {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-land-cta__ttl-st {
    font-size: 2rem;
  }
}
.post-land-cta__item-ph {
  margin-inline: auto;
  margin-bottom: min(24px, 2.34375vw);
  max-width: 516px;
}
@media screen and (max-width: 767px) {
  .post-land-cta__item-ph {
    margin-bottom: min(24px, 3.2vw);
  }
}
.post-land-cta__item-ph img {
  width: 100%;
}
.post-land-cta__item-cnt {
  margin-bottom: min(32px, 3.125vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-land-cta__item-cnt {
    margin-bottom: min(32px, 4.2666666667vw);
  }
}
.post-land-cta__item-cnt-st {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-land-cta__item-cnt-st {
    font-size: 1.4rem;
  }
}
.post-land-cta__btn {
  margin-inline: auto;
  width: 100%;
  max-width: 350px;
  height: 72px;
}
.post-land-cta__btn-anc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  width: 100%;
  height: 100%;
  background: #E95471;
  border-radius: min(5px, 0.48828125vw);
}
.post-land-cta__btn-anc::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background: url(../images/land_custom/btn_arw_down.png) no-repeat center center/contain;
  transform: rotate(-90deg);
}
.post-land-cta__btn-st {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-land-cta__btn-st {
    font-size: 1.6rem;
  }
}
.post-land-cta__benefit {
  margin-inline: auto;
  padding: min(24px, 2.34375vw);
  width: 100%;
  max-width: 640px;
  height: 180px;
  background: #fff;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .post-land-cta__benefit {
    padding: min(24px, 3.2vw);
  }
}
.post-land-cta__benefit-st {
  font-size: 1.6rem;
}
.post-land-nav__link {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .post-land-nav__link {
    gap: 12px;
  }
}
.post-land-nav__link-btn {
  min-width: 120px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .post-land-nav__link-btn {
    min-width: 80px;
  }
}
.post-land-nav__link-btn-anc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px;
  width: 100%;
  height: 100%;
  background: #E95471;
  border-radius: min(5px, 0.48828125vw);
}
@media screen and (max-width: 767px) {
  .post-land-nav__link-btn-anc {
    gap: 8px;
    padding: 8px;
  }
}
.post-land-nav__link-btn-anc::before {
  content: "";
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .post-land-nav__link-btn-anc::before {
    width: 20px;
  }
}
.post-land-nav__link-btn-anc::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .post-land-nav__link-btn-anc::after {
    width: 20px;
  }
}
.--prev .post-land-nav__link-btn-anc::before {
  content: "";
  background: url(../images/land_custom/btn_arw_down.png) no-repeat center center/contain;
  transform: rotate(90deg);
}
.--prev .post-land-nav__link-btn-anc::after {
  width: 15px;
}
@media screen and (max-width: 767px) {
  .--prev .post-land-nav__link-btn-anc::after {
    width: 0;
  }
}
.--next .post-land-nav__link-btn-anc::before {
  width: 15px;
}
@media screen and (max-width: 767px) {
  .--next .post-land-nav__link-btn-anc::before {
    width: 0;
  }
}
.--next .post-land-nav__link-btn-anc::after {
  content: "";
  background: url(../images/land_custom/btn_arw_down.png) no-repeat center center/contain;
  transform: rotate(-90deg);
}
.post-land-nav__link-btn-st {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-land-nav__link-btn-st {
    font-size: 1.3rem;
  }
}

#land-body {
  background: #F6F4F2;
}

.cmn-btn {
  background: #FFF;
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/* LANDアーカイブ */
#lands.--new .main-title {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #lands.--new .main-title {
    height: auto;
    padding-block: 10%;
  }
}
#lands.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#lands.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #lands.--new .main-title .en {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  #lands.--new .main-title .en {
    font-size: 2.4rem;
  }
}
#lands.--new .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
#lands.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#lands.--new #panlistid {
  display: block;
  margin-bottom: 48px;
  padding: 0;
}
#lands.--new .bgc,
#lands.--new .bgc2 {
  background: none;
}
#lands.--new #lands_result .p-contents__main {
  margin: 0;
}
#lands.--new #lands_result .sy-ttl-box {
  display: flex;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3C8BE;
}
#lands.--new #lands_result .sy-ttl-box .lands_ttl {
  margin: 0;
  padding: 0;
  background: none;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border: none;
}
#lands.--new #lands_result .sy-ttl-box .sy-txt-01 {
  position: unset;
  width: 100px;
  color: var(--463A3D, #5C5C5C);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#lands.--new .two-page-block {
  margin-bottom: 56px;
}
#lands.--new .two-page-block .bgc .sy-w1000 {
  border-radius: 16px;
  border: 2px solid #EEE6DF;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
#lands.--new #kensaku-wrap {
  padding: 40px;
  border-radius: 16px;
  border: 2px solid #EEE6DF;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  #lands.--new #kensaku-wrap {
    padding: 4%;
  }
}
@media (max-width: 768px) {
  #lands.--new #kensaku-wrap {
    padding: 6%;
  }
}
#lands.--new #kensaku .kensaku-checkbox label {
  min-width: 30%;
}
@media (max-width: 768px) {
  #lands.--new #kensaku table th {
    width: 100%;
  }
}
#lands.--new #kensaku table tr {
  border-bottom: none;
}
#lands.--new #kensaku .kensaku2-ttl {
  color: #463A3D;
}
#lands.--new #kensaku table,
#lands.--new #kensaku2 table {
  margin-bottom: 32px;
  border: 1px solid #F2F2F2;
}
#lands.--new #kensaku table th,
#lands.--new #kensaku2 table th {
  background: #E4DED9;
  width: 200px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  #lands.--new #kensaku table th,
  #lands.--new #kensaku2 table th {
    width: 100%;
  }
}
#lands.--new #kensaku table tr,
#lands.--new #kensaku2 table tr {
  border-bottom: none;
}
#lands.--new #kensaku table td,
#lands.--new #kensaku2 table td {
  background: #FFFFFF;
}
#lands.--new .kensaku-btn button {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 333px;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #463A3D;
}
#lands.--new .kensaku-btn button::before {
  content: "";
  display: block;
  background: url("../images/lands/megane.svg");
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  #lands.--new #lands_result .system-list {
    width: 100%;
    padding-inline: 20px;
  }
}
#lands.--new #lands_result .system-list .system-pic {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
#lands.--new #lands_result .system-list__item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 10px 0 #D4D4D4;
}
@media (max-width: 768px) {
  #lands.--new #lands_result .system-list__item {
    width: 100%;
    margin-right: 0;
  }
}
#lands.--new #lands_result .system-list__item-txt {
  padding-block: 20px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#lands.--new #lands_result .system-list .sy-table-box tr {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #D3C8BE;
}
@media (max-width: 768px) {
  #lands.--new #lands_result .system-list .sy-table-box tr {
    flex-direction: column;
    gap: 0;
  }
}
#lands.--new #lands_result .system-list .sy-table-box tr:first-child {
  border-top: 1px solid #D3C8BE;
}
#lands.--new #lands_result .system-list .sy-table-box .sy-th-txt {
  flex-shrink: 0;
  text-align: left;
}
#lands.--new #lands_result .system-list .sy-table-box .sy-th-txt p {
  all: unset;
  color: #E95471;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#lands.--new #lands_result .system-list .sy-s-box {
  padding: 20px;
}
#lands.--new #lands_result .system-list .system-ttl-01 {
  margin-block: 20px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#lands.--new #lands_result .system-list .sy-kakaku {
  color: #E85471;
  font-family: "Helvetica Neue";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}
#lands.--new #lands_result .system-list .sy-kakaku .ss {
  margin: 0;
  font-size: 1.8rem;
}
#lands.--new #lands_result .system-list .system-pic-rel .sale {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #E85471 0%, var(--EE7F95, #EE7F95) 100%);
}
#lands.--new #lands_result .land-status {
  display: flex;
  gap: 8px;
}
#lands.--new #lands_result .land-status__item {
  all: unset;
  display: flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 21px;
  background: #A19182;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
#lands.--new #lands_result .btn-area {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#lands.--new #lands_result .btn-area .link-btn a {
  all: unset;
}
#lands.--new #lands_result .btn-area .link-btn.--detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #A19182;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#lands.--new #lands_result .btn-area .link-btn.--contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #E85471;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#lands.--new #lands_result .system-pic {
  border: none;
}
#lands.--new #lands_result .system-pic img {
  width: 100%;
  height: auto;
  aspect-ratio: 340/243;
}
#lands.--new .kensaku2-box select {
  font-size: 1.4rem;
}
#lands.--new .kensaku2-s-box-flex .kensaku2-s-box-flex-box-l {
  margin: 0;
}
#lands.--new .kensaku2-s-box-flex-box-l,
#lands.--new .kensaku2-s-box-flex-box-r {
  width: 50%;
}
@media (max-width: 768px) {
  #lands.--new .kensaku2-s-box-flex-box-l,
  #lands.--new .kensaku2-s-box-flex-box-r {
    width: 100%;
  }
}

/* LANDシングル */
#land.--new .main-title {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #land.--new .main-title {
    height: auto;
    padding-block: 10%;
  }
}
#land.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#land.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #land.--new .main-title .en {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  #land.--new .main-title .en {
    font-size: 2.4rem;
  }
}
#land.--new .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
#land.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#land.--new #panlistid {
  display: block;
  padding: 0;
}
#land.--new .post-land-head__ttl {
  margin-bottom: 32px;
  border-bottom: 1px solid #D3C8BE;
}
#land.--new .post-land-head__ttl-st {
  padding-block: 24px;
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#land.--new .post-land-head__ttl-status {
  display: inline-flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #E85471;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.05em;
}
#land.--new .post-land-head__ph {
  border-radius: 10px;
  overflow: hidden;
}
#land.--new .post-land-head__data-list {
  width: calc(50% - 16px);
}
#land.--new .post-land-head__data-price {
  align-items: center;
}
#land.--new .post-land-head__data-price-ttl {
  color: #5C5C5C;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#land.--new .post-land-head__data-price-num {
  color: #E85471;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
#land.--new .post-land-head__data-price-num .--attn {
  font-size: 40px;
}
@media (max-width: 768px) {
  #land.--new .post-land-head__data-list {
    width: 100%;
  }
  #land.--new .post-land-head__data-price-num {
    font-size: 14px;
  }
}
#land.--new .post-land-head__data-item {
  border-bottom: 1px solid #D3C8BE;
}
#land.--new .post-land-head__data-item:first-of-type {
  border-top: 1px solid #D3C8BE;
}
@media (max-width: 768px) {
  #land.--new .post-land-head__data-item:first-of-type {
    border-top: none;
  }
}
#land.--new .post-land-head__data-item-ttl-st {
  width: 72px;
  flex-shrink: 0;
  color: #E95471;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#land.--new .post-land-head__data-item-cnt-st {
  color: var(--463A3D, #5C5C5C);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#land.--new .post-land-cmn__ttl {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#land.--new .post-land-cmn__ttl-en {
  color: var(--A19182, #A19182);
  text-align: center;
  font-family: Abel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#land.--new .post-land-cmn__ttl-st {
  color: #5C5C5C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#land.--new {
  /* ギャラリー */
}
#land.--new .post-land-gallery .post-land-gallery__slider-main-item::after {
  background: url(../images/land_custom/photo_zoom_new.png) no-repeat center center/60px auto;
}
#land.--new {
  /* 区画図 */
}
#land.--new .post-land-area .post-land-area__map-anc::after {
  background: url(../images/land_custom/photo_zoom_new.png) no-repeat center center/60px auto;
}
#land.--new .post-land-area .post-land-area__map {
  max-width: 100%;
  aspect-ratio: 960/423;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
#land.--new {
  /* 間取り */
}
#land.--new .post-land-layout .post-land-layout__map-anc::after {
  background: url(../images/land_custom/photo_zoom_new.png) no-repeat center center/60px auto;
}
#land.--new .post-land-layout .post-land-layout__map {
  border-radius: 10px;
  overflow: hidden;
}
#land.--new {
  /* おすすめポイント */
}
#land.--new .post-land-point .post-land-point__pickup-item {
  position: relative;
  padding-top: 40px;
}
#land.--new .post-land-point .post-land-point__pickup-item-num {
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
}
#land.--new .post-land-point .post-land-point__pickup-item-num-st {
  display: inline-block;
  color: #E85471;
  font-family: Abel;
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#land.--new .post-land-point .post-land-point__pickup-item-ph {
  border-radius: 10px;
  overflow: hidden;
}
#land.--new .post-land-point .post-land-point__pickup-item-info {
  padding: 24px 16px;
}
#land.--new .post-land-point .post-land-point__pickup-item-ttl-st {
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#land.--new {
  /* 物件概要 */
}
#land.--new .post-land-overview .post-land-overview__data-list {
  margin-bottom: 40px;
}
#land.--new .post-land-overview .post-land-overview__data-item-ttl {
  background: #E4DED9;
}
#land.--new .post-land-overview .post-land-overview__data-item-cnt {
  background: #FFF;
}
#land.--new .post-land-overview .post-land-overview__data-item p {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
#land.--new .post-land-overview .post-land-overview__term {
  padding: 40px 60px;
  background: #FFF;
}
#land.--new .post-land-overview .post-land-overview__term-txt {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#land.--new {
  /* 周辺環境 */
}
#land.--new .post-land-spot .post-land-spot__pickup-item-ph {
  aspect-ratio: 310/180;
  border-radius: 10px;
  overflow: hidden;
}
#land.--new .post-land-spot .post-land-spot__pickup-item-cnt p {
  color: #5C5C5C;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #land.--new .post-land-spot .post-land-spot__pickup-item-cnt p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #land.--new .post-land-spot p.post-land-spot__pickup-item-cnt-name {
    font-size: 1.4rem;
  }
  #land.--new .post-land-spot p.post-land-spot__pickup-item-cnt-remarks {
    font-size: 1.2rem;
    margin-top: 2%;
  }
}
#land.--new .post-land-spot .cmn-btn {
  margin-inline: auto;
}
#land.--new {
  /* 設備仕様 */
}
#land.--new .post-land-facility .post-land-facility__pickup-item {
  border-radius: 10px;
  background: #D3C8BE;
}
#land.--new .post-land-facility p {
  color: #463A3D;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
#land.--new {
  /* 保証・性能 */
}
#land.--new .post-land-spec .post-land-spec__pickup-item {
  background: #D3C8BE;
  border-radius: 10px;
}
#land.--new .post-land-spec p {
  color: #463A3D;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
#land.--new {
  /* お問い合わせ */
}
#land.--new .post-land-contact {
  margin-bottom: 120px;
  background: url("../images/land_custom/contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#land.--new .post-land-contact .post-land-cmn__ttl {
  align-items: center;
}
#land.--new .post-land-contact .form-Box {
  background: none;
}
#land.--new .post-land-contact .btn-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 56px;
  background: url("../images/land_custom/contact-btn.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#land.--new {
  /* ACCESS */
}
#land.--new .post-land-access .post-land-access__data-item-ttl-st {
  display: inline-flex;
  width: 80px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #D4CBCD;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#land.--new .post-land-access .post-land-access__data-item-cnt-st {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#land.--new .post-land-access .post-land-access__map {
  border-radius: 10px;
  overflow: hidden;
}
#land.--new {
  /* おすすめ */
}
#land.--new .post-land-recommend .post-land-recommend__pickup-item-ph {
  border-radius: 10px;
  overflow: hidden;
}
#land.--new .post-land-recommend .post-land-recommend__pickup-item {
  box-shadow: unset;
}
#land.--new .post-land-recommend .post-land-recommend__pickup-item-ttl .post-land-recommend__pickup-item-ttl-st {
  color: #463A3D;
  font-family: "Helvetica Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
#land.--new .post-land-recommend .post-land-recommend__pickup-item-price .post-land-recommend__pickup-item-price-st {
  color: #E85471;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5;
}
#land.--new .post-land-recommend .post-land-recommend__pickup-item-price .post-land-recommend__pickup-item-price-st .--attn {
  font-size: 3.2rem;
}
#land.--new .post-land-recommend .post-land-recommend__pickup-item-data .post-land-recommend__pickup-item-data-item-ttl-st {
  color: #E85471;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
#land.--new .post-land-recommend .post-land-recommend__pickup-item-data .post-land-recommend__pickup-item-data-item-cnt-st {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
#land.--new .post-land-recommend .post-land-recommend__pickup-item-data-item {
  border-bottom: 1px solid #D3C8BE;
}
#land.--new {
  /* pager */
}
#land.--new .post-land-pagenav {
  margin-bottom: 148px;
}
#land.--new .post-land-pagenav .post-land-nav__link-btn-anc {
  background: none;
}
#land.--new .post-land-pagenav .post-land-nav__link-btn-anc .post-land-nav__link-btn-st {
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#land.--new .post-land-pagenav .--prev .post-land-nav__link-btn-anc::before {
  content: "";
  background: url(../images/land_custom/btn_arw_down_new.png) no-repeat center center/contain;
  transform: rotate(0deg);
  width: 10px;
  height: 16px;
}
#land.--new .post-land-pagenav .--prev .post-land-nav__link-btn-anc::after {
  display: none;
}
#land.--new .post-land-pagenav .--next .post-land-nav__link-btn-anc::after {
  content: "";
  background: url(../images/land_custom/btn_arw_down_new.png) no-repeat center center/contain;
  transform: rotate(180deg);
  width: 10px;
  height: 16px;
}
#land.--new .post-land-pagenav .--next .post-land-nav__link-btn-anc::before {
  display: none;
}
#land.--new .post-land-pagenav .post-land-nav__link div {
  border-bottom: 1px solid #D3C8BE;
}
#land.--new {
  /* CTA */
}
#land.--new #main-cta {
  padding-block: 56px;
  background: url("../images/estate_custom/main-cta_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#land.--new #main-cta .main-cta__figure {
  max-width: 536px;
  margin-bottom: 16px;
  margin-inline: auto;
  width: 100%;
}
#land.--new #main-cta .cmn-btn {
  margin-inline: auto;
}/*# sourceMappingURL=land-custom_new.css.map */
/* 260726 */
#land.--new .post-land-contact .btn-box.btn-set button.btn-type01,
#land.--new .post-land-contact .btn-box.btn-set button.btn-type02,
#land.--new .post-land-contact .btn-box.btn-set button.btn-type03 {
  text-indent: 0;
  overflow: visible;
  background: none;
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
#land.--new .post-land-contact .btn-box.btn-set button.btn-type01,
#land.--new .post-land-contact .btn-box.btn-set button.btn-type03 {
  background: #CF8628;
  color: #fff;
  border: none;
}
#land.--new .post-land-contact .btn-box.btn-set button.btn-type02 {
  background: #fff;
  color: #463A3D;
  border: 1px solid #707070;
}

/* modelhouse02より移植 260806 (No.456 CF7フォーム統一用) */
.form-common {
    position: relative;
    font-family: "Noto Sans JP";
    color: #463A3D;
}

.underlayer-form-inner {
    max-width: 940px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .underlayer-form-inner {
        padding: 0 2%;
    }
}

@media (max-width: 768px) {
    .underlayer-form-inner {
        padding: 0 4%;
    }
}

.underlayer-form-inner-title {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .underlayer-form-inner-title {
        margin-bottom: 4%;
    }
}

@media (max-width: 768px) {
    .underlayer-form-inner-title {
        margin-bottom: 6%;
        display: block;
    }
}

.underlayer-form-inner-title-01 {
    font-size: 24px;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .underlayer-form-inner-title-01 {
        font-size: 20px;
    }
}

.underlayer-form-h3 {
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto 70px;
}

@media (max-width: 1024px) {
    .underlayer-form-h3 {
        font-size: 28px;
        margin: 0 auto 7%;
    }
}

@media (max-width: 640px) {
    .underlayer-form-h3 {
        font-size: 5vw;
    }
}

.form-common {
    font-size: 16px;
}

.form-common .wpcf7-not-valid-tip {
    display: none;
}

.form-common__inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .form-common__inner {
        max-width: 100%;
    }
}

.form-common__inner--cnt {
    margin: 0 auto 60px;
}

@media (max-width: 1280px) {
    .form-common__inner--cnt {
        margin: 0 auto 6%;
    }
}

@media (max-width: 640px) {
    .form-common__inner--cnt--left {
        font-size: 14px;
    }
}

.form-common__inner--cnt--mail {
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.6em;
}

@media (max-width: 1280px) {
    .form-common__inner--cnt--mail {
        margin: 0 auto 2%;
    }
}

.form-common__inner--cnt--person {
    display: flex;
    align-items: center;
}

.form-common__inner--cnt--person:not(:last-of-type) {
    margin-bottom: 12px;
}

.form-common__inner--cnt--person>span {
    width: 50%;
}

.form-common__inner--cnt ul:not(:last-of-type) {
    margin: 0 auto 20px;
}

@media (max-width: 1024px) {
    .form-common__inner--cnt ul:not(:last-of-type) {
        margin: 0 auto 2%;
    }
}

@media (max-width: 768px) {
    .form-common__inner--cnt ul:not(:last-of-type) {
        margin: 0 auto 6%;
    }
}

.form-common__inner--cnt ul li {
    float: left;
}

.form-common__inner--cnt ul li:first-of-type {
    width: 30%;
    display: flex;
    align-items: baseline;
    margin-right: 6%;
}

@media (max-width: 900px) {
    .form-common__inner--cnt ul li:first-of-type {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}

.form-common__inner--cnt ul li:first-of-type .form-common__inner--cnt--left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .form-common__inner--cnt ul li:first-of-type .form-common__inner--cnt--left {
        width: auto;
        flex-direction: row-reverse;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .form-common__inner--cnt ul li:first-of-type .form-common__inner--cnt--left {
        gap: 10px;
    }
}

.form-common__inner--cnt ul li:last-of-type {
    width: 64%;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .form-common__inner--cnt ul li:last-of-type {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .form-common__inner--cnt ul li:last-of-type .form-common__inner--cnt--right--description {
        font-size: 12px;
    }
}

.form-common__inner--label {
    width: 84px;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 8px 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    border-radius: 21px;
    background: #BCBCBC;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .form-common__inner--label {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .form-common__inner--label {
        padding: 6px 0;
        font-size: 14px;
    }
}

.form-common__inner--label.label-required {
    background: #A19182;
    color: #FFF;
}

.form-common__inner--privacy {
    margin: 0 auto 77px;
    text-align: center;
    color: #1a1a1a;
}

@media (max-width: 1280px) {
    .form-common__inner--privacy {
        margin: 0 auto 8%;
    }
}

.form-common__inner--privacy--check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.form-common textarea,
.form-common input[type="text"],
.form-common input[type="email"],
.form-common input[type="tel"],
.form-common input[type="date"],
.form-common select {
    width: 100%;
    background: #fff;
    padding: 2% 4%;
    resize: none;
    border: none;
}

.form-common input[type="text"]::placeholder,
.form-common input[type="email"]::placeholder,
.form-common input[type="tel"]::placeholder,
.form-common input[type="date"]::placeholder,
.form-common select::placeholder,
.form-common textarea::placeholder {
    font-weight: normal;
    color: #E0E0E0;
}

.form-common input[type="submit"],
.form-common input[type="button"] {
    width: 100%;
    line-height: 54px;
    text-align: center;
    background: #A19182;
    color: #fff;
    border: 1px solid #A19182;
    transition: 0.4s all;
    display: block;
    max-width: 400px;
    margin: 0 auto;
}


#your-oya,
#your-ko,
#your-age {
    width: 175px;
    max-width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#your-oya::-ms-expand,
#your-ko::-ms-expand,
#your-age::-ms-expand {
    display: none;
}

.section-form-privacy {
    height: 200px;
    overflow: auto;
    padding: 1em;
    background: #FFF;
    border: solid 1px #A19182;
    margin-bottom: 50px;
}

.section-form-privacy__cnt h3,
.section-form-privacy__cnt p {
    font-size: 14px !important;
}


/* modelhouse02より移植 260806 */

.section-form-privacy {
    text-align: left;
}

/* page-top-renew.cssの.topクラス(背景色)がform内で衝突するため打ち消し 260806 */
.form-common .top {
    background: transparent;
}

/* タブ切り替えCSS page-contact_new.cssより移植 260806 (No.456 見学予約/資料請求タブ) */
/* ===== タブ ===== */
.contact-tabs {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-tabs { flex-direction: column; gap: 16px; }
}

.contact-tabs__btn {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #A19182;
  border: none;
  border-radius: 8px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.contact-tabs__btn.is-active {
  opacity: 1;
}

.contact-tabs__btn:hover {
  opacity: 0.85;
  color: #FFF;
}

.contact-tabs__btn::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contact-tabs__btn[data-tab="visit"]::before {
  background-image: url('../images/contact/tab-icon-visit.svg');
}

.contact-tabs__btn[data-tab="document"]::before {
  background-image: url('../images/contact/tab-icon-document.svg');
}

.contact-tabs__btn::after {
  content: "";
  flex-shrink: 0;
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background-color: #BDAB9A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

/* フォーム注意書き */
.contact-form-notice {
  margin-bottom: 32px;
}

.contact-form-notice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form-notice li {
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 16px;
  position: relative;
}

.contact-form-notice li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* タブパネル */
.contact-tab-panel {
  display: none;
}

.contact-tab-panel.is-active {
  display: block;
}

