@charset "utf-8";

/*----------------------------------------
メインビジュアル
-----------------------------------------*/

#top .key-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#top .key-wrap img {
  width: 100%;
  /* height: clamp(500px, 47.25vw, 950px); */
  height: 100vh;
  object-fit: cover;
}

#top .key-wrap .key-catch {
  position: absolute;
  width: 8%;
  min-width: 120px;
  top: 50%;
  left: 10%;
  translate: 0 -50%;
  z-index: 9;
}

#top .key-wrap .key-catch img {
  width: 100%;
  height: auto;
  min-height: initial;
}

#top .key-news {
  position: absolute;
  bottom: 35px;
  right: 5%;
  z-index: 5;
}

#top .key-news a {
  display: block;
  max-width: 484px;
  width: 100%;
  padding: 15px 83px 15px 26px;
  background: #ffffffc9;
}

#top .key-news a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  background: url(../../image/top/black-arw.png) no-repeat center;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
}

#top .key-news .latest-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

#top .key-news .title {
  font-family: "Shippori Mincho";
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#top .key-news .date {
  color: var(--brown);
  padding-left: 20px;
}

@media screen and (max-width: 1199px) {
  #top .key-wrap img {
    height: 100dvh;
  }

  #top .key-wrap .key-catch {
    top: 40%;
    left: 5%;
  }

  #top .key-news {
    width: 100%;
    bottom: 0;
    right: 0;
  }

  #top .key-news a {
    max-width: initial;
  }

  #top .key-news .title {
    font-size: 1.3rem;
  }

  #top .key-news .latest-text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #top .key-wrap img {
    min-height: 600px;
  }

  #top .key-wrap .key-catch {
    width: 25%;
    min-width: 60px;
    max-width: 150px;
  }
}

/*----------------------------------------
鳳建設の家づくり
-----------------------------------------*/

#top .building {
  margin-bottom: 300px;
}

#top .build-catch h3 {
  text-align: center;
  font-size: clamp(5rem, 5vw, 6rem);
  font-family: "Shippori Mincho";
  font-weight: 400;
  color: var(--brown);
  padding: 110px 0px 90px;
}

#top .build-wrap {
  display: flex;
  justify-content: space-between;
  gap: min(65/1400 * 100vw, 65px);
}

#top .build-wrap img {
}

#top .build-wrap .left-content {
  width: 100%;
  height: 615px;
  margin-left: calc(50% - 697px);
}

#top .build-wrap .left-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .build-wrap .right-content {
  width: 100%;
  max-width: 580px;
  flex-shrink: 0;
}

#top .build-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* margin-bottom: 70px; */
  margin-bottom: 40px;
}

#top .build-text p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  #top .build-wrap .right-content {
    width: 50%;
  }

  #top .building {
    margin-bottom: 250px;
  }

  #top .build-text p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #top .building {
    margin-bottom: 140px;
  }

  #top .build-wrap {
    gap: 40px;
    flex-direction: column;
  }

  #top .build-wrap .left-content {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  #top .build-wrap .right-content {
    width: 100%;
    max-width: initial;
  }

  #top .build-text {
    gap: 14px;
    margin-bottom: 60px;
  }

  #top .build-text p {
    font-size: 1.4rem;
  }

  #top .build-wrap .build-btn {
    text-align: center;
  }

  #top .build-catch h3 {
    font-size: 8vw;
    padding: 70px 0px 57px;
  }
}

/*----------------------------------------
注文住宅
-----------------------------------------*/
#top .order {
  margin-bottom: 225px;
}

#top .order-wrap {
  position: relative;
}

#top .order-wrap .img-content {
  width: 100%;
  height: 506px;
  margin-left: calc(50% - 697px);
}

#top .order-wrap .text-content {
  position: absolute;
  bottom: -157px;
  right: 0px;
  padding: 40px 45px 40px 50px;
  background: var(--white);
}

