
.mainWrapper{
    padding-bottom: 15rem;
}
@media only screen and (max-width:1215px){
    .mainWrapper{
        padding-bottom: 5rem;
    }
}

/* secHero */
.secHero{
    height: 64rem;
    position: relative;
    margin-top: 0;
}
.secHero .imgHero{
    position: absolute;
    width: 192rem;
    top: 0;
    left: calc(50% - 96rem);
}
@media only screen and (max-width:1215px){
    .secHero{
        height: auto;
        margin-top: 0;
    }
    .secHero .imgHero{
        position: static;
        width: 100%;
    }
}

/* secTag */
.secTag{
    margin-top: 8rem;
}
.secTag .boxList{
    display: flex;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.25);
}
.secTag .item{
    width: calc(100% / 6);
}
.secTag .tabInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8rem;
    font-size: var(--pcFontSize16);
    font-weight: 700;
    color: var(--textColor);
    position: relative;
}
.secTag .tabInner::before{
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 4rem;
    right: 0;
    top: calc(50% - 2rem);
    background-color: var(--borderColor);
}
.secTag .active .tabInner::after{
    position: absolute;
    content: "";
    width: 12rem;
    height: 0.6rem;
    background-color: var(--tagColor);
    bottom: -0.3rem;
    left: calc(50% - 6rem);
    border-radius: 0.3rem;
}
.secTag .tabInner.premium{
    color: var(--white);
    flex-flow: column;
    font-weight: 400;
    background-image: -moz-linear-gradient( 90deg, rgb(234,55,7) 0%, rgb(235,147,52) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(234,55,7) 0%, rgb(235,147,52) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(234,55,7) 0%, rgb(235,147,52) 100%);
    border-radius: 0 0.5rem 0.5rem 0;
}
.secTag .tabInner.premium::before{
    display: none;
}
.secTag .titEng{
    font-size: var(--pcFontSize18);
    margin-bottom: 0.3rem;
    font-weight: 400;
    text-shadow: 0 2px 36px #fff, 0 0 8px rgba(255,255,255,0.2), 0 2px 36px #fff, 0 0 8px rgba(255,255,255,0.2), 0 2px 36px #fff, 0 0 8px rgba(255,255,255,0.2);
}
@media only screen and (max-width:1215px){
    .secTag{
        margin-top: -9.5rem;
    }
    .secTag .boxList{
        flex-wrap: wrap;
        border-radius: 0;
        box-shadow: none;
    }
    .secTag .item{
        width: 31.344%;
        margin-right: 2.984%;
    }
    .secTag .item:nth-child(3n){
        margin-right: 0;
    }
    .secTag .item:nth-child(n+4){
        margin-top: 2rem;
    }
    .secTag .tabInner{
        height: 5rem;
        font-size: var(--spFontSize14);
        border-radius: 2.5rem;
        background: var(--white);
        border: 0.1rem solid var(--tagBorder2);
    }
    .secTag .tabInner::before{
        display: none;
    }
    .secTag .active .tabInner::before{
        display: block;
        position: absolute;
        content: "";
        width: 1.2rem;
        height: 0.9rem;
        background: var(--tagColor);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        bottom: -1.1rem;
        top: auto;
        left: calc(50% - 0.6rem);
    }
    .secTag .active .tabInner::after{
        width: 6.8rem;
        left: calc(50% - 3.4rem);
        border-radius: 0.3rem;
    }
    .secTag .tabInner.premium{
        font-size: var(--spFontSize14);
        border-radius: 2.5rem;
    }
    .secTag .tabInner.premium::before{
        display: none;
    }
    .secTag .titEng{
        font-size: var(--spFontSize11);
        margin-bottom: 0.2rem;
    }
}

/* secMemberBnr */
.secMemberBnr{
    height: 56.9rem;
    position: relative;
    margin-top: 6rem;
}
.secMemberBnr .link{
    position: absolute;
    width: 192rem;
    top: 0;
    left: calc(50% - 96rem);
}
@media only screen and (max-width:1215px){
    .secMemberBnr{
        height: auto;
        margin-top: 4rem;
    }
    .secMemberBnr .link{
        position: static;
        width: 100%;
    }
}

