@charset "utf-8";

body{
    background:#f7fffa;
}
/*-----------------------------------------------
    secBgVideo
-----------------------------------------------*/
.secBgVideo{
    max-width: calc((100% - var(--widthMenuBase) ) + 1rem);
    width: calc(100% + 1rem);
    height: 100%;
    position: fixed;
    top: 0;
    right: -0.5rem;
    transition: .5s ease-out;
    z-index: -1;
}
.secBgVideo.active{
    filter: blur(10px);
    opacity: 0.6;
}
.secBgVideo video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
@media only screen and (max-width:1215px){
    .secBgVideo{
        max-width: calc(100% + 3px);
        width: calc(100% + 2rem);
    }
}
@media only screen and (max-width:767px){
    .secBgVideo{
        max-width: none;
        right: -2rem;
        top: 12%;
    }
    .secBgVideo.active{
        filter: blur(3px);
    }
    .secBgVideo .inVideo {
        position: relative;
        width: 100%;
        height: 105vw;
        max-height: 42rem;
    }
    .secBgVideo .inVideo:after{
        position: absolute;
        bottom: -109px;
        left: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, #f7fffa, transparent);
        content: "";
    }
    .secBgVideo video{
        top: -3.8rem;
    }
}

/* secEstateList */
.secEstateList .txtResult{
    font-size: var(--pcFS14);
}
.secEstateList .spanNum{
    font-size: var(--pcFS34);
    font-weight: bold;
}
.secEstateList .list{
    margin-top: 3.5rem;
}
.secEstateList .listItem{
    position: relative;
    height: auto;
}
.secEstateList .listItem:nth-child(n+2){
    margin-top: 2rem;
}
.secEstateList .link{
    position: relative;
    height: 100%;
    background-color: var(--whiteColor);
    border-radius: 0 2rem 2rem 2rem;
    border: 1px solid var(--gray_lightColor);
    box-shadow: 0 0 1.5rem var(--blackColor_6);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.secEstateList .boxIcon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.secEstateList .icon{
    width: auto;
    height: 2rem;
    font-size: var(--pcFS11);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0.8rem 0 0.8rem;
}
.secEstateList .iconNew {
    background-color: var(--yellowColor);
}
.secEstateList .iconRecommend {
    background-color: var(--orangeColor);
    color: var(--whiteColor);
}
.secEstateList .iconPlan {
    background-color: var(--purpleColor);
    color: var(--whiteColor);
}
.secEstateList .iconDiscount {
    background-color: var(--redColor);
    color: var(--whiteColor);
}
/* boxThink */
.secEstateList .boxThink {
    position: absolute;
    top: -1rem;
    right: 3rem;
    width: auto;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0.8rem 0 0.8rem;
    background-color: var(--orange_lightColor)
}
.secEstateList .boxThink .txtThink {
    font-size: var(--pcFS11);
}
.secEstateList .boxThink .num {
    font-size: var(--pcFS14);
}
/* boxBtnFav */
.secEstateList .boxBtnFav{
    position: absolute;
    top: 3rem;
    right: 3rem;
}
.secEstateList .boxSliderRight .link{
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 3rem;
}
.secEstateList .boxSliderRight .rank1{
    background-color: var(--rank1bgColor);
    border-color: var(--rank1borderColor);
}
/* boxHead */
.secEstateList .boxHead{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.secEstateList .boxImg{
    position: relative;
    width: 8rem;
}
.secEstateList .img{
    aspect-ratio: 80 / 80;
    border-radius: 100%;
    overflow: hidden;
}
.secEstateList .iconRank{
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    font-size: var(--pcFS20);
    color: var(--whiteColor);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--rankColor);
}
.secEstateList .iconRank.rank1{
    background-color: var(--rank1Color);
}
.secEstateList .iconRank.rank2{
    background-color: var(--rank2Color);
}
.secEstateList .iconRank.rank3{
    background-color: var(--rank3Color);
}
.secEstateList .boxTit{
    width: calc(100% - 10rem);
}
.secEstateList .boxTit .tit{
    max-width: calc(100% - 5rem);
    font-size: var(--pcFS26);
    line-height: var(--pcLH26_39);
    font-weight: bold;
}
.secEstateList .boxTit .txt{
    max-width: calc(100% - 5rem);
    position: relative;
    font-size: var(--pcFS13);
    line-height: var(--pcLH13_20);
    padding-left: 1.6rem;
}
.secEstateList .boxTit .txt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.3rem;
    height: 1.7rem;
    background: right top / cover no-repeat;
}
.secEstateList .boxTit .txt.lazyloaded::before{
    background-image: url(../img/common/iconBtnMap_gray.png);
}
.secEstateList .boxTit .txt02::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: -0.2rem;
    width: 1.7rem;
    height: 1.7rem;
    background: right top / cover no-repeat;
}
.secEstateList .boxTit .txt02.lazyloaded::before{
    background-image: url(../img/estate/iconBtnMap_gray02.png);
}
.secEstateList .boxTit .tit,
.secEstateList .boxTit .txt,
.secEstateList .boxInfo .info{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secEstateList .boxTit .boxList{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;/*任意の値*/
}
.secEstateList .boxTit .boxList{
    margin-top: 1.2rem;
}
.secEstateList .boxTit .item{
    font-size: var(--pcFS10);
    color: var(--greenColor);
    border: 1px solid var(--greenColor);
    padding: 0.6rem 0.3rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.secEstateList .boxTit .iconRed{
    color: var(--redColor);
    border-color: var(--redColor);
}
/* boxInfo */
.secEstateList .boxInfo{
    position: relative;
    width: 100%;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--gray_lightColor_2);
    padding: 1rem 3.5rem 1rem 0;
}
.secEstateList .boxInfoCard{
    display: flex;
    align-items: stretch;
}
.secEstateList .bgInfo{
    background-color: var(--gray_lightColor_2);
    border-radius: 1.2rem;
    padding: 1.5rem 0;
    width: 64rem;
}
.secEstateList .boxInfoCol{
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
    gap: 0.5rem;
    padding: 0 1.5rem;
}
.secEstateList .boxInfoCol::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 5rem;
    background-color: var(--gray_darkColor_2);
}
.secEstateList .boxInfo .iconPrice{
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: var(--pcFS10);
    color: var(--redColor);
}
.secEstateList .boxInfo .label{
    font-size: var(--pcFS12);
    color: var(--gray_darkColor);
}
.secEstateList .boxInfo .numRow{
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem 0.4rem;
    margin: 0;
}
.secEstateList .boxInfo .num{
    font-size: var(--pcFS28);
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}
.secEstateList .boxInfo .numUnit{
    font-size: var(--pcFS20);
}
.secEstateList .boxInfo .unit,
.secEstateList .boxInfo .info{
    font-size: var(--pcFS12);
}
.secEstateList .boxInfoTxt{
    width: calc(100% - 44rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secEstateList .boxInfoTxt .boxImg{
    width: 11rem;
}
.secEstateList .boxInfoTxt .img{
    aspect-ratio: 110 / 80;
    border-radius: 0;
}
.secEstateList .boxInfoTxt .img::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--gray_darkColor_2);
}
.secEstateList .boxInfoTxt .txt{
    width: calc(100% - 13rem);
    font-size: var(--pcFS13);
    line-height: var(--pcLH13_21);
    color: var(--gray_darkColor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc(var(--pcFS13) * var(--pcLH13_21) * 3);
}
.secEstateList .boxInfoTxt .txt:only-child{
    width: 100%;
}
/* boxMember */
.secEstateList .boxMember{
    width: 100%;
    margin-top: 3rem;
    padding: 3rem 4rem;
}
.secEstateList .boxMemberInner{
    display: flex;
    align-items: center;
}
.secEstateList .boxMember .leftBox{
    display: flex;
    align-items: center;
    width: calc(100% - 36rem);
    justify-content: center;
    padding-right: 5rem;
}
.secEstateList .boxMember .tit{
    position: relative;
    font-size: var(--pcFS20);
    font-weight: bold;
    padding-left: 3rem;
}
.secEstateList .boxMember .tit:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: calc(50% - 1.25rem);
    left: 0;
    width: 2rem;
    height: 2.5rem;
    background: right top / cover no-repeat;
    opacity: 0.3;
}
.secEstateList .boxMember.lazyloaded .tit:before{
    background-image: url(../img/common/iconMember.png);
}
.secEstateList .boxMember .txt{
    font-size: var(--pcFS12);
    color: var(--gray_darkColor);
    margin-left: 1.5rem;
}
.secEstateList .boxMember .boxBtn{
    width: 36rem;
}
.secEstateList .boxMember .memberBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-radius: 1.5rem;
    background-color: var(--blackColor_333);
    color: var(--whiteColor);
    font-size: var(--pcFS13);
}
.secEstateList .estateFlexBox{
    display: flex;
}
.secEstateList .estateBox{
    width: 24rem;
    position: absolute;
    top: 4rem;
    right: 4rem;
}
.secEstateList .estateFlexBox .boxHead{
    width: 100%;
    min-height: 11rem;
}
.secEstateList .boxRight{
    display: flex;
}
.secEstateList .btnDelete{
    width: 5rem;
    height: 5rem;
    border-radius: 2rem;
    background-color: var(--whiteColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0.1rem var(--deleteColor);
    cursor: pointer;
}
.secEstateList .linkMore{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 5rem;
    border-radius: 0.5rem;
    background-color: var(--whiteColor);
    font-size: var(--pcFS13);
    font-weight: bold;
    color: var(--greenColor);
    border: solid 0.1rem var(--greenColor);
    margin-left: 1rem;
}
.secEstateList .btnAdd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36rem;
    height: 6rem;
    font-size: var(--pcFS13);
    border-radius: 1.5rem;
    background-color: var(--whiteColor);
    box-shadow: inset 0px -1px 0px 0px rgba(4, 0, 0, 0.1);
    margin: 4rem auto 0;
}
.secEstateList .txtErrorContactEstate{
    display: none;
    color: var(--txtMustColor);
    font-size: var(--pcFS12);
    line-height: 1.8;
    background: url(../img/common/iconError.png) left top / 1.4rem auto no-repeat;
    padding: 0 0 0 1.7rem;
    margin: 1.5rem auto 0;
    max-width: 36rem;
}
.secEstateList .txtErrorContactEstate.isShow{
    display: block;
}
.secEstateList .iconSapn{
    position: relative;
    padding-left: 2rem;
}
.secEstateList .iconSapn::before,.secEstateList .iconSapn::after{
    position: absolute;
    content: '';
    top: calc(50% - 0.1rem);
    left: 0;
    width: 1.2rem;
    height: 0.2rem;
    background: var(--addColor);
}
.secEstateList .iconSapn::after{
    transform: rotate(90deg);
}
@media only screen and (max-width:1215px){
    .secEstateList{
        margin: 0.5rem auto 0;
        width: 92%;
    }
    .secEstateList .txtResult{
        font-size: var(--spFS12);
    }
    .secEstateList .spanNum{
        font-size: var(--spFS20);
        font-weight: bold;
    }
    .secEstateList .list{
        margin-top: 2.8rem;
    }
    .secEstateList .listItem:nth-child(n+2){
        margin-top: 1rem;
    }
    .secEstateList .link{
        border-top-left-radius: 0;
        padding: 2rem 1.5rem;
        border-radius: 0 1rem 1rem 1rem;
    }
    .secEstateList .link:has(.icon){
        padding-top: 2.5rem;
    }
    .secEstateList .link.memberLink{
        padding: 2rem 1.5rem;
    }
    /* iconNew */
    .secEstateList .boxIcon{
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
    }
    .secEstateList .icon{
        height: auto;
        font-size: var(--spFS10);
        padding: 0.5rem 0.2rem;
    }
    /* boxThink */
    .secEstateList .boxThink {
        top: -0.8rem;
        right: 1.5rem;
        height: auto;
        padding: 0.5rem;
    }
    .secEstateList .boxThink .txtThink {
        font-size: var(--spFS10);
    }
    .secEstateList .boxThink .num {
        font-size: var(--spFS13);
    }
    /* boxBtnFav */
    .secEstateList .boxBtnFav{
        top: 2rem;
        right: 1.5rem;
    }
    /* boxHead */
    .secEstateList .boxHead{
        flex-wrap: wrap;
        align-items: center;
        max-width: 100%;
    }
    .secEstateList .boxImg{
        width: 4rem;
        margin-left: 0.5rem;
    }
    .secEstateList .iconRank{
        top: -1rem;
        left: -1rem;
        width: 2.2rem;
        height: 2.2rem;
        font-size: var(--spFS12);
    }
    .secEstateList .boxTit{
        width: 100%;
        display: contents;
    }
    .secEstateList .boxTit .tit{
        max-width: calc(100% - 8rem);
        width: 100%;
        font-size: var(--spFS14);
        line-height: var(--spLH14_21);
        margin-right: 3rem;
    }
    .secEstateList .boxTit .txt{
        max-width: 100%;
        font-size: var(--spFS11);
        line-height: var(--spLH11_16);
        padding-left: 1.2rem;
        margin-top: 1rem;
    }
    .secEstateList .boxTit .txt::before{
        top: -1px;
        width: 0.9rem;
        height: 1.2rem;
    }
    .secEstateList .boxTit .boxList{
        margin-top: 1rem;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        max-height: 6.5rem;
    }
    .secEstateList .boxTit .item{
        font-size: var(--spFS10);
        padding: 0.4rem 0.4rem 0.3rem 0.4rem;
        margin: 0 0.1rem 0.3rem 0;
    }
    /* boxInfo */
    .secEstateList .boxInfo{
        margin-top: 0.8rem;
        display: block;
        background: var(--whiteColor);
        padding: 0;
    }
    .secEstateList .bgInfo{
        border-radius: 0.8rem;
        padding: 1.5rem 0.5rem;
        width: 100%;
    }
    .secEstateList .boxInfoCol:nth-child(2)::before{
        display: none;
    }
    .secEstateList .boxInfo .iconPrice{
        top: -1.8rem;
        font-size: var(--spFS10);
    }
    .secEstateList .boxInfo .label{
        display: none;
    }
    .secEstateList .boxInfo .numRow{
        gap: 0.2rem;
    }
    .secEstateList .boxInfo .num{
        font-size: var(--spFS18);
        max-width: 100%;
    }
    .secEstateList .boxInfo .numUnit{
        font-size: var(--spFS13);
    }
    .secEstateList .boxInfo .unit,
    .secEstateList .boxInfo .info{
        font-size: var(--spFS10);
    }
    .secEstateList .boxInfoTxt{
        margin-top: 1.2rem;
        width: 100%;
    }
    .secEstateList .boxInfoTxt .boxImg{
        width: 8rem;
        margin: 0;
    }
    .secEstateList .boxInfoTxt .txt{
        width: calc(100% - 9rem);
        font-size: var(--spFS10);
        line-height: var(--spLH10_15);
        max-height: calc(var(--spFS10) * var(--spLH10_15) * 4);
        line-clamp: 4;
        -webkit-line-clamp: 4;
    }

    /* more */
    .secEstateList .estateFlexBox .boxHead{
        min-height: none;
    }
    .secEstateList .boxRight{
        margin-top: 1.5rem;
        justify-content: flex-end;
    }
    .secEstateList .btnDelete{
        width: 4rem;
        height: 4rem;
        border-radius: 1rem;
    }
    .secEstateList .btnDelete img{
        width: 1.5rem;
        height: auto;
    }
    .secEstateList .linkMore{
        width: 15rem;
        height: 4rem;
        border-radius: 0.5rem;
        font-size: var(--spFS11);
        margin-left: 1rem;
    }
    .secEstateList .btnAdd{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36rem;
        height: 6rem;
        font-size: var(--pcFS13);
        border-radius: 1.5rem;
        background-color: var(--whiteColor);
        box-shadow: inset 0px -1px 0px 0px rgba(4, 0, 0, 0.1);
        margin: 4rem auto 0;
    }
}

