@charset "utf-8";
/* CSS Document */
/* ============== TOP ここから ============== */
.top-title>h1 {
  font-size: clamp(2.8rem, 5vw, 4.0rem);
  display: block;
  margin: clamp(110px, 15vw, 180px) auto clamp(60px, 18vw, 200px);
}
.sectionTitle5 {
  position: relative;
  text-align: center;
}
.sectionTitle5::after {
  content: attr(data-en);
  font-size: clamp(8.0rem, 22vw, 26.0rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #bba1cb;
  opacity: .2;
  z-index: -9;
  overflow: hidden;
  width: 100%;
}
/*　リード文　*/
.sec-lead {
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin: 0 auto clamp(80px, 15vw, 140px);
}
.lead-wrap {
  width: min(90vw, 630px);
  margin: 0 auto;
}
.lead-wrap h2 {
  font-size: clamp(1.8rem, 5.4vw, 3.0rem);
  margin-bottom: clamp(40px, 3vw, 60px);
}
.lead-wrap>p {
  font-size: var(--p-size);
  text-align: left;
}
.lead-pic {
  width: min(90vw, 630px);
}
/* ============== テキスト　フェードイン ここから ============== */
.fadeUpTrigger{
  opacity: 0;
}
/* 下から */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ============== テキスト　フェードイン ここまで ============== */
/* ============== 内容（デザイン・フロー共通） ここから ============== */
.contents {
  background: url("../img/customhouse/bg-pic.webp") repeat center / contain;
  padding: clamp(80px, 24vw, 180px) 0;
}
/* タグボタン */
.contents .thumb-list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto clamp(40px, 5vw, 80px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 2vw, 15px);
  overflow: auto;
}
.contents .thumb-list::-webkit-scrollbar {
  height: 18px;
  width: 18px;
}
.contents .thumb-list::-webkit-scrollbar-thumb {
  background-color: #777;
  border: 3px solid #F4F4F4;
} 
.contents .thumb-list::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
.contents .thumb-list li {
  width: 140px;
  padding: 20px  clamp(10px, 2vw, 40px);
  background-color: #fff;
  box-shadow: var(--box-shadow);
  margin-bottom: 10px;
}
.contents .thumb-list li a {
  display: inline-block;
  font-size: var(--p-size);
}
.contents .thumb-list li:nth-child(2) {
  background-color: #333;
}
.contents .thumb-list li:nth-child(2) a {
  color: #fff;
}
/* ============== 中身 ここから ============== */
.contents-innner {
  background-color: rgba(255,255,255,0.6);
  width: 90vw;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(60px, 16vw, 150px) 0 20px;
}
.contents-innner .icon-home {
  width: 13vw;
  max-width: 80px;
  margin: 0 auto clamp(4px, 1vw, 20px);
}
.contents-innner h3 {
  font-size: clamp(2.4rem, 6vw, 4.0rem);
  text-transform: uppercase;
}
/* ===== 青ライン（コンテンツのみ） ===== */
.contents-innner h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  margin: clamp(8px, 1vw, 18px) auto clamp(16px, 1vw, 22px);
  background-color: #5489BD;
}
.contents-wrap>p {
  font-size: var(--p-size);
  font-weight: bold;
}
.contents-list {
  width:70vw;
  max-width: 820px;
  margin: clamp(60px, 8vw, 130px) auto;
  text-align: left;
}
.contents-list>li {
   margin-bottom: clamp(60px, 5vw, 130px);
}
/* スライダーここから */
.contents-list li .splide__slide img {
  height: auto;
  width: 100%;
}
/* ページネーションのスタイル */
.your-class-page {
  border-radius: 0;
  background-color: #ccc;
  height: clamp(10px, 2vw, 14px);
  transition: .5s all;
  width: clamp(10px, 2vw, 14px);
  margin: 0;
}
/* 現在表示されているページネーションのスタイル */
.your-class-page.is-active {
  background-color: #333;
  opacity: 1;
  transform: scale(1.2);
}
/*
/* ページネーション間の余白 */
.your-class-pagination {
  bottom: -2.5rem;
}
.your-class-pagination li {
  margin-left: clamp(0.02rem, 1vw, 10px);
  margin-right: 10px;
}
/*　スライダーここまで　*/
.contents-list li h4 {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -0.9em;
  margin: clamp(40px, 8vw, 60px) auto clamp(20px, 4vw, 40px) 0.9em;
  font-size: clamp(2.0rem, 3.5vw, 3.2rem);
}
.contents-list li h4 span {
  display: inline-block;
}
.contents-list li p {
    font-size: var(--p-size);
  }

/*  実績・お問い合せ　moreのボタン  */
.LinkBtn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  row-gap: 30px;
  margin: clamp(60px, 10vw, 80px) auto 0;
  width: 89vw;
} 
.LinkBtn a {
  width: 100%;
  max-width: 400px;
  padding: 20px  clamp(10px, 2vw, 40px);
  background-color: #373737;
  box-shadow: var(--box-shadow);
  color: #fff;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  display: block;
  text-align: center;
  transition: all .2s linear;
}
/* ============== TAB(600px)レスポンシブ ============== */
@media only screen and (min-width:600px) {
  .contents .thumb-list {
    white-space: nowrap;
  }
  .contents .thumb-list li {
    width: auto;
  }
  
	/*  お問い合せ　moreのボタン ここから  */
  .LinkBtn a:hover{
    background-color:#777;
  }
  /*  お問い合せ　moreのボタン ここまで  */
}
  /* ============== PC(1025px)レスポンシブ ============== */
@media only screen and (min-width:1023px) {
  /* ============== TOP ここから ============== */
  .sec-lead {
    width: min(90%, 1820px);
    flex-direction: row;
    gap: 6rem;
    margin-left: auto;
  }
  .lead-wrap {
    width: min(100vw, 800px);
  }
  .lead-pic {
    width: min(50%, 800px);
}
  .lead-wrap h2 {
    font-size: clamp(2.6rem, 2.4vw, 4.2rem);
  }
  .lead-br:after {
    content: "\A";
    white-space: pre;
  }
/* ============== 内容（フロー） ここから ============== */
  .contents .thumb-list li:hover {
    background-color: #777;
    transition: 0.3s;
  }
  .contents .thumb-list li:hover a {
    color: #fff;
    transition: 0.3s;
  }
  
}








