﻿@charset "utf-8";

/*==================================================
  GENERAL SETTINGS
==================================================*/

/*==================================================
  COMMON
==================================================*/
.eventBox,
.searchBox,
.pickupBox,
.galleryBox,
.shopInfoBox,
.noticeBox {
  margin-bottom: var(--gutter-wide);
}

.galleryBox__ttl img {
  max-width: 409px;
  width: 90%;
}

.topicsBox__ttl img {
  max-width: 110px;
  width: 90%;
}

.columnBox__ttl img {
  max-width: 78px;
  width: 90%;
}

/*
===== SLIDER ==========================================
*/
.indexmainBox {
  max-height:500px;
  overflow: hidden;
}

.indexmainBox .slick-list.draggable {
  width: 100%;
}

.indexmainBox__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

/*dots*/
.indexmainBox .slick-dots {
  bottom: 15px;
}

.bannerWrap {
  text-align: center;
  margin: 0 auto var(--gutter-wide);
}

.slick-list.draggable {
  width: calc(100% - 100px);
  overflow: hidden;
  margin: 0 auto;
}

/*
===== SELECTIONBOX ==========================================
*/
.selectionBox {
  margin-bottom: var(--gutter);
  overflow: hidden;
}

.selectionBox .btn_archive_link {
  background: var(--color-orange);
}

.selectionBox__ttl {
  text-align: center;
  margin-bottom: var(--gutter-narrow);
}

.selectionBox__ttl__en {
  display: block;
  color: var(--color-blue);
  font-family: var(--font-en);
  font-size: var(--font-60);
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.1;
}

.selectionBox__ttl__ja {
  font-size: var(--font-24);
  font-weight: bold;
  letter-spacing: .05em;
}

.selectionBox__txt {
  text-align: center;
  margin-bottom: var(--gutter-narrow);
}

.selectionBox__txt .txt_dots {
  background-image: radial-gradient(circle at center, var(--color-orange) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: .4em;
}

.selectionBox__list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  position: relative;
  gap: 50px;
  margin-bottom: var(--gutter-narrow);
}

.selectionBox__list .slick-list.draggable {
  width: var(--width-content);
  overflow: initial;
}

.selectionBox__list .slick-track {
  padding-top: 30px;
  gap: 2rem;
}

.selectionBox__list .slick-arrow.slick-prev {
  left: 0!important;
}

.selectionBox__list .slick-arrow.slick-next {
  right: 0!important;
}

.selectionBox__item {
  border: 1px solid var(--color-blue);
  width: calc((100% - 50px) / 3);
  max-width: 365px;
  position: relative;
  transition: 0.3s;
}

.selectionBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 20px;
}

.selectionBox__new {
  position: absolute;
  right: 5px;
  top: -25px;
}

