@charset "utf-8";
/* secLandNavi */
#landNavi{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: 0.5s;
    padding-right: 70px;
    z-index: 9997;
}
#landNavi.active{
    transform: translateY(0);
}
@media only screen and (max-width:767px){
    #landNavi{
        padding-right: 0;
    }
}
.secLandNavi{
    width: 100%;
    background-color: var(--Colorwhite);
    padding: 1px 0;
}
.secLandNavi .landnavlist{
    display: flex;
    width: 100%;
}
.secLandNavi .landnavItem{
    width: calc((100% - 3px) / 4);
    margin-right: 1px;
}
.secLandNavi .landnavItem:last-child{
    margin-right: 0;
}
.secLandNavi .landnavLink{
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: var(--footerColor);
    color: var(--Colorblack);
    text-decoration: none;
    transition: 0.5s;
}
.secLandNavi .landnavLink:hover{
    background-color: var(--LoginIconColor);
    color: var(--Colorwhite);
}
.secLandNavi .landnavLink .linkinner{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secLandNavi .landnavLink .linktit{
    display: inline-block;
}
.secLandNavi .landnavLink .titjpn{
    font-size: var(--pcFontSize18);
    line-height: calc(32 / 18);
    letter-spacing: 0.1em;
}
.secLandNavi .landnavLink .titEng{
    font-size: var(--pcFontSize20);
    line-height: calc(30 / 20);
}
.secLandNavi .landnavLink .titEng,
.secLandNavi .landnavLink:hover .titjpn{
    display: none;
}
.secLandNavi .landnavLink .titjpn,
.secLandNavi .landnavLink:hover .titEng{
    display: inline-block;
}
@media only screen and (min-width:768px){
    .secLandNavi .landnavItem{
        flex: 1;
    }
}
@media only screen and (max-width:767px){
    .secLandNavi .landnavlist{
        flex-wrap: wrap;
    }
    .secLandNavi .landnavItem{
        width: calc((100% - 1px) / 2);
        margin-right: 1px;
    }
    .secLandNavi .landnavItem:nth-child(2n),
    .secLandNavi .landnavItem:last-child{
        margin-right: 0;
    }
    .secLandNavi .landnavItem:nth-child(n + 3){
        margin-top: 1px;
    }
    .secLandNavi:not(:has(.landnavItem:nth-child(2))) .landnavItem:nth-child(1),
    .secLandNavi:not(:has(.landnavItem:nth-child(4))) .landnavItem:nth-child(3){
        width: 100%;
        margin-right: 0;
    }
    .secLandNavi .landnavLink{
        height: 40px;
    }
    .secLandNavi .landnavLink .linktit{
        display: inline-block;
    }
    .secLandNavi .landnavLink .titjpn{
        font-size: var(--spFontSize13);
        line-height: calc(20 / 13);
    }
    .secLandNavi .landnavLink .titEng{
        font-size: var(--spFontSize13);
        line-height: calc(20 / 13);
    }
}

/* secLandDetails */
.secLandDetails{
    margin-top: 0;
    padding-top: 80px;
}
.secLandDetails .secPropertyDetail{
    margin-top: 0;
}
@media only screen and (max-width:767px){
    .secLandDetails{
        padding-top: 30px;
    }
}

@media only screen and (min-width:768px){
    .wrapper1720{
        width: calc(100% - 100px);
    }
}
/* secLandHero */
.secLandHero{
    width: 100%;
}
.secLandHero .imgBox{
    width: 100%;
}
.secLandHero .imgBox + .inner{
    margin-top: 69px;
}
.secLandHero .txtArea{
    text-align: center;
}
.secLandHero .txtArea .titlebox{
    width: 100%;
    text-align: center;
}
.secLandHero .txtArea .title{
    font-size: var(--pcFontSize30);
    line-height: calc(50 / 30);
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: left;
}
.secLandHero .txtArea .addressbox{
    width: 100%;
    text-align: center;
}
.secLandHero .txtArea .titlebox + .addressbox{
    margin-top: 14px;
}
.secLandHero .txtArea .addresstxt{
    font-size: var(--pcFontSize16);
    line-height: calc(26 / 16);
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: left;
}
@media only screen and (max-width:767px){
    .secLandHero{
        width: 100%;
        margin-top: 25px;
    }
    .secLandHero .imgBox + .inner{
        margin-top: 17px;
    }
    .secLandHero .txtArea .title{
        font-size: var(--spFontSize18);
        line-height: calc(30 / 18);
        letter-spacing: 0.1em;
    }
    .secLandHero .txtArea .titlebox + .addressbox{
        margin-top: 5px;
    }
    .secLandHero .txtArea .addresstxt{
        font-size: var(--spFontSize13);
        line-height: calc(20 / 13);
        letter-spacing: 0.1em;
    }
}
/* secConcept */
.secConcept{
    margin-top: 88px;
}
.secConcept .list{
    width: 100%;
    margin-top: 50px;
}
.secConcept .Item{
    width: 100%;
}
.secConcept .Item + .Item{
    margin-top: 120px;
}
.secConcept .tit{
    font-size: var(--pcFontSize20);
    line-height: calc(30 / 20);
}
.secConcept .imgBox,
.secConcept .Item.typeB .middleImg{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.secConcept .txt{
    font-size: var(--pcFontSize14);
    line-height: calc(28 / 14);
}
.secConcept .tit + .txt{
    margin-top: 12px;
}
@media only screen and (min-width:768px){
    .secConcept .Item.typeA .itemInner{
        display: flex;
        flex-direction: row-reverse;
    }
    .secConcept .Item.typeA .imgArea{
        width: calc(960 / 1720 * 100%);
        max-width: 960px;
    }
    .secConcept .Item.typeA .txtArea{
        flex: 1;
    }
    .secConcept .Item.typeA .imgArea + .txtArea{
        padding-right: 80px;
    }
    .secConcept .Item.typeA .areaIn{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .secConcept .Item.typeA .txtInner{
        width: 100%;
        display: inline-block;
        text-align: left;
    }

    .secConcept .Item.typeB .itemInner{
        display: flex;
        align-items: flex-start;
    }
    .secConcept .Item.typeB .imgArea{
        width: calc(960 / 1720 * 100%);
        max-width: 960px;
    }
    .secConcept .Item.typeB .txtArea{
        flex: 1;
        max-width: 100%;
    }
    .secConcept .Item.typeB .imgArea + .txtArea{
        padding-left: 60px;
    }
    .secConcept .Item.typeB .middleImg{
        width: 100%;
        max-width: 960px;
    }
    .secConcept .Item.typeB .txtInner{
        width: 100%;
        text-align: left;
    }
    .secConcept .Item.typeB .middleImg + .txtInner{
        margin-top: 52px;
    }
    .secConcept .Item.typeC .imgArea{
        width: 100%;
    }
    .secConcept .Item.typeC .imgList{
        display: flex;
    }
    .secConcept .Item.typeC .imgItem{
        width: calc((100% - 60px) / 2);
    }
    .secConcept .Item.typeC .imgItem + .imgItem{
        margin-left: 60px;
    }
    .secConcept .Item.typeC .imgBox{
        width: 100%;
        height: 0;
        padding-top: calc(625 / 960 * 100%);
        overflow: hidden;
        position: relative;
        background-color: var(--footerColor);
    }
    .secConcept .Item.typeC .imgBox img{
        width:auto;
        height:auto;
        max-width:100%;
        max-height:100%;
        display:block;
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        margin:auto;
    }
    .secConcept .Item.typeC .imgArea + .txtArea{
        margin-top: 51px;
    }
    .secConcept .Item.typeC .txtArea{
        width: 100%;
    }
    .secConcept .Item.typeC .txtInner{
        width: 100%;
        text-align: left;
    }
}
@media only screen and (max-width:767px){
    .secConcept{
        margin-top: 44px;
    }
    .secConcept .list{
        width: 100%;
        margin-top: 25px;
    }
    .secConcept .Item{
        width: 100%;
    }
    .secConcept .Item + .Item{
        margin-top: 36px;
    }
    .secConcept .tit{
        font-size: var(--spFontSize15);
        line-height: calc(26 / 15);
    }
    .secConcept .imgBox,
    .secConcept .Item.typeB .middleImg{
        border-radius: 3px;
    }
    .secConcept .imgArea + .txtArea{
        margin-top: 14px;
    }
    .secConcept .imgArea + .txtArea:has(.middleImg){
        margin-top: 10px;
    }
    .secConcept .Item.typeC .imgItem + .imgItem{
        margin-top: 10px;
    }
    .secConcept .Item.typeB .middleImg + .txtInner{
        margin-top: 14px;
    }
    .secConcept .txt{
        font-size: var(--spFontSize13);
        line-height: calc(24 / 13);
    }
    .secConcept .tit + .txt{
        margin-top: 5px;
    }
}

/* secLandmap */
.secLandmap{
    margin-top: 110px;
}
.secLandmap .mapbox{
    width: 100%;
    border: 1px solid;
    border-color: var(--leaveBtncolor);
    background-color: var(--Colorwhite);
    border-radius: 4px;
    padding: 40px;
    margin-top: 60px;
    display: block;
}
.secLandmap .mapImg{
    width: 100%;
    height: 0;
    padding-top: calc(820 / 1640 * 100%);
}
@media only screen and (min-width:768px){
    .secLandmap .mapbox{
        pointer-events: none;
    }
}
@media only screen and (max-width:767px){
    .secLandmap{
        margin-top: 56px;
    }
    .secLandmap .mapbox{
        overflow: hidden;
        position: relative;
        padding: 10px 20px;
        margin-top: 20px;
    }
    .secLandmap .mapImg{
        padding-top: calc(180 / 305 * 100%);
    }
    .secLandmap .mapbox::before{
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background-color:var(--leaveBtncolor);
        bottom: 0;
        right: 0;
        border-radius: 4px 0 0 0;
        z-index: 10;
    }
    .secLandmap.lazyloaded .mapbox::before{
        background: url(../img/estate/iconPlan.png) center center no-repeat var(--leaveBtncolor);
        background-size: 23px auto;
    }
}
/* secLandExterior */
.secLandExterior{
    width: 100%;
    margin-top: 115px;
}
.secLandExterior .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 49px;
}
.secLandExterior .item{
    width: calc((100% - 240px) / 4);
    margin-right: 80px;
}
.secLandExterior .imgArea{
    width: 100%;
}
.secLandExterior .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(495 / 715 * 100%);
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: var(--landExteriorbg);
}
.secLandExterior .txtArea{
    width: 100%;
    margin-top: 24px;
}
.secLandExterior .tit{
    font-size: var(--pcFontSize18);
    line-height: calc(24 / 18);
}
.secLandExterior .txt{
    font-size: var(--pcFontSize14);
    line-height: calc(28 / 14);
}
.secLandExterior .tit + .txt{
    margin-top: 15px;
}
@media only screen and (min-width:768px){
    .secLandExterior .item:nth-child(4n),
    .secLandExterior .item:last-child{
        margin-right: 0;
    }
    .secLandExterior .item:nth-child(n + 5){
        margin-top: 54px;
    }
    @media only screen and (max-width:1720px){
        .secLandExterior .item{
            width: calc((100% - 120px) / 4);
            margin-right: 40px;
        }
        .secLandExterior .item:nth-child(4n),
        .secLandExterior .item:last-child{
            margin-right: 0;
        }
    }
}
@media only screen and (max-width:767px){
    .secLandExterior{
        margin-top: 48px;
    }
    .secLandExterior .list{
        margin-top: 20px;
    }
    .secLandExterior .item{
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
    }
    .secLandExterior .item:nth-child(2n){
        margin-right: 0;
    }
    .secLandExterior .item:nth-child(n + 3){
        margin-top: 25px;
    }
    .secLandExterior .imgArea{
        width: 100%;
    }
    .secLandExterior .imgBox{
        border-radius: 3px;
    }
    .secLandExterior .txtArea{
        margin-top: 9px;
    }
    .secLandExterior .tit{
        font-size: var(--spFontSize14);
        line-height: calc(22 / 14);
    }
    .secLandExterior .txt{
        font-size: var(--spFontSize12);
        line-height: calc(22 / 12);
    }
    .secLandExterior .tit + .txt{
        margin-top: 6px;
    }
}
/* secLandPlan */
.secLandPlan{
    background-color: var(--pnkzBackColor);
    margin-top: 116px;
}
.secLandPlan .IconNews{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--NewColor);
    color: var(--Colorwhite);
    text-align: center;
    position: absolute;
    z-index: 3;
    font-weight: bold;
    top: -20px;
    left: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.secLandPlan .IconNews .icontxt{
    font-size: var(--pcFontSize10);
    line-height: var(--pcLineHeight10_2);
}
.secLandPlan .inner{
    padding: 76px 0 100px;
}
.secLandPlan .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
}
.secLandPlan .item{
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
}
.secLandPlan .ItemLink{
    position: relative;
    background-color: var(--Colorwhite);
    border-radius: 4px;
    box-shadow: 0px 0px 4.75px 0.25px var(--Colorblack_25);
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    text-decoration: none;
    color: var(--textColor);
}
.secLandPlan .ItemLink a{
    text-decoration: none;
    color: var(--textColor);
}
.secLandPlan .linkInner{
    display: block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    padding: 40px 40px calc(40px + 55px);
    height: 100%;
    position: relative;
}
.secLandPlan .OnArea{
    display: flex;
    width: 100%;
}
.secLandPlan .imgArea{
    width: 400px;
}
.secLandPlan .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(560 / 860 * 100%);
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.secLandPlan .txtArea{
    width: calc(100% - 400px);
    padding-left:30px;
}
.secLandPlan .areaIn{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.secLandPlan .txtInner{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.secLandPlan .tit{
    font-size: var(--pcFontSize20);
    line-height: calc(30 / 20);
    letter-spacing: 0.1em;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize20) * (30 / 20) * 2);
}
.secLandPlan .subtit{
    font-size: var(--pcFontSize14);
    line-height: calc(20 / 14);
    letter-spacing: 0.1em;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize14) * (20 / 14) * 2);
}
.secLandPlan .tit + .subtit{
    margin-top: 6px;
}
.secLandPlan .tags{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.secLandPlan .tag{
    display: inline-block;
    min-width: 80px;
    font-size: var(--pcFontSize12);
    color: var(--Colorwhite);
    line-height:calc(20 / 12);
    padding: 5px 20px;
    border-radius: 30px;
    margin-right: 10px;
    margin-top: 5px;
    letter-spacing: 0.2em;
}
.secLandPlan .tag:last-child{
    margin-right: 0;
}
.secLandPlan .tag.red{
    background: var(--estateRed);
}
.secLandPlan .tag.blue{
    background: var(--estateBlue);
}
.secLandPlan .pricebox{
    margin-top: 23px;
}
.secLandPlan .pricetxt{
    font-size: var(--pcFontSize14);
    line-height: calc(30 / 14);
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.05em;
}
.secLandPlan .pricetxt .num{
    font-size: var(--pcFontSize34);
    line-height: 1;
    color: var(--MustColor);
    letter-spacing: 0.05em;
}
.secLandPlan .priceDetails{
    font-size: var(--pcFontSize14);
    line-height: calc(30 / 14);
    font-weight: 500;
    display: inline-block;
}
.secLandPlan .addresstxt{
    font-size: var(--pcFontSize14);
    line-height: calc(20 / 14);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 6px;
}
.secLandPlan .underArea{
    width: 100%;
}
.secLandPlan .imglist{
    display: flex;
    margin-top: 20px;
}
.secLandPlan .imglist .imgItem{
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.secLandPlan .imglist .imgItem:last-child{
    margin-right: 0;
}
.secLandPlan .imgItem .itemLink{
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--textColor);
    position: relative;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--DetailspagerColor);
    padding: 20px;
}
.secLandPlan .imgItem .itemLink::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--leaveBtncolor);
    bottom: 0;
    right: 0;
    border-radius: 4px 0 0 0;
}
.secLandPlan.lazyloaded .imgItem .itemLink::after{
    background: url(../img/estate/iconPlan.png) center center no-repeat var(--leaveBtncolor);
    background-size: 23px auto;
}
.secLandPlan .imgItem .listimgBox{
    width: 100%;
    height: 0;
    padding-top: calc(448 / 690 * 100%);
    overflow: hidden;
    position: relative;
}
.secLandPlan .morebtnArea{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 43px;
}
.secLandPlan .morebtn{
    display: inline-block;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_1);
    position: relative;
}
.secLandPlan .morebtn::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--MoreColorSp);
    right: calc(50% - 120px);
    top: calc(50% - 15px);
}
.secLandPlan .moretxt{
    position: relative;
    display: inline-block;
    padding-right: 175px;
}
.secLandPlan .moretxt::before,
.secLandPlan .moretxt::after{
    content: "";
    position: absolute;
    background-color: var(--MoreColorSp);
    transition: 0.5s;
}
.secLandPlan .moretxt::before{
    width: 6px;
    height: 1px;
    right: 16px;
    top: calc(50% - 2px);
    transform: rotate(45deg);
}
.secLandPlan .moretxt::after{
    width: 150px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: 18px;
}
/* membersOnlyCard (会員表示)*/
.secLandPlan .membersOnlyCard{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--DetailsbtnColor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.secLandPlan .membersOnlyCard:before{
    content: '';
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    overflow: hidden;
}
.secLandPlan .membersOnlyCard .cardHeader{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.secLandPlan .membersOnlyCard .imgMember{
    width: 264px;
    margin: 0 auto;
}
.secLandPlan .membersOnlyCard .subTitle{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_2);
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 12px;
    font-weight: bold;
    margin-top: 12px;
}
.secLandPlan .membersOnlyCard .subTitle::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: var(--DetailsbtnColor);
    bottom: 0;
    left: calc(50% - 25px);
}
.secLandPlan .membersOnlyCard .description{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_125);
    line-height: var(--pcLineHeight13_23);
    font-weight: bold;
}
.secLandPlan .membersOnlyCard .cardBody{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.secLandPlan .membersOnlyCard .propertyName{
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing20_1);
    line-height: calc(30 / 20);
    color: var(--Colorwhite);
    width: 320px;
    min-height: 70px;
    padding: 10px 5px;
    background: var(--DetailsbtnColor);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px auto 0;
}
.secLandPlan .membersOnlyCard .propertyName .intxt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize20) * (30 / 20) * 2);
    width: 100%;
}
.secLandPlan .membersOnlyCard .registerButton{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_1);
    color: var(--Colorwhite);
    width: 320px;
    height: 70px;
    background: var(--MustColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    margin: 20px auto 0;
}
.secLandPlan .membersOnlyCard .loginBtn{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_1);
    color: var(--Colorwhite);
    width: 320px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid var(--DetailsbtnColor);
    margin: 20px auto 0;
    color: var(--DetailsbtnColor);
}
/* ▼商談中 */
.secLandPlan .type_negotiation .imgArea{
    position: relative;
}
.secLandPlan .txtNegotiation{
    position: absolute;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    left: 0;
    top: calc(50% - 50px);
    background-color: rgba(44,166,224,0.8);
    color: var(--Colorwhite);
    z-index: 10;
}
.secLandPlan .txtNegotiation .txtIn{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.secLandPlan .txtNegotiation .intxt{
    font-size: var(--pcFontSize24);
    line-height: calc(30 / 24);
    font-weight: 500;
}
/* ▼成約済み */
.secLandPlan .type_soldout a{
    pointer-events: none;
}
.secLandPlan .soldMusk{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    padding-top: 120px;
}
.secLandPlan .soldbox{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background-color: rgba(0,145,58,0.8);
    color: var(--Colorwhite);
    z-index: 10;
}
.secLandPlan .soldbox .boxIn{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.secLandPlan .soldbox .intxt{
    font-size: var(--pcFontSize24);
    line-height: calc(30 / 24);
    font-weight: 500;
}
@media only screen and (min-width:768px){
    .secLandPlan .item:nth-child(2n){
        margin-right: 0;
    }
    .secLandPlan .item:nth-child(n + 3){
        margin-top: 40px;
    }
    .secLandPlan a:hover .moretxt::after{
        right: 13px
    }
    .secLandPlan a:hover .moretxt::before{
        right: 11px;
    }
    @media only screen and (max-width:1640px){
        .secLandPlan .list{
            max-width: 1000px;
            margin: 0 auto;
            margin-top: 48px;
        }
        .secLandPlan .OnArea{
            display: block;
        }
        .secLandPlan .imgArea{
            width: 100%;
        }
        .secLandPlan .txtArea{
            width: 100%;
            padding-left: 0;
            margin-top: 27px;
        }
        .secLandPlan .areaIn{
            display: block;
            height: auto;
        }
        .secLandPlan .imglist{
            display: block;
            padding: 0 15px;
        }
        .secLandPlan .imglist .imgItem{
            width: 100%;
            margin-right: 0;
        }
        .secLandPlan .imgItem + .imgItem{
            margin-top: 20px;
        }
    }
}
@media only screen and (max-width:767px){
    .secLandPlan{
        margin-top: 44px;
    }
    .secLandPlan .IconNews{
        width: 30px;
        height: 30px;
        top: -13px;
        left: 10px;
    }
    .secLandPlan .IconNews .icontxt{
        font-size: var(--spFontSize10);
        transform: scale(0.8);
    }
    .secLandPlan .inner{
        padding: 49px 0 50px;
    }
    .secLandPlan .list{
        display: block;
        margin-top: 20px;
        padding: 0 15px;
    }
    .secLandPlan .item{
        width: 100%;
        margin-right: 0;
    }
    .secLandPlan .item + .item{
        margin-top: 25px;
    }
    .secLandPlan .linkInner{
        padding: 10px 10px calc(10px + 50px);
    }
    .secLandPlan .OnArea{
        display: block;
    }
    .secLandPlan .imgArea{
        width: 100%;
    }
    .secLandPlan .imgBox{
        border-radius: 4px;
    }
    .secLandPlan .txtArea{
        width: 100%;
        padding-left:0;
        margin-top: 21px;
    }
    .secLandPlan .areaIn{
        height: auto;
        display: block;
    }
    .secLandPlan .txtInner{
        display: block;
        text-align: center;
    }
    .secLandPlan .tit{
        font-size: var(--spFontSize16);
        line-height: calc(24 / 16);
        letter-spacing: 0.05em;
        max-height: calc(var(--spFontSize16) * (24 / 16) * 2);
    }
    .secLandPlan .subtit{
        font-size: var(--spFontSize12);
        line-height: calc(18 / 12);
        letter-spacing: 0.05em;
        max-height: calc(var(--spFontSize12) * (18 / 12) * 2);
    }
    .secLandPlan .tit + .subtit{
        margin-top: 1px;
    }
    .secLandPlan .tags{
        margin-top: 7px;
        justify-content: center;
    }
    .secLandPlan .tag{
        font-size: var(--spFontSize12);
        padding: 3px 13px;
        letter-spacing: 0.1em;
    }
    .secLandPlan .pricebox{
        margin-top: 12px;
    }
    .secLandPlan .pricetxt{
        font-size: var(--spFontSize14);
        display: block;
        text-align: center;
    }
    .secLandPlan .pricetxt .num{
        font-size: var(--spFontSize34);
        letter-spacing: 0.05em;
    }
    .secLandPlan .priceDetails{
        font-size: var(--spFontSize12);
        line-height: calc(20 / 12);
        display: block;
        letter-spacing: 0.1em;
    }
    .secLandPlan .pricetxt + .priceDetails{
        margin-top: 1px;
    }
    .secLandPlan .addresstxt{
        font-size: var(--spFontSize12);
        line-height: calc(18 / 12);
        letter-spacing: 0.1em;
        margin-top: 7px;
    }
    .secLandPlan .underArea{
        width: 100%;
    }
    .secLandPlan .imglist{
        margin-top: 16px;
        padding: 0 5px;
    }
    .secLandPlan .imglist .imgItem{
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
    .secLandPlan .imgItem .itemLink{
        padding: 10px;
    }
    .secLandPlan .imgItem .itemLink::after{
        width: 26px;
        height: 26px;
    }
    .secLandPlan.lazyloaded .imgItem .itemLink::after{
        background-size: 15px auto;
    }
    .secLandPlan .imgItem .listimgBox{
        padding-top: calc(438 / 690 * 100%);
    }
    .secLandPlan .morebtnArea{
        padding-bottom: 24px;
    }
    .secLandPlan .morebtn{
        font-size: var(--spFontSize12);
    }
    .secLandPlan .morebtn::after{
        width: 20px;
        height: 20px;
        right: calc(50% - 57px);
        top: calc(50% - 10px);
    }
    .secLandPlan .moretxt{
        padding-right: 74px;
    }
    .secLandPlan .moretxt::after{
        width: 50px;
        top: calc(50% - 0.5px);
    }
    /* membersOnlyCard (会員表示)*/
    .secLandPlan .membersOnlyCard .imgMember{
        width: 224px;
    }
    .secLandPlan .membersOnlyCard .subTitle{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_1);
        padding-bottom: 17px;
        margin-bottom: 12px;
        margin-top: 10px;
    }
    .secLandPlan .membersOnlyCard .description{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_05);
        line-height: var(--spLineHeight12_2);
    }
    .secLandPlan .membersOnlyCard .propertyName{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_1);
        width: 250px;
        height: 50px;
        margin: 25px auto 0;
        line-height: calc(24 / 16);
        padding: 5px 5px;
    }
    .secLandPlan .membersOnlyCard .propertyName .intxt{
        max-height: calc(var(--spFontSize16) * (24 / 16) * 2);
    }
    .secLandPlan .membersOnlyCard .registerButton{
        font-size: var(--spFontSize15);
        letter-spacing: var(--spLetterSpacing15_1);
        width: 250px;
        height: 50px;
        margin: 10px auto 0;
    }
    .secLandPlan .membersOnlyCard .loginBtn{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_1);
        width: 250px;
        height: 50px;
        margin: 10px auto 0;
    }
    /* ▼商談中 */
    .secLandPlan .type_negotiation .imgArea{
        position: relative;
    }
    .secLandPlan .type_negotiation .OnArea{
        overflow: visible;
    }
    .secLandPlan .txtNegotiation{
        width: calc(100% + 20px);
        height: 60px;
        left: -10px;
        top: calc(50% - 30px);
    }
    .secLandPlan .txtNegotiation .intxt{
        font-size: var(--spFontSize18);
        line-height: calc(24 / 18);
    }
    /* ▼成約済み */
    .secLandPlan .soldMusk{
        padding-top: 75px;
    }
    .secLandPlan .soldbox{
        height: 60px;
    }
    .secLandPlan .soldbox .intxt{
        font-size: var(--spFontSize18);
        line-height: calc(24 / 18);
    }
    #footer{
        padding-bottom: calc(50px + 70px);
    }
}
/* ▼260310 */
@media only screen and (min-width:768px){
    .secForm .daysBox{
        flex: 1;
        max-width: 400px;
    }
}