@font-face {
    font-family: "BRJ_JP";
    src: url("../fonts/BRJ-Bold.woff2") format("woff2"),url("../fonts/BRJ-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "BRJ_JP";
    src: url("../fonts/BRJ-Medium.woff2") format("woff2"),url("../fonts/BRJ-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "BRJ_JP";
    src: url("../fonts/BRJ-Regular.woff2") format("woff2"),url("../fonts/BRJ-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
* {
    margin: 0;
    padding: 0;
    font-family: "BRJ_JP";
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

.hover:hover {
    cursor: pointer;
}

html,
body {
    min-width: 1100px;
    overflow-x: auto;
}