#top .order-wrap .text-content .heading {
  color: var(--black);
  font-family: "Shippori Mincho";
  font-size: 4.2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

#top .order-wrap .text-content .heading-en {
  font-size: 1.2rem;
  color: var(--brown);
}

#top .order-wrap .text-content p {
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  #top .order-wrap .img-content {
    height: auto;
    margin-left: calc(50% - 50vw);
  }

  #top .order-wrap .img-content img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #top .order {
    margin-bottom: 266px;
  }

  #top .order-wrap .text-content {
    max-width: 350px;
    width: 90%;
    bottom: -266px;
    right: -1px;
    padding: 25px 1px 50px 29px;
  }

  #top .order-wrap .img-content {
    min-height: 430px;
    width: auto;
    margin-left: calc(50% - 50vw);
  }

  #top .order-wrap .img-content img {
    width: 100%;
    height: 430px;
    object-fit: cover;
  }

  #top .order-wrap .text-content .heading {
    font-size: 3.2rem;
    margin-bottom: 35px;
  }

  #top .order-wrap .text-content p {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}

/*----------------------------------------
リノベーション
-----------------------------------------*/
#top .renovation {
  margin-bottom: 303px;
}

#top .reno-wrap {
  position: relative;
  text-align: right;
}

#top .reno-wrap .img-content {
  /* margin-right: calc(50% - 668px); */
  margin-right: calc(50% - 600px);
}

#top .reno-wrap .text-content {
  padding: 40px 50px 40px 12px;
  text-align: left;
  position: absolute;
  bottom: -185px;
  left: -12px;
  background: var(--white);
}

#top .reno-wrap .text-content .heading {
  color: var(--black);
  font-family: "Shippori Mincho";
  font-size: 4.2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

#top .reno-wrap .text-content .heading-en {
  font-size: 1.2rem;
  color: var(--brown);
}

#top .reno-wrap .text-content p {
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  #top .reno-wrap .img-content {
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  #top .renovation {
    margin-bottom: 395px;
  }

  #top .reno-wrap .img-content img {
    min-height: 430px;
    width: 100%;
    object-fit: cover;
  }

  #top .reno-wrap .text-content {
    width: 90%;
    max-width: 355px;
    padding: 40px 55px 40px 1px;
    left: -1px;
    bottom: -275px;
  }

  #top .reno-wrap .text-content .heading {
    font-size: 3.2rem;
    margin-bottom: 35px;
  }

  #top .reno-wrap .text-content p {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}

/*----------------------------------------
施工事例
-----------------------------------------*/
#top .construction {
  background: var(--light-yellow);
  padding: 148px 0 140px;
}

#top .const-wrap {
  position: relative;
}

#top .const-wrap .heading {
  color: var(--black);
  font-size: 3rem;
  font-family: "Shippori Mincho";
  margin-bottom: 60px;
}

#top .const-wrap .const-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 40px;
}

#top .const-wrap .const-list a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#top .const-wrap .const-list img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#top .const-wrap .const-menu .list-txt {
  position: relative;
  padding-right: 10px;
  font-size: 1.4rem;
  color: var(--black);
}

#top .const-wrap .const-menu .list-txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(../../image/common/right-arw.png) no-repeat center;
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
}

#top .const-wrap .const-btn {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  #top .construction {
    padding: 120px 0 140px;
  }

  #top .const-wrap .heading {
    font-size: 2.8rem;
    margin-bottom: 57px;
  }

  #top .const-wrap .const-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: min(35/750*100vw,35px);
    padding: 0 15px;
    margin-bottom: 70px;
  }

  #top .const-wrap .const-list a {
    gap: 15px;
  }

  /* #top .const-wrap .const-list img {
    height: initial;
    aspect-ratio: 26/21;
  } */

  #top .const-wrap .const-btn {
    position: relative;
    right: initial;
    top: initial;
    text-align: center;
  }
}

/*----------------------------------------
お知らせ＆スタッフブログ
-----------------------------------------*/
#top .news {
  padding: 120px 0 140px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