.secMain{
    margin-top: 10rem;
}
.secMain .list{
    display: flex;
    flex-wrap: wrap;
}
.secMain .item{
    width: calc(50% - 1.5rem);
    margin-right: 3rem;
    position: relative;
}
.secMain .item:nth-child(2n){
    margin-right: 0;
}
.secMain .item:nth-child(n+3){
    margin-top: 3.5rem;
}
.secMain .link{
    background: var(--white);
    border-radius: 0.5rem;
    box-shadow: 0rem 0rem 0.396rem 0.004rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: block;
    height: 100%;
}
.secMain .boxPlanHead{
    background: var(--keyColor);
    color: var(--white);
    display: flex;
    height: 8rem;
    text-decoration: none;
}
.secMain .boxInfo{
    width: 14.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 1.5rem 1rem 1rem;
}
.secMain .tit01{
    font-size: var(--pcFontSize15);
    font-weight: 300;
}
.secMain .tit02{
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_37);
    letter-spacing: var(--pcLetterSpacing25_50);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 300;
}
.secMain .boxTit{
    width: calc(100% - 14.5rem);
    padding: 0 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.secMain .boxTit::after{
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 5rem;
    left: 0;
    top: calc(50% - 2.5rem);
    background: var(--ColorWhite_35);
}
.secMain .titNumber{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_21);
    letter-spacing: var(--pcLetterSpacing14_50);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.secMain .titMain{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    letter-spacing: var(--pcLetterSpacing16_50);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: 0.5rem;
}
.secMain .mainBox{
    padding: 5rem 5.25rem 4rem;
    background: var(--white);
    position: relative;
}
.secMain .listImg{
    display: flex;
    justify-content: center;
}
.secMain .itemImg{
    width: calc(50% - 1rem);
}
.secMain .itemImg:nth-child(2){
    margin-left: 2rem;
}
.secMain .img{
    padding-top: 100%;
}
.secMain .btnBox{
    text-align: center;
    margin-top: 4.3rem;
}
.secMain .btnTxt{
    position: relative;
    display: inline-block;
    font-size: var(--pcFontSize13);
    padding-right: 21rem;
}
.secMain .btnTxt.lazyloaded{
    background: url(../img/plan/iconBtnAroow.png) right top / 20rem auto no-repeat;
}
/* memberBox */
.secMain .boxMember{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}
.secMain .boxMember::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(103, 103, 103, 0.7);
    backdrop-filter: blur(4px);
}
.secMain .memberInner{
    position: relative;
    z-index: 1;
    text-align: center;
}
.secMain .titEng{
    font-size: var(--pcFontSize20);
    font-weight: 400;
    color: var(--white);
}
.secMain .titMember{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_50);
    color: var(--white);
    margin-top: 1.5rem;
}
.secMain .txtMember{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    color: var(--white);
    margin-top: 2.5rem;
}
.secMain .memberBtnBox{
    display: flex;
    width: 50rem;
    margin: 4.2rem auto 0;
}
.secMain .btn{
    width: calc(50% - 1rem);
    margin-right: 2rem;
    height: 6rem;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_100);
}
.secMain .btn:nth-child(2){
    margin-right: 0;
}
.secMain .btnLogin{
    background: var(--borderBlack);
}
.secMain .btnMember{
    background: var(--keyColor);
}
.secMain .iconArrow{
    position: relative;
    padding-right: 10.6rem;
}
.secMain .iconArrow.lazyloaded{
    background: url(../img/plan/iconBtnAroow02.png) right center / 10rem auto no-repeat;
}
@media only screen and (max-width:1215px){
    .secMain{
        margin-top: 4rem;
    }
    .secMain .list{
        display: block;
    }
    .secMain .item{
        width: 100%;
        margin-right: 0;
    }
    .secMain .item:nth-child(n+2){
        margin-top: 3rem;
    }
    .secMain .boxPlanHead{
        flex-flow: column;
        justify-content: center;
        height: 12.4rem;
        padding: 1rem 2rem 1rem;
    }
    .secMain .boxInfo{
        width: 100%;
        flex-flow: row;
        padding: 0;
    }
    .secMain .tit01{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_22);
        flex-shrink: 0;
    }
    .secMain .tit02{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_22);
        letter-spacing: var(--spLetterSpacing15_50);
        width: auto;
        margin-left: 0.5rem;
    }
    .secMain .boxTit{
        width: 100%;
        padding: 0.5rem 0 0;
        margin-top: 0.5rem;
        display: block;
    }
    .secMain .boxTit::after{
        width: 4.5rem;
        height: 0.1rem;
        left: calc(50% - 2.25rem);
        top: 0;
    }
    .secMain .titNumber{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        letter-spacing: var(--spLetterSpacing12_50);
        text-align: center;
    }
    .secMain .titMain{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_19);
        letter-spacing: var(--spLetterSpacing13_50);
        display: -webkit-box;
        white-space: unset;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: calc((var(--spFontSize13) * var(--spLineHeight13_19)) * 2);
        margin-top: 0.5rem;
        text-align: center;
        width: auto;
    }
    .secMain .mainBox{
        padding: 3rem 1.7rem 2rem;
    }
    .secMain .itemImg{
        width: calc(50% - 0.6rem);
    }
    .secMain .itemImg:nth-child(2){
        margin-left: 1.2rem;
    }
    .secMain .btnBox{
        margin-top: 1.8rem;
    }
    .secMain .btnTxt{
        font-size: var(--spFontSize13);
        padding-right: 11rem;
    }
    .secMain .btnTxt.lazyloaded{
        background: url(../img/plan/iconBtnAroow_sp.png) right center / 10rem auto no-repeat;
    }
    .secPlan .planBtnBox{
        margin: 4rem auto 0;
        width: 78.667%;
        min-width: 29.5rem;
    }
    .secPlan .planBtnInner{
        height: 5rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
    }
    .secPlan .planBtnTxt{
        padding-right: 4rem;
    }
    .secPlan .planBtnTxt::after{
        width: 5rem;
        height: 1.3rem;
        right: -1.5rem;
        top: calc(50% - 0.65rem);
    }
    .secPlan.lazyloaded .planBtnTxt::after{
        background: url(../img/gallery/iconPlanTabContainerBtn03_sp.png) center top / cover;
    }
    .secPlan .planBtnTxt::before{
        left: -1.7rem;
        top: calc(50% - 0.35rem);
    }

    /* memberBox */
    .secMain .boxMember{
        padding-top: 0.6rem;
    }
    .secMain .memberInner{
        width: 100%;
    }
    .secMain .titEng{
        font-size: var(--spFontSize14);
    }
    .secMain .titMember{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_50);
        margin-top: 0.6rem;
    }
    .secMain .txtMember{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        margin-top: 1.1rem;
    }
    .secMain .memberBtnBox{
        width: 86.568%;
        max-width: 29rem;
        margin: 3rem auto 0;
    }
    .secMain .btn{
        width: calc(50% - 0.5rem);
        margin-right: 1rem;
        height: 5rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_100);
    }
    .secMain .iconArrow{
        position: relative;
        padding-right: 4.6rem;
    }
    .secMain .iconArrow.lazyloaded{
        background: url(../img/plan/iconBtnAroow02_sp.png) right center / 3.5rem auto no-repeat;
    }
}

