@import '_content/MMOP.Client.Shared/MMOP.Client.Shared.bundle.scp.css';
@import 'MMOP.Client.bundle.scp.css';

/* _content/MMOP.Server/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.page[b-a4rb2zid53] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 375px;
}

main[b-a4rb2zid53] {
    flex: 1;
}

.sidebar[b-a4rb2zid53] {
    overflow-y: scroll;
}

.top-row[b-a4rb2zid53] {
    background-color: var(--bs-body-bg); /* スクロール時に透けてしまう対策 */
    /*height: 3.5rem;*/
    /*align-items: center;*/
    z-index: 1020;
    display: flex;
    justify-content: center; /* 子要素を中央揃え */
    position: relative;
}

    .top-row[b-a4rb2zid53]  a, .top-row .btn-link[b-a4rb2zid53] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-a4rb2zid53] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.center[b-a4rb2zid53] {
    margin-top: 10%;
}

.rememberme-checkbox[b-a4rb2zid53] {
    vertical-align: middle;
    margin-top: 7.5px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-a4rb2zid53] {
        display: none;
    }

    .top-row.auth[b-a4rb2zid53] {
        justify-content: space-between;
    }

    .top-row a[b-a4rb2zid53], .top-row .btn-link[b-a4rb2zid53] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    main[b-a4rb2zid53] {
        width: calc(100% - 320px);
        height: 100%;
    }

    .page[b-a4rb2zid53] {
        flex-direction: row;
        height: calc(100vh - 2rem);
    }

    .sidebar[b-a4rb2zid53] {
        min-width: 320px;
        height: 100%;
        position: sticky;
        top: 0;

    }
        .sidebar[b-a4rb2zid53]::-webkit-scrollbar {
            display: none;
        }

/*    .top-row {
        position: sticky;
        top: 0;
        z-index: 1020;
    }*/

    .top-row[b-a4rb2zid53], article[b-a4rb2zid53] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .center[b-a4rb2zid53] {
        margin-top: 5%;
        width: 30vw;
    }
}
.main-footer[b-a4rb2zid53] {
    height: 1rem;
}


.af365Header[b-a4rb2zid53] {
    border-bottom: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.af365Logo[b-a4rb2zid53] {
    fill: #e50914;
    display: inline-block;
    line-height: 90px;
    text-decoration: none;
    vertical-align: middle
}

.af365Background[b-a4rb2zid53] {
    /*filter: brightness(80%);*/
    background-size: cover;
    /*background-repeat: no-repeat;*/
    display: block;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.af365Container[b-a4rb2zid53] {
    padding-top: 45px;
}

@media only screen and (min-width: 992px) {
    .af365Header[b-a4rb2zid53] {
        background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
        border-bottom: transparent;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .af365Background[b-a4rb2zid53] {
        /*filter: brightness(80%);*/
        background-size: cover;
        display: block;
        height: 100%;
        min-height: 100vh;
        position: absolute;
        overflow: hidden;
        width: 100%;
        z-index: -1;
    }
    .af365Container[b-a4rb2zid53] {
        height: calc(100vh - 90px);
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.title[b-a4rb2zid53] {
}

@media (min-width: 992px) {
    .title[b-a4rb2zid53] {
        min-height: 300px;
        max-height: 300px;
    }
}


.msi-material-button[b-a4rb2zid53] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #2f2f2f;
    background-image: none;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

    .msi-material-button .msi-material-button-icon[b-a4rb2zid53] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .msi-material-button .msi-material-button-content-wrapper[b-a4rb2zid53] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .msi-material-button .msi-material-button-contents[b-a4rb2zid53] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Segoe UI';
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .msi-material-button .msi-material-button-state[b-a4rb2zid53] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .msi-material-button:disabled[b-a4rb2zid53] {
        cursor: default;
        background-color: #2F2f2F61;
        border-color: #8e918f1f;
    }

        .msi-material-button:disabled .msi-material-button-state[b-a4rb2zid53] {
            background-color: #ffffff1f;
        }

        .msi-material-button:disabled .msi-material-button-contents[b-a4rb2zid53] {
            opacity: 38%;
        }

        .msi-material-button:disabled .msi-material-button-icon[b-a4rb2zid53] {
            opacity: 38%;
        }

    .msi-material-button:not(:disabled):active .msi-material-button-state[b-a4rb2zid53],
    .msi-material-button:not(:disabled):focus .msi-material-button-state[b-a4rb2zid53] {
        background-color: white;
        opacity: 12%;
    }

    .msi-material-button:not(:disabled):hover[b-a4rb2zid53] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .msi-material-button:not(:disabled):hover .msi-material-button-state[b-a4rb2zid53] {
            background-color: white;
            opacity: 8%;
        }


.gsi-material-button[b-a4rb2zid53] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #131314;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e3e3e3;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    border-color: #8e918f;
}

    .gsi-material-button .gsi-material-button-icon[b-a4rb2zid53] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-a4rb2zid53] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-a4rb2zid53] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-a4rb2zid53] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-a4rb2zid53] {
        cursor: default;
        background-color: #13131461;
        border-color: #8e918f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-state[b-a4rb2zid53] {
            background-color: #e3e3e31f;
        }

        .gsi-material-button:disabled .gsi-material-button-contents[b-a4rb2zid53] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-a4rb2zid53] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-a4rb2zid53],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-a4rb2zid53] {
        background-color: white;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-a4rb2zid53] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-a4rb2zid53] {
            background-color: white;
            opacity: 8%;
        }
