@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;
    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;
}

img{
    width: 100%;

    vertical-align: bottom;

    line-height: 1;
}

.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;
}
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{
    margin: auto;
    max-width: 1400px;
    width: 80%;
}
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;
}

/* 投票フロント */
.container.vote_front{
    color: #e9c259;
}

.tit_vote h1{
    text-align: center;
    color: #e9c259;
    font-weight: 900;
}

.vote_intro{
    margin: 20px 0;
}

.vote_schedule{
    text-align: center;
}

.vote_scheduletit{
    text-align: center;
    font-weight: 900;
    font-size: 130%;
}

.vote_schedule .schedule_tit{
    margin-top: 1em;

    font-size: 90%;

    line-height: 2em;
}

.vote_schedule .schedule_txt{
    font-size: 110%;
    font-family: "ab-doramin", sans-serif;
}

.vote_attention{
    margin: 50px 0;
    padding: 15px;

    background: #e9c25978;

    color: #fff;
}

.vote_attention .attention_tit{
    margin-bottom: 1em;

    text-align: center;
    font-weight: 900;
    font-size: 110%;
}

.vote_attention .attention_txt{
    font-size: 80%;

    line-height: 2em;
}

.vote_btn{
    margin: 6em 0;

    text-align: center;
}

.vote_btn p a{
    display: block;

    padding: 15px 0;

    border-radius: 100px;

    background: #e9c259d4;

    color: #910d14;
    font-weight: 900;
    font-size: 150%;
}

.vote_result, .vote_release{
    text-align: center;
}

.result_tit, .release_tit, .playlist_tit{
    margin: 0 auto 20px;
    width: 90%;

    font-size: 130%;
    font-family: "ab-doramin", sans-serif;
}

.result_txt{
    margin: 0 auto;
    width: 80%;
}

.vote_result dl div{
    display: flex;
}

.vote_result dl dt{
    width: 20%;

    font-family: "ab-doramin", sans-serif;
}

.vote_release .release_txt{
    font-size: 90%;

    line-height: 2em;
}

.vote_release .release_txt .release_info{
    margin-bottom: 10px;
}

.vote_release .release_txt .album_title{
    margin: 30px 0;

    font-weight: bold;
    font-size: 170%;
}

.vote_release .release_txt .disc_info{
    font-size: 80%;

    line-height: 1.7em;
}

.vote_release .release_txt .release_disc{
    margin: 40px 0 0;

    font-weight: 900;
    font-size: 100%;
}

.vote_release .release_txt .release_disc span{
    font-size: 70%;
}

.vote_release .release_txt ul.disc_track{
    display: inline-block;

    text-align: left;
}

.vote_release .release_txt .release_attention{
    margin-top: 40px;

    font-size: 80%;
}

.vote_playlist .playlist_tit{
    text-align: center;
}

.vote_playlist .playlist_txt{
    display: flex;
    justify-content: space-between;

    margin: 40px auto;
}

.vote_playlist .playlist_txt .playlist_img{
    width: 30%;
}

.vote_playlist .playlist_txt .playlist_img .member_name{
    margin-bottom: 20px;

    text-align: center;
    font-size: 140%;
    font-family: "ab-doramin", sans-serif;
}

.vote_playlist .playlist_txt .playlist_track{
    width: 65%;
}

.vote_playlist .playlist_txt .playlist_track p{
    margin-bottom: 20px;
}

.vote_playlist .playlist_txt .playlist_track span{
    font-weight: bold;

    line-height: 2.5em;
}

.btn_play{
    margin-top: 20px;

    text-align: center;
}

.btn_play a{
    display: block;

    padding: 15px 0;

    border-radius: 100px;

    background: #e9c259d4;

    color: #910d14;
    font-weight: 900;
    font-size: 150%;
}

.btn_play a::after{
    position: absolute;
    left: 14%;

    margin: auto;
    width: 0;
    height: 0;

    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 25px solid #910d14;

    content: "";

    transform: translate(-50%, 20%);
}



.jkt_songs{
    margin: 0 auto;
    width: 80%;
}

@media screen and (min-width: 960px){
    main{
        padding: 15vw 0;
    }
    section{
        padding: 6vw 0;
        min-height: 0;

        font-size: 1vw;
    }

    .vote_intro{
        margin: 20px auto;
        width: 60%;
    }

    .vote_attention{
        margin: 50px auto;
        padding: 20px 40px;
        width: 70%;
    }

    .attention_txt li{
        margin-top: .5em;
    }

    .vote_btn{
        margin: 6em auto;
        width: 50%;
    }

    .vote_result, .vote_release{
        margin: 0 auto;
        width: 60%;
    }

    .vote_playlist .playlist_txt{
        width: 80%;
    }
}


@media screen and (max-width: 960px){
    .tit_vote h1 span{
        font-size: 60%;
    }

    .vote_intro{
        font-size: 90%;
    }

    .vote_playlist .playlist_txt{
        display: block;
    }


    .vote_playlist .playlist_txt .playlist_img{
        margin: 0 auto;
        margin-bottom: 10px;
        width: 90%;
    }

    .vote_playlist .playlist_txt .playlist_img .member_name{
        font-size: 120%;
    }

    .vote_playlist .playlist_txt .playlist_track{
        width: 100%;
    }

    .vote_release .release_txt ul.disc_track{
        font-size: 95%;
    }

    .vote_playlist .playlist_txt .playlist_track p{
        text-align: center;
        font-size: 95%;
    }

    .btn_play a{
        margin: 0 auto;
        padding: 13px 0;
        width: 80%;

        font-size: 130%;
    }

    .btn_play a::after{
        left: 27%;

        transform: translate(-50%, 10%);
    }
}

@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: 30vw 0 20vw;
    }
    .container{
    }
    section{
        position: relative;

        margin: 0 0 20px 0;
        padding: 10vw 0;
        min-height: 35vw;

        font-size: 4.5vw;
    }
    section.main{
        margin: 0 auto 60px;
    }
    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%;
        }
    }
}
