﻿@charset "utf-8";

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

/*==================================================
  TITLE COMMON
==================================================*/


/*
===== SLIDER ==========================================
*/
.indexmainSlider__item {
  margin: 0 10px;
  aspect-ratio: 1180 / 500;
  width: auto;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  border-radius: var(--rad-common);
}

.indexmainSlider__item a:hover {
  opacity: 1;
}

.indexmainSlider__item img {
  transition: var(--transition-common);
}

@media (any-hover:hover) {
  .indexmainSlider__item a:hover img {
    transform: scale(1.02);
  }
}

.indexmainBox {
  background-color: var(--color-palegray);
  padding: 10px 0 20px;
}

.indexmainBox__wrap {
  position: relative;
  width: min(100%, var(--width-content));
  margin: 0 auto;
}

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


/*スライドのばらけ防止*/
.indexmainSlider__item:not(:first-child) {
  display: none;
}

.indexmainSlider.slick-initialized .indexmainSlider__item {
  display: block;
}




/*
===== 件数アピール ==========================================
*/

.countAppeal {
  padding: var(--gutter-medium) 0;
  position: relative;
}

.countAppeal::before {
  content: "";
  display: block;
  width: clamp(35px, 6vw, 58px);
  height: auto;
  aspect-ratio: 58 / 85;
  background: url("../img/common/deco_bracket_mainColor_top_01.webp") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 20px;
}

.countAppeal::after {
  content: "";
  display: block;
  width: clamp(35px, 6vw, 58px);
  height: auto;
  aspect-ratio: 58 / 85;
  background: url("../img/common/deco_bracket_mainColor_bottom_01.webp") no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.countAppeal__list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 1.3vw, 1.8rem);
}

.countAppeal__list a:hover {
  opacity: 1;
}

.countAppeal__count {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.countAppeal__num {
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
  position: relative;
  bottom: -0.05em;
}

.countAppeal__item--public {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;

  & .countAppeal__label {
    color: #fff;
    background-color: var(--color-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1em;
    padding: 4px 10px;
    line-height: 1;
    padding-top: 4px;
  }

  & .countAppeal__label::before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-mask: url("../img/common/icon_house_white_01.svg") no-repeat center / contain;
    mask: url("../img/common/icon_house_white_01.svg") no-repeat center / contain;
  }

  & .countAppeal__num {
    font-size: 3.33em;
    line-height: 1;
    color: var(--color-blue);
  }

  & .countAppeal__unit {
    font-size: 1.3em;
    font-weight: 900;
    color: var(--color-blue);
  }
}

.countAppeal__item--member {
  display: flex;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px dashed var(--color-gray);

  & .countAppeal__label {
    display: flex;
    flex-direction: column;
    color: var(--color-main);
    font-weight: 900;
    line-height: 1;
    font-size: 2em;
    letter-spacing: 0.05em;
    margin-right: 8px;
  }

  & .countAppeal__lead {
    color: var(--color-black);
    font-size: 0.66em;
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: bold;
  }

  & .countAppeal__leadSmall {
    font-size: 0.8em;
  }

  & .countAppeal__num {
    font-size: 5em;
    color: var(--color-main);
  }

  & .countAppeal__unit {
    color: var(--color-main);
    font-weight: 900;
    font-size: 1.66em;
  }

  & .countAppeal__after {
    font-size: 1.66em;
    font-weight: 900;
  }
}

.countAppeal__item--total {
/* background: linear-gradient(transparent 80%, var(--color-yellow) 80%); */
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: var(--gutter-narrow);
  position: relative;
  border-bottom: 3px solid var(--color-main);
  padding-bottom: 10px;

    &::before {
      content: "";
      width: auto;
      height: 15px;
      aspect-ratio: 2 / 1;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      position: absolute;
      left: 50%;
      bottom: -15px;
      transform: translateX(-50%);
      background-color: var(--color-main);
    }
    &::after {
      content: "";
      width: auto;
      height: 15px;
      aspect-ratio: 2 / 1;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      position: absolute;
      left: 50%;
      bottom: -12px;
      transform: translateX(-50%);
      background-color: #fff;
    }

    & .countAppeal__label {
    display: flex;
    flex-direction: column;
    color: var(--color-main);
    font-weight: 900;
    line-height: 1;
    font-size: 2.4em;
    letter-spacing: 0.05em;
    margin-right: 8px;
  }

  & .countAppeal__count {
    position: relative;

    &::after {
    content: "";
    width: 5.5em;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../img/common/deco_mainColor_01.svg) no-repeat center / contain;
    position: absolute;
    top: -2.5em;
    right: -2.5em;
    transform: rotate(15deg);
    }
  }

  & .countAppeal__num {
    font-size: 5.5em;
    color: var(--color-main);
  }

  & .countAppeal__unit {
    color: var(--color-main);
    font-weight: 900;
    font-size: 1.66em;
  }
}

