﻿/* Model house section (ported from /modelhouse-lp/, scoped for /lp/monitor/) */
#sec-modelhouse,
.mh-embed {
  --base: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  --mc: #456043;
  --fc: #3e4648;
  --mq: 4.8;
  font-family: var(--base);
  color: var(--fc);
  box-sizing: border-box;
}
#sec-modelhouse *,
.mh-embed * {
  box-sizing: border-box;
}
#sec-modelhouse img,
.mh-embed img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sec-modelhouse a,
.mh-embed a {
  color: inherit;
  text-decoration: none;
}
#sec-modelhouse h2,
#sec-modelhouse h3,
#sec-modelhouse h4,
.mh-embed h3,
.mh-embed h5 {
  font-size: inherit;
  font-weight: inherit;
}
#sec-modelhouse .cmn-wrap {
  max-width: 480px;
}
@media screen and (min-width: 521px) {
  #sec-modelhouse .cmn-wrap {
    max-width: 960px;
    padding: 0 24px;
  }
}
#sec-modelhouse .modelhouse-item__ph img {
  width: 100%;
  display: block;
}
#sec-modelhouse .modelhouse-accordion__cnt {
  list-style: none;
}
#sec-modelhouse .cmn-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
}
#sec-modelhouse .cmn-ttl__sub {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.4;
  color: var(--mc);
}
#sec-modelhouse .cmn-ttl__main {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #203233;
  position: relative;
  padding: 0 0 0.55em;
}
#sec-modelhouse .cmn-ttl__main::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2.5em;
  height: 2px;
  background-color: var(--mc);
}
#sec-modelhouse .cmn-ttl__main-st {
  display: inline-block;
}
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
.cmn-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}
.cmn-ttl {
  position: relative;
  text-align: center;
}
.cmn-ttl__main {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 479px) {
  .cmn-ttl__main {
    font-size: 18px;
  }
}
.cmn-ttl__sub {
  margin-bottom: 8px;
  color: var(--mc);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.7px;
}
.cmn-ttl.--white {
  color: #fff;
}
.cmn-ttl.--color .common-ttl__sub {
  color: #ffe294;
}
.cmn-ttl.--color2 .common-ttl__sub {
  color: #937218;
}
.cmn-ttl.--line::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #b8973c;
}
.cmn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 100%;
  height: 42px;
  background: var(--mc);
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .cmn-btn__link:hover {
    background: #fff;
    border: 1px solid var(--mc);
  }
  .cmn-btn__link:hover .cmn-btn__st {
    color: var(--mc);
  }
  .cmn-btn__link:hover .cmn-btn__arrow {
    right: 4px;
  }
  .cmn-btn__link:hover .cmn-btn__arrow svg path {
    stroke: var(--mc);
  }
}
.cmn-btn__st {
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: 0.4s;
}
.cmn-btn__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  height: 42px;
  transition: 0.4s;
}
.cmn-btn__arrow path {
  transition: 0.4s;
}