/* details */

/* secDetailsTop */
.secDetailsTop{
    margin-top: 4rem;
}
.secDetailsTop .boxTop{
    display: flex;
    border-bottom: solid 0.1rem var(--keyColor);
}
.secDetailsTop .boxInfo{
    width: 14.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 3.8rem 1rem 3rem;
    background: var(--keyColor);
    border-radius: 0.5rem 0.5rem 0 0;
    color: var(--white);
    flex-shrink: 0;
}
.secDetailsTop .tit01{
    font-size: var(--pcFontSize15);
    font-weight: 300;
}
.secDetailsTop .tit02{
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_37);
    letter-spacing: var(--pcLetterSpacing25_50);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 300;
}
.secDetailsTop .boxTit{
    padding: 3.7rem 0 2.5rem 3rem;
}
.secDetailsTop .titFloor{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_22);
    letter-spacing: var(--pcLetterSpacing15_100);
    color: var(--keyColor);
    font-weight: 700;
}
.secDetailsTop .tit{
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_37);
    letter-spacing: var(--pcLetterSpacing25_50);
    margin-top: 0.1rem;
    font-weight: 700;
}
.secDetailsTop .list{
    margin-top: 3.2rem;
    display: flex;
}
.secDetailsTop .item{
    width: calc(50% - 1.5rem);
    margin-right: 3rem;
    box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.25);
    border-radius: 0.5rem;
    overflow: hidden;
}
.secDetailsTop .img01{
    width: 100%;
}
.secDetailsTop .item02{
    display: flex;
    justify-content: center;
}
.secDetailsTop .item:nth-child(2n){
    margin-right: 0;
}
.secDetailsTop .img01{
    padding-top: 77.52%;
}
.secDetailsTop .img02{
    width: 40.311%;
    padding-top: 40.311%;
}
.secDetailsTop .img02:nth-child(2){
    margin-left: 2.2rem;
}
/* boxTable */
.secDetailsTop .boxTable{
    margin-top: 4rem;
}
.secDetailsTop .boxTable table{
    width: 100%;
}
.secDetailsTop .boxTable th{
    width: 18rem;
    background-color: var(--bgColor2);
    text-align: center;
    border: 0.1rem solid var(--borderColor5);
    padding: 2.2rem 0;
}
.secDetailsTop .boxTable td{
    width: calc(100% - 18rem);
    border: 0.1rem solid var(--borderColor5);
    padding: 2.2rem 3rem;
}
.secDetailsTop .boxTable th,
.secDetailsTop .boxTable td{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    letter-spacing: var(--pcLetterSpacing16_50);
}
@media only screen and (max-width:1215px){
    .secDetailsTop{
        margin-top: 2.5rem;
    }
    .secDetailsTop .boxTop{
        display: block;
        border: solid 0.1rem var(--keyColor);
        border-radius: 0.5rem;
    }
    .secDetailsTop .boxInfo{
        width: 100%;
        flex-flow: row;
        padding: 1.1rem 1rem 1.4rem;
        border-radius: 0;
    }
    .secDetailsTop .tit01{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_27);
        flex-shrink: 0;
    }
    .secDetailsTop .tit02{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_27);
        letter-spacing: var(--spLetterSpacing18_50);
        width: auto;
        margin-left: 0.5rem;
    }
    .secDetailsTop .boxTit{
        width: 100%;
        padding: 1.6rem 2.2rem 1.4rem;
        margin-top: 0;
        display: block;
    }
    .secDetailsTop .titFloor{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_22);
        letter-spacing: var(--spLetterSpacing15_50);
        text-align: center;
    }
    .secDetailsTop .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_24);
        letter-spacing: var(--spLetterSpacing16_50);
        margin-top: 0;
        text-align: center;
        width: auto;
    }
    .secDetailsTop .list{
        margin-top: 2rem;
        display: block;
    }
    .secDetailsTop .item{
        width: 100%;
        margin-right: 0;
        box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.25);
    }
    .secDetailsTop .item02{
        display: block;
        margin-top: 3rem;
        padding: 2rem 0;
    }
    .secDetailsTop .img02{
        width: 69.553%;
        padding-top: 69.553%;
        margin: 0 auto;
    }
    .secDetailsTop .img02:nth-child(2){
        margin: 1.8rem auto 0;
    }
    .secDetailsTop .boxTable{
        margin-top: 3rem;
    }
    .secDetailsTop .boxTable th{
        width: 8rem;
        padding: 1.7rem 0 1.8rem;
    }
    .secDetailsTop .boxTable td{
        width: calc(100% - 8rem);
        padding: 1.7rem 2rem 1.8rem;
    }
    .secDetailsTop .boxTable th,
    .secDetailsTop .boxTable td{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_18);
        letter-spacing: var(--spLetterSpacing13_100);
    }
}