.countAppeal__btn a {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  width: min(80vw, clamp(300px, 38vw, 410px));
  aspect-ratio: 410 / 90;
  height: auto;
  margin: 0 auto;
  margin-top: var(--gutter-narrow);
}

.countAppeal__btn a::after {
  width: 16px;
  height: 16px;
  right: 5%;
  -webkit-mask: url("../img/common/icon_arrow_black_normal_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_arrow_black_normal_01.svg") no-repeat center / contain;
}

@media (any-hover:hover) {
  .countAppeal__btn a:hover::after {
    right: 4%;
  }
}

/*
===== eventBox ==========================================
*/
.eventBox {
  border-top: 1px solid var(--color-blue);
  padding: var(--gutter-wide) 0 var(--gutter-wide);
}

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

.searchBox {
  padding: var(--gutter) 0 var(--gutter-wide);
  border-top: 1px solid var(--color-green);
  background: url(../img/common/bg_searchMap_top_01.webp) no-repeat top right / auto 120%;
}

.searchBox--kumamoto {
  background: url(../img/common/bg_searchMap_kumamoto_01.webp) no-repeat top right / auto 100%;
}

.searchBox--fukuoka {
  background: url(../img/common/bg_searchMap_fukuoka_01.webp) no-repeat top right / auto 100%;
}

.searchBox--land {
  background: url(../img/common/bg_searchMap_land_01.webp) no-repeat top right / auto 100%;
}

.searchBox__itemTtl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.searchBox__btnList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 30px;
  max-width: 70%;
}

.searchBox__btn {
  width: min(calc((100% - 13px) / 2), 200px);
  height: auto;
  aspect-ratio: 200 / 56;
  color: var(--color-black);
  background: #fff;
  border: 1px solid var(--color-black);
  font-weight: bold;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  border-radius: var(--rad-common);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
  transition: var(--transition-btn);
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

.searchBox__btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask: url("../img/common/icon_arrow_black_thin_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_arrow_black_thin_01.svg") no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  transition: var(--transition-btn);
}

.searchBox__btn--detailArea {
  padding-left: 1.3em;
}

@media (any-hover:hover) {
  .searchBox__btn:hover {
    opacity: 1;
    transform: scale(1.05);
    background-color: var(--color-paleyellow);
  }

  .searchBox__btn:hover::after {
    right: 3%;
  }

}

.searchBox__btnIcon {
  display: block;
  width: 1.8em;
  height: 1.8em;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: clamp(10px, 2vw, 17px);
  transform: translateY(-50%);
}

