@charset "UTF-8";

.page-login{
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.page-login .logo{
    position: fixed;
    top: 20px; left: 2%;
    width: 160px;
}
.page-login .loginBg{
    width: 50%;
    height: 100%;
    background: url(../img/top/mv.jpg) no-repeat 70% center / cover;
}
.page-login .login{
    position: absolute;
    top: 48%; left: 75%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    max-width: 375px;
    min-width: 300px;
    background: rgba(255,255,255,.85); 
    border-radius: 8px;
    padding: 30px 35px 40px;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .page-login .loginBg{
        width: 100%;
    }
    .page-login .login{
        top: 51%;
        left: 50%;
    }
    .page-login .loginBg{
        background: url(../img/top/mv_sp.jpg) no-repeat 70% center / cover;
    }
}
@media screen and (max-width: 520px) {
    .page-login .login{
        padding: 30px 30px 40px;
    }
}
.page-login .login .site-ttl{
    color: #7c7c7c;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.6em;
    line-height: 2;
    margin-bottom: 12px;
    white-space: nowrap;
}

.page-login .deco_em{
    padding: 15px 0;
}
.page-login .deco_em::after,
.page-login .deco_em::before{
    height: 50%
}
.page-login .deco_em::after{
    top: auto;
    bottom: 0;
}
.page-login .login .pageTtl__img{
    width: 28px;
    margin: 0 auto;
}
.page-login .login .pageTtl__ttl{
    color: #7c7c7c;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.6em;
    line-height: 1;
    margin-top: 17px;
} 
.page-login .login .loginInner > p{
    font-size: 1.4rem;
    margin: 30px auto 35px;
}

#password_2510{
    display: block;
    width: 100%;
    height: 43px;
    border: solid 1px rgba(51, 51, 51,.2);
    padding-top: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #7c7c7c;
    outline: none !important;
    background: rgba(255,255,255,.85); 
    font-size: 1.4rem;
    box-shadow: none;
    border-radius: none;
}
#password_2510::placeholder{
    font-size: 1.4rem;
    color: rgba(255,255,255,.6);
    letter-spacing: .1em;
}
#loginForm .btn-c {
    width: 100%;
}
#loginForm .btn-c button {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    height: 43px;
    margin: 15px auto 0;
    background: #282828;
    position: relative;
    width: 100%;
    color: #fff;
    transition: .3s;
    border: none;
    outline: none !important;
    cursor: pointer;
}
#password_2510.active{
    border-color: #d91414;
}
#alertTxt{
    font-weight: 400;
    font-size: 1.1rem;
    color: #d91414;
}


