@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmntitle {
    background: url(../img/estate/imgTitle.jpg) center top no-repeat;
}

@media only screen and (max-width:767px){
    .secCmntitle {
        background: url(../img/estate/imgTitleSp.jpg) center top / cover no-repeat;
    }
}
/*-----------------------------------------------
    secKengaku
-----------------------------------------------*/
/* secGuest */
.secGuest{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secGuest.spOnly{
    display: none;
}
.secGuest .guestRight{
    display: flex;
    align-items: center;
}
.secGuest .guestLeft{
    display: flex;
    align-items: center;
}
.secGuest .guestLeft .boxImg{
    width: 30px;
    height: 0;
    padding-top: 30px;
}
.secGuest .guestLeft .txtGuest{
    margin-left: 13px;
    font-size: var(--pcFontSize18);
    color: #001b3f;
    font-weight: bold;
}
.secKengaku .secGuest .aMemberBtn::after {
    display: none;
}
.secKengaku .secGuest .aMemberBtn {
    width: 190px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
}
.secKengaku .secGuest .acomingsoonBtn {
    width: 200px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
    background: none;
    border: 1px solid #002d56;
    color: #001b3f;
    padding-left: 43px;
    margin-right: 10px;
}
.secKengaku.lazyloaded .secGuest .acomingsoonBtn:before{
    content: '';
    position: absolute;
    left: 35px;
    top: calc(50% - 13px);
    background: url(../img/estate/iconComingsoon.png) center top / cover no-repeat;
    width: 32px;
    height: 26px;
    margin: 0;
}
.secKengaku .secGuest .akengakuBtn {
    width: 266px;
    height: 60px;
    border-radius: 4px;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
    background: none;
    border: 1px solid #002d56;
    color: #001b3f;
    padding-left: 40px;
    margin-right: 10px;
}
.secKengaku.lazyloaded .secGuest .akengakuBtn:before{
    content: '';
    position: absolute;
    left: 35px;
    top: calc(50% - 16px);
    background: url(../img/estate/iconkengaku.png) center top / cover no-repeat;
    width: 38px;
    height: 32px;
    margin: 0;
}
@media only screen and (max-width:767px){
    .secGuest .spNone{
        display: none;
    }
    .secGuest.spOnly{
        display: flex;
    }
    .secGuest.spOnly .guestRight{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .secGuest.spOnly .boxUnder{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }
    .secGuest .guestLeft .txtGuest {
        margin-left: 10px;
        font-size: var(--spFontSize13);
    }
    .secGuest {
        margin-top: 20px;
        display: block;
        position: relative;
    }
    .secKengaku .memberBtnBox {
        margin-right: 0;
    }
    .secKengaku .secGuest .aMemberBtn {
        width: 265px;
        height: 50px;
        font-size: var(--spFontSize13);
        letter-spacing: 0;
    }
    .secKengaku .secGuest .comingsoonBtnBox {
        width: calc(50% - 2.5px);
    }
    .secKengaku .secGuest .kengakuBtnBox {
        width: calc(50% - 2.5px);
    }
    .secKengaku .secGuest .acomingsoonBtn {
        width:100%;
        height: 70px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        padding-left: 0px;
        margin-right: 5px;
        align-items: unset;
        padding-top: 45px;
    }
    .secKengaku.lazyloaded .secGuest .acomingsoonBtn:before{
        left: calc(50% - 16px);
        top: calc(50% - 24px);
        width: 32px;
        height: 26px;
    }
    .secKengaku .secGuest .akengakuBtn {
        width:100%;
        height: 70px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        padding-left: 0px;
        margin-right: 0px;
        align-items: unset;
        padding-top: 45px;
    }
    .secKengaku.lazyloaded .secGuest .akengakuBtn:before{
        left: calc(50% - 16px);
        top: calc(50% - 24px);
        width: 30px;
        height: 26px;
    }
    .secGuest .guestLeft .boxImg {
        width: 22px;
        height: 0px;
        padding-top: 22px;
    }
}
/* secTag */
.secTag{
    margin-top: 28px;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
.secTag .topWrapper{
    /* display: flex;
    align-items: center;
    align-items: flex-end; */
    padding: 30px 0;
    border-top: 1px solid #ebeced;
    /* border-bottom: 1px solid #ebeced; */
    /* justify-content: space-between; */
}
.secTag .tabTit{
    font-size: var(--pcFontSize16);
    position: relative;
    letter-spacing: 0.5px;
}
.secTag .txtCon{
    display: flex;
    align-items: flex-end;
}
.secTag .tabSubTit{
    font-size: var(--pcFontSize14);
    position: relative;
    letter-spacing: 0.5px;
    margin-left: 17px;
    padding-bottom: 6px;
}
.secTag .tabSubTit .colorRed{
    color: #ac0008;
    margin-left: 10px;
}
.secTag .span40{
    font-size: var(--pcFontSize40);
    padding-left: 1px;
    padding-right: 3px;
    font-weight: bold;
    vertical-align: -2px;
}
.secTag .span20{
    font-size: var(--pcFontSize20);
    padding-left: 8px;
}
.secTag .listCover{
    padding-top: 10px;
}
.secTag .flexBox{
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 1px;
    padding: 5px 0 30px;
    align-items: center;
}
.secTag .flexBox:not(:has(.boxSubListCover)){
    justify-content: flex-end;
}
.secTag .flexBox .boxSubListCover{
    display: flex;
}
.secTag .flexBox .txtPage{
    font-size: var(--pcFontSize14);
    margin-right: 17px;
}
.secTag .flexBox .pageBoxList{
    display: flex;
}
.secTag .flexBox .btn{
    padding: 0 8px;
    position: relative;
}
.secTag .flexBox .dotsBtn{
    margin-left: 6px;
}
.secTag .flexBox .btn:before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 13px;
    width: 1px;
    background: #001b3f;
}
.secTag .flexBox .btn:last-child:before{
    display: none;
}
.secTag .boxForm .boxFormItem{
    display: flex;
    align-items: center;
}
.secTag .boxForm .txtSearch{
    font-size: var(--pcFontSize14);
}
.secTag .boxForm .inputBox{
    margin-left: 20px;
}
.secTag .boxForm select{
    width: 260px;
    height: 60px;
    padding: 0 15px;
    font-size: var(--pcFontSize14);
    border: 1px solid #ebeced;
}
.secTag .flexBox .inner{
    font-size: var(--pcFontSize14);
}
.secTag .boxSubList{
    padding: 9px 0 0 0;
}
.secTag .itemSub{
    display: inline-block;
    margin-right: 8px;
}
.secTag .categoryTxt{
    font-size: var(--pcFontSize14);
    display: inline-block;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
}
.secTag .btnRight{
    display: flex;
}
.secTag .reset{
    font-size: var(--pcFontSize14);
    width: 120px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #222;
}
.secTag .inner .btnbox{
    width: 200px;
}
.secTag .inner .btnbox.none{
    opacity: 0;
    pointer-events: none;
    cursor: none;
    z-index: -1;
}
.secTag .inner .btnbox .btn{
    width: 100%;
    border-radius: 50px;
    background: #222;
    cursor: pointer;
    font-size: var(--pcFontSize14);
    line-height: 1.5;
    color: #fff;
    height: 60px;
    background: #001b3f;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
.secTag .inner .btnbox .btn .inbtn{
    position: relative;
    padding-left: 10px;
}
.secTag .inner .btnbox .btn .inbtn::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: -40px;
    top: calc(50% - 7px);
}
/* .secTag .inner .btnbox .btn .inbtn.lazyloaded::before{
    background: url(../img/works/iconBtn02.gif) center top / cover;
} */
.secTag .searchBtnCon{
    display: flex;
}
.secTag .searchBtnCon .boxInner{
    display: flex;
}
.secTag .searchBtnCon .inner{
    margin-right: 10px;
}
.secTag .wrapperTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secTag .wrapperBottom{
    padding: 30px;
    background: #f2f4f5;
    border-top: 1px solid #ebeced;
    margin-top: 30px;
}
.secTag .wrapperBottom .txtarea{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_16);
    color: #6fa2cc;
    letter-spacing: var(--pcLetterSpacing16_05);
    font-weight: bold;
}

@media only screen and (max-width:767px){
    .secTag{
        margin-top: 14px;
        background-size: 2px 1px;
    }
    .secTag .topWrapper{
        display: block;
        padding: 20px 0;
        background-image: linear-gradient(to right, #797979 1px, transparent 1px);
        background-size: 2px 1px;
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    .secTag .tabTit{
        font-size: var(--spFontSize13);
        letter-spacing: 0;
    }
    .secTag .span40{
        font-size: var(--spFontSize26);
        padding-left: 2px;
    }
    .secTag .tabSubTit {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_05);
        margin-left: 0;
        margin-top: 7px;
        padding-bottom: 0px;
    }
    .secTag .span20{
        font-size: 16px;
        padding-left: 6px;
    }
    .secTag .listCover {
        padding-top: 0px;
        background-size: 0px 1px;
        margin-top: 0px;
    }
    .secTag .boxSubList{
        padding: 12px 15px 12px;
    }
    .secTag .itemSub{
        margin-right: 3px;
    }
    .secTag .categoryTxt{
        font-size: 12px;
    }
    .secTag .btnRight{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .secTag .reset {
        font-size: var(--spFontSize10);
        height: 30px;
        border-radius: 20px;
        margin-left: 0px;
        width: 155px;
        margin-top: 15px;
    }
    .secTag .inner .btnbox{
        width: 100%;
    }
    .secTag .inner .btnbox.none{
        opacity: 0;
        pointer-events: none;
        cursor: none;
        z-index: -1;
    }
    .secTag .inner .btnbox .btn{
        width: 100%;
        border-radius: 4px;
        font-size: var(--spFontSize12);
        padding: 11px 0;
        height: 80px;
        flex-direction: column;
    }
    .secTag .inner .btnbox .btn .inbtn{
        position: relative;
    }
    .secTag .inner .btnbox .btn .inbtn::before{
        width: 12px;
        height: 12px;
        left: -47px;
        top: calc(50% - 6px);
    }
    .secTag .flexBox .boxSubListCover {
        display: none;
    }
    .secTag .flexBox {
        display: flex;
        justify-content: flex-end;
        background-image: unset;
        background-size: unset;
        background-repeat: unset;
        background-position: unset;
        padding-bottom: 0px;
        padding: 20px 0 15px;
        align-items: center;
    }
    .secTag .boxForm .txtSearch {
        font-size: var(--spFontSize12);
    }
    .secTag .boxForm select {
        width: 150px;
        height: 40px;
        padding: 0 15px;
        font-size: var(--spFontSize12);
        border: 1px solid #ebeced;
    }
    .secTag .wrapperTop {
        display: block;
    }
    .secTag .txtCon {
        display: block;
    }
    .secTag .searchBtnCon .boxInner {
        width: 100%;
    }
    .secTag .searchBtnCon {
        flex-direction: column;
        align-items: center;
    }
    .secTag .searchBtnCon .inner {
        width: 31.595%;
        margin-right: 2.5%;
    }
    .secTag .searchBtnCon .inner:last-child{
        margin-right: 0;
    }
    .secTag .searchBtnCon {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }
    .secTag .wrapperBottom {
        padding: 15px;
        margin-top: 20px;
    }
    .secTag .wrapperBottom .txtarea {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_18);
        letter-spacing: var(--spLetterSpacing11_05);
    }
    .secTag .inner .btnbox .imgBtnIcon{
        width: 13px;
        padding-bottom: 3px;
    }
    .secTag .inner:nth-child(2) .imgBtnIcon{
        width: 12px;
    }
    .secTag .inner .btnbox .btn .inbtn {
        padding-left: 0;
        margin-top: 5px;
        line-height: var(--spLineHeight12_13);
    }
}

.secKengaku{
    margin: 50px auto 150px;
}
.secKengaku .secCategory .linklist{
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.secKengaku .secCategory .item a{
    width: 260px;
    height: 70px;
    border-radius: 35px;
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_1);
    color: #002d59;
    font-weight: bold;
    margin-right: 30px;
    border: 1px solid #002d59;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secKengaku .secCategory .item a.active{
    color: #fff;
    background: #002d59;
}
.secKengaku .secCategory .item:last-child a{
    margin-right: 0px;
}
.secKengaku .searchArea:not(:has(.boxlistTxt)) .boxArea{
    margin-top: 60px;
}
.secKengaku .searchArea .boxlistTxt{
    width: 700px;
    border: 1px solid #001b3f;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}
.secKengaku .searchArea .listTopTxt{
    color: #001b3f;
    font-size: var(--pcFontSize16);
    font-weight: bold;
}
.secKengaku .searchArea .linkMember{
    text-decoration: none;
    color: #188ceb;
    padding-bottom: 1px;
    border-bottom: 1px solid #188ceb;
}
.secKengaku .secList .areaList{
    display: flex;
    flex-wrap: wrap;
}
.secKengaku .secList .boxArea:nth-child(n+2){
    display: none;
}
.secKengaku .areaList .listItem{
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    background: #f2f4f5;
    /* padding-bottom: 245px; */
    position: relative;
    transition: 0.4s;
}
.secKengaku .areaList .listItem .alistItem{
    width: 100%;
    height: 100%;
    padding-bottom: 245px;
}

.secKengaku .areaList .listItem:nth-child(3n){
    margin-right: 0px;
}
.secKengaku .areaList .listItem:nth-child(n+4){
    margin-top: 50px;
}
.secKengaku .areaList .boxImg{
    height: 0;
    display: block;
    padding-top: 62.587%;
}
.secKengaku .boxUp .titInner{
    font-size: var(--pcFontSize28);
    letter-spacing: var(--pcLetterSpacing28_05);
    line-height: var(--pcLineHeight28_17);
    font-weight:bold;
    letter-spacing: 0.5px;
    color: #001b3f;
}
.secKengaku .boxUp .txtInner{
    color: #001b3f;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_05);
    line-height: var(--pcLineHeight16_18);
    margin-top: 5px;
}
.secKengaku .boxUp {
    padding-bottom: 21px;
    border-bottom: 1px dotted #000;
}
.secKengaku .boxTxt {
    padding: 27px 30px 33px;
    position: relative;
}
.secKengaku .boxRow {
    position: absolute;
    bottom: -27px;
    left: 30px;
}
.secKengaku .boxRow .txtPrice {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #ac0008;
    font-weight: bold;
}
.secKengaku .boxRow .txtRed {
    font-size: 34px;
    letter-spacing: 0.5px;
    color: #ac0008;
    font-weight: bold;
    margin: 0 4px;
}
.secKengaku .boxRow .txtPriceSub {
    font-size: 12px;
    letter-spacing: 0px;
    color: #001b3f;
    margin-top: 14px;
}
.secKengaku .moreBtn {
    width: 89.656%;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #002d56;
    color: #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 133px;
    left: 50%;
    font-weight: bold;
    transform: translateX(-50%);
}
.secKengaku .boxContact {
    display: flex;
    justify-content: space-between;
}
.secKengaku .moreBtn .txtBtn{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.secKengaku .moreBtn.lazyloaded .txtBtn:before {
    content: '';
    background: url(../img/kengaku/iconDetails.png) center top / cover no-repeat;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 40px;
    position: absolute;
}
.secKengaku .contactBtn {
    width: 43.105%;
    height: 60px;
    border-radius: 50px;
    background: #002d56;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 53px;
    left: 30px;
    font-weight: bold;
}
.secKengaku .contactBtn .txtBtn{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.secKengaku .contactBtn.lazyloaded .txtBtn:before {
    content: '';
    background: url(../img/kengaku/iconContact.png) center top / cover no-repeat;
    width: 21px;
    height: 18px;
    top: -2px;
    left: 40px;
    position: absolute;
}
.secKengaku .reserveBtn {
    width: 43.105%;
    height: 60px;
    border-radius: 50px;
    background: #fac500;
    color: #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 53px;
    right: 30px;
    font-weight: bold;
}
.secKengaku .reserveBtn .txtBtn{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.secKengaku .reserveBtn.lazyloaded .txtBtn:before {
    content: '';
    background: url(../img/kengaku/iconReserve.png) center top / cover no-repeat;
    width: 18px;
    height: 18px;
    top: -2px;
    left: 40px;
    position: absolute;
}
.secKengaku .boxIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.secKengaku .boxIcon.iconNum01 {
    background: #222222;
}
.secKengaku .boxIcon.iconNum02 {
    background: #b3925e;
}
.secKengaku .boxIcon.iconNum03 {
    background: #6fa2cc;
}
.secKengaku .boxIcon.iconNum04 {
    background: #76a57e;
}
.secKengaku .boxIcon.iconNum05 {
    background: #8d8d8d;
}
.secKengaku .boxIcon .txtIcon01 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.secKengaku .boxIcon .txtIcon02 {
    padding-top: 5px;
}
.secKengaku .listCover .txtLook{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_05);
    font-weight: bold;
    color: #001b3f;
}
/* 会員マスク */
.secKengaku .imgMember {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(34, 34, 34, .6);
}
.secKengaku .memberTxt {
    font-size: var(--pcFontSize32);
    font-weight: 500;
    letter-spacing: var(--pcLetterSpacing32_3);
    line-height: var(--pcLineHeight32_13);
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.secKengaku .memberBox {
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
}
.secKengaku .memberBtnBox {
    margin-right: 0px;
}
.secKengaku .aMemberBtn {
    position: relative;
    width: 320px;
    height: 80px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    background-color: #ac0008;
    z-index: 2;
}
.secKengaku .aMemberBtn::before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 1px;
    left: 0;
    right: 0;
    width: calc(100% - 2px);
    height: calc(50% - 1px);
    background-color: rgba(255, 255, 255, .1);
    z-index: -1;
    border-radius: 4px 4px 0 0;
}
.secKengaku .aMemberBtn::after {
    position: absolute;
    content: '簡単登録 45秒!';
    font-size: 0;
    margin: auto;
    display: block;
    top: -16px;
    left: -16px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.secKengaku.lazyloaded .aMemberBtn::after {
    background: #fac500 url(../img/common/txtMember.gif) center center / 48px 28px no-repeat;
}
.secKengaku .memberTxtLink {
    margin-top: 30px;
    font-size: var(--pcFontSize15);
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.secKengaku .memberTxtLink a {
    color: #146add;
    text-decoration: underline;
}
@media only screen and (max-width:1600px){
    .secKengaku .contactBtn {
        width: 42.105%;
    }
    .secKengaku .reserveBtn {
        width: 42.105%;
    }
    .secKengaku .contactBtn.lazyloaded .txtBtn:before {
        left: 30px;
    }
    .secKengaku .reserveBtn.lazyloaded .txtBtn:before {
        left: 30px;
    }
}
@media only screen and (max-width:767px){
    .secKengaku {
        margin: 30px auto 0px;
    }
    .secKengaku .memberBtnBox {
        margin-right: 0px;
    }
    .secKengaku .secCategory .linklist {
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: space-between;
    }
    .secKengaku .secCategory .item {
        width: 48.7%;
        margin-top: 9px;
    }
    .secKengaku .secCategory .item:first-child {
        width: 100%;
        margin-top: 0px;
    }
    .secKengaku .secCategory .item a {
        width: 100%;
        height: 40px;
        border-radius: 35px;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_05);
        margin-right: 0px;
    }
    .secKengaku .listCover .txtLook {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_16);
        letter-spacing:0;
        text-align: center;
    }
    .secKengaku .searchArea:not(:has(.boxlistTxt)) .boxArea {
        margin-top: 30px;
    }
    .secKengaku .searchArea .boxlistTxt {
        display: none;
    }
    .secKengaku .secList .areaList {
        display: block;
    }
    .secKengaku .areaList .listItem {
        width: 100%;
        margin-right: 0;
        background: #f2f4f5;
        /* padding-bottom: 167px; */
        position: relative;
        margin-top: 30px;
    }
    .secKengaku .areaList .listItem .alistItem {
        padding-bottom: 167px;
    }
    .secKengaku .areaList .listItem.listMember .alistItem {
        padding-bottom: 0px;
    }
    .secKengaku .boxTxt {
        padding: 20px 20px 14px;
        position: relative;
    }
    .secKengaku .boxUp .titInner {
        font-size: var(--spFontSize18);
        letter-spacing: 0;
        line-height: var(--spLineHeight18_17);
    }
    .secKengaku .boxUp .txtInner {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_16);
        letter-spacing: 0;
        margin-top: 8px;
    }
    .secKengaku .boxUp {
        padding-bottom: 15px;
    }
    .secKengaku .boxRow .txtRed {
        font-size: 22px;
        letter-spacing: 0;
        margin: 0 4px;
    }
    .secKengaku .boxRow .txtPrice {
        font-size: var(--spFontSize13);
        letter-spacing: 0;
    }
    .secKengaku .areaList .boxImg {
        padding-top: 62.61%;
    }
    .secKengaku .moreBtn {
        width: 88.41%;
        height: 44px;
        background: #fff;
        bottom: 84px;
    }
    .secKengaku .contactBtn {
        width: 43.48%;
        height: 44px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        bottom: 30px;
        left: 5%;
    }
    .secKengaku .reserveBtn {
        width: 43.48%;
        height: 44px;
        font-size: var(--spFontSize12);
        letter-spacing: 0;
        bottom: 30px;
        right: 5%;
    }
    .secKengaku .contactBtn.lazyloaded .txtBtn:before {
        width: 17px;
        height: 14px;
        top: -2px;
        left: 20px;
    }
    .secKengaku .reserveBtn.lazyloaded .txtBtn:before {
        width: 14px;
        height: 14px;
        left: 20px;
    }
    .secKengaku .areaList .listItem:nth-child(n+2){
        margin-top: 30px;
    }
    .secKengaku .boxIcon {
        width: 60px;
        height: 60px;
        font-size: 11px;
        letter-spacing: 0;
    }
    .secKengaku .memberTxt {
        font-size: var(--spFontSize22);
        font-weight: 500;
        letter-spacing: 0;
        line-height: var(--spLineHeight22_13);
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .secKengaku .aMemberBtn {
        width: 263px;
        height: 50px;
        font-size: var(--spFontSize14);
        letter-spacing: 0;
    }
    .secKengaku.lazyloaded .aMemberBtn::after {
        background: #fac500 url(../img/common/txtMemberSp.gif) center center / 40px 23px no-repeat;
    }
    .secKengaku .aMemberBtn::after {
        position: absolute;
        content: '簡単登録 45秒!';
        top: -9px;
        left: -9px;
        width: 50px;
        height: 50px;
        border-radius: 60px;
    }
    .secKengaku .memberTxtLink {
        margin-top: 15px;
        font-size: var(--spFontSize12);
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    .secKengaku .areaList .listItem.listMember{
        padding-bottom: 105px;
    }
    .secKengaku .listItem.listMember .boxUp {
        border-bottom: unset;
    }
    .secKengaku .memberBox {
        bottom: 30px;
    }

}



/*-----------------------------------------------
	popup
-----------------------------------------------*/
#popup {
    display: none;
    position: relative;
    z-index: 99999;
}
#popup .overlay {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(34, 34, 34, 1);
    position: absolute;
    top: 0;
    left: 0;
    /* -ms-filter: blur(8px);
    filter: blur(8px); */
}
#popup .popupContainer {
    display: table;
    width: 100%;
    height: 100vh;
}
#popup .popupContents {
    display: table-cell;
}
#popup .popupMain {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    #popup {
        display: none;
        position: relative;
        z-index: 99999;
    }
    #popup .overlay {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background: rgba(34, 34, 34, 0.8);
        position: absolute;
        top: 0;
        left: 0;

    }
    #popup .popupContainer {
        display: table;
        width: 100%;
        height: 100vh;
    }
    #popup .popupContents {
        display: table-cell;
    }
    #popup .popupMain {
        width: 100%;
        margin: 0 auto;
    }
}