.searchBox__btnIcon--new_house {
  -webkit-mask: url("../img/common/icon_new_house_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_new_house_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--used_house {
  -webkit-mask: url("../img/common/icon_used_house_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_used_house_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--mansion,
.searchBox__btnIcon--used_mansion {
  -webkit-mask: url("../img/common/icon_mansion_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_mansion_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--land {
  -webkit-mask: url("../img/common/icon_land_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_land_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--fukuoka {
  -webkit-mask: url("../img/common/icon_fukuoka_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_fukuoka_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--kumamoto {
  -webkit-mask: url("../img/common/icon_kumamoto_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_kumamoto_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--saga {
  -webkit-mask: url("../img/common/icon_saga_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_saga_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--saga {
  -webkit-mask: url("../img/common/icon_saga_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_saga_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--price_down {
  -webkit-mask: url("../img/common/icon_price_down_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_price_down_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--bell {
  -webkit-mask: url("../img/common/icon_bell_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_bell_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--star {
  -webkit-mask: url("../img/common/icon_star_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_star_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--conditions {
  -webkit-mask: url("../img/common/icon_conditions_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_conditions_black_01.svg") no-repeat center / contain;
}

.searchBox__btnIcon--detailArea {
  -webkit-mask: url("../img/common/icon_area_black_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_area_black_01.svg") no-repeat center / contain;
  width: 1.6em;
  height: 1.6em;
}

/* エリアから探すモーダル */
.searchAreaModal.searchAreaModal--open {
  display: block;
}

.searchAreaModal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 10000;
}

.searchAreaModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .8);
}

.searchAreaModal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  color: var(--color-black);
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.searchAreaModal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: min(90%, 1000px);
  max-height: 80dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  padding: clamp(20px, 4vw, 50px);
}

.searchAreaModal__ttl {
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.searchAreaModal__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchAreaModal__item {
  width: calc((100% - 39px) / 4);
  height: 60px;
}

.searchAreaModal__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: var(--color-black);
  background: #fff;
  border: 1px solid var(--color-black);
  border-radius: var(--rad-common);
  font-size: clamp(1.5rem, 3vw, 1.6rem);
  font-weight: bold;
  text-align: center;
}

.searchAreaModal__link::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("../img/common/icon_arrow_black_thin_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_arrow_black_thin_01.svg") no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  transition: var(--transition-btn);
}

.searchAreaModal__all {
  margin-top: var(--gutter-supernarrow);
}

@media (any-hover:hover) {
  .searchAreaModal__link:hover {
    opacity: 1;
    transform: scale(1.05);
  }

  .searchAreaModal__link:hover::after {
    right: 2%;
  }
}


/*
===== RECOMBOX 注目物件／リフォーム済みおすすめ物件 ==========================================
*/
.pickupBox {
  border-top: 1px solid var(--color-main);
  padding: var(--gutter) 0 var(--gutter-wide);
  background-color: var(--color-palegray);
}

.pickupBox__inner {
  position: relative;
}

.pickupBox__headWrap {
  display: flex;
  align-items: flex-end;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: var(--gutter-narrow);
}

.pickupBox__head {
  width: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0;
}

.pickupBox__ttlBox {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  gap: 70px;
}

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

/* タブ */
.recomTabBox__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5px;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
}

.recomTabBox__item {
  border: 2px solid var(--color-black);
  background: #fff;
  border-radius: var(--rad-common);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  line-height: 1.4;
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition-common);
  position: relative;
  z-index: 1;
}

.recomTabBox__item.active {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

.recomTabBox__item::after {
  content: "";
  opacity: none;
  transform: translateX(-50%) translateY(-5px);
  opacity: 0;
  transition: var(--transition-btn);
  z-index: -1;
}

.recomTabBox__item.active::after {
  content: "";
  display: block;
  width: 15px;
  height: auto;
  aspect-ratio: 15 / 10;
  background-color: var(--color-main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  opacity: 1;
}

@media (any-hover:hover) {
  .recomTabBox__item:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
  }
}

/* スライド */
.pickupBox .c-recomList {
  display: flex;
  justify-content: center;
  margin-bottom: var(--gutter);
  flex-wrap: nowrap;
  gap: 0;
}

.pickupBox .c-recomList__item {
  width: 300px;
}

.pickupBox .c-recomList.slick-initialized {
  margin-bottom: 35px !important;
  display: block;
}

.pickupBox .c-recomList .slick-dots {
  bottom: -25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, var(--width-content));
}

.pickupBox .c-recomList .slick-dots li {
  flex: 1;
  margin: 0;
  width: 0 !important;
  height: 0 !important;
}

.pickupBox .c-recomList .slick-dots li button {
  width: 0 !important;
  height: 0 !important;
}

.pickupBox .slick-dots li button::before,
.pickupBox .slick-dots li button::after {
  border-radius: 0;
  border: none;
  height: 10px !important;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  width: 100% !important;
  background-color: var(--color-palegray);
}

.pickupBox .slick-dots li:first-child button::before,
.pickupBox .slick-dots li:first-child button::after {
  border-radius: var(--rad-common) 0 0 var(--rad-common);
  border-left: 1px solid var(--color-black);
}

.pickupBox .slick-dots li:last-child button::before,
.pickupBox .slick-dots li:last-child button::after {
  border-radius: 0 var(--rad-common) var(--rad-common) 0;
  border-right: 1px solid var(--color-black);
}

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


.pickupBox .c-recomList__item {
  margin: 0 22px;
}

.pickupBox .c-recomList__item:not(.c-recomList__item--member) {
  transition: var(--transition-btn);
}

.pickupBox .c-recomList__normalLink {
  width: 100%;
  height: 100%;
  display: block;
}

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

@media (any-hover:hover) {
  .pickupBox .c-recomList__item:not(.c-recomList__item--member):hover {
    transform: scale(1.02);
  }

  .pickupBox .c-recomList__normalLink:hover {
    opacity: 1;
  }
}

/*
===== SAKIDORIBOX ==========================================
*/
.sakidoriBox {
  padding: var(--gutter-wide) 0;
  background-color: var(--color-palered);
}

.sakidoriBox__ttlLogo {
  width: min(45%, 200px);
  margin: 0 auto 5px;
}

.sakidoriBox__ttl {
  font-size: clamp(1.4rem, 3.7vw, 2rem);
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.sakidoriBox__ttlMain {
  font-feature-settings: 'palt';
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.c-sakidoriList {
  margin-bottom: var(--gutter-medium);
}

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

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



/*
===== NOTICEBOX（未使用） ==========================================
*/
.noticeBox__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* お知らせ・コラム共通 */


.topicsBox,
.columnBox {
  width: calc((100% - 60px) / 2);
  position: relative;
  display: flex;
  flex-direction: column;
}

.topicsBox__list,
.columnBox__list {
  margin-bottom: var(--gutter-medium);
  flex: 1;
}

.topicsBox__inner,
.columnBox__inner {
  margin-bottom: var(--gutter-medium);
}

/* topicsBox */
.topicsBox__itemLink {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--color-black);
  padding: 20px 0;
  position: relative;
  transition: color .3s ease-in-out .1s;
}

.topicsBox__item:first-child .topicsBox__itemLink {
  padding-top: 0;
}

.topicsBox__itemLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: var(--transition-common);
  ;
}

@media (any-hover:hover) {
  .topicsBox__itemLink:hover {
    opacity: 1;
  }

  .topicsBox__itemLink:hover .topicsBox__itemTtl {
    color: var(--color-red);
  }

  .topicsBox__itemLink:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}


/* columnBox */
.columnBox__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.columnBox__itemLink {
  display: flex;
  gap: 15px 20px;
  align-items: flex-start;
}

.columnBox__photo {
  width: min(35%, 160px);
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: var(--rad-common);
  overflow: hidden;
  flex-shrink: 0;
}

.columnBox__photoImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-common);
}

@media (any-hover:hover) {
  .columnBox__itemLink:hover {
    opacity: 1;
  }

  .columnBox__itemLink:hover .columnBox__photoImg {
    transform: scale(1.1);
  }
}




/*
===== indexColumnBox ==========================================
*/
.indexColumnBox {
  border-top: 1px solid var(--color-blue);
  padding: var(--gutter) 0 var(--gutter-wide);
}

/* indexColumnBox */
.indexColumnBox__list {
  display: flex;
  justify-content: center;
  gap: clamp(30px, 4vw, 60px);
  margin-bottom: var(--gutter-narrow);
}

.indexColumnBox__item {
  position: relative;
  width: 360px;
}

.indexColumnBox__itemLink {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px 20px;
}


.indexColumnBox__date {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: var(--font-en);
}

.indexColumnBox__itemTtl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}

.indexColumnBox__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: var(--rad-common);
  position: relative;
  border: 1px solid var(--color-black);
}

.indexColumnBox__photoImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-common);
}

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

