﻿@charset "utf-8";

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

.text_02 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.text_02 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.eventBox .index__ttlEn::first-letter {
  color: var(--color-red);
}

.searchBox .index__ttlEn::first-letter {
  color: var(--color-orange);
}

.newArrivalsBox .index__ttlEn::first-letter {
  color: var(--color-ygreen);
}

.pickupBox .index__ttlEn::first-letter {
  color: var(--color-green);
}

.recomBox .index__ttlEn::first-letter {
  color: var(--color-green);
}

.shopInfoBox .index__ttlEn::first-letter {
  color: var(--color-lightblue);
}

.topicsBox .index__ttlEn::first-letter {
  color: var(--color-blue);
}

.columnBox .index__ttlEn::first-letter {
  color: var(--color-purple);
}

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

.index__ttlJa::before,
.index__ttlJa::after {
  background-color: var(--color-black);
  content: "";
  height: 1px;
  width: 20px;
}

.index__ttlJa::before {
  margin-right: 10px;
}

.index__ttlJa::after {
  margin-left: 10px;
}

/*
===== SLIDER ==========================================
*/
.indexmainBox .slick-list.draggable {
  width: 100%;
  overflow: hidden!important;
}

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

/*
===== openBox ==========================================
*/
.openBox {
  text-align: center;
  margin: var(--gutter) 0 var(--gutter-supernarrow);
  font-size: clamp(2.8rem, 4vw, 5rem);
  font-weight: bold;
  letter-spacing: .025em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}
.openBox::before,
.openBox::after {
  content: "";
  width: 40px;
  height: 3px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: var(--color-black);
}
.openBox::after {
  transform: rotate(-60deg);
}
.openBox__text .small {
  font-size: var(--font-24);
  margin-right: 5px;
}

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

.eventBox__inner {
  width: 100%;
  max-width: var(--width-content);
  margin: 0 auto;
  padding: 15px 0;
}

.eventBox__inner .slick-list.draggable {
  height: auto;
}

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

.eventBox__item {
  width: calc((100% - 50px) / 3);
  max-width: 370px;
  position: relative;
  padding: 20px 0;
  margin: 0 10px;
  height: auto;
}

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

.eventBox__item .eventBox__shadowWrap {
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.80);
}

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

.eventBox__new {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 1;
}