.secPopup {
    position: relative;
    width: 100%;
    border-radius: 0px;
    background: #fff;
}
/* secPopup */
.secPopup {
    display: none;
    position: relative;
}
@media only screen and (max-width:1540px) {
    .secPopup {
        width: 100vw;
    }
}
@media only screen and (max-width:767px) {
    .secPopup {
        position: relative;
        width: 100%;
        background: #fff;
    }
    /* secPopup */
    .secPopup {
        display: none;
        position: relative;
    }
}

.secPopup .btnClose {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer;
    border: 1px solid;
    border-color:#222;
    transition-duration: 0.2s;
    z-index: 10;
}

.secPopup .btnClose::after,
.secPopup .btnClose::before {
    content: "";
    position: absolute;
    background-color: #222;
    transition-duration: 0.2s;
}
.secPopup .btnClose::after {
    width: 1px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(55deg);
}
.secPopup .btnClose::before {
    width: 16px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(30deg);
}
.secPopupItem .onbox {
    border: none;
}
@media only screen and (max-width:767px){
    .secPopup .btnClose {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        border-radius: unset;
        border: unset
    }
    .secPopup .btnClose::after {
        width: 1px;
        height: 20px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
    }
    .secPopup .btnClose::before {
        width: 20px;
        height: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
    }
}


