@import "https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap";

.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

.toast-title {
    font-weight: 700;
}

.toast-message {
    word-wrap: break-word;
}

.toast-message a,
.toast-message label {
    color: #fff;
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999;
}

.toast-container * {
    box-sizing: border-box;
}

.toast-container .ngx-toastr {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 12px #999;
    color: #fff;
}

.toast-container .ngx-toastr:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer;
}

.toast-info {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}

.toast-error {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}

.toast-success {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}

.toast-warning {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.ngx-toastr {
    background-color: #030303;
    pointer-events: auto;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
}

@media all and (max-width: 240px) {
    .toast-container .ngx-toastr.div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    .toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    .toast-container .ngx-toastr.div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    .toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .toast-container .ngx-toastr.div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fussion,
.la-ball-fussion>div {
    position: relative;
    box-sizing: border-box;
}

.la-ball-fussion {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-fussion.la-dark {
    color: #333;
}

.la-ball-fussion>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-fussion {
    width: 8px;
    height: 8px;
}

.la-ball-fussion>div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    animation: ball-fussion-ball1 1s 0s ease infinite;
}

.la-ball-fussion>div:nth-child(1) {
    top: 0;
    left: 50%;
    z-index: 1;
}

.la-ball-fussion>div:nth-child(2) {
    top: 50%;
    left: 100%;
    z-index: 2;
    animation-name: ball-fussion-ball2;
}

.la-ball-fussion>div:nth-child(3) {
    top: 100%;
    left: 50%;
    z-index: 1;
    animation-name: ball-fussion-ball3;
}

.la-ball-fussion>div:nth-child(4) {
    top: 50%;
    left: 0;
    z-index: 2;
    animation-name: ball-fussion-ball4;
}

.la-ball-fussion.la-sm {
    width: 4px;
    height: 4px;
}

.la-ball-fussion.la-sm>div {
    width: 6px;
    height: 6px;
}

.la-ball-fussion.la-2x {
    width: 16px;
    height: 16px;
}

.la-ball-fussion.la-2x>div {
    width: 24px;
    height: 24px;
}

.la-ball-fussion.la-3x {
    width: 24px;
    height: 24px;
}

.la-ball-fussion.la-3x>div {
    width: 36px;
    height: 36px;
}

@keyframes ball-fussion-ball1 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }

    to {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: 0.35;
    }
}

@keyframes ball-fussion-ball2 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }

    to {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

@keyframes ball-fussion-ball3 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }

    to {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: 0.35;
    }
}