/* secDetailsPlan */    
.secDetailsPlan{
    margin-top: 4rem;
}
.secDetailsPlan .item{
    border-radius: 1.5rem;
    box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.25);
    padding: 3rem 3rem 5rem;
}
.secDetailsPlan .boxTop{
    display: flex;
    align-items: flex-end;
}
.secDetailsPlan .txtFloor{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight15_22);
    letter-spacing: var(--pcLetterSpacing15_100);
    color: var(--keyColor);
    font-weight: 700;
}
.secDetailsPlan .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_38);
    margin-top: 0.1rem;
    font-weight: 700;
}
.secDetailsPlan .rightBox{
    display: flex;
    margin-left: auto;
    flex-shrink: 0;
    padding-left: 5rem;
}
.secDetailsPlan .icon{
    width: 5.5rem;
    height: 5.5rem;
    background: var(--keyColor);
    border-radius: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_15);
    letter-spacing: var(--pcLetterSpacing15_100);
    color: var(--white);
    font-weight: 700;
    flex-shrink: 0;
}
.secDetailsPlan .txtPrice{
    font-size: var(--pcFontSize17);
    color: var(--keyColor);
    margin-left: 1rem;
    font-weight: 700;
}
.secDetailsPlan .num{
    font-size: var(--pcFontSize50);
    padding-right: 0.5rem;
    vertical-align: -0.4rem;
}
.secDetailsPlan .imgBox{
    display: flex;
    margin-top: 3rem;
}
.secDetailsPlan .imgLeft{
    width: calc(50% - 1.5rem);
    padding-top: 27.778%;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.25);
}
.secDetailsPlan .boxRight{
    width: calc(50% - 1.5rem);
    display: flex;
    box-shadow: 0px 0px 3.96px 0.04px rgba(0, 0, 0, 0.25);
    border-radius: 1.5rem;
    margin-left: 3rem;
    padding: 4.7rem 3.75rem;
}
.secDetailsPlan .imgRight{
    width: calc(50% - 1rem);
    padding-top: 50%;
}
.secDetailsPlan .imgRight:nth-child(2){
    margin-left: 2rem;
}
.secDetailsPlan .rightBox.spOnly{
    display: none;
}
@media only screen and (max-width:1215px){
    .secDetailsPlan{
        margin-top: 4rem;
    }
    .secDetailsPlan .item{
        border-radius: 0.5rem;
        padding: 2.5rem 2rem 2rem;
    }
    .secDetailsPlan .boxTop{
        display: flex;
    }
    .secDetailsPlan .txtFloor{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_22);
        letter-spacing: var(--spLetterSpacing15_50);
        text-align: center;
    }
    .secDetailsPlan .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing16_50);
        text-align: center;
        margin-top: 0;
    }
    .secDetailsPlan .rightBox.spNone{
        display: none;
    }
    .secDetailsPlan .rightBox.spOnly{
        display: flex;
        margin-top: 2.2rem;
        justify-content: center;
        padding-left: 0;
    }
    .secDetailsPlan .txtPrice{
        /* letter-spacing: var(--spLetterSpacing17_100); */
        margin-top: 0.5rem;
    }
    .secDetailsPlan .num{
        letter-spacing: normal;
        font-size: var(--spFontSize45);
    }
    .secDetailsPlan .imgBox{
        display: block;
        margin-top: 1.5rem;
    }
    .secDetailsPlan .imgLeft{
        width: 100%;
        padding-top: 56.611%;
        border-radius: 0.5rem;
    }
    .secDetailsPlan .boxRight{
        width: 100%;
        border-radius: 0;
        margin: 2rem 0 0;
        padding: 0;
        box-shadow: none;
    }
    .secDetailsPlan .imgRight{
        width: calc(50% - 0.5rem);
        padding-top: calc(50% - 0.5rem);
    }
    .secDetailsPlan .imgRight:nth-child(2){
        margin-left: 1rem;
    }
}
@media only screen and (max-width:359px){
    .secDetailsPlan .rightBox.spOnly{
        align-items: center;
    }
    .secDetailsPlan .txtPrice{
        font-size: var(--spFontSize15);
    }
    .secDetailsPlan .num {
        font-size: var(--spFontSize40);
    }
}

