@charset "utf-8";

*{
    box-sizing: border-box;

    outline: none;

    -webkit-touch-callout: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;

    outline: 0;

    border: 0;

    background: transparent;

    vertical-align: baseline;
}




html{
    -webkit-text-size-adjust: 100%;
}
body{
    width: 100%;

    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

    font-smoothing: antialiased;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
}
ul, ol{
    list-style: none;
}

blockquote, q{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
    content: "";
    content: none;
}
a{
    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none;
    color: inherit;
}
input, select{
    vertical-align: middle;
}
button, [type="button"], [type="reset"], [type="submit"]{
    padding: 0;

    outline: none;

    border: none;

    background-color: transparent;

    line-height: 1.0;
    cursor: pointer;

    appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled]{
    cursor: default;
}

button, input, optgroup, select, textarea{
    margin: 0;
    padding: 0;

    outline: 0;

    border: 0;
    border-radius: 0;

    background: transparent;

    vertical-align: middle;
    text-align: inherit;
    color: inherit;
    font: inherit;

    -webkit-appearance: none;
    appearance: none;
}

img{
    width: 100%;

    vertical-align: bottom;

    line-height: 1.0;
}

.loading{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

    width: 100%;
    height: 100vh;

    background: #910f0f;

    opacity: 1;
    transition: .4s;
    pointer-events: none;
}
.loaded .loading{
    z-index: -999;

    opacity: 0;
}