.secForm  .boxTimeSelect{
    display: flex;
    align-items: center;
}
.secForm  .boxTimeSelect select{
    width: 40rem;
}
.secForm  .txtTimeSelect{
    font-size: var(--pcFS16);
    margin: 0 1.5rem;
}
@media only screen and (max-width:1215px){
    .secForm  .boxTimeSelect select{
        width: 100%;
    }
    .secForm  .txtTimeSelect{
        font-size: var(--spFS14);
        margin: 0 1rem;
    }
}

/*-----------------------------------------------
    vendor
-----------------------------------------------*/
.secForm.vendorForm .cmnCoBtn a{
    background: var(--loginBtnColor_gradient_2);
}
/*-----------------------------------------------
    fileUpload
-----------------------------------------------*/
#fileUpload{
    position: relative;
    width: 62rem;
}
#fileUpload .dropArea{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#fileUpload .inputFile{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    opacity: 0;
}
#fileUpload .inputFile:hover{
    cursor: pointer;
}
#fileUpload .inputFile,
#fileUpload .btnUpload,
#fileUpload .btnDelete{
    width: 20rem;
    height: 5rem;
}
#fileUpload .btnUpload,
#fileUpload .btnDelete{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: var(--pcFS13);
    color: var(--whiteColor);
    background: var(--loginBtnColor_gradient_2);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