.sec-modelhouse {
  padding-block: min(calc(64vw / var(--mq)), 64px);
  background: #f8f7f2;
}
.sec-modelhouse__txt {
  padding-top: min(calc(40vw / var(--mq)), 40px);
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.sec-modelhouse .modelhouse-map {
  background: url(/wp/wp-content/themes/sho-san_original/img/modelhouse-lp/modelhouse-map.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: -24px;
  width: calc(100% + 24px);
  height: 417px;
  position: relative;
}
.sec-modelhouse .modelhouse-map__icon {
  position: absolute;
  width: 100px;
  height: auto;
  aspect-ratio: 7.0987435224;
  cursor: pointer;
  animation: float 3s ease-in-out infinite;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .sec-modelhouse .modelhouse-map__icon:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-map__icon {
    width: 75px;
  }
}
.sec-modelhouse .modelhouse-map__icon.--icon01 {
  top: 140px;
  left: 72px;
  width: 316px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-map__icon.--icon01 {
    top: 38%;
    left: 16%;
    width: 230px;
  }
}
.sec-modelhouse .modelhouse-map__icon.--icon02 {
  top: 210px;
  left: 160px;
  width: 256px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-map__icon.--icon02 {
    top: 50%;
    left: 33%;
    width: 190px;
  }
}
.sec-modelhouse .modelhouse-map__icon.--icon03 {
  bottom: 130px;
  left: 120px;
  width: 234px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-map__icon.--icon03 {
    bottom: 36%;
    left: 24%;
    width: 165px;
  }
}
.sec-modelhouse .modelhouse-area {
  padding-top: min(calc(15vw / var(--mq)), 15px);
  width: 100%;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-area {
    margin-top: -15%;
  }
}
.sec-modelhouse .modelhouse-area__block:not(:last-child) {
  margin-bottom: min(calc(24vw / var(--mq)), 24px);
}
.sec-modelhouse .modelhouse-accordion__head {
  position: relative;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  background: var(--mc);
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .sec-modelhouse .modelhouse-accordion__head:hover {
    opacity: 0.6;
  }
}
.sec-modelhouse .modelhouse-accordion__head:after {
  content: "";
  background: url(/wp/wp-content/themes/sho-san_original/img/modelhouse-lp/icon_tri.png)
    no-repeat center center/cover;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: block;
  width: 16px;
  height: 16px;
}
.sec-modelhouse .modelhouse-accordion__head-ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-accordion__head-ttl {
    font-size: 18px;
  }
}
.sec-modelhouse .modelhouse-accordion__head-arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 14px;
  height: 28px;
}
.sec-modelhouse
  .modelhouse-accordion__head.open
  .modelhouse-accordion__head-arrow
  svg {
  transform: scale(1, -1);
}
.sec-modelhouse .modelhouse-accordion__cnt {
  display: none;
}
.sec-modelhouse .modelhouse-item {
  margin-top: min(calc(24vw / var(--mq)), 24px);
  padding: min(calc(32vw / var(--mq)), 32px) min(calc(24vw / var(--mq)), 24px);
  border: 1px solid var(--mc);
  background: #fff;
}
.sec-modelhouse .modelhouse-item__ttl {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--mc);
  color: var(--mc);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-item__ttl {
    font-size: 16px;
  }
}
.sec-modelhouse .modelhouse-item__ph {
  margin-top: min(calc(24vw / var(--mq)), 24px);
}
.sec-modelhouse .modelhouse-item__catch {
  margin-top: min(calc(24vw / var(--mq)), 24px);
  color: var(--mc);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-item__catch {
    font-size: 18px;
  }
}
.sec-modelhouse .modelhouse-item__info {
  margin-top: min(calc(24vw / var(--mq)), 24px);
}
.sec-modelhouse .modelhouse-item__info-ttl {
  color: #889788;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-item__info-ttl {
    font-size: 16px;
  }
}
.sec-modelhouse .modelhouse-item__info-txt {
  margin-top: min(calc(16vw / var(--mq)), 16px);
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.sec-modelhouse .modelhouse-item__info-add {
  margin-top: min(calc(16vw / var(--mq)), 16px);
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.8px;
}
.sec-modelhouse .modelhouse-item__anchor {
  margin-top: min(calc(24vw / var(--mq)), 24px);
  margin-inline: auto;
  max-width: 300px;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.modelhouse-modal__item {
  max-width: 480px;
  background: #fff;
}
.modelhouse-modal__cnt {
  padding-block: 64px 32px;
  padding-inline: 24px;
}
.modelhouse-modal__head {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--mc);
}
.modelhouse-modal__ttl {
  color: var(--mc);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__ttl {
    font-size: 16px;
  }
}
.modelhouse-modal__gallery {
  margin-top: min(calc(24vw / var(--mq)), 24px);
}
.modelhouse-modal__catch {
  margin-top: min(calc(24vw / var(--mq)), 24px);
  color: var(--mc);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__catch {
    font-size: 18px;
  }
}
.modelhouse-modal__info {
  margin-top: min(calc(24vw / var(--mq)), 24px);
}
.modelhouse-modal__info-ttl {
  color: #889788;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__info-ttl {
    font-size: 16px;
  }
}
.modelhouse-modal__info-txt {
  margin-top: min(calc(16vw / var(--mq)), 16px);
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.modelhouse-modal__info-add {
  margin-top: min(calc(16vw / var(--mq)), 16px);
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.8px;
}
.modelhouse-modal__floor {
  margin-top: min(calc(32vw / var(--mq)), 32px);
  padding-block: min(calc(32vw / var(--mq)), 32px);
  border-block: 1px solid #ddd;
}
.modelhouse-modal__floor-ttl {
  color: #889788;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__floor-ttl {
    font-size: 16px;
  }
}
.modelhouse-modal__floor-layout {
  margin-top: min(calc(16vw / var(--mq)), 16px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}
.modelhouse-modal__floor-ph {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f7f2;
  cursor: pointer;
}
.modelhouse-modal__floor-ph img {
  width: 85%;
  height: 85%;
  aspect-ratio: 1;
  object-fit: contain;
}
.modelhouse-modal__floor-ph::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  aspect-ratio: 1;
  background: url(/wp/wp-content/themes/sho-san_original/img/modelhouse-lp/icon-zoom.svg)
    no-repeat center center/cover;
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__floor-ph::after {
    width: 32px;
  }
}
.modelhouse-modal__floor-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-inline: auto;
  padding-left: min(calc(24vw / var(--mq)), 24px);
  width: 365px;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__floor-data {
    width: 100%;
  }
}
.modelhouse-modal__floor-data-txt {
  width: 50%;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.8px;
}
.modelhouse-modal__floor-data-txt span {
  margin-right: 6px;
  color: #889788;
  font-weight: 500;
  line-height: 26px;
}
.modelhouse-modal__feature {
  margin-top: min(calc(32vw / var(--mq)), 32px);
  padding-bottom: min(calc(32vw / var(--mq)), 32px);
  border-bottom: 1px solid #dedede;
}
.modelhouse-modal__feature-ttl {
  color: #889788;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__feature-ttl {
    font-size: 16px;
  }
}
.modelhouse-modal__feature-list {
  margin-top: min(calc(12vw / var(--mq)), 12px);
  padding-left: 8px;
}
.modelhouse-modal__feature-item {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.modelhouse-modal__map {
  margin-top: min(calc(32vw / var(--mq)), 32px);
}
.modelhouse-modal__map-ttl {
  color: #889788;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__map-ttl {
    font-size: 16px;
  }
}
.modelhouse-modal__map-cnt {
  margin-top: min(calc(16vw / var(--mq)), 16px);
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
}
.modelhouse-modal__map-cnt iframe {
  width: 100%;
  height: 100%;
}
.modelhouse-modal__data {
  margin-top: min(calc(16vw / var(--mq)), 16px);
}
.modelhouse-modal__data-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 479px) {
  .modelhouse-modal__data-name {
    font-size: 16px;
  }
}
.modelhouse-modal__data-txt {
  margin-top: min(calc(8vw / var(--mq)), 8px);
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.8px;
}
.modelhouse-modal__data-txt span {
  color: #889788;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.8px;
}
.modelhouse-modal__btn {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 300px;
}
.modelhouse-modal__btn-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  max-width: 384px;
  height: 66px;
  border: 1px solid #1e1e24;
  background: #1e1e24;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
}
.modelhouse-modal__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .modelhouse-modal__btn-link:hover {
    border: 1px solid #909090;
    background: #909090;
  }
  .modelhouse-modal__btn-link:hover:after {
    transform: translate(15px, -50%);
  }
}
.modelhouse-modal__close {
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .modelhouse-modal__close:hover {
    opacity: 0.5;
  }
}
.modelhouse-modal__close-st {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  background: var(--fc);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
.modal-slide {
  position: relative;
}
.modal-slide__thumbs {
  margin-top: 16px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.modal-slide__thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 1.3125;
  text-align: center;
  overflow: hidden;
}
.modal-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-slide__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .modal-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.modal-slide__main {
  height: 250px;
}
.modal-slide__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mh-embed .swiper-button-next,
.mh-embed .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url(/wp/wp-content/themes/sho-san_original/img/modelhouse-lp/icon-arrow_slide.svg)
    no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .mh-embed .swiper-button-next,
  .mh-embed .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.mh-embed .swiper-button-next::after,
.mh-embed .swiper-button-prev::after {
  display: none;
}
.mh-embed .swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}
@media screen and (min-width: ) {
  .mh-embed .swiper-button-next:hover,
  .mh-embed .swiper-button-prev:hover {
    opacity: 0.7;
  }
}

