/*-------------------------------
---Common
-------------------------------*/

section + section {
  margin-top: 12rem;
}

article + article {
  margin-top: 10rem;
}

.h_block_title {
  font-size: var(--font-size-exl);
  font-weight: 500;
  line-height: var(--line-height-narrow);
}

.caption .caption_heading {
  font-size: var(--font-size-xxxl);
  font-weight: 500;
  line-height: var(--line-height-narrow);
  margin-bottom: 2rem;
}

.status {
  display: inline-block;
}

.status .inner {
  display: inline-block;
}

.status span {
  display: inline-block;
  min-width: 10em;
  color: #000;
  line-height: 1;
  text-align: center;
  border: .1rem solid #000;
  padding: .6rem 1rem;
  margin: 0.1rem;
}

.status span.flag.furnished {
  color: #fff;
  background-color: #D70000;
  border-color: #D70000;
}

.lity .lity-content {
  background-color: #fff;
}


/*-------------------------------
---.lisvo_head
-------------------------------*/

.lisvo_head .main_image {
  position: relative;
  overflow: hidden;
}

.lisvo_head .main_image::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc((960 / 1920) * 100%);
}

.lisvo_head .main_image img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}


/*-------------------------------
---.homes_intro
-------------------------------*/

.homes_intro {
  margin-top: 10rem;
}

.homes_intro .title_contents .iema {
  display: block;
  width: 10.25rem;
  height: 2.811735rem;
  background-image: url(../image/ready-built-homes/iema_icon.svg);
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}

.homes_intro .prop_title {
  display: inline-block;
  font-size: var(--font-size-xxxl);
  font-weight: bold;
  vertical-align: sub;
  margin-right: 1rem;
}


/*-------------------------------
---.prop_copies
-------------------------------*/

.prop_copies::after {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.prop_copies {
  margin-top: 2.5rem;
}

.prop_copies .lead_copy {
  max-width: 65em;
  margin-top: 2.5rem;
}


/*-------------------------------
---.feature
-------------------------------*/

.feature {
  margin-top: 8rem;
}

.feature .h_block_title {
  margin-bottom: 3.5rem;
}

.feature .feature_contents .list {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-gap: 6rem;
}

.feature .feature_contents .item {
  display: grid;
  grid-auto-rows: max-content;
  align-items: center;
  grid-gap: 5rem;
}

.feature .feature_contents .item:nth-child(odd) {
  grid-template-columns: calc((100% - 5rem) * 0.53) calc((100% - 5rem) * 0.47);
}

.feature .feature_contents .item:nth-child(even) {
  grid-template-columns: calc((100% - 5rem) * 0.47) calc((100% - 5rem) * 0.53);
}

.feature .feature_contents .item .image {
  position: relative;
}

.feature .feature_contents .item .image::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #F0F0F0;
  padding-top: 66.67%;
}

.feature .feature_contents .item .image img {
  position: absolute;
  height: 100%;
  object-fit: contain;
}

.feature .feature_contents .item .caption dl {
  max-width: 35em;
}

.feature .feature_contents .item:nth-child(even) .caption {
  order: -1;
}

.feature .feature_contents .item:nth-child(even) .caption dl {
  margin-left: auto;
}

.feature .feature_contents .item .caption_title {
  font-size: var(--font-size-xxl);
  font-weight: 500;
  margin-bottom: 2rem;
}

.feature .feature_main {
  margin-bottom: 10rem;
}

.feature .banner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48.75%);
  grid-gap: 1rem 2.5%;
  justify-content: center;
  max-width: 118rem;
  margin-bottom: 10rem;
}

.lity.lity-inline .lity-container {
  width: 90%;
  max-width: var(--max-width-outer);
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.lity.lity-inline .lity-content {
  max-height: calc(90vh - 4.5rem - 4.5rem);
  max-height: calc(90dvh - 4.5rem - 4.5rem);
}

#whats_lisvo .lisvo_logo {
  width: min(27rem, 70%);
  /* margin-bottom: 4.5rem; */
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

#whats_lisvo .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23.4rem, 1fr));
  grid-auto-rows: max-content;
  grid-gap: 6rem 0;
  margin-bottom: 3.5rem;
}

#whats_lisvo .item {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: max-content max-content max-content auto;
  align-items: end;
  grid-gap: 2rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

#whats_lisvo .item:not(:last-child) {
  border-right: 0.1rem solid #23224C;
}