/* _content/MMOP.Server/Areas/Identity/Pages/Account/LoginWith2fa.cshtml.rz.scp.css */

.remembermachine-checkbox[b-pn0hnd61ix] {
    vertical-align: middle;
    margin-top: 7.5px;
}
/* _content/MMOP.Server/Areas/Identity/Pages/Account/Manage/_Layout.cshtml.rz.scp.css */
.page[b-auozvjfcao] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-auozvjfcao] {
    flex: 1;
}

.sidebar[b-auozvjfcao] {
    overflow-y: hidden;
}

.top-row[b-auozvjfcao] {
    background-color: var(--bs-body-bg); /* スクロール時に透けてしまう対策 */
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 1020;
}

    .top-row[b-auozvjfcao]  a, .top-row .btn-link[b-auozvjfcao] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-auozvjfcao] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-auozvjfcao] {
        display: none;
    }

    .top-row.auth[b-auozvjfcao] {
        justify-content: space-between;
    }

    .top-row a[b-auozvjfcao], .top-row .btn-link[b-auozvjfcao] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    main[b-auozvjfcao] {
        width: 100%;
        height: calc(100vh - 90px);
    }

    .page[b-auozvjfcao] {
        flex-direction: row;
        height: calc(100%);
    }

    .sidebar[b-auozvjfcao] {
        overflow-y: scroll;
        /*min-width: 320px;*/
        width: 320px;
        height: 100%;
        position: sticky;
        top: 0;
        /* Firefox 対応 */
        scrollbar-width: none;
    }
        /* Edge, Chrome, Safari 対応 */
        .sidebar[b-auozvjfcao]::-webkit-scrollbar {
            display: none;
        }

    .top-row[b-auozvjfcao] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .top-row[b-auozvjfcao], article[b-auozvjfcao] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.main-footer[b-auozvjfcao] {
    height: 1rem;
}

