@charset "utf-8";

/**
 *
 *  ページ用CSS
 *concept
 */


.inner {
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}
.content_inner {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}
.content_inner3 {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
        .content_inner, .content_inner2, .content_inner3, .inner {
        max-width: none;
    }
}
sub {
    font-size: 50%;
    vertical-align: 3px;
}
.pic {
    position: relative;
}
.cap {
    position: absolute;
    bottom: 1%;
    right: 1%;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 1px #000;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* page_mv */

.mv {
    background: url(../img/modelhouse/mv_pc.jpg) no-repeat center top / cover;
}
.mv._mv02{
    height: 810px;
    /* height: 80vh; */
    }
@media screen and (max-width: 768px) {
    .mv {
        background: url(../img/modelhouse/mv_sp.jpg) no-repeat left top / cover;
    }
    .mv._mv02 {
        height: 100vh;
    }
}



/* ページ共通テキスト */

.page_sec_content_txt .en{
    font-size: 140%;
    font-weight: 400;
}
.page_sec_content_txt dt{
    font-size: 3.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 3.2rem;
        color: #054B41;
}
.page_sec_content_txt dd{
    font-size: 1.8rem;
    line-height: 2;
}
.page_sec_content_txt dd:nth-of-type(2){
    padding-top: 3.2rem;
}
.page_sec_content_txt dd .line{position: relative;}
.page_sec_content_txt dd .line::before{
    content: '';
    display: inline-flex;
    align-items: center;
    width: 40px; height: 1px;
    vertical-align: 22%;
    margin: 0 4px;
}
.lgold .page_sec_content_txt dd .line::before{
    background: var(--dark);
}
.gra_brown .page_sec_content_txt dd .line::before,
.dark .page_sec_content_txt dd .line::before{
    background: var(--light);
}


/* page_sec */

.page_sec{position: relative;}
.page_sec_content h3{
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.6;
    font-weight: 400;
    padding-bottom: 5.6rem;
        color: #054B41;
}
.page_sec_content h3 span{
    display: block;
    font-size: 1.6rem;
}
.sec01 .page_sec_content h3 span,
.sec03 .page_sec_content h3 span{ color: #054B41;}
.sec02 .page_sec_content h3 span{ color: #054B41;}

.page_sec_content{padding: 8% 0 3%;}
.lgold{
    background: url(../img/common/bg_b.png), var(--gra_gold);
}
.gra_brown{
    background: url(../img/common/bg.png), var(--gra_brown);
    color: var(--light);
}
.gra_beige{
    background:var(--gra_beige);
}
.beige{
        background: #DFDDD0;
}
.dark{
    background: var(--dark);
    color: var(--light);
}

.zumen_wrap{
  margin-top: 6.4rem;
  text-align: center;
}
.zumen_wrap dl{
  /* max-width: 38%;
  margin-left: auto;
  margin-top: -12%; */
  max-width: 1000px;
  margin: 32px auto 0;
}
.zumen_wrap dt{
  /* margin-left: auto; */
  width: fit-content;
  font-size: 2.2rem;
      color: #054B41;
}
.zumen_wrap dt span{
  font-size: 200%;
}
.zumen_wrap dd{
  /* margin-left: auto; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 12px;
  font-size: 2.0rem;
  text-align: left;
}
.zumen_wrap dd .small{
  font-size: 1.6rem;
  flex-basis: 100%;
}
.zumen_wrap p{
  margin: 48px auto 0;
  font-size: 2.4rem;
  text-align: left;
  max-width: 1000px;
}
/* .zumen_wrap dd:nth-of-type(3){
  font-size: 1.3rem;
} */
.zumen_img{
  position: relative;
  max-width: 800px;
  margin: auto;
}
.zumen_img small{
  display: block;
  text-align: left;
  font-size: 1.2rem;
  padding-top: 8px;
}

/* slick
----------------------------------------*/

.location_slider{
  margin: 0 auto;
  max-width: 1300px;
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: auto;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    margin: auto;
    text-align: center;
    width: 50px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {background-image: url(../img/modelhouse/prev.svg);}
.next-arrow {background-image: url(../img/modelhouse/next.svg);}

/* .prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:6px;
    height:6px;
    border-right: 2px solid #054B41;
    border-top: 2px solid #054B41;
    top:0;
    bottom:0;
    left:0;
    right:2px;
    margin:auto;
    transform:rotate(45deg);
} */
.slick-num{
      text-align: center;
    top: 45px;
    position: relative;
    font-family: "EB Garamond", serif;
    font-style: normal;
    font-size: 2rem;
    /* display: none; */
}
.now-count1{
  font-size: 150%;
  color: #DDB703;
}

.slick .slick__img{
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .slick .slick__img{
  margin: 0 4px;
}
.slick-num{
  display: block;
}
}

small.model_cap{
    font-size: 1.2rem;
    line-height: 1.5;
    display: block;
    margin: auto;
    padding-top: 8px;
}



/* _box_feature
----------------------------------------*/

._box_feature h2._ttl{
  background: url(../img/concept/bg_mttl.png) no-repeat left top / 520px auto #054B41;
  padding: min(4vw, 5rem) 10vw;
  color: #DDB703;
  font-size: min(3.2vw, 3.6rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
}
._box_feature h2._ttl._num{
  gap: 4rem;
}
._box_feature h2._ttl._num span.indent{
  display: block;
  text-indent: -1.5rem;
}

._box_feature h2._ttl .en{
  font-size: 4.4rem;
  font-style: italic;
  margin-top: -0.6rem;
}
._box_feature ._box{
  padding: 10rem 0;
}
._box_feature .inner p{
  line-height: 2;
}

._box_feature:not(.landplan) ._box{
  background: #DFDDD0;
}

._box_feature ._box ._box_align{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
._box_feature ._box ._box_align.rows{
  align-items: flex-start;
}
._box_feature ._box ._box_align p + p{
  margin-top: 2rem;
}


._box_feature figure{
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
._box_feature figure figcaption{
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.1rem;
}
._box_feature .notes{
  font-size: 1rem;
}

._box_feature.landplan ._box ._box_align{
  margin-top: min(5vw, 6rem);
}
._box_feature.landplan ._box ._box_align > p + p{
  margin-top: 0;
}
._box_feature.pureair ._box > div{
  display: grid;
}
._box_feature.pureair figure{
  margin-bottom: 2rem;
}
._box_feature.pureair figure figcaption{
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
}
._box_feature.pureair ._box figure{
  margin-bottom: min(5vw, 6rem);
}
._box_feature.pureair ._box > figure:last-of-type{
  margin-top: min(5vw, 6rem);
}
._box_feature.pureair ._box figure:first-child + .inner{
  width: 100%;
}
._box_feature.pureair ._box figure:first-child figcaption{
  bottom: 0%;
  right: auto;
}
._box_feature.pureair ._box_align + .notes._first{
  max-width: 760px;
  width: 100%;
  margin: min(5vw, 6rem) auto 0;
}
._box_feature.pureair figure._l_static figcaption{
  position: static;
  text-align: left;
  width: 100%;
  margin: 2rem 0 0;
  padding: 0 20px;
}
._box_feature.pureair figure._l_static + .notes{
  margin-top: 0;
}

._box_feature.pureair ._type{
  margin-top: 4px;
}


._box_feature ._type{
  display: grid;
  justify-content: center;
  gap: 4px;
}
._box_feature.pureair ._type{
  margin-bottom: 2rem;
  grid-template-columns: repeat(auto-fit, calc(50% - 2px));
}
._box_feature ._type li{
  background: #fff;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

._box_feature ._type li h3{
  color: #054B41;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
._box_feature.pureair ._type li img{
  max-width: 400px;
  width: 100%;
}
._box_feature ._type li ._txt p{
  font-size: 1.6rem;
  text-align: justify;
}
._box_feature ._type li ._txt .lead{
  font-size: 1.8rem;
  line-height: 1;
  color: #054B41;
}
._box_feature ._type li ._txt .lead.en{
  text-align: left;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #054B41;
}
._box_feature.pureair .notes + .notes{
  margin-top: 1rem;
}
._box_feature.pureair .inner + .inner{
  margin-top: 10rem;
}
._box_feature.pureair ._subbox ._subbox_img figure._l_static{
  margin: 0;
}
._box_feature.pureair figure + ._box_align{
  margin-bottom: min(5vw, 6rem);
}

._box_feature ._subbox{
  background: #fff;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  padding: 4rem;
  margin-top: 8rem;
}
._box_feature ._subbox ._subbox_img{
  max-width: 230px;
  grid-area: 1 / 1 / 4 / 2;
}
._box_feature ._subbox .txt{
  font-size: 1.6rem;
  text-align: justify;
  grid-area: 2 / 2 / 3 / 3;
}
._box_feature ._subbox .sttl{
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  color: #054B41;
  grid-area: 1 / 2 / 2 / 3;
}
._box_feature ._box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
._box_feature ._box figure + p{
  margin-top: min(5vw, 6rem);
}
._box_feature ._box figure figcaption{
  right: 10px;
  bottom: 10px;
}
._box_feature ._box .inner > p + p{
  margin-top: 2rem;
}

._box_feature.sumai ._box ._box_align{
  margin: 0 0 min(8vw, 6rem);
}

._box_feature.sumai ._box ol li{
  padding: 4rem;
  background: var(--color-white, #FFF);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
._box_feature.sumai ._box ol li:not(:first-child){
  margin-top: 2rem;
}
._box_feature.sumai ._box ol li ._num{
  display: flex;
  align-items: center;
  gap: min(2.85vw, 2rem);
  font-size: 2rem;
  line-height: 1.5;
  color: #054B41;
  margin-bottom: 2rem;
}
._box_feature.sumai ._box ol li ._num .en{
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  background: #054B41;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 1rem;
}
._box_feature.sumai ._box ol li p{
  text-align: justify;
}



._box_feature.safety ._box figure{
  max-width: 330px;
  margin: 0 auto min(5vw, 6rem);
}

._box_feature.as{
  border-bottom: 1px solid #fff;
}
._box_feature.as ._box ._type{
  width: 100%;
  grid-template-columns: repeat(4, calc(25% - 1rem));
  gap: 1rem;
  margin: min(5vw, 6rem) 0 0;
}
._box_feature.as ._box ._type img{
  max-height: 100px;
}
._box_feature.as ._box ._type + p{
  margin-top: 8rem;
}
._box_feature.as ._box h3 + p{
  margin-top: 1rem;
}



@media screen and (max-width: 768px) {


/* page_mv */    

.page_mv{
    background-image: url(../img/modelhouse/mv_sp.webp);
}
.page_content_ttl{
    top: 2%;
    right: 20px;
}


/* ページ共通テキスト */

.page_sec_content_txt dt{
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 3.2rem;
}
.page_sec_content_txt dd{
    font-size: 1.6rem;
    line-height: 2;
}
.page_intro .page_sec_content_txt dd{
    font-size: 1.8rem;
    line-height: 2;
}

/* page_sec */


.page_sec_content{padding: 16% 0;}


/* page_sec */

.page_sec_content h3{
    font-size: 2.4rem;
    padding-bottom: 3.2rem;
}
.page_sec_content h3 span{
    font-size: 1.3rem;
}


/* フロアプラン */

.zumen_wrap{
  margin-top: 3rem;
}
.zumen_wrap dl{
  max-width: 100%;
  margin: auto;
  margin-top: 1.6rem;
}
.zumen_wrap dt{
  margin: auto;
  width: auto;
  font-size: 2.0rem;
  text-align: left;
}
.zumen_wrap dt span{
  font-size: 200%;
}
.zumen_wrap dd{
  margin: auto;
  width: auto;
  font-size: 1.6rem;
  flex-direction: column;
  align-items: flex-start;
}
.zumen_wrap dd .small{font-size: 1.3rem;}
.zumen_wrap dd:nth-of-type(3){
  font-size: 1.0rem;
}
.zumen_wrap p{
  margin-top: 48px;
  font-size: 1.8rem;
}

small.model_cap{
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 2;
    display: block;
    margin: auto;
    padding-top: 8px;
}




/* _box_feature
----------------------------------------*/

._box_feature h2._ttl{
  background: url(../img/concept/bg_mttl.png) no-repeat left top / 60vw auto #054B41;
  padding: 2.5rem 2rem;
  font-size: min(4.85vw, 2rem);
  justify-content: flex-start;
}
._box_feature h2._ttl._num{
  gap: min(4.85vw, 2rem);
}
._box_feature h2._ttl._num span.indent{
  display: block;
  text-indent: -1.5rem;
}

._box_feature h2._ttl .en{
  font-size: 2.4rem;
  font-style: italic;
  margin-top: -0.3rem;
}
._box_feature ._box{
  padding: 3rem 0 5rem;
}
._box_feature .inner p{
  font-size: 1.65rem/*min(4vw, 1.6rem)*/;
  text-align: justify;
}


._box_feature ._box > div > p:not([class]){
  margin-bottom: 3rem;
}
._box_feature figure figcaption{
  text-align: right;
  position: static;
  font-size: 1rem;
}

._box_feature.landplan figure{
  align-items: flex-end;
}
._box_feature.landplan figure figcaption {
  margin: 1.4rem 10px 0;
}
._box_feature.landplan ._box ._box_align > p + p{
  margin-top: .8em;
}
._box_feature.landplan .inner  p{
  line-height: 1.7;
}

._box_feature.pureair ._box > div{
  display: grid;
}
._box_feature.pureair figure{
  margin-bottom: 1.4rem;
  align-items: flex-start;
}
._box_feature.pureair ._box > figure,
._box_feature.pureair ._box > figure:last-of-type{
  margin: 0 auto 3rem;
}
._box_feature.pureair ._box > figure:last-of-type{
  margin-top: 3rem;
}
._box_feature.pureair figure figcaption{
  position: static;
}
._box_feature.pureair figure figcaption{
  margin: 1.4rem 0 0;
}
._box_feature.pureair ._box > figure{
  /* padding: 0 10px; */
}


._box_feature ._type{
  display: grid;
  justify-content: center;
}
._box_feature.pureair ._type{
  margin: 4px 0 2rem;
  grid-template-columns: 1fr;
}
._box_feature ._type li{
  padding: 3.5rem 2rem;
  gap: 2rem;
}
._box_feature ._type li h3{
  font-size: 1.8rem;
  letter-spacing: 0;
}
._box_feature ._type li ._txt p{
  font-size: 1.65rem/*min(4vw, 1.6rem)*/;
}
._box_feature ._type li ._txt .lead{
  font-size: 1.8rem;
}
._box_feature ._type li ._txt .lead.en{
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
._box_feature.pureair .inner + .inner{
  margin-top: 7rem;
}

._box_feature ._subbox{
  grid-template-columns: auto;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 2.5rem;
  justify-items: center;
  padding: 3.5rem 2rem;
  margin-top: 3rem;
}
._box_feature ._subbox ._subbox_img{
  width: 100%;
  max-width: 100%;
  grid-area: 2 / 1 / 3 / 2;
}
._box_feature.pureair ._subbox ._subbox_img figure{
  align-items: center;
}
._box_feature.sumai ._box ._box_align{
  margin-bottom: 3rem;
}
._box_feature.sumai ._box ol li{
  padding: 2.5rem 2rem;
}
._box_feature.sumai ._box ol li ._num{
  font-size: 1.8rem;
}
._box_feature.sumai ._box ol li ._num .en{
  font-size: 2.8rem;
}
._box_feature ._subbox .txt{
  font-size: 1.65rem/*min(4vw, 1.6rem)*/;
  grid-area: 3 / 1 / 4 / 2; 
}
._box_feature ._subbox .sttl{
  font-size: 2rem;
  grid-area: 1 / 1 / 2 / 2;
}
._box_feature ._box figure + p{
  margin-top: 3rem;
}
._box_feature.safety ._box figure{
  margin-bottom: 3rem;
}
._box_feature.as ._box ._type{
  width: 100%;
  grid-template-columns: repeat(2, calc(50% - 1rem));
}
._box_feature.as ._box ._type ._txt h3,
._box_feature.as ._box ._type ._txt p{
  font-size: 1.65rem/*min(4vw, 1.6rem)*/;
  line-height: 1.5;
}
._box_feature.as ._box ._type ._txt h3{
  text-align: left;
}
._box_feature.as ._box ._type img{
  max-height: 72px;
}
._box_feature.as ._box ._type{
  margin-top: 3rem;
}


}





/* インスタ */
.section_insta {
    background: #DFDDD0;
    padding: 2% 0 8%;
}
.section_insta h2 {
    position: relative;
    max-width: 520px;
    margin: 0 auto 30px;
    padding: 0 50px;
    color: #282438;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: right;
}
.section_insta h2::before{
    content: url(../img/modelhouse/insta.svg);
    position: absolute;
    top: 10%;
    left: 15%;
    /* display: block; */
    width: 37px;
    height: 37px;
    /* background: #282438; */
    line-height: 1.3;
}

@media screen and (max-width: 768px) {

  .section_insta h2 {
        font-size: 5vw;
        padding: 0 34px 0;
        margin: 0 auto 15px;
        }

  .section_insta h2::before {
  content: url(../img/modelhouse/insta_sp.svg);
  width: 26px;
  height: 26px;
  left: 9%;
  top: 0%;
  }
  }

  .mv .page_ttl{
    text-shadow: 0 0 3px #34672296, 0 0 11px #346722f7;
    }

  .mv .page_ttl .h1_ttl{
    background: #fff;
    padding: 6px 12px;
    text-align: center;
    color: #054B41;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    text-shadow: none;
  }

  .obi{
    background-color: #054B41;
    padding: 20px 0;
  }
    .obi p{
      text-align: center;
      color: #fff;
      font-size: 4rem;
    }


  @media screen and (max-width: 768px) {
      .page_ttl{
    margin-top: -30%;
    text-shadow: none;
  }
  .mv .page_ttl{
    text-shadow: none;
  }
    .mv .page_ttl .h1_ttl{
    font-size: 1.6rem;
    
  }
      .mv .page_ttl h1 .en {
        font-size: 4.2rem;
        margin-top: 8px;
    }

    .obi p{
      text-align: center;
      color: #fff;
      font-size:2.4rem;
      line-height: 1.3;
    }
  }