.indexColumnBox__tagWrap {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: center;
}


@media (any-hover:hover) {
  .indexColumnBox__itemLink:hover {
    opacity: 1;
  }

  .indexColumnBox__itemLink:hover .indexColumnBox__photoImg {
    transform: scale(1.05);
  }
}

/*
===== conceptBox ==========================================
*/
.conceptBox {
  border-top: 1px solid var(--color-main);
  padding: var(--gutter) 0 var(--gutter-superwide);
  background: url(../img/common/bg_concept_01.webp) no-repeat center bottom / auto 65px;
}

.conceptBox__ttl {
  font-size: clamp(2.3rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-main);
  font-weight: bold;
  margin-bottom: var(--gutter-medium);
}

.conceptBox__ttlLogo {
  height: 1.6em;
  position: relative;
  top: 2px;
}

.conceptBox__txtBox {
  padding: var(--gutter-medium) 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.conceptBox__txtBox::before {
  content: "";
  display: block;
  width: clamp(35px, 6vw, 58px);
  height: auto;
  aspect-ratio: 58 / 85;
  background: url("../img/common/deco_bracket_mainColor_top_01.webp") no-repeat center / contain;
  position: absolute;
  left: -80px;
  top: 10px;
}

.conceptBox__txtBox::after {
  content: "";
  display: block;
  width: clamp(35px, 6vw, 58px);
  height: auto;
  aspect-ratio: 58 / 85;
  background: url("../img/common/deco_bracket_mainColor_bottom_01.webp") no-repeat center / contain;
  position: absolute;
  right: -50px;
  bottom: 20px;
}

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

.conceptBox__catch img {
  height: clamp(2.3rem, 3vw, 2.8rem);
}

.conceptBox__txtWrap {
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.02em;
}

.conceptBox__txt:not(:last-child) {
  margin-bottom: 2em;
}

/*
===== indexShopInfo ==========================================
*/
.indexShopInfo {
  padding: var(--gutter-superwide) 0;
}

.indexShopInfo__inner {
  position: relative;
  margin: 0 auto;
  width: fit-content
}

.indexShopInfo__inner::before {
  content: "";
  display: block;
  width: clamp(35px, 6vw, 58px);
  height: auto;
  aspect-ratio: 58 / 85;
  background: url("../img/common/deco_bracket_blue_top_01.webp") no-repeat center / contain;
  position: absolute;
  left: -60px;
  top: -30px;
}

.indexShopInfo__inner::after {
  content: "";
  display: block;
  width: clamp(35px, 6vw, 58px);
  height: auto;
  aspect-ratio: 58 / 85;
  background: url("../img/common/deco_bracket_blue_bottom_01.webp") no-repeat center / contain;
  position: absolute;
  right: -70px;
  bottom: -40px;
}

.indexShopInfo__ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.02em;
}