#top .news-wrap .heading {
  color: var(--black);
  font-size: 3rem;
  font-family: "Shippori Mincho";
  margin-bottom: 43px;
}

#top .news-list {
  margin-bottom: 60px;
}

#top .news-wrap .flex-box a {
  display: flex;
  gap: 13px;
}

#top .news-list .img-content {
  width: 92px;
  height: 61px;
  flex-shrink: 0;
}

#top .news-list .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .news-list li {
  border-bottom: 1px solid var(--grey);
  margin-bottom: 35px;
  padding-bottom: 20px;
}

#top .news-list li:last-child {
  margin-bottom: 0;
}

#top .news-list p {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

#top .news-list .date {
  font-size: 1.3rem;
  font-family: "Shippori Mincho";
  color: var(--brown);
  padding-right: 20px;
}

#top .news-list .tag {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  border: 1px solid var(--black);
  border-radius: 30px;
}

#top .news-list .news-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

#top .news-wrap .news-btn {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #top .news {
    padding: 115px 0 140px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 140px;
  }

  #top .news-wrap .heading {
    font-size: 2.8rem;
    margin-bottom: 53px;
  }

  #top .news-wrap .news-btn {
    text-align: center;
  }
}

/*----------------------------------------
お役立ちコラム
-----------------------------------------*/

#top .column {
  padding: 120px 0 140px;
  background: var(--light-yellow);
}

#top .column-wrap .heading {
  color: var(--black);
  font-size: 3rem;
  font-family: "Shippori Mincho";
  margin-bottom: 43px;
}

#top .column-wrap .list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin-bottom: 60px;
}

#top .column-wrap .list-item img {
  width: 100%;
  height: min(180/1050 * 100vw, 180px);
  object-fit: cover;
  margin-bottom: 15px;
  background: var(--white);
}

#top .column-wrap .list-item .tag {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

#top .column-wrap .list-item .tag span {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  border: 1px solid var(--black);
  border-radius: 30px;
}

#top .column-wrap .list-item .date {
  display: block;
  font-size: 1.3rem;
  font-family: "Shippori Mincho";
  color: var(--brown);
  margin-bottom: 3px;
}

#top .column-wrap .list-item p {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

#top .column-wrap .news-btn {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #top .column-wrap .heading {
    font-size: 2.8rem;
    margin-bottom: 55px;
  }

  #top .column-wrap .list-wrap {
    grid-template-columns: repeat(2, 1fr);
    /* gap: 60px; */
    gap: 15px;
    padding: 0 15px;
  }

  #top .column-wrap .list-item img {
    height: initial;
    aspect-ratio: 16 / 9;
  }

  #top .column-wrap .news-btn {
    text-align: center;
  }
}

/*----------------------------------------
ピックアップコンテンツ
-----------------------------------------*/
#top .pick-up {
  padding: 120px 0 180px;
}

#top .pick-wrap .heading {
  color: var(--black);
  font-size: 3rem;
  font-family: "Shippori Mincho";
  margin-bottom: 43px;
}

#top .pick-wrap .list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

#top .pick-wrap .list-wrap img {
  width: 100%;
  height: min(190/1050 * 100vw, 190px);
  object-fit: cover;
  margin-bottom: 16px;
}

#top .pick-wrap .list-wrap p {
  position: relative;
  padding-right: 10px;
  font-size: 1.4rem;
  color: var(--black);
}

#top .pick-wrap .list-wrap p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(../../image/common/right-arw.png) no-repeat center;
  background-size: 8px 15px;
  width: 8px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  #top .pick-wrap .heading {
    font-size: 2.8rem;
    margin-bottom: 55px;
  }

  #top .pick-wrap .list-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 27px;
  }

  #top .pick-wrap .list-wrap img {
    height: initial;
    aspect-ratio: 30 / 19;
    margin-bottom: 14px;
  }
}
