:root {
    --main-bg-color: #151010;
    --accent-color: #be1414;
}

html {
}

body {
    background-color: var(--main-bg-color);
    color: white;
    font-size: 18px;
    font-family: "ΰSVbNΜ", "YuGothic", "ΰSVbN", "Yu Gothic", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", "Meiryo", sans-serif;
}

.none {
    display: none;
}

p {
    line-height: 34px;
}

.header {
    position: fixed;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 990;
    transition-duration: .2s;
    pointer-events: none;
}

.header-wrap {
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    z-index: 1;
    padding: 28px 28px 12px;
    background: rgba(0,0,0,.6666666667);
}

.header-nav {
    height: 57px;
    pointer-events: auto;
    cursor: pointer;
    font-size: 24px;
    margin: 0 45px;
}

    .header-nav > span {
        font-family: "Yu Gothic UI";
        line-height: 45px;
    }

    .header-nav:hover {
        color: var(--accent-color);
        font-weight: bold;
    }

.header-logo {
    width: 300px;
    pointer-events: auto;
    cursor: pointer;
}

.header-trigger {
    position: absolute;
    top: 28px;
    right: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
    cursor: pointer;
    z-index: 992;
}

.header-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    padding: 120px 50px;
    text-align: center;
    flex-direction: column;
    z-index: 10;
    pointer-events: auto;
}

    .header-menu.active {
        display: flex;
    }

.menu-logo {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 24px;
    padding: 3.2rem 0 3.2rem 0;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.nav-item {
    width: 100%;
    font-size: 32px;
    position: relative;
    z-index: 500;
    color: #bfbfbf;
}

*.sp {
    display: none;
}

.footer {
    position: relative;
    z-index: 200;
    padding: 100px 0 150px;
    background-color: #171717;
}

.sectionInner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.6rem;
}

.footer-logo {
    margin-bottom: 2.8rem;
}

.footer-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 35px;
}

.snsList {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 45px;
}

.snsList-item {
    width: 24px;
}

    .snsList-item > a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .snsList-item > a > svg {
            width: 100%;
            height: 100%;
            color: white;
            fill: white;
        }

            .snsList-item > a > svg:hover,
            .snsList-item > a > svg:active {
                fill: var(--accent-color);
            }

.footer-flex {
    display: flex;
    justify-content: space-between;
    margin: 120px 0 0 0;
    flex-wrap: wrap;
    font-size: 14px;
}

.entry-area {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding: 18px 11px;
    background: rgba(0,0,0,.6666666667);
    z-index: 300;
    transition: all .3s ease;
}

.entry-area-button {
    position: relative;
    display: block;
    background: var(--accent-color);
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid var(--accent-color);
    border-radius: 3px;
    max-width: 350px;
    /*width: 90%;*/
    width: 100%;
}

    .entry-area-button.locked {
        background: #e0e0e0;
        pointer-events: none;
    }

.entry-area-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.section-title {
    position: relative;
}
/*
    .section-title:before,
    .section-title:after {
        display: inline-block;
        content: '';
        width: 90px;
        height: 40px;
        border-top: solid 2.5px var(--accent-color);
    }

.sectblackle.section-title:before {
    left: 0;
}

.section-title:after {
    right: 0;
}*/



/*««««« no[K[j[ «««««*/
.trigger {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 35px;
    border-radius: 5px;
}

.trigger-bar {
    display: inline-block;
    transition: all .4s; /*Aj[VΜέθ*/
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    width: 100%;
}

    .trigger-bar:nth-child(1) {
        top: 0;
    }

    .trigger-bar:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .trigger-bar:nth-child(3) {
        top: 100%;
        transform: translateY(-100%);
    }

/*activeNXͺt^³κιΖόͺρ]΅Δ~Ι*/

.trigger.active span:nth-of-type(1) {
    top: 18px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.trigger.active span:nth-of-type(2) {
    opacity: 0; /*^ρΜόΝ§ί*/
}

.trigger.active span:nth-of-type(3) {
    top: 30px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}

/*ͺͺͺͺͺ no[K[j[ ͺͺͺͺͺ*/
/*==================================================
@5-2-1 3{όͺ~Ι
===================================*/

.loader {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--main-bg-color);
    z-index: 1000;
    text-align: center;
    animation-delay: -0.16s;
}

.loader-gif,
.loader-gif:before,
.loader-gif:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 5px;
    height: 50px;
}

.loader-gif {
    opacity: 0.6;
    color: #ffffff;
    text-indent: -9999em;
    margin: auto auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader-gif:before,
    .loader-gif:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader-gif:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader-gif:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}


.del {
    text-decoration: line-through;
}


@media (max-width: 1024px) {
    .max1024-show {
        display: none;
    }
}

@media (min-width: 1024px) {
    .max1024-hide {
        display: none;
    }
}


s {
    text-decoration: line-through;
}

b {
    font-weight: bold;
}
