@charset "utf-8";
/* CSS Document */


/*================================
共通パーツ
================================*/
.text_flex{
  margin-bottom: 3rem;
}
@media (min-width: 992px){
  .text_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .text_flex p{
    margin-bottom: 0;
  }
  .text_flex .sect_ttl{
    margin-bottom: 0;
  }
}

/*================================
MV
================================*/
#mv{
  position: relative;
  width: 100%;
  background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,0));
}
#mv::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  mix-blend-mode: multiply;
}
#mv .container{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
#mv h1{
  color: #fff;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 992px){
  #mv{
    margin-top: 100px;
  }
}
@media (min-width: 768px){
  #mv{
    aspect-ratio: 130 / 53;
  }
  #mv::before{
    background-image: url("../img/top/mv.jpg");
  }
  #mv h1{
    font-size: clamp(46px, 3vw, 65px);
  }
}
@media (max-width: 991px){
  #mv{
    margin-top: 60px;
  }
}
@media (max-width: 767px){
  #mv{
    aspect-ratio: 40 / 31;
  }
  #mv::before{
    background-image: url("../img/top/mv_sp.jpg");
    background-position: bottom center;
  }
  #mv h1{
    font-size: 38px;
  }
}


/*================================
追従バナー
================================*/
#fixed_bnr{
  max-width: 250px;
  z-index: 99;
}
.fixed_bnr_close{
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-color: rgba(0,0,0,.75);
  border-radius: 50%;
  border: none;
  padding: 0;
}
.fixed_bnr_close::before,
.fixed_bnr_close::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.fixed_bnr_close::before{
  transform: rotate(45deg);
}
.fixed_bnr_close::after{
  transform: rotate(-45deg);
}
.fixed_bnr_close:focus{
  outline: none;
}
@media (min-width: 768px) {
  #fixed_bnr{
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  #fixed_bnr{
    position: fixed;
    width: 60%;
    bottom: 20px;
    right: 20px;
  }
}

/*バナー固定
================================*/
#fixed_bnr.fixed{
  position: fixed;
}
@media (min-width: 768px) {
  #fixed_bnr.fixed{
    top: 30%;
    transform: translateY(-30%);
    bottom: auto;
  }
}
@media (max-width: 767px) {
  #fixed_bnr.open.fixed{
    display: block;
  }
}

/*================================
EVENT
================================*/
.event{
  margin-bottom: 1rem;
}
#sect_event .btn_detail{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 991px){
  #sect_event .swiper-pagination{
    display: none;
  }
}
@media (min-width: 768px){
  #sect_event .btn_detail {
    margin-top: 3rem;
  }
}
@media (max-width: 991px){
  #event_slider{
    padding-bottom: 40px;
  }
  #sect_event .btn_detail{
    margin-top: 3rem;
  }
}
@media (max-width: 767px){
  #event_slider{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  #sect_event .btn_detail{
    margin-top: 2rem;
  }
}

/*================================
MODEL HOUSE
================================*/
.mh_wrap{
  position: relative;
}
.mh_txt h3{
  font-weight: bold;
}
@media (min-width: 1400px){
  .mh_photo{
    width: 65.5%;

  }
}
@media (min-width: 768px) and (max-width: 1399px){
  .mh_photo{
    width: 60%;
  }
}

@media (min-width: 992px){
  .mh_txt h3{
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .mh_photo{
    position: relative;
    top: -80px;
    right: -65px;
  }
  .mh_txt p{
    font-size: .95rem;
  }
}
@media (min-width: 768px){
  #sect_modelhouse{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, #f5f6f4 45%, #f5f6f4 100%);
  }
  .mh_photo{
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  .mh_txt{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .mh_txt p{
    margin-bottom: 2rem;
  }
  .mh_txt .btn_detail{
    margin-top: 1rem;
  }
}
@media (max-width: 991px){
  .mh_txt h3{
    font-size: 1rem;
  }
}
@media (max-width: 767px){
  #sect_modelhouse{
    padding-top: 20px !important;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, #f5f6f4 20%, #f5f6f4 100%);
  }
  .mh_photo{
    margin-left: -.75rem;
    margin-right: -.75rem;
  }
  .mh_txt{
    padding-top: 20px;
  }
  .mh_txt .btn_detail{
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
  }
}

/*================================
LINE UP
================================*/
#sect_lineup{
  position: relative;
  background-size: cover;
  background-position: center;
}
#sect_lineup::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#sect_lineup .container{
  position: relative;
  z-index: 1;
}
.lineup_wrap .sect_ttl{
  color: #fff;
}
.lineup_wrap p{
  color: #fff;
}
.lineup_wrap .lineup_list{
  padding-left: 0;
  list-style: none;
  display: flex;
}
.lineup_wrap .lineup_list li{
  max-width: 170px;
}
@media(min-width:768px){
  #sect_lineup{
    background-image: url("../img/top/lineup_bg.jpg");
  }
  #sect_lineup::after{
    width: 65%;
    height: 100%;
    background: linear-gradient(90deg, rgba(102, 102, 102, .6), rgba(0,0,0,0));
  }
  .lineup_wrap p{
    margin-bottom: 2rem;
  }
  .lineup_wrap .lineup_list{
    margin-top: 3rem;
    margin-bottom: 0;
    gap: 1rem;
  }
}
@media(max-width:767px){
  #sect_lineup{
    background-image: url("../img/top/lineup_bg_sp.jpg");
    aspect-ratio: 3 / 5;
  }
  #sect_lineup::after{
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(102, 102, 102, .6), rgba(0,0,0,0));
  }
  .lineup_wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .lineup_wrap .sect_ttl{
    order: 1;
  }
  .lineup_wrap p{
    order: 2;
  }
  .lineup_wrap .lineup_list{
    order: 3;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    margin-left: -.25rem;
    margin-right: -.25rem;
  }
  .lineup_wrap .lineup_list li{
    width: 33.3333%;
    padding: .25rem;
  }
  .lineup_wrap .btn_detail{
    order: 4;
    margin-left: auto;
    margin-right: auto;
  }
}