.indexShopInfo__ttlLogoWrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
}

.indexShopInfo__ttlLogo {
  height: 1.4em;
  position: relative;
  top: 4px;
}

.indexShopInfo__intoro {
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: var(--gutter-narrow);
}

.indexShopInfo__ttlSmall {
  font-size: 0.8em;
}

.indexShopInfo__ttlCompany {
  color: var(--color-blue);
}

.indexShopInfo__item {
  width: min(840px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px dashed var(--color-darkgray);
  flex-wrap: wrap;
  position: relative;
}

.indexShopInfo__itemInner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% - 110px);
}

.indexShopInfo__itemInner2 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% - clamp(100px, 32vw, 280px));
}

.indexShopInfo__img {
  width: 70px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

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

.indexShopInfo__tel {
  flex: 1;
  display: flex;
}

.indexShopInfo__tel .commonTel__num {
  font-size: clamp(2.8rem, 3vw, 3.4rem);
}

.indexShopInfo__shopName {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
  font-weight: 700;
}

.indexShopInfo__data {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-feature-settings: 'palt';
}

.indexShopInfo__detilBtn {
  color: #fff;
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
  width: 90px;
  height: auto;
  aspect-ratio: 90 / 30;
  padding-right: 10px;
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
  transition: var(--transition-btn);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.indexShopInfo__detilBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask: url("../img/common/icon_arrow_white_normal_01.svg") no-repeat center / contain;
  mask: url("../img/common/icon_arrow_white_normal_01.svg") no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  transition: var(--transition-btn);
}

@media (any-hover:hover) {
  .indexShopInfo__detilBtn:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}

.indexShopInfo__btnWrap {
  display: flex;
  gap: 30px;
  margin: var(--gutter-narrow) auto 0;
  justify-content: center;
}

.indexShopInfo__btnWrap .btn_archive {
  margin: 0;
}

/*
===== indexStaff ==========================================
*/
.indexStaff {
  border-top: 1px solid var(--color-yellow);
  padding: var(--gutter-wide) 0 var(--gutter-wide);
  background-color: var(--color-paleyellow);
}

.indexStaff__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter) var(--gutter-narrow);
  justify-content: center;
  align-items: flex-start;
  gap: 15px 30px;
  flex-wrap: wrap;
}