.af365Header[b-auozvjfcao] {
    border-bottom: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.af365Logo[b-auozvjfcao] {
    fill: #e50914;
    display: inline-block;
    line-height: 90px;
    text-decoration: none;
    vertical-align: middle
}

.af365Background[b-auozvjfcao] {
    /*filter: brightness(80%);*/
    background-size: cover;
    /*background-repeat: no-repeat;*/
    display: block;
    height: 100%;
    /*min-height: 100vh;*/
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.af365Container[b-auozvjfcao] {
    /*padding-top: 45px;*/
}

@media only screen and (min-width: 992px) {
    .af365Header[b-auozvjfcao] {
        background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
        border-bottom: transparent;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .af365Background[b-auozvjfcao] {
        /*filter: brightness(80%);*/
        background-size: cover;
        display: block;
        height: 100%;
        /*min-height: 100vh;*/
        position: absolute;
        overflow: hidden;
        width: 100%;
        z-index: -1;
    }

    .af365Container[b-auozvjfcao] {
        height: 100%;
    }
}
/* _content/MMOP.Server/Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
.page[b-p9i0c6z1jh] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 375px;
}

main[b-p9i0c6z1jh] {
    flex: 1;
}

.sidebar[b-p9i0c6z1jh] {
    overflow-y: scroll;
}

.top-row[b-p9i0c6z1jh] {
    background-color: var(--bs-body-bg); /* スクロール時に透けてしまう対策 */
    /*height: 3.5rem;*/
    /*align-items: center;*/
    z-index: 1020;
    display: flex;
    justify-content: center; /* 子要素を中央揃え */
    position: relative;
}

    .top-row[b-p9i0c6z1jh]  a, .top-row .btn-link[b-p9i0c6z1jh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-p9i0c6z1jh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.center[b-p9i0c6z1jh] {
    margin-top: 10%;
}

.rememberme-checkbox[b-p9i0c6z1jh] {
    vertical-align: middle;
    margin-top: 7.5px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-p9i0c6z1jh] {
        display: none;
    }

    .top-row.auth[b-p9i0c6z1jh] {
        justify-content: space-between;
    }

    .top-row a[b-p9i0c6z1jh], .top-row .btn-link[b-p9i0c6z1jh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    main[b-p9i0c6z1jh] {
        width: calc(100% - 320px);
        height: 100%;
    }

    .page[b-p9i0c6z1jh] {
        flex-direction: row;
        height: calc(100vh - 2rem);
    }

    .sidebar[b-p9i0c6z1jh] {
        min-width: 320px;
        height: 100%;
        position: sticky;
        top: 0;

    }
        .sidebar[b-p9i0c6z1jh]::-webkit-scrollbar {
            display: none;
        }

/*    .top-row {
        position: sticky;
        top: 0;
        z-index: 1020;
    }*/

    .top-row[b-p9i0c6z1jh], article[b-p9i0c6z1jh] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .center[b-p9i0c6z1jh] {
        margin-top: 5%;
        width: 30vw;
    }
}
.main-footer[b-p9i0c6z1jh] {
    height: 1rem;
}


.af365Header[b-p9i0c6z1jh] {
    border-bottom: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.af365Logo[b-p9i0c6z1jh] {
    fill: #e50914;
    display: inline-block;
    line-height: 90px;
    text-decoration: none;
    vertical-align: middle
}

.af365Background[b-p9i0c6z1jh] {
    /*filter: brightness(80%);*/
    background-size: cover;
    /*background-repeat: no-repeat;*/
    display: block;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.af365Container[b-p9i0c6z1jh] {
    padding-top: 45px;
}

@media only screen and (min-width: 992px) {
    .af365Header[b-p9i0c6z1jh] {
        background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
        border-bottom: transparent;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .af365Background[b-p9i0c6z1jh] {
        /*filter: brightness(80%);*/
        background-size: cover;
        display: block;
        height: 100%;
        min-height: 100vh;
        position: absolute;
        overflow: hidden;
        width: 100%;
        z-index: -1;
    }
    .af365Container[b-p9i0c6z1jh] {
        height: calc(100vh - 90px);
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.title[b-p9i0c6z1jh] {
}

@media (min-width: 992px) {
    .title[b-p9i0c6z1jh] {
        min-height: 300px;
        max-height: 300px;
    }
}


.msi-material-button[b-p9i0c6z1jh] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #2f2f2f;
    background-image: none;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

    .msi-material-button .msi-material-button-icon[b-p9i0c6z1jh] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .msi-material-button .msi-material-button-content-wrapper[b-p9i0c6z1jh] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .msi-material-button .msi-material-button-contents[b-p9i0c6z1jh] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Segoe UI';
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .msi-material-button .msi-material-button-state[b-p9i0c6z1jh] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .msi-material-button:disabled[b-p9i0c6z1jh] {
        cursor: default;
        background-color: #2F2f2F61;
        border-color: #8e918f1f;
    }

        .msi-material-button:disabled .msi-material-button-state[b-p9i0c6z1jh] {
            background-color: #ffffff1f;
        }

        .msi-material-button:disabled .msi-material-button-contents[b-p9i0c6z1jh] {
            opacity: 38%;
        }

        .msi-material-button:disabled .msi-material-button-icon[b-p9i0c6z1jh] {
            opacity: 38%;
        }

    .msi-material-button:not(:disabled):active .msi-material-button-state[b-p9i0c6z1jh],
    .msi-material-button:not(:disabled):focus .msi-material-button-state[b-p9i0c6z1jh] {
        background-color: white;
        opacity: 12%;
    }

    .msi-material-button:not(:disabled):hover[b-p9i0c6z1jh] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .msi-material-button:not(:disabled):hover .msi-material-button-state[b-p9i0c6z1jh] {
            background-color: white;
            opacity: 8%;
        }


.gsi-material-button[b-p9i0c6z1jh] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #131314;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e3e3e3;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    border-color: #8e918f;
}

    .gsi-material-button .gsi-material-button-icon[b-p9i0c6z1jh] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-p9i0c6z1jh] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-p9i0c6z1jh] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-p9i0c6z1jh] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-p9i0c6z1jh] {
        cursor: default;
        background-color: #13131461;
        border-color: #8e918f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-state[b-p9i0c6z1jh] {
            background-color: #e3e3e31f;
        }

        .gsi-material-button:disabled .gsi-material-button-contents[b-p9i0c6z1jh] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-p9i0c6z1jh] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-p9i0c6z1jh],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-p9i0c6z1jh] {
        background-color: white;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-p9i0c6z1jh] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-p9i0c6z1jh] {
            background-color: white;
            opacity: 8%;
        }
