/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/* モデルハウス共通 */
p {
  line-height: 2.1;
}
section {
  position: relative;
}
.model-text {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
}
h2.model-tit {
  font-size: clamp(1rem, calc(0.6493506493506493vw + 0.8538961038961039rem), 1.625rem);
  font-weight: 600;
  margin-bottom: clamp(1.875rem, calc(1.1904761904761905vw + 1.6071428571428572rem), 2.5rem);
}
h3.model-tit {
  font-size: clamp(0.875rem, calc(0.5194805194805194vw + 0.7581168831168831rem), 1.375rem);
  font-weight: 600;
  margin-bottom: clamp(0.9375rem, calc(0.5952380952380952vw + 0.8035714285714286rem), 1.25rem);
}
.white-content {
  padding-top: clamp(1.25rem, calc(1.948051948051948vw + 0.8116883116883117rem), 3.125rem);
  padding-bottom: clamp(1.25rem, calc(1.948051948051948vw + 0.8116883116883117rem), 3.125rem);
  padding-left: clamp(0.9375rem, calc(1.6233766233766231vw + 0.5722402597402598rem), 2.5rem);
  padding-right: clamp(0.9375rem, calc(1.6233766233766231vw + 0.5722402597402598rem), 2.5rem);
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  position: relative;
}
.section-margin-top {
  margin-top: clamp(3.75rem, calc(3.571428571428571vw + 2.9464285714285716rem), 5.625rem);
}
/* モデルハウス一覧 LP design */
.lp-text {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  font-weight: 500;
}
.model-eyecatch-wrap {
  position: relative;
  padding-top: clamp(3.125rem, calc(7.142857142857142vw + 1.517857142857143rem), 10rem);
  background-image: url(../images/page/modelhouse/lp-eyecatch.webp);
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .model-eyecatch-wrap {
    margin-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .model-eyecatch-wrap {
    margin-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .model-eyecatch-wrap {
    margin-bottom: 190px;
  }
}
.model-eyecatch-wrap .modelhouse-logo {
  width: 76px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(2.5rem, calc(1.1904761904761905vw + 2.232142857142857rem), 3.125rem);
}
@media (min-width: 768px) {
  .model-eyecatch-wrap .modelhouse-logo {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .model-eyecatch-wrap .modelhouse-logo {
    width: 160px;
  }
}
.model-eyecatch-wrap .modelhouse-catchcopy {
  font-size: clamp(1rem, calc(2.638888888888889vw + 0.40625rem), 2.1875rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin-bottom: clamp(8.75rem, calc(42.857142857142854vw + -0.8928571428571423rem), 31.25rem);
}
.model-eyecatch-wrap .eyecatch-tit {
  font-size: clamp(0.875rem, calc(1.9444444444444444vw + 0.4375rem), 1.75rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .model-eyecatch-wrap .eyecatch-tit {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .model-eyecatch-wrap .eyecatch-tit {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .model-eyecatch-wrap .eyecatch-tit {
    padding-bottom: 190px;
  }
}
.model-eyecatch-wrap .bnr-wrap-lp {
  width: 100%;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .model-eyecatch-wrap .bnr-wrap-lp {
    bottom: -70px;
  }
}
@media (min-width: 992px) {
  .model-eyecatch-wrap .bnr-wrap-lp {
    bottom: -80px;
  }
}
@media (min-width: 1200px) {
  .model-eyecatch-wrap .bnr-wrap-lp {
    bottom: -100px;
  }
}
.model-eyecatch-wrap .bnr-wrap-lp img {
  display: block;
  margin: auto;
  width: auto;
  height: 96px;
}
@media (min-width: 768px) {
  .model-eyecatch-wrap .bnr-wrap-lp img {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .model-eyecatch-wrap .bnr-wrap-lp img {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .model-eyecatch-wrap .bnr-wrap-lp img {
    height: 200px;
  }
}
.model-eyecatch-wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.lp-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.875rem, calc(3.571428571428571vw + 1.0714285714285716rem), 3.75rem);
}
@media (min-width: 768px) {
  .lp-contact {
    max-width: 500px;
    flex-direction: row;
    justify-content: center;
  }
}
.lp-contact-text-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.lp-contact-text-wrap p {
  font-size: clamp(0.75rem, calc(0.2777777777777778vw + 0.6875rem), 0.875rem);
  font-weight: 500;
  margin-bottom: 0;
}
.lp-contact-text-wrap .btn-circle,
.lp-contact-text-wrap .btn-circle-arrow {
  position: relative;
  overflow: hidden;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .lp-contact-text-wrap .btn-circle,
  .lp-contact-text-wrap .btn-circle-arrow {
    width: 2rem;
    height: 2rem;
  }
}
.lp-contact-text-wrap .btn-circle {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
}
.lp-contact-text-wrap .btn-circle::before,
.lp-contact-text-wrap .btn-circle-arrow::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.lp-contact-text-wrap .btn-circle::before {
  background-color: #010101;
}
.lp-contact-text-wrap .btn-circle-arrow::before {
  background-color: #ffffff;
}
.lp-contact-link,
.lp-contact-link-round {
  color: #ffffff;
  background-color: #010101;
  position: relative;
  display: flex;
  align-items: center;
  gap: .5rem;
  height: 100%;
  padding: .625rem;
  border: 1px solid #010101;
}
.lp-contact-link-round {
  border-radius: 30px;
  overflow: hidden;
}
.lp-contact-link:before,
.lp-contact-link-round:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #dddddd;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.lp-contact-link:hover,
.lp-contact-link-round:hover {
  color: #010101;
}
.lp-contact-link:hover .btn-circle-arrow::before,
.lp-contact-link-round:hover .btn-circle-arrow::before {
  background-color: #010101;
}
.lp-contact-link:hover .btn-circle::before,
.lp-contact-link-round:hover .btn-circle::before {
  animation: move-arrow-lp 0.8s linear;
}
@keyframes move-arrow-lp {
  /* 円の中（少し左寄り） */
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  /* 右側の外にはみ出す位置 */
  45% {
    transform: translateY(-50%) translateX(60px);
    opacity: 1;
  }
  /* 一瞬で左外へワープ（見た目を自然にするなら透明に） */
  50% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 0;
  }
  /* 左外からまた見えるようにする */
  55% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 1;
  }
  /* 元の位置（円の中）に戻る */
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.lp-contact-link:hover:before,
.lp-contact-link-round:hover:before {
  transform: scale(1);
}
.model-intro-wrap {
  position: relative;
  padding-top: clamp(11.25rem, calc(11.03896103896104vw + 8.766233766233766rem), 21.875rem);
  padding-bottom: clamp(11.25rem, calc(11.03896103896104vw + 8.766233766233766rem), 21.875rem);
  padding-left: clamp(1.875rem, calc(-1.948051948051948vw + 2.313311688311688rem), 0rem);
  padding-right: clamp(1.875rem, calc(-1.948051948051948vw + 2.313311688311688rem), 0rem);
  background-image: url(../images/page/modelhouse/lp-intro-bg.webp);
  background-size: cover;
  background-position: center;
}
.model-intro-wrap .intro-tit {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
  margin-bottom: clamp(12.5rem, calc(35.714285714285715vw + 4.4642857142857135rem), 31.25rem);
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .model-intro-wrap .intro-tit {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .model-intro-wrap .intro-tit {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .model-intro-wrap .intro-tit {
    padding-bottom: 190px;
  }
}
.model-intro-wrap .lp-text {
  color: #ffffff;
}
.model-intro-wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.page-modelhouse-merit {
  padding-top: clamp(1.25rem, calc(5.194805194805195vw + 0.081168831168831rem), 6.25rem);
  padding-bottom: clamp(1.25rem, calc(5.194805194805195vw + 0.081168831168831rem), 6.25rem);
}
.lp-meritbox-odd,
.lp-meritbox-even {
  position: relative;
  margin-top: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-bottom: clamp(5.625rem, calc(5.844155844155844vw + 4.310064935064935rem), 11.25rem);
}
.lp-meritbox-odd .img-wrap,
.lp-meritbox-even .img-wrap {
  width: 100%;
  aspect-ratio: 1.67889908;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .lp-meritbox-odd .img-wrap,
  .lp-meritbox-even .img-wrap {
    aspect-ratio: 1.68831169;
  }
}
.lp-meritbox-odd .img-wrap img,
.lp-meritbox-even .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-meritbox-odd .detail,
.lp-meritbox-even .detail {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-left: clamp(1.25rem, calc(3.2467532467532463vw + 0.5194805194805195rem), 4.375rem);
  padding-right: clamp(1.25rem, calc(3.2467532467532463vw + 0.5194805194805195rem), 4.375rem);
  padding-bottom: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
}
.lp-meritbox-odd .detail h3,
.lp-meritbox-even .detail h3 {
  font-size: clamp(0.8125rem, calc(2.361111111111111vw + 0.28125rem), 1.875rem);
  margin-bottom: clamp(0.9375rem, calc(2.922077922077922vw + 0.2800324675324676rem), 3.75rem);
  font-weight: 600;
  line-height: 1.6;
}
.lp-meritbox-odd .detail p,
.lp-meritbox-even .detail p {
  font-size: clamp(0.6875rem, calc(0.6944444444444444vw + 0.53125rem), 1rem);
  font-weight: 500;
  margin-bottom: 0;
}
.lp-meritbox-even .detail {
  text-align: right;
}
.lp-meritbox-odd:before,
.lp-meritbox-even:before {
  content: attr(data-text);
  position: absolute;
  top: 10px;
  font-size: clamp(1.875rem, calc(10.9375vw + -0.5859375rem), 6.25rem);
  color: #F0F0F0;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}
.lp-meritbox-odd:before {
  left: 10px;
  writing-mode: sideways-rl;
}
.lp-meritbox-even:before {
  right: 10px;
  writing-mode: sideways-lr;
}
.lp-meritbox-odd:after,
.lp-meritbox-even:after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-meritbox-odd:after {
  clip-path: polygon(0 30%, 100% 60%, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .lp-meritbox-odd:after {
    clip-path: polygon(0 40%, 100% 70%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 992px) {
  .lp-meritbox-odd:after {
    clip-path: polygon(0 50%, 100% 70%, 100% 100%, 0% 100%);
  }
}
.lp-meritbox-even:after {
  clip-path: polygon(0 60%, 100% 30%, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .lp-meritbox-even:after {
    clip-path: polygon(0 70%, 100% 40%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 992px) {
  .lp-meritbox-even:after {
    clip-path: polygon(0 70%, 100% 50%, 100% 100%, 0% 100%);
  }
}
.page-modelhouse-kids {
  padding-top: clamp(2.5rem, calc(3.896103896103896vw + 1.6233766233766234rem), 6.25rem);
  padding-bottom: clamp(2.5rem, calc(3.896103896103896vw + 1.6233766233766234rem), 6.25rem);
  background-color: #F0ECDE;
}
.page-modelhouse-kids .kids-sub {
  position: relative;
  width: fit-content;
  font-size: clamp(0.875rem, calc(1.3888888888888888vw + 0.5625rem), 1.5rem);
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.875rem, calc(5.844155844155844vw + 0.5600649350649352rem), 7.5rem);
  margin-bottom: clamp(2.5rem, calc(2.5974025974025974vw + 1.9155844155844155rem), 5rem);
}
.page-modelhouse-kids .kids-sub::before {
  content: "";
  display: block;
  position: absolute;
  left: -60px;
  top: -20px;
  background-image: url(../images/page/modelhouse/illust-kuma-pink.svg);
  background-repeat: no-repeat;
  width: 40%;
  height: 78px;
}
@media (min-width: 992px) {
  .page-modelhouse-kids .kids-sub::before {
    height: 200px;
    left: -300px;
  }
}
.page-modelhouse-kids .kids-img-wrap {
  position: relative;
  margin-top: clamp(2.5rem, calc(2.5974025974025974vw + 1.9155844155844155rem), 5rem);
}
.page-modelhouse-kids .kids-img-wrap .kids-illustbox {
  width: 30%;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media (min-width: 992px) {
  .page-modelhouse-kids .kids-img-wrap .kids-illustbox {
    left: 3%;
    bottom: -40px;
  }
}
.page-modelhouse-kids .kids-img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -20px;
  background-image: url(../images/page/modelhouse/illust-kuma-blue.svg);
  background-repeat: no-repeat;
  width: 15%;
  height: 78px;
}
@media (min-width: 992px) {
  .page-modelhouse-kids .kids-img-wrap::before {
    height: 200px;
    top: -90px;
  }
}
.page-modelhouse-promise {
  padding-top: clamp(2.5rem, calc(1.2987012987012987vw + 2.207792207792208rem), 3.75rem);
  padding-bottom: clamp(2.5rem, calc(1.2987012987012987vw + 2.207792207792208rem), 3.75rem);
  padding-left: clamp(0.625rem, calc(1.2987012987012987vw + 0.33279220779220775rem), 1.875rem);
  padding-right: clamp(0.625rem, calc(1.2987012987012987vw + 0.33279220779220775rem), 1.875rem);
  background-color: #CCCCCC;
}
.page-modelhouse-promise .promise-sub {
  position: relative;
  font-size: clamp(0.875rem, calc(1.3888888888888888vw + 0.5625rem), 1.5rem);
  font-weight: 500;
  text-align: center;
  margin-top: clamp(1.875rem, calc(5.844155844155844vw + 0.5600649350649352rem), 7.5rem);
  margin-bottom: clamp(2.5rem, calc(2.5974025974025974vw + 1.9155844155844155rem), 5rem);
}
.page-modelhouse-promise .promise-img-wrap {
  margin-top: clamp(1.875rem, calc(7.142857142857142vw + 0.267857142857143rem), 8.75rem);
  width: 100%;
  aspect-ratio: 0.75;
}
@media (min-width: 992px) {
  .page-modelhouse-promise .promise-img-wrap {
    aspect-ratio: 1.97916667;
  }
}
.page-modelhouse-promise .promise-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-modelhouse-slide {
  position: relative;
  padding-top: clamp(3.75rem, calc(3.896103896103896vw + 2.8733766233766236rem), 7.5rem);
  background-image: url(../images/page/modelhouse/lp-slide-bg.webp);
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-modelhouse-slide {
    margin-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .page-modelhouse-slide {
    margin-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .page-modelhouse-slide {
    margin-bottom: 190px;
  }
}
.page-modelhouse-slide .slide-tit {
  font-size: clamp(1rem, calc(1.9444444444444444vw + 0.5625rem), 1.875rem);
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
  margin-bottom: clamp(2.5rem, calc(2.380952380952381vw + 1.9642857142857144rem), 3.75rem);
}
.page-modelhouse-slide .lp-text {
  color: #ffffff;
  margin-bottom: clamp(2.5rem, calc(9.523809523809524vw + 0.3571428571428572rem), 7.5rem);
}
.page-modelhouse-slide #lp-slide {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .page-modelhouse-slide #lp-slide {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .page-modelhouse-slide #lp-slide {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .page-modelhouse-slide #lp-slide {
    padding-bottom: 190px;
  }
}
.page-modelhouse-slide .swiper-slide {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-modelhouse-slide .swiper-slide .detail {
  position: relative;
  height: 200px;
  padding-top: clamp(1.875rem, calc(1.2987012987012987vw + 1.5827922077922079rem), 3.125rem);
  padding-bottom: clamp(1.875rem, calc(1.2987012987012987vw + 1.5827922077922079rem), 3.125rem);
  padding-left: clamp(1.25rem, calc(0.6493506493506493vw + 1.103896103896104rem), 1.875rem);
  padding-right: clamp(1.25rem, calc(0.6493506493506493vw + 1.103896103896104rem), 1.875rem);
}
@media (min-width: 768px) {
  .page-modelhouse-slide .swiper-slide .detail {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .page-modelhouse-slide .swiper-slide .detail {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .page-modelhouse-slide .swiper-slide .detail {
    height: 280px;
  }
}
.page-modelhouse-slide .swiper-slide .detail .sub {
  width: calc(100% - 40px);
  font-size: clamp(0.875rem, calc(0.8333333333333334vw + 0.6875rem), 1.25rem);
  margin-bottom: clamp(1.25rem, calc(4.761904761904762vw + 0.1785714285714286rem), 3.75rem);
  font-weight: 600;
  line-height: 1.6;
  position: absolute;
  top: 30px;
  left: 20px;
}
@media (min-width: 992px) {
  .page-modelhouse-slide .swiper-slide .detail .sub {
    width: calc(100% - 50px);
    top: 40px;
    left: 25px;
  }
}
@media (min-width: 1200px) {
  .page-modelhouse-slide .swiper-slide .detail .sub {
    width: calc(100% - 60px);
    top: 50px;
    left: 30px;
  }
}
.page-modelhouse-slide .swiper-slide .detail h3 {
  width: calc(100% - 40px);
  font-size: clamp(0.75rem, calc(0.8333333333333334vw + 0.5625rem), 1.125rem);
  position: absolute;
  bottom: 30px;
  left: 20px;
}
@media (min-width: 992px) {
  .page-modelhouse-slide .swiper-slide .detail h3 {
    width: calc(100% - 50px);
    bottom: 40px;
    left: 25px;
  }
}
@media (min-width: 1200px) {
  .page-modelhouse-slide .swiper-slide .detail h3 {
    width: calc(100% - 60px);
    bottom: 50px;
    left: 30px;
  }
}
.page-modelhouse-slide .swiper-slide .detail h3 a {
  display: flex;
  justify-content: space-between;
}
.page-modelhouse-slide .swiper-slide .detail h3 a p {
  margin-bottom: 0;
}
.page-modelhouse-slide .lpslide .swiper-horizontal > .swiper-pagination-progressbar,
.page-modelhouse-slide .lpslide .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
.page-modelhouse-slide .lpslide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #8D1C17;
}
.page-modelhouse-slide .bnr-wrap-lp {
  width: 100%;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-modelhouse-slide .bnr-wrap-lp {
    bottom: -70px;
  }
}
@media (min-width: 992px) {
  .page-modelhouse-slide .bnr-wrap-lp {
    bottom: -80px;
  }
}
@media (min-width: 1200px) {
  .page-modelhouse-slide .bnr-wrap-lp {
    bottom: -100px;
  }
}
.page-modelhouse-slide .bnr-wrap-lp img {
  display: block;
  margin: auto;
  width: auto;
  height: 96px;
}
@media (min-width: 768px) {
  .page-modelhouse-slide .bnr-wrap-lp img {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .page-modelhouse-slide .bnr-wrap-lp img {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .page-modelhouse-slide .bnr-wrap-lp img {
    height: 200px;
  }
}
.page-modelhouse-slide::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.modellist-sub {
  font-size: clamp(0.875rem, calc(1.3888888888888888vw + 0.5625rem), 1.5rem);
  font-weight: 500;
  text-align: center;
  margin-top: clamp(1.875rem, calc(4.545454545454546vw + 0.8522727272727273rem), 6.25rem);
  margin-bottom: clamp(2.5rem, calc(1.2987012987012987vw + 2.207792207792208rem), 3.75rem);
}
/* モデルハウス一覧 */
.merit-wrap {
  position: relative;
  height: 100%;
  background-color: #ffffff;
}
.merit-wrap .merit-media {
  width: 100%;
  aspect-ratio: 1.87711864;
  overflow: hidden;
}
.merit-wrap .merit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merit-wrap .merit-inner {
  width: 100%;
  padding-top: clamp(0.9375rem, calc(0.3246753246753247vw + 0.864448051948052rem), 1.25rem);
  padding-bottom: clamp(0.9375rem, calc(0.3246753246753247vw + 0.864448051948052rem), 1.25rem);
  padding-left: clamp(1.25rem, calc(0.6493506493506493vw + 1.103896103896104rem), 1.875rem);
  padding-right: clamp(1.25rem, calc(0.6493506493506493vw + 1.103896103896104rem), 1.875rem);
}
.merit-wrap .merit-inner h3 {
  font-size: clamp(0.875rem, calc(0.2597402597402597vw + 0.8165584415584416rem), 1.125rem);
  text-align: center;
  margin-bottom: clamp(0.9375rem, calc(0.5952380952380952vw + 0.8035714285714286rem), 1.25rem);
}
.merit-wrap .merit-inner p {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  margin-bottom: 0;
}
section.page-modelhouse-modellist {
  padding-top: clamp(5.625rem, calc(1.948051948051948vw + 5.186688311688312rem), 7.5rem);
}
section.page-modelhouse-studiolist {
  padding-bottom: clamp(5.625rem, calc(1.948051948051948vw + 5.186688311688312rem), 7.5rem);
}
.model-media {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.model-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.model-media:hover img {
  transform: scale(1.05, 1.05);
  transform-origin: center center;
}
/* モデルハウス詳細 */
.modelhouse-data {
  width: 100%;
  padding-top: clamp(0.9375rem, calc(0.3246753246753247vw + 0.864448051948052rem), 1.25rem);
  padding-bottom: clamp(0.9375rem, calc(0.3246753246753247vw + 0.864448051948052rem), 1.25rem);
}
.modelhouse-data h3 {
  font-size: clamp(1rem, calc(0.12987012987012986vw + 0.9707792207792207rem), 1.125rem);
  margin-bottom: 10px;
}
.modelhouse-data .model-open,
.modelhouse-data .model-place {
  font-size: clamp(0.875rem, calc(0.2777777777777778vw + 0.8125rem), 1rem);
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modelhouse-data .model-open::before,
.modelhouse-data .model-place::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .modelhouse-data .model-open::before,
  .modelhouse-data .model-place::before {
    width: 24px;
    height: 24px;
  }
}
.modelhouse-data .model-open::before {
  background-image: url(../images/top/icon-calendar.svg);
}
.modelhouse-data .model-place::before {
  background-image: url(../images/top/icon-map.svg);
}
.white-content-left {
  padding-top: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-bottom: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-left: 20px;
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .white-content-left {
    padding-left: 10vw;
  }
}
.white-content-left p {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
}
/* ハウスデータ */
.detail-wrap {
  padding-top: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-bottom: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  background-color: #F0F0F0;
}
.detail-wrap div.tbl-access {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .detail-wrap div.tbl-access {
    width: fit-content;
    margin-bottom: 3.5rem;
  }
}
.detail-wrap div.tbl-access dl {
  display: flex;
  margin-bottom: 0px;
}
.detail-wrap div.tbl-access dt {
  width: fit-content;
  font-size: .75rem;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 992px) {
  .detail-wrap div.tbl-access dt {
    width: 90px;
    font-size: 1rem;
  }
}
.detail-wrap div.tbl-access dd {
  font-size: .75rem;
  line-height: 180%;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .detail-wrap div.tbl-access dd {
    font-size: 1rem;
    margin-left: 100px;
  }
}
.detail-wrap div.tbl-access dd p:last-of-type {
  margin-bottom: 0;
}
.detail-wrap-ex {
  padding-top: clamp(1.875rem, calc(0.6493506493506493vw + 1.728896103896104rem), 2.5rem);
  padding-bottom: clamp(1.875rem, calc(0.6493506493506493vw + 1.728896103896104rem), 2.5rem);
  padding-left: clamp(1.25rem, calc(0vw + 1.25rem), 1.25rem);
  padding-right: clamp(1.25rem, calc(0vw + 1.25rem), 1.25rem);
  background-color: #F0F0F0;
  position: sticky;
  top: 30px;
}
.detail-wrap-ex div.tbl-access-ex {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .detail-wrap-ex div.tbl-access-ex {
    width: fit-content;
  }
}
.detail-wrap-ex div.tbl-access-ex dl {
  display: flex;
  margin-bottom: 0px;
}
.detail-wrap-ex div.tbl-access-ex dt {
  width: fit-content;
  font-size: clamp(0.75rem, calc(0.12987012987012986vw + 0.7207792207792207rem), 0.875rem);
  font-weight: 400;
  line-height: 180%;
}
.detail-wrap-ex div.tbl-access-ex dd {
  font-size: clamp(0.75rem, calc(0.12987012987012986vw + 0.7207792207792207rem), 0.875rem);
  line-height: 180%;
  margin-left: 10px;
}
.detail-wrap-ex div.tbl-access-ex dd p:last-of-type {
  margin-bottom: 0;
}
.page-modelhouse-title-wrap {
  position: relative;
  white-space: nowrap;
}
.page-modelhouse-title {
  font-size: clamp(1.875rem, calc(5.555555555555555vw + 0.625rem), 4.375rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-modelhouse-title {
    font-size: clamp(4.375rem, calc(11.29032258064516vw + -4.657258064516128rem), 8.75rem);
  }
}
.page-lp-title {
  font-size: clamp(1.75rem, calc(3.0555555555555554vw + 1.0625rem), 3.125rem);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  width: fit-content;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.page-modelhouse-title-jp {
  font-size: clamp(0.625rem, calc(1.1111111111111112vw + 0.375rem), 1.125rem);
  margin-bottom: 0;
  font-weight: 500;
  color: #010101;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-modelhouse-title-jp {
    font-size: clamp(1.125rem, calc(0.3225806451612903vw + 0.8669354838709677rem), 1.25rem);
  }
}
.page-modelhouse-title-left {
  font-size: clamp(1.875rem, calc(5.555555555555555vw + 0.625rem), 4.375rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .page-modelhouse-title-left {
    font-size: clamp(4.375rem, calc(11.29032258064516vw + -4.657258064516128rem), 8.75rem);
  }
}
.page-lp-title-left {
  font-size: clamp(1.75rem, calc(3.0555555555555554vw + 1.0625rem), 3.125rem);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  position: relative;
}
.page-modelhouse-title-jp-left {
  font-size: clamp(0.625rem, calc(1.1111111111111112vw + 0.375rem), 1.125rem);
  margin-bottom: 0;
  font-weight: 500;
  color: #010101;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media (min-width: 992px) {
  .page-modelhouse-title-jp-left {
    font-size: clamp(1.125rem, calc(0.3225806451612903vw + 0.8669354838709677rem), 1.25rem);
  }
}
.page-modelhouse-title-ex {
  font-size: clamp(1.875rem, calc(1.2987012987012987vw + 1.5827922077922079rem), 3.125rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.page-modelhouse-title-jp-ex {
  font-size: clamp(0.625rem, calc(0.8333333333333334vw + 0.4375rem), 1rem);
  margin-bottom: 0;
  font-weight: 500;
  color: #010101;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* ギフト＆コンタクト */
@media (min-width: 992px) {
  .bnr-wrap {
    width: 320px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 2;
  }
}
.bnr-wrap .minimize-btn {
  display: none;
}
@media (min-width: 992px) {
  .bnr-wrap .minimize-btn {
    display: block;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
  }
}
.bnr-wrap .float-min-btn {
  display: none;
}
@media (min-width: 992px) {
  .bnr-wrap .float-min-btn {
    display: block;
    position: absolute;
    top: -26px;
    left: calc(100% - 24px);
    z-index: 2;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: #555;
    color: white;
    cursor: pointer;
    font-size: .75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /* ★ left の変化をなめらかに */
    transition: left .25s ease, background 0.2s;
    transition: opacity .2s ease, left .25s ease, background .2s ease;
  }
}
.bnr-wrap .bnr-content {
  /* ★ フェード＋高さアニメーション用 */
  overflow: hidden;
  opacity: 1;
  max-height: 500px;
  /* コンテンツに合わせて適宜調整 */
  transition: opacity 0.25s ease, max-height 0.25s ease;
}
.bnr-wrap .float-min-btn:hover {
  background: #333;
}
.bnr-wrap.minimized .float-min-btn {
  left: 10px;
  /* 左側にスムーズに移動 */
}
.bnr-wrap.minimized .bnr-content {
  /* display: none; はやめてアニメーションさせる */
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  /* クリック無効化 */
}
.modelhouse-contact {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.modelhouse-contact-icon {
  position: relative;
  z-index: 1;
}
.modelhouse-contact-icon img {
  width: auto;
  height: 1.625rem;
}
.modelhouse-contact-text-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.modelhouse-contact-text-wrap p {
  font-size: clamp(0.875rem, calc(0.2777777777777778vw + 0.8125rem), 1rem);
  font-weight: 500;
  margin-bottom: 0;
}
.modelhouse-contact-text-wrap .btn-circle {
  position: relative;
  overflow: hidden;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #8D1C17;
  border-radius: 50%;
  margin-right: 0;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .modelhouse-contact-text-wrap .btn-circle {
    width: 2rem;
    height: 2rem;
  }
}
.modelhouse-contact-text-wrap .btn-circle::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #8D1C17;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.modelhouse-contact-link {
  background-color: #E6E6E6;
  position: relative;
  display: flex;
  align-items: center;
  gap: .5rem;
  height: 100%;
  padding: 1rem;
  border: 1px solid #ffffff;
}
.modelhouse-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #dddddd;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.modelhouse-contact-link:hover {
  color: #8D1C17;
}
.modelhouse-contact-link:hover .btn-circle::before {
  animation: move-arrow-model 0.8s linear;
}
@keyframes move-arrow-model {
  /* 円の中（少し左寄り） */
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  /* 右側の外にはみ出す位置 */
  45% {
    transform: translateY(-50%) translateX(60px);
    opacity: 1;
  }
  /* 一瞬で左外へワープ（見た目を自然にするなら透明に） */
  50% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 0;
  }
  /* 左外からまた見えるようにする */
  55% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 1;
  }
  /* 元の位置（円の中）に戻る */
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.modelhouse-contact-link:hover:before {
  transform: scale(1);
}
/* フロアマップ */
.tab-list,
.tab-list-one {
  display: none;
  background-color: #F0F0F0;
  padding: 10px;
}
@media (min-width: 768px) {
  .tab-list,
  .tab-list-one {
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  .tab-list,
  .tab-list-one {
    padding: 30px 40px;
  }
}
@media (min-width: 1600px) {
  .tab-list,
  .tab-list-one {
    padding: 40px 60px;
  }
}
.tab-list .floor-img,
.tab-list-one .floor-img,
.tab-list .model-floor-img,
.tab-list-one .model-floor-img {
  display: block;
  margin: auto;
}
.tab-list .model-floor-img,
.tab-list-one .model-floor-img {
  width: 80%;
}
.tab-list.show,
.tab-list-one {
  display: block;
}
.tab-title-list {
  display: flex;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.tab-title {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  padding: 5px 0;
  cursor: pointer;
  font-size: .625rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  list-style: none;
  background-color: #D0D0D0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .tab-title {
    padding: 10px;
    font-size: 1rem;
  }
}
.tab-title.selected {
  background-color: #F0F0F0;
}
.tab-title:not(.selected):hover {
  opacity: .6;
}
/* コンセプト */
.modelhouse-concept-wrap {
  padding-top: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
}
.modelhouse-concept-wrap .concept-title {
  font-size: clamp(1rem, calc(0.5555555555555556vw + 0.875rem), 1.25rem);
  margin-bottom: clamp(1.25rem, calc(0.6493506493506493vw + 1.103896103896104rem), 1.875rem);
  font-weight: 600;
}
/* スライダー */
.modelslide {
  overflow: hidden;
}
.modelslide .swiper-wrapper {
  overflow: visible;
  position: relative;
  padding-top: 52px;
}
@media (min-width: 992px) {
  .modelslide .swiper-wrapper {
    padding-top: 80px;
  }
}
.modelslide .swiper-slide article {
  width: 86%;
  overflow: hidden;
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  .modelslide .swiper-slide article {
    width: 100%;
  }
}
.modelslide .swiper-horizontal > .swiper-pagination-progressbar,
.modelslide .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
.modelslide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #8D1C17;
}
/* ポイント＆メリット */
.ink-bg-on {
  background-color: #2D2D2D;
}
.ink-bg-on .btn-line {
  background-color: #f2f2f2;
}
.ink-bg-on .white-content {
  background-color: #2D2D2D;
}
.ink-bg-on h3.model-tit,
.ink-bg-on h4.model-tit {
  color: #fff;
}
.ink-bg-on .center-line {
  color: #fff;
}
.ink-bg-on .center-line span {
  background-color: #2D2D2D;
}
.ink-bg-on .center-line:after {
  background-color: #fff;
}
.ink-bg-on .point-text p {
  color: #fff;
}
.ink-bg-on .detail-wrap-ex {
  background-color: #2D2D2D;
}
.ink-bg-on .detail-wrap-ex .page-modelhouse-title-ex {
  color: #404040;
}
.ink-bg-on .detail-wrap-ex .page-modelhouse-title-jp-ex {
  color: #ffffff;
}
.ink-bg-on .detail-wrap-ex .tbl-access-ex {
  color: #fff;
}
#page-modelhouse-merit.text-on .center-line {
  color: #fff;
}
#page-modelhouse-merit.text-on .center-line span {
  background-color: #2D2D2D;
}
#page-modelhouse-merit.text-on .center-line:after {
  background-color: #fff;
}
#page-modelhouse-merit.text-on .point-text p {
  color: #fff;
}
.center-line {
  position: relative;
  font-size: clamp(0.75rem, calc(0.5194805194805194vw + 0.6331168831168831rem), 1.25rem);
  font-weight: 600;
  transition: color 0.3s ease;
}
.center-line span {
  background-color: #ffffff;
  padding-right: 15px;
  transition: background-color 0.3s ease;
}
.center-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
h4.model-tit {
  font-size: clamp(0.75rem, calc(0.5194805194805194vw + 0.6331168831168831rem), 1.25rem);
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: clamp(0.9375rem, calc(1.7857142857142856vw + 0.5357142857142858rem), 1.875rem);
}
.point-media {
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
}
.point-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point-text {
  padding-top: clamp(0.9375rem, calc(0.3246753246753247vw + 0.864448051948052rem), 1.25rem);
  padding-bottom: clamp(0.9375rem, calc(0.3246753246753247vw + 0.864448051948052rem), 1.25rem);
}
.point-text p {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  transition: color 0.3s ease;
  margin-bottom: 0;
}
.conditions-box {
  margin-top: clamp(2.5rem, calc(5.952380952380952vw + 1.1607142857142858rem), 5.625rem);
  padding-top: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-bottom: clamp(1.25rem, calc(1.2987012987012987vw + 0.9577922077922078rem), 2.5rem);
  padding-left: clamp(0.625rem, calc(7.142857142857142vw + -0.982142857142857rem), 7.5rem);
  padding-right: clamp(0.625rem, calc(7.142857142857142vw + -0.982142857142857rem), 7.5rem);
  background-color: #ffffff;
}
.conditions-box .conditions-sub {
  font-size: clamp(0.75rem, calc(0.5194805194805194vw + 0.6331168831168831rem), 1.25rem);
  font-weight: 500;
  text-align: center;
}
.conditions-box .conditions-sub span {
  font-size: clamp(1rem, calc(0.9090909090909091vw + 0.7954545454545454rem), 1.875rem);
  display: block;
}
.conditions-box ul {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(0.9375rem, calc(1.7857142857142856vw + 0.5357142857142858rem), 1.875rem);
}
.conditions-box ul li {
  font-size: clamp(0.5rem, calc(1.1111111111111112vw + 0.25rem), 1rem);
  font-weight: 500;
  color: #8D1C17;
}
.conditions-box ul li span {
  color: #010101;
}
.conditions-box .conditions-memo {
  width: fit-content;
  font-size: clamp(0.375rem, calc(0.5194805194805194vw + 0.25811688311688313rem), 0.875rem);
  color: #8D1C17;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(0.9375rem, calc(1.7857142857142856vw + 0.5357142857142858rem), 1.875rem);
}
.conditions-box .conditions-memo a {
  color: #8D1C17;
  text-decoration: underline!important;
}
.conditions-box .conditions-if-sub {
  font-size: clamp(0.5rem, calc(1.1111111111111112vw + 0.25rem), 1rem);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background-color: #696969;
  margin-bottom: 0;
  line-height: 2;
}
.conditions-box .conditions-if-txt {
  padding-top: clamp(0.9375rem, calc(1.6233766233766231vw + 0.5722402597402598rem), 2.5rem);
  padding-bottom: clamp(0.9375rem, calc(1.6233766233766231vw + 0.5722402597402598rem), 2.5rem);
  background-color: #F0F0F0;
}
.conditions-box .conditions-if-txt p {
  width: fit-content;
  font-size: clamp(0.5rem, calc(1.1111111111111112vw + 0.25rem), 1rem);
  font-weight: 500;
  margin: auto;
}