.img_new {
  filter: drop-shadow(3px 1px 0px #000);
}

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

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

.eventBox__detail {
  padding: 10px;
  position: relative;
}

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

.eventBox__iconWrap span {
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  padding: 10px;
}

.eventBox__itemTtl {
  text-align: left;
  font-size: var(--font-16);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eventBox__date {
  color: #555;
  font-size: var(--font-12);
  font-weight: 700;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

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

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

.searchBox {
  background: url(../img/index/bg_search.webp) center/cover;
  border-top: 5px solid var(--color-black);
  border-bottom: 5px solid var(--color-black);
  margin-bottom: var(--gutter);
  padding: var(--gutter-wide) 0;
}

.searchBox__ttl {
  text-align: center;
  margin-bottom: 30px;
}

.searchBox__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  gap: 60px;
  margin-bottom: var(--gutter-narrow);
}

/*
----- searchBox__option --------------------
*/
.searchBox__option {
  max-width: 365px;
  width: 30%;
}

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

.searchBox__option dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.searchBox__option dt {
  font-size: var(--font-16);
  font-weight: 500;
  width: 20%;
  letter-spacing: .1em;
}

.searchBox__option dd {
  width: 75%;
}

.searchBox__option .formWrap dd input,
.searchBox__option .formWrap dd select {
  width: 100%;
  padding: 1em .5em;
}

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

.searchBox__option .itemWrap {
  margin-bottom: clamp(2rem, 6vw, 3rem);
}

/*
----- areasearchBox rightCont --------------------
*/
.searchBox__rightCont {
  max-width: 770px;
  width: 64%;
}

.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: 10px;
}

.areasearchBox__tabItem {
  width: calc((100% - 20px) / 3);
  background-color: var(--color-lightgray);
  color: #555;
  font-size: var(--font-20);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 13px 5px;
  flex-shrink: 0;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.areasearchBox__tabItem.active {
  background-color: var(--color-black);
  color: #fff;
  position: relative;
}

.areasearchBox__tabItem.active::after {
  background: var(--color-black);
  position: absolute;
  content: '';
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  height: calc(24px / 2);
  width: 22px;
  clip-path: polygon(50% 100%,100% 0,0 0);
  z-index: 2;
}

.areasearchBox__tabTxt {
  line-height: 1.1;
}

@media (any-hover:hover) {
  .areasearchBox__tabItem:hover {
    cursor: pointer;
    background: var(--color-black);
    color: var(--color-white);
  }
}

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

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

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

.areasearchBox__mapItemInner {
  text-shadow: 2px 1px 0 rgba(255, 255, 255, 0.60);
}

.areasearchBox__mapItemTtl {
  font-size: var(--font-16);
  white-space: pre-wrap;
  margin-bottom: 3px;
}

.areasearchBox__mapItemNum {
  font-family: var(--font-en);
  font-size: 3.6rem;
  line-height: 1;
  margin: 0 2px 0 10px;
}

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

  .areasearchBox__mapItem {
    position: absolute;
  }
  
  /*強調エリア*/
  .areasearchBox__mapBox .c-23211,
  .areasearchBox__mapBox .c-23202 {
    background: var(--color-black);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 10px 30px;
  }
  .areasearchBox__mapBox .c-23211 .areasearchBox__mapItemTtl,
  .areasearchBox__mapBox .c-23202 .areasearchBox__mapItemTtl {
    margin-bottom: 0;
  }
  .areasearchBox__mapBox .c-23211 .areasearchBox__mapItemInner,
  .areasearchBox__mapBox .c-23202 .areasearchBox__mapItemInner {
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-shadow: none;
  }

  /*豊田市*/
  .areasearchBox__mapBox .c-23211{
    top: 77px;
    left: 50%;
    transform: translateX(calc(-50% + 41px));
  }
  
  /*岡崎市*/
  .areasearchBox__mapBox .c-23202{
    top: 284px;
    left: 50%;
    transform: translateX(calc(-50% + 210px));
  }
  
  /*安城市*/
  .areasearchBox__mapBox .c-23212{
    top: 404px;
    left: 50%;
    transform: translateX(calc(-50% - 18px));
  }
  
  /*みよし市*/
  .areasearchBox__mapBox .c-23236{
    top: 221px;
    left: 50%;
    transform: translateX(calc(-50% - 138px));
  }
  
  /*日進市*/
  .areasearchBox__mapBox .c-23230{
    top: 165px;
    left: 50%;
    transform: translateX(calc(-50% - 220px));
  }
  
  /*刈谷市*/
  .areasearchBox__mapBox .c-23210{
    top: 361px;
    left: 50%;
    transform: translateX(calc(-50% - 168px));
  }
  
  /*知立市*/
  .areasearchBox__mapBox .c-23225{
    top: 397px;
    left: 50%;
    transform: translateX(calc(-50% - 93px));
  }
  
  /*瀬戸市*/
  .areasearchBox__mapBox .c-23204{
    top: 14px;
    left: 50%;
    transform: translateX(calc(-50% - 220px));
  }
  
  /*尾張旭市*/
  .areasearchBox__mapBox .c-23226{
    top: 47px;
    left: 50%;
    transform: translateX(calc(-50% - 315px));
  }
  
  /*長久手市*/
  .areasearchBox__mapBox .c-23238{
    top: 93px;
    left: 50%;
    transform: translateX(calc(-50% - 230px));
  }
}

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

/* 物件数 */
.estateCountBox {
  max-width: 380px;
  width: calc(100% / 3);
  background: var(--color-lightgray);
}

.estateCountBox__totalBox {
  padding: 15px 15px 20px;
  background: var(--color-black);
}

.estateCountBox__totalWrap {
  text-align: center;
}

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

.estateCountBox__totalTtl {
  text-align: center;
  font-size: var(--font-24);
  font-weight: bold;
  letter-spacing: .1em;
  color: var(--color-white);
}

.estateCountBox__totalNumBox {
  font-weight: bold;
  font-size: var(--font-20);
  color: var(--color-white);
}

.estateCountBox__totalNumBox .estateCountBox__num {
  font-size: clamp(4rem, 6vw, 8rem);
  font-family: var(--font-en);
  font-weight: 900;
  line-height: 1;
}

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

.estateCountBox__detailTtl {
  font-weight: bold;
  font-size: var(--font-18);
  text-align: center;
}

.estateCountBox__detailNumBox {
  font-weight: bold;
  font-size: var(--font-16);
  text-align: center;
}

.estateCountBox__num {
  font-family: var(--font-en);
  font-size: clamp(2.6rem, 6vw, 3.8rem);
  font-weight: 900;
}

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

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

.estateCountBox__btnTxt {
  font-size: 14px;
}

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

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

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

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

/* 会員ログイン */
.estateMemberBox {
  max-width: 380px;
  width: calc(100% / 3);
  background: var(--color-white);
  border: 1px solid var(--color-black);
  padding: 25px 35px;
}

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

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

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

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

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

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

.infoBox__memberBox__btn .memberBox__btn a {
  font-size: var(--font-18);
  max-width: 100%;
}

.infoBox__memberBox__btn.member__logout .btn_wrapper {
  max-width: 100%;
  width: 100%;
}

.infoBox__memberBox__btn.member__logout .btn_wrapper input[type="submit"] {
  max-width: 100%;
}

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

.infoBox__signupBox__ttl {
  width: 295px;
  height: 65px;
  margin-bottom: 2rem;
}

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

.infoBox__signupBox__txt span {
  font-weight: 700;
}

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

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

/* 検索ボタン */
.searchBox__linkBtnWrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: var(--gutter-narrow);
}

