﻿@charset "utf-8";

/*==================================================
  GENERAL SETTINGS
==================================================*/
.indexWire {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.btn_archive a {
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
}


/*==================================================
  TITLE COMMON
==================================================*/
.eventBox,
.searchBox,
.noticeBox {
  padding: var(--gutter-wide) 0;
}

.recomBox,
.pickupBox {
  position: relative;
}


/*
===== SLIDER ==========================================
*/
.indexmainBox {
  height: min(535px, 46vw);
  overflow: hidden;
}

.indexmainBox__wrap {
  position: relative;
  margin: 0 auto;
  width: min(100vw, 1200px);
}

.indexmainSlider__item {
  width: min(100vw, 1200px) !important;
}

.slick-slider .indexmainSlider__item {
  display: block !important;
}

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

.slick-dots li,
.slick-dots li button {
  width: 16px !important;
  height: 16px !important;
}

.slick-dots li button:before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 8px;
  opacity: 1 !important;
}

.indexmainBox .slick-dots li.slick-active button:before {
  background: var(--color-black);
}

.indexmainBox .slick-dots li button:before {
  background: #fff;
  border: solid 1px var(--color-black);
}

/*
===== BANNERWRAP ==========================================
*/
.bannerWrap {
  margin-top: var(--gutter);
}

/*
===== EVENTBOX ==========================================
*/
.eventBox {
  margin-top: var(--gutter);
  background: var(--color-bluegray);
}

.eventBox__inner {
  overflow: hidden;
  padding-top: 60px;
}

.eventBox__inner .slick-initialized {
  min-height: 200px;
  padding-bottom: var(--gutter-wide);
}

.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;
  margin-bottom: var(--gutter-wide);
}

.eventBox__item {
  width: min(31%, 360px);
  position: relative;
  margin: 0 clamp(15px, 3vw, 30px) 0 0;
}

.eventBox__inner .slick-initialized .eventBox__item {
  margin-right: clamp(20px, 3.4vw, 40px);
}

.eventBox__item a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border-radius: var(--rad-common);
}

.eventBox__photo {
  aspect-ratio: 3/ 2;
  overflow: hidden;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

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

.eventBox__detail {
  padding: 10px;
  background: #fff;
  border-radius: 0 0 var(--rad-common) var(--rad-common);
  flex: 1;
}

/*予約可バッジ*/
.cate_reservable {
  position: absolute;
  content: "";
  width: 90px;
  aspect-ratio: 90 / 90;
  left: -13px;
  top: -20px;
  background: url(../img/index/icon_event_01.svg) no-repeat center/ contain;
  animation: bounce 2s ease-in-out infinite;
}

.eventBox__infoList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.eventBox__itemTtl {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.eventBox__date {
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.eventBox__iconWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.eventBox__iconWrap span {
  background: none;
  border: solid 1px var(--color-black);
  color: var(--color-black);
  font-size: 1.4rem;
  font-weight: 600;
  min-width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin: 0;
  border-radius: 3px;
}

.eventBox__intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eventBox__reserveBtn {
  background: var(--color-navy);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 3% 0;
  border-radius: 0 0 var(--rad-common) var(--rad-common);
}

.eventBox__reserveBtn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: var(--arrow-white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(10px, 2px);
}

.eventBox .slick-dots {
  bottom: 30px;
}

.eventBox .slick-arrow.slick-prev,
.eventBox .slick-arrow.slick-prev::before {
  left: -6px !important;
  transform: translateY(-60%) !important;
}

.eventBox .slick-arrow.slick-next,
.eventBox .slick-arrow.slick-next::before {
  right: -6px !important;
  transform: translateY(-60%) !important;
}


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

.searchBox {
  position: relative;
  overflow: hidden;
}

.searchBox::before {
  content: "";
  position: absolute;
  top: 143px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index/bg_search_01.webp) no-repeat center / cover;
  z-index: -1;
}

.searchBox::after {
  content: "";
  position: absolute;
  background: url(../img/index/illust_search_01.svg) no-repeat center / contain;
  top: 163px;
  right: 0;
  width: 184px;
  aspect-ratio: 184 / 1504;
  z-index: -1;
}

.searchBox__ttl {
  margin-bottom: 60px;
}

.searchBox__ttl .indexPage__ttl--en {
  transform: translateY(4px);
}

.searchBox .indexPage__ttl--column .indexPage__ttl--en::after {
  top: 79px;
  right: -200px;
  width: 209px;
}

/*
----- 登録物件数 --------------------
*/
.estateCountBox {
  width: 100%;
  background: rgba(255,255,255,0.7);
  padding: var(--gutter-narrow) var(--gutter-narrow) 70px var(--gutter-narrow);
  border-radius: var(--rad-common);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 130px;
  position: relative;
}

.estateCountBox__total {
  display: flex;
  align-items: center;
  gap: 35px;
}

.estateCountBox__totalTtl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
}

.estateCountBox__totalTtl--day {
  font-size: 0.66em;
}

.estateCountBox__totalCount {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  font-size: 2rem;
  font-weight: bold;
}

.estateCountBox__totalCount--num {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 3.2em;
  width: 70px;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: var(--color-black);
  padding: 15px 16px;
  border-radius: var(--rad-button);
}

.estateCountBox__detailBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.estateCountBox__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

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

.estateCountBox__detailTtl,
.estateCountBox__detailCount {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}

.estateCountBox__detailCount--num {
  font-family: var(--font-en);
  font-size: 2.4em;
  font-weight: bold;
}

.estateCountBox__btn {
  width: 420px;
  position: absolute;
  bottom: -12%;
}

.estateCountBox__btn a {
  background: var(--color-red);
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.estateCountBox__btn a::after {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}

.estateCountBox__btnTxt {
  font-size: 0.7em;
}

.estateCountBox::after {
  content: "";
  position: absolute;
  background: url(../img/index/illust_search_02.webp) no-repeat center / contain;
  width: clamp(160px, 21vw, 277px);
  aspect-ratio: 277 / 309;
  left: -1%;
  bottom: -42%;
}

/*
----- 条件・地図から検索 --------------------
*/
.estateSearchBox {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

/* 条件で検索 */
.conditionsSearchBox {
  max-width: 530px;
  width: 40%;
  margin: 0;
  padding: var(--gutter-supernarrow) var(--gutter-narrow);
  background: #fff;
  border-radius: 0 var(--rad-common) var(--rad-common) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-navy);
  color: #fff;
  position: relative;
}

.conditionsSearchBox::before {
  position: absolute;
  content: "";
  background: var(--color-navy);
  width: 60vw;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: var(--rad-common);
}

.conditionsSearchBox .box_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 40px;
  display: block;
  width: 100%;
  position: relative;
}

.conditionsSearchBox .box_ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 200px;
  height: 2px;
  right: -30px;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
}

