@charset "utf-8";

.secCmnTit{
    background-image: url(../img/login/bgCmnTit.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        background-image: url(../img/login/bgCmnTit_sp.jpg);
    }
}

.secLogin{
    margin-top: 10rem;
}
.secLogin .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_42);
    font-weight: 700;
    text-align: center;
}
.secLogin .tit.txtLogout{
    color: var(--redColor);
}
@media only screen and (max-width:1215px){
    .secLogin{
        margin-top: 3.5rem;
    }
    .secLogin .tit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
    }
}

/* secLoginform */
.secLoginform .mainBox{
    width: 100%;
    margin: 5rem auto 0;
    background: var(--bgColor02);
    padding: 8rem 0;
}
.secLoginform .list{
    width: 80rem;
    margin: 0 auto;
}
.secLoginform .item:nth-child(2){
    margin-top: 3rem;
}
.secLoginform .mainTit{
    font-size: var(--pcFontSize16);
    font-weight: 700;
}
.secLoginform input{
    width: 100%;
}
.secLoginform input{
    max-width: 100%;
    height: 7rem;
    border: none;
    font-size: var(--pcFontSize16);
    padding: 0.5rem 2rem;
    background: var(--whiteColor);
    border-radius: 0;
    font-family: inherit;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}
.secLoginform input[type="password"]{
    padding: 0 6.5rem 0 2rem;
}
.secLoginform .passIn,.secLoginform .mailIn{
    position: relative;
    margin-top: 2rem;
}
.secLoginform .iconEye{
    position: absolute;
    width: 2.1rem;
    right: 2rem;
    top: calc(50% - 0.85rem);
}
.secLoginform .txtErrorBox{
    width: 74rem;
    margin: 3rem auto 0;
}
.secLoginform .txtError{
    color: #F00;
    font-size: var(--pcFontSize12);
    background: url(../img/common/iconError.png) left top 0.2rem / 1.4rem auto no-repeat;
    padding: 0 0 0 1.7rem;
    margin-top: 1.5rem;
    line-height: var(--pcLineHeight12_20);
}
.secLoginform ::placeholder{
    color: rgba(48, 43, 41, 0.502);
}
.secLoginform .loginBtn{
    width: 40rem;
    height: 7.5rem;
    margin: 3rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    text-align: center;
    font-size: var(--pcFontSize16);
    position: relative;
    background: var(--colorZip);
    border-radius: 3.75rem;
    font-weight: 700;
}
.secLoginform .loginBtn::after{
    content: "";
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    left: 4rem;
    top: calc(50% - 0.45rem);
    background: var(--whiteColor);
    border-radius: 50%;
}
@media only screen and (max-width:1215px){
    .secLoginform .mainBox{
        width: 100%;
        margin: 3rem auto 0;
        padding: 4rem 2rem 6rem;
    }
    .secLoginform .item:nth-child(2){
        margin-top: 2rem;
    }
    .secLoginform .list{
        width: 100%;
    }
    .secLoginform .mainTit{
        font-size: var(--spFontSize15);
    }
    .secLoginform .passIn,.secLoginform .mailIn{
        margin-top: 1.5rem;
    }
    .secLoginform input{
        max-width: 100%;
        height: 5rem;
        font-size: var(--spFontSize16);
        padding: 0.5rem 1rem;
    }
    .secLoginform input[type="password"]{
        padding: 0 5rem 0 1rem;
    }
    .secLoginform .iconEye{
        width: 1.8rem;
        right: 1.5rem;
        top: calc(50% - 0.8rem);
    }
    .secLoginform .txtErrorBox{
        width: 100%;
        margin: 2rem auto 0;
    }

    .secLoginform .loginBtn{
        width: 21.5rem;
        height: 4.5rem;
        margin: 3rem auto 0;
        font-size: var(--spFontSize13);
    }
    .secLoginform .loginBtn::after{
        left: 2rem;
        width: 0.5rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
    }
}