/* secDetailsTxt */
.secDetailsTxt{
    margin-top: 8.3rem;
}
.secDetailsTxt .tit{
    color: var(--keyColor);
    font-size:var(--pcFontSize25);
    line-height: var(--pcLineHeight25_37);
    letter-spacing: var(--pcLetterSpacing25_50);
    border-bottom: 1px solid var(--keyColor);
    padding-bottom: 1.5rem;
    font-weight: 700;
}
.secDetailsTxt .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_40); 
    margin-top: 1.7rem;
}
.secDetailsTxt .item:nth-child(n+2){
    margin-top: 7.5rem;
}
@media only screen and (max-width:1215px){
    .secDetailsTxt{
        margin-top: 3.5rem;
    }
    .secDetailsTxt .tit{
        font-size:var(--spFontSize18);
        line-height: var(--spLineHeight18_27);
        letter-spacing: var(--spLetterSpacing18_50);
        padding-bottom: 0.5rem;
    }
    .secDetailsTxt .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26); 
        margin-top: 1.3rem;
    }
    .secDetailsTxt .item:nth-child(n+2){
        margin-top: 2.8rem;
    }
}

/* secDetailsTel */
.secDetailsTel{
    margin-top: 10rem;
}
.secDetailsTel .wrapper{
    padding: 6rem 13rem;
    box-shadow: 0px 0px 4.9px 0.1px rgba(34, 24, 21, 0.25);
    border-radius: 0.5rem;
}
.secDetailsTel .txt{
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_100);
    text-align: center;
    font-weight: 700;
}
.secDetailsTel .btnList{
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}
.secDetailsTel .btn{
    width: calc(50% - 3rem);
    height: 8.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secDetailsTel .btnTel{
    border: 0.1rem solid var(--borderBlack);
    color: var(--borderBlack);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_50);
}
.secDetailsTel .btnTel .iconArrow{
    padding-left: 5rem;
    position: relative;
}
.secDetailsTel .btnTel .iconArrow::after{
    content: "";
    position: absolute;
    width: 2.2rem;
    height: 2.8rem;
    top: calc(50% - 1.4rem);
    left: 0;
}
.secDetailsTel .btnTel .iconArrow.lazyloaded::after{
    background: url(../img/plan/iconTel.png) center center / 100% auto no-repeat;
}
.secDetailsTel .btnReservation{
    background: var(--keyColor);
    color: var(--white);
    font-size: var(--pcFontSize18);
    margin-left: 6rem;
}
.secDetailsTel .btnReservation .iconArrow{
    padding-right: 13.5rem;
}
.secDetailsTel .btnReservation .iconArrow.lazyloaded{
    background: url(../img/plan/iconBtnAroow03.png) right center / 12rem auto no-repeat;
}
@media only screen and (max-width:1215px){
    .secDetailsTel{
        margin-top: 5rem;
    }
    .secDetailsTel .wrapper{
        padding: 2.3rem 2rem 2.5rem;
        border-radius: 0.5rem;
    }
    .secDetailsTel .txt{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing16_50);
    }
    .secDetailsTel .btnList{
        margin-top: 1.6rem;
        display: block;
    }
    .secDetailsTel .btn{
        width: 100%;
        height: 5rem;
    }
    .secDetailsTel .spTxt{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
        text-align: center;
        margin-top: 1rem;
        color: var(--telTxt);
    }
    .secDetailsTel .btnTel{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_50);
    }
    .secDetailsTel .btnTel .iconArrow{
        padding-left: 3rem;
    }
    .secDetailsTel .btnTel .iconArrow::after{
        width: 1.6rem;
        height: 1.9rem;
        top: calc(50% - 0.95rem);
    }
    .secDetailsTel .btnReservation{
        font-size: var(--spFontSize12);
        margin: 1.7rem 0 0;
    }
    .secDetailsTel .btnReservation .iconArrow{
        padding-right: 7rem;
    }
    .secDetailsTel .btnReservation .iconArrow.lazyloaded{
        background: url(../img/plan/iconBtnAroow03_sp.png) right center / 5rem auto no-repeat;
    }
}