/* 260330追加 */
/* secPoint */
.secPoint{
    margin-top: 100px;
}
.secPoint.secPoint02,
.secPoint.secPoint03{
    margin-top: 150px;
}
.secPoint .boxPointTop{
    padding: 197px 0 234px;
    color: #fff;
    text-align: center;
}
.secPoint.secPoint01 .boxPointTop.lazyloaded{
    background: url(../img/lineup_new/bgPointTop01.jpg) center top / cover no-repeat;
}
.secPoint.secPoint02 .boxPointTop.lazyloaded{
    background: url(../img/lineup_new/bgPointTop02.jpg) center top / cover no-repeat;
}
.secPoint.secPoint03 .boxPointTop.lazyloaded{
    background: url(../img/lineup_new/bgPointTop03.jpg) center top / cover no-repeat;
}
.secPoint .boxPointTop .txtPointTopNum{
    font-size: var(--pcFontSize24);
    letter-spacing: 0.15em;
    font-weight: bold;
}
.secPoint .boxPointTop .titPointTop{
    font-size: var(--pcFontSize50);
    letter-spacing: 0.45em;
    font-weight: bold;
    margin-top: 38px;
}
.secPoint .boxPointTop .txtPointTopEng{
    font-size: var(--pcFontSize18);
    letter-spacing: 0.3em;
    margin-top: 39px;
}
@media only screen and (max-width:767px){
    .secPoint{
        margin-top: 70px;
    }
    .secPoint.secPoint02,
    .secPoint.secPoint03{
        margin-top: 70px;
    }
    .secPoint .boxPointTop{
        padding: 50px 0 60px;
    }
    .secPoint.secPoint01 .boxPointTop.lazyloaded{
        background: url(../img/lineup_new/bgPointTop01_sp.jpg) center top / cover no-repeat;
    }
    .secPoint.secPoint02 .boxPointTop.lazyloaded{
        background: url(../img/lineup_new/bgPointTop02_sp.jpg) center top / cover no-repeat;
    }
    .secPoint.secPoint03 .boxPointTop.lazyloaded{
        background: url(../img/lineup_new/bgPointTop03_sp.jpg) center top / cover no-repeat;
    }
    .secPoint .boxPointTop .txtPointTopNum{
        font-size: var(--spFontSize14);
        letter-spacing: 0.1em;
    }
    .secPoint .boxPointTop .titPointTop{
        font-size: var(--spFontSize20);
        letter-spacing: 0.2em;
        font-weight: bold;
        margin-top: 16px;
    }
    .secPoint .boxPointTop .txtPointTopEng{
        font-size: var(--spFontSize10);
        letter-spacing: 0.1em;
        margin-top: 16px;
    }
}

