@charset "UTF-8";
/* =====================
	コンセプト分譲地 - TOPページ
 ======================= */
/** -------------------- MV -------------------- **/
.mv .mv-slider-item {
  padding: 0 1.15em;
}

.mv .mv-slider-item img {
  aspect-ratio: 1440 / 815;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv .mv-slider .slick-dots {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-top: 0.75em;
}

.mv .mv-slider .slick-dots li {
  display: block;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  margin: 0;
}

.mv .mv-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #EFEFEF;
  border-radius: 50%;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.mv .mv-slider .slick-dots li button:before {
  display: none;
}

.mv .mv-slider .slick-dots li.slick-active button {
  background: #1D1D1D;
}

/** -------------------- About -------------------- **/
.about {
  padding: 5.99% 0 4.844%;
}

.about .about-ttl {
  text-align: center;
  font-family: var(--font_min);
  font-size: 220%;
  line-height: 1.36;
  letter-spacing: -0.04em;
  margin-bottom: 4.417%;
}

/** -------------------- 新着情報 -------------------- **/
.news {
  background: var(--c_bg);
  padding: 4.167% 0 2.5%;
}

.news .news-list-item {
  margin-bottom: 1.75em;
}

.news .news-list-item:last-child {
  margin-bottom: 0;
}

.news .news-list-item-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.1em 1.1em 7em 1.1em 1fr;
  grid-template-columns: 6.1em 7em 1fr;
  -webkit-column-gap: 1.1em;
     -moz-column-gap: 1.1em;
          column-gap: 1.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      grid-template-areas: "icon date ttl";
}

.news .news-list-item-icon {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: icon;
  text-align: center;
  font-size: 110%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.news .news-list-item-icon > span {
  display: block;
}

.news .news-list-item-icon .new {
  background: #F98C02;
  color: #fff;
}

.news .news-list-item-icon .attention {
  background: #F90202;
  color: #fff;
}

.news .news-list-item-date {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: date;
  font-size: 110%;
}

.news .news-list-item-ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: ttl;
  font-size: 110%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.news .news-list-item a .news-list-item-ttl {
  text-decoration: underline;
}

.news .news-pagenation {
  display: none;
}

.news .news-infinite {
  margin-top: 3.583%;
}

.news .news-infinite-more {
  text-align: right;
}

.news .news-infinite-more button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  font-family: var(--font_ja);
  font-size: 100%;
  text-decoration: underline;
  -webkit-transition: var(--anim);
  transition: var(--anim);
  cursor: pointer;
}

.news .news-infinite-more button:hover {
  opacity: 0.7;
}

.news .news-infinite-status {
  display: none;
  text-align: center;
}

/** -------------------- ピックアップ -------------------- **/
.pickup {
  padding: 5.208% 0 4.167%;
}

.pickup .pickup-more {
  margin-top: 5%;
}

/* PCのみ
  ------------------------ */
/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  /** -------------------- MV -------------------- **/
  .mv .mv-slider-item {
    padding: 0;
  }
  /** -------------------- About -------------------- **/
  .about {
    padding: 50px 0;
  }
  .about .about-ttl {
    font-size: 21px;
    margin-bottom: 25px;
  }
  /** -------------------- 新着情報 -------------------- **/
  .news {
    padding: 50px 0;
  }
  .news .news-list-item {
    margin-bottom: 20px;
  }
  .news .news-list-item-link {
    -ms-grid-columns: auto 16px minmax(6em, auto) 16px 1fr;
    grid-template-columns: auto minmax(6em, auto) 1fr;
    gap: 4px 16px;
    -ms-grid-rows: auto 4px auto;
        grid-template-areas: "date icon blank" "ttl ttl ttl";
  }
  .news .news-list-item-icon {
    font-size: 100%;
  }
  .news .news-list-item-ttl {
    -webkit-line-clamp: 2;
  }
  .news .news-infinite {
    margin-top: 30px;
  }
  /** -------------------- ピックアップ -------------------- **/
  .pickup {
    padding: 50px 0;
  }
  .pickup .pickup-more {
    margin-top: 40px;
  }
  .news .news-list-item-icon {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .news .news-list-item-date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .news .news-list-item-ttl {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}