.conditionsSearchBox form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.conditionsSearchBox .select_tbl tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.conditionsSearchBox .select_tbl tr:last-of-type {
  margin-bottom: var(--gutter);
}

.conditionsSearchBox .select_tbl th {
  font-size: 1.6rem;
  font-weight: 500;
  width: 24%;
}

.conditionsSearchBox .select_tbl td {
  width: 76%;
}

.conditionsSearchBox .select_tbl td select {
  width: 270px;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: normal;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  color: var(--color-navy);
}

.conditionsSearchBox .select_tbl .select_price .select_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.conditionsSearchBox .select_tbl .select_price td select {
  width: 120px;
}

.conditionsSearchBox .select_tbl td.select_arrow {
  position: relative;
}

.conditionsSearchBox .select_tbl td.select_arrow::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-darkgray);
  border-bottom: 1px solid var(--color-darkgray);
  transform: rotate(45deg);
  pointer-events: none;
}

.conditionsSearchBox .select_tbl .select_price .select_arrow {
  position: relative;
}

.conditionsSearchBox .select_tbl .select_price .select_arrow::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-darkgray);
  border-bottom: 1px solid var(--color-darkgray);
  transform: rotate(45deg);
  pointer-events: none;
}


.conditionsSearchBox .select_tbl .select_price .select_while {
  margin: 0 5px;
  font-size: 1.6rem;
}

.conditionsSearchBox .btn_search {
  margin: 0!important;
  background: #fff;
  border: none;
  color: var(--color-navy);
  border-radius: var(--rad-button);
  letter-spacing: .05em;
  text-align: center;
  font-weight: 500;
}

.conditionsSearchBox [type="button"].btn_search {
  max-width: 350px;
  width: 100%;
  padding: 0.8em 1.5em;
}

.conditionsSearchBox .btn_search::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: var(--arrow-navy);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(45px, 1px);
  transition: all 0.3s ease;
}

.conditionsSearchBox .btn_search:hover::after {
  transform: translate(50px, 1px);
}

/*地図から検索*/
.searchBox__rightCont {
  max-width: 760px;
  width: 60%;
}

.areasearchBox__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  width: 100%;
  position: relative;
  margin: var(--gutter-supernarrow) 0;
  color: var(--color-navy);
}

.areasearchBox__ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 510px;
  height: 2px;
  right: 0;
  background-color: var(--color-navy);
  border-radius: 2px;
}

.areasearchBox__tabList {
  width: 100%;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
  gap: 2px;
}

.areasearchBox__tabItem {
  max-width: 150px;
  width: calc(100% / 5);
  background-color: var(--color-gray);
  color: var(--color-navy);
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px 5px;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
  transform-origin: bottom;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0px 0px 0px var(--color-gray);
}

@media (any-hover:hover) {
  .areasearchBox__tabItem:hover {
    cursor: pointer;
    opacity: 1;
    transform: translateY(-5px) scaleY(1.05);
    box-shadow: 0px 5px 0px var(--color-gray);
  }

  .areasearchBox__tabItem.active:hover {
    box-shadow: 0px 5px 0px var(--color-navy);
  }
}

.areasearchBox__tabItem.active {
  background-color: var(--color-navy);
  color: #fff;
  box-shadow: 0px 0px 0px var(--color-navy);
}

.areasearchBox__tabTxt {
  line-height: 1.1;
}

.areasearchBox__mapBox {
  width: 100%;
  height: 520px;
  background: url(../img/index/areasearchBox_map1.webp) center no-repeat;
  border: solid 3px var(--color-navy);
  border-radius: 0 0 var(--rad-common) var(--rad-common);
  position: relative;
}