.secPoint .wrapper{
    margin-top: 85px;
}
.secPoint .txtTit{
    font-size: var(--pcFontSize30);
    line-height: calc(60 / 30);
    letter-spacing: 0.15em;
    font-weight: bold;
}
.secPoint .txtTitLine{
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 80px;
    padding-top: 80px;
}
.secPoint .txtAbout{
    font-size: var(--pcFontSize18);
    line-height: calc(40 / 18);
    letter-spacing: 0.1em;
    margin-top: 15px;
}
.secPoint .txtAboutMin{
    font-size: var(--pcFontSize14);
    line-height: calc(28 / 14);
    letter-spacing: 0.05em;
    margin-top: 22px;
}
.secPoint .boxCheck{
    display: flex;
    position: relative;
    margin-top: 60px;
}
.secPoint .boxCheck.noFlex{
    display: block;
}
.secPoint .boxCheck .boxLeft{
    position: relative;
    width: 400px;
}
.secPoint .boxCheck .boxCheckImg{
    width: 100%;
    height: auto;
}
.secPoint .iconCheck{
    width: 90px;
    height: 40px;
    background: #ffe63c;
    font-size: var(--pcFontSize14);
    letter-spacing: 0.05em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.secPoint .boxCheck .boxTxt{
    width: calc(100% - 400px);
    height: auto;
    padding: 20px 49px;
    background: #f2f4f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.secPoint .boxCheck .boxTxtCenter{
    text-align: center;
}
.secPoint .boxCheck.noFlex .boxTxt{
    width: 100%;
    padding: 68px 66px 70px;
    display: block;
}
.secPoint .boxCheck.boxCheckTxtOnly .boxTxt{
    padding: 46px 49px 45px; 
}
.secPoint .boxCheck .titCheck{
    font-size: var(--pcFontSize20);
    line-height: calc(40 / 20);
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 13px;
}
.secPoint .boxCheck .titCheckSub{
    font-size: var(--pcFontSize16);
    line-height: calc(34 / 16);
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 9px;
}
.secPoint .boxCheck .txtCheck{
    font-size: var(--pcFontSize14);
    line-height: calc(28 / 14);
    letter-spacing: 0.08em;
}
.secPoint .boxCheck .boxCheckFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-top: 42px;
}
.secPoint .boxCheck .boxInner{
    display: flex;
    gap: 23px;
}
.secPoint .boxCheck .boxInnerImg{
    width: 220px;
}
.secPoint .boxCheck .boxInnerImg img{
    border-radius: 50%;
}
.secPoint .boxCheck .titFlexTxt{
    font-size: var(--pcFontSize20);
    letter-spacing: 0.15em;
    font-weight: bold;
}
.secPoint .boxCheck .titFlexTxt + .titFlexTxtSub{
    margin-top: 20px;
}
.secPoint .boxCheck .titFlexTxtSub{
    font-size: var(--pcFontSize16);
    letter-spacing: 0.15em;
    font-weight: bold;
}
.secPoint .boxCheck .titFlexTxtAbout{
    font-size: var(--pcFontSize14);
    line-height: calc(26 / 14);
    letter-spacing: 0.08em;
    margin-top: 12px;
}
.secPoint .boxCheck .titFlexTxtAbout + .titFlexTxtSub{
    margin-top: 22px;
}
.secPoint .boxCheck .boxCheckImgFlex{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}
.secPoint .boxFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(100 / 1420 * 100%);
    margin-top: 120px;
}
.secPoint .boxFlex02{
    flex-direction: row-reverse;
}
.secPoint .boxFlex .boxTxt{
    width: calc(100% - calc(700 / 1420 * 100%));
}
.secPoint .boxFlex .boxImg{
    width: calc(600 / 1420 * 100%);
}
.secPoint .boxPointTopImg{
    padding: 148px 0 144px;
    font-size: var(--pcFontSize30);
    letter-spacing: 0.25em;
    color: #fff;
    font-weight: bold;
}
.secPoint .boxPointTopImg h3{
    font-weight: bold;
}
.secPoint .boxPointTopImg.boxPointTopImg02,
.secPoint .boxPointTopImg.boxPointTopImg03,
.secPoint .boxPointTopImg.boxPointTopImg04{
    margin-top: 150px;
}
.secPoint .boxPointTopImg.lazyloaded{
    background: url(../img/lineup_new/bgPoint02Concept.jpg) center top / cover no-repeat;
}
.secPoint .boxPointTopImg.boxPointTopImg02.lazyloaded{
    background: url(../img/lineup_new/bgPoint02Concept02.jpg) center top / cover no-repeat;
}
.secPoint .boxPointTopImg.boxPointTopImg03.lazyloaded{
    background: url(../img/lineup_new/bgPoint02Concept03.jpg) center top / cover no-repeat;
}
.secPoint .boxPointTopImg.boxPointTopImg04.lazyloaded{
    background: url(../img/lineup_new/bgPoint02Concept04.jpg) center top / cover no-repeat;
}
.secPoint .boxFlexImgTxt{
    display: flex;
    align-items: center;
    gap: 78px;
}
.secPoint .boxPerformance{
    display: flex;
    gap: 80px;
    margin-top: 80px;
}
.secPoint .imgPerformance{
    margin-bottom: 35px;
}
.secPoint .txtPerformanceImgTit{
    width: 800px;
    height: 80px;
    border-radius: 40px;
    background: #001b3f;
    font-size: var(--pcFontSize18);
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 49px auto 30px;
}
.secPoint .txtPerformanceImgTxt{
    font-size: var(--pcFontSize14);
    letter-spacing: 0.08em;
    text-align: center;
    margin: 30px auto 60px;
}
.secPoint .boxPerformanceTable{
    text-align: center;
}
.secPoint .boxPerformanceImg02{
    text-align: center;
}
.secPoint .boxPerformanceFlex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
}
.secPoint .boxPerformanceFlexInner{
    display: flex;
    align-items: center;
    gap: 30px;
}
.secPoint .boxPerformanceIcon{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #f2f4f5;
    font-size: var(--pcFontSize14);
    line-height: calc(20 / 14);
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPoint .boxPerformanceTxt{
    font-size: var(--pcFontSize12);
    line-height: calc(24 / 12);
    letter-spacing: 0.05em;
}
@media only screen and (max-width:767px){
    .secPoint .wrapper{
        margin-top: 27px;
    }
    .secPoint .txtTit{
        font-size: var(--spFontSize17);
        line-height: calc(24 / 17);
        letter-spacing: 0;
    }
    .secPoint .txtTitLine{
        margin-top: 40px;
        padding-top: 37px;
    }
    .secPoint .txtTitLineSp{
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        margin-top: 14px;
        padding-top: 37px;
    }
    .secPoint .txtAbout{
        font-size: var(--spFontSize13);
        line-height: calc(22 / 13);
        letter-spacing: 0;
        margin-top: 12px;
    }
    .secPoint .txtAboutMin{
        width: 100%;
        font-size: var(--spFontSize11);
        line-height: calc(22 / 11);
        letter-spacing: 0;
        margin-top: 11px;
        order: 4;
    }
    .secPoint .boxCheck{
        margin-top: 26px;
    }
    .secPoint .boxCheck .boxLeft{
        width: 134px;
    }
    .secPoint .iconCheck{
        width: 50px;
        height: 22px;
        font-size: var(--spFontSize10);
        letter-spacing: 0;
    }
    .secPoint .boxCheck .boxTxt{
        width: calc(100% - 134px);
        padding: 10px 15px;
    }
    .secPoint .boxCheck.noFlex .boxTxt{
        width: 100%;
        padding: 30px 15px 20px;
        display: block;
    }
    .secPoint .boxCheck.boxCheckTxtOnly .boxTxt{
        padding: 30px 15px 20px; 
        text-align: left;
    }
    .secPoint .boxCheck .titCheck{
        font-size: var(--spFontSize13);
        line-height: calc(20 / 13);
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .secPoint .boxCheck .titCheckSub{
        font-size: var(--spFontSize13);
        line-height: calc(22 / 13);
        letter-spacing: 0;
        margin-bottom: 0;
    }
    .secPoint .txtCheck{
        font-size: var(--spFontSize13);
        line-height: calc(22 / 13);
        letter-spacing: 0;
        margin-top: 16px;
    }
    .secPoint .boxCheck .txtCheck{
        font-size: var(--spFontSize11);
        line-height: calc(18 / 11);
        letter-spacing: 0;
        margin-top: 7px;
    }
    .secPoint .boxCheck .boxCheckFlex{
        align-items: normal;
        gap: 25px;
        margin-top: 17px;
    }
    .secPoint .boxCheck .boxInner{
        flex-direction: column;
        gap: 19px;
    }
    .secPoint .boxCheck .boxFlexSp{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .secPoint .boxCheck .boxInnerImg{
        width: 73px;
    }
    .secPoint .boxCheck .titFlexTxt{
        width: calc(100% - 73px - 10px);
        font-size: var(--spFontSize13);
        letter-spacing: 0;
    }
    .secPoint .boxCheck .titFlexTxt + .titFlexTxtSub{
        margin-top: 0;
    }
    .secPoint .boxCheck .titFlexTxtSub{
        font-size: var(--spFontSize12);
        letter-spacing: 0;
    }
    .secPoint .boxCheck .titFlexTxtAbout{
        font-size: var(--spFontSize11);
        line-height: calc(18 / 11);
        letter-spacing: 0;
        margin-top: 8px;
    }
    .secPoint .boxCheck .titFlexTxtAbout + .titFlexTxtSub{
        margin-top: 14px;
    }
    .secPoint .boxCheck .boxCheckImgFlex{
        flex-direction: column;
        gap: 0;
        margin-top: 16px;
    }
    .secPoint .boxFlex{
        flex-direction: column;
        gap: 0;
        margin-top: 26px;
    }
    .secPoint .boxFlex02{
        flex-direction: column;
    }
    .secPoint .boxFlex .boxTxt{
        width: 100%;
        display: contents;
    }
    .secPoint .boxFlex .boxTxt .txtTit{
        width: 100%;
        order: 1;
    }
    .secPoint .boxFlex .boxTxt .txtAbout{
        width: 100%;
        order: 3;
        margin-top: 16px;
    }
    .secPoint .boxFlex .boxImg{
        width: 100%;
        order: 2;
        margin-top: 16px;
    }
    .secPoint .boxFlex2 .boxTxt .txtAbout{
        order: 2;
    }
    .secPoint .boxFlex2 .boxImg{
        order: 3;
    }
    .secPoint .boxPointTopImg{
        padding: 44px 0;
        font-size: var(--spFontSize15);
        line-height: calc(26 / 15);
        letter-spacing: 0;
        margin-top: 1px;
        min-height: 140px;
        display: flex;
        align-items: center;
    }
    .secPoint .boxPointTopImg.boxPointTopImg02,
    .secPoint .boxPointTopImg.boxPointTopImg03,
    .secPoint .boxPointTopImg.boxPointTopImg04{
        margin-top: 56px;
    }
    .secPoint .boxPointTopImg.lazyloaded{
        background: url(../img/lineup_new/bgPoint02Concept_sp.jpg) center top / cover no-repeat;
    }
    .secPoint .boxPointTopImg.boxPointTopImg02.lazyloaded{
        background: url(../img/lineup_new/bgPoint02Concept02_sp.jpg) center top / cover no-repeat;
    }
    .secPoint .boxPointTopImg.boxPointTopImg03.lazyloaded{
        background: url(../img/lineup_new/bgPoint02Concept03_sp.jpg) center top / cover no-repeat;
    }
    .secPoint .boxPointTopImg.boxPointTopImg04.lazyloaded{
        background: url(../img/lineup_new/bgPoint02Concept04_sp.jpg) center top / cover no-repeat;
    }
    .secPoint .boxFlexImgTxt{
        flex-direction: column;
        gap: 16px;
    }
    .secPoint .boxPerformance{
        flex-direction: column;
        gap: 36px;
        margin-top: 30px;
    }
    .secPoint .imgPerformance{
        margin-bottom: 16px;
    }
    .secPoint .imgPerformance2{
        margin-bottom: 0;
    }
    .secPoint .txtPerformanceImgTit{
        width: 100%;
        height: 50px;
        border-radius: 25px;
        font-size: var(--spFontSize13);
        letter-spacing: 0;
        margin: 26px auto 20px;
    }
    .secPoint .txtPerformanceImgTxt{
        font-size: var(--spFontSize11);
        line-height: calc(20 / 11);
        letter-spacing: 0;
        margin: 11px auto 11px;
    }
    .secPoint .boxPerformanceTable{
        width: 692px;
    }
    .secPoint .boxPerformanceImg02{
        width: 307px;
        margin: 0 auto;
    }
    .secPoint .boxPerformanceFlex{
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    .secPoint .boxPerformanceFlexInner{
        gap: 10px;
    }
    .secPoint .boxPerformanceIcon{
        width: 80px;
        height: 80px;
        font-size: var(--spFontSize12);
        line-height: calc(18 / 12);
        letter-spacing: 0;
    }
    .secPoint .boxPerformanceTxt{
        width: calc(100% - 80px - 10px);
        font-size: var(--spFontSize11);
        line-height: calc(18 / 11);
        letter-spacing: 0;
    }
    .secPoint .imgPoint02_check02{
        width: 248px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:360px){
    .secPoint .boxCheck .boxInnerImg{
        width: 60px;
    }
    .secPoint .boxCheck .titFlexTxt{
        width: calc(100% - 60px - 10px);
        font-size: var(--spFontSize12);
    }
}
@media only screen and (max-width:767px){
    .scrollItem{
        position: relative;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-bottom: 28px;
        overflow-x: auto;
        overflow-y: hidden;
        /* ネイティブのスクロールバーは非表示にして、自前バーのみ表示 */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItemBar{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 692px;
        background-color: rgba(0, 0, 0, 0.12);
        border-radius: 2px;
        overflow: hidden;
        pointer-events: none;
    }
    .scrollItemBarThumb{
        width: 20%!important;
        height: 100%;
        background-color: #3c3c40;
        border-radius: 2px;
        transform: translateX(0);
        transition: transform 0.1s linear;
    }
}


/*==============================
    houseDesign
==============================*/
.itemPoint .boxConfidenceFlex{
    padding: 215px 0 371px;
}
.itemPoint .boxConfidenceFlex .txtConfidence{
    font-size: var(--pcFontSize18);
    line-height: calc(60 / 18);
    letter-spacing: 0.05em;
    font-weight: bold;
    position: relative;
}
.itemPoint .boxConfidenceFlex .imgConfidence{
    width: calc(960 / 1920 * 100%);
    position: absolute;
    bottom: 126px;
    right: 0;
}
.itemPoint .boxConfidenceFlex .imgConfidence img{
    border-radius: 10px 0 0 10px;
}
/* boxDesign */
.boxDesign{
    margin-top: 116px;
}
.txtNote{
    font-size: var(--pcFontSize12);
    letter-spacing: 0.08em;
    margin-top: 20px;
    padding-bottom: 120px;
    text-align: right;
}
@media only screen and (max-width:767px){
    .itemPoint .boxConfidenceFlex{
        padding: 10px 0 60px;
    }
    .itemPoint .boxConfidenceFlex .txtConfidence{
        font-size: var(--spFontSize13);
        line-height: calc(25 / 13);
        letter-spacing: 0.05em;
        font-weight: normal;
    }
    .itemPoint .boxConfidenceFlex .imgConfidence{
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 33px;
    }
    .itemPoint .boxConfidenceFlex .imgConfidence img{
        border-radius: 10px;
    }
    /* boxDesign */
    .boxDesign{
        margin-top: 58px;
    }
    .txtNote{
        font-size: var(--spFontSize10);
        letter-spacing: 0;
        margin-top: 10px;
        padding-bottom: 60px;
        text-align: right;
    }
}

/* boxBtnLink */
.boxBtnLink{
    margin: 120px auto 0;
}
.boxBtnLink .link{
    width: 700px;
    height: 104px;
    border-radius: 52px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize20);
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    transition: 0.2s;
}
.boxBtnLink .txtInner{
    position: relative;
    padding-left: 73px;
}
.boxBtnLink .txtInner::after{
    content: '';
    width: 54px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.boxBtnLink .txtInner.lazyloaded::after{
    background: url(../img/lineup_new/iconLinkEstate.png) center top / cover no-repeat;
}
.boxBtnLink .link:hover{
    border: 1px solid #002d56;
    color: #002d56;
    background: #fff;
}
.boxBtnLink .link:hover .txtInner.lazyloaded::after{
    background: url(../img/lineup_new/iconLinkEstate_hover.png) center top / cover no-repeat;
}
.boxBtnLink.inversion .link{
    border: 1px solid #002d56;
    color: #002d56;
    background: #fff;
}
.boxBtnLink.inversion .txtInner.lazyloaded::after{
    background: url(../img/lineup_new/iconLinkEstate_hover.png) center top / cover no-repeat;
}
.boxBtnLink.inversion .link:hover{
    border: 1px solid #fff;
    color: #fff;
    background: #002d56;
}
.boxBtnLink.inversion .link:hover .txtInner.lazyloaded::after{
    background: url(../img/lineup_new/iconLinkEstate.png) center top / cover no-repeat;
}
.boxBackBtn{
    border-top: none;
    padding-top: 0;
    margin-top: 90px;
}
@media only screen and (max-width:767px){
    .boxBtnLink{
        margin: 60px auto 0;
    }
    .boxBtnLink .link{
        width: 92%;
        max-width: 345px;
        height: 70px;
        border-radius: 35px;
        font-size: var(--spFontSize14);
        line-height: calc(21 / 14);
        letter-spacing: 0.05em;
        margin: 0 auto;
    }
    .boxBtnLink .txtInner{
        padding-left: 54px;
    }
    .boxBtnLink .txtInner::after{
        width: 45px;
        height: 28px;
    }
    .boxBackBtn{
        margin-top: 60px;
    }
}


/*==============================
    smartDesign
==============================*/
.boxPriceList{
    display: flex;
    flex-wrap: wrap;
    gap: 45px 35px;
    margin-top: 51px;
}
.boxPriceList .itemPrice{
    width: calc((100% - 70px) / 3);
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.boxPriceList .boxImgPrice{
    width: 150px;
}
.boxPriceList .boxImgPrice img{
    border-radius: 10px 0 0 10px;
}
.boxPriceList .txtPrice{
    font-size: var(--pcFontSize18);
    font-weight: bold;
    padding-left: 30px;
}
.boxPriceList .iconPrice{
    position: absolute;
    top: -15px;
    left: 15px;
}
.boxPriceList .iconPrice .num{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #55b2c3;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.boxPriceList .iconPrice .num::after{
    content: '';
    width: 35px;
    height: 14px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/lineup/iconPrice.png) center top / cover no-repeat;
}
.boxOutlineTit .txtBottomNote{
    font-size: var(--pcFontSize14);
    letter-spacing: 0.05em;
    margin-top: 50px;
    padding-bottom: 120px;
}
@media only screen and (max-width:767px){
    .boxPriceList{
        gap: 44px 9px;
        margin-top: 54px;
    }
    .boxPriceList .itemPrice{
        width: calc((100% - 18px) / 3);
        border-radius: 10px;
        flex-direction: column;
    }
    .boxPriceList .boxImgPrice{
        width: 100%;
    }
    .boxPriceList .boxImgPrice img{
        border-radius: 10px 10px 0 0;
    }
    .boxPriceList .txtPrice{
        font-size: var(--spFontSize14);
        line-height: calc(20 / 14);
        padding-left: 0;
        height: 62px;
        display: flex;
        align-items: center;
    }
    .boxPriceList .iconPrice{
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .boxPriceList .iconPrice .num{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #55b2c3;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .boxPriceList .iconPrice .num::after{
        content: '';
        width: 35px;
        height: 14px;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/lineup/iconPrice.png) center top / cover no-repeat;
    }
    .boxOutlineTit .txtBottomNote{
        font-size: var(--spFontSize11);
        line-height: calc(18 / 11);
        letter-spacing: 0;
        margin-top: 21px;
        padding-bottom: 56px;
    }
}

.boxOutlineTit .imgOutline{
    margin-top: 51px;
}
.boxEquipment .txtColor{
    width: 1000px;
    font-size: var(--pcFontSize30);
    letter-spacing: 0.15em;
    font-weight: bold;
    text-align: center;
    padding: 37px 0 40px;
    border-top: 1px solid #001b3f;
    border-bottom: 1px solid #001b3f;
    margin: 60px auto 0;
}
.boxEquipment .listColor{
    display: flex;
    gap: 28px;
    margin-top: 50px;
    padding-bottom: 120px;
}
.boxEquipment .itemColor{
    width: calc((100% - 84px) / 4);
}
@media only screen and (max-width:767px){
    .boxBgPoint .boxOutlineTit .txtJpSpOnly{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_18);
        letter-spacing: var(--spLetterSpacing14_05);
        margin-top: 15px;
        text-align: center;
        padding-bottom: 0;
    }
    .boxOutlineTit .imgOutline{
        margin-top: 20px;
    }
    .boxEquipment .txtColor{
        width: 100%;
        font-size: var(--spFontSize15);
        letter-spacing: 0.03em;
        padding: 20px 0;
        margin: 25px auto 0;
    }
    .boxEquipment .listColor{
        flex-wrap: wrap;
        gap: 21px 15px;
        margin-top: 20px;
        padding-bottom: 60px;
    }
    .boxEquipment .itemColor{
        width: calc((100% - 15px) / 2);
    }
}

.boxFlexOption{
    display: flex;
    align-items: center;
    margin-top: 71px;
    position: relative;
}
.boxFlexOption .imgOption{
    width: calc(959 / 1920 * 100%);
}
.boxFlexOption .boxTxtOption{
    width: 638px;
    margin-left: 90px;
}
.boxFlexOption .titOption{
    font-size: var(--pcFontSize30);
    letter-spacing: 0.1em;
    font-weight: bold;
}
.boxFlexOption .txtOption{
    font-size: var(--pcFontSize18);
    line-height: calc(40 / 18);
    letter-spacing: 0.1em;
    margin-top: 24px;
}
@media only screen and (max-width:767px){
    .boxFlexOption{
        flex-direction: column;
        margin-top: 20px;
    }
    .boxFlexOption .imgOption{
        width: 100%;
    }
    .boxFlexOption .boxTxtOption{
        width: 100%;
        margin-left: 0;
        margin-top: 18px;
    }
    .boxFlexOption .titOption{
        display: none;
    }
    .boxFlexOption .txtOption{
        font-size: var(--spFontSize13);
        line-height: calc(28 / 13);
        letter-spacing: 0.03em;
        margin-top: 0;
    }
}

/*==============================
    selectDesign
==============================*/
.boxPoint.boxPointBrand{
    margin-top: 150px;
}
.boxLineupDetails.selectDesign .boxContents {
    margin-top: -120px;
}
.boxLineupDetails.lineupHouse.selectDesign{
    background-color: #fff;
    color: #001b3f;
    padding-bottom: 0;
}
.boxLineupDetails.selectDesign .item a {
    color: #fff;
}
.boxLineupDetails.selectDesign .boxPointHead .txt{
    color: #fff;
}
.boxConceptGranforte{
    margin-top: 150px;
}
.boxLineupDetails .txtAbout{
    position: absolute;
    top: 180px;
    left: 0;
    font-size: var(--pcFontSize20);
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #fff;
    background: #000;
    padding: 20px 20px;
}
.boxLineupDetails .boxConceptHarmona .txtAbout{
    background: #f9f7ea;
    color: #000;
}
.boxLineupDetails.lineupHouse .imgTxt{
    position: absolute;
    top: -40px;
    right: -65px;
}
@media only screen and (max-width:767px){
    .boxPoint.boxPointBrand{
        margin-top: 37px;
    }
    .boxLineupDetails.selectDesign .boxContents{
        margin-top: 0;
    }
    .boxConceptGranforte{
        margin-top: 60px;
    }
    .boxLineupDetails .boxConceptGranforte .boxTitTop {
        top: 31px;
    }
    .boxLineupDetails .boxConceptHarmona .boxTitTop {
        top: 34px;
    }
    .boxLineupDetails .txtAbout{
        position: relative;
        top: 80px;
        left: 0;
        font-size: var(--spFontSize12);
        letter-spacing: 0.05em;
        font-weight: bold;
        color: #fff;
        background: unset;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .boxLineupDetails .boxConceptHarmona .txtAbout{
        top: 46px;
    }
    .boxLineupDetails .txtAbout.spNone{
        display: none;
    }
    .boxLineupDetails .txtAbout .txtInner{
        background: #000;
        padding: 8px 7px;
    }
    .boxLineupDetails .boxConceptHarmona .txtAbout .txtInner{
        background: #f9f7ea;
        color: #000;
    }
    .boxLineupDetails.selectDesign .boxPointHead{
        padding-bottom: 25px;
    }
    .boxConceptGranforte .imgTit{
        width: 212px;
    }
    .boxConceptHarmona .imgTit{
        width: 247px;
    }
    .boxLineupDetails .boxConceptHarmona .txtAbout{
        background: unset;
        color: unset;
    }
    .boxLineupDetails.lineupHouse .imgTxt{
        top: 110px;
        right: 0;
    }
}

/* boxAnkerLinkFlex */
.boxAnkerLinkFlex{
    display: flex;
    gap: 60px;
    margin-top: 51px;
}
@media only screen and (max-width:767px){
    .boxAnkerLinkFlex{
        flex-direction: column;
        gap: 20px;
        margin-top: 13px;
    }
}

/* boxContentsGranforte */
.boxContentsGranforte{
    padding-bottom: 250px;
}
.boxContentsGranforte.lazyloaded{
    background: #0a0808 url(../img/lineup_new/selectDesign/bgGranforteContents.png) center bottom / 100% auto no-repeat;
}
@media only screen and (max-width:767px){
    .boxContentsGranforte{
        padding-bottom: 49px;
    }
    .boxContentsGranforte.lazyloaded{
        background: #0a0808 url(../img/lineup_new/selectDesign/bgGranforteContents_sp.png) center bottom / 100% auto no-repeat;
    }
}

/* boxPointHeadSelect */
.boxPointHeadSelect{
    position: relative;
    padding-top: 140px;
    padding-bottom: 141px;
}
.boxPointHeadSelect .wrapper{
    text-align: left;
}
.boxPointHeadSelect .boxTxt{
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 0;
}
.boxPointHeadSelect .txt{
    font-size: var(--pcFontSize18);
    line-height: calc(40 / 18);
    letter-spacing: 0.1em;
}
.boxPointHeadSelect .boxImg{
    position: absolute;
    top: -100px;
    left: unset;
    right: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .boxPointHeadSelect{
        padding-top: 0;
        padding-bottom: 25px;
    }
    .boxPointHeadSelect .txt{
        font-size: var(--spFontSize11);
        line-height: calc(25 / 11);
        letter-spacing: 0;
    }
    .boxPointHeadSelect .boxImg{
        top: -65px;
        left: unset;
        right: 0;
    }
}

/* listContentsInner */
.listContentsInner{
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 100px;
}
.listContentsInner .itemContents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(100 / 1420 * 100%);
}
.listContentsInner .itemContents2{
    flex-direction: row-reverse;
}
.listContentsInner .itemContents:nth-child(even){
    flex-direction: row-reverse;
}
.listContentsInner .itemContents .boxFlexImg{
    width: calc(600 / 1420 * 100%);
}
.listContentsInner .itemContents .boxFlexTxt{
    width: calc(100% - calc(700 / 1420 * 100%));
    color: #fff;
}
.listContentsInner .itemContents .titFlexTxt{
    font-size: var(--pcFontSize30);
    line-height: calc(60 / 30);
    letter-spacing: 0.15em;
    font-weight: bold;
}
.listContentsInner .itemContents .txtFlexTxt{
    font-size: var(--pcFontSize18);
    line-height: calc(40 / 18);
    letter-spacing: 0.1em;
    margin-top: 15px;
}
@media only screen and (max-width:767px){
    .listContentsInner{
        gap: 20px;
        margin-top: 0;
    }
    .listContentsInner .itemContents{
        flex-direction: column;
        gap: 14px;
    }
    .listContentsInner .itemContents2{
        flex-direction: column;
    }
    .listContentsInner .itemContents:nth-child(even){
        flex-direction: column;
    }
    .listContentsInner .itemContents .boxFlexImg{
        width: 100%;
    }
    .listContentsInner .itemContents .boxFlexTxt{
        width: 100%;
    }
    .listContentsInner .itemContents .titFlexTxt{
        font-size: var(--spFontSize13);
        line-height: calc(25 / 13);
        letter-spacing: 0;
    }
    .listContentsInner .itemContents .txtFlexTxt{
        font-size: var(--spFontSize11);
        line-height: calc(25 / 11);
        letter-spacing: 0;
        margin-top: 4px;
    }
}

/* boxContentsHarmona */
.boxContentsHarmona{
    padding-bottom: 121px;
    color: #001b3f;
}
.boxContentsHarmona.lazyloaded{
    background: #f9f7ea url(../img/lineup_new/selectDesign/bgHarmonaContents.png) center bottom / 100% auto no-repeat;
}
.boxLineupDetails.selectDesign .boxContentsHarmona .boxPointHead .txt{
    color: #001b3f;
}
.boxContentsHarmona .listContentsInner .itemContents .boxFlexTxt {
    color: #001b3f;
}
@media only screen and (max-width:767px){
    .boxContentsHarmona{
        padding-bottom: 60px;
    }
    .boxContentsHarmona.lazyloaded{
        background: #f9f7ea url(../img/lineup_new/selectDesign/bgHarmonaContents_sp.png) center bottom / 100% auto no-repeat;
    }
}

/* boxRoomList */
.boxRoomList{
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 100px;
}
.boxRoomList .itemRoom .boxRoomTop{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxRoomList .itemRoom:nth-child(1) .boxRoomTop.lazyloaded{
    background: url(../img/lineup_new/selectDesign/imgRoom01_top.jpg) center center / cover no-repeat;
}
.boxRoomList .itemRoom:nth-child(2) .boxRoomTop.lazyloaded{
    background: url(../img/lineup_new/selectDesign/imgRoom02_top.jpg) center center / cover no-repeat;
}
.boxRoomList .itemRoom:nth-child(3) .boxRoomTop.lazyloaded{
    background: url(../img/lineup_new/selectDesign/imgRoom03_top.jpg) center center / cover no-repeat;
}
.boxRoomList .itemRoom:nth-child(4) .boxRoomTop.lazyloaded{
    background: url(../img/lineup_new/selectDesign/imgRoom04_top.jpg) center center / cover no-repeat;
}
.boxRoomList .itemRoom .titRoom{
    font-size: var(--pcFontSize30);
    line-height: calc(55 / 30);
    letter-spacing: 0.4em;
    font-weight: bold;
    color: #fff;
}
.boxRoomList .itemRoom .boxTxtArea{
    padding: 41px 150px 87px;
    background: #fff;
}
.boxRoomList .itemRoom .boxTxtInner{
    display: flex;
    align-items: center;
    padding: 41px 0;
    border-bottom: 1px dashed #ccc;
}
.boxRoomList .itemRoom .titTxtInner{
    width: 50%;
    font-size: var(--pcFontSize20);
    line-height: calc(60 / 20);
    letter-spacing: 0.15em;
    font-weight: bold;
    padding-right: 20px;
}
.boxRoomList .itemRoom .txtTxtInner{
    width: 50%;
    font-size: var(--pcFontSize18);
    line-height: calc(40 / 18);
    letter-spacing: 0.1em;
}
.boxRoomList .itemRoom .boxImgInner{
    margin-top: 50px;
}
.boxContentsHarmona .linkBtn{
    width: 700px;
    height: 104px;
    border-radius: 52px;
    background: #001b3f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize22);
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    transition: 0.2s;
    margin: 120px auto 0;
}
.boxContentsHarmona .linkBtn:hover{
    background: #fff;
    color: #001b3f;
    border: 1px solid #001b3f;
}
@media only screen and (max-width:767px){
    .boxRoomList{
        gap: 40px;
        margin-top: 19px;
    }
    .boxRoomList .itemRoom .boxRoomTop{
        height: 150px;
        border-radius: 5px 5px 0 0;
    }
    .boxRoomList .itemRoom:nth-child(1) .boxRoomTop.lazyloaded{
        background: url(../img/lineup_new/selectDesign/imgRoom01_top_sp.jpg) center center / cover no-repeat;
    }
    .boxRoomList .itemRoom:nth-child(2) .boxRoomTop.lazyloaded{
        background: url(../img/lineup_new/selectDesign/imgRoom02_top_sp.jpg) center center / cover no-repeat;
    }
    .boxRoomList .itemRoom:nth-child(3) .boxRoomTop.lazyloaded{
        background: url(../img/lineup_new/selectDesign/imgRoom03_top_sp.jpg) center center / cover no-repeat;
    }
    .boxRoomList .itemRoom:nth-child(4) .boxRoomTop.lazyloaded{
        background: url(../img/lineup_new/selectDesign/imgRoom04_top_sp.jpg) center center / cover no-repeat;
    }
    .boxRoomList .itemRoom .titRoom{
        font-size: var(--spFontSize15);
        line-height: calc(25 / 15);
        letter-spacing: 0;
        text-align: center;
    }
    .boxRoomList .itemRoom .boxTxtArea{
        padding: 25px 10px 38px;
    }
    .boxRoomList .itemRoom .boxTxtInner{
        flex-direction: column;
        padding: 0 0 20px;
    }
    .boxRoomList .itemRoom .titTxtInner{
        width: 100%;
        font-size: var(--spFontSize13);
        line-height: calc(25 / 13);
        letter-spacing: 0;
    }
    .boxRoomList .itemRoom .txtTxtInner{
        width: 100%;
        font-size: var(--spFontSize11);
        line-height: calc(20 / 11);
        letter-spacing: 0;
        margin-top: 11px;
    }
    .boxRoomList .itemRoom .boxImgInner{
        margin-top: 31px;
    }
    .boxContentsHarmona .linkBtn{
        width: 289px;
        height: 67px;
        border-radius: 33px;
        font-size: var(--spFontSize15);
        letter-spacing: 0.05em;
        margin: 60px auto 0;
    }
}