.mfp-bg {
  background: rgba(48, 48, 48, 0.6);
  box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
}
.mfp-container {
  padding: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
  max-width: 480px;
  max-height: 85%;
  overflow-y: auto;
}
@media screen and (min-width: 521px) {
  .mfp-wrap.mfp-ready .mfp-content,
  .modelhouse-modal__item {
    max-width: 800px;
    width: 100%;
  }
  .modelhouse-modal__cnt {
    padding-block: 4rem 2.5rem;
    padding-inline: 2.5rem;
  }
  .modelhouse-modal__ttl {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .modelhouse-modal__catch {
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .modelhouse-modal__info-ttl,
  .modelhouse-modal__floor-ttl,
  .modelhouse-modal__feature-ttl,
  .modelhouse-modal__map-ttl {
    font-size: 1.25rem;
  }
  .modelhouse-modal__info-txt,
  .modelhouse-modal__info-add,
  .modelhouse-modal__feature-item,
  .modelhouse-modal__data-txt {
    font-size: 1rem;
    line-height: 1.9;
  }
  .mh-embed .modal-slide__main {
    height: 26rem;
  }
}
@media screen and (max-width: 479px) {
  .mfp-wrap.mfp-ready .mfp-content {
    max-height: 100%;
  }
}
.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar {
  width: 6px;
}
.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
  border: none !important;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
  width: 32px !important;
  height: 20px !important;
  border: none !important;
  background: url(/wp/wp-content/themes/sho-san_original/img/modelhouse-lp/icon-arrow.svg)
    no-repeat center center/cover;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(52deg)
    brightness(105%) contrast(101%);
}
.mfp-arrow-left:after {
  margin-left: 18px !important;
  transform: scale(-1, 1);
}
.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  display: none;
}
#container.modal-open {
  position: relative;
}
#container.modal-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.6);
  z-index: 10;
}
#container .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.modelhouse-mfp .mfp-wrap {
  position: relative;
  z-index: 11;
}
.image-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.image-popup__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.image-popup__content img {
  max-width: 70vw;
  max-height: 70vh;
  object-fit: contain;
  display: block;
  pointer-events: auto;
}
@media screen and (max-width: 479px) {
  .image-popup__content img {
    max-width: 90vw;
    max-height: 100vh;
  }
}
.image-popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 479px) {
  .image-popup__close {
    font-size: 16px;
  }
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}
.sec-modelhouse .modelhouse-map__icon.--icon03 {
  bottom: 140px;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-map__icon.--icon03 {
    bottom: 36%;
  }
}
.sec-modelhouse .modelhouse-map__icon.--icon04 {
  width: 230px;
  bottom: 110px;
  left: 180px;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-map__icon.--icon04 {
    bottom: 32%;
    left: 43%;
    width: 163px;
  }
}
.mh-embed .swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}

