@charset "UTF-8";
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}


.page-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrap {
    width: 1000px;
}
.login-block {
    width: 100%;
    height: 590px;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.login-block-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    mix-blend-mode: difference;
    filter: invert(100%);
}
.login-block-panel {
    width: 430px;
    padding-top: 60px;
    background: #fff;
    text-align: center;
}
.login-block-panel .logo {
    margin-bottom: 55px;
}
.login-block-warn {
    font-size: 12px;
    display: flex;
    margin-bottom: 0.5em;
    align-items: center;
    justify-content: center;
}
.login-block-warn .icon-warn {
    width: 14px;
    height: 14px;
    background: url(../images/theme/icon-warn.png) center no-repeat;
    display: inline-block;
}
.login-block-copy {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 10px;
    font-weight: bold;
    z-index: 1;
    mix-blend-mode: difference;
    filter: invert(100%);
}
.login-form {
    width: 270px;
    margin: 55px auto;
}
.login-form-item {
    letter-spacing: 0.72em;
}
.login-form-input {
    height: 34px;
    border-radius: 17px;
}
.login-form-input {
    width: 100%;
    height: 2em;
    margin: 0.5em auto 1.4em;
    background: #fff;
    border: 1px #3D3C3F solid;
    border-radius: 0.5em;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.login-form-input::-webkit-inner-spin-button,
.login-form-input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.login-form ::placeholder {
    color: #E8E8E8;
}
.login-form-btn {
    width: 200px;
    height: 40px;
    color: #fff;
    background: #E40682;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 1em auto 0;
    box-shadow: 0 0 8px 0 rgba(127, 4, 77, 0.45);
    border-radius: 21px;
    cursor: pointer;
    font-weight: bold;
}
.login-form-btn:hover {
    opacity: 0.75;
}

.login-slide {
    width: 570px;
}
.login-slide .slide {
    position: relative;
    z-index: 0;
    height: 100%;
}
.login-slide .slide * {
    height: 100%;
}
.login-slide .slide li.img01 {
    background: #fff url(../images/login/pixta_22019758_XL.jpg) center left 30% / cover no-repeat;
}
.login-slide .slide li.img02 {
    background: #000 url(../images/login/pixta_40861801_XL.jpg) center right / cover no-repeat;
}
.login-slide .slide li.img03 {
    background: #fff url(../images/login/pixta_41667233_XL.jpg) center / cover no-repeat;
}
.login-slide .slide li.img04 {
    background: #000 url(../images/login/pixta_60831622_XL.jpg) center right 25% / cover no-repeat;
}
.login-slide .slide li.img05 {
    background: #fff url(../images/login/pixta_65464825_XL.jpg) center / cover no-repeat;
}
.login-slide .slide li.img06 {
    background: #fff url(../images/login/pixta_73280931_XL.jpg) center left 35% / cover no-repeat;
}

@media print, screen and (max-width: 767px) {
.page-wrap {
    display: block;
}
    .login-wrap {
        background: #fff;
        width: 100%;
    }
    .login-block {
        height: auto;
        padding: 0 0 2em;
        background-position: center top;
        background-size: 100% auto;
        display: block;
    }
    .login-block-logo {
        top: 2%;
        left: 3%;
    }
    .login-block-panel {
        width: 100%;
        padding: 1em 0;
        text-align: center;
    }
    .login-block-panel .logo {
        margin: 2em auto 3em;
    }
    .login-block-copy {
        font-size: 10px;
        text-align: center;
        position: static;
    }
    .login-form {
        width: 60%;
        margin: 0 auto 2em;
    }
    .login-form-input {
        height: 35px;
        margin: 0.3em auto 1em;
        border-radius: 5px;
        font-size: 14px;
    }
    .login-form-btn {
        width: 90%;
        height: 50px;
        border-radius: 50px;
    }
  .login-slide {
      width: 100%;
      height: 250px;
  }
}



/*# sourceMappingURL=p_01.css.map */