#fileUpload .btnDelete{
    z-index: 4;
    background: var(--blackColor_333);
    cursor: pointer;
}
#fileUpload .inputFile:hover + .btnUpload,
#fileUpload .btnDelete:hover{
    opacity: 0.8;
}
#fileUpload.selected .btnUpload,
#fileUpload:not(.selected) .btnDelete{
    display: none;
}
#fileUpload .boxTxtFile{
    width: 40rem;
    height: 5rem;
    font-size: var(--pcFS14);
    line-height: var(--pcLH14_21);
    color: var(--textColor);
    background: var(--tablebgColor);
    padding: 0 1rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
#fileUpload .txtFile{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width:1215px){
    #fileUpload{
        width: 100%;
    }
    #fileUpload .inputFile,
    #fileUpload .btnUpload,
    #fileUpload .btnDelete{
        width: 10rem;
        height: 4rem;
        font-size: var(--spFS10);
    }
    #fileUpload .boxTxtFile{
        width: calc(100% - 11rem);
        height: 4rem;
        font-size: var(--spFS11);
        line-height: var(--spLH11_16);
        padding: 0;
        text-align: center;
    }
}


.secEstateList.vendorList .linkMore{
    width: 21rem;
    color: var(--linkColor);
    border: none;
    border-radius: 1.5rem;
    border: solid 0.1rem var(--linkColor);
}
@media only screen and (max-width:1215px){
    .secEstateList.vendorList .linkMore{
        width: 15rem;
        border-radius: 0.5rem;
    }
}

.secCmnForm.co.contact{
    margin: 10rem auto 0;
}
@media only screen and (max-width:1215px){
    .secCmnForm.co.contact{
        margin: 5rem auto 0;
    }
}