body{
    position: relative;

    margin: 0;
    padding: 0;
}
main{
    box-sizing: border-box;

    padding: 10vw 0;

    text-align: center;
}
body:before{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: inline-block;

    width: 100%;
    height: 100%;

    background-image: url(/static/gangparade/fanclub/feature/gangparade2026/images/bg_texture_Re6AtiQb.png);
    background-size: contain;

    content: "";

    vertical-align: middle;

    opacity: .5;
    pointer-events: none;

    mix-blend-mode: color-burn;
}
#canvas{
    position: fixed;
    top: 0;
    z-index: 100;
    z-index: -1;
    overflow: hidden;

    min-height: 100%;
    width: 100%;
    height: auto;

    pointer-events: none;
    ;
}
.bgBox{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;

    padding: 0;
    width: 100%;
    height: 100%;

    transition: all .6s;

    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg{
    position: absolute;
    display: flex;
    align-items: center;

    box-sizing: border-box;

    padding: 40px;
    width: 100vw;
    height: 100%;

    opacity: 1;
}
.bg01{
    background: url(/static/gangparade/fanclub/feature/gangparade2026/images/bg_main_pc_Re6AtiQb.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;

    opacity: 1;
}
.frame p{
    position: fixed;

    pointer-events: none;
}
.frame p:nth-child(1){
    top: -4vw;
    z-index: 1;

    width: 100%;
}
.frame p:nth-child(2){
    top: 0;
    left: -7vh;
    z-index: 2;

    width: 22vh;
}
.frame p:nth-child(3){
    top: 0;
    right: -7vh;
    z-index: 2;

    width: 22vh;

    transform: scaleX(-1);
}
.frame p:nth-child(4){
    top: -1%;
    left: -1%;
    z-index: 2;

    width: 20vw;
}
.frame p:nth-child(5){
    top: -1%;
    right: -1%;
    z-index: 2;

    width: 20vw;
}

.character p{
    position: fixed;
    z-index: 1;

    max-width: 200px;
    width: 15vw;

    pointer-events: none;
}
.character p:nth-child(1){
    bottom: 43%;
    left: -30%;

    transform: rotate(30deg);
    animation: 8s anime_01 .1s ease-in-out infinite;
}
.character p:nth-child(2){
    bottom: 5%;
    left: -30%;

    transform: rotate(35deg);
    animation: 8s anime_02 5s ease-in-out infinite;
}
.character p:nth-child(3){
    bottom: -35%;
    left: 15%;

    animation: 8s anime_03 3s ease-in-out infinite;
}
.character p:nth-child(4){
    bottom: -35%;
    left: 30%;

    animation: 8s anime_04 10s ease-in-out infinite;
}
.character p:nth-child(5){
    bottom: -35%;
    left: 45%;

    animation: 8s anime_05 8s ease-in-out infinite;
}
.character p:nth-child(6){
    right: 30%;
    bottom: -35%;

    animation: 8s anime_06 4s ease-in-out infinite;
}
.character p:nth-child(7){
    right: 10%;
    bottom: -35%;

    transform: rotate(-15deg);
    animation: 8s anime_07 2s ease-in-out infinite;
}
.character p:nth-child(8){
    right: -35%;
    bottom: 7%;

    transform: rotate(-15deg);
    animation: 8s anime_08 11s ease-in-out infinite;
}
.character p:nth-child(9){
    right: -35%;
    bottom: 30%;

    transform: rotate(-45deg);
    animation: 8s anime_09 7s ease-in-out infinite;
}
.character p:nth-child(10){
    top: 7%;
    right: -35%;

    transform: rotate(-45deg);
    animation: 8s anime_10 6s ease-in-out infinite;
}
.character p:nth-child(11){
    top: -35%;
    right: 25%;

    transform: rotate(-155deg);
    animation: 8s anime_11 12s ease-in-out infinite;
}

@keyframes anime_01{
    0%{
        left: -30%;
    }
    20%{
        left: -2%;
    }
    50%{
        left: -2%;
    }
    70%{
        left: -30%;
    }
    100%{
        left: -30%;
    }
}

@keyframes anime_02{
    0%{
        left: -30%;
    }
    20%{
        left: 1%;
    }
    50%{
        left: 1%;
    }
    70%{
        left: -30%;
    }
    100%{
        left: -30%;
    }
}

@keyframes anime_03{
    0%{
        bottom: -35%;
    }
    20%{
        bottom: -5%;
    }
    50%{
        bottom: -5%;
    }
    70%{
        bottom: -35%;
    }
    100%{
        bottom: -35%;
    }
}

@keyframes anime_04{
    0%{
        bottom: -35%;
    }
    20%{
        bottom: -10%;
    }
    50%{
        bottom: -10%;
    }
    70%{
        bottom: -35%;
    }
    100%{
        bottom: -35%;
    }
}

@keyframes anime_05{
    0%{
        bottom: -35%;
    }
    20%{
        bottom: -10%;
    }
    50%{
        bottom: -10%;
    }
    70%{
        bottom: -35%;
    }
    100%{
        bottom: -35%;
    }
}

@keyframes anime_06{
    0%{
        bottom: -35%;
    }
    20%{
        bottom: -10%;
    }
    50%{
        bottom: -10%;
    }
    70%{
        bottom: -35%;
    }
    100%{
        bottom: -35%;
    }
}


@keyframes anime_07{
    0%{
        bottom: -35%;
    }
    20%{
        bottom: -10%;
    }
    50%{
        bottom: -10%;
    }
    70%{
        bottom: -35%;
    }
    100%{
        bottom: -35%;
    }
}


@keyframes anime_08{
    0%{
        right: -35%;
    }
    20%{
        right: 5%;
    }
    50%{
        right: 5%;
    }
    70%{
        right: -35%;
    }
    100%{
        right: -35%;
    }
}

@keyframes anime_09{
    0%{
        right: -35%;
    }
    20%{
        right: 1%;
    }
    50%{
        right: 1%;
    }
    70%{
        right: -35%;
    }
    100%{
        right: -35%;
    }
}

@keyframes anime_10{
    0%{
        right: -35%;
    }
    20%{
        right: 5%;
    }
    50%{
        right: 5%;
    }
    70%{
        right: -35%;
    }
    100%{
        right: -35%;
    }
}

@keyframes anime_11{
    0%{
        top: -35%;
    }
    20%{
        top: -10%;
    }
    50%{
        top: -10%;
    }
    70%{
        top: -35%;
    }
    100%{
        top: -35%;
    }
}

.kv{
    margin: 320px auto 0;
    width: 70%;
}

.container{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;

    margin: auto;
    max-width: 1400px;
    width: 90%;
}
section{
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;

    margin: 0 0 80px 0;
    padding: 8vw 0;
    min-height: 29vw;
    width: 48%;

    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 4vw;
    font-family: "ab-doramin", sans-serif;
}
section.main{
    margin: 0 auto 80px;
    width: 100%;
}
section:before{
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;

    width: 100%;
    height: 5vw;

    background-image: url(/static/gangparade/fanclub/feature/gangparade2026/images/ph_timer_Re6AtiQb.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    content: "";

    vertical-align: middle;

    transform: translate(-50%, 0);
    pointer-events: none;
}
section:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;

    width: 100%;
    height: 5vw;

    background-image: url(/static/gangparade/fanclub/feature/gangparade2026/images/ph_timer_Re6AtiQb.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    content: "";

    vertical-align: middle;

    transform: translate(-50%, 0);
    pointer-events: none;
}
section .tit{
    margin: 0 0 2vw 0;
    width: 100%;

    font-size: 50%;

    line-height: 1.5;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));

    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
}

section .cdt{
    width: 100%;

    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));

    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
}

section .cdt_colon{
    font-size: 50%;
}



.btn a{
    display: block;

    margin: 2vw auto 0;
    padding: 10px 20px;
    max-width: 300px;
    width: 100%;

    border-radius: 999px;

    background: #e9c259;

    color: #910d14;
    font-weight: bold;
    font-size: 14px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
    transition: .4s;

    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
}

.is-finished .btn{
    display: block;
}
.is-finished .cdt{
    display: none;
}

footer{
    position: relative;
    z-index: 0;

    padding: 20px;

    text-align: center;
    color: #fff;
    font-size: 12px;
}

