@charset "UTF-8";
.mv .mv_link {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.mv .mv_copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: clamp(18px, 4vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.mv .mv_dark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), transparent);
}

@media print, screen and (min-width: 769px) {
  .mv .mv_dark {
    display: none;
  }
}
.pickup {
  margin: clamp(60px, 12vw, 120px) 0 clamp(80px, 16vw, 160px);
  overflow: hidden;
}
.pickup .c-titA {
  align-items: center;
}
.pickup .pickup_slider {
  overflow: visible;
}
.pickup .pickup_slider .swiper-wrapper {
  align-items: stretch;
}
.pickup .pickup_slider .swiper-slide {
  height: auto;
}
.pickup .pickup_slider .l-newArrivals-item {
  display: flex;
  height: 100%;
}
.pickup .pickup_slider .l-newArrivals-item__textarea .title, .pickup .pickup_slider .l-newArrivals-item__textarea .access, .pickup .pickup_slider .l-newArrivals-item__textarea .btn {
  width: 100%;
}
.pickup .pickup_slider .l-newArrivals-item__textarea .tag {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 8px;
  margin-bottom: 5px;
}
.pickup .pickup_slider .l-newArrivals-item__textarea .tag .addr {
  margin-bottom: 0;
}
.pickup .pickup_slider .l-newArrivals-item__textarea .tag::before, .pickup .pickup_slider .l-newArrivals-item__textarea .tag::after {
  display: block;
  padding: 8px 10px;
  background: #FFF;
  color: #b89535;
  border: 1px solid #b89535;
  box-sizing: border-box;
  font-weight: 700;
  font-size: clamp(10px, 1.2vw, 12px);
  order: -1;
}
.pickup .pickup_slider .l-newArrivals-item__textarea .tag.new::after {
  border: none;
  background: #872629;
  color: #FFF;
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  content: "NEW";
}
.pickup .pickup_slider .l-newArrivals-item__textarea .tag.mansion::before {
  content: "マンション";
}
.pickup .pickup_slider .l-newArrivals-item__textarea .tag.build::before {
  content: "戸建";
}
.pickup .pickup_slider .l-newArrivals-item__textarea .tag.rent::before {
  content: "賃貸マンション";
}
.pickup .swiper-arrow {
  position: relative;
  display: grid;
  grid-template-columns: 35px auto 35px;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 30px);
  width: fit-content;
  margin: clamp(15px, 3vw, 30px) auto 0;
}
.pickup .swiper-arrow .swiper-dot {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 2vw, 20px);
}
.pickup .swiper-arrow .swiper-dot .swiper-pagination-bullet {
  display: block;
  margin: 0;
}
.pickup .swiper-arrow .swiper-dot .swiper-pagination-bullet-active {
  background: #b89535;
}
.pickup .swiper-arrow .swiper-prev,
.pickup .swiper-arrow .swiper-next {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #b89535;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s;
}
.pickup .swiper-arrow .swiper-prev::before,
.pickup .swiper-arrow .swiper-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(-45deg);
  width: 30%;
  aspect-ratio: 1;
  border-top: 1px solid #b89535;
  border-left: 1px solid #b89535;
  box-sizing: border-box;
  transition: 0.3s;
  content: "";
}
.pickup .swiper-arrow .swiper-prev:hover,
.pickup .swiper-arrow .swiper-next:hover {
  background: #b89535;
}
.pickup .swiper-arrow .swiper-prev:hover::before,
.pickup .swiper-arrow .swiper-next:hover::before {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.pickup .swiper-arrow .swiper-next::before {
  transform: translate(-75%, -50%) rotate(45deg) scale(-1, 1);
}
.pickup .btn a {
  display: block;
  margin: clamp(40px, 6vw, 60px) auto 0;
  background: #b89535;
  text-align: center;
}
.pickup .btn a:hover {
  background: #e2c372;
}

@media print, screen and (min-width: 769px) {
  .pickup .pickup_slider {
    overflow: hidden;
  }
  .pickup .swiper-arrow {
    grid-template-columns: 45px auto 45px;
  }
}
.topics, .about, .l-news {
  margin: clamp(60px, 12vw, 120px) 0;
}

.topics {
  overflow: hidden;
}
.topics .topics_cont {
  position: relative;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.topics .topics_cont .swiper {
  overflow: visible;
}
.topics .topics_cont .title {
  margin-top: 0.5em;
  font-size: clamp(14px, 1.8vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.topics .topics_cont .swiper-arrow {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: grid;
  grid-template-columns: 35px 35px;
  gap: 5px;
  margin-bottom: 8px;
}
.topics .topics_cont .swiper-arrow .swiper-prev,
.topics .topics_cont .swiper-arrow .swiper-next {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #b89535;
  border-radius: 50%;
  background: transparent;
  transition: 0.3s;
}
.topics .topics_cont .swiper-arrow .swiper-prev::before,
.topics .topics_cont .swiper-arrow .swiper-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(-45deg);
  width: 30%;
  aspect-ratio: 1;
  border-top: 1px solid #b89535;
  border-left: 1px solid #b89535;
  box-sizing: border-box;
  transition: 0.3s;
  content: "";
}
.topics .topics_cont .swiper-arrow .swiper-prev:hover,
.topics .topics_cont .swiper-arrow .swiper-next:hover {
  background: #b89535;
}
.topics .topics_cont .swiper-arrow .swiper-prev:hover::before,
.topics .topics_cont .swiper-arrow .swiper-next:hover::before {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.topics .topics_cont .swiper-arrow .swiper-next::before {
  transform: translate(-75%, -50%) rotate(45deg) scale(-1, 1);
}

@media print, screen and (min-width: 769px) {
  .topics .topics_cont .swiper {
    overflow: hidden;
  }
  .topics .topics_cont .topics_link:hover .image img {
    transform: scale(1.1);
  }
  .topics .topics_cont .topics_link:hover .title {
    color: #b89535;
  }
  .topics .topics_cont .image {
    overflow: hidden;
  }
  .topics .topics_cont .image img {
    object-position: center;
    transition: 0.3s;
  }
  .topics .topics_cont .title {
    line-height: 1.8;
    transition: 0.3s;
  }
  .topics .topics_cont .swiper-arrow {
    grid-template-columns: 45px 45px;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1281px) {
  .topics .topics_cont {
    width: calc(100% - (50% - 540px));
    margin-left: calc(50% - 540px);
    padding-right: 30px;
  }
  .topics .topics_cont .topics_slider {
    margin: 0;
  }
  .topics .topics_cont .swiper-arrow {
    right: 30px;
  }
}
.about {
  background: #f4efe9;
  padding: clamp(60px, 12vw, 120px) 0;
}
.about .about_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(15px, 3vw, 30px) clamp(15px, 2vw, 20px);
}
.about .about_list .image img {
  width: 100%;
}
.about .about_list .title {
  margin-top: clamp(6px, 1.2vw, 12px);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  transition: 0.3s ease;
}
.about .about_list .title img {
  margin-left: clamp(3px, 1vw, 10px);
  transform: translateY(-10%);
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .about .about_list {
    grid-template-columns: repeat(6, 1fr);
  }
  .about .about_list .about_item {
    grid-column: span 2;
  }
  .about .about_list .about_item .image {
    aspect-ratio: 84/55;
    overflow: hidden;
  }
  .about .about_list .about_item .image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
  }
  .about .about_list .about_item:nth-of-type(-n+2) {
    grid-column: span 3;
  }
  .about .about_list .about_item:nth-of-type(-n+2) .image {
    aspect-ratio: 261/110;
  }
  .about .about_list .about_item:hover .image img {
    transform: scale(1.1);
  }
  .about .about_list .about_item:hover .title {
    color: #b89535;
  }
}
@media print, screen and (min-width: 1081px) {
  .about .about_wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 80px;
  }
  .about .about_wrap .c-titA {
    margin-bottom: 0;
  }
}