.searchBox__linkBtnWrap .btn_archive a {
  max-width: 400px;
  padding: 17px 65px 17px 15px;
  height: 100%;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.searchBox__linkBtnWrap .searchBox__linkBtnTxt {
  font-size: var(--font-16);
}

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

.newArrivalsBox,
.pickupBox,
.recomBox {
  position: relative;
  margin-bottom: var(--gutter);
  overflow: hidden;
}

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

.recom .wrap {
  width: 100%;
}

.recom #itemList {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: var(--width-content);
  max-width: 100%;
}

.recom .item {
  width: 320px;
  min-height: 570px;
  border: solid 1px var(--color-lightgray);
  position: relative;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

@media (any-hover:hover) {
  .recom .item:hover {
    opacity:1;
    transform: scale(1.02);
    transition: transform 0.3s ease;
  }
  .recom .item:hover a {
    opacity: 1;
  }
}

.recom .item.emember a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-main);
  background: url(../img/index/bg_prpregist.webp) no-repeat center / cover;
}

.recomSignup__ttl {
  color: var(--color-red);
  font-family: var(--font-en);
  font-size: var(--font-24);
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

.recomSignup__ttl::before {
  content: "";
  width: auto;
  height: 3.6rem;
  aspect-ratio: 22 / 36;
  background: url(../img/common/deco_prpregist_01.svg) no-repeat center / contain;
  position: absolute;
  left: -2.8rem;
  top: 50%;
  transform: translateY(-50%);
}

.recomSignup__ttl::after {
  content: "";
  width: auto;
  height: 3.6rem;
  aspect-ratio: 22 / 36;
  background: url(../img/common/deco_prpregist_01.svg) no-repeat center / contain;
  position: absolute;
  right: -2.8rem;
  top: 50%;
  transform: scaleX(-1) translateY(-50%);
}

.recomSignup__txt {
  font-size: var(--font-16);
  margin-bottom: var(--gutter-narrow);
  text-align: center;
}

.recomSignup__btnWrap .btnWrap_txt {
  position: relative;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 8px;
}

.recomSignup__btnWrap .btnWrap_txt::before,
.recomSignup__btnWrap .btnWrap_txt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 1px;
  height: 1.6rem;
  background: var(--color-black);
}

.recomSignup__btnWrap .btnWrap_txt::before {
  transform: rotate(-30deg);
  left: -6px;
}

.recomSignup__btnWrap .btnWrap_txt::after {
  transform: rotate(30deg);
  right: -6px;
}

.recomSignup__btnWrap .btnWrap_btn {
  display: block;
  width: 250px;
  max-width: 250px;
  margin: 0 auto;
  background: var(--color-red);
  color: #FFF;
  padding: 17px 55px 17px 0;
  font-size: var(--font-20);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.4s ease, color 0.5s ease;
  text-align: center;
}