@media screen and (min-width: 521px) {
  #sec-modelhouse {
    padding-block: 6rem;
  }
  #sec-modelhouse .cmn-ttl__sub {
    font-size: 0.8125rem;
    letter-spacing: 0.32em;
  }
  #sec-modelhouse .cmn-ttl__main {
    font-size: 2rem;
    letter-spacing: 0.16em;
  }
  #sec-modelhouse .sec-modelhouse__txt {
    padding-top: 2rem;
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: center;
    max-width: 46em;
    margin-inline: auto;
  }
  #sec-modelhouse .modelhouse-map {
    width: 480px;
    max-width: 100%;
    height: 417px;
    margin: 2.5rem auto 0;
  }
  #sec-modelhouse .modelhouse-area {
    padding-top: 2.5rem;
    margin-top: 0;
  }
  #sec-modelhouse .modelhouse-area__block:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  #sec-modelhouse .modelhouse-accordion__head {
    padding: 1.15rem 1.5rem;
  }
  #sec-modelhouse .modelhouse-accordion__head-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  #sec-modelhouse .modelhouse-item {
    margin-top: 1.5rem;
    padding: 2rem;
  }
  #sec-modelhouse .modelhouse-item__ttl {
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  #sec-modelhouse .modelhouse-item__info-ttl {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  #sec-modelhouse .modelhouse-item__info-txt,
  #sec-modelhouse .modelhouse-item__info-add {
    font-size: 1rem;
    line-height: 1.9;
  }
  #sec-modelhouse .modelhouse-item__anchor {
    max-width: 20rem;
  }
  #sec-modelhouse .cmn-btn__link {
    height: 3.25rem;
  }
  #sec-modelhouse .cmn-btn__st {
    font-size: 1rem;
    font-weight: 700;
  }
}

#sec-modelhouse .modelhouse-area__label {
  margin-top: min(calc(40vw / var(--mq)), 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: var(--mc);
}
#sec-modelhouse .modelhouse-area__label-ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 479px) {
  #sec-modelhouse .modelhouse-area__label-ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 521px) {
  #sec-modelhouse .modelhouse-area__label {
    margin-top: 2.5rem;
    padding: 1.15rem 1.5rem;
  }
  #sec-modelhouse .modelhouse-area__label-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
#sec-modelhouse .modelhouse-detail {
  margin-top: 0;
  background: #fff;
  border: 1px solid var(--mc);
}
#sec-modelhouse .modelhouse-modal__cnt {
  padding-block: 32px;
  padding-inline: 24px;
}
#sec-modelhouse .modelhouse-modal__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 479px) {
  #sec-modelhouse .modelhouse-modal__ttl {
    font-size: 1.125rem;
  }
}
#sec-modelhouse .modelhouse-modal__item {
  max-width: none;
}
@media screen and (min-width: 521px) {
  #sec-modelhouse .modelhouse-modal__cnt {
    padding-block: 2.5rem;
    padding-inline: 2.5rem;
  }
  #sec-modelhouse .modelhouse-modal__ttl {
    font-size: 1.625rem;
    line-height: 1.55;
  }
  #sec-modelhouse .modelhouse-modal__floor-layout {
    gap: 1.25rem;
  }
  #sec-modelhouse .modelhouse-modal__floor-ph {
    flex: 1;
    min-height: 22rem;
  }
  #sec-modelhouse .modelhouse-modal__floor-ph img {
    width: 96%;
    height: 96%;
  }
}