/*================================
WORKS
================================*/
/*スライダー
================================*/
#works_slider{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-bottom: 40px;
}
#works_slider .swiper-wrapper .swiper-slide .works_thumb {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5 / 3;
}
#works_slider .swiper-wrapper .swiper-slide .works_thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media(min-width:768px){
  #works_slider{
  }
  #works_slider .swiper-wrapper .swiper-slide{
    width: 600px !important;
  }
  #works_slider .swiper-wrapper .swiper-slide .works_thumb {
    width: 600px;
  }
}

/*リンク
================================*/
.works_link{
  margin-top: 2rem;
}
@media(min-width:768px){
  .works_link{
    display: flex;
    justify-content: center;
    gap : 0 1rem;
  }
}
@media(max-width:767px){
  .works_link a{
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
  }
}


/*================================
CONCEPT
================================*/
.concept_link{
  position: relative;
  overflow: hidden;
}
.concept_link::before,
.concept_link::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept_link::before{
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  z-index: 1;
}
.concept_link::after{
  background-color: #cacaca;
  mix-blend-mode: multiply;
  z-index: 0;
}
.concept_link img{
  transition-duration: .5s;
}
.concept_link a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept_link a h3{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  padding: 5%;
  z-index: 2;
}
.concept_link a .arrow{
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
.concept_link a .arrow::before,
.concept_link a .arrow::after{
  content: '';
  display: inline-block;
  position: absolute;
}
.concept_link a .arrow::before{
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 15px;
  height: 1px;
  background-color: #000;
}
.concept_link a .arrow::after{
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  border-left: 0;
  border-bottom: 0;
}
#sect_concept .btn_detail{
  margin-left: auto;
  margin-right: auto;
}
.concept_link:hover::before{
  opacity: 1;
}
@media (hover: hover) {
  .concept_link:hover img{
    transform: scale(1.05);
  }
}
@media (min-width: 992px){
  .concept_link a .arrow{
    width: 57px;
    height: 57px;
  }
  .concept_link a .arrow::after{
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .concept_link a .arrow{
    width: 47px;
    height: 47px;
  }
  .concept_link a .arrow::after{
    right: 14px;
  }
}
@media (min-width: 768px){
  #sect_concept .btn_detail{
    margin-top: 3rem;
  }
}
@media (max-width: 767px){
  #sect_concept .btn_detail{
    margin-top: 2rem;
  }
  .concept_link a .arrow{
    width: 33px;
    height: 33px;
  }
  .concept_link a .arrow::after{
    right: 9px;
  }
}

/*家づくりについて相談
================================*/
@media (min-width: 768px){
  #sect_concept .btn_detail{
    max-width: 340px;
  }
}
@media (max-width: 767px){
  #sect_concept .btn_detail{
    max-width: 280px;
  }
}

/*================================
SNS
================================*/
#sect_sns h2{
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
#sect_sns h2:not(:first-child){
  margin-top: 80px;
}
#sect_sns h2 + p{
  margin-bottom: 2rem;
}
@media (min-width: 768px){
  #sect_sns p{
    text-align: center;
  }
}
@media (max-width: 767px){
  #sect_sns h2{
    font-size: 1.2rem;
  }
}

/*Youtube
================================*/
.youtube_iframe {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.youtube_iframe iframe {
  width: 100%;
  height: 100%;
}

/*SNSのバナー
================================*/
.sns_bnr{
  margin-top: 80px;
}

/*その他SNS
================================*/
.other_sns{
  margin-top: 80px;
}
.other_sns p{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.other_sns ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.other_sns ul li img{
  width: 40px;
  height: 40px;
}

/*================================
STAFF BLOG
================================*/
#sect_blog .btn_detail {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px){
  #sect_blog .btn_detail {
    margin-top: 2rem;
  }
}


/*ブログタグ
================================*/
.blog_tag{
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.blog_tag li a{
  display: block;
  outline: #000 1px solid;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: .3s;
  font-size: .8rem;
  height: 24px;
  line-height: 24px;
}

@media (hover: hover) {
  .blog_tag li a:hover{
    color: #fff;
    background-color: #000;
  }
}
@media (min-width: 768px){
  .blog_tag li{
    min-width: 130px;
    padding: .25rem .3rem;
  }
}
@media (max-width: 767px){
  .blog_tag{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog_tag li{
    width: 50%;
    padding: .25rem;
  }
}

/*スライダー
================================*/
@media (min-width: 992px){
  #sect_blog .swiper-pagination{
    display: none;
  }
}
@media (min-width: 768px){
  #sect_blog .btn_detail {
    margin-top: 3rem;
  }
}
@media (max-width: 991px){
  #blog_slider{
    padding-bottom: 40px;
  }
}
@media (max-width: 767px){
  #sect_blog .btn_detail {
    margin-top: 2rem;
  }
  #blog_slider{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}