.recomSignup__btnWrap .btnWrap_btn .btn_txt {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.recomSignup__btnWrap .btnWrap_btn .btn_arrow {
  background: var(--color-red);
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.recomSignup__btnWrap .btnWrap_btn .btn_arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

@media (any-hover:hover) {
  .recom .item:hover .recomSignup__btnWrap .btnWrap_btn {
    background-color: transparent;
    color: var(--color-red);
  transition: background-color 0.4s ease, color 0.5s ease;
  }
  .recom .item:hover .btn_arrow img,
  .recom .item:hover .btn_arrow img {
    transform: translate(-50%, -50%) scale(1.3);
  }
  .recom .item:hover .btn_txt {
    background: transparent;
  }
}

/*-------------------------▲*/
.recom .item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
}

.recom .item.emember a {
  padding: 0;
  height: 100%;
}

.recomBox.recom_re .item.emember a {
  padding: 0;
}

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

.recom .item .box01 {
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
}

.recom .item .box01 .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}

.recom .item .box01 .icon_txt {
  width: 58px;
  height: 20px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: 'palt';
}

.recom .item .box01 .price {
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
}

.recom .item .box01 .price span {
  font-size: 22px;
  font-family: var(--font-en);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .05em;
}

.recom .item .photo {
  text-align: center;
}

.recom .item .photo img {
  width: 100%;
  height: 200px;
  display: block;
  margin: 0 auto;
}

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

.recom .item .info h3.ttl {
  font-size: var(--font-18);
  font-weight: bold;
}

.recom .item .info .details {
  min-height: 60px;
}

.recom .item .payment_pay {
  border-top: 1px solid var(--color-lightgray);
  padding-top: 15px;
}

.recom .item .payment_pay dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.recom .item .payment_pay dd span {
  margin: 0 3px;
}

.recom .item .payment_pay .payment_txt {
  padding: 10px 5px;
  text-align: center;
  background: var(--color-black);
  color: var(--color-white);
  margin-top: 15px;
  line-height: 1;
}

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

.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;
}

/*
===== GALLERYBOX ==========================================
*/
.galleryBox {
  border: 10px solid var(--color-black);
  background: url(../img/index/bg_search.webp) center/cover;
  padding: var(--gutter-wide) 0;
  margin-bottom: var(--gutter);
}

.galleryBox__ttl {
  display: block;
  margin-bottom: var(--gutter-supernarrow);
}

.galleryBox__ttl .index__ttlEn {
  font-size: clamp(4rem, 6vw, 8rem);
  position: relative;
}

.galleryBox__ttl .index__ttlEn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 1px;
  height: 70px;
  content: '';
  background-color: var(--color-black);
  -webkit-transform: skewX(-30deg) translateY(-50%);
  transform: skewX(-30deg) translateY(-50%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.galleryBox__ttl .index__ttlJa {
  font-size: var(--font-18);
  font-weight: 700;
  display: inline-block;
  margin-left: 40px;
}

.galleryBox__ttl .index__ttlJa::before,
.galleryBox__ttl .index__ttlJa::after {
  content: none;
}

.galleryBox__txt {
  font-size: var(--font-16);
  margin-bottom: var(--gutter-narrow);
}

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

.galleryBox__list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  position: relative;
  gap: 50px;
}

.galleryBox__item {
  max-width: 570px;
  width: calc((100% - 50px)/ 2);
  position: relative;
}

.galleryBox__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s ease;
}

@media (any-hover:hover) {
  .galleryBox__item a:hover {
    opacity: 1;
    transform: scale(1.02);
    transition: transform 0.3s ease;
  }
}

.galleryBox__number {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: var(--font-40);
  font-weight: 900;
  text-shadow: 2px 2px 0px #111;
  line-height: 1;
}

.galleryBox__new {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 1;
}

.galleryBox .cate_new {
  padding: 10px !important;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1;
}

.galleryBox__photo {
  margin-bottom: var(--gutter-supernarrow);
  width: 100%;
  height: 290px;
}

.galleryBox__photo img {
  width: 100%;
  height: 100%;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.80);
}

.galleryBox__detail {
  border-top: none;
}

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

.galleryBox__cateWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.galleryBox__cate {
  color: #333;
  font-weight: 400;
}

.galleryBox__btn {
  margin-top: 50px;
}

/*
===== CONCEPTBOX ==========================================
*/
.conceptBox {
  margin-bottom: var(--gutter);
  z-index: 1;
  position: relative;
  padding-top: 8rem;
}