.indexStaff__item {
  width: calc((100% - 90px) / 4);
}

.indexStaff__photo {
  display: block;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: var(--rad-common);
  border: 1px solid var(--color-lightgray);
  background: #fff;
}

.indexStaff__photo img {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}

.indexStaff__ttl {
  text-align: center;
}


/*
===== SPECIALBOX ==========================================
*/
.specialBox__inner {
  position: relative;
}

.specialBox__list {
  text-align: center;
  display: flex;
  gap: clamp(15px, 2vw, 30px);
  justify-content: center;
}

.specialBox__list.slick-initialized {
  margin-bottom: 30px !important;
  display: block;
}

.specialBox__item {
  width: min(100%, 380px);
}

.specialBox__item a {
  width: 100%;
  height: 100%;
  display: block;
  transition: .3s;
}

.specialBox__item img {
  border-radius: var(--rad-common);
}

.specialBox__list.slick-initialized .specialBox__item {
  margin: 0 15px;
}

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

/*
===== 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) {

  /*
  ===== RECOMBOX 注目物件／リフォーム済みおすすめ物件 ==========================================
  */
  .pickupBox__headWrap {
    margin-bottom: var(--gutter-supernarrow);
  }

  /*
===== SAKKIDORIBOX ==========================================
*/

  .sakidoriBox .c-sakidoriList__item:nth-child(n+5) {
    display: none;
  }


  /*
===== NOTICEBOX ==========================================
*/
  /* topicsBox */
  .noticeBox__itemTtl {
    font-size: 1.4rem;
  }

  /*
  ===== conceptBox ==========================================
  */
  .conceptBox__txtBox::before {
    left: -13%;
    top: 5%;
  }

  .conceptBox__txtBox::after {
    right: -13%;
    bottom: 5%;
  }

}


/*==================================================
  tablet & SP SETTING : Max1080px
  ==================================================*/