#whats_lisvo .summary_title {
  display: flex;
  align-items: center;
  font-size: var(--font-size-s);

}

#whats_lisvo .summary_title::before {
  content: '';
  display: block;
  /* width: 12em; */
  width: 9em;
  /* height: 1.8em; */
  height: 3.8em;
  background-image: url(../image/lisvo/lisvo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#whats_lisvo .summary_title span {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.083em;
  background-color: #23224C;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#whats_lisvo .catch_copy {
  font-size: var(--font-size-xxl);
  font-weight: 500;
}

#whats_lisvo .catch_copy span {
  display: inline-block;
}

#whats_lisvo .link_concept {
  text-align: center;
}

#whats_lisvo .link_concept a {
  display: inline-block;
  font-weight: 500;
  border: 0.1rem solid var(--text-color);
  padding: 0.25em 1em;
}


/*-------------------------------
---.grid_gallery
-------------------------------*/

.grid_gallery {
  background-color: #23224C;
  padding-top: 7rem;
  padding-bottom: 10rem;
}

.grid_gallery .h_block_title {
  color: #fff;
  margin-bottom: 4rem;
}

.grid_gallery .insta_btn {
  margin-bottom: 0;
}


/*-------------------------------
---.floor_plan
-------------------------------*/

.floor_plan .h_block_title {
  margin-bottom: 4rem;
}

.floor_plan .floor_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, calc((100% - 1.5rem) / 2)));
  grid-auto-rows: max-content;
  justify-content: center;
  align-items: center;
  grid-gap: 1.5rem;
}


/*-------------------------------
---.living_environment
-------------------------------*/

.living_environment .h_block_title {
  margin-bottom: 3.5rem;
}

.living_environment .living_contents {
  display: grid;
  grid-template-columns: calc((100% - 5rem) * 0.53) calc((100% - 5rem) * 0.47);
  grid-auto-rows: max-content;
  align-items: center;
  grid-gap: 5rem;
}


/*-------------------------------
---.peripheral_facilities
-------------------------------*/

.peripheral_facilities .h_block_title {
  margin-bottom: 3.5rem;
}


/*-------------------------------
---.access
-------------------------------*/

.access .h_block_title {
  margin-bottom: 4.5rem;
}


/*-------------------------------
---.block_map
-------------------------------*/

.block_map .h_block_title {
  margin-bottom: 3.5rem;
}

.block_map .block_map_image {
  position: relative;
  text-align: center;
}

.block_map .block_map_image #block_map_modal {
  height: 100%;
}

.block_map .block_map_image img {
  height: 100%;
  object-fit: contain;
}

.block_map .block_map_image #map_base {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  z-index: -1;
}


/*-------------------------------
---.prop_data
-------------------------------*/

.prop_data {
  color: #fff;
  background-color: #23224C;
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}


/*-------------------------------
---.prop_spec
-------------------------------*/

.prop_spec .price_contents {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-auto-rows: max-content;
  grid-gap: 3.5rem;
  margin-bottom: 2rem;
}

.prop_spec .price_title {
  font-size: var(--font-size-xxl);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.prop_spec .price_body {
  font-size: var(--font-size-xxl);
  font-weight: bold;
}

.prop_spec .price_body span {
  display: inline-block;
}

.prop_spec .price_value {
  font-size: 5rem;
  font-size: var(--font-size-exl);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-right: 0.5rem;
}

.prop_spec .integer,
.prop_spec .unit,
.prop_spec .suffix {
  vertical-align: middle;
}

.prop_spec .price_value .decimal {
  font-size: 0.75em;
}

.prop_spec .area_data dl,
.prop_spec .area_data dt,
.prop_spec .area_data dd {
  display: inline-block;
}

.prop_spec .area_data dl {
  padding-right: 1em;
  padding-bottom: 0.5em;
}

.prop_spec .contain_object {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-auto-rows: max-content;
  grid-gap: 2.5rem;
}

.prop_spec .contain_object dt {
  font-weight: 500;
}

.prop_spec .contain_object dd .item {
  display: inline-block;
  margin-right: 1.5em;
}


/*-------------------------------
---.condominium_data
-------------------------------*/

.condominium_data {
  margin-top: 3rem;
}

.condominium_data::before {
  margin-bottom: 3rem;
}

.condominium_data_title {
  font-size: var(--font-size-xxl);
  font-weight: bold;
  margin-bottom: 1rem;
}

.condominium_object .item {
  display: inline-block;
  margin-right: 1.5em;
}