.land .contents .in {
  position: relative;
  padding-bottom: 15.7rem;
}
.land .contents .in::before,
.land .contents .in::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.land .contents .in::before {
  bottom: 9.8rem;
  left: -15.3rem;
  width: 25.1rem;
  height: 191.2rem;
  background: url(../img/land/land-bg-left.png) center/contain no-repeat;
}
.land .contents .in::after {
  right: -15.5rem;
  top: -10.1rem;
  width: 27.3rem;
  height: 125.6rem;
  background: url(../img/land/land-bg-right.png) center/contain no-repeat;
}
.land .list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.land .list .item {
  position: relative;
  padding: 5.8rem 4rem 5rem;
  width: calc(50% - 2rem);
  background: #FFF8F9;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0.9rem rgb(0 0 0 / 0.1);
}
.land .list .item .label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  height: 3.8rem;
  padding: 0 2rem;
  background: var(--color-pink);
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: var(--medium);
  letter-spacing: 0.1em;
}
.land .list .item .ttl {
  margin-bottom: 2.6rem;
  font-size: 1.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  line-height: 1.77;
}
.land .list .item .flex {
  display: flex;
  align-items: flex-start;
  gap: 2.8rem;
}
.land .list .item .flex-img {
  position: relative;
  border-radius: 0.8rem;
  height: 20rem;
  width: 30rem;
  overflow: hidden;
}
.land .list .item .flex-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.land .list .item .flex-txt {
  width: calc(100% - 2.8rem - 30rem);
}
.land .list .item .flex-txt .txt {
  letter-spacing: 0.02em;
}
.land .list .item table {
  width: 100%;
  margin-top: 4rem;
}
.land .list .item table th,
.land .list .item table td {
  padding: 1.5rem 1.1rem;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 2;
  border-bottom: 1px solid #C9C9C9;
}
.land .list .item table th {
  width: 16rem;
  min-width: 16rem;
  font-weight: var(--bold);
}
.land .list .item table tr:first-of-type th,
.land .list .item table tr:first-of-type td {
  border-top: 1px solid #C9C9C9;
}
.land .list .item .button {
  margin: 4.3rem auto 0;
}
.land .contents .tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 9.9rem;
}
.land .contents .tabs .tab a {
  position: relative;
  width: 30rem;
  padding: 1.8rem;
  border-radius: 0.8rem;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: var(--medium);
  text-align: center;
  letter-spacing: 0.06em;
}
.land .contents .tabs .tab a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1rem;
  border-color: transparent transparent transparent var(--color-white);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .land .contents {
    margin-top: -1rem;
  }
  .land .contents .in {
    padding-bottom: 10rem;
  }
  .land .list .item {
    width: 100%;
    padding: 5.8rem 1rem;
  }
  .land .list .item .flex {
    flex-wrap: wrap;
    gap: 2.8rem;
  }
  .land .list .item .flex-img {
    width: 100%;
    height: 22.1rem;
  }
  .land .list .item .flex-txt {
    width: 100%;
  }
  .land .list .item table {
    margin-top: 3.3rem;
  }
  .land .list .item table th,
  .land .list .item table td {
    font-size: 1.4rem;
  }
  .land .list .item table th {
    width: 11.4rem;
    min-width: 11.4rem;
    font-size: 1.4rem;
  }
  .land .list .item .button {
    margin-top: 4.5rem;
  }
  .land .contents .in::before {
    content: none;
  }
  .land .contents .in::after {
    right: 0;
    top: -5.2rem;
    width: 13.3rem;
    height: 18rem;
    background-image: url(../img/land/land-bg-right_sp.png);
  }
  .land .contents .tabs {
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .land .contents .tabs .tab {
    width: calc(50% - 0.5rem);
  }
  .land .contents .tabs .tab a {
    width: 100%;
    font-size: 1.8rem;
    padding: 1.2rem;
  }
}





