@charset "utf-8";

.secCmnTit {
  position: relative;
  height: 300px;
}

.secCmnTit.bg02 {
  background: url(../img/pickup/bgTop02.jpg) center top /cover no-repeat;
}

.secCmnTit.bg03 {
  background: url(../img/pickup/bgTop03.jpg) center top /cover no-repeat;
}

.secCmnTit.bg04 {
  background: url(../img/pickup/bgTop04.jpg) center top /cover no-repeat;
}

.secCmnTit.bg05 {
  background: #fff100;
  height: 350px;
}

.secCmnTit.bgVol02 {
  height: 350px;
}

.secCmnTit.bg06 {
  background: url(../img/pickup/bgTop06.jpg) center top /cover no-repeat;
}

.secCmnTit.bg07 {
  background: url(../img/pickup/bgTop07.jpg) center top /cover no-repeat;
}

.secCmnTit.bg08 {
  background: url(../img/pickup/bgTop08.jpg) center top /cover no-repeat;
}

.secCmnTit.bg09 {
  background: url(../img/pickup/bgTop09.jpg) center top /cover no-repeat;
}

.secCmnTit.bg10 {
  background: url(../img/pickup/bgTop10.jpg) center top /cover no-repeat;
}

.secCmnTit.bg11 {
  background: url(../img/pickup/bgTop11.jpg) center top /cover no-repeat;
}

.secCmnTit.bg12 {
  background: url(../img/pickup/bgTop12.jpg) center top /cover no-repeat;
}

.secCmnTit .pickupTit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 46.875%; */
}

.secCmnTit .pickupTit img {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .secCmnTit {
    height: 150px !important;
  }

  .secCmnTit .pickupTit {
    width: 92%;
  }

  .secCmnTit .pickupTit img {
    max-width: 250px;
  }
}

/*------------------------------------------------------------
# [KV]
------------------------------------------------------------*/
#land_feature_kv {
  position: relative;
  width: 100%;
  height: auto;
  margin-block-start: 68px;
}

#land_feature_kv img {
  width: 100vw;
  height: auto;
}

@media only screen and (max-width:767px) {
  #land_feature_kv {
    margin-block-start: 14px;
  }
}


/*------------------------------------------------------------
# [ScrollDown]
------------------------------------------------------------*/
.ScrollDown {
  position: absolute;
  left: 50.5%;
  bottom: -2px;
  height: 50px;
}

.ScrollDown span {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-20%);
  top: -20px;
  color: #fff;
  font-size: 100%;
  font-family: 'Merriweather', serif;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #655855;
}

.ScrollDown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
}

.ScrollDown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 48px;
  background: #fff;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }

  50% {
    height: 30px;
  }

  100% {
    height: 0;
    top: 50px;
  }
}



/*-----------------------------------------------
    index
-----------------------------------------------*/
.cmnTitBox {
  text-align: center;
}

.cmnTitBox .engTit {
  position: relative;
  display: inline-block;
}

.cmnTitBox .engTit::after {
  position: absolute;
  content: '';
  margin: auto;
  display: block;
  bottom: 0;
  right: -15px;
  width: 12px;
  height: 2px;
  background: #9ad320;
}

.cmnTitBox .jpTit {
  font-size: 12px;
  margin-top: 15px;
}

@media only screen and (max-width:767px) {
  .cmnTitBox {
    text-align: left;
  }

  .cmnTitBox .engTit {
    width: 150px;
    height: auto;
  }

  .cmnTitBox .engTit::after {
    right: -10px;
    width: 8px;
  }

  .cmnTitBox .jpTit {
    font-size: 12px;
    margin-top: 8px;
  }
}


/* secSearch */
.secSearch {
  margin-top: 30px;
}

.secSearch .secCounter {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efefef;
  padding: 10px;
  border-radius: 3px;
}

.secSearch .estateTit {
  font-size: 18px;
  padding-left: 40px;
}

.secSearch .numberArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76.985%;
}

.secSearch .estateNum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}

.secSearch .estateNum+.estateNum {
  margin-left: 10px;
}

.secSearch .estateNum.nowBox {
  background-color: #ced237;
}

.secSearch .estateNum.beforeBox {
  background-color: #e1e4da;
}

.secSearch .numTit {
  font-size: 17px;
}