.secLoginform .flBox{
    width: 80rem;
    margin: 4rem auto 0;
    display: flex;
    justify-content: space-between;
}
.secLoginform .labelCheck{
    display: inline-block;
    position: relative;
}
.secLoginform .labelCheck input{
    position: absolute;
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 0.4rem;
    margin: 0;
    visibility: hidden;
}
.secLoginform .txtCheck{
    position: relative;
    padding-left: 3.3rem;
    font-size: var(--pcFontSize14);
}
.secLoginform .txtCheck::before{
    content: "";
    position: absolute;
    left: 0;
    top: -0.4rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.2rem;
    background: var(--whiteColor);
}
.secLoginform .labelCheck input[type="checkbox"]:checked + .txtCheck::after{
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 0.8rem;
    border-bottom:solid 0.3rem;
    border-left:solid 0.3rem;
    border-color:var(--white);
    top: calc(50% - 0.5rem);
    left: 0.4rem;
    transform: rotate(-45deg);
}
.secLoginform .txtCheck a{
    color: var(--textColor);
    position: relative;
}
.secLoginform .txtCheck a::after{
    content: "";
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    background: var(--textColor);
}
.secLoginform .btnPassLink{
    display: inline-block;
    position: relative;
    color: var(--textColor);
    font-size: var(--pcFontSize14);
    padding-left: 2.6rem;
}
.secLoginform .btnPassLink::before{
    content: "";
    position: absolute;
    left: 0;
    top: -0.2rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
}
.secLoginform .btnPassLink.lazyloaded::before{
    background: url(../img/mypage/iconArrow.png) center center / 0.7rem auto no-repeat var(--textColor);
}
.secLoginform .btnBox{
    margin-top: 4rem;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secLoginform .labelCheck input{
        position: absolute;
        width: 1.8rem;
        height: 1.8rem;
        left: 0;
        top: 0.4rem;
        margin: 0;
        visibility: hidden;
    }
    .secLoginform .txtCheck{
        position: relative;
        padding-left: 2.5rem;
        font-size: var(--spFontSize11);
    }
    .secLoginform .txtCheck::before{
        top: -0.2rem;
        width: 1.8rem;
        height: 1.8rem;
    }
    .secLoginform .labelCheck input[type="checkbox"]:checked + .txtCheck::after{
        content: "";
        position: absolute;
        width: 1.2rem;
        height: 0.8rem;
        border-bottom:solid 0.3rem;
        border-left:solid 0.3rem;
        border-color:var(--white);
        top: calc(50% - 0.5rem);
        left: 0.4rem;
        transform: rotate(-45deg);
    }
    .secLoginform .txtCheck a{
        color: #00a0ae;
        position: relative;
    }
    .secLoginform .txtCheck a::after {
        content: "";
        width: 100%;
        height: 0.1rem;
        position: absolute;
        left: 0;
        bottom: -0.4rem;
        background: #00a0ae;
    }
    .secLoginform .check th{
        padding-top: 1.5rem;
    }
    .secLoginform .check .must{
        top: 1.5rem;
    }
    .secLoginform .check td{
        padding: 1.5rem 0 2.2rem;
    }
    .secLoginform .flBox{
        width: 100%;
        margin: 2rem auto 0;
        display: block;
    }
    .secLoginform .btnPassLink{
        margin-top: 1.5rem;
        font-size: var(--spFontSize11);
    }
    .secLoginform .btnPassLink::before{
        content: "";
        position: absolute;
        left: 0;
        top: -0.3rem;
        width: 1.7rem;
        height: 1.7rem;
        border-radius: 50%;
    }
}


.secLoginform .errorBox{
    display: flex;
    justify-content: center;
}

/* secBoxMember */
.secBoxMember{
    margin-top: 10rem;
}
.secBoxMember .tit{
    font-size: var(--pcFontSize26);
    letter-spacing: var(--pcLetterSpacing26_50);
    font-weight: 700;
    text-align: center;
}
.secBoxMember .txt{
    font-size: var(--pcFontSize16);
    text-align: center;
    margin-top: 3.8rem;
}
.secBoxMember .secCmnBtnBox{
    margin: 4.8rem auto 0;
    text-align: center;
    width: 40rem;
}
.secBoxMember .cmnBtnInner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 7.5rem;
    color: var(--textColor);
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight14_22);
    font-weight: 700;
    border-radius: 3.75rem;
    border: 0.1rem solid var(--textColor);
}
.secBoxMember .cmnBtnInner::after {
    content: "";
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    left: 4rem;
    top: calc(50% - 0.45rem);
    background: var(--redColor);
    border-radius: 50%;
}
@media only screen and (max-width:1215px){
    .secBoxMember{
        margin-top: 6rem;
    }
    .secBoxMember .tit{
        font-size: var(--spFontSize17);
        letter-spacing: var(--spLetterSpacing17_50);
    }
    .secBoxMember .txt{
        font-size: var(--spFontSize13);
        margin-top: 1.7rem;
    }
    .secBoxMember .secCmnBtnBox{
        margin: 2rem auto 0;
        text-align: center;
        width: 21.5rem;
    }
    .secBoxMember .cmnBtnInner{
        height: 4.5rem;
        margin: 3rem auto 0;
        font-size: var(--spFontSize13);
    }
    .secBoxMember .cmnBtnInner::after{
        left: 2rem;
        width: 0.5rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
    }
}