/* secPopupItem */
.secPopupItem{
    padding: 60px 0 0;
}
.secPopupItem .onbox{
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 32px;
}
.secPopupItem .tit{
    font-size: 18px;
    font-weight: bold;
    padding-left: 27px;
    position: relative;
}
.secPopupItem .tit::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: -1px;
    top: calc(50% - 7px);
}
.secPopupItem .tit.lazyloaded::before{
    background: url(../img/works/iconBtn01.png) center top / cover;
}
.secPopupItem .tit::after{
    position: absolute;
    content: "";
    width: 134px;
    height: 1px;
    bottom: -33px;
    left: -1px;
    background: #222;
}
.secPopupItem.listCover{
    padding-top: 1px;
}
.secPopupItem.boxSubList{
    padding: 26px 30px 27px;
    background: #f7f7f7;
}
.secPopupItem.itemSub{
    display: inline-block;
    margin-right: 8px;
}
.secPopupItem.categoryTxt{
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
}
.secPopupItem.btnRight{
    display: flex;
}
.secPopupItem.reset{
    font-size: 14px;
    width: 120px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #222;
    margin-left: 10px;
    background: #fff;
}
.secPopupItem.btnInner{
    width: 220px;
    background: #222222;
    border-radius: 28px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
}
.secPopupItem.btnInner::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 30px;
    top: calc(50% - 7px);
}
.secPopupItem.btnInner.lazyloaded::before {
    background: url(../img/works/iconSerach.png) center top / cover;
}
.secPopupItem .btnInner.spOnly{
    display: none;
}
.secPopupItem .tagInnerBox {
    display: flex;
    align-items: center;
    padding: 30px 0 40px;
    align-items: flex-start;
    background-image: linear-gradient(to right, #797979 1px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.secPopupItem .tagTit{
    font-size: var(--pcFontSize16);
    font-weight: 500;
    letter-spacing: var(--pcLetterSpacing16_05);
    line-height: var(--pcLineHeight16_16);
    font-weight: bold;
    width: 215px;
}
.secPopupItem .tagTit .num{
    font-size: var(--pcFontSize13);
}
.secPopupItem .tag {
    flex: 1;
}
.secPopupItem .areaListItemBox{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secPopupItem .allCheck{
    width: 100%;
    margin-bottom: 5px;
}
.secPopupItem .allCheck label{
    position: relative;
    display: inline-block;
    line-height: 1;position: relative;
}
.secPopupItem .areaListItem{
    margin-right: 5px;
    margin: 5px 10px 0 0;
}
.secPopupItem .item{
    display: block;
    min-width: 100px;
    min-height: 44px;
}
.secPopupItem .areaListItem label{
    cursor: pointer;
}
.secPopupItem .txt{
    font-size: 14px;
    line-height: 1.71;
    margin-top: 9px;
    display: block;
}
.secPopupItem .areaListItem input[type="checkbox"]{
    visibility: hidden;
    display: none;
}
.secPopupItem .allCheck input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secPopupItem .allCheck .itemAll {
    display: inline-flex;
    align-items: center;
}
.secPopupItem .allCheck .itemAll:before {
    content: '';
    width: 26px;
    height: 26px;
    background: #f7f7f7;
    border-radius: 3px;
    margin: 0 10px 0 0;
}
.secPopupItem .allCheck input[type="checkbox"]:checked + .itemAll::before {
    content: '';
    width: 26px;
    height: 26px;
    background: #6fa2cc;
    border-radius: 3px;
    margin: 0 10px 0 0;
}
.secPopupItem .allCheck input[type="checkbox"]:checked + .itemAll::after {
    content: '';
    background: url(../img/estate/iconChecked.png) center top / cover no-repeat;
    position: absolute;
    top: 8px;
    left: 7px;;
    width: 12px;
    height: 9px;
}
.secPopupItem .innerTxt{
    padding: 12px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize13);
    color: #001b3f;
    letter-spacing: var(--pcLetterSpacing13_05);
    line-height: var(--pcLineHeight13_15);
    letter-spacing: 1px;
    border-radius: 3px;
    background: #f7f7f7;
    display: block;
    font-weight: bold;
}
.secPopupItem .innerTxt.txtAll{
    display: inline;
    background: unset;
    padding: 0;
}
.secPopupItem .innerTxt .num{
    font-size: var(--pcFontSize11);
}
/* .secPopupItem .innerTxt:hover{
    background: #6fa2cc;
    color: #fff;
} */
.secPopupItem .innerTxt.txtAll:hover{
    background: unset;
    color: #001b3f;
}
.secPopupItem .areaListItem input[type="checkbox"]:checked + .item .innerTxt{
    background: #6fa2cc;
    color: #fff;
}
.secPopupItem .areaListItem input[type="checkbox"]:checked + .item .innerTxt.txtAll{
    background: unset;
    color: #001b3f;
}
.secPopupItem .backBox{
    background: #f7f7f7;
    border-radius: 0px 0px 10px 10px;
}
.secPopupItem .topWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 39px 0px;
}
.secPopupItem .topWrapper.spNone{
    display: flex;
}
.secPopupItem .topWrapper.spOnly{
    display: none;
}
.secPopupItem .tabTit{
    font-size: 16px;
    position: relative;
    letter-spacing: 0.5px;
}
.secPopupItem .span40{
    font-size: 40px;
    padding-left: 6px;
}
.secPopupItem .span20{
    font-size: 20px;
    padding-left: 8px;
}
.secPopupItem .listCover{
    padding-top: 1px;
}
.secPopupItem .boxSubList{
    padding: 26px 30px 27px;
    background: #f7f7f7;
}
.secPopupItem .itemSub{
    display: inline-block;
    margin-right: 8px;
}
.secPopupItem .categoryTxt{
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
}
.secPopupItem .btnRight{
    display: flex;
}
.secPopupItem .reset{
    font-size: 14px;
    width: 120px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #222;
    margin-left: 10px;
    background: #fff;
}
.secPopupItem .btnInner{
    width: 220px;
    background: #001b3f;
    border-radius: 28px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
    margin-left: auto;
}
.secPopupItem .btnInner::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 30px;
    top: calc(50% - 8px);
}
.secPopupItem .btnInner.lazyloaded::before {
    background: url(../img/works/iconSerach.png) center top / cover;
}
.secPopupItem .btnInner.spOnly{
    display: none;
}
.secPopupItem .txtCon {
    display: flex;
    align-items: flex-end;
}
.secPopupItem .searchBtnCon {
    display: flex;
}
.secPopupItem .tabSubTit {
    font-size: var(--pcFontSize14);
    position: relative;
    letter-spacing: 0.5px;
    margin-left: 17px;
}
.secPopupItem .tabSubTit .colorRed {
    color: #ac0008;
    margin-left: 10px;
}