.conceptBox::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  background: var(--color-gray);
  width: 73%;
  height: 50%;
}

.conceptBox__ttlWrap {
  max-width: var(--width-content);
  margin: auto;
}

.conceptBox__ttl {
  margin-bottom: 3rem;
}

.conceptBox__sub {
  font-size: var(--font-20);
  font-weight: 400;
  letter-spacing: .1em;
}

.conceptBox__sub span {
  font-weight: 700;
}

.conceptBox__inner {
  display: flex;
  margin-top: -80px;
}

.conceptBox__content {
  width: calc(50% + 90px);
  padding-top: 150px;
}

.conceptBox__content-inner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--width-content);
  max-width: 98vw;
  height: 564px;
  padding: 120px 0 120px 34%;
  overflow: hidden;
  background: 0 0;
}

@media screen and (max-width: 1800px) {
  .conceptBox__content-inner {
    padding: clamp(24px, 5vw, 34%);
  }
}

.conceptBox__text {
  color: var(--color-white);
  font-size: var(--font-16);
  letter-spacing: .05em;
  line-height: 1.7;
  max-width: 60rem;
}

.conceptBox__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  min-height: 564px;
  background: url(../img/index/bg_concept_copy.webp) center/cover no-repeat;
}

.conceptBox__figure {
  position: relative;
  flex: 1 1 auto;
  height: 600px;
  overflow: hidden;
}

.conceptBox__figure img {
  width: 100%;
}

/*
===== SHOPINFOBOX ==========================================
*/
.shopInfoBox {
  margin-bottom: var(--gutter);
}

.shopInfoBox .btn_archive a{
  margin: 0;
}

/*
===== NOTICEBOX ==========================================
*/
.noticeBox {
  background: url(../img/index/bg_noticebox.webp) center/cover;
  padding: var(--gutter) 0;
  margin-bottom: var(--gutter);
}

.topicsBox__ttl,
.columnBox__ttl {
  display: inline-grid;
  text-align: left;
}

.topicsBox__ttl .index__ttlJa,
.columnBox__ttl .index__ttlJa {
  display: block;
  text-align: left;
}

.topicsBox__ttl .index__ttlJa::before,
.topicsBox__ttl .index__ttlJa::after,
.columnBox__ttl .index__ttlJa::before,
.columnBox__ttl .index__ttlJa::after {
  content: none;
}

.noticeBox__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.topicsBox__item a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/common/icon_arrow.svg);
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: right 0.4s;
  filter: brightness(0);
}

.topicsBox__item a:hover {
  opacity: .8;
}

.topicsBox__item a:hover::after {
  right: 1rem;
}

.topicsBox__date {
  width: 14%;
  max-width: 80px;
  flex-shrink: 0;
  font-family: var(--font-en);
  margin-right: 5px;
  line-height: 1.5;
}

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

.noticeBox .cate_new,
.noticeBox .cate_popular {
  padding: 1px 5px 0;
  font-family: var(--font-en);
  margin-right: 15px;
}

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

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

.columnBox__item a {
  display: flex;
  text-decoration: none;
}

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

.columnBox__photo img {
  width: 120px;
  height: 80px;
}

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

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

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

.columnBox__infoList {
  display: inline-block;
}

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

.columnBox__date {
  font-weight: 500;
}

.columnBox__catWrap {
  margin-bottom: 5px;
}

.columnBox__catWrap li {
  color: #555;
}

.topicsBox,
.columnBox {
  width: calc(100% /2);
  padding: 20px 0;
}

.noticeBox__btn a {
  margin-left: auto;
  margin-right: 0;
}

/*
===== LINKBOX ==========================================
*/
.linkBox {
  width: var(--width-content);
  max-width: 96%;
  margin: 0 auto var(--gutter);
}

.linkBox__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linkBox__item {
  width: 280px;
  height: 170px;
}

.linkBox__item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../img/index/bg_link_staff.webp);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-white);
}

.linkBox__item__link.link_02 {
  background-image: url(../img/index/bg_link_faq.webp);
}

.linkBox__item__link.link_03 {
  background-image: url(../img/index/bg_link_merit.webp);
}

.linkBox__item__link.link_04 {
  background-image: url(../img/index/bg_link_company.webp);
}

.linkBox__item__link .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s ease;
  z-index: 1;
}

.linkBox__item__text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
      transition: all 0.3s ease;
}