.selectionBox__photo {
  margin-bottom: 10px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.selectionBox__photo img {
  width: 100%;
  height: 100%;
  display: block;
}

.selectionBox__iconWrap {
  margin-bottom: 5px;
}

.cate_selection {
  border: 1px solid var(--color-black);
  padding: 0 15px;
  font-size: var(--font-14);
}

.selectionBox__ttlWrap {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}

.selectionBox__num {
  font-family: var(--font-en);
  font-size: var(--font-36);
  font-weight: 900;
  color: var(--color-blue);
  line-height: 1;
}

.selectionBox__itemTtl {
  font-size: var(--font-18);
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.selectionBox__address {
  font-size: var(--font-14);
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.selectionBox__intro .catch {
  display: -webkit-box;
  white-space: wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectionBox .btn_archive.detailBtn,
.selectionBox .btn_archive.reservableBtn {
  display: block;
  background: var(--color-ygreen);
  color: var(--color-white);
  padding: 17px 0;
  font-size: var(--font-20);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: .025em;
  text-decoration: none;
  border-radius: var(--rad-common);
  transition: all 0.5s ease;
  width: 100%;
  margin-top: 15px;
}

.selectionBox .btn_archive.detailBtn {
  background: var(--color-lightblue);
}

@media (any-hover:hover) {
  .selectionBox__item a:hover {
    opacity: 1;
  }
  .selectionBox__item:hover {
    transform: scale(1.02);
  }
  .selectionBox__item:hover .btn_archive {
    border-radius: 100px;
  }
}

/*
===== EVENTBOX ==========================================
*/
.eventBox {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding-top: 125px;
}

.eventBox__inner {
  background: var(--color-blue);
  padding-bottom: var(--gutter);
}

.eventBox::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 127px;
  background: var(--color-blue);
  clip-path: polygon(0 0, 100% 100%, 0 100%); 
  z-index: 1;
}

.eventBox::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 125px;
  background: var(--color-lightblue);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.eventBox__ttl {
  margin-bottom: 0;
  position: relative;
  top: -45px;
  z-index: 3;
}

.eventBox__ttl .indexTtl__ttlEn,
.eventBox__ttl .indexTtl__ttlJa {
  color: var(--color-white);
}
.eventBox__ttl .indexTtl__ttlEn::before {
  background: var(--color-white);
}

.eventBox__content {
  margin-bottom: var(--gutter-narrow);
}

.eventBox__content .slick-initialized {
  min-height: 200px;
}

.eventBox__content .slick-prev {
  left: 0!important;
}

.eventBox__content .slick-next {
  right: 0!important;
}

.eventBox__list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  position: relative;
  gap: 50px;
}

.eventBox__list .slick-list.draggable {
  width: var(--width-content);
}

.eventBox__list .slick-track {
  padding-top: 30px;
  gap: 2rem;
}

.eventBox__item {
  width: calc((100% - 50px) / 3);
  max-width: 365px;
  position: relative;
}

.eventBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: 0.3s;
  background: var(--color-white);
}

@media (any-hover:hover) {
  .eventBox__item a:hover {
    opacity: 1;
    transform: scale(1.02);
  }
}

.eventBox__new {
  position: absolute;
  right: 5px;
  top: -25px;
}

.eventBox__photo {
  aspect-ratio: 3/ 2;
  overflow: hidden;
}

.eventBox__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eventBox__detail {
  background: var(--color-white);
  padding: 10px;
}

.eventBox__iconWrap {
  display: flex;
  gap: 5px;
  font-size: var(--font-14);
  margin-bottom: 10px;
}

.eventBox__iconWrap>div {
  padding: 0 10px;
}

.eventBox__itemTtl {
  font-size: var(--font-18);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed var(--color-black);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.eventBox__itemTxt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.eventBox__btn {
  margin-top: 50px;
}

.eventBox__list .nopost__txt {
  color: var(--color-white);
}

/*
===== SEARCHBOX ==========================================
*/

.searchBox__ttlWrap {
  display: flex;
  gap: 35px;
  align-items: center;
  margin-bottom: var(--gutter-wide);
}

.searchBox__ttl {
  margin-bottom: 0;
}

.searchBox__week {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.searchBox__weekTtl {
  background: var(--color-lightblue);
  border-radius: 100px;
  color: var(--color-white);
  font-size: var(--font-18);
  font-weight: bold;
  padding: 4px 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.searchBox__weekNum {
  color: var(--color-blue);
  font-size: var(--font-14);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 2px;
}

.searchBox__weekNum-en {
  font-family: var(--font-en);
  font-size: var(--font-32);
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

/*
----- areasearchBox --------------------
*/
.areasearchBox {
  margin-bottom: var(--gutter-narrow);
}

.areasearchBox__tabList {
  width: 100%;
  border-bottom: 4px solid var(--color-main);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 6px;
}

.areasearchBox__tabItem {
  width: 100%;
  flex-grow: 1;
  background-color: var(--color-paleblue);
  color: var(--color-white);
  font-size: var(--font-18);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 0 0;
  transition: height 0.3s;
}

@media (any-hover:hover) {
  .areasearchBox__tabItem:hover {
    cursor: pointer;
    opacity: 1;
    background-color: var(--color-main);
    color: #fff;
    height: 60px;
  }
}

.areasearchBox__tabItem.active {
  background-color: var(--color-main);
  color: #fff;
  height: 60px;
}

.areasearchBox__tabTxt {
  line-height: 1.1;
}

/* 選択中の種別 */
.areasearchBox__tabItem {
  position: relative;
}

.searchBox .animationBox {
  text-align: center;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%);
  width: 150px;
  z-index: 3;
}
:root{
  --balloon-border: 1px;
  --tail-white: 8px;
}
.searchBox .mapWrap__icon {
  display: inline-block;
  background: var(--color-lightblue);
  border-radius: var(--rad-common);
  padding: .15em 1.5em;
  position: relative;
  font-size: var(--font-16);
  font-weight: 500;
  border: var(--balloon-border) solid #fff;
  z-index:1;
}

/* 三角形（青本体） */
.searchBox .mapWrap__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: calc(var(--tail-white) - var(--balloon-border)) solid transparent;
  border-top-color: var(--color-lightblue);
  z-index: 2;
}

/* ▼白い三角（枠）…青より一回り大きく＆少し下 */
.searchBox .mapWrap__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transform: translate(-50%, calc(100% + var(--balloon-border)));
  width: 0;
  height: 0;
  border: var(--tail-white) solid transparent;
  border-top-color: #fff;
  z-index: 1;
}

.searchBox .animationBox {
  display: none;
}

.searchBox .active .animationBox {
  display: block;
}

.areasearchBox__mapBox {
  width: 100%;
  height: 691px!important;
  background: url(../img/index/areasearchBox_map1.webp) center no-repeat;
  position: relative;
}

.areasearchBox__mapItem {
  text-decoration: none;
  display: block;
}

.areasearchBox__mapItemTtl,
.areasearchBox__mapItemNumBox {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.areasearchBox__mapItemTtl {
  margin-bottom: 5px;
  white-space: pre-wrap;
}

.areasearchBox__mapItemNum {
  font-family: var(--font-en);
  font-size: var(--font-24);
  line-height: 1;
  margin-right: 3px;
}

@media screen and (min-width: 768px) {
  .areasearchBox__mapItem {
    position: absolute;
  }
  
  /*強調エリア*/
  .areasearchBox__mapBox .c-10202,
  .areasearchBox__mapBox .c-10201,
  .areasearchBox__mapBox .c-10204,
  .areasearchBox__mapBox .c-10205,
  .areasearchBox__mapBox .c-10464,
  .areasearchBox__mapBox .c-10345,
  .areasearchBox__mapBox .c-10344{
    color: var(--color-white);
    border-radius: 100%;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.22);
  }

  .areasearchBox__mapBox .c-10202 .areasearchBox__mapItemTtl,
  .areasearchBox__mapBox .c-10201 .areasearchBox__mapItemTtl,
  .areasearchBox__mapBox .c-10204 .areasearchBox__mapItemTtl,
  .areasearchBox__mapBox .c-10205 .areasearchBox__mapItemTtl,
  .areasearchBox__mapBox .c-10464 .areasearchBox__mapItemTtl,
  .areasearchBox__mapBox .c-10345 .areasearchBox__mapItemTtl,
  .areasearchBox__mapBox .c-10344 .areasearchBox__mapItemTtl{
    font-size: var(--font-20);
  }

  .areasearchBox__mapBox .c-10202 .areasearchBox__mapItemNumBox,
  .areasearchBox__mapBox .c-10201 .areasearchBox__mapItemNumBox,
  .areasearchBox__mapBox .c-10204 .areasearchBox__mapItemNumBox,
  .areasearchBox__mapBox .c-10205 .areasearchBox__mapItemNumBox,
  .areasearchBox__mapBox .c-10464 .areasearchBox__mapItemNumBox,
  .areasearchBox__mapBox .c-10345 .areasearchBox__mapItemNumBox,
  .areasearchBox__mapBox .c-10344 .areasearchBox__mapItemNumBox{
    font-size: var(--font-18);
    margin-right: 5px;
  }

  .areasearchBox__mapBox .c-10202 .areasearchBox__mapItemNum,
  .areasearchBox__mapBox .c-10201 .areasearchBox__mapItemNum{
    font-size: var(--font-30);
  }

  /*高崎市*/
  .areasearchBox__mapBox .c-10202{
    top: 441px;
    left: 50%;
    transform: translateX(calc(-50% - 150px));
  }
  
  /*前橋市*/
  .areasearchBox__mapBox .c-10201{
    top: 304px;
    left: 50%;
    transform: translateX(calc(-50% - 20px));
  }
  
  /*伊勢崎市*/
  .areasearchBox__mapBox .c-10204{
    top: 434px;
    left: 50%;
    transform: translateX(calc(-50% + 70px));
  }
  
  /*太田市*/
  .areasearchBox__mapBox .c-10205{
    top: 456px;
    left: 50%;
    transform: translateX(calc(-50% + 208px));
  }
  
  /*玉村町*/
  .areasearchBox__mapBox .c-10464{
    top: 459px;
    left: 50%;
    transform: translateX(calc(-50% - 35px));
  }
  
  /*吉岡町*/
  .areasearchBox__mapBox .c-10345{
    top: 277px;
    left: 50%;
    transform: translateX(calc(-50% - 140px));
  }
  
  /*榛東村*/
  .areasearchBox__mapBox .c-10344{
    top: 277px;
    left: 50%;
    transform: translateX(calc(-50% - 215px));
  }
  
  /*安中市*/
  .areasearchBox__mapBox .c-10211{
    top: 394px;
    left: 50%;
    transform: translateX(calc(-50% - 430px));
  }
  
  /*富岡市*/
  .areasearchBox__mapBox .c-10210{
    top: 530px;
    left: 50%;
    transform: translateX(calc(-50% - 310px));
  }
  
  /*甘楽町*/
  .areasearchBox__mapBox .c-10384{
    top: 580px;
    left: 50%;
    transform: translateX(calc(-50% - 255px));
  }
  
  /*藤岡市*/
  .areasearchBox__mapBox .c-10209{
    top: 601px;
    left: 50%;
    transform: translateX(calc(-50% - 130px));
  }
  
  /*渋川市*/
  .areasearchBox__mapBox .c-10208{
    top: 154px;
    left: 50%;
    transform: translateX(calc(-50% - 140px));
  }
  
  /*昭和村*/
  .areasearchBox__mapBox .c-10448{
    top: 38px;
    left: 50%;
    transform: translateX(calc(-50% - 50px));
  }
  
  /*沼田市*/
  .areasearchBox__mapBox .c-10206{
    top: 31px;
    left: 50%;
    transform: translateX(calc(-50% + 90px));
  }
  
  /*桐生市*/
  .areasearchBox__mapBox .c-10203{
    top: 275px;
    left: 50%;
    transform: translateX(calc(-50% + 370px));
  }

  /*補助線*/
  .areasearchBox__mapBox .c-10203::before {
    position: absolute;
    content: '';
    width: 65px;
    border-top: 1px solid var(--color-black);
    transform: rotate(35deg);
    top: -20px;
    left: -70px;
  }
  .areasearchBox__mapBox .c-10203::after {
    position: absolute;
    content: '';
    width: 252px;
    border-top: 1px solid var(--color-black);
    transform: rotate(23deg);
    top: -28px;
    left: -260px;
  }

  /*みどり市*/
  .areasearchBox__mapBox .c-10212{
    top: 96px;
    left: 50%;
    transform: translateX(calc(-50% + 250px));
  }

  /*大泉町*/
  .areasearchBox__mapBox .c-10524{
    top: 542px;
    left: 50%;
    transform: translateX(calc(-50% + 270px));
  }

  /*邑楽町*/
  .areasearchBox__mapBox .c-10525{
    top: 517px;
    left: 50%;
    transform: translateX(calc(-50% + 337px));
  }

  /*千代田町*/
  .areasearchBox__mapBox .c-10523{
    top: 610px;
    left: 50%;
    transform: translateX(calc(-50% + 320px));
  }

  /*明和町*/
  .areasearchBox__mapBox .c-10522{
    top: 615px;
    left: 50%;
    transform: translateX(calc(-50% + 400px));
  }

  /*板倉町*/
  .areasearchBox__mapBox .c-10521{
    top: 569px;
    left: 50%;
    transform: translateX(calc(-50% + 520px));
  }

  /*館林市*/
  .areasearchBox__mapBox .c-10207{
    top: 538px;
    left: 50%;
    transform: translateX(calc(-50% + 425px));
  }
}

/*
----- 物件数リスト/ログイン/会員 --------------------
*/
.searchBox__countWrap {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

/* 物件数 */
.estateCountBox {
  max-width: 380px;
  width: calc(100% / 3);
  background: var(--color-thinblue);
  border: 3px solid var(--color-blue);
  padding: 32px;
}

.estateCountBox__totalBox {
  margin-bottom: clamp(1.5rem, 6vw, 3.5rem);
}

.estateCountBox__totalWrap {
  text-align: center;
}

.estateCountBox__totalWrap:not(:first-child) {
  margin-top: 20px;
}

.estateCountBox__totalTtl {
  text-align: center;
  font-size: var(--font-30);
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: var(--gutter-supernarrow);
  position: relative;
}

.estateCountBox__totalTtl::before {
  content: "";
  width: 15px;
  height: auto;
  aspect-ratio: 15 / 23;
  display: inline-block;
  background: url(../img/index/estateCountBox_ttlDeco_01.svg) no-repeat center / contain;
  position: relative;
  left: -10px;
  bottom: 0;
}

.estateCountBox__totalTtl::after {
  content: "";
  width: 15px;
  height: auto;
  aspect-ratio: 15 / 23;
  display: inline-block;
  background: url(../img/index/estateCountBox_ttlDeco_01.svg) no-repeat center / contain;
  position: relative;
  right: -10px;
  bottom: 0;
  transform: scale(-1, 1);
}

.estateCountBox__totalNumBox {
  font-weight: bold;
  font-size: var(--font-18);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.estateCountBox__totalNumBox .estateCountBox__num {
  color: var(--color-white);
  font-size: var(--font-60);
  font-family: var(--font-en);
  font-weight: 900;
  line-height: 1;
  margin-right: 5px;
  display: flex;
  gap: 3px;
}

.searchBox__countBox__all__num {
  background: var(--color-blue);
  padding: 5px 8px;
}

.estateCountBox__detailBox {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.estateCountBox__detailTtl {
  font-weight: bold;
  text-align: center;
}

.estateCountBox__detailNumBox {
  font-weight: bold;
  text-align: center;
}

.estateCountBox__num {
  font-family: var(--font-en);
  font-size: var(--font-30);
  font-weight: bold;
  margin-right: 2px;
}

.estateCountBox__detailWrap--member .estateCountBox__num {
  color: var(--color-orange);
}

.estateCountBox__btn {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 0 10px;
  border-radius: 3px;
  position: relative;
}

.estateCountBox__btn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.estateCountBox__btnTxt {
  font-size: 14px;
}

.estateCountBox__btn--emember {
  background-color: var(--color-red);
}

.estateCountBox__btn--shoprsv {
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
}

.estateCountBox__btn--member {
  background-color: #fff;
  color: var(--color-red);
  padding: 18px 0;
  border: 1px solid var(--color-red);
  position: relative;
}

.estateCountBox__btn--member::after {
  border-left: 5px solid var(--color-orange);
}

/* 会員ログイン */
.estateMemberBox {
  max-width: 380px;
  width: calc(100% / 3);
  background: var(--color-palegray);
  border: 3px solid var(--color-black);
  padding: 20px 25px;
  letter-spacing: .05em;
}

.infoBox__loginBox__ttlBox__ttl {
  font-size: var(--font-30);
  text-align: center;
  font-weight: bold;
  margin-bottom: clamp(2rem, 6vw, 3rem);
}

.infoBox__loginBox__input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

@-moz-document url-prefix(){ 
  /* firefoxのみ */
  .infoBox__loginBox__input input {
    max-width: 200px;
  }
}

.infoBox__loginBox__label {
  font-size: var(--font-18);
  font-weight: bold;
}

/* ログイン時 */
.infoBox__memberBox__name {
  text-align: center;
  font-size: var(--font-16);
  margin-bottom: var(--gutter-supernarrow);
}

.infoBox__memberBox__btn .memberBox__btn {
  margin-bottom: 1.5rem;
}

.infoBox__memberBox__btn .signup__btn {
  width: 100%;
}

.infoBox__memberBox__btn.member__logout {
  margin-top: 15px;
}

/* 会員登録 */
.estateSignupBox {
  max-width: 380px;
  width: calc(100% / 3);
  background: url(../img/index/bg_signupbox.webp) no-repeat center/cover;
  border: 3px solid var(--color-red);
}

.infoBox__signupBox_ttlWrap {
  background: var(--color-orange);
  padding: 20px 0 12px;
  margin-bottom: var(--gutter);
  position: relative;
}

.infoBox__signupBox_ttlWrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  height: 25px;
  background: var(--color-orange);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.infoBox__signupBox__ttl {
  color: var(--color-white);
  font-size: var(--font-30);
  font-weight: bold;
  text-align: center;
}

.infoBox__signupBox__txt {
  text-align: center;
  font-size: var(--font-18);
  line-height: 1.3;
  margin-bottom: 2.6rem;
}

.infoBox__signupBox__em {
  font-size: var(--font-22);
  font-weight: bold;
}

.infoBox__signupBox__num {
  color: var(--color-orange);
  font-size: var(--font-30);
  font-weight: bold;
}

/* ログイン時 */
.estateSignupBox-login {
  border: 3px solid var(--color-blue);
}

.estateSignupBox-login .infoBox__signupBox_ttlWrap,
.estateSignupBox-login .infoBox__signupBox_ttlWrap::after {
  background: var(--color-blue);
}

.estateSignupBox-login .infoBox__signupBox__txt span {
  font-family: var(--font-en);
  font-size: var(--font-24);
  font-weight: 900;
}

/*
===== RECOMBOX 注目物件／新着物件 ==========================================
*/
.pickupBox {
  margin-bottom: var(--gutter);
}

.newArrivalsBox {
  margin-bottom: var(--gutter-wide);
}

.recom .wrap {
  margin: 0 auto;
  width: 100%;
}

.recom .itemList {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}

.recom .itemList .slick-list.draggable {
  overflow: initial;
}

.recom .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  border: solid 1px var(--color-blue);
  margin: 0 15px;
  overflow: hidden;
  transition: all 0.3s 0s ease;
}

@media (any-hover:hover) {
  .recom .item:not(.emember):hover {
    border-radius: 10px;
    transform: scale(0.98);
  }
}

.recom .item .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recom .item.emember img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recom .item:not(.emember) a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

@media (any-hover:hover) {
  .recom .item:not(.emember) a:hover {
    opacity: 1;
  }
}

.recom .boxWrap {
  padding: 0 10px;
}

.recom .box01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.recom .iconWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recom .iconWrap .icon_img {
  max-width: 54px;
  margin-right: 5px;
  display: flex;
}

.recom .iconWrap img {
  width: 100%;
}

.recom .item .price {
  font-size: var(--font-14);
}

.recom .item .price span {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--font-en);
  color: var(--color-blue);
  margin-right: 3px;
}

.recom .item .price_pending span {
  font-size: em;
  font-weight: 900;
}

.recom .item .recomBox_inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px;
}

.recom .item .photo {
  width: 100px;
}

.recom .item .photo img {
  aspect-ratio: 270 / 185;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.recom .item .box03 {
  width: calc(100% - 100px);
}

.recom .item .info h3.ttl {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recom .item .info .details {
  font-size: var(--font-14);
}

.recom .item .info .details li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recom .item .box04 {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 5px 10px;
  margin-top: auto;
}

.recom .item .payment_pay {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
}

.recom .item .payment_pay dt {
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2;
}

.recom .item .payment_pay dd {
  font-size: var(--font-14);
  line-height: 1.2;
}

.recom .item .payment_pay dd span {
  font-family: var(--font-en);
  font-size: var(--font-18);
  font-weight: bold;
  margin: 0 3px;
}

.recom .item .payment_pay .payment_txt {
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* スタッフコメント */
.recom .item .staffComment {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px dashed var(--color-blue);
  padding: 10px 0;
}

.recom .item .staffComment_img {
  width: 50px;
  height: 50px;
  aspect-ratio: 1 / 1;
}

.recom .item .staffComment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recom .item .staffComment_txtBox {
  width: calc(100% - 50px);
}

.recom .item .staffComment_name {
  font-size: var(--font-14);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.recom .item .staffComment_txt {
  font-size: var(--font-14);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*会員限定物件*/
.recom .item.emember {
  border-color: var(--color-orange);
}

@media (any-hover:hover) {
  .recom .item.emember:hover {
    border-radius: 10px;
    transform: scale(0.98);
  }
}

.recom .item.emember .memberItem__txt {
  font-size: var(--font-16);
}

.recom .item.emember .memberItem__bigtxt {
  color: var(--color-orange);
  font-size: var(--font-18);
}

.recom .btn_archive.btn_archive-member .btn_archive_link {
  padding: 7px 0 11px;
}

/*会員限定物件のぼかし*/
/*スタッフコメント有(注目物件)*/
.pickupBox .itemList--hasStaffComment .item.emember.land:nth-of-type(3n-2) {
  background: url(../img/basic/btn_prpregist02_land01.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.land:nth-of-type(3n-1) {
  background: url(../img/basic/btn_prpregist02_land02.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.land:nth-of-type(3n) {
  background: url(../img/basic/btn_prpregist02_land03.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.house:nth-of-type(3n-2) {
  background: url(../img/basic/btn_prpregist02_house01.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.house:nth-of-type(3n-1)  {
  background: url(../img/basic/btn_prpregist02_house02.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.house:nth-of-type(3n) {
  background: url(../img/basic/btn_prpregist02_house03.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.mansion:nth-of-type(3n-2),
.pickupBox .itemList--hasStaffComment .item.emember.otherAll:nth-of-type(3n-2),
.pickupBox .itemList--hasStaffComment .item.emember.otherPart:nth-of-type(3n-2) {
  background: url(../img/basic/btn_prpregist02_mansion01.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.mansion:nth-of-type(3n-1),
.pickupBox .itemList--hasStaffComment .item.emember.otherAll:nth-of-type(3n-1),
.pickupBox .itemList--hasStaffComment .item.emember.otherPart:nth-of-type(3n-1) {
  background: url(../img/basic/btn_prpregist02_mansion02.webp) no-repeat center / cover;
}

.pickupBox .itemList--hasStaffComment .item.emember.mansion:nth-of-type(3n),
.pickupBox .itemList--hasStaffComment .item.emember.otherAll:nth-of-type(3n),
.pickupBox .itemList--hasStaffComment .item.emember.otherPart:nth-of-type(3n) {
  background: url(../img/basic/btn_prpregist02_mansion03.webp) no-repeat center / cover;
}

/*スタッフコメント無(注目物件にコメントなし・リノベ済みおすすめ物件)*/
.pickupBox .item.emember.land:nth-of-type(3n-2),
.newArrivalsBox .item.emember.land:nth-of-type(3n-2) {
  background: url(../img/basic/btn_prpregist_land01.webp) no-repeat center / cover;
}

.pickupBox .item.emember.land:nth-of-type(3n-1),
.newArrivalsBox .item.emember.land:nth-of-type(3n-1) {
  background: url(../img/basic/btn_prpregist_land02.webp) no-repeat center / cover;
}

.pickupBox .item.emember.land:nth-of-type(3n),
.newArrivalsBox .item.emember.land:nth-of-type(3n) {
  background: url(../img/basic/btn_prpregist_land03.webp) no-repeat center / cover;
}

.pickupBox .item.emember.house:nth-of-type(3n-2),
.newArrivalsBox .item.emember.house:nth-of-type(3n-2) {
  background: url(../img/basic/btn_prpregist_house01.webp) no-repeat center / cover;
}

.pickupBox .item.emember.house:nth-of-type(3n-1),
.newArrivalsBox .item.emember.house:nth-of-type(3n-1) {
  background: url(../img/basic/btn_prpregist_house02.webp) no-repeat center / cover;
}

.pickupBox .item.emember.house:nth-of-type(3n),
.newArrivalsBox .item.emember.house:nth-of-type(3n) {
  background: url(../img/basic/btn_prpregist_house03.webp) no-repeat center / cover;
}

.pickupBox .item.emember.mansion:nth-of-type(3n-2),
.pickupBox .item.emember.otherAll:nth-of-type(3n-2),
.pickupBox .item.emember.otherPart:nth-of-type(3n-2),
.newArrivalsBox .item.emember.mansion:nth-of-type(3n-2),
.newArrivalsBox .item.emember.otherAll:nth-of-type(3n-2),
.newArrivalsBox .item.emember.otherPart:nth-of-type(3n-2) {
  background: url(../img/basic/btn_prpregist_mansion01.webp) no-repeat center / cover;
}

.pickupBox .item.emember.mansion:nth-of-type(3n-1),
.pickupBox .item.emember.otherAll:nth-of-type(3n-1),
.pickupBox .item.emember.otherPart:nth-of-type(3n-1),
.newArrivalsBox .item.emember.mansion:nth-of-type(3n-1),
.newArrivalsBox .item.emember.otherAll:nth-of-type(3n-1),
.newArrivalsBox .item.emember.otherPart:nth-of-type(3n-1) {
  background: url(../img/basic/btn_prpregist_mansion02.webp) no-repeat center / cover;
}

.pickupBox .item.emember.mansion:nth-of-type(3n),
.pickupBox .item.emember.otherAll:nth-of-type(3n),
.pickupBox .item.emember.otherPart:nth-of-type(3n),
.newArrivalsBox .item.emember.mansion:nth-of-type(3n),
.newArrivalsBox .item.emember.otherAll:nth-of-type(3n),
.newArrivalsBox .item.emember.otherPart:nth-of-type(3n) {
  background: url(../img/basic/btn_prpregist_mansion03.webp) no-repeat center / cover;
}

/*
===== GALLERYBOX ==========================================
*/
.galleryBox {
  background: url(../img/index/bg_gallery_01.webp)no-repeat center / cover;
  padding: clamp(5rem, 5vw, 8rem) 0;
}

.galleryBox__contentWrap {
  display:grid;
  grid-template-columns: 1fr minmax(0, var(--width-content)) 1fr;
}

.galleryBox__row {
  grid-column: 2 / 4;
  display:grid;
  grid-template-columns: minmax(0, 310px) minmax(0, 1fr);
  align-items: center;
  gap: 220px;
}

.galleryBox__leftWrap {
  text-align: center;
  justify-self: start;
  grid-column: 1;
}

.galleryBox__rightWrap {
  grid-column: 2;
  /* width: calc(50vw + (var(--wire) / 2)); */
  width: min(100%, calc(50vw + (var(--wire) / 2)));
  max-width: 100%;
  overflow: hidden;
  min-width: 0;
}

.galleryBox__ttl {
  color: var(--color-blue);
  font-weight: bold;
  margin-bottom: var(--gutter-narrow);
}

.galleryBox__ttl span {
  display: block;
}

.galleryBox__ttl__en {
  font-family: var(--font-en);
  font-size: var(--font-60);
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: .1em;
  line-height: 1.3;
}

.galleryBox__ttl__en span {
  font-size: var(--font-40);
  line-height: 1;
}

.galleryBox__ttl__ja {
  font-size: var(--font-24);
  letter-spacing: .05em;
}

.galleryBox__leftWrap__txt {
  margin-bottom: var(--gutter-narrow);
}

.galleryBox__rightWrap .slick-list.draggable {
  width: 100%;
}

.galleryBox__inner .slick-initialized {
  min-height: 200px;
}

.galleryBox__list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  position: relative;
}

.galleryBox__list.slick-initialized .galleryBox__item{
  width: 400px;
  position: relative;
}

.galleryBox__list.slick-initialized .galleryBox__photo{ width:400px; height:300px; }
.galleryBox__list.slick-initialized .galleryBox__detail{
  position:absolute; top:250px; right:0; width:350px;
}

.galleryBox__rightWrap .slick-list{ 
  margin: 0 -2.5rem;
}
.galleryBox__rightWrap .slick-slide{
  margin: 0 2.5rem 3rem 2.5rem;
}
.galleryBox__item{
  margin: 0 5rem 3rem 0;
}
.galleryBox__list:not(.slick-initialized){
  justify-content:flex-start;
}


.galleryBox__item {
  width: 400px;
  text-align: center;
  position: relative;
  padding: 30px 0 70px;
  margin: 0 5rem 3rem 0;
}

.galleryBox__new {
  display: flex;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 99;
}

.galleryBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.galleryBox__photo {
  width: 400px;
  height: 300px;
}

.galleryBox__photo img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.galleryBox__detail {
  background: rgba(0, 56, 128, 0.9);
  color: var(--color-white);
  padding: 20px;
  width: 350px;
  position: absolute;
  top: 250px;
  right: 0;
  max-height: 135px;
}

.galleryBox__detailTtl {
  font-size: var(--font-18);
  font-weight: bold;
  display: -webkit-box;
  white-space: wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 1.2;
}

.galleryBox__cateWrap {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}

.galleryBox__cateWrap p {
  font-size: var(--font-14);
  font-weight: 500;
  text-decoration: underline;
}

@media (any-hover:hover) {
  .galleryBox__item a:hover {
    opacity: 1;
  }
  .galleryBox__item a:hover .galleryBox__photo img {
    transform: scale(1.05);
  }
}

.galleryBox .slick-dots {
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}

.galleryBox .slick-dots li {
  flex: 1 1 0;
  height: 5px;
  background: var(--color-white);
  cursor: pointer;
  transition: all 0.3s;
  margin: 0;
}

/* ボタン要素は非表示 */
.galleryBox .slick-dots li button {
  display: none;
}

/* アクティブ時の色 */
.galleryBox .slick-dots li.slick-active {
  background: var(--color-blue);            /* アクティブ色（青など） */
}

/*
===== SHOPINFOBOX ==========================================
*/
.shopInfoBox{
  padding-bottom: 0;
}

/*
===== NOTICEBOX ==========================================
*/
.noticeBox__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 5vw, 5rem);
  justify-content: space-between;
}

.noticeBox__ttlWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--gutter-narrow);
}

.noticeBox__ttlWrap .indexTtl {
  margin-bottom: 0;
}

.noticeBox__ttlWrap .btn_archive {
  max-width: 120px;
}

.noticeBox__ttlWrap .btn_archive .btn_archive_link {
  padding: 10px 0;
}

.noticeBox__btn a {
  display: block;
  width: 180px;
  padding: 15px;
  margin: 0 auto;
  color: #FFFFFF;
  background: var(--color-black);
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
}

.noticeBox__btn a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.columnBox,
.topicsBox {
  width: calc((100% / 2) - 50px);
}

.topicsBox__ttl,
.columnBox__ttl {
  margin: 20px 0;
  text-align: center;
  height: 50px;
}

.topicsBox__item {
  border-bottom: 1px dashed var(--color-black);
  padding-bottom: 15px;
  margin-bottom: 3rem;
}

.topicsBox__item a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.topicsBox__item a::after {
  content: '';
  position: absolute;
  width: 15px;
  height: auto;
  aspect-ratio: 164 / 150;
  background-color: var(--color-black);
  background-repeat: no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'><path d='M11.8538 5.86485L7.35375 10.5055C7.25993 10.6022 7.13268 10.6566 7 10.6566C6.86732 10.6566 6.74007 10.6022 6.64625 10.5055C6.55243 10.4087 6.49972 10.2775 6.49972 10.1407C6.49972 10.0038 6.55243 9.87261 6.64625 9.77586L10.2931 6.01567H0.5C0.367392 6.01567 0.240215 5.96134 0.146447 5.86465C0.0526785 5.76795 0 5.63679 0 5.50004C0 5.36329 0.0526785 5.23214 0.146447 5.13544C0.240215 5.03874 0.367392 4.98442 0.5 4.98442H10.2931L6.64625 1.22422C6.55243 1.12747 6.49972 0.996246 6.49972 0.859418C6.49972 0.722589 6.55243 0.591365 6.64625 0.494613C6.74007 0.397861 6.86732 0.343506 7 0.343506C7.13268 0.343506 7.25993 0.397861 7.35375 0.494613L11.8538 5.13524C11.9002 5.18313 11.9371 5.23999 11.9623 5.30259C11.9874 5.36518 12.0004 5.43228 12.0004 5.50004C12.0004 5.5678 11.9874 5.6349 11.9623 5.6975C11.9371 5.76009 11.9002 5.81696 11.8538 5.86485Z'/></svg>");
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.3s;
}

@media (any-hover:hover) {
  .topicsBox__item a:hover {
    opacity: 1;
  }
  .topicsBox__item a:hover::after {
    right: 10px;
  }
}

.topicsBox__date {
  width: 32%;
  max-width: 150px;
  flex-shrink: 0;
  font-weight: bold;
}

.topicsBox__itemTtl {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.noticeBox .cate_new,
.noticeBox .cate_popular {
  padding: 2px 5px;
  font-weight: bold;
  font-size: var(--font-12);
}

.noticeBox .cate_new {
  padding: 3px 5px;
}

.columnBox__item {
  display: block;
  margin-bottom: 2rem;
}

.columnBox__item:nth-child(even) {
  margin: 20px 0;
}

.columnBox__item a {
  display: flex;
  gap: 10px;
  vertical-align: top;
}

.columnBox__photo {
  width: 150px;
  height: 100px;
}

.columnBox__photo img {
  transition: all 0.3s ease;
}

.columnBox__detail {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: calc((100% - 22%) - 15px);
}

.columnBox__detail dt {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.columnBox__iconWrap .cate_new {
  margin-right: 5px;
}

.columnBox__infoList {
  display: inline-block;
}

.columnBox__infoItem {
  margin-right: 5px;
  display: inline-block;
}

@media (any-hover:hover) {
  .columnBox__item a:hover {
    opacity: 1;
  }
  .columnBox__item a:hover img {
    transform: scale(1.1);
  }
}

/*
===== SNSBOX ==========================================
*/
.SNSBox {
  background: var(--color-palegray);
  padding: 50px;
}

.SNSBox ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.SNSBox ul li {
  width: 48%;
  margin-bottom: 30px;
}

.SNSBox ul li.col1{
  width: 100%;
}

/*==================================================
  tablet SETTINGS : Min768px Max1200px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .wire {
    width: 98%;
  }
  .bannerWrap {
    width: 96%;
  }

  /*
  ----- 物件数リスト/ログイン/会員 --------------------
  */
  .searchBox__ttlWrap {
    margin-bottom: var(--gutter-narrow);
  }

  .searchBox__countWrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .infoBox__loginBox__input input {
    max-width: 220px;
  }

  .pcNavi__list {
    width: 70%;
  }

  .pcNavi__btnBox {
    width: 30%;
  }

  .estateCountBox,
  .estateSignupBox,
  .estateMemberBox {
    width: 48%;
    max-width: 450px;
  }

  .estateSignupBox {
    padding-bottom: 15px;
  }

  .estateCountBox {
    padding: 15px 0;
  }

  .estateCountBox__totalWrap {
    flex-direction: column;
  }

  .estateCountBox__totalTtl {
    width: 100%;
    margin-right: 0;
  }

  .estateCountBox__detailBox {
    padding: 7%;
  }

  .estateCountBox__detailWrap {
    flex-direction: column;
  }

  .estateCountBox__btn {
    padding: 2px 0 10px;
  }

  .estateCountBox__btn--member {
    padding: 18px 0;
  }

  .estateCountBox__btnTxt {
    font-size: clamp(10px, 1vw, 14px);
  }

  /* 地図 */
  .areasearchBox_sp {
    display: block!important;
  }

  .areasearchBox {
    display: none;
  }

  .areasearchBox_sp {
    margin-bottom: var(--gutter-narrow);
  }

  .areasearchBox_sp__map {
    display: none;
  }

  .areasearchBox__mapBox {
    background: url(../img/index/areasearchBox_map2.webp) center no-repeat;
    background-size: cover;
  }

  .searchform_tablet {
    margin-top: var(--gutter-narrow);
  }

  .areasearchBox__mapInner {
    display: none;
  }

  .areasearchBox_tab__map {
    margin-bottom: var(--gutter-supernarrow);
  }

  .areasearchBox_tab__map img {
    width: 100%;
  }

  .areasearchBox_sp .itemWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--gutter-supernarrow);
  }

  .areasearchBox_sp .itemWrap select {
    width: 48.5%;
    height: 50px;
    border-color: var(--color-black);
    border-radius: var(--rad-common);
  }

  .areasearchBox_sp .btn_archive .btn_archive_link {
    background: var(--color-orange);
  }

  /*
  ===== GALLERYBOX ==========================================
  */
  .galleryBox__row {
    grid-template-columns: minmax(0, 120px) 1fr;
  }

  .galleryBox__leftWrap {
    margin-left: 20px;
  }

}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/

@media screen and (max-width: 767px) {
  .Wire {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

  .indexmainBox{
    max-height: 47vw;
    aspect-ratio: 1200 / 500;
  }

  .indexmainBox .slick-dots {
    bottom: 0;
  }

  .slick-list.draggable {
    width: calc(100% - 60px);
    overflow: visible;
  }

  .bannerWrap {
    width: 96%;
    margin: var(--gutter) auto;
  }

  /*
  ===== spInfoBox - SP   ==========================================
  */
  .spInfoBox {
    width: 100%;
    margin: 20px auto 40px;
    padding: 10px;
  }

  .spInfoBox__countAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .spInfoBox__caption {
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 5px;
  }

  .spInfoBox__caption .txt_dots {
    background-image: radial-gradient(circle at center, var(--color-orange) 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.5em;
    padding-top: .4em;
  }

  .spInfoBox__caption::before {
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 15 / 23;
  display: inline-block;
  background: url(../img/index/estateCountBox_ttlDeco_01.svg) no-repeat center / contain;
  position: relative;
  left: -10px;
  bottom: 0;
}

.spInfoBox__caption::after {
  content: "";
  width: 10px;
  height: auto;
  aspect-ratio: 15 / 23;
  display: inline-block;
  background: url(../img/index/estateCountBox_ttlDeco_01.svg) no-repeat center / contain;
  position: relative;
  right: -10px;
  bottom: 0;
  transform: scale(-1, 1);
}

  .spInfoBox__countAllTtl {
    font-size: 2rem;
    margin-bottom: var(--gutter-supernarrow);
  }

  .spInfoBox__countAll .estateCountBox__num {
    color: var(--color-white);
    font-size: 4rem;
  }

  .spInfoBox__countAll .searchBox__countBox__all__num {
    padding: 5px 12px;
  }

  .spInfoBox__countDetail {
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
  }

  .spInfoBox__detailItem {
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  .spInfoBox__detailItemTxt--num {
    font-size: 1.8em;
    font-family: var(--font-en);
  }

  .spInfoBox__detailItemTxt-emember .spInfoBox__detailItemTxt--num {
    color: var(--color-orange);
  }

  /* 検索ボタン */
  .spInfoBox__btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    margin-top: 25px;
    font-weight: bold;
  }

  .spInfoBox__btnBalloon {
    position: absolute;
    font-size: 0.75em;
    display: block;
    top: -15px;
    white-space: nowrap;
    padding: 0.3em 0.5em;
    background-color: var(--color-lightblue);
    color: var(--color-white);
    border-radius: var(--rad-common);
    left: 50%;
    transform: translateX(-50%);
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transform-origin: center;
  }

  .spInfoBox__btn {
    width: 48.5%;
    padding: 1em 0;
    text-align: center;
    font-size: clamp(1.3rem, 4vw, 1.6rem);
    position: relative;
    background: var(--color-ygreen);
    color: var(--color-white);
    border-radius: var(--rad-common);
  }

  .spInfoBox__btnBalloon::after {
    content: "";
    border-top: 4px solid var(--color-lightblue);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
  }

  /*
  ===== SEARCHBOX - SP ==========================================
  */

  .searchBox__ttlWrap {
    display: block;
    margin-bottom: 3.5rem;
  }

  .searchBox__ttl {
    margin-bottom: 10px;
    justify-content: center;
  }

  .searchBox__ttl img {
    width: 45%;
  }

  .searchBox__container {
    flex-direction: column-reverse;
  }

  /*物件数リスト*/
  .estateCountBox {
    width: 100%;
    max-width: unset;
    padding: 30px 0 20px;
  }

  .estateCountBox__totalBox {
    padding: 0 15px 20px;
  }

  .estateCountBox__totalTtl {
    font-size: clamp(14px, 4.6vw, 18px);
  }

  .estateCountBox__detailBox {
    padding: 15px;
  }

  .estateCountBox__detailWrap--shop {
    flex-direction: column;
  }

  .estateCountBox__btnTxt {
    font-size: clamp(12px, 3.8vw, 14px);
  }
  
  /*エリア別物件一覧*/
  .areasearchBox_tab__map {
    display: none;
  }

  .areasearchBox_tab__map {
    margin-bottom: var(--gutter-supernarrow);
  }

  .areasearchBox__tabList {
    gap: 4px;
    margin-bottom: 10px;
  }

  .areasearchBox__tabItem {
    font-size: 11px;
    padding: 0 3px;
    white-space: pre-wrap;
  }

  .areasearchBox__tabItem.active {
    height: 50px;
  }

  .searchBox .active .animationBox {
    top: -22px;
  }

  .searchBox .mapWrap__icon {
    padding: .15em 1em;
    font-size: 11px;
  }

  .areasearchBox__mapBox {
    background: none;
    height: auto!important;
    margin-bottom: var(--gutter-narrow);
  }

  .areasearchBox__mapInner {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
  }

  .areasearchBox__mapItem {
    width: calc((100% / 3) - 2%);
    margin-bottom: 7px;
    border: 1px solid var(--color-blue);
    border-radius: var(--rad-common);
    padding: 5px;
  }

  .areasearchBox_sp .areasearchBox__linkBtn {
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .searchform_tablet {
    display: none;
  }

  .areasearchBox_sp .btn_archive .btn_archive_link {
    background: var(--color-orange);
  }


  /*物件検索へのリンク*/
  .searchBox__linkBtnWrap {
    flex-direction: column;
    align-items: center;
  }

  .searchBox__linkBtn {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0.7;
  }

  .searchBox__linkBtnTxt {
    font-size: 12px;
  }

  /*
  ===== selectionBox - SP ==========================================
  */
  .selectionBox {
    margin-bottom: 3.5rem;
  }

  .selectionBox__txt {
    margin-bottom: 10px;
  }

  .selectionBox__txt .txt_dots {
    padding-top: .2em;
  }

  .selectionBox__item {
    max-width: 300px;
    width: 100%;
  }

  .galleryBox__rightWrap .btn_archive {
    margin-top: var(--gutter);
  }

  /*
  ===== EVENTBOX - SP ==========================================
  */
  .eventBox {
    overflow: hidden;
    padding-top: 75px;
  }

  .eventBox::before {
    height: 78px;
  }

  .eventBox::after {
    height: 77px;
  }

  .eventBox__ttl {
    top: -10px;
  }

  .eventBox__content {
    width: 96%;
    margin: 0 auto 5%;
  }

  .eventBox__content .slick-initialized {
    min-height: 100px;
  }

  .eventBox__item {
    max-width: 300px;
    width: 100%;
    margin-top: 30px;
  }

  .eventBox__list .slick-track {
    padding-top: 0;
  }

  .eventBox__detail {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

  .eventBox__iconWrap span {
    padding: 5px;
    font-size: 11px;
    margin-right: 5px;
  }

  .eventBox__detail dt,
  .eventBox__detail dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.4rem;
  }

  /*
  ===== PICKUPBOX・RECOMBOX ==========================================
  */
  .pickupBox {
    margin-bottom: 4rem;
  }

  .pickupBox,
  .recomBox {
    overflow: hidden;
  }

  .pickupBox::before,
  .pickupBox::after {
    height: 10vw;
  }

  .pickupBox .indexTtl,
  .newArrivalsBox .indexTtl {
    display: grid;
  }

  .pickupBox .indexTtl__ttlEn,
  .newArrivalsBox .indexTtl__ttlEn {
    margin-bottom: 10px;
  }

  .pickupBox .indexTtl .txt_dots,
  .newArrivalsBox .indexTtl .txt_dots {
    padding-top: .2em;
  }

  .pickupBox .slick-prev,
  .newArrivalsBox .slick-prev {
    left: 25px!important;
  }

  .pickupBox .slick-next,
  .newArrivalsBox .slick-next {
    right: 25px!important;
  }

  /*
  ===== GALLERYBOX ==========================================
  */
  .galleryBox {
    overflow: hidden;
  }

  .galleryBox__ttl {
    margin-bottom: 5%;
  }

  .galleryBox__ttl__en {
    font-size: 4rem;
  }

  .galleryBox__row {
    display: block;
  }

  .galleryBox__leftWrap {
    margin: auto;
  }

  .galleryBox__rightWrap {
    padding: 0 20px;
    padding: 0;
  }

  .galleryBox__item {
    width: 330px;
    margin: 0 1rem 3rem 1rem;
  }
  .galleryBox__photo {
    width: 330px;
    height: 270px;
  }
  .galleryBox__detail {
    width: 90%;
    top: 230px;
  }

  .galleryBox__list.slick-initialized .galleryBox__item {
    width: 330px !important;
    margin: 0 1rem 3rem !important;
    position: relative;
  }
  .galleryBox__list.slick-initialized .galleryBox__photo {
    width: 330px !important;
    height: 270px !important;
  }
  .galleryBox__list.slick-initialized .galleryBox__detail {
    width: 90% !important;
    right: 0;
    top: 230px !important;
    position: absolute;
  }

  /*
  ===== noticeBox ==========================================
  */
  .noticeBox {
    padding: 0;
  }

  .noticeBox__inner {
    flex-direction: column;
    padding: 0;
    width: 96%;
  }

  .topicsBox,
  .columnBox {
    width: 100%;
    max-width: unset;
  }

  .topicsBox__inner,
  .columnBox__inner {
    min-height: unset;
  }

  .topicsBox__item a {
    flex-direction: column;
    align-items: baseline;
  }

  .topicsBox__date,
  .topicsBox__itemTtl {
    width: 100%;
  }

  .topicsBox__item {
    padding: 10px;
    margin-bottom: 2rem;
  }
  
  .columnBox__item:nth-child(n+4),
  .topicsBox__item:nth-child(n+4) {
    display: none;
  }

  .noticeBox__ttlWrap .btn_archive {
    max-width: 100px;
  }

  .noticeBox__ttlWrap .btn_archive .btn_archive_link {
    font-size: 1.6rem;
  }

  .topicsBox__item a::after {
    right: 0;
  }

  /*
  ===== SNSBOX ==========================================
  */
  .SNSBox {
    padding: 10% 2%;
  }

  .SNSBox ul {
    flex-direction: column;
    gap: 10px;
  }

  .SNSBox ul li {
    width: 100%;
  }
}