@media screen and (min-width: 960px){
    .btn a:hover{
        transform: translate(5px, 5px);
    }
}


@media screen and (max-width: 960px){
    main{
        box-sizing: border-box;

        padding: 10vw 0 20vw;

        text-align: center;
    }
    .container{
    }
    section{
        position: relative;

        margin: 0 0 20px 0;
        padding: 10vw 0;
        min-height: 35vw;

        font-size: 4.5vw;
    }
    section.main{
        margin: 0 auto 20px;
    }
    section .tit{
        margin: 0 0 3vw 0;

        font-size: 85%;
    }
    section:before, section:after{
        height: 7vw;
    }

    .kv{
        margin: 100px auto 0;
        width: 90%;
    }

    .frame p:nth-child(1){
        top: 0;

        width: 100%;
    }
    .frame p:nth-child(2){
        top: -5vh;
        left: -17vh;

        transform: rotate(5deg);
    }
    .frame p:nth-child(3){
        top: -5vh;
        right: -17vh;

        transform: scaleX(-1) rotate(5deg);
    }

    .character p{
        max-width: 150px;
        width: 24vw;
    }

    .character p:nth-child(1){
        bottom: 56%;
        left: -35%;
    }
    .character p:nth-child(2){
        bottom: 36%;
        left: -35%;
    }
    .character p:nth-child(3){
        bottom: 15%;
        left: 9%;

        transform: rotate(25deg);
    }
    .character p:nth-child(4){
        bottom: -35%;
        left: 6%;
    }
    .character p:nth-child(5){
        bottom: -35%;
        left: 39%;
    }
    .character p:nth-child(6){
        right: 23%;
        bottom: -35%;
    }
    .character p:nth-child(7){
        right: 6%;
        bottom: -35%;
    }
    .character p:nth-child(8){
        right: -35%;
        bottom: 7%;
    }
    .character p:nth-child(9){
        right: -35%;
        bottom: 30%;
    }
    .character p:nth-child(10){
        top: 15%;
        right: -35%;
    }
    .character p:nth-child(11){
        top: -35%;
        right: 25%;
    }

    @keyframes anime_01{
        0%{
            left: -35%;
        }
        20%{
            left: -5%;
        }
        50%{
            left: -5%;
        }
        70%{
            left: -35%;
        }
        100%{
            left: -35%;
        }
    }

    @keyframes anime_02{
        0%{
            left: -35%;
        }
        20%{
            left: -7%;
        }
        50%{
            left: -7%;
        }
        70%{
            left: -35%;
        }
        100%{
            left: -35%;
        }
    }

    @keyframes anime_03{
        0%{
            left: -35%;
        }
        20%{
            left: -5%;
        }
        50%{
            left: -5%;
        }
        70%{
            left: -35%;
        }
        100%{
            left: -35%;
        }
    }

    @keyframes anime_04{
        0%{
            bottom: -35%;
        }
        20%{
            bottom: -2%;
        }
        50%{
            bottom: -2%;
        }
        70%{
            bottom: -35%;
        }
        100%{
            bottom: -35%;
        }
    }

    @keyframes anime_05{
        0%{
            bottom: -35%;
        }
        20%{
            bottom: -2%;
        }
        50%{
            bottom: -2%;
        }
        70%{
            bottom: -35%;
        }
        100%{
            bottom: -35%;
        }
    }

    @keyframes anime_06{
        0%{
            bottom: -35%;
        }
        20%{
            bottom: -8%;
        }
        50%{
            bottom: -8%;
        }
        70%{
            bottom: -35%;
        }
        100%{
            bottom: -35%;
        }
    }


    @keyframes anime_07{
        0%{
            bottom: -35%;
        }
        20%{
            bottom: -5%;
        }
        50%{
            bottom: -5%;
        }
        70%{
            bottom: -35%;
        }
        100%{
            bottom: -35%;
        }
    }


    @keyframes anime_08{
        0%{
            right: -35%;
        }
        20%{
            right: -3%;
        }
        50%{
            right: -3%;
        }
        70%{
            right: -35%;
        }
        100%{
            right: -35%;
        }
    }

    @keyframes anime_09{
        0%{
            right: -35%;
        }
        20%{
            right: 1%;
        }
        50%{
            right: 1%;
        }
        70%{
            right: -35%;
        }
        100%{
            right: -35%;
        }
    }

    @keyframes anime_10{
        0%{
            right: -35%;
        }
        20%{
            right: 1%;
        }
        50%{
            right: 1%;
        }
        70%{
            right: -35%;
        }
        100%{
            right: -35%;
        }
    }

    @keyframes anime_11{
        0%{
            top: -35%;
        }
        20%{
            top: -5%;
        }
        50%{
            top: -5%;
        }
        70%{
            top: -35%;
        }
        100%{
            top: -35%;
        }
    }
}