.linkBox__item__text span {
  display: block;
}

.linkBox__item__text span.font_en {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.linkBox__item__link:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.linkBox__item__link:hover .linkBox__item__text {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.8;
}

.linkBox__item__link:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

/*==================================================
  PC SETTINGS : Min768px Max1200px
==================================================*/
@media screen and (min-width: 768px) {
    /*
  ===== NOTICEBOX ==========================================
  */
  .topicsBox {
    border-right: 1px solid var(--color-black);
    padding-right: 6rem;
  }

  .columnBox {
    padding-left: 6rem;
  }
}

/*==================================================
  tablet SETTINGS : Min768px Max1200px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .indexWire {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

  .indexmainSlider__item {
    width: 100%;
  }

  .bannerWrap {
    width: 96%;
  }

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

  /* 検索 */
  .searchBox__container {
    flex-direction: column;
  }

  .searchBox__option {
    max-width: 90%;
    width: 100%;
    margin: auto;
  }

  .searchBox__rightCont {
    max-width: 90%;
    width: 100%;
    margin: auto;
  }

  .searchBox__option .formWrap dd select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .searchBox__option .formWrap .itemWrap_select {
    position: relative;
    display: inline-block;
  }

  .searchBox__option .formWrap div.itemWrap_select select {
    width: 100%!important;
  }

  .searchBox__option .formWrap .itemWrap_select::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px var(--color-black);
    border-right: solid 2px var(--color-black);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }

  /*物件を探す　物件数リスト*/
  .searchBox__countWrap {
    flex-direction: column;
  }

  .estateCountBox,
  .estateMemberBox,
  .estateSignupBox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto var(--gutter-narrow);
  }

  .estateCountBox__totalWrap {
    flex-direction: column;
  }

  .infoBox__signupBox__ttl {
    margin: 0 auto 2rem;
  }

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

  .estateCountBox__detailBox {
    padding: 7%;
  }

  .estateCountBox__detailWrap {
    flex-direction: column;
  }

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

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

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

  /* 地図 */
  .areasearchBox__mapBox {
    background-size: cover;
  }

  /*
  ===== GALLERYBOX ==========================================
  */
  .galleryBox__item {
    margin-right: 8px;
    width: calc((100% - 70px) / 2);
  }

  /*
  ===== CONCEPTBOX ==========================================
  */
  .conceptBox__ttlWrap {
    padding-left: 15px;
  }

  /*
  ===== NOTICEBOX ==========================================
  */
  .topicsBox {
    padding-right: 3rem;
  }

  .topicsBox__date {
    width: 7em;
  }

  .topicsBox__itemTtl {
    padding-right: 13px;
  }

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

  .columnBox {
    padding-left: 3rem;
  }

  /*
  ===== LINKBOX ==========================================
  */
  .linkBox__item {
    width: 49%;
    margin-bottom: 15px;
  }

}

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

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

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

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

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

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

  .searchBox__ttl {
    margin-bottom: 20px;
  }

  .searchBox__ttl img {
    width: 45%;
  }

  .searchBox__container {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: var(--gutter);
  }

  .searchBox__option {
    width: 96%;
    max-width: 100%;
    margin: auto;
  }

  /* 条件選択 */
  .searchBox__option .formWrap dd select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .searchBox__option .formWrap .itemWrap_select {
    position: relative;
    display: inline-block;
  }
  
  .searchBox__option .formWrap .itemWrap_select::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px var(--color-black);
    border-right: solid 2px var(--color-black);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }

  #formWrap_spHiddenWrap {
    display: none;
  }

  #formWrap_spHiddenWrap.sp_visible {
    display: block !important;
  }
  
  /*エリア別物件一覧*/
  .searchBox__rightCont {
    width: 100%;
    max-width: unset;
  }

  .areasearchBox__tabList {
    background: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .areasearchBox__tabItem {
    width: 30%;
    max-width: unset;
    flex-grow: 1;
    font-size: 1.5rem;
  }

  .areasearchBox__tabTxt {
    white-space: pre-wrap;
  }

  .areasearchBox__mapBox {
    background: none;
    height: unset!important;
    padding-top: 10px;
  }

  .areasearchBox__mapInner {
    display: flex;
    flex-wrap: wrap;
  }

  .areasearchBox__mapItem {
    border: 1px solid var(--color-black);
    width: 48%;
    margin: 5px 1% 0;
    position: static;
    background-color: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.80);
  }

  .areasearchBox__mapItemInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
    width: 100%;
  }

  .areasearchBox__mapItemTtl,
  .areasearchBox__mapItemNumBox {
    font-size: 13px;
    text-shadow: none;
    color: var(--color-black);
  }

  .areasearchBox__mapItemNum {
    font-size: 17px;
  }

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

  .searchBox__linkBtnWrap .btn_archive a {
    width: 285px;
  }

  /*物件数リスト*/
  .searchBox__countWrap {
    display: block;
    margin-bottom: var(--gutter);
  }

  .estateCountBox,
  .estateMemberBox,
  .estateSignupBox {
    width: 96%;
    max-width: 100%;
    margin: 0 auto var(--gutter-narrow);
  }

  .estateCountBox__totalBox {
    padding: 5px 10px 8px;
  }

  .estateCountBox__detailBox {
    padding: 7px 15px 5px;
  }

  .infoBox__signupBox__ttl {
    width: 100%;
    height: auto;
  }

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

  .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__btn {
    width: 48.5%;
    padding: 1em 0;
    text-align: center;
    font-size: clamp(1.3rem, 4vw, 1.6rem);
    position: relative;
    background: var(--color-black);
    color: var(--color-white);
    border-radius: var(--rad-button);
  }

  .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%);
  }

  @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);
  }
}

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

  .eventBox .index__ttl {
    margin-bottom: 1rem;
  }

  .eventBox__inner {
    padding: 0 0 20px;
  }

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

  .eventBox__item {
    width: 300px;
  }

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

  .eventBox__iconWrap {
    margin-bottom: 5px;
  }

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

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

  /*
  ===== PICKUPBOX・RECOMBOX ==========================================
  */
  .pickupBox,
  .recomBox {
    overflow: hidden;
  }

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

  .galleryBox .indexWire {
    padding: 0 var(--gutter-supernarrow);
  }

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

  .galleryBox__ttl .index__ttlEn::after {
    height: 55px;
    right: 12px;
  }

  .galleryBox__list {
    display: block;
  }

  .galleryBox__item {
    width: 85vw;
    max-width: 85vw;
    box-sizing: border-box;
  }

  .galleryBox__photo {
    height: auto;
    aspect-ratio: auto;
    max-height: 210px;
    min-width: 310px;
  }

  .galleryBox__photo img {
    object-fit: cover;
    height: auto;
    width: 100%;
    max-height: 210px;
    min-width: 310px;
  }

  .galleryBox__list .slick-slide {
    width: auto !important;
    margin: 0 10px 20px;
  }

  .galleryBox__list .slick-track {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch;
  }

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

  /*
  ===== conceptBox ==========================================
  */
  .conceptBox {
    margin-bottom: 0;
  }

  .conceptBox__ttlWrap {
    padding-left: 15px;
  }

  .conceptBox__ttl {
    width: 80%;
  }

  .conceptBox__inner {
    display: block;
  }

  .conceptBox__content {
    width: 100%;
    padding-top: 110px;
  }

  .conceptBox__content-inner {
    max-width: 100%;
    flex-direction: unset;
    height: auto;
    padding-bottom: 10rem;
  }

  .conceptBox__figure {
    height: auto;
    width: 85%;
    left: 15%;
    top: -50px;
  }

  /*
  ===== shopInfoBox ==========================================
  */
  .shopInfoBox .btn_archive a {
    margin: auto;
  }

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

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

  .topicsBox,
  .columnBox {
    width: 100%;
    max-width: unset;
    padding: var(--gutter) 0;
  }

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

  .columnBox__photo {
    width: 30%;
  }

  .columnBox__detail {
    width: 65%;
  }

  .topicsBox__item a {
    align-items: baseline;
  }

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

  .topicsBox__item {
    padding: 20px 20px 20px 10px;
  }

  .topicsBox__item a::after {
    right: -13px;
  }

  /*
  ===== LINKBOX ==========================================
  */
  .linkBox__item {
    width: 49%;
    height: 130px;
    margin-bottom: 2%;
  }

  .linkBox__item__link {
    filter: grayscale(0%);
  }

  .linkBox__item__link .overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .linkBox__item__text {
    width: 100%;
  }

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

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

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