.secPopupItem .radioBox{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secPopupItem .radioItem{
    margin: 12px 15px 12px 0;
}
.secPopupItem .labelRadio{
    position: relative;
    display: inline-block;
    line-height: 1;
}
.secPopupItem .innerRadio{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.secPopupItem .innerRadio::before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7f7f7;
    margin: 0 10px 0 0;
}
.secPopupItem input[type="radio"]:checked + .innerRadio::after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6fa2cc;
    position: absolute;
    top: 0;
    left: 0;
}
.secPopupItem input[type="radio"] {
    visibility: hidden;
    position: absolute;
    margin: 0;
}
@media only screen and (max-width:767px){
    .secPopupItem .radioBox{
        margin-top: 10px;
    }
    .secPopupItem .radioItem{
        margin: 5px 13px 0 0;
    }
    .secPopupItem .labelRadio{
        position: relative;
        display: inline-block;
        line-height: 1;
    }
    .secPopupItem .innerRadio{
        display: inline-flex;
        align-items: center;
        font-size: 11px;
    }
    .secPopupItem .innerRadio::before{
        width: 21px;
        height: 21px;
        margin: 0 5px 0 0;
    }
    .secPopupItem input[type="radio"]:checked + .innerRadio::after{
        width: 21px;
        height: 21px;
    }
}
@media only screen and (max-width:1540px){

}
@media only screen and (max-width:767px){
    .secPopupItem{
        padding: 40px 0 0;
        margin-top: 50px;
    }
    .secPopupItem .onbox{
        padding-bottom: 20px;
    }
    .secPopupItem .tit{
        font-size: var(--spFontSize12);
        padding-left: 40px;
    }
    .secPopupItem .tagTit .num {
        font-size: var(--spFontSize12);
    }
    .secPopupItem .innerTxt {
        font-size: var(--spFontSize11);
    }
    .secPopupItem .allCheck .itemAll:before {
        width: 20px;
        height: 20px;
        margin: 0 6px 0 0;
    }
    .secPopupItem .allCheck input[type="checkbox"]:checked + .itemAll::before {
        width: 20px;
        height: 20px;
        margin: 0 6px 0 0;
    }
    .secPopupItem .allCheck input[type="checkbox"]:checked + .itemAll::after {
        top: 7px;
        left: 6px;
        width: 8px;
        height: 6px;
    }
    .secPopupItem .innerTxt .num {
        font-size: var(--spFontSize10);
    }
    .secPopupItem .tit::before{
        width: 14px;
        height: 14px;
        left: 20px;
        top: calc(50% - 7px);
    }
    .secPopupItem .tit::after{
        width: 96px;
        bottom: -21px;
        left: 20px;
    }
    .secPopupItem .listCover{
        padding-top: 1px;
    }
    .secPopupItem .boxSubList{
        padding: 26px 30px 27px;
        background: #f7f7f7;
    }
    .secPopupItem .itemSub{
        display: inline-block;
        margin-right: 8px;
    }
    .secPopupItem .categoryTxt{
        font-size: 14px;
        display: inline-block;
        line-height: 1.5;
        color: #222;
        text-decoration: none;
    }
    .secPopupItem.btnRight{
        display: flex;
    }

    .secPopupItem .tagInnerBox {
        display: block;
        padding: 20px 0 20px;
        border-bottom: 1px solid #e8e8e8;
        background-size: 0;
    }
    .secPopupItem .tagTit{
        width: 100%;
        font-size: 13px;
        margin-right: 0px;
        position: relative;
        padding-right: 34px;
    }
    .secPopupItem .tagTit:before{
        content: '';
        position: absolute;
        top: -3px;
        right: 0;
        width: 27px;
        height: 27px;
        background: url(../img/estate/imgMenuOpen.png)center top / cover no-repeat;
    }
    .secPopupItem .tagTit.on:before{
        transform: rotate(180deg);
    }
    .secPopupItem .tag {
        margin-top: 10px;
        display: none;
    }
    .pop03 .secPopupItem .tag {
        display: block;
    }
    .secPopupItem .areaListItem{
        min-width: 70px;
        margin-right: 5px;
        margin: 5px 5px 0 0;
    }
    .secPopupItem .item{
        min-width: 70px;
        min-height: 32px;
    }
    .secPopupItem .areaListItem label{
        cursor: pointer;
    }
    .secPopupItem .innerTxt{
        display: block;
        padding: 10px 10px;
    }
    .secPopupItem .txt{
        font-size: 14px;
        line-height: 1.71;
        margin-top: 9px;
        display: block;
    }
    .secPopupItem .areaListItem input[type="checkbox"]{
        visibility: hidden;
        display: none;
    }
    .secPopupItem .btnOff,
    .secPopupItem .btnOn{
        padding: 10.5px 11px;
        font-size:11px;
        letter-spacing: 1px;
    }
    .secPopupItem .backBox {
        padding-bottom: 13px;
        border-radius: 0px;
    }
    .secPopupItem .topWrapper.spNone{
        display: none;
    }
    .secPopupItem .topWrapper.spOnly{
        display: block;
        padding: 20px 0 20px 0px;
    }
    .secPopupItem .topWrapper .flexCon{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .secPopupItem .tabTit{
        font-size: var(--spFontSize13);
        letter-spacing: 0.5px;
        flex-shrink: 0;
    }
    .secPopupItem .span40{
        font-size: 24px;
        padding-left: 0px;
    }
    .secPopupItem .span20{
        font-size: 16px;
        padding-left: 6px;
    }
    .secPopupItem .listCover{
        padding-top: 1px;
    }
    .secPopupItem .boxSubList{
        padding: 26px 30px 27px;
    }
    .secPopupItem .categoryTxt{
        font-size: 14px;
        display: inline-block;
        line-height: 1.5;
        color: #222;
        text-decoration: none;
    }
    .secPopupItem .btnRight{
        display: block;
    }
    .secPopupItem .reset{
        font-size: var(--spFontSize11);
        width: 90px;
        height: 30px;
        border-radius: 50px;
        margin-left: 0px;
    }
    .secPopupItem .btnInner{
        width: 100%;
        border-radius: 50px;
        height: 42px;
        font-size: var(--spFontSize13);
        margin-top: 20px;
    }
    .secPopupItem .btnInner::before{
        left: 20px;
    }
    .secPopupItem .btnInner.spNone{
        display: none;
    }
    .secPopupItem .btnInner.spOnly{
        display: flex;
    }
    .secPopupItem .txtCon {
        display: block;
        align-items: flex-end;
    }
    .secPopupItem .tabSubTit {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_05);
        margin-left: 0px;
        text-align: center;
        margin-top: 10px;
    }
}
/* 241210 完売物件チェックボックス追加 */
.boxFormItem input[type="checkbox"],
.boxFormItem .txtCheck::before{
    width: 20px;
    height: 20px;
}
.boxFormItem input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.boxFormItem .labelCheck{
    position: relative;
    font-size: 15px;
    display: inline-block;
}
.boxFormItem .txtCheck::before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #fff;
    margin-left: 10px;
    border: 1px solid #000;
    position: absolute;
    right: -40px;
    top: -8px;
}
.boxFormItem input[type="checkbox"]:checked + .txtCheck::before{
    background: url(../img/common/iconCheckbox.gif) center center / 12px auto no-repeat #fff;
}
.secDiscovery .boxForm{
    display: flex;
}
.secDiscovery .boxFormItem.allPrev{
    margin-right: 70px;
}

@media only screen and (max-width:767px){
    .secTag .boxForm .inputBox {
        margin-left: 10px;
    }
    .boxFormItem .txtCheck::before {
        width: 20px;
        height: 20px;
        border-radius: 3px;
        margin-left: 10px;
        right: -27px;
        top: -2px;
    }
    .secDiscovery .boxForm {
        flex-direction: column;
    }
    .secDiscovery .boxFormItem.allPrev {
        margin-right: 0;
        margin-bottom: 15px;
    }
}