@media screen and (max-width: 1080px) {

  /*
  ===== 件数アピール ==========================================
  */

  .countAppeal {
    max-width: 600px;
    padding-bottom: var(--gutter-wide);
  }

  .countAppeal__list {
    flex-direction: column;
    font-size: clamp(1.4rem, 2vw, 2rem);
  }

  .countAppeal__item--public {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
  }

  .countAppeal__item--member {
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px dotted var(--color-gray);
    padding-top: 0.7em;
    margin-top: 0.5em;
    width: 100%;
    flex-direction: column;

    & .countAppeal__label {
      font-size: clamp(2.4rem, 5.5vw, 4rem);
      flex-direction: row;
      justify-content: center;
      gap: 5px;
      padding-top: 0;
    }

    & .countAppeal__num {
      font-size: 4em;
    }

    & .countAppeal__count {
      flex-wrap: wrap;
    }

    & .countAppeal__after {
      font-size: 1.2em;
    }

  }

  .countAppeal__item--total {
    & .countAppeal__count {
      &::after {
        width: 4.4em;
        top: -2em;
        right: -2em;
      }
    }

    & .countAppeal__label {
      font-size: clamp(2.4rem, 7vw, 4rem);
    }

    & .countAppeal__num {
      font-size: 4.5em;
    }
  }

  .countAppeal::before {
    left: -3%;
    top: 5%;
  }

  .countAppeal::after {
    right: -3%;
    bottom: 5%;
  }

  /*
===== indexShopInfo ==========================================
*/
  .indexShopInfo__inner {
    width: 90%
  }

  .indexShopInfo__inner::before {
    left: -3%;
    top: -6%;
  }

  .indexShopInfo__inner::after {
    right: -3%;
    bottom: -10%;
  }

  .indexShopInfo__btnWrap {
    gap: 20px;
    width: 90%;
  }

  .indexShopInfo__btnWrap .btn_archive {
    width: min(250px, calc((100% - 20px) / 2));
  }

  .indexShopInfo__btnWrap .btn_archive a {
    width: 100%;
  }

  
  /*
  ===== searchBox - SP & TABLET ==========================================
  */
  .searchBox {
    padding-bottom: 250px;
    background: url(../img/common/bg_searchMap_top_01.webp) no-repeat bottom -180px right / auto 500px;
  }

  .searchBox__btnList {
    max-width: 100%;
  }

  .searchBox--kumamoto {
    padding-bottom: 350px;
    background: 
    linear-gradient(
      to top,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 370px,
      rgba(255,255,255,1) 390px
    ),
    url(../img/common/bg_searchMap_kumamoto_01.webp)  no-repeat bottom -100px right / auto 500px;
  }

  .searchBox--fukuoka {
    padding-bottom: 450px;
    background: 
    linear-gradient(
      to top,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 460px,
      rgba(255,255,255,1) 480px
    ),
    url(../img/common/bg_searchMap_fukuoka_01.webp)  no-repeat bottom -30px right / auto 500px;
  }

  .searchBox--land {
    padding-bottom: 300px;
    background: 
    linear-gradient(
      to top,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 330px,
      rgba(255,255,255,1) 350px
    ),
    url(../img/common/bg_searchMap_land_01.webp)  no-repeat bottom -10px right / auto 350px;
  }
  
  /* エリアから探すモーダル */
  .searchAreaModal__item {
    width: calc((100% - 20px) / 3);
  }
}

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