/* _content/MMOP.Server/Pages/Shared/_Layout.cshtml.rz.scp.css */
.page[b-4m5b4rnwe8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4m5b4rnwe8] {
    flex: 1;
}

.sidebar[b-4m5b4rnwe8] {
    overflow-y: hidden;
}

.top-row[b-4m5b4rnwe8] {
    background-color: var(--bs-body-bg); /* スクロール時に透けてしまう対策 */
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 1020;
}

    .top-row[b-4m5b4rnwe8]  a, .top-row .btn-link[b-4m5b4rnwe8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4m5b4rnwe8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4m5b4rnwe8] {
        display: none;
    }

    .top-row.auth[b-4m5b4rnwe8] {
        justify-content: space-between;
    }

    .top-row a[b-4m5b4rnwe8], .top-row .btn-link[b-4m5b4rnwe8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    main[b-4m5b4rnwe8] {
        width: 100%;
        height: calc(100vh - 90px);
    }

    .page[b-4m5b4rnwe8] {
        flex-direction: row;
        height: calc(100%);
    }

    .sidebar[b-4m5b4rnwe8] {
        overflow-y: scroll;
        /*min-width: 320px;*/
        width: 320px;
        height: 100%;
        position: sticky;
        top: 0;
        /* Firefox 対応 */
        scrollbar-width: none;
    }
        /* Edge, Chrome, Safari 対応 */
        .sidebar[b-4m5b4rnwe8]::-webkit-scrollbar {
            display: none;
        }

    .top-row[b-4m5b4rnwe8] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .top-row[b-4m5b4rnwe8], article[b-4m5b4rnwe8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.main-footer[b-4m5b4rnwe8] {
    height: 1rem;
}

.af365Header[b-4m5b4rnwe8] {
    border-bottom: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.af365Logo[b-4m5b4rnwe8] {
    fill: #e50914;
    display: inline-block;
    line-height: 90px;
    text-decoration: none;
    vertical-align: middle
}

.af365Background[b-4m5b4rnwe8] {
    /*filter: brightness(80%);*/
    background-size: cover;
    /*background-repeat: no-repeat;*/
    display: block;
    height: 100%;
    /*min-height: 100vh;*/
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.af365Container[b-4m5b4rnwe8] {
    /*padding-top: 45px;*/
}

@media only screen and (min-width: 992px) {
    .af365Header[b-4m5b4rnwe8] {
        background: linear-gradient(180deg,rgba(0,0,0,.5) 0,transparent);
        border-bottom: transparent;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .af365Background[b-4m5b4rnwe8] {
        /*filter: brightness(80%);*/
        background-size: cover;
        display: block;
        height: 100%;
        /*min-height: 100vh;*/
        position: absolute;
        overflow: hidden;
        width: 100%;
        z-index: -1;
    }

    .af365Container[b-4m5b4rnwe8] {
        height: 100%;
    }
}