/* -----------------------
single-land
----------------------- */
.single-land .ttl-h2-serif {
  margin-bottom: 3.6rem;
  font-size: 3.6rem;
  text-align: center;
}
/* description */
.single-land .description .ttl-h2 {
  font-size: 2.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.02em;
  margin-bottom: 4.1rem;
  line-height: 1.54;
}
.single-land .description .flex {
  gap: 2.5rem;
  align-items: flex-start;
}
.single-land .description .flex .main-swiper {
  width: 102rem;
  border-radius: 0.8rem;
}
.single-land .description .flex .main-swiper .swiper-slide {
  position: relative;
  height: 57.5rem;
  overflow: hidden;
  background: #000;
}
.single-land .description .flex .main-swiper .swiper-slide img,
.single-land .description .flex .thumb-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.single-land .description .flex .thumb-swiper {
  width: 31.5rem;
  height: 57.5rem;
}
.single-land .description .flex .thumb-swiper .swiper-wrapper {
  flex-direction: column;
}
.single-land .description .flex .thumb-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  height: 17.8rem;
  margin-bottom: 2.1rem;
  background: #000;
}
.single-land .description .wrap {
  max-width: 105.9rem;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .single-land .ttl-h2-serif {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
  .single-land .description .ttl-h2 {
    margin-bottom: 3.2rem;
  }
  .single-land .description .flex {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .single-land .description .flex .main-swiper {
    width: 100%;
  }
  .single-land .description .flex .main-swiper .swiper-slide {
    height: 19.7rem;
  }
  .single-land .description .flex .thumb-swiper {
    width: 100%;
    height: 6.3rem;
  }
  .single-land .description .flex .thumb-swiper .swiper-slide {
    width: 11.1rem;
    height: 6.3rem;
    margin: 0 0.9rem 0 0;
  }
  .single-land .description .flex .thumb-swiper .swiper-wrapper {
    flex-direction: row;
  }
  .single-land .description .wrap {
    margin-top: 4rem;
  }
}


/* overview */
.single-land .overview {
  padding-top: 9rem;
}
.single-land .overview .bg {
  padding: 6rem 0 6.5rem;
  background: var(--color-green-bg);
}
.single-land .overview .bg .in {
  max-width: 106rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single-land .overview .bg .in table {
  width: 50rem;
}
.single-land .overview .bg .in table th,
.single-land .overview .bg .in table td {
  border-top: 1px solid #C9C9C9;
  padding: 1rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.single-land .overview .bg .in table th {
  font-weight: var(--bold);
  width: 11.1rem;
  min-width: 11.1rem;
}
.single-land .overview .bg .in table tr:last-of-type th,
.single-land .overview .bg .in table tr:last-of-type td {
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 767px) {
  .single-land .overview {
    padding-top: 6rem;
  }
  .single-land .overview .bg {
    padding: 5.5rem 0 5.9rem;
  }
  .single-land .overview .bg .in {
    display: block;
  }
  .single-land .overview .bg .in table {
    width: 100%;
  }
  .single-land .overview .bg .in table:first-of-type tr:last-of-type th,
  .single-land .overview .bg .in table:first-of-type tr:last-of-type td {
    border-bottom: none;
  }
  .single-land .overview .bg .in table th, 
  .single-land .overview .bg .in table td {
    padding: 0.85rem 0;
    vertical-align: baseline;
  }
  .single-land .overview .bg .in table th {
    width: 8.9rem;
    min-width: 8.9rem;
  }
}


/* gallery */
#gallery-wrap {
  padding-top: 11rem;
}
#gallery-wrap .in {
  position: relative;
  max-width: 112rem;
  padding-bottom: 8rem;
}
#gallery-wrap .in::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100vw;
  margin-right: calc(100% - 100vw);
  height: calc(100% - 12rem);
  background: var(--color-green-bg);
}
#gallery-wrap .thumb-swiper {
  max-width: 101rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #gallery-wrap {
    padding-top: 6rem;
  }
  #gallery-wrap .in {
    padding-bottom: 4.9rem;
  }
  #gallery-wrap .in::after {
    height: calc(100% - 6.2rem);
  }
}


/* neighborhood */
.single-land .neighborhood {
  padding-top: 10rem;
}
.single-land .neighborhood .ttl-h2-serif {
  margin-bottom: 5.3rem;
}
.single-land .neighborhood .list {
  display: flex;
  flex-wrap: wrap;
  gap: 8.2rem 8rem;
}
.single-land .neighborhood .list li {
  width: calc(33.33% - (8rem * 2 / 3));
}
.single-land .neighborhood .list li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 28rem;
  border-radius: 1rem;
}
.single-land .neighborhood .list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-land .neighborhood .list li .ttl-h3 {
  margin-top: 2rem;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: var(--color-green);
  text-align: center;
}
.single-land .neighborhood .list li .txt {
  margin-top: 2.1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .single-land .neighborhood {
    padding-top: 8rem;
  }
  .single-land .neighborhood .ttl-h2-serif {
    margin-bottom: 2.8rem;
  }
  .single-land .neighborhood .list {
    gap: 5.1rem;
  }
  .single-land .neighborhood .list li {
    width: 100%;
  }
  .single-land .neighborhood .list li .img {
    height: 24.5rem;
  }
  .single-land .neighborhood .list li .ttl-h3 {
    margin-top: 1.5rem;
  }
  .single-land .neighborhood .list li .txt {
    margin-top: 1.6rem;
    font-size: 1.5rem;
  }
}

/* map-wrap */
.single-land .map-wrap {
  padding-top: 8rem;
}
.single-land .map-wrap .ttl-h2-serif {
  margin-bottom: 5.3rem;
}
.single-land .map-wrap .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 58rem;

  background: gray;
}
.single-land .map-wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-land .map-wrap .button {
  width: 35rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .single-land .map-wrap .ttl-h2-serif {
    margin-bottom: 3.7rem;
  }
  .single-land .map-wrap .map {
    height: 19rem;
    border-radius: 0.8rem;
  }
  .single-land .map-wrap .button {
    margin-top: 4rem;
    width: 28rem;
  }
}

/* case-study */
.single-land #case-study {
  padding-top: 10rem;
}
.single-land #case-study .ttl-h2-serif {
  margin-bottom: 5.8rem;
}
.single-land #case-study .swiper {
  padding: 8.2rem 0 7.9rem;
  margin: 0;
}
.single-land #case-study .swiper-slide .img {
  margin-bottom: 3.5rem;
}
.single-land #case-study .swiper-slide .ttl {
  margin: 0 2rem 1.7rem 2.3rem;
  font-size: 1.8rem;
  line-height: 1.77;
}
.single-land #case-study .swiper-slide .txt {
  margin: 0 2rem 0 2.3rem;
}
.single-land #case-study .swiper-slide .button {
  display: flex;
  margin: 4.3rem 0 0 2.3rem;
}
@media screen and (max-width: 767px) {
  .single-land #case-study {
    padding-top: 6.2rem;
  }
  .single-land #case-study .ttl-h2-serif {
    margin-bottom: 4.3rem;
  }
  .single-land #case-study .swiper {
    padding: 3.8rem 0 4.7rem;
  }
  .single-land #case-study .swiper-slide .img {
    margin-bottom: 1.43rem;
  }
  .single-land #case-study .swiper-slide .ttl {
    margin: 0 0 1.43rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .single-land #case-study .swiper-slide .txt {
    margin: 0;
  }
  .single-land #case-study .swiper-slide .button {
    width: 22rem;
    margin: 3rem auto 0;
  }
}