.secSearch .nmberBox {
  width: 235px;
}

@media only screen and (max-width:767px) {
  .secSearch .secCounter {
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .secSearch .estateTit {
    font-size: 13px;
    padding-left: 0;
    background-color: #e1e4da;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 3px 0 0;
  }

  .secSearch .numberArea {
    flex-direction: column;
    width: 91.306%;
    padding: 15px 0;
  }

  .secSearch .estateNum {
    padding: 10px;
  }

  .secSearch .estateNum+.estateNum {
    margin: 10px 0 0 0;
  }

  .secSearch .numTit {
    font-size: 14px;
  }

  .secSearch .nmberBox {
    width: 132px;
  }

  .secCounter .numTxt {
    font-size: 32px;
  }

  .secCounter .bgAbu {
    width: 42px;
    height: 40px;
  }
}

/* secMap */
.secMap {
  position: relative;
  margin-top: 35px;
  height: 350px;
}

.secMap.lazyloaded {
  background: url(../img/estate/bgMap.jpg) center top no-repeat;
}

.secMap .mapList {}

.secMap .mapList .item {
  position: absolute;
  background-color: #cbd13e;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45);
  width: 31.25%;
  padding: 15px;
}

.secMap .mapList .item.item01 {
  top: 0;
  left: 0;
}

.secMap .mapList .item .areaTit {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #182033;
}

.secMap .mapList .item .link {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  margin-right: 1px;
}

.secMap .mapList .item .link::after {
  position: absolute;
  content: '';
  margin: auto;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.secMap .mapList .item .alink {
  font-size: 13px;
}

@media only screen and (max-width:767px) {
  .secMap {
    margin-top: 20px;
    height: 225px;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }

  .secMap.lazyloaded {
    background: url(../img/estate/bgMapSp.jpg) center top /contain no-repeat;
  }

  .secMap .mapList {
    padding: 20px 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .secMap .mapList .item {
    position: static;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45);
    width: 47.32%;
    height: 46px;
    padding: 15px;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .secMap .mapList .item:nth-child(n+3) {
    margin-top: 20px;
  }

  .secMap .mapList .item .areaTit {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
  }

  .secMap .mapList .item .mapLinkList {
    display: none;
  }
}




/* secNarrow */
.secNarrow {
  margin-top: 30px;
}

.secNarrow .narrowTit {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #182033;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.secNarrow .narrowTit::before,
.secNarrow .narrowTit::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: white;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.secNarrow .narrowTit::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.secNarrow .narrowTit.active::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 48%;
}

.secNarrow .narrowList {
  border: 1px solid #182033;
  background-color: #fff;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0 0 4px 4px;
  margin: 0 auto 30px;
}

.secNarrow .narrowList .item {
  width: 100%;
  font-size: 15px;
  display: none;
  align-items: center;
  padding: 20px 0;
  /* border-bottom: 1px solid #ccc; */
}

.secNarrow .narrowList .item.btnItem {
  padding: 30px 0;
}

.secNarrow .narrowList .item.showItem {
  display: flex;
}

.secNarrow .narrowList .item.halfItem {
  width: 50%;
}

.secNarrow .narrowList .item:last-child {
  border-bottom: none;
}

.secNarrow .narrowList .item .txt {
  font-weight: bold;
  width: 90px;
}

.secNarrow .narrowList .item .boxForm {
  display: flex;
  align-items: center;
  width: 64.698%;
}

.secNarrow .narrowList .item .boxForm .txt {
  font-weight: normal;
  width: auto;
  margin: 0 10px;
}

.secNarrow .narrowList .item .inputBox {
  width: 180px;
}

.secNarrow .narrowList .item .inputBox:only-child {
  width: 100%;
}

.secNarrow .narrowList .item input:not(input[type="checkbox"]),
.secNarrow .narrowList .item select {
  width: 100%;
  height: 45px;
  border: 1px solid #adadad;
  font-family: inherit;
  padding-left: 14px;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
}

.secNarrow .narrowList .txt {
  font-size: 15px;
  font-weight: bold;
}

.secNarrow .boxCheck {
  display: flex;
}

.secNarrow input[type="checkbox"],
.secNarrow .txtCheck::before {
  width: 22px;
  height: 22px;
}

.secNarrow input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.secNarrow .labelCheck {
  position: relative;
  font-size: 15px;
  display: inline-block;
}

.secNarrow .itemCheck:nth-child(n+2) {
  margin-left: 30px;
}

.secNarrow .txtCheck {
  display: inline-flex;
  align-items: center;
}

.secNarrow .txtCheck::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #adadad;
}

.secNarrow input[type="checkbox"]:checked+.txtCheck.lazyloaded::before {
  background: url(../img/common/iconCheckbox.gif) center center / 14px auto no-repeat;
}

.secNarrow .narrowList .pageBtn {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: bold;
}

.secNarrow .narrowList .pageBtn .labelCheck {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after,
.secNarrow .narrowList .pageBtn span::before,
.secNarrow .narrowList .pageBtn span::after {
  position: absolute;
  content: '';
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after,
.secNarrow .narrowList .pageBtn span::after {
  bottom: -5px;
  left: -16px;
  width: 124px;
  height: 1px;
  background-color: #000;
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after {
  width: 100%;
  left: 0;
}

.secNarrow .narrowList .pageBtn span::before {
  content: '+';
  bottom: -4px;
  left: -17px;
  font-size: 22px;
  font-weight: normal;
}

.sBtnBox {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}

.sBtnBox .pageBtn+.pageBtn {
  margin-left: 25px;
}

.secNarrow .sBtnBox .pageBtn:not(.claBtn) {
  box-shadow: none;
  background-color: #65ad2f;
  color: #fff;
}

.sBtnBox .pageBtn {
  margin: 0;
}

.secNarrow .sBtnBox .pageBtn::before {
  display: none;
}

.secNarrow .sBtnBox .pageBtn:not(.claBtn) span::before {
  position: absolute;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 14px;
  height: 14px;
  background-image: url(../img/estate/iconSearch.gif);
}

.secNarrow .searchNum {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.secNarrow .searchNum::before {
  position: absolute;
  content: '';
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #444444 transparent transparent transparent;
}

.secNarrow .searchNum .txtNum {
  font-size: 16px;
  margin-right: 2px;
}

.secNarrow .searchNum .numBig {
  font-size: 38px;
  font-weight: bold;
}

@media only screen and (max-width:767px) {
  .secNarrow {
    margin-top: 20px;
  }

  .secNarrow .narrowTit {
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
  }

  .secNarrow .narrowTit::before,
  .secNarrow .narrowTit::after {
    width: 15px;
    height: 1px;
    border-radius: 0;
  }

  .secNarrow .narrowList {
    padding: 0 20px;
    border-radius: 0 0 3px 3px;
    margin: 0 auto 20px;
  }

  .secNarrow .narrowList .item {
    width: 100% !important;
    font-size: 13px;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0;
  }

  .secNarrow .narrowList .item.btnItem {
    padding: 20px 0;
  }

  .secNarrow .narrowList .item.btnItem .pageBtn::before {
    display: none;
  }

  .secNarrow .narrowList .item .txt {
    width: auto;
  }

  .secNarrow .narrowList .item .boxForm {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .secNarrow .narrowList .item .boxForm .txt {
    margin: 0 5px;
  }

  .secNarrow .narrowList .item .inputBox {
    width: 50%;
  }

  .secNarrow .narrowList .item input,
  .secNarrow .narrowList .item select {
    height: 40px;
    font-size: 16px;
  }

  .secNarrow .narrowList .txt {
    font-size: 15px;
    font-weight: bold;
  }

  .secNarrow .boxCheck {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .secNarrow .boxCheck .itemCheck {
    width: 50%;
    margin-bottom: 5px;
  }

  .secNarrow .item:last-child .boxCheck .itemCheck {
    width: 100%;
  }

  .secNarrow .labelCheck {
    font-size: 13px;
  }

  .secNarrow .itemCheck:nth-child(n+2) {
    margin-left: 0;
  }

  .secNarrow input[type="checkbox"],
  .secNarrow .txtCheck::before,
  .secNarrow .txtCheck::before {
    width: 20px;
    height: 20px;
  }

  .secNarrow .narrowList .pageBtn {
    box-shadow: none;
    height: auto;
  }

  .sBtnBox {
    margin: 20px auto 0;
    align-items: center;
    flex-direction: column;
  }

  .secNarrow .sBtnBox .pageBtn {
    width: 82.61%;
    height: 44px;
    border-radius: 22px;
  }

  .sBtnBox .pageBtn+.pageBtn {
    margin: 15px 0 0 0;
  }

  .secNarrow .sBtnBox .pageBtn:not(.claBtn)::before {
    display: none;
  }

  .secNarrow .sBtnBox .pageBtn:not(.claBtn) span::before {
    left: -20px;
    width: 14px;
    height: 14px;
  }

  .secNarrow .searchNum {
    margin-top: 35px;
  }

  .secNarrow .searchNum::before {
    top: -15px;
    border-width: 15px 15px 0 15px;
  }

  .secNarrow .searchNum .txtNum {
    font-size: 13px;
    line-height: 1.5;
  }

  .secNarrow .searchNum .numBig {
    font-size: 28px;
  }
}

@media only screen and (max-width:360px) {
  .secNarrow .boxCheck .itemCheck {
    width: 100%;
  }

}

/* secEstate */
.secEstate {
  margin-top: 50px;
}

.secEstate .bgBox {
  background: #efefef;
  padding: 30px 0 100px;
}

.secEstate .boxForm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.secEstate .itemSelect {
  display: flex;
  align-items: center;
}

.secEstate .titSelect {
  font-size: 15px;
  margin-right: 10px;
}

.secEstate .inputBox select {
  min-width: 170px;
  height: 45px;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 10px;
  border: 1px solid #adadad;
  background: #FFF;
  font-family: inherit;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
}

.secEstate .itemSelect:nth-child(n+2) {
  margin-left: 30px;
}

@media only screen and (max-width:767px) {
  .secEstate {
    margin-top: 29px;
  }

  .secEstate .bgBox {
    background: #efefef;
    border-top: solid 1px #1f2126;
    padding: 19px 0 50px;
  }

  .secEstate .titSelect {
    font-size: 13px;
    margin-right: 5px;
  }

  .secEstate .inputBox select {
    min-width: 80px;
    height: 38px;
    font-size: 13px;
    letter-spacing: normal;
    padding-left: 5px;
  }

  .secEstate .itemSelect:nth-child(2) select {
    width: 140px;
  }

  .secEstate .itemSelect:nth-child(n+2) {
    margin-left: auto;
    width: calc(100% - 147px);
  }
}

@media only screen and (max-width:374px) {
  .secEstate .titSelect {
    font-size: 11px;
  }

  .secEstate .itemSelect:nth-child(n+2) {
    width: calc(100% - 139px);
  }
}

@media only screen and (max-width:374px) {
  .secEstate .titSelect {
    font-size: 10px;
  }

  .secEstate .itemSelect:nth-child(n+2) {
    width: calc(100% - 120px);
  }

  .secEstate .inputBox select {
    min-width: 70px;
  }

  .secEstate .itemSelect:nth-child(2) select {
    width: 120px;
  }
}

/* boxFlow */
.secEstate .boxFlow {
  margin-top: 30px;
}

.secEstate .itemLi {
  width: 100%;
  position: relative;
}

.secEstate .itemLi:nth-child(n+2) {
  margin-top: 50px;
}

.secEstate .itemLi.memberItem {
  position: relative;
}

.secEstate .itemLi.memberItem::before,
.secEstate .itemLi.memberItem::after {
  position: absolute;
}

.secEstate .itemLi.memberItem::before {
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #ced237 transparent transparent;
  z-index: 1;
}

.secEstate .itemLi.memberItem::after {
  content: '限定';
  top: 12px;
  right: -1px;
  font-size: 20px;
  z-index: 2;
  transform: rotate(45deg);
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-weight: bold;
  letter-spacing: 1px;
}

.secEstate .innerItem {
  display: flex;
  align-items: center;
  background: #ffffff;
  ;
  text-decoration: none;
  color: #1a1a1a;
  box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.secEstate .itemLi.memberItem .innerItem {
  position: relative;
  background: #f8f8e0;
}

.secEstate .itemLi.memberItem .innerItem::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ced237;
}

.secEstate .imgInnerItem {
  width: 42.96875%;
}

.secEstate .innerItemBox {
  width: 100%;
  height: 0;
  padding-top: 66.546%;
}

.secEstate .txtInnerItem {
  width: calc(100% - 42.96875%);
  padding: 0 50px 5px;
}

.secEstate .tag {
  display: inline-block;
  margin: 5px 10px 0 0;
  border-radius: 10.5px;
  background: #182033;
}

.secEstate .innerTag {
  color: #fff;
  font-size: 12px;
  min-width: 44px;
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}

.secEstate .tit {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 13px;
  color: #65ad2f;
}

.secEstate .subTit {
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

.secEstate .price {
  margin-top: 13px;
  font-size: 14px;
}

.secEstate .nmber {
  color: #65ad2f;
  font-size: 34px;
  margin-right: 4px;
  white-space: nowrap;
}

.secEstate .nmberItem {
  margin: 0 9px;
}

.secEstate .topTxt {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}

.secEstate .numFlow {
  display: flex;
  margin-top: 21px;
}

.secEstate .thBlock {
  background: #444444;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secEstate .tdBlock {
  background: #f6f5f3;
  min-height: 64px;
  font-size: 13px;
  line-height: 1.69;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.secEstate .tdBlock .inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 44px;
}

.secEstate .innerNum {
  display: flex;
  flex-direction: column;
}

.secEstate .innerNum:nth-child(n+2) {
  margin-left: 1px;
}

.secEstate .innerNum {
  /* min-width: 120px; */
  width: calc(100% / 3);
}

/* .secEstate .innerNum:nth-child(1){
    width: 120px;
}
.secEstate .innerNum:nth-child(4){
    width: 198px;
    width: 25%;
}
.secEstate .innerNum:nth-child(5){
    width: 310px;
    width: 30%;
} */
.secEstate .bg01 {
  background: #ed113a;
}

.secEstate .bg02 {
  background: #ced237;
}

.secEstate .bg02 .innerTag {
  color: #000;
}

/* .secEstate .bg01 .innerTag{
    color: #000;
} */
@media only screen and (max-width:767px) {
  .secEstate .boxFlow {
    margin-top: 20px;
  }

  .secEstate .itemLi:nth-child(n+2) {
    margin-top: 20px;
  }

  .secEstate .innerItem {
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    padding: 17px 20px 20px;
  }

  .secEstate .itemLi.memberItem {
    padding-top: 30px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
  }

  .secEstate .itemLi.memberItem .innerItem {
    box-shadow: none;
  }

  .secEstate .itemLi.memberItem::before {
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 30px;
    border-style: none;
    border-width: inherit;
    border-color: none;
    z-index: 1;
    background-color: #ced237;
    border-radius: 3px 3px 0 0;
  }

  .secEstate .itemLi.memberItem::after {
    content: '会員様限定物件';
    top: 0;
    right: 0;
    font-size: 16px;
    z-index: 2;
    transform: rotate(0);
    width: 100%;
    height: 30px;
    z-index: 2;
    letter-spacing: 2.5px;
  }

  .secEstate .imgInnerItem {
    display: none;
  }

  .secEstate .innerItemBox {
    padding-top: 51.81%;
  }

  .secEstate .txtInnerItem {
    width: 100%;
    padding: 0;
  }

  .secEstate .tag {
    margin: 3px 5px 0 0;
  }

  .secEstate .tit {
    font-size: 18px;
    margin-top: 11px;
  }

  .secEstate .subTit {
    font-size: 12px;
    margin-top: 2px;
  }

  .secEstate .spBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
  }

  .secEstate .spBoxImg {
    width: 100%;
  }

  .secEstate .spBoxTxt {
    width: 100%;
    padding-block-start: 10px;
  }

  .secEstate .price {
    margin-top: 0;
    font-size: 11px;
    line-height: 1.4;
  }

  .secEstate .nmber {
    font-size: 22px;
    margin-right: 2px;
    vertical-align: -2px;
  }

  .secEstate .nmberItem {
    margin: 0 5px;
  }

  .secEstate .topTxt {
    font-size: 12px;
    line-height: 18px;
  }

  .secEstate .numFlow {
    display: block;
    margin-top: 15px;
  }

  .secEstate .thBlock {
    min-width: 80px;
    font-size: 12px;
  }

  .secEstate .tdBlock {
    min-height: 35px;
    font-size: 12px;
    line-height: 1.58;
    padding: 8.5px 8px;
    justify-content: flex-start;
    width: calc(100% - 80px);
  }

  .secEstate .tdBlock .inner {
    max-height: 38px;
  }

  .secEstate .innerNum:nth-child(n+2) {
    margin-left: 0;
    margin-top: 1px;
  }

  .secEstate .innerNum {
    min-width: 100%;
    display: flex;
    flex-direction: row;
  }

  .secEstate .innerNum,
  .secEstate .innerNum:nth-child(4),
  .secEstate .innerNum:nth-child(5) {
    width: 100%;
  }
}

@media only screen and (max-width:374px) {
  .secEstate .nmber {
    font-size: 18px;
  }
}

@media only screen and (max-width:359px) {
  .secEstate .nmber {
    font-size: 15px;
    margin-right: 1px;
  }

  .secEstate .price {
    font-size: 11px;
  }

  .secEstate .nmberItem {
    margin: 0 3px;
  }
}

/* houseCover */
.secEstate .houseCover {
  color: #fff;
  position: absolute;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(81, 82, 47, 0.5);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
}

.secEstate .houseBox {
  width: 100%;
}

.secEstate .houseImg {
  text-align: center;
}

.secEstate .houseTit {
  font-size: 28px;
  letter-spacing: 3px;
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #fff;
  margin: 0 auto;
}

.secEstate .houseTxt {
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
}

.secEstate .btnList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.secEstate .btnItem {
  width: 300px;
}

.secEstate .btnItem:nth-child(2) {
  margin-left: 20px;
}

.secEstate .pageBtn {
  width: 100%;
  height: 70px;
  font-size: 18px;
  border-radius: 35px;
  background: #ced237;
  text-decoration: none;
  color: #000;
  margin: 0;
}

.secEstate .btnItem:nth-child(2) .pageBtn {
  background: #fff;
}

@media only screen and (max-width:767px) {
  .secEstate .houseCover {
    padding-bottom: 5px;
  }

  .secEstate .houseImg {
    width: 22px;
    margin: 0 auto;
  }

  .secEstate .houseTit {
    font-size: 20px;
    letter-spacing: 2px;
    width: 200px;
    height: 50px;
    color: #ced237;
    border: solid 3px #ced237;
  }

  .secEstate .houseTxt {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .secEstate .btnList {
    display: block;
    margin-top: 15px;
  }

  .secEstate .btnItem {
    width: 100%;
  }

  .secEstate .pageBtn {
    height: 40px;
    font-size: 12px;
    border-radius: 20px;
    width: 71.016%;
    margin: 0 auto;
  }

  .secEstate .btnItem:nth-child(2) {
    margin: 10px 0 0 0;
  }

  .secEstate .pageBtn .pcTxt {
    display: none;
  }
}

.secMember.secCounter {
  padding: 93px 0 80px;
}

.secMember .underTit {
  margin-top: 25px;
}

.secMember.lazyloaded {
  background-image: url(../img/member/bgMember.jpg);
}

@media only screen and (max-width:767px) {
  .secMember.secCounter {
    padding: 30px 0 25px;
  }

  .secMember .underTit {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
    height: 60px;
    text-align: center;
    padding: 0;
  }

  .secMember .rightbox {
    width: 80%;
    margin: 0 auto;
    margin-top: 17px;
  }

  .secMember.lazyloaded {
    background-image: url(../img/member/bgMember_sp.jpg);
  }

  .secMember .btnList {
    margin-top: 10px;
  }

  .secMember .btnList li a {
    height: 70px;
  }

  .secMember .btnList li .pageBtn.btnGallery::after {
    left: 5vw;
    width: 48px;
    height: 48px;
  }

  .secMember .btnList li .pageBtn span+span {
    font-size: 19px;
    margin-top: 6px;
    letter-spacing: 1px;
  }

  .secMember .btnList li+li {
    margin-top: 10px;
  }
}

@media only screen and (max-width:360px) {
  .secMember .btnList li .pageBtn.btnGallery::after {
    left: 4.5vw;
    width: 40px;
    height: 40px;
  }

  .secMember .btnList li .pageBtn span+span {
    letter-spacing: 0;
    font-size: 17px;
  }
}