@keyframes ball-fussion-ball4 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }

    to {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.0b80f665935ef7de.gif) center center no-repeat;
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(slick.25572f22d77029da.eot);
    src: url(slick.25572f22d77029da.eot?#iefix) format("embedded-opentype"),
        url(slick.653a4cbba6e1a2b3.woff) format("woff"),
        url(slick.6aa1ee46202fac6e.ttf) format("truetype"),
        url(slick.b3d9b47873d164dd.svg#slick) format("svg");
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\2190";
}

[dir="rtl"] .slick-prev:before {
    content: "\2192";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\2192";
}

[dir="rtl"] .slick-next:before {
    content: "\2190";
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    content: "";
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}

.slick-dots li.slick-active button:before {
    content: "";
    border: 2px solid white;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

address,
caption,
cite,
code,
dfn,
var {
    font-style: normal;
    font-weight: 400;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

del,
ins {
    text-decoration: none;
}

main {
    display: block;
}

section {
    position: relative;
}

@media screen and (min-width: 835px) {
    .mbpc-1 {
        margin-bottom: 1px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-1 {
        margin-bottom: 1px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-2 {
        margin-bottom: 2px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-2 {
        margin-bottom: 2px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-3 {
        margin-bottom: 3px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-3 {
        margin-bottom: 3px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-4 {
        margin-bottom: 4px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-4 {
        margin-bottom: 4px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-5 {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-5 {
        margin-bottom: 5px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-6 {
        margin-bottom: 6px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-6 {
        margin-bottom: 6px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-7 {
        margin-bottom: 7px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-7 {
        margin-bottom: 7px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-8 {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-8 {
        margin-bottom: 8px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-9 {
        margin-bottom: 9px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-9 {
        margin-bottom: 9px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-10 {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-10 {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-11 {
        margin-bottom: 11px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-11 {
        margin-bottom: 11px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-12 {
        margin-bottom: 12px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-12 {
        margin-bottom: 12px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-13 {
        margin-bottom: 13px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-13 {
        margin-bottom: 13px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-14 {
        margin-bottom: 14px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-14 {
        margin-bottom: 14px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-15 {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-15 {
        margin-bottom: 15px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-16 {
        margin-bottom: 16px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-16 {
        margin-bottom: 16px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-17 {
        margin-bottom: 17px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-17 {
        margin-bottom: 17px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-18 {
        margin-bottom: 18px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-18 {
        margin-bottom: 18px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-19 {
        margin-bottom: 19px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-19 {
        margin-bottom: 19px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-20 {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-20 {
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-21 {
        margin-bottom: 21px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-21 {
        margin-bottom: 21px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-22 {
        margin-bottom: 22px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-22 {
        margin-bottom: 22px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-23 {
        margin-bottom: 23px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-23 {
        margin-bottom: 23px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-24 {
        margin-bottom: 24px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-24 {
        margin-bottom: 24px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-25 {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-25 {
        margin-bottom: 25px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-26 {
        margin-bottom: 26px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-26 {
        margin-bottom: 26px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-27 {
        margin-bottom: 27px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-27 {
        margin-bottom: 27px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-28 {
        margin-bottom: 28px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-28 {
        margin-bottom: 28px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-29 {
        margin-bottom: 29px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-29 {
        margin-bottom: 29px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-30 {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-30 {
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-31 {
        margin-bottom: 31px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-31 {
        margin-bottom: 31px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-32 {
        margin-bottom: 32px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-32 {
        margin-bottom: 32px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-33 {
        margin-bottom: 33px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-33 {
        margin-bottom: 33px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-34 {
        margin-bottom: 34px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-34 {
        margin-bottom: 34px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-35 {
        margin-bottom: 35px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-35 {
        margin-bottom: 35px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-36 {
        margin-bottom: 36px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-36 {
        margin-bottom: 36px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-37 {
        margin-bottom: 37px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-37 {
        margin-bottom: 37px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-38 {
        margin-bottom: 38px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-38 {
        margin-bottom: 38px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-39 {
        margin-bottom: 39px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-39 {
        margin-bottom: 39px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-40 {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-40 {
        margin-bottom: 40px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-41 {
        margin-bottom: 41px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-41 {
        margin-bottom: 41px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-42 {
        margin-bottom: 42px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-42 {
        margin-bottom: 42px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-43 {
        margin-bottom: 43px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-43 {
        margin-bottom: 43px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-44 {
        margin-bottom: 44px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-44 {
        margin-bottom: 44px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-45 {
        margin-bottom: 45px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-45 {
        margin-bottom: 45px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-46 {
        margin-bottom: 46px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-46 {
        margin-bottom: 46px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-47 {
        margin-bottom: 47px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-47 {
        margin-bottom: 47px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-48 {
        margin-bottom: 48px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-48 {
        margin-bottom: 48px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-49 {
        margin-bottom: 49px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-49 {
        margin-bottom: 49px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-50 {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-50 {
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-51 {
        margin-bottom: 51px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-51 {
        margin-bottom: 51px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-52 {
        margin-bottom: 52px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-52 {
        margin-bottom: 52px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-53 {
        margin-bottom: 53px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-53 {
        margin-bottom: 53px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-54 {
        margin-bottom: 54px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-54 {
        margin-bottom: 54px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-55 {
        margin-bottom: 55px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-55 {
        margin-bottom: 55px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-56 {
        margin-bottom: 56px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-56 {
        margin-bottom: 56px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-57 {
        margin-bottom: 57px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-57 {
        margin-bottom: 57px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-58 {
        margin-bottom: 58px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-58 {
        margin-bottom: 58px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-59 {
        margin-bottom: 59px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-59 {
        margin-bottom: 59px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-60 {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-60 {
        margin-bottom: 60px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-61 {
        margin-bottom: 61px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-61 {
        margin-bottom: 61px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-62 {
        margin-bottom: 62px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-62 {
        margin-bottom: 62px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-63 {
        margin-bottom: 63px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-63 {
        margin-bottom: 63px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-64 {
        margin-bottom: 64px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-64 {
        margin-bottom: 64px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-65 {
        margin-bottom: 65px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-65 {
        margin-bottom: 65px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-66 {
        margin-bottom: 66px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-66 {
        margin-bottom: 66px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-67 {
        margin-bottom: 67px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-67 {
        margin-bottom: 67px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-68 {
        margin-bottom: 68px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-68 {
        margin-bottom: 68px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-69 {
        margin-bottom: 69px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-69 {
        margin-bottom: 69px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-70 {
        margin-bottom: 70px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-70 {
        margin-bottom: 70px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-71 {
        margin-bottom: 71px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-71 {
        margin-bottom: 71px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-72 {
        margin-bottom: 72px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-72 {
        margin-bottom: 72px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-73 {
        margin-bottom: 73px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-73 {
        margin-bottom: 73px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-74 {
        margin-bottom: 74px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-74 {
        margin-bottom: 74px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-75 {
        margin-bottom: 75px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-75 {
        margin-bottom: 75px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-76 {
        margin-bottom: 76px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-76 {
        margin-bottom: 76px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-77 {
        margin-bottom: 77px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-77 {
        margin-bottom: 77px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-78 {
        margin-bottom: 78px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-78 {
        margin-bottom: 78px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-79 {
        margin-bottom: 79px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-79 {
        margin-bottom: 79px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-80 {
        margin-bottom: 80px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-80 {
        margin-bottom: 80px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-81 {
        margin-bottom: 81px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-81 {
        margin-bottom: 81px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-82 {
        margin-bottom: 82px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-82 {
        margin-bottom: 82px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-83 {
        margin-bottom: 83px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-83 {
        margin-bottom: 83px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-84 {
        margin-bottom: 84px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-84 {
        margin-bottom: 84px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-85 {
        margin-bottom: 85px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-85 {
        margin-bottom: 85px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-86 {
        margin-bottom: 86px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-86 {
        margin-bottom: 86px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-87 {
        margin-bottom: 87px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-87 {
        margin-bottom: 87px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-88 {
        margin-bottom: 88px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-88 {
        margin-bottom: 88px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-89 {
        margin-bottom: 89px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-89 {
        margin-bottom: 89px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-90 {
        margin-bottom: 90px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-90 {
        margin-bottom: 90px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-91 {
        margin-bottom: 91px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-91 {
        margin-bottom: 91px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-92 {
        margin-bottom: 92px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-92 {
        margin-bottom: 92px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-93 {
        margin-bottom: 93px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-93 {
        margin-bottom: 93px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-94 {
        margin-bottom: 94px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-94 {
        margin-bottom: 94px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-95 {
        margin-bottom: 95px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-95 {
        margin-bottom: 95px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-96 {
        margin-bottom: 96px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-96 {
        margin-bottom: 96px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-97 {
        margin-bottom: 97px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-97 {
        margin-bottom: 97px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-98 {
        margin-bottom: 98px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-98 {
        margin-bottom: 98px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-99 {
        margin-bottom: 99px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-99 {
        margin-bottom: 99px !important;
    }
}

@media screen and (min-width: 835px) {
    .mbpc-100 {
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 834px) {
    .mbsp-100 {
        margin-bottom: 100px !important;
    }
}

.mb0 {
    margin-bottom: 0 !important;
}

body {
    color: #797978;
    font-family: Saira, serif;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    a {
        display: inline-block;
    }
}

@media screen and (min-width: 835px) {
    a[href^="tel"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 834px) {
    a {
        -webkit-tap-highlight-color: transparent;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 834px) {
    .pc {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .pc-tb {
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    .pc-lg {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .pc-sm {
        display: none !important;
    }
}

@media screen and (max-width: 374px) {
    .pc-xs {
        display: none !important;
    }
}

@media screen and (min-width: 835px) {
    .sp {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .sp-tb {
        display: none !important;
    }
}

@media screen and (min-width: 991px) {
    .sp-lg {
        display: none !important;
    }
}

@media screen and (min-width: 641px) {
    .sp-sm {
        display: none !important;
    }
}

.u-fn-hover {
    display: inline-block;
}

@media screen and (min-width: 835px) {
    .u-fn-hover {
        transition: all 0.2s;
    }

    .u-fn-hover:hover {
        opacity: 0.7;
    }
}

.u-pull--left {
    margin-left: calc((100vw - 100%) / -2);
}

.u-pull--right {
    margin-right: calc((100vw - 100%) / -2);
}

.c-fc--white {
    color: #fff !important;
}

.c-fc--black {
    color: #000 !important;
}

.c-fc--green {
    color: #f1742a !important;
}

.c-al--c {
    text-align: center !important;
}

.c-al--r {
    text-align: right !important;
}

.c-al--l {
    text-align: left !important;
}

.c-pull--left {
    margin-left: calc((100vw - 100%) / -2);
}

.c-pull--right {
    margin-right: calc((100vw - 100%) / -2);
}

.c-txt__basic {
    font-size: 1.8rem;
    line-height: 1.3333333333;
}

@media screen and (max-width: 834px) {
    .c-txt__basic {
        font-size: 1.4rem;
        line-height: 1.4285714286;
    }
}

.c-txt__basic--sm {
    font-size: 1.4rem;
    line-height: 1.4285714286;
}

.img-cover {
    position: relative;
    overflow: hidden;
}

.img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.c-ttl__01 {
    display: block;
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    color: #f1742a;
    margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
    .c-ttl__01 {
        font-size: 2.4rem;
        line-height: 1.25;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
}

.c-ttl__01 a,
.c-ttl__01 span {
    display: inline-block;
    position: relative;
    padding: 0 50px 0 0;
}

.c-ttl__01 a:after,
.c-ttl__01 span:after {
    content: "";
    width: 36px;
    height: 36px;
    background: url(arrow-right.f876d7a38b30ed24.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media screen and (max-width: 834px) {

    .c-ttl__01 a:after,
    .c-ttl__01 span:after {
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }
}

.c-ttl__01--bl {
    color: #303030;
}

.c-ttl__02 {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #303030;
    margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
    .c-ttl__02 {
        font-size: 1.8rem;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
}

.c-btn__01 {
    width: 100%;
    max-width: 303px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #f6c222;
    line-height: 1;
    font-size: 2.4rem;
    font-weight: 700;
    color: #303030;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

.c-btn__01:hover {
    opacity: 0.7;
}

@media screen and (max-width: 834px) {
    .c-btn__01 {
        font-size: 1.8rem;
        max-width: 186px;
        height: 35px;
    }
}

.c-btn__01--green {
    background: #f1742a;
}

.c-btn__01--yellow {
    background: #f6c222;
}

.c-btn__01--full {
    max-width: 100%;
}

.view-more {
    display: inline-block;
    border: 1px solid #c6c6c6;
    border-radius: 30px;
    font-size: 1.8rem;
    color: #828181;
    line-height: 1;
    font-weight: 500;
    padding: 8px 23px;
}

.view-more--fill {
    background: #d9d9d9;
    border: none;
    font-size: 1.867rem;
    color: #000;
    width: 200px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
}

@media screen and (max-width: 834px) {
    .view-more--fill {
        font-size: 1.4rem;
        margin-left: 0;
        font-weight: 400;
    }
}

.inner {
    display: block;
    width: 100%;
    max-width: 1410px;
    padding: 0 20px;
    margin: 0 auto;
}

main {
    padding-top: 99px;
}

@media screen and (max-width: 834px) {
    main {
        padding-top: 74px;
    }
}

.form-control {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(88, 92, 95, 0.16);
    background: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

@media screen and (max-width: 834px) {
    .form-control {
        font-size: 1.4rem;
    }
}

input::placeholder {
    color: #828181;
}

#header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

@media screen and (max-width: 1024px) {
    #header {
        padding: 24px 0;
    }
}

#header .inner {
    position: relative;
    max-width: 1730px;
}

@media screen and (max-width: 834px) {
    #header .inner {
        padding: 0 27px;
    }
}

#header .header-logo {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 212px;
    left: 15px;
    z-index: 999;
}

@media screen and (max-width: 1024px) {
    #header .header-logo {
        width: 128px;
        position: relative;
        left: auto;
        top: auto;
        transform: translateY(0);
    }
}

#header .header-note {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    #header .header-note {
        right: 66px;
    }
}

#header .header-note__login {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    background: #f1742a;
    border-radius: 40px;
    padding: 7px 15px;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {
    #header .header-note__login {
        font-size: 1.4rem;
    }
}

#header .header-note__account {
    position: relative;
    cursor: pointer;
    margin: 0 0 0 20px;
}

#header .header-note__account-img {
    padding: 10px 0;
}

#header .header-note__account-img img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    font-family: "object-fit: cover";
}

#header .header-note__account-show {
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    background: #fff;
    box-shadow: 0 0 16px #585c5f1a;
    padding: 15px 20px 0;
    border-radius: 10px;
    display: none;
}

#header .header-note__account-show-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#header .header-note__account-show-img {
    width: 52px;
}

#header .header-note__account-show-img img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    font-family: "object-fit: cover";
}

#header .header-note__account-show-ct {
    width: calc(100% - 52px);
    padding: 0 0 0 10px;
    line-height: 1;
}

#header .header-note__account-show-ct span {
    display: block;
}

#header .header-note__account-show-ct-name {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

#header .header-note__account-show-ct-name--other {
    color: #797978;
    font-size: 1.4rem;
}

#header .header-note__account-show-item li {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 500;
}

#header .header-note__account-show-item li img {
    display: block;
    width: 24px;
    margin: 0 15px 0 0;
}

#header .header-note__account-show-item li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
}

@media screen and (max-width: 1024px) {
    #header .header-search {
        display: none;
    }
}

#header .header-search__open {
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#header .header-search--custom {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 9999;
    padding: 0 15px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
    #header .header-search--custom {
        height: 64px;
        padding: 0 50px 0 15px;
    }
}

#header .header-search--custom.active {
    top: 90px;
}

@media screen and (max-width: 1024px) {
    #header .header-search--custom.active {
        top: 70px;
    }
}

#header .header-search__box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    font-size: 1.8rem;
}

#header .header-search__box-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}

#header .header-search__box-input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
    height: 50px;
}

@media screen and (max-width: 1024px) {
    #header .header-search__box-input {
        height: 40px;
    }
}

#header .header-search__close {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
    #header .header-search__close {
        right: 10px;
        width: 20px;
        height: 20px;
    }
}

#header .header-search__close:hover {
    opacity: 0.7;
}

#header .header-search__close span {
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: relative;
}

#header .header-search__close span:before,
#header .header-search__close span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #797978;
    content: "";
    transition: transform 0.3s;
    border-radius: 3px;
}

#header .header-search__close span:before {
    transform: translateY(-250%);
    top: -2px;
}

#header .header-search__close span:after {
    transform: translateY(250%);
    bottom: -2px;
}

#header .header-search__close span:before,
#header .header-search__close span:after {
    width: 100%;
    background: #797978;
}

#header .header-search__close span:before {
    transform: translateY(0) rotate(45deg);
    top: 2px;
}

#header .header-search__close span:after {
    transform: translateY(0) rotate(-45deg);
    bottom: -2px;
}

#header .header-language {
    line-height: 1;
    margin: 0 0 0 17px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #828181;
}

@media screen and (max-width: 1024px) {
    #header .header-language {
        display: none;
    }
}

#header .header-language a {
    display: block;
    color: #828181;
}

#header .header-language__curent {
    display: block;
    position: relative;
    border: 1px solid #d9d9d9;
    padding: 10px 16px 10px 41px;
    border-radius: 40px;
}

@media screen and (max-width: 1024px) {
    #header .header-language__curent {
        padding: 7px 16px 7px 35px;
    }
}

#header .header-language__curent:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/language.ede32e2c4209a73b.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}

#header .header-language__list {
    position: absolute;
    top: calc(100% + 30px);
    background: #fff;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #00000029;
    padding: 10px 15px;
    border-radius: 10px;
    display: none;
}

#header .header-language__list li {
    margin-bottom: 10px;
}

#header .header-language__list li:last-child {
    margin-bottom: 0;
}

#header .header-language__list li a {
    display: block;
    font-weight: 500;
}

@media screen and (min-width: 1025px) {
    #header .header-nav {
        display: block !important;
        opacity: 1 !important;
    }
}

@media screen and (max-width: 1024px) {
    #header .header-nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        padding: 60px 20px;
        overflow-y: scroll;
        background: #fff;
    }

    #header .header-nav.active {
        display: block;
    }
}

#header .header-nav__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    #header .header-nav__menu {
        display: block;
    }
}

#header .header-nav__menu-item {
    position: relative;
}

#header .header-nav__menu-item>a {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #0a0a0a;
    padding: 37px 25px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    #header .header-nav__menu-item>a {
        text-align: right;
        padding: 10px;
    }
}

@media screen and (min-width: 1025px) {
    #header .header-nav__menu-item>a:before {
        position: absolute;
        -webkit-backface-visibility: hidden;
        transition: all 0.3s ease;
        content: "";
        width: 0;
        left: 50%;
        bottom: 25px;
        height: 2px;
        background: #f1742a;
    }

    #header .header-nav__menu-item>a:hover:before,
    #header .header-nav__menu-item>a.active:before {
        width: 100%;
        left: 0;
    }
}

#header .header-nav__menu-item .header-nav__menu-has {
    position: relative;
}

@media screen and (min-width: 1025px) {
    #header .header-nav__menu-item .header-nav__menu-has {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #header .header-nav__menu-item .header-nav__menu-has:after {
        content: "";
        border: solid #1e1e1e;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 1024px) {
    #header .header-nav__menu-item .header-nav__menu-has {
        padding-right: 38px;
    }
}

@media screen and (min-width: 1025px) {
    #header .header-nav__menu-item:hover ul {
        display: block;
    }
}

#header .header-nav__sub {
    display: none;
}

@media screen and (max-width: 1024px) {
    #header .header-nav__sub {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #header .header-nav__sub:after {
        content: "";
        border: solid #1e1e1e;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        margin: 0 0 0 10px;
    }

    #header .header-nav__sub.active {
        padding-top: 9px;
    }

    #header .header-nav__sub.active:after {
        border: solid #1e1e1e;
        border-width: 0 1px 1px 0;
        transform: rotate(-135deg);
    }
}

#header .header-nav__submenu {
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    min-width: 200px;
    display: none;
    border-radius: 10px;
}

@media screen and (max-width: 834px) {
    #header .header-nav__submenu {
        border-radius: 0;
        position: static;
        border: none;
        text-align: right;
        padding: 0 0 20px;
    }
}

#header .header-nav__submenu li {
    margin-bottom: 5px;
}

#header .header-nav__submenu li:last-child {
    margin-bottom: 0;
}

#header .header-nav__submenu li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #828181;
}

#header .js-mobile {
    width: 26px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 12;
    display: none;
}

@media screen and (max-width: 1024px) {
    #header .js-mobile {
        display: block;
    }
}

#header .js-mobile span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background: #797978;
    border-radius: 3px;
}

#header .js-mobile span:before,
#header .js-mobile span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #797978;
    content: "";
    transition: transform 0.3s;
    border-radius: 3px;
}

#header .js-mobile span:before {
    transform: translateY(-250%);
    top: -2px;
}

#header .js-mobile span:after {
    transform: translateY(250%);
    bottom: -2px;
}

#header .js-mobile--close span {
    background-color: transparent;
}

#header .js-mobile--close span:before,
#header .js-mobile--close span:after {
    width: 100%;
    background: #797978;
}

#header .js-mobile--close span:before {
    transform: translateY(0) rotate(45deg);
    top: 2px;
}

#header .js-mobile--close span:after {
    transform: translateY(0) rotate(-45deg);
    bottom: -2px;
}

.js-locked {
    overflow: hidden;
    touch-action: none;
}

.js-locked body {
    -webkit-overflow-scrolling: auto;
}

#footer {
    background: #f6c22294;
    padding: 20px 0;
    color: #080808;
    font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
    #footer {
        padding: 40px 0;
    }
}

#footer a {
    color: #080808;
}

#footer .footer-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
    #footer .footer-block {
        margin-bottom: 0;
    }
}

#footer .footer-logo {
    display: block;
    width: 318px;
}

@media screen and (max-width: 834px) {
    #footer .footer-logo {
        width: 151px;
        margin-bottom: 30px;
    }
}

#footer .footer-ct {
    width: calc(100% - 318px);
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0 0 0 12%;
}

@media screen and (max-width: 834px) {
    #footer .footer-ct {
        width: 100%;
        padding: 0;
    }
}

#footer .footer-ct__item {
    width: 25%;
}

@media screen and (max-width: 834px) {
    #footer .footer-ct__item {
        width: 100%;
    }
}

#footer .footer-ct__ttl {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 6px;
}

@media screen and (min-width: 835px) {
    #footer .footer-ct__ttl {
        pointer-events: none;
    }
}

@media screen and (max-width: 834px) {
    #footer .footer-ct__ttl:after {
        content: "";
        border: solid #828181;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        position: absolute;
        top: 7px;
        right: 0;
    }

    #footer .footer-ct__ttl.active:after {
        border: solid #828181;
        border-width: 0 1px 1px 0;
        transform: rotate(-135deg);
        top: 10px;
    }
}

@media screen and (max-width: 834px) {
    #footer .footer-ct ul {
        display: none;
        margin-bottom: 10px;
    }
}

#footer .footer-ct ul li {
    margin-bottom: 5px;
}

#footer .footer-ct ul li:last-child {
    margin-bottom: 0;
}

#footer .footer-note {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #c6c6c6;
    padding: 12px 0 0;
}

@media screen and (max-width: 834px) {
    #footer .footer-note {
        border-top: none;
        display: block;
    }
}

#footer .footer-note--left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    #footer .footer-note--left {
        display: block;
    }
}

#footer .footer-note__copyright {
    margin-right: 58px;
}

@media screen and (max-width: 834px) {
    #footer .footer-note__copyright {
        margin: 0 0 10px;
    }
}

#footer .footer-note__menu {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    #footer .footer-note__menu {
        display: block;
        margin-bottom: 30px;
    }
}

#footer .footer-note__menu li {
    margin-right: 40px;
}

@media screen and (max-width: 834px) {
    #footer .footer-note__menu li {
        margin: 0 0 10px;
    }
}

#footer .footer-note__menu li:last-child {
    margin: 0;
}

#footer .footer-note__sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    #footer .footer-note__sns {
        justify-content: flex-start;
    }
}

#footer .footer-note__sns li {
    margin-right: 15px;
}

#footer .footer-note__sns li:last-child {
    margin-right: 0;
}

#footer .footer-note__sns li a img {
    width: 24px;
}

.top-mv {
    position: relative;
    overflow: hidden;
}

.top-mv img {
    width: 100%;
}

.top-mv .inner {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    .top-mv .inner {
        justify-content: center;
        bottom: 30px;
    }
}

.top-mv__list {
    margin: 0 -10px;
    width: 320px;
}

.top-mv__list-item {
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.top-mv__list-item.slick-current .top-mv__list-img {
    transform: scale(1.2);
}

.top-mv__list-item.slick-current .top-mv__list-img:after {
    opacity: 1;
    visibility: visible;
}

.top-mv__list-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

.top-mv__list-img:before {
    content: "";
    display: block;
    padding: 100% 0 0;
}

.top-mv__list-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.top-content {
    padding: 80px 0;
}

@media screen and (max-width: 834px) {
    .top-content {
        padding: 50px 0;
    }
}

.menu-game {
    display: grid;
    grid-template-columns: 33.333fr 33.333fr 33.333fr;
    gap: 15px 15px;
    margin-bottom: 70px;
}

@media screen and (max-width: 834px) {
    .menu-game {
        gap: 0;
        grid-template-columns: 1fr;
    }
}

.menu-game__item a {
    display: block;
    border: 1px solid rgba(88, 92, 95, 0.16);
    border-radius: 20px;
    padding: 15px;
}

.menu-game__item a:hover {
    opacity: 1;
}

.menu-game__item a:hover .menu-game__heading-ttl {
    color: #303030;
}

.menu-game__item a:hover .menu-game__img span,
.menu-game__item a:hover .menu-game__img:after {
    opacity: 1;
    visibility: visible;
}

.menu-game__heading-code {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    color: #303030;
    text-transform: uppercase;
    background: #c6c6c6;
    border-radius: 4px;
    padding: 7px 11px;
    margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
    .menu-game__heading-code {
        font-size: 1.4rem;
        padding: 9px 19px;
    }
}

.menu-game__heading-ttl {
    display: block;
    color: #797978;
    font-size: 3.2rem;
    line-height: 1.1875;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
    .menu-game__heading-ttl {
        font-size: 2.4rem;
        line-height: 1.25;
        color: #000;
    }
}

.menu-game__img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.menu-game__img:before {
    content: "";
    display: block;
    padding: 82% 0 0;
}

.menu-game__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 1;
}

.menu-game__img span {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    display: block;
    max-width: 132px;
    padding: 8px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    background: #f6c222;
    border-radius: 30px;
    color: #303030;
    z-index: 3;
}

.menu-game__img span,
.menu-game__img:after {
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {

    .menu-game__img span,
    .menu-game__img:after {
        opacity: 1;
        visibility: visible;
    }
}

.news-block {
    display: flex;
    flex-wrap: wrap;
}

.news-block__first {
    width: 45%;
}

@media screen and (max-width: 834px) {
    .news-block__first {
        width: 100%;
        margin-bottom: 50px;
    }
}

.news-block__first-box {
    display: block;
    color: #797978;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 16px 40px #585c5f29;
    padding: 5px 5px 20px;
    border: 1px solid rgba(88, 92, 95, 0.16);
}

.news-block__first-img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.news-block__first-img:before {
    content: "";
    display: block;
    padding: 55.4% 0 0;
}

@media screen and (max-width: 834px) {
    .news-block__first-img:before {
        padding: 70% 0 0;
    }
}

.news-block__first-ct {
    padding: 0 20px;
}

.news-block__first-ct-note {
    display: inline-block;
    position: relative;
    background: #f6c222;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 6px 10px 6px 28px;
    margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
    .news-block__first-ct-note {
        color: #303030;
    }
}

.news-block__first-ct-note:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(note.0397f683aaba442b.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.news-block__first-ct-ttl {
    display: block;
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
}

@media screen and (max-width: 834px) {
    .news-block__first-ct-ttl {
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 1.3333333333;
        color: #797978;
    }
}

.news-block__ct {
    width: 55%;
    padding: 0 0 0 30px;
}

@media screen and (max-width: 834px) {
    .news-block__ct {
        width: 100%;
        padding: 0;
    }
}

.news-list__item {
    margin-bottom: 19px;
}

.news-list__item:last-child {
    margin-bottom: 0;
}

.news-list__item a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 16px 40px #585c5f29;
    padding: 5px;
    border: 1px solid rgba(88, 92, 95, 0.16);
    border-radius: 20px;
}

@media screen and (max-width: 834px) {
    .news-list__item a {
        box-shadow: 0 0 #000;
        border-radius: 0;
        border: none;
    }
}

.news-list__img {
    width: 136px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 834px) {
    .news-list__img {
        display: none;
    }
}

.news-list__img:before {
    content: "";
    display: block;
    padding: 100% 0 0;
}

.news-list__ct {
    width: calc(100% - 136px);
    padding: 0 0 0 20px;
}

@media screen and (max-width: 834px) {
    .news-list__ct {
        width: 100%;
        padding: 0;
    }
}

.news-list__ct-note {
    display: inline-block;
    border-radius: 4px;
    color: #303030;
    font-size: 1.4rem;
    background: #f1742a;
    position: relative;
    padding: 3px 13px 3px 25px;
    margin-bottom: 7px;
}

@media screen and (max-width: 834px) {
    .news-list__ct-note {
        margin-bottom: 12px;
    }
}

.news-list__ct-note:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(note-02.e235478577eaaef6.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 6px;
    top: 4px;
}

.news-list__ct-ttl {
    display: block;
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
    color: #797978;
}

@media screen and (max-width: 834px) {
    .news-list__ct-ttl {
        font-size: 1.8rem;
        line-height: 1.3333333333;
        font-weight: 500;
    }
}

.news-list--other {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list--other .news-list__item {
    width: calc(50% - 15px);
}

@media screen and (max-width: 834px) {
    .news-list--other .news-list__item {
        width: 100%;
    }
}

.news-list--other .news-list__img {
    width: 136px;
}

.news-list--other .news-list__img:before {
    padding: 100% 0 0;
}

@media screen and (max-width: 834px) {
    .news-list--other .news-list__img {
        display: none;
    }
}

.news-list--other .news-list__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.news-list--other .news-list__ct {
    width: calc(100% - 136px);
    padding: 0 0 0 20px;
}

@media screen and (max-width: 834px) {
    .news-list--other .news-list__ct {
        width: 100%;
        padding: 0;
    }
}

.news-list--other .news-list__ct-ttl {
    font-size: 2.4rem;
    line-height: 1.25;
}

@media screen and (max-width: 834px) {
    .news-list--other .news-list__ct-ttl {
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 1.3333333333;
    }
}

.top-banner:before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    right: 0;
    background: #f5f5f5;
}

@media screen and (max-width: 834px) {
    .top-banner:before {
        display: none;
    }
}

.top-banner .inner {
    position: relative;
    z-index: 1;
}

.banner-note {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-note__img {
    width: 60%;
}

@media screen and (max-width: 834px) {
    .banner-note__img {
        width: auto;
        margin: 0 -10px 25px;
    }
}

.banner-note__ct {
    width: 40%;
    padding: 0 0 0 7%;
}

@media screen and (max-width: 834px) {
    .banner-note__ct {
        width: 100%;
        padding: 0;
    }
}

.banner-note__ct-ttl {
    display: block;
    font-size: 3.2rem;
    line-height: 1.1875;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
    .banner-note__ct-ttl {
        font-size: 2.4rem;
        line-height: 1.25;
        margin-bottom: 15px;
    }
}

.top-partner {
    background: #fff;
    padding: 100px 0 70px;
}

@media screen and (max-width: 834px) {
    .top-partner {
        padding: 50px 0;
    }
}

.partner-block p {
    margin-bottom: 30px;
}

.partner-block__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
}

@media screen and (max-width: 834px) {
    .partner-block__list {
        max-width: 100%;
    }
}

.partner-block__list li {
    width: 134px;
    margin: 0 20px 20px 0;
}

@media screen and (max-width: 834px) {
    .partner-block__list li {
        width: 25%;
        padding: 0 10px;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 640px) {
    .partner-block__list li {
        width: 50%;
    }
}

.partner-block__list li img {
    width: 100%;
}

.sec-article {
    padding: 50px 0;
}

.sec-article .inner {
    max-width: 1230px;
}

.article-block {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 500;
    color: #797978;
    max-width: 777px;
    margin: 0 auto 80px;
}

@media screen and (max-width: 834px) {
    .article-block {
        font-size: 1.4rem;
        line-height: 1.4285714286;
        margin-bottom: 40px;
    }
}

.article-block h1,
.article-block h2,
.article-block h3,
.article-block h4,
.article-block h5,
.article-block h6 {
    display: block;
    font-weight: 700;
}

.article-block img {
    border-radius: 20px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.article-block__date {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
    .article-block__date {
        font-size: 1.8rem;
    }
}

.article-block__note {
    background: #f2ffe8;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
    .article-block__note {
        font-size: 1rem;
    }
}

.article-block__note-ttl {
    display: block;
    width: 100px;
}

@media screen and (max-width: 834px) {
    .article-block__note-ttl {
        width: 60px;
    }
}

.article-block__note-ct {
    width: calc(100% - 100px);
}

@media screen and (max-width: 834px) {
    .article-block__note-ct {
        width: calc(100% - 60px);
    }
}

.article-block__note-ct ul li a {
    display: block;
    color: #5188e6;
}

.article-block h1 {
    font-size: 4.2rem;
    line-height: 1.1428571429;
    margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
    .article-block h1 {
        font-size: 3.2rem;
        line-height: 1.1875;
        text-align: center;
    }
}

.article-block h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
    .article-block h2 {
        font-size: 2.4rem;
    }
}

.article-block h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.article-block p {
    margin-bottom: 15px;
}

.article-block small {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.game-page {
    padding: 70px 0 200px;
}

@media screen and (max-width: 1024px) {
    .game-page {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 834px) {
    .game-page {
        padding: 36px 0 66px;
    }
}

.game-list__item {
    background: url(../img/bg-item.jpg) no-repeat center/cover;
    border-radius: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px;
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
    .game-list__item {
        padding: 16px 14px;
    }
}

.game-list__item:last-of-type {
    margin-bottom: 0;
}

.game-list__item:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 232px;
    height: 184px;
    background: url(../img/label.png) no-repeat center/100%;
    top: -29px;
    right: -28px;
}

@media screen and (max-width: 834px) {
    .game-list__item:after {
        width: 102px;
        height: 81px;
        top: -15px;
        right: -14px;
        background: url(../img/label-sp.png) no-repeat center/100%;
    }
}

.game-list__img {
    width: 242px;
    border-radius: 9px;
    overflow: hidden;
}

@media screen and (max-width: 834px) {
    .game-list__img {
        width: 90px;
        position: absolute;
        top: 16px;
        left: 16px;
    }
}

.game-list__ct {
    width: calc(100% - 242px);
    color: #fff;
    padding-left: 48px;
}

@media screen and (max-width: 834px) {
    .game-list__ct {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 834px) {
    .game-list__meta {
        padding-left: 106px;
        min-height: 92px;
        margin-bottom: 24px;
    }
}

.game-list__ttl {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
    .game-list__ttl {
        font-size: 2.4rem;
        line-height: 1.25;
        margin-bottom: 8px;
    }
}

.game-list__cate {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.game-list__cate li {
    background: #f1742a;
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
    border-radius: 10px;
    padding: 2px 8px;
}

.game-list__desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.game-list__desc p {
    max-width: 428px;
}

@media screen and (max-width: 640px) {
    .game-list__desc p {
        max-width: 100%;
        margin-bottom: 60px;
    }
}

.game-list__control {
    width: calc(100% - 428px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
}

@media screen and (max-width: 640px) {
    .game-list__control {
        width: 100%;
        max-width: 286px;
    }
}

.game-list__control li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 96px;
    height: 96px;
    text-align: center;
    background-color: #fff;
    border-radius: 14px;
}

@media screen and (max-width: 834px) {
    .game-list__control li a {
        width: 83px;
        height: 83px;
    }
}

.game-list__control li a span {
    display: block;
    width: 100%;
    font-family: Saira, sans-serif;
    color: #f1742a;
    font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
    .game-list__control li a span {
        font-size: 1.221rem;
    }
}

.game-list__control li a img {
    width: 36px;
}

@media screen and (max-width: 834px) {
    .game-list__control li a img {
        width: 32px;
    }
}

.sec-breadcrumb {
    font-size: 1.6rem;
    margin-bottom: 42px;
}

@media screen and (max-width: 834px) {
    .sec-breadcrumb {
        font-size: 1.4rem;
    }
}

.sec-breadcrumb .inner {
    max-width: 937px;
}

.sec-breadcrumb a {
    position: relative;
    color: #303030;
}

.sec-breadcrumb a:after {
    content: "/";
}

.sec-breadcrumb span {
    color: #f1742a;
}

.sec-breadcrumb--white .inner {
    max-width: 1400px;
}

.sec-breadcrumb--white a {
    color: #fff;
}

.game-detail {
    padding: 77px 0 67px;
}

@media screen and (max-width: 834px) {
    .game-detail {
        padding: 36px 0;
    }
}

.game-detail .inner {
    max-width: 937px;
}

.game-detail__heading {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

.game-detail__heading-left {
    width: calc(100% - 328px);
    padding-right: 5%;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    .game-detail__heading-left {
        width: 100%;
        padding-right: 0;
    }
}

.game-detail__heading-right {
    width: 328px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 20px;
}

.game-detail__heading-right li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 96px;
    height: 96px;
    text-align: center;
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid rgba(88, 92, 95, 0.16);
}

@media screen and (max-width: 834px) {
    .game-detail__heading-right li a {
        width: 83px;
        height: 83px;
    }
}

.game-detail__heading-right li a span {
    display: block;
    width: 100%;
    font-family: Saira, sans-serif;
    color: #f1742a;
    font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
    .game-detail__heading-right li a span {
        font-size: 1.221rem;
    }
}

.game-detail__heading-right li a img {
    width: 36px;
}

@media screen and (max-width: 834px) {
    .game-detail__heading-right li a img {
        width: 32px;
    }
}

@media screen and (max-width: 834px) {
    .game-detail__heading-right {
        display: none;
    }
}

.game-detail__heading-img {
    width: 102px;
    border-radius: 15px;
    overflow: hidden;
}

.game-detail__heading-info {
    width: calc(100% - 102px);
    padding-left: 16px;
}

.game-detail__heading-ttl {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 5px;
    color: #303030;
}

.game-detail__heading-cate {
    font-size: 1.8rem;
}

.game-detail__heading-btn {
    width: 130px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1742a;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.game-detail__gallery {
    margin-bottom: 42px;
    overflow: hidden;
    border-radius: 15px;
}

.game-detail__ttlsub {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
    color: #303030;
    margin-bottom: 8px;
}

.game-detail__content {
    color: #797978;
}

@media screen and (max-width: 834px) {
    .game-detail__content {
        font-size: 1.8rem;
        line-height: 1.3333333333;
    }
}

.game-detail__content p {
    margin-bottom: 30px;
}

.game-detail__content p:last-of-type {
    margin-bottom: 0;
}

.game-detail__content ol,
.game-detail__content ul {
    margin-bottom: 30px;
}

.game-detail__content ol li,
.game-detail__content ul li {
    margin-bottom: 20px;
}

.game-detail__content ol li:last-of-type,
.game-detail__content ul li:last-of-type {
    margin-bottom: 0;
}

.slick-dots {
    text-align: right;
    right: 20px;
}

.slick-dots li {
    margin: 0 4px;
}

.slick-dots li button {
    padding: 4px;
}

.slick-dots li button:before {
    background: #c6c6c6;
}

.slick-dots li.slick-active button {
    width: 50px;
}

.slick-dots li.slick-active button:before {
    width: 100%;
    border-radius: 5px;
    border: none;
    background: #f1742a;
}

.page-coin {
    padding: 74px 0 92px;
}

@media screen and (max-width: 834px) {
    .page-coin {
        padding: 65px 0;
    }
}

.page-coin__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    .page-coin__flex {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }
}

.page-coin__col:nth-child(1) {
    width: 57.88%;
}

@media screen and (max-width: 834px) {
    .page-coin__col:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }
}

.page-coin__col:nth-child(2) {
    width: 40.8%;
}

@media screen and (max-width: 834px) {
    .page-coin__col:nth-child(2) {
        width: 100%;
    }
}

@media screen and (min-width: 835px) {
    .page-coin__col:nth-child(2) .page-coin__box {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.page-coin__box {
    border-radius: 24px;
    box-shadow: 0 16px 40px #585c5f29;
    border: 1px solid rgba(88, 92, 95, 0.16);
    margin-bottom: 24px;
    padding: 22px 20px;
    color: #303030;
    background: #fff;
    position: relative;
}

.page-coin__box:last-of-type {
    margin-bottom: 0;
}

.page-coin__box-ttl {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 22px;
}

.page-coin__box-id {
    position: absolute;
    top: 30px;
    right: 33px;
    color: #418dff;
    font-size: 1.4rem;
    text-decoration: underline;
}

@media screen and (max-width: 834px) {
    .page-coin__box-id {
        position: relative;
        top: -15px;
        right: 0;
    }
}

.page-coin__acc .form-control {
    margin-bottom: 26px;
}

.page-coin__acc .c-btn__01 {
    margin: 0 auto;
}

.page-coin__login-desc {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 834px) {
    .page-coin__login-desc {
        font-size: 1.4rem;
        line-height: 1.4285714286;
    }
}

.page-coin__login-control {
    max-width: 454px;
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
}

@media screen and (max-width: 834px) {
    .page-coin__login-control .c-btn__01 {
        width: 214px;
        height: 58px;
    }
}

@media screen and (max-width: 640px) {
    .page-coin__login-control {
        gap: 26px 0;
        grid-template-columns: 1fr;
        max-width: 214px;
        width: 100%;
        margin: 0 auto;
    }
}

.page-coin__level {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 32px;
}

@media screen and (max-width: 1024px) {
    .page-coin__level {
        gap: 24px 32px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 834px) {
    .page-coin__level {
        padding: 0;
        gap: 24px 10px;
    }
}

.page-coin__level-item {
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 16px 40px #585c5f29;
}

.page-coin__level-img {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.page-coin__level-img img {
    width: 100%;
}

.page-coin__level-label {
    bottom: 14px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    font-family: Saira, sans-serif;
    color: #f6c222;
    position: absolute;
    background: #000;
    background: linear-gradient(90deg,
            #0000,
            #00000080 15%,
            #00000080 85%,
            #0000);
}

@media screen and (max-width: 834px) {
    .page-coin__level-label {
        font-size: 1.8rem;
    }
}

.page-coin__level-ct {
    padding: 7px 12px 14px;
    font-size: 1.8rem;
    font-weight: 500;
}

@media screen and (max-width: 834px) {
    .page-coin__level-ct {
        font-size: 1.3rem;
        padding-bottom: 7px;
    }
}

.page-coin__level-ttl {
    color: #303030;
}

.page-coin__level-price {
    color: #f1742a;
    position: relative;
}

@media screen and (max-width: 834px) {
    .page-coin__level-price {
        padding: 2px 0;
    }
}

.page-coin__level-price:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(ico-plus.553f2d9d4ecf7043.svg) no-repeat center/100%;
    top: 0;
    right: 0;
}

.page-coin__payment {
    margin-bottom: 20px;
}

.page-coin__payment-heading {
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

@media screen and (max-width: 834px) {
    .page-coin__payment-heading {
        font-size: 1.4rem;
    }
}

.page-coin__payment-viewall {
    color: #f1742a;
    position: relative;
    padding-right: 23px;
}

.page-coin__payment-viewall:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 24px;
    background: url(ico-arr.6872298a528acc0e.svg) no-repeat center/100%;
    right: 0;
}

.page-coin__payment-option li {
    margin-bottom: 5px;
}

.page-coin__payment-option li:last-of-type {
    margin-bottom: 0;
}

.page-coin__payment-option input {
    display: none;
}

.page-coin__payment-option label {
    cursor: pointer;
    width: 100%;
    display: block;
    border: 1px solid rgba(88, 92, 95, 0.16);
    border-radius: 8px;
    padding: 8px 21px;
    font-size: 1.8rem;
    color: #797978;
    position: relative;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

.page-coin__payment-option label:hover {
    opacity: 0.7;
}

@media screen and (max-width: 834px) {
    .page-coin__payment-option label {
        font-size: 1.4rem;
    }
}

.page-coin__payment-option label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    top: calc(50% - 11px);
    right: 11px;
}

.page-coin__payment-option label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f1742a;
    border-radius: 50%;
    top: calc(50% - 6px);
    right: 16px;
    opacity: 0;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

.page-coin__payment-option label img {
    width: 84px;
    margin-right: 36px;
}

.page-coin__payment-option label img.ico-coin {
    width: 37px;
    margin-right: 80px;
}

.page-coin__payment-option input:checked+label:before {
    opacity: 1;
    transform: scale(1);
}

.page-coin__payment-detail {
    border-radius: 8px;
    border: 1px solid rgba(88, 92, 95, 0.16);
    color: #303030;
    background: #3333331a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 21px;
    margin-bottom: 24px;
    font-size: 1.8rem;
    font-weight: 500;
}

@media screen and (max-width: 834px) {
    .page-coin__payment-detail {
        font-size: 1.4rem;
    }
}

.page-coin__payment-detail dt {
    color: #797978;
}

.page-coin__payment-detail dd {
    color: #303030;
}

.page-coin__payment-total {
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-top: 1px dashed #828181;
    border-bottom: 1px dashed #828181;
}

@media screen and (max-width: 834px) {
    .page-coin__payment-total {
        font-size: 1.4rem;
    }
}

.page-coin__payment-total dd {
    font-size: 2.4rem;
    font-weight: 700;
    color: #f1742a;
}

@media screen and (max-width: 834px) {
    .page-coin__payment-total dd {
        font-size: 1.8rem;
    }
}

.page-coin__note {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 30px;
}

.page-coin__note a {
    text-decoration: underline;
    color: #797978;
    margin: 0 0.5em;
}

@media screen and (min-width: 835px) {
    .page-nap_knb {
        background: url(bg-page.728d9f914261fdd5.jpg) no-repeat center/cover;
    }
}

.page-coin .game-detail {
    padding: 0;
}

@media screen and (max-width: 834px) {
    .page-coin .game-detail {
        display: none;
    }
}

.page-coin .game-detail__heading {
    margin-bottom: 35px;
}

.page-coin .game-detail__heading-ttl,
.page-coin .game-detail__heading-cate {
    color: #fff;
}

.news-games {
    padding: 73px 0 82px;
}

@media screen and (max-width: 834px) {
    .news-games {
        padding: 36px 0 62px;
    }
}

.news-games__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 56px;
}

@media screen and (max-width: 1024px) {
    .news-games__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 834px) {
    .news-games__list {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 37px;
    }
}

.news-games__list-item {
    border: 1px solid #c6c6c6;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 0;
}

@media screen and (max-width: 834px) {
    .news-games__list-item {
        border: none;
        border-radius: 0;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #000;
    }

    .news-games__list-item:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.news-games__list-item a {
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.news-games__list-img {
    width: 100%;
    position: relative;
}

.news-games__list-img:before {
    content: "";
    float: left;
    padding-top: 54.4018058691%;
}

.news-games__list-img:after {
    content: "";
    display: table;
    clear: both;
}

.news-games__list-img> :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 834px) {
    .news-games__list-img {
        display: none;
    }
}

.news-games__list-ct {
    width: 100%;
    padding: 26px 34px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #797978;
}

@media screen and (max-width: 834px) {
    .news-games__list-ct {
        padding: 0;
    }
}

.news-games__list-date {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #797978;
}

.news-games__list-ttl {
    margin-bottom: 5px;
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 834px) {
    .scroll-sp {
        overflow-x: auto;
        margin-bottom: 26px;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px;
    }
}

.news-cate {
    display: flex;
    margin-top: 56px;
    margin-bottom: 36px;
    gap: 24px;
}

@media screen and (max-width: 834px) {
    .news-cate {
        margin-top: 64px;
        width: -webkit-max-content;
        width: max-content;
        margin-bottom: 10px;
    }
}

.news-cate li a {
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
    border-radius: 8px;
    background: #d9d9d9;
    padding: 12px 27px;
    color: #303030;
}

.news-cate li.is-active a {
    background: #f1742a;
}

.news-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
    position: relative;
}

@media screen and (max-width: 834px) {
    .news-control {
        margin-bottom: 24px;
    }
}

.news-control__search {
    max-width: 503px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 1245px) {
    .news-control__search {
        max-width: 287px;
    }
}

@media screen and (max-width: 834px) {
    .news-control__search .form-control {
        font-size: 1.4rem;
    }
}

.news-control__search-btn {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 11px;
    border: none;
    outline: 0;
    background: transparent;
    width: 24px;
    cursor: pointer;
}

.news-control__filter {
    max-width: 597px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 24px;
}

@media screen and (max-width: 1024px) {
    .news-control__filter {
        padding-left: 5%;
    }
}

@media screen and (max-width: 834px) {
    .news-control__filter {
        position: absolute;
        max-width: 226px;
        display: block;
        background: #fff;
        top: 47px;
        right: 0;
        padding: 15px 10px;
        border-radius: 8px;
        border: 1px solid rgba(88, 92, 95, 0.16);
        box-shadow: 0 16px 40px #585c5f29;
        transform: translate(110%);
        -webkit-backface-visibility: hidden;
        transition: all 0.3s ease;
    }

    .news-control__filter.is-active {
        transform: translate(0);
    }
}

.news-control__filter li {
    font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
    .news-control__filter li {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .news-control__filter li:last-of-type {
        margin-bottom: 0;
    }
}

.news-control__filter li select {
    cursor: pointer;
    color: #303030;
    border: none;
    padding-right: 26px;
    background: url(arr-select.c14d8c5082f0885b.png) no-repeat top 7px right/16px 16px;
}

@media screen and (max-width: 834px) {
    .news-control__filter li select {
        background: url(arr-select.c14d8c5082f0885b.png) no-repeat top 4px right/16px 16px;
    }
}

.news-control__filter-btnsp {
    padding: 0;
    outline: 0;
    border: none;
    background: transparent;
    width: 43px;
}

.page,
.current {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    background: #f4f4f4;
    color: #303030;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {

    .page,
    .current {
        font-size: 1.6rem;
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }
}

.page:hover,
.current:hover {
    background: #f1742a;
}

.prevpostslink,
.nextpostslink {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f4f4f4;
}

@media screen and (max-width: 834px) {

    .prevpostslink,
    .nextpostslink {
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }

    .prevpostslink img,
    .nextpostslink img {
        width: 7px;
    }
}

.prevpostslink:hover,
.nextpostslink:hover {
    background: #f1742a;
}

.nextpostslink img {
    position: relative;
    transform: rotate(180deg);
}

.current {
    background: #f1742a;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
}

@media screen and (max-width: 834px) {
    .wp-pagenavi {
        gap: 0 5px;
    }
}

.wp-pagenavi--sm .page,
.wp-pagenavi--sm .current {
    width: 48px;
    height: 48px;
}

@media screen and (max-width: 834px) {

    .wp-pagenavi--sm .page,
    .wp-pagenavi--sm .current {
        font-size: 1.4rem;
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 834px) {

    .wp-pagenavi--sm .prevpostslink,
    .wp-pagenavi--sm .nextpostslink {
        width: 38px;
        height: 38px;
    }
}

.giftcode-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 63px;
}

@media screen and (max-width: 1024px) {
    .giftcode-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 834px) {
    .giftcode-list {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        margin-bottom: 16px;
    }
}

.giftcode-list__item {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(88, 92, 95, 0.16);
    box-shadow: 0 16px 40px #585c5f29;
    padding: 21px 23px;
}

.giftcode-list__heading {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #c6c6c6;
}

.giftcode-list__heading-img {
    width: 50px;
}

.giftcode-list__heading-meta {
    width: calc(100% - 50px);
    padding-left: 16px;
}

.giftcode-list__heading-ttl {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 4px;
    color: #303030;
}

.giftcode-list__heading-cate li {
    color: #303030;
    display: inline-block;
    padding: 4px 18px;
    background: #d9d9d9;
    border-radius: 11px;
    font-size: 1rem;
    font-weight: 500;
}

.giftcode-list__ct span {
    font-size: 1.8rem;
    display: block;
}

@media screen and (max-width: 834px) {
    .giftcode-list__ct span {
        font-size: 1.4rem;
    }
}

.giftcode-list__ct-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.giftcode-list__ct-code span {
    font-size: 3.2rem;
    font-weight: 700;
    color: #f1742a;
}

@media screen and (max-width: 834px) {
    .giftcode-list__ct-code span {
        font-size: 2.4rem;
    }
}

.giftcode-list__ct-copy {
    width: 36px;
    padding: 0;
    outline: 0;
    border: none;
    background: none;
    position: relative;
    top: -4px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

.giftcode-list__ct-copy:hover {
    opacity: 0.7;
}

.giftcode-list__ct-detail {
    font-size: 1.8rem;
    font-weight: 500;
    color: #797978;
    width: -webkit-max-content;
    width: max-content;
    margin-left: auto;
    display: block;
}

.copied-message {
    position: fixed;
    top: 100px;
    left: 50%;
    width: 150px;
    text-align: center;
    font-size: 1.8rem;
    z-index: 10;
    background: #e1e1e1;
    transform: translate(-50%);
    color: #303030;
    padding: 5px 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {
    .page-news_games .news-list__img {
        display: block;
    }
}

.page-news_games .news-list__ct {
    width: calc(100% - 136px);
    padding: 0 0 0 20px;
}

.policy-page {
    padding: 70px 0 100px;
}

@media screen and (max-width: 834px) {
    .policy-page {
        padding: 36px 0 64px;
    }
}

.policy-page .inner {
    max-width: 1390px;
}

.policy-page__ttl {
    margin-bottom: 67px;
}

@media screen and (max-width: 834px) {
    .policy-page__ttl {
        margin-bottom: 36px;
    }
}

.policy-page__content {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    font-weight: 500;
}

@media screen and (max-width: 834px) {
    .policy-page__content {
        font-size: 1.4rem;
        line-height: 1.4285714286;
    }
}

.policy-page__content-ttl {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #303030;
}

@media screen and (max-width: 834px) {
    .policy-page__content-ttl {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
}

.policy-page__content ol {
    margin-left: 20px;
}

.policy-page__content ol li {
    list-style-type: decimal;
}

.login-page {
    padding: 38px 0 142px;
    position: relative;
}

@media screen and (max-width: 834px) {
    .login-page {
        padding-bottom: 64px;
    }
}

.login-page:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 432px;
    background: #f1742a;
    top: 0;
    left: 0;
}

@media screen and (max-width: 834px) {
    .login-page:before {
        height: 316px;
    }
}

.login-page .inner {
    position: relative;
    z-index: 2;
}

.login-page__ttl {
    text-align: center;
    color: #fff;
    margin-bottom: 21px;
}

.login-page__form {
    max-width: 676px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(88, 92, 95, 0.16);
    box-shadow: 0 16px 40px #585c5f29;
    padding: 50px 45px 54px;
}

@media screen and (max-width: 834px) {
    .login-page__form {
        padding: 16px;
    }
}

.login-page__form .form-control {
    height: 70px;
}

.login-page__form .c-btn__01 {
    height: 58px;
}

.login-page__form-ttl {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700;
    color: #303030;
    margin-bottom: 5px;
}

.login-page__form-desc {
    margin-bottom: 25px;
}

.login-page__form-desc p {
    margin-bottom: 15px;
}

.login-page__form-desc p:last-of-type {
    margin-bottom: 0;
}

.login-page__form-desc span {
    margin: 0 5px;
}

@media screen and (max-width: 834px) {
    .login-page__form-desc {
        margin-bottom: 15px;
    }
}

.login-page__field {
    margin-bottom: 25px;
    position: relative;
}

@media screen and (max-width: 834px) {
    .login-page__field {
        margin-bottom: 16px;
    }
}

.login-page__field .field-icon {
    width: 22px;
    height: 17px;
    background: url(../img/ico-eye.8dd6739a61bf309f.png) no-repeat center/100%;
    top: 28px;
    right: 31px;
    position: absolute;
    display: block;
    cursor: pointer;
}

.login-page__field .field-icon.show:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 28px;
    background: #303030;
    top: -4px;
    right: 10px;
    transform: rotate(45deg);
}

.password-form {
    width: 100%
}

.login-page__field {
    position: relative;
    margin-bottom: 1.5rem
}

.login-page__field .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .5rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.login-page__field .form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40
}

.login-page__field .field-icon {
    position: absolute;
    top: 22.5px;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z'/%3E%3Cpath d='M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5
}

.login-page__field .field-icon.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.029 7.029 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.089z'/%3E%3Cpath d='M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm-2.121 2.12 2.121-2.121-2.121 2.121z'/%3E%3C/svg%3E")
}

.c-btn__01 {
    display: inline-block;
    width: auto;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #ff8a00;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease
}

.c-btn__01:hover:not(:disabled) {
    background: #e67e00
}

.c-btn__01:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: .7
}

.c-btn__01--full {
    width: 100%
}

.c-btn__01--green {
    background: #28a745
}

.c-btn__01--green:hover:not(:disabled) {
    background: #218838
}

.mbpc-15 {
    margin-bottom: 15px
}

.error-message {
    color: #f44336;
    font-size: 12px;
    margin-top: 4px
}

.password-requirements {
    margin-top: .5rem;
    padding: .75rem;
    background-color: #f8f9fa;
    border-radius: 5px;
    font-size: .75rem
}

.password-requirements small {
    display: block;
    color: #6c757d;
    line-height: 1.5
}

.login-page__privacy {
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #000;
}

@media screen and (max-width: 834px) {
    .login-page__privacy {
        font-size: 1.6rem;
    }
}

.login-page__privacy label {
    padding-left: 24px;
    position: relative;
    cursor: pointer;
}

.login-page__privacy label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 4px;
    top: 5px;
    left: 0;
}

@media screen and (max-width: 834px) {
    .login-page__privacy label:before {
        top: 3px;
    }
}

.login-page__privacy label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 12px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    left: 6px;
    top: 5px;
    transform: rotate(45deg);
    opacity: 0;
}

@media screen and (max-width: 834px) {
    .login-page__privacy label:after {
        top: 3px;
    }
}

.login-page__privacy input:checked+label:after {
    opacity: 1;
}

.login-page__privacy a {
    color: #418dff;
    margin-left: 5px;
    text-decoration: underline;
}

.login-page__link {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 834px) {
    .login-page__link {
        margin-bottom: 16px;
        margin-top: 16px;
    }
}

.login-page__link a {
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
}

@media screen and (max-width: 834px) {
    .login-page__link a {
        font-size: 1.4rem;
    }
}

.login-page__note {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.login-page__note:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #585c5f;
    top: 50%;
    left: 0;
}

.login-page__note span {
    font-size: 1.8rem;
    font-weight: 500;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

@media screen and (max-width: 834px) {
    .login-page__note span {
        font-size: 1.4rem;
    }
}

.login-page__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 36px;
}

.login-page__sns li {
    width: 68px;
}

@media screen and (max-width: 834px) {
    .login-page__sns li {
        width: 36px;
    }
}

@media screen and (min-width: 835px) {
    .page-forget_pass .login-page:before {
        height: 258px;
    }
}

.btn-resend {
    position: absolute;
    top: 14px;
    right: 30px;
    width: 135px;
    height: 42px;
    border-radius: 4px;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: 0;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

.btn-resend:hover {
    opacity: 0.7;
}

.txt-success {
    color: #f1742a;
    position: relative;
    padding-left: 40px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-bottom: 25px;
}

.txt-success:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(ico-check.2f7151106486ed0f.png) no-repeat center/100%;
    left: 0;
    top: -2px;
}

.account-page {
    padding: 97px 0 65px;
}

@media screen and (max-width: 834px) {
    .account-page {
        padding: 36px 0 65px;
    }
}

.account-page .inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 20px;
}

@media screen and (max-width: 834px) {
    .account-page .inner {
        padding: 0 15px;
    }
}

.account-page__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #303030;
}

.account-page__desc {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #d9d9d9;
}

.account-page__navbar {
    max-width: 330px;
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(88, 92, 95, 0.16);
    padding: 19px 17px;
}

@media screen and (max-width: 1245px) {
    .account-page__navbar {
        max-width: 250px;
    }
}

@media screen and (max-width: 834px) {
    .account-page__navbar {
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 280px;
        margin: 0 auto 35px;
        gap: 0 28px;
    }
}

.account-page__navbar li {
    margin-bottom: 24px;
}

@media screen and (max-width: 834px) {
    .account-page__navbar li {
        margin-bottom: 0;
    }
}

.account-page__navbar li:last-of-type {
    margin-bottom: 0;
}

.account-page__navbar li a {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 27px;
    border-radius: 4px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #303030;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {
    .account-page__navbar li a {
        font-size: 1.4rem;
        display: inline-block;
        border-bottom: 1px solid transparent;
        padding: 0 0 11px;
        height: auto;
        border-radius: 0;
    }
}

.account-page__navbar li.is-active a {
    background: #f4f4f4;
}

@media screen and (max-width: 834px) {
    .account-page__navbar li.is-active a {
        background: transparent;
        border-bottom: 1px solid #f1742a;
    }
}

@media screen and (min-width: 1025px) {
    .account-page__navbar li:hover a {
        background: #f4f4f4;
    }
}

.account-page__content dl {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
    position: relative;
}

@media screen and (max-width: 834px) {
    .account-page__content dl {
        font-size: 1.4rem;
    }
}

.account-page__content dl:last-of-type {
    margin-bottom: 0;
}

.account-page__content dl dt {
    width: 170px;
}

@media screen and (max-width: 834px) {
    .account-page__content dl dt {
        width: 110px;
    }
}

.account-page__content dl dd {
    width: calc(100% - 20px);
    text-align: center;
}

@media screen and (max-width: 834px) {
    .account-page__content dl dd {
        width: calc(100% - 180px);
    }
}

.account-page__content dl dd.txt-right {
    width: calc(100% - 170px);
    text-align: right;
}

@media screen and (max-width: 834px) {
    .account-page__content dl dd.txt-right {
        width: calc(100% - 110px);
    }
}

.account-page .thumnail {
    width: 60px;
    margin: 0 15%;
    border-radius: 50%;
    position: relative;
}

.account-page .thumnail:before {
    content: "";
    float: left;
    padding-top: 100%;
}

.account-page .thumnail:after {
    content: "";
    display: table;
    clear: both;
}

.account-page .thumnail> :first-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.account-page__main {
    max-width: 676px;
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(88, 92, 95, 0.16);
    box-shadow: 0 16px 40px #585c5f29;
    padding: 49px 46px;
}

@media screen and (max-width: 1245px) {
    .account-page__main {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 834px) {
    .account-page__main {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        padding: 24px 16px;
    }
}

.account-page__transaction {
    margin-bottom: 12px;
}

.account-page__transaction table {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
}

@media screen and (max-width: 834px) {
    .account-page__transaction table {
        font-size: 1.4rem;
    }
}

.account-page__transaction table tr th {
    padding-bottom: 20px;
    border-bottom: 1px dashed #d9d9d9;
    font-weight: 400;
}

.account-page__transaction table tr th span {
    text-align: right;
    display: block;
    color: #f1742a;
}

.account-page__transaction table tr th,
.account-page__transaction table tr td {
    padding: 12.5px 0;
}

.account-page__transaction table tr th a,
.account-page__transaction table tr td a {
    text-decoration: underline;
    color: #f1742a;
}

.account-page__transaction table tr th:nth-child(1),
.account-page__transaction table tr td:nth-child(1) {
    width: 42.8082191781%;
}

@media screen and (max-width: 834px) {

    .account-page__transaction table tr th:nth-child(1),
    .account-page__transaction table tr td:nth-child(1) {
        width: 45.808219%;
    }
}

.account-page__transaction table tr th:nth-child(2),
.account-page__transaction table tr td:nth-child(2) {
    width: 39.3835616438%;
}

@media screen and (max-width: 834px) {

    .account-page__transaction table tr th:nth-child(2),
    .account-page__transaction table tr td:nth-child(2) {
        width: 27.383562%;
    }
}

.account-page__transaction table tr th:nth-child(3),
.account-page__transaction table tr td:nth-child(3) {
    width: 22.2602739726%;
}

@media screen and (max-width: 834px) {

    .account-page__transaction table tr th:nth-child(3),
    .account-page__transaction table tr td:nth-child(3) {
        width: 30.260274%;
        text-align: right;
    }
}

.account-page__sercurity-item {
    margin-bottom: 25px;
}

.account-page__sercurity-item:first-child {
    padding-bottom: 25px;
    border-bottom: 1px dashed #d9d9d9;
}

.account-page__sercurity-item span {
    color: #303030;
    display: block;
    white-space: nowrap;
}

.account-page__sercurity-item--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 40px;
}

@media screen and (max-width: 1024px) {
    .account-page__sercurity-item--flex {
        gap: 0 15px;
    }
}

.account-page__sercurity-item--flex span {
    color: #0d0d0d;
    width: 145px;
}

@media screen and (max-width: 834px) {
    .account-page__sercurity-item:last-child {
        gap: 0;
    }

    .account-page__sercurity-item:last-child span {
        width: 25%;
    }

    .account-page__sercurity-item:last-child .account-page__sercurity-addpass {
        width: 50%;
    }

    .account-page__sercurity-item:last-child .account-page__sercurity-btn {
        width: 25%;
    }
}

.account-page__sercurity-addpass {
    font-size: 1rem;
    width: 195px;
}

@media screen and (max-width: 640px) {
    .account-page__sercurity-addpass {
        width: 100%;
    }
}

.account-page__sercurity-addpass strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
}

@media screen and (max-width: 834px) {
    .account-page__sercurity-addpass strong {
        font-size: 1.4rem;
    }
}

.account-page__sercurity-btn {
    white-space: nowrap;
    color: #f1742a;
    width: 160px;
    text-align: right;
    background: none;
    outline: 0;
    border: none;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 640px) {
    .account-page__sercurity-btn {
        width: 100%;
        text-align: left;
    }
}

.account-page__sercurity-btn:hover {
    opacity: 0.7;
}

.account-control {
    outline: 0;
    border: none;
    font-size: 1.8rem;
    font-weight: 500;
    color: #f1742a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

@media screen and (max-width: 834px) {
    .account-control {
        font-size: 1.4rem;
    }
}

.account-control:hover {
    opacity: 0.7;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s;
}

.modal-overlay.show {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.modal-dialog {
    width: 90%;
    max-width: 500px;
    margin: 1.75rem auto;
    background: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0.5rem 1rem #00000026;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    background-color: #f8f9fa;
}

.modal-title {
    margin: 0;
    text-align: center;
    width: 100%;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2.5rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    border-top: none;
}

.modal-footer .button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.modal-footer .button-container button {
    flex: 1;
}

.input-with-button {
    display: flex;
    position: relative;
    width: 100%;
}

.input-with-button input {
    flex: 1;
    padding-right: 80px;
}

.btn-resend {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #ff8a00;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    width: auto;
    text-transform: uppercase;
}

.btn-resend:disabled {
    color: #6c757d;
    text-decoration: none;
    cursor: not-allowed;
}

app-navbar {
    max-width: 330px;
    width: 100%;
}

.radio-group {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    padding: 4px 0;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-height: 24px;
}

.radio-label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}

.radio-label input[type="radio"]:checked {
    border-color: #f1742a;
}

.radio-label input[type="radio"]:checked:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f1742a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block;
}

.radio-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
}

.account-field {
    width: 100%
}

.account-field .field-display {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.account-field .field-display p {
    margin: 0;
    padding-right: 10px;
    text-align: start;
}

.account-field .field-edit {
    margin: 10px 0;
    position: relative
}

.account-field .field-edit .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px
}

.account-field .field-edit .edit-actions {
    display: flex;
    gap: 5px;
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    align-items: center
}

.account-field .field-edit .edit-actions .action-wrapper {
    display: inline-block;
    width: 34px;
    height: 34px;
    position: relative
}

.edit-icon {
    background: none;
    border: none;
    color: #f1742a;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px
}

.edit-icon:hover {
    background-color: #007bff1a
}

.icon-btn {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    box-shadow: 0 1px 3px #0000001a;
    transition: all .2s ease;
    position: relative;
    margin: 0
}

.icon-btn i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.icon-btn:active {
    transform: translateY(1px);
    box-shadow: 0 0 1px #0000001a
}

.save-icon {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.save-icon:hover {
    background-color: #218838;
    border-color: #1e7e34
}

.cancel-icon {
    color: #6c757d;
    background-color: transparent;
    border-color: #6c757d
}

.cancel-icon:hover {
    background-color: #6c757d1a
}

.verified-badge {
    color: #728be0;
    margin-left: 5px;
    display: inline-flex;
    align-items: center
}

.verified-badge i {
    font-size: 16px
}

.birth-date-edit .birth-date-fields {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.birth-date-edit .birth-date-fields select {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff
}

.birth-date-edit .birth-date-fields select.birth-day,
.birth-date-edit .birth-date-fields select.birth-month {
    flex: 1
}

.birth-date-edit .birth-date-fields select.birth-year {
    flex: 3.5
}

.birth-date-edit .edit-actions {
    top: 20px
}

textarea.form-control {
    min-height: 80px;
    resize: vertical
}

.field-edit textarea+.edit-actions {
    top: 25px
}


.fade-in {
    animation: _ngcontent-ng-c1119543539_fadeIn .3s ease forwards
}

.fade-out {
    animation: _ngcontent-ng-c1119543539_fadeOut .3s ease forwards
}

@keyframes _ngcontent-ng-c1119543539_fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes _ngcontent-ng-c1119543539_fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

#header .header-nav__menu-item>a .active:before {
    width: 100%;
    left: 0
}

.header-note__account-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 90px
}

.header-note__account-after {
    width: 24px;
    height: 24px;
    background: url(../img/common/arrow-dow.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.header-note__account-show.active {
    display: block !important;
    opacity: 1;
    visibility: visible
}

@media (min-width: 1024px) {
    .header-note__account:hover .header-note__account-show {
        display: block;
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width: 834px) {
    .footer-ct__item ul {
        display: none;
        overflow: hidden;
        height: 0;
        transition: height .3s ease
    }

    .footer-ct__ttl.active:after {
        transform: rotate(-135deg) !important;
        top: 10px !important
    }

    .footer-ct__ttl {
        cursor: pointer
    }
}

.footer-note__company-info {
    margin: 15px 0;
    font-size: .9em;
    line-height: 1.5;
    color: #131212
}

.footer-note__company-info p {
    margin: 3px 0;
}
p.company-name {
    font-size: 18px;
    font-weight: 500;
}

.footer-note--right .company-certification {
    margin-top: 15px;
    text-align: right
}

.footer-note--right .company-certification img {
    max-width: 150px;
    height: auto
}

.status-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    min-width: 100px
}

.status-success {
    background-color: #ecfdf5;
    color: #10b981
}

.status-pending {
    background-color: #fffbeb;
    color: #d97706
}

.status-failed {
    background-color: #fef2f2;
    color: #ef4444
}

.status-canceled {
    background-color: #f3f4f6;
    color: #6b7280
}

.positive {
    color: #10b981;
    font-weight: 600
}

.negative {
    color: #ef4444;
    font-weight: 600
}

.account-page__transaction table {
    width: 100%;
    border-collapse: collapse
}

.account-page__transaction table th,
.account-page__transaction table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap
}

.account-page__transaction table th {
    background-color: #f8fafc;
    position: -webkit-sticky;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    font-weight: 600;
    color: #4a5568
}

.account-page__transaction table tbody tr:hover {
    background-color: #f1f5f9
}

.account-page__transaction table .no-transactions {
    text-align: center;
    padding: 40px 0;
    color: #6b7280;
    font-style: italic
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #fff 30%, #fff0), linear-gradient(to right, #fff0, #fff 70%) 100% 0, linear-gradient(to right, #0003, #0000), linear-gradient(to right, #0000, #0003) 100% 0;
    background-repeat: no-repeat;
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll
}

@media (max-width: 575px) {
    .table-responsive {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 0 15px
    }
}

@media (max-width: 767px) {

    table th,
    table td {
        padding: 10px 12px
    }

    .status-badge {
        padding: 4px 8px;
        min-width: 80px
    }
}

.status-filter {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.status-filter label {
    font-size: 1.8rem;
    margin-right: 10px;
    font-weight: 500;
    color: #4a5568
}

.status-filter select {
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background-color: #fff;
    min-width: 150px;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px
}

.status-filter select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px #3b82f61a
}

@media (max-width: 576px) {
    .status-filter {
        flex-direction: column;
        align-items: flex-start
    }

    .status-filter label {
        margin-bottom: 8px
    }

    .status-filter select {
        width: 100%
    }
}