.areasearchBox__mapItem {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

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

.areasearchBox__mapItemTtl {
  font-size: 16px;
  white-space: pre-wrap
}

.areasearchBox__mapItemNumBox {
  font-size: 14px;
}

.areasearchBox__mapItemNum {
  font-family: var(--font-en);
  font-size: 30px;
}

.areasearchBox__mapItem {
  position: absolute;
  color: #fff;
  filter: drop-shadow( 0 4px 4px rgba(61, 77, 66, 0.60) );
}

@media screen and (min-width: 768px) {

  @media (any-hover:hover) {
    .areasearchBox__mapItem:hover {
      color: var(--color-navy);
    }

    .areasearchBox__mapBox .c-19201:hover {
      background: var(--color-navy);
    }
  }
  
  /*強調エリア*/
  .areasearchBox__mapBox .c-19201{
    background: var(--color-black);
    color: #fff;
    border-radius: 100%;
    padding: 20px;
    width: 120px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /*甲府市*/
  .areasearchBox__mapBox .c-19201{
    top: 192px;
    left: 37%;
    transform: translateX(calc(-50% + 135px));
  }
  
  /*甲斐市*/
  .areasearchBox__mapBox .c-19210{
    top: 211px;
    left: 55%;
    transform: translateX(calc(-50% - 120px));
  }
  
  /*笛吹市*/
  .areasearchBox__mapBox .c-19211{
    top: 356px;
    left: 77%;
    transform: translateX(calc(-50% + 14px));
  }

  /*昭和町*/
  .areasearchBox__mapBox .c-19384{
    top: 326px;
    left: 42%;
    transform: translateX(calc(-50% + 14px));
  }

  /*南アルプス市*/
  .areasearchBox__mapBox .c-19208{
    top: 341px;
    left: 15%;
    transform: translateX(calc(-50% + 14px));
  }

  /*中央市*/
  .areasearchBox__mapBox .c-19214{
    top: 390px;
    left: 44%;
    transform: translateX(calc(-50% + 14px));
  }

  /*山梨市*/
  .areasearchBox__mapBox .c-19205{
    top: 66px;
    left: 76%;
    transform: translateX(calc(-50% + 14px));
  }

  /*甲州市*/
  .areasearchBox__mapBox .c-19213{
    top: 166px;
    left: 91%;
    transform: translateX(calc(-42% + 14px));
  }

  /*韮崎市*/
  .areasearchBox__mapBox .c-19207{
    top: 171px;
    left: 14%;
    transform: translateX(calc(-42% + 14px));
  }

  /*富士川町*/
  .areasearchBox__mapBox .c-19368{
    top: 445px;
    left: 10%;
    transform: translateX(calc(-42% + 14px));
  }

  /*北杜市*/
  .areasearchBox__mapBox .c-19209{
    top: 42px;
    left: 21%;
    transform: translateX(calc(-42% + 14px));
  }

  /*市川三郷町*/
  .areasearchBox__mapBox .c-19346{
    top: 458px;
    left: 38%;
    transform: translateX(calc(-42% + 14px));
  }

  /*補助線*/
  .areasearchBox__mapBox .c-23102::before,
  .areasearchBox__mapBox .c-23103::before {
    position: absolute;
    content: '';
    width: 40px;
    border-top: 2px solid var(--color-darkgray);
    transform: rotate(45deg);
    top: 40px;
    left: 40px;
  }
  .areasearchBox__mapBox .c-23102::before{
    width:100px;
    top:-40px;
    left:-80px;
  }
  .areasearchBox__mapBox .c-23103::before{
    top:-20px;
    left:-40px;
  }

  /*○○群*/
  .areasearchBox__mapBox .c-23103 .areasearchBox__itemTtl{
    font-size:16px;
  }
}

/*
----- 会員登録・ログイン --------------------
*/
.estateSignupBox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/*会員登録*/
.estateSignupBox__signupBox,
.estateSignupBox__loginBox {
  width: 60%;
  max-width: 710px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 3px var(--color-red);
  border-radius: var(--rad-common);
  padding: var(--gutter-supernarrow) var(--gutter-narrow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.estateSignupBox__signupTtl {
  display: inline-block;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  letter-spacing: .05em;
  color: var(--color-red);
  text-align: center;
  position: relative;
}

.estateSignupBox__signupTtl--main {
  font-size: 1.8em;
}

.estateSignupBox__signupTtl::before {
  position: absolute;
  content: "";
  position: absolute;
  width: 80px;
  aspect-ratio: 80 / 80;
  background: url(../img/index/icon_search_01.svg) no-repeat center / contain;
  left: -23%;
  bottom: 19%;
  animation: bounce 2s ease-in-out infinite;
}

.estateSignupBox__signupTxt {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
}

.estateSignupBox__signupTxt .marker_yellow {
  font-size: 1.3em;
}

.estateSignupBox__signupBtn {
  width: min(95%, 350px);
  text-align: center;
}

.estateSignupBox__signupBtn--catch {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.estateSignupBox__signupBtn a {
  background: var(--color-red);
  padding: 18px 0;
}

.estateSignupBox__signupBtn a::after {
  width: 13px;
  height: 20px;
  transform: translate(55px, 3px);
}

/*会員登録：ログイン中*/
.estateSignupBox__signupBox--emember {
  border: solid 3px var(--color-navy);
}

.estateSignupBox__signupBox--emember .estateSignupBox__signupTtl {
  color: var(--color-navy);
}

.estateSignupBox__signupBox--emember .estateSignupBox__signupTtl::before {
  content: none;
}

.estateSignupBox__signupBox--emember .estateSignupBox__signupBtn a {
  background: var(--color-navy);
}

/*ログイン*/
.estateSignupBox__loginBox {
  width: 38%;
  max-width: 460px;
  border: solid 3px var(--color-black);
  gap: 20px;
}

.estateSignupBox__loginTtl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
}

.estateSignupBox__loginInner {
  width: 100%;
}

.estateSignupBox__loginInner form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.estateSignupBox__inputLoginBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.estateSignupBox__loginLabel {
  font-family: var(--font-en);
  font-weight: bold;
  letter-spacing: .02em;
}

.estateSignupBox__inputLoginBox input {
  width: 300px;
  height: 50px;
}

.estateSignupBox__loginBtnBox {
  width: min(95%, 350px);
}

.estateSignupBox__loginBtnBox input[type="submit"] {
  width: 100%;
  background: var(--color-black);
  text-align: center;
  color: #fff;
  padding: 12px 20px;
}

.estateSignupBox__loginBtnBox::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 20px;
  background-image: var(--arrow-white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(275px, -34px);
}


/*ログイン：ログイン中*/
.estateSignupBox__memberInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.estateSignupBox__memberName {
  font-size: 2rem;
  font-weight: bold;
}

.estateSignupBox__menuList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.estateSignupBox__menuBtn a {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: solid 1px var(--color-black);
}

.estateSignupBox__logoutBtn {
  width: 300px;
}

input[type="submit"].estateSignupBox__logout {
  width: 100%;
  font-size: 1.6rem;
}

/*
===== RECOMBOX 注目物件／リフォーム済みおすすめ物件 ==========================================
*/

.recomBox,
.pickupBox {
  overflow: hidden;
}

.recomBox {
  padding: var(--gutter-wide) 0 65px;
}

.pickupBox {
  padding: 65px 0 130px;
}

.pickupBox__ttl,
.recomBox__ttl {
  margin-bottom: 40px;
}

.recom #itemList {
  position: relative;
  display: flex;
  justify-content: center;
}

/*スライダー設定*/
.recom .slick-arrow.slick-prev, 
.recom .slick-arrow.slick-prev::before {
  left: 40px !important;
}

.recom .slick-arrow.slick-next,
.recom .slick-arrow.slick-next::before {
  right: 40px !important;
}

.recom .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: -40px;
}

.recom .slick-dots li {
  flex: 1;
  height: 2px !important;
  margin: 0 !important;
}

.recom .slick-dots li button {
  width: 100% !important;
  height: 2px !important;
  padding: 0;
}

.recom .slick-dots li button:before {
  width: 100% !important;
  height: 2px !important;
  border-radius: 0 !important;
  border: none !important;
  background: var(--color-gray);

}

.recom .slick-dots li.slick-active button:before {
  background: var(--color-black);
}
/*スライダーここまで*/

.recom .item {
  width: 300px;
  background: #FFF;
  border: solid 1px var(--color-gray);
  position: relative;
  margin: 0 10px;
  border-radius: var(--rad-common);
}

/*会員限定物件*/
.recom .item.emember .memberItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
  border-radius: var(--rad-common);
}

.recom .item.emember .memberItem__body {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.recom .item.emember .memberItem__txt {
  font-size: 18px;
  margin-bottom: 15px;
}

.recom .item.emember .memberItem__btn {
  font-size: 22px;
  line-height: 1.2;
  font-feature-settings: 'palt';
  letter-spacing: 0.07em;
  max-width: 250px;
  width: 100%;
}

.recom .item.emember .memberItem__btnTxt {
  padding: 13px 10px;
}

.recom .item.emember .memberItem__btnTxt::after {
  transform: translate(13px, -40%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*一般公開物件*/
.recom .item>a {
  width: 100%;
  height: 100%;
  display: block;
}

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

.recom .item .photo {
  text-align: center;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.recom .item .photo img {
  width: 100%;
  height: 195px;
  display: block;
  margin: 0 auto;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.recom .item .info {
  padding: 10px;
  flex-grow: 1;
}

.recom .item .icon img {
  width: 50px;
  aspect-ratio: 5 / 2;
  display: inline-block !important;
  margin-right: 3px;
}

.recom .item .info h3.ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

.recom .item .price {
  color: var(--color-red);
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
}

.recom .item .price span {
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1.3;
}

.recom .item .price span.price-undecided {
  font-family: var(--font-body);
  font-size: 1.8rem;
}

.recom .item .payment_pay {
  margin-top: 10px;
}

.recom .item .payment_pay dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  border: solid 1px var(--color-black);
}

.recom .item .payment_pay dt,
.recom .item .payment_pay dd {
  font-weight: bold;
  line-height: 1;
}

.recom .item .payment_pay dt {
  background: var(--color-black);
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 3px;
}

.recom .item .payment_pay dd {
  flex: 1 0 0;
  font-size: 16px;
}

.recom .item .info .details {
  min-height: 60px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 0;
}

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

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

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

.recom .item .staffComment_txtBox {
  width: calc(100% - 75px);
  padding: 0 8px;
  text-align: left;
}

.recom .item .staffComment_name {
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recom .item .staffComment_txt {
  font-size: 1.3rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*
===== SHOPCMBOX ==========================================
*/
.shopCmBox {
  margin-top: 40px;
  padding: 60px 0 var(--gutter-narrow);
}

.shopCmBox__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.shopCmBox__card {
  position: relative;
  width: 44%;
  max-width: 525px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--rad-common);
  background: var(--color-navy);
  overflow: hidden;
}


.shopCmBox__card::before,
.shopCmBox__card::after {
  content: "";
  position: absolute;
  width: 434px;  
  height: 234px;
  pointer-events: none;
}

.shopCmBox__card::before {
  top: 0;
  right: 0;
  background:
    linear-gradient(#fff, #fff) 0 32px / 434px 2px no-repeat,
    linear-gradient(#fff, #fff) 397px 0 / 2px 234px no-repeat;
}


.shopCmBox__card::after {
  bottom: 0;
  left: 0;
  background:
    linear-gradient(#fff, #fff) 0 202px / 434px 2px no-repeat,
    linear-gradient(#fff, #fff) 37px 0 / 2px 234px no-repeat;
}

.shopCmBox__illust {
  position: absolute;
  pointer-events: none;
}

.shopCmBox__illust--person {
  width: 55px;
  aspect-ratio: 55 / 174;
  left: 14%;
  bottom: 32px;
}

.shopCmBox__illust--camera {
  width: 105px;
  aspect-ratio: 105 / 159;
  right: 8%;
  bottom: 32px;
}

.shopCmBox__script {
  position: absolute;
  top: 13%;
  left: 4%;
}

.shopCmBox__main {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: var(--color-yellow);
}

.shopCmBox__movie {
  width: 55%;
  max-width: 640px;
  aspect-ratio: 1920 / 1080;
  background: #fff;
}

.shopCmBox__movieImage {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  filter: drop-shadow(0px 0px #000);  /*画面幅によっては生じる黒線を消す*/
}


/*
===== GALLERYBOX ==========================================
*/
.galleryBox {
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

.galleryBox::before {
  content: "";
  position: absolute;
  top: 133px;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-beige);
  z-index: -1;
}

.galleryBox__ttl {
  margin-bottom: 60px;
}

.galleryBox__ttl .indexPage__ttl--en {
  transform: translateY(4px);
}

.galleryBox .indexPage__ttl--column .indexPage__ttl--en::after {
  top: 79px;
  right: -200px;
  width: 210px;
}

.galleryBox__inner {
  width: 1250px;
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.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;
  overflow: hidden;
  padding-top: 10px;
}

.galleryBox .slick-arrow::before,
.galleryBox .slick-arrow::after {
  width: 19px;
}

.galleryBox__item {
  width: min(29%, 360px);
  margin: 0 clamp(30px, 5vw, 50px) 0 0;
}

.galleryBox__item:last-of-type {
  margin-right: 0;
}

.galleryBox__list.slick-slider .galleryBox__item {
  width: min(29%, 360px);
  margin: 0 clamp(30px, 6vw, 50px) 0 0;
}

.galleryBox__list.slick-slider .galleryBox__item:last-of-type {
  margin-right: clamp(30px, 6vw, 50px) 0 0;
}

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

.galleryBox .cate_new {
  position: absolute;
  content: "";
  width: clamp(70px, 10vw, 102px);
  aspect-ratio: 102 / 54;
  left: -23px;
  top: -10px;
  background: url(../img/index/icon_gallery_01.svg) no-repeat center / contain;
  border: none;
}

.galleryBox__photo img {
  width: 100%;
  aspect-ratio: 360 / 318;
  border-radius: var(--rad-common);
}

.galleryBox__itemTtl {
  margin-top: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.galleryBox__btn {
  margin: 45px auto 0;
  width: 250px;
}

.galleryBox__btn a {
  background: #fff;
  border: solid 2px var(--color-black);
  color: var(--color-black);
}

.galleryBox__btn a::after {
  background-image: var(--arrow-black);
  transform: translate(10px, 1px);
}

/*
===== NOTICEBOX ==========================================
*/
.noticeBox__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topicsBox {
  width: 50%;
  max-width: 600px;
  padding-right: 35px;
  border-right: solid 1px var(--color-gray);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.columnBox {
  width: 48%;
  max-width: 565px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.noticeBox__ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.noticeBox__ttl.indexPage__ttl {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  gap: clamp(5px, 1.6vw, 2vw);
}

.noticeBox .indexPage__ttl--en {
  font-size: clamp(2.4em, 3.8vw, 3.5em);
}

.noticeBox .indexPage__ttl--en::after {
  top: 6px;
  right: -77px;
  width: 43px;
  height: 76px;
}

.noticeBox__btn {
  width: min(35%, 140px);
}

.noticeBox__btn a {
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  letter-spacing: .02em;
}

.noticeBox__btn a::after {
  width: 5px;
  height: 10px;
  transform: translate(10px, 0px);
}

.topicsBox__inner,
.columnBox__inner {
  min-height: 280px;
  margin-bottom: 20px;
}

/*お知らせ*/
.topicsBox__item a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.topicsBox__date {
  width: 35%;
  max-width: 150px;
  flex-shrink: 0;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
}

.topicsBox__itemTtl {
  width: 75%;
  max-width: 390px;
  margin: 20px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

.noticeBox .cate_new,
.noticeBox .cate_popular {
  padding: 2px 8px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 3px;
}

/*コラム*/
.columnBox__item {
  display: block;
}

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

.columnBox__item a {
  display: flex;
  align-items: center;
  gap: 25px;
  text-decoration: none;
}

.columnBox__photo {
  display: inline-block;
  vertical-align: middle;
}

.columnBox__photo img {
  width: 120px;
  height: 80px;
  border-radius: var(--rad-button);
}

.columnBox__detail {
  width: calc(100% - 38%);
  max-width: 340px;
  display: inline-block;
  vertical-align: middle;
}

.columnBox__dateBox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.columnBox__date {
  font-family: var(--font-en);
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  font-weight: 500;
}

.columnBox__iconWrap {
  font-weight: bold;
}

.columnBox__term {
  font-size: 1.4rem;
  color: var(--color-darkgray);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.columnBox__itemTtl {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

.columnBox__bnr {
  display: block;
  margin-top: 25px;
}

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

.SNSBox ul {
  max-width: 1080px;
  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 Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .indexmainSlider__item {
    height: 46.3vw !important;
  }

  .indexmainBox .slick-dots {
    bottom: 11px;
  }

  .bannerWrap {
    margin: 30px auto;
    width: 96%;
  }

  .searchBox .indexPage__ttl--column .indexPage__ttl--en::after {
    top: 113%;
    right: 40%;
  }

  .galleryBox .indexPage__ttl--column .indexPage__ttl--en::after {
    top: 113%;
    right: 20%;
  }

  .noticeBox .indexPage__ttl--en::after {
    aspect-ratio: 43 / 76;
    top: -2px;
    right: -3px;
    width: 28px;
    height: unset;
  }

  /*イベント情報*/
  .eventBox__list {
    gap: 0;
  }

  /*物件を探す*/
  /*
  ----- 条件・地図から検索 --------------------
  */
  .estateSearchBox {
    flex-direction: column;
    align-items: center;
  }

  /*条件*/
  .conditionsSearchBox,
  .searchBox__rightCont {
    width: 100%;
    max-width: unset;
  }
  
  .conditionsSearchBox::before {
    left: -30%;
    width: 70vw;
  }

  .conditionsSearchBox .box_ttl::after {
    width: 80%;
  }

  .conditionsSearchBox .select_tbl {
    width: 100%;
  }

  .conditionsSearchBox .select_tbl td {
    width: min(85%, 530px);
  }

  .conditionsSearchBox .select_tbl td select {
    width: 100%;
  }

  .conditionsSearchBox .select_tbl .select_price .select_arrow {
    width: 42%;
  }

  .conditionsSearchBox .select_tbl .select_price td select {
    width: 100%;
  }

  .conditionsSearchBox .select_tbl td.select_arrow::after {
    right: 10px;
  }


  /* 地図 */
  .areasearchBox__ttl::after {
    width: 75%;
  }

  .areasearchBox__tabItem {
    max-width: unset;
  }

  .areasearchBox__mapBox {
    background-size: cover;
  }

  /*名古屋市千種区*/
   .areasearchBox__mapBox .c-23101{
    top: 241px;
  }

  /*名古屋市中川区*/
  .areasearchBox__mapBox .c-23102{
    top: 327px;
  }

  /*名古屋市港区*/
  .areasearchBox__mapBox .c-23103{
    top: 416px;
  }

  /*
  ----- 会員登録・ログイン --------------------
  */
  /*.estateSignupBox {
    flex-direction: column;
    align-items: center;
  }*/

  .estateSignupBox__signupBox, 
  .estateSignupBox__loginBox {
    width: 48%;
    padding: var(--gutter-supernarrow);
  }

  .estateSignupBox__signupTtl::before {
    left: -1vw;
    bottom: 59%;
  }

  .estateSignupBox__inputLoginBox input {
    width: min(78%, 280px);
  }

  .estateSignupBox__loginBtnBox::after {
    transform: translate(255px, -34px);
  }

  /*シネマCM*/
  .shopCmBox__inner {
    flex-direction: column;
    gap: 30px;
  }

  .shopCmBox__card, 
  .shopCmBox__movie {
    width: 100%;
    max-width: unset;
  }

  .shopCmBox__main {
    display: block;
  }

  /*施工事例*/
  .galleryBox .cate_new {
    left: -5%;
  }

  /*お知らせ・コラム*/
  .topicsBox {
    padding-right: 3%;
  }

  .noticeBox__btn a::after {
    transform: translate(6px, 0px);
  }

}

/*==================================================
  tablet SETTINGS : Min1020px Max1080px
==================================================*/
@media screen and (min-width: 1020px) and (max-width: 1080px) {
  /*セクションタイトル*/
  .searchBox .indexPage__ttl--column .indexPage__ttl--en::after {
    top: 103%;
    right: 40%;
  }

  .galleryBox .indexPage__ttl--column .indexPage__ttl--en::after {
    top: 103%;
    right: 20%;
  }
}

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

@media screen and (max-width: 767px) {
  .spInfoBox,
  .eventBox,
  .searchBox,
  .galleryBox,
  .shopInfoBox,
  .topicsBox,
  .columnBox {
    padding: 10% 0;
  }

  .indexmainBox{
    height: unset;
  }

  .indexmainBox .slick-dots {
    bottom: -25px;
  }

  .indexmainSlider.slick-dotted.slick-slider {
    margin-bottom: 25px !important;
  }

  .indexPage .slick-track {
    min-width: 1200px;
  }

  .indexmainSlider__item {
    width: auto !important;
  }

  .slick-slider .indexmainSlider__item {
    padding: 0;
  }

  .slick-dots li button:before {
    width: 8px !important;
    height: 8px !important;
  }

  .indexmainBox .slick-dots li button:before {
    width: 12px !important;
    height: 12px !important;
  }

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

  /*セクションタイトル*/
  .galleryBox .indexPage__ttl--column .indexPage__ttl--en::after {
    top: 11px;
    right: -300px;
    width: 220px;
  }

  .galleryBox .indexPage__ttl--en::after {
    width: 100px;
    top: 15px;
    right: -147px;
  }

  /*
  ===== spInfoBox - SP   ==========================================
  */

  .spInfoBox__ttl {
    font-size: clamp(1.8rem, 5.1vw, 2.2rem);
    font-weight: bold;
    color: var(--color-navy);
    text-align: center;
    margin-bottom: var(--gutter-narrow);
  }

  /*物件数リスト*/
  .spInfoBox__countBox {
    border: solid 2px var(--color-navy);
    border-radius: var(--rad-common);
    overflow: hidden;
  }

  .spInfoBox__countAll {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    padding: 3% 5%;
    background: var(--color-main);
    color: #fff;
    border-radius: var(--rad-button) var(--rad-button) 0 0;
    gap: 3vw;
  }

  .spInfoBox__countAllTxt {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    font-weight: bold;
  }

  .spInfoBox__countAllTxt--num {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 2.6em;
    width: 20%;
    text-align: center;
    line-height: 1;
    color: var(--color-navy);
    background: #fff;
    padding: 10px 12px;
    border-radius: var(--rad-button);
  }

  .spInfoBox__countAllDay {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .spInfoBox__countDetail {
    padding: 10px 0;
    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-family: var(--font-en);
    font-size: 1.8em;
  }

  .spInfoBox__detailItemTtl-emember,
  .spInfoBox__detailItemTxt-emember {
    color: var(--color-red);
  }

  .spInfoBox__btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.8%;
    margin: 15px 0;
    font-weight: bold;
  }

  .btn_common a.spInfoBox__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46.5%; /*種別の数に応じて変更*/
    padding: 1em 0.5em;
    text-align: center;
    font-size: clamp(1.3rem, 3.7vw, 1.6rem);
    background: var(--color-red);
  }

  .spInfoBox__btnBalloon {
    position: absolute;
    font-size: 0.75em;
    display: block;
    top: -15px;
    white-space: nowrap;
    padding: 0.3em 0.5em;
    background-color: var(--color-yellow);
    color: var(--color-black);
    border-radius: var(--rad-button);
    left: 50%;
    transform: translateX(-50%);
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transform-origin: center;
    animation: balloon ease-in-out 1s infinite alternate;
  }

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

  .btn_common a.spInfoBox__btn::after {
    width: 8px;
    height: 12px;
    transform: translate(7px, 1px);
  }

  .spInfoBox__btnTxt {
    line-height: 1.3;
  }

  @keyframes balloon {
    0% {
      transform: translateX(-50%) rotate(2deg);
    }

    10% {
      transform: translateX(-50%) rotate(-2deg);
    }

    20% {
      transform: translateX(-50%) rotate(2deg);
    }

    30% {
      transform: translateX(-50%) rotate(-2deg);
    }

    35% {
      transform: translateX(-50%) rotate(0deg);
    }

    100% {
      transform: translateX(-50%) rotate(0deg);
    }
  }

  /*SP版地図*/
  .spAreasearchBox {
    margin-top: 40px;
    color: var(--color-navy);
  }

  .spAreasearchBox .spInfoBox__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spAreasearchBox .spInfoBox__ttl::before {
    content: "";
    display: inline-block;
    width: 28px;
    aspect-ratio: 24 / 24;
    -webkit-mask: url(../img/common/icon_place.svg) no-repeat center / contain;
    mask: url(../img/common/icon_place.svg) no-repeat center / contain;
    background-color: var(--color-navy);
  }

  .spAreasearchBox .itemWrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
  }

  .spAreasearchBox input, .spAreasearchBox select {
    margin: 0;
    width: 48%;
    height: 48px;
    font-size: 1.6rem;
    min-width: 150px;
  }

  .spAreasearchBox select#SYUBETU, .spAreasearchBox select#CITYCD {
    appearance: auto;
  }

  input:not([type="submit"]), textarea, select {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    border: 2px solid var(--color-navy);
    margin: 0 10px 0 5px;
    padding: 5px;
    background: #fff;
    max-width: 90%;
  }

  .spAreasearchBox__btn,
  .spAreasearchBox__mapToggle {
    position: relative;
    width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px;
    background: var(--color-red);
    color: #fff;
    border-radius: var(--rad-button);
    margin-bottom: var(--gutter-narrow);
    font-weight: bold;
    cursor: pointer;
  }

  .spAreasearchBox__mapToggle {
    background: var(--color-black);
    margin-bottom: 0;
  }

  .spAreasearchBox__btn::before,
  .spAreasearchBox__mapToggle::before {
    position: relative;
    content: "";  
    width: 20px;
    aspect-ratio: 24 / 24;
    -webkit-mask: url(../img/common/icon_search.svg) no-repeat center / contain;
    mask: url(../img/common/icon_search.svg) no-repeat center / contain;
    background-color: #fff;
  }

  .spAreasearchBox__mapToggle::before {
    -webkit-mask: url(../img/common/icon_place.svg) no-repeat center / contain;
    mask: url(../img/common/icon_place.svg) no-repeat center / contain;
  }

  .spAreasearchBox__btn::after,
  .spAreasearchBox__mapToggle::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    transform: translate(7px, 1px);
    background-image: var(--arrow-white);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

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

  /*地図パーツ*/
  .searchBox__rightCont {
    width: 100%;
  }

  .areasearchBox__tabList {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 5px 2px;
  }

  .areasearchBox__tabItem {
    max-width: unset;
    width: 49%;
    padding: 14px 5px;
  }

  .areasearchBox__tabItem:nth-of-type(3),
  .areasearchBox__tabItem:nth-of-type(4),
  .areasearchBox__tabItem:nth-of-type(5) {
    width: 32%;
  }

  .areasearchBox__mapBox {
    height: unset;
    background: url(../img/index/spAreasearchBox_map1.webp) center no-repeat;
    background-size: cover;
    aspect-ratio: 1376 / 1040 ;
    min-height: 273px;
  }

  .areasearchBox__mapItemTtl {
    font-size: 1.4rem;
  }  

  /*甲府市*/
  .areasearchBox__mapBox .c-19201{
    top: 30%;
    left: 15%;
    transform: translateX(calc(-50% + 135px));
    background: var(--color-black);
    color: #fff;
    border-radius: 100%;
    padding: 15px;
    width: 80px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  /*甲斐市*/
  .areasearchBox__mapBox .c-19210{
    top: 27%;
    left: 69%;
    transform: translateX(calc(-50% - 120px));
  }
  
  /*笛吹市*/
  .areasearchBox__mapBox .c-19211{
    top: 72%;
    left: 69%;
    transform: translateX(calc(-50% + 14px));
  }

  /*昭和町*/
  .areasearchBox__mapBox .c-19384{
    top: 63%;
    left: 37%;
    transform: translateX(calc(-50% + 14px));
  }

  /*南アルプス市*/
  .areasearchBox__mapBox .c-19208{
    top: 60%;
    left: 12%;
    transform: translateX(calc(-50% + 14px));
  }

  /*中央市*/
  .areasearchBox__mapBox .c-19214{
    top: 77%;
    left: 41%;
    transform: translateX(calc(-50% + 14px));
  }

  /*山梨市*/
  .areasearchBox__mapBox .c-19205{
    top: 14%;
    left: 70%;
    transform: translateX(calc(-50% + 14px));
  }

  /*甲州市*/
  .areasearchBox__mapBox .c-19213{
    top: 40%;
    left: 85%;
    transform: translateX(calc(-42% + 14px));
  }

  /*韮崎市*/
  .areasearchBox__mapBox .c-19207{
    top: 33%;
    left: 8%;
    transform: translateX(calc(-42% + 14px));
  }

  /*富士川町*/
  .areasearchBox__mapBox .c-19368{
    top: 85%;
    left: 10%;
    transform: translateX(calc(-42% + 14px));
  }

  /*北杜市*/
  .areasearchBox__mapBox .c-19209{
    top: 5%;
    left: 19%;
    transform: translateX(calc(-42% + 14px));
  }

  /*市川三郷町*/
  .areasearchBox__mapBox .c-19346{
    top: 90%;
    left: 35%;
    transform: translateX(calc(-42% + 14px));
  }

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


  /*
  ===== EVENTBOX - SP ==========================================
  */
  .eventBox {
    overflow: hidden;
  }

  .eventBox__inner {
    margin: 0 auto var(--gutter);
    padding-top: var(--gutter);
  }

  .eventBox__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .eventBox__item {
    width: 90%;
    margin: 10px auto 20px;
    border-radius: var(--rad-common);
  }

  .eventBox__item:last-of-type {
    margin-bottom: 0;
  }

  .eventBox__item a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .eventBox__photo {
    width: 38%;
    margin: 10px;
    border-radius: var(--rad-common);
  }

  .eventBox__detail {
    width: 55%;
    border-radius: var(--rad-common);
  }

  .cate_reservable {
    width: 50px;
    left: -10px;
    top: -9px;
  }

  .cate_reservable--txt {
    font-size: 1.1rem;
  }

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

  .eventBox__iconWrap span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.2rem;
  }

  .eventBox__date {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.4rem;
  }

  .eventBox__reserveBtn {
    width: 100%;
    font-size: 1.4rem;
  }

  /*
  ===== PICKUPBOX・RECOMBOX ==========================================
  */

  .pickupBox,
  .recomBox {
    overflow: hidden;
  }

  .pickupBox {
    padding: 15% 0;
  }

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

  .recom .slick-arrow.slick-prev,
  .recom .slick-arrow.slick-prev::before {
    left: 0 !important;
  }

  .recom .slick-arrow.slick-next,
  .recom .slick-arrow.slick-next::before {
    right: 0 !important;
  }

  /*
  ===== SHOPCMBOX ==========================================
  */
  .shopCmBox {
    margin-top: 0;
    padding: var(--gutter-wide) 0;
  }

  .shopCmBox__inner {
    flex-direction: column;
    gap: 30px;
  }

  .shopCmBox__card, 
  .shopCmBox__movie {
    width: 100%;
    max-width: unset;
    height: 220px;
  }

  .shopCmBox__movie {
    height: auto;
  }
  
  .shopCmBox__card::before, 
  .shopCmBox__card::after {
    aspect-ratio: 434 / 234;
    transform: scale(0.7);
  }

  .shopCmBox__card::before {
    right: -19%;
    top: -16%;
  }

  .shopCmBox__card::after {
    left: -19%;
    bottom: -16%;
  }

  .shopCmBox__illust--person {
    width: 35px;
  }

  .shopCmBox__illust--camera {
    width: 70px;
  }

  .shopCmBox__script img {
    width: clamp(150px, 50vw, 200px);
    aspect-ratio: 303 / 49;
  }

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

  .galleryBox::before {
    top: 152px;
  }

  .galleryBox__ttl {
    line-height: 1.3;
    margin-bottom: 10%;
  }

  .galleryBox__ttl .indexPage__ttl--en {
    transform: translateY(6px);
  }

  .galleryBox__inner {
    max-width: 100%;
  }

  .galleryBox .slick-arrow.slick-next,
  .galleryBox .slick-arrow.slick-next::before {
    right: 3px !important;
  }

  .galleryBox .slick-arrow.slick-prev, 
  .galleryBox .slick-arrow.slick-prev::before {
    left: 3px !important;
  }

  .galleryBox__item{
    width:300px;
    margin-right: 20px;
  }

  .galleryBox .cate_new {
    width: 102px;
    left: -2%;
  }

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

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

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

  .noticeBox__ttl.indexPage__ttl {
    gap: clamp(10px, 3.2vw, 15px);;
  }

  .noticeBox .indexPage__ttl--en::after {
    aspect-ratio: 43 / 76;
    top: 3px;
    right: -44px;
    width: 27px;
    height: unset;
  }

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

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

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

  .topicsBox__item {
    padding: 20px 0;
  }

  .topicsBox__item:last-of-type {
    padding-bottom: 0;
  }

  .columnBox__item a {
    align-items: flex-start;
    gap: 20px;
  }

  .noticeBox__btn a {
    padding: 10px 0;
  }

  .noticeBox__btn a::after {
    transform: translate(5px, 0px);
  }
}