@media screen and (max-width: 767px) {

  .indexmainBox {
    margin-top: 5px;
    padding-bottom: 40px;
  }

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

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

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

  .indexmainSlider .slick-list.draggable {
    padding: 0 15px !important;
  }

  .indexmainSlider__item {
    margin: 0 5px;
    aspect-ratio: 750 / 750;
    max-height: inherit;
  }

  .indexmainSlider:not(.slick-initialized) .indexmainSlider__item {
    margin: 0 auto;
  }

  /*
  ===== spInfoBox - SP   ==========================================
  */
  .spInfoBox {
    width: 100%;
    margin: 20px auto 0;
    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;
    padding: 3% 5%;
    background: var(--color-main);
    color: #fff;
  }

  .spInfoBox__countAllTxt--num {
    font-size: 1.9em;
  }

  .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-size: 1.8em;
  }

  .spInfoBox__detailItemTtl-general,
  .spInfoBox__detailItemTxt-general {
    color: var(--color-lightblue);
  }

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

  .spInfoBox__detailItemTtl-shop,
  .spInfoBox__detailItemTxt-shop {
    color: var(--color-black);
  }

  .spInfoBox__btnBox {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 3%;
    font-weight: bold;
  }

  .spInfoBox__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48.5%;
    /*種別の数に応じて変更*/
    padding: 1em 0.5em;
    text-align: center;
    font-size: clamp(1.3rem, 4vw, 1.6rem);
    position: relative;
    border: 2px solid var(--color-black);
    border-radius: 3px;
  }

  .spInfoBox__btn::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid var(--color-black);
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
  }

  .spInfoBox__btnTxt {
    line-height: 1.3;
  }

  /*
===== searchBox - SP ==========================================
*/
  .searchBox__btn {
    padding-left: 1em;
  }

  .searchBox__btn::after {
    right: 2%;
  }

  /* エリアから探すモーダル */
  .searchAreaModal__content {
    width: min(92%, 1000px);
    max-height: 85dvh;
  }

  .searchAreaModal__item {
    width: 100%;
  }
  
  /*
  ===== PICKUPBOX・RECOMBOX ==========================================
  */

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

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

  /* タブ */
  .recomTabBox__item {
    flex: 1;
    padding: 0;
    text-align: center;
    line-height: 1.2;
    padding: 0.8em 0;
  }

  /* スライド */
  .pickupBox .c-recomList__item {
    max-width: 300px;
    margin: 0 10px;
  }

  /*スライドのばらけ防止*/
  .pickupBox .c-recomList__item:not(:first-child) {
    display: none;
  }

  .pickupBox .c-recomList.slick-initialized .c-recomList__item {
    display: block;
  }


  /*
  ===== SAKIDORIBOX ==========================================
  */
  .sakidoriBox__ttl {
    margin-bottom: var(--gutter);
  }

  /* SP版トップのみスライダー */
  .c-sakidoriList--spCarousel.slick-initialized {
    margin-bottom: 80px !important;
    display: block;
  }

  .c-sakidoriList--spCarousel .slick-dots {
    bottom: -40px;
  }

  .c-sakidoriList--spCarousel .c-sakidoriList__listInner {
    width: min(100%, 300px);
    margin: 0 10px;
    gap: 30px;
    display: flex;
    flex-direction: column;
  }

  /*スライドのばらけ防止*/
  .c-sakidoriList--spCarousel .c-sakidoriList__listInner:not(:first-child) {
    display: none;
  }

  .c-sakidoriList--spCarousel.slick-initialized .c-sakidoriList__listInner {
    display: flex;
  }

  /*
  ===== noticeBox（未使用）  ==========================================
  */
  .noticeBox__inner {
    flex-direction: column;
    gap: var(--gutter-superwide);
  }

  .topicsBox,
  .columnBox {
    width: 100%;
  }

  .topicsBox__item:nth-child(n+3) {
    display: none;
  }

  .columnBox__item:nth-child(n+3) {
    display: none;
  }

  .columnBox__itemLink {
    flex-direction: column;
  }

  .columnBox__photo {
    width: 100%;
    margin: 0 auto;
  }

  .columnBox__item:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-black);
  }

  /*
===== indexColumnBox ==========================================
*/

  .indexColumnBox__list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .indexColumnBox__item {
    width: min(360px, 100%);
    margin: 0;
  }

  .indexColumnBox__item:nth-child(n+3) {
    display: none;
  }

  .indexColumnBox__itemLink {
    flex-direction: column;
  }

  .indexColumnBox__photo {
    width: 100%;
    margin: 0 auto;
  }

  .indexColumnBox__item {
    padding: 0 10px 20px;
    border-bottom: 1px dashed var(--color-darkgray);
  }

  /*
  ===== indexShopInfo ==========================================
  */
    .indexShopInfo__item {
    gap: 10px;
    padding: 15px 10px;
  }

  .indexShopInfo__img {
    width: 80px;
  }

  .indexShopInfo__itemInner {
    width: 100%;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .indexShopInfo__itemInner2 {
    width: 100%;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: flex-start;
  }

  .indexShopInfo__detilBtn {
    width: 80px;
    font-size: 1.2rem;
    position: absolute;
    bottom: 15px;
    right: 10px;
  }

  /*
  ===== conceptBox ==========================================
  */
  .conceptBox__catch img {
    height: 6.5rem;
    margin: 0 auto;
    display: block;
    padding-left: 1em;
  }

  .conceptBox__txtBox {
    width: 90%;
  }

  .conceptBox__txtBox::before {
    left: -6%;
    top: 0;
  }

  .conceptBox__txtBox::after {
    right: -6%;
    bottom: -2%;
  }

  /*
===== indexStaff ==========================================
*/

.indexStaff__item {
  width: calc((100% - 30px) / 2);
}



  /*
===== SPECIALBOX ==========================================
*/
  .specialBox__item {
    width: 85vw;
  }

  .specialBox__list.slick-initialized .specialBox__item {
    margin: 0 1.5vw;
  }

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

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

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