
#competition2025 {
    font-size: 16px;
    line-height: 1.5;
    z-index: 0;
    position: relative;
}

#competition2025 .disp-sp { display: block; }
#competition2025 .disp-tb { display: none; }

    @media screen and (min-width: 500px) {
        #competition2025 .disp-sp { display: none; }
        #competition2025 .disp-tb { display: block; }
    }


        @media screen and (min-width: 769px) {
            #competition2025 {
                font-size: 20px;
                line-height: 1.6;
            }
        }

            @media screen and (min-width: 1000px) {
                #competition2025 {
                    font-size: 24px;
                    line-height: 1.8;
                }
            }


#competition2025 .fv {
    position: fixed;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;
    padding: 80px 0 0;

    background-size: 500px auto;
    background-position: center center;
    background-repeat: repeat;
    background-image: url(../../images/competition/2025results/back-paper.jpg);
}

#competition2025 .fv .fv-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#competition2025 .fv .fv-content {
    position: absolute;
    width: 70%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

#competition2025 .fv .monitor {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
#competition2025 .fv .monitor video {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 62%;

    transform: translate(-50%, -50%);

}
#competition2025 .fv .monitor img {
    position: relative;
    width: 100%;
}

#competition2025 .fv .title {
    position: relative;
    margin: auto;
    width: 100%;
}
#competition2025 .fv .title h1 {
    font-size: 80%;
    line-height: 1.5;
    color: #212121;
    text-align: center;
    padding: 38vw 0 0;
    background-size: 70% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../../images/competition/2025results/competition-titile.svg);
}


    @media screen and (min-width: 500px) {

        #competition2025 .fv {
            width: 100%;
            background-size: 500px auto;
        }

        #competition2025 .fv .title h1 {
            font-size: 100%;
            padding: 250px 0 0;
            background-size: 350px auto;

            padding: 36vw 0 0;
            background-size: 65% auto;

        }


    }

        @media screen and (min-width: 769px) {

            #competition2025 .fv .fv-content {
                width: 75%;
            }
        }

            @media screen and (min-width: 1000px) {

                #competition2025 .fv {
                    background-size: 50% auto;
                }


                #competition2025 .fv .monitor {
                    width: 50%;

                }

                #competition2025 .fv .title {
                    width: 50%;
                }

                #competition2025 .fv .title h1 {
                    padding: 22vw 0 0;
                    background-size: 30vw auto;
                    font-size: 2vw;
                }



            }


                @media screen and (min-width: 1500px) {

                    #competition2025 .fv .title h1 {
                        font-size: 1.5vw;
                    }



                }




#competition2025 .overview-section {
    z-index: 0;
    position: relative;
    width: 100%;
    padding: 70vh 30px 15vw;
    margin: auto;

    opacity: 0;
    transition: opacity 0.5s ease;

}
#competition2025 .overview-section.active { opacity: 1; }

#competition2025 .overview-section .overview-back {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;

    background-size: 600px auto;
    background-position: top center;
    background-repeat: repeat;
    background-image: url(../../images/competition/2025results/overview-back.png);
    background-color: #fff;
}



#competition2025 .overview-section .inner {
    position: relative;
    z-index: 2;
    padding: 4vh 30px 50px;
    background-color: #fff;
}
#competition2025 .overview-section .inner::before {
    content: "";
    position: absolute;
    z-index: 3;
    display: block;
    top: -34px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 16vw;
    background-image: url(../../images/competition/2025results/overview-title.svg);
    background-position: center center;
    background-size: 90% auto;
    background-repeat: no-repeat;
}

#competition2025 .overview-section .title {
    font-size: 100%;
    line-height: 1;
    text-align: center;
}

#competition2025 .overview-section .title span {
    display: inline-block;
    color: #fff;
    background-color: #212121;
    padding: 5px 10px;
}

#competition2025 .overview-section .inner > div {
    font-weight: bold;
    font-size: 110%;
    line-height: 2;
    margin: 30px 0 0;
}



    @media screen and (min-width: 500px) {

        #competition2025 .overview-section {
            padding: 70vh 0 15vw;
        }
        #competition2025 .overview-section .overview-back {
            background-size: 1000px auto;
        }
        #competition2025 .overview-section .inner {
            margin: 0 auto;
            padding: 50px 40px 50px;
            width: 80%;
        }
        #competition2025 .overview-section .inner::before {
            top: -34px;
            width: 460px;
            height: 80px;
            background-size: 460px auto;
        }
    }

        @media screen and (min-width: 769px) {


            #competition2025 .overview-section .inner {
                padding: 50px 50px 50px;
                width: 680px;
            }

        }


            @media screen and (min-width: 1000px) {

                #competition2025 .overview-section {

                    padding: 50vh 0 10vw;
                    background-size: 1200px auto;
                }

                #competition2025 .overview-section .inner::before {
                    top: -45px;
                    width: 660px;
                    height: 110px;
                    background-size: 660px auto;
                }


                #competition2025 .overview-section .inner {
                    padding: 70px 50px 50px;
                    width: 900px;
                }


                #competition2025 .overview-section .title span {
                    padding: 10px 20px;
                }

                #competition2025 .overview-section .inner > div {
                    margin: 50px 0 0;
                }

            }



                @media screen and (min-width: 1400px) {

                    #competition2025 .overview-section {
                        background-size: 1200px auto;
                    }

                    #competition2025 .overview-section::before {
                        height: 600px;
                        background-size: 1200px auto;
                    }
                    #competition2025 .overview-section .inner::before {
                        top: -55px;
                        width: 760px;
                        height: 130px;
                        background-size: 760px auto;
                    }

                    #competition2025 .overview-section .inner {
                        padding: 80px;
                        width: 1100px;
                    }

                }




#competition2025 .selection-section {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 150px 0 0;
    background-color: #fff;
}
#competition2025 .selection-section .wrap {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    padding: 0 60px 0 30px;
}
#competition2025 .selection-section .wrap::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background-image: url(../../images/competition/2025results/selection-bar.svg);
    background-position: center center;
    background-size: 35% auto;
    background-repeat: repeat-y;
    background-color: #212121;
}
#competition2025 .selection-section .wrap::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background-image: url(../../images/competition/2025results/selection-deco01-sp.png);
    background-position: bottom left;
    background-size:auto 100%;
    background-repeat: no-repeat;
}
#competition2025 .selection-section .inner {
    z-index: 1;
    position: relative;
    margin: 0 auto;
}
#competition2025 .selection-section .title {
    font-size: 100%;
    padding: 65px 0 0 0;

    background-image: url(../../images/competition/2025results/selection-title.svg);
    background-position: top left;
    background-size: auto 50px;
    background-repeat: no-repeat;
}

#competition2025 .selection-section .title span {
    font-size: 90%;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background-color: #212121;
    padding: 6px 10px;
}


#competition2025 .selection-section .inner p {
    display: inline-block;
    margin: 30px 0 0;
    padding: 0 0 55vw;
    width: 100%;

    background-image: url(../../images/competition/2025results/selection-image-sp.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#competition2025 .selection-section .inner p span {
    display: inline;
    background-color: #fff;
}
    @media screen and (min-width: 769px) {
        #competition2025 .selection-section .wrap {
            padding: 0;
        }
        #competition2025 .selection-section .wrap::before {
            width: 40px;
        }
        #competition2025 .selection-section .inner {
            width: 670px;
        }
        #competition2025 .selection-section .title {
            padding: 90px 0 0 0;
            background-size: auto 70px;
        }
        #competition2025 .selection-section .title span {
            padding: 10px 15px;
        }
        #competition2025 .selection-section .title::before {
            content: "";
            position: absolute;
            display: block;
            z-index: 0;
            top: 0;
            right: 0;
            width: 180px;
            height: 180px;
            background-image: url(../../images/competition/2025results/selection-title-deco-sp.png);
            background-position: top right;
            background-size: 100% auto;
            background-repeat: no-repeat;
        }
        #competition2025 .selection-section .inner p {
            padding: 0 0 430px;
        }
    }
        @media screen and (min-width: 1200px) {
            #competition2025 .selection-section {
                padding: 200px 0 0;
            }
            #competition2025 .selection-section .wrap::before {
                width: 55px;
                background-size: 30% auto;
            }
            #competition2025 .selection-section .wrap::after {
                background-image: url(../../images/competition/2025results/selection-deco01-pc.png);
                height: 600px;
            }
            #competition2025 .selection-section .inner {
                width: 60%;
                margin: 0 10% 0 20%
            }
            #competition2025 .selection-section .title {
                padding: 110px 0 0 0;

                background-size: auto 85px;
            }
            #competition2025 .selection-section .title::before {
                width: 300px;
                height: 300px;
                right: -100px;
                background-image: url(../../images/competition/2025results/selection-title-deco-pc.png);
            }
            #competition2025 .selection-section .inner p {
                padding: 0 240px 19vw 0;

                background-image: url(../../images/competition/2025results/selection-image-pc.png);
                background-position: bottom center;
                background-size: 100% auto;
                background-repeat: no-repeat;
            }
        }

            @media screen and (min-width: 1400px) {
                #competition2025 .selection-section .title {
                    padding: 130px 0 0 0;
                    background-size: auto 100px;
                }

            }


#competition2025 .ceremony-section {
    position: relative;
    width: 100%;
    padding: 150px 0 0;
    background-color: #fff;
}
#competition2025 .ceremony-section .wrap {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    padding: 0 30px 0 60px;
}
#competition2025 .ceremony-section .wrap::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    background-image: url(../../images/competition/2025results/ceremony-bar.svg);
    background-position: center center;
    background-size: 35% auto;
    background-repeat: repeat-y;
    background-color: #212121;
}
#competition2025 .ceremony-section .wrap::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 360px;
    background-image: url(../../images/competition/2025results/ceremony-deco01-sp.png);
    background-position: bottom right;
    background-size:auto 100%;
    background-repeat: no-repeat;
}
#competition2025 .ceremony-section .inner {
    z-index: 1;
    position: relative;
    margin: 0 auto;
}
#competition2025 .ceremony-section .title {
    font-size: 100%;
    padding: 65px 0 0 0;

    background-image: url(../../images/competition/2025results/ceremony-title.svg);
    background-position: top left;
    background-size: auto 50px;
    background-repeat: no-repeat;
}

#competition2025 .ceremony-section .title span {
    font-size: 90%;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background-color: #212121;
    padding: 6px 10px;
}


#competition2025 .ceremony-section .inner p {
    display: inline-block;
    margin: 30px 0 0;
    padding: 0 0 50vw;
    width: 100%;

    background-image: url(../../images/competition/2025results/ceremony-image-sp.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#competition2025 .ceremony-section .inner p span {
    display: inline;
    background-color: #fff;
}

    @media screen and (min-width: 769px) {
        #competition2025 .ceremony-section .wrap {
            padding: 0;
        }
        #competition2025 .ceremony-section .wrap::before {
            width: 40px;
        }
        #competition2025 .ceremony-section .inner {
            width: 670px;
        }
        #competition2025 .ceremony-section .title {
            padding: 90px 0 0 0;
            background-size: auto 70px;
        }
        #competition2025 .ceremony-section .title span {
            padding: 10px 15px;
        }
        #competition2025 .ceremony-section .title::before {
            content: "";
            position: absolute;
            display: block;
            z-index: 0;
            top: 0;
            right: 0;
            width: 180px;
            height: 180px;
            background-image: url(../../images/competition/2025results/ceremony-title-deco-sp.png);
            background-position: top right;
            background-size: 100% auto;
            background-repeat: no-repeat;
        }
        #competition2025 .ceremony-section .inner p {
            padding: 0 0 400px;
        }
    }
        @media screen and (min-width: 1200px) {
            #competition2025 .ceremony-section {
                padding: 200px 0 0;
            }
            #competition2025 .ceremony-section .wrap::before {
                width: 55px;
                background-size: 30% auto;
            }
            #competition2025 .ceremony-section .wrap::after {
                background-image: url(../../images/competition/2025results/ceremony-deco01-pc.png);
                height: 600px;
            }
            #competition2025 .ceremony-section .inner {
                width: 60%;
                margin: 0 20% 0 20%;
            }
            #competition2025 .ceremony-section .title {
                text-align: right;
                padding: 110px 0 0 0;
                background-size: auto 85px;
                background-position: top right;
            }
            #competition2025 .ceremony-section .title::before {
                background-image: url(../../images/competition/2025results/ceremony-title-deco-pc.png);
                width: 300px;
                height: 300px;
                right: auto;
                left: -100px;
            }
            #competition2025 .ceremony-section .inner p {
                padding: 0 0 24vw 240px;

                background-image: url(../../images/competition/2025results/ceremony-image-pc.png);
                background-position: bottom center;
                background-size: 100% auto;
                background-repeat: no-repeat;
            }
        }
            @media screen and (min-width: 1400px) {
                #competition2025 .ceremony-section .title {
                    padding: 130px 0 0 0;
                    background-size: auto 100px;
                }
            }




#competition2025 .gallery-section {
    position: relative;
    width: 100%;
    padding: 150px 0;
    background-color: #fff;
}
#competition2025 .gallery-section .wrap {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    padding: 0 60px 0 30px;
}
#competition2025 .gallery-section .wrap::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background-image: url(../../images/competition/2025results/gallery-bar.svg);
    background-position: center center;
    background-size: 35% auto;
    background-repeat: repeat-y;
    background-color: #212121;
}
#competition2025 .gallery-section .wrap::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 360px;
    background-image: url(../../images/competition/2025results/gallery-deco01-sp.png);
    background-position: bottom left;
    background-size:auto 100%;
    background-repeat: no-repeat;
}
#competition2025 .gallery-section .inner {
    z-index: 1;
    position: relative;
    margin: 0 auto;
}
#competition2025 .gallery-section .title {
    font-size: 100%;
    padding: 65px 0 0 0;

    background-image: url(../../images/competition/2025results/gallery-title.svg);
    background-position: top left;
    background-size: auto 50px;
    background-repeat: no-repeat;
}

#competition2025 .gallery-section .title span {
    font-size: 90%;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background-color: #212121;
    padding: 6px 10px;
}


#competition2025 .gallery-section .inner p {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
#competition2025 .gallery-section .inner p span {
    display: inline;
    background-color: #fff;
}
#competition2025 .gallery-section .inner .archive2026 {
    margin: 30px 0 0;
}
#competition2025 .gallery-section .inner .archive2026 div {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 48vw;
    background-color: #ddd;
}
    @media screen and (min-width: 769px) {
        #competition2025 .gallery-section .wrap {
            padding: 0;
        }
        #competition2025 .gallery-section .wrap::before {
            width: 40px;
        }
        #competition2025 .gallery-section .inner {
            width: 670px;
        }
        #competition2025 .gallery-section .title {
            padding: 90px 0 0 0;
            background-size: auto 70px;
        }
        #competition2025 .gallery-section .title span {
            padding: 10px 15px;
        }
        #competition2025 .gallery-section .title::before {
            content: "";
            position: absolute;
            display: block;
            z-index: 0;
            top: 0;
            right: 0;
            width: 180px;
            height: 180px;
            background-image: url(../../images/competition/2025results/gallery-title-deco-sp.png);
            background-position: top right;
            background-size: 100% auto;
            background-repeat: no-repeat;
        }
        #competition2025 .gallery-section .inner .archive2026 div {
            width: 670px;
            height: 380px;
        }
    }
        @media screen and (min-width: 1200px) {
            #competition2025 .gallery-section {
                padding: 200px 0;
            }
            #competition2025 .gallery-section .wrap::before {
                width: 55px;
                background-size: 30% auto;
            }
            #competition2025 .gallery-section .wrap::after {
                background-image: url(../../images/competition/2025results/gallery-deco01-pc.png);
                height: 600px;
            }
            #competition2025 .gallery-section .inner {
                width: 60%;
                margin: 0 20% 0 20%;
            }
            #competition2025 .gallery-section .title {
                padding: 110px 0 0 0;

                background-size: auto 85px;
            }
            #competition2025 .gallery-section .title::before {
                background-image: url(../../images/competition/2025results/gallery-title-deco-pc.png);
                width: 300px;
                height: 300px;
                right: -100px;

            }
            #competition2025 .gallery-section .inner p {
                padding: 0 240px 0 0;
            }

            #competition2025 .gallery-section .inner .archive2026 {
                margin: 2vw 0 0;
            }
            #competition2025 .gallery-section .inner .archive2026 div {
                width: 70%;
                height: 24vw;
            }
        }
            @media screen and (min-width: 1400px) {
                #competition2025 .gallery-section .title {
                    padding: 130px 0 0 0;
                    background-size: auto 100px;
                }
            }





#competition2025 .award-section {
    position: relative;

}
#competition2025 .award-section .outset {
    padding: 40px 30px;
    color: #fff;
    background-color: #212121;
}
#competition2025 .award-section .outset .title {
    font-size: 100%;
    text-align: center;
    padding: 55px 0 0;
    background-image: url(../../images/competition/2025results/award-title.svg);
    background-position: top center;
    background-size: 140px auto;
    background-repeat: no-repeat;
}

#competition2025 .award-section .outset p {
    margin: 40px 0 0;
}

#competition2025 .award-section .winners {
    padding: 100px 7vw;

    background-size: 800px auto;
    background-position: center center;
    background-repeat: repeat;
    background-image: url(../../images/competition/2025results/award-back-sp.jpg);
}
#competition2025 .award-section .winners ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#competition2025 .award-section .winners ul li {
    width: 100%;
    padding: 0 0 50px;
    margin: 0 0 100px;
}

#competition2025 .award-section .winners ul li > div {
    position: relative;
    z-index: 0;
    width: 100%;

    background-size: 800px auto;
    background-position: center center;
    background-repeat: repeat;
    background-image: url(../../images/competition/2025results/back-paper.jpg);
}

#competition2025 .award-section .winners ul li > div .award-category {
    text-align: center;
    position: relative;
    font-size: 100%;
    margin: 0 0 10px;

    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
#competition2025 .award-section .winners ul li.grandprize > div .award-category { background-image: url(../../images/competition/2025results/award-grandprize.svg); padding: 60px 0 0; }
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .award-category { background-image: url(../../images/competition/2025results/award-bestprizegameapp.svg); padding: 85px 0 0; }
#competition2025 .award-section .winners ul li.social > div .award-category { background-image: url(../../images/competition/2025results/award-social.svg); padding: 60px 0 0; }
#competition2025 .award-section .winners ul li.future > div .award-category { background-image: url(../../images/competition/2025results/award-future.svg); padding: 100px 0 0; }
#competition2025 .award-section .winners ul li.entertainment > div .award-category { background-image: url(../../images/competition/2025results/award-entertainment.svg); padding: 60px 0 0; }
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .award-category { background-image: url(../../images/competition/2025results/award-entertainmentgameapp.svg); padding: 85px 0 0; }
#competition2025 .award-section .winners ul li.lifestyle > div .award-category { background-image: url(../../images/competition/2025results/award-lifestyle.svg); padding: 100px 0 0; }
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .award-category { background-image: url(../../images/competition/2025results/award-lifestylegameapp.svg); padding: 135px 0 0; }
#competition2025 .award-section .winners ul li.freestyle > div .award-category { background-image: url(../../images/competition/2025results/award-freestyle.svg); padding: 60px 0 0; }
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .award-category { background-image: url(../../images/competition/2025results/award-freestylegameapp.svg); padding: 85px 0 0; }




#competition2025 .award-section .winners ul li > div .work-movie {
    position: relative;
    width: 100%;
    height: 54.5vw;
    margin: 0 0 3px;
}
#competition2025 .award-section .winners ul li > div .work-movie video {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#competition2025 .award-section .winners ul li > div .work-movie::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
#competition2025 .award-section .winners ul li.grandprize > div .work-movie::after,
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .work-movie::after
{ background-image: url(../../images/competition/2025results/award-frame-red.svg); }
#competition2025 .award-section .winners ul li.social > div .work-movie::after,
#competition2025 .award-section .winners ul li.lifestyle > div .work-movie::after,
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .work-movie::after
{ background-image: url(../../images/competition/2025results/award-frame-green.svg); }
#competition2025 .award-section .winners ul li.future > div .work-movie::after,
#competition2025 .award-section .winners ul li.freestyle > div .work-movie::after,
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .work-movie::after
{ background-image: url(../../images/competition/2025results/award-frame-blue.svg); }
#competition2025 .award-section .winners ul li.entertainment > div .work-movie::after,
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .work-movie::after
{ background-image: url(../../images/competition/2025results/award-frame-yellow.svg); }


#competition2025 .award-section .winners ul li > div .work-winner {
    position: relative;
    z-index: 2;
    margin: 20px 0 0;
}
#competition2025 .award-section .winners ul li > div .work-winner::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 20px;
    top: 0;
    left: 0;
    transform: translate(0%, -100%);

    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}
#competition2025 .award-section .winners ul li.grandprize > div .work-winner::before,
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .work-winner::before
{ background-image: url(../../images/competition/2025results/award-name-red.svg); }
#competition2025 .award-section .winners ul li.social > div .work-winner::before,
#competition2025 .award-section .winners ul li.lifestyle > div .work-winner::before,
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .work-winner::before
{ background-image: url(../../images/competition/2025results/award-name-green.svg); }
#competition2025 .award-section .winners ul li.future > div .work-winner::before,
#competition2025 .award-section .winners ul li.freestyle > div .work-winner::before,
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .work-winner::before
{ background-image: url(../../images/competition/2025results/award-name-blue.svg); }
#competition2025 .award-section .winners ul li.entertainment > div .work-winner::before,
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .work-winner::before
{ background-image: url(../../images/competition/2025results/award-name-yellow.svg); }



#competition2025 .award-section .winners ul li > div .work-winner > span {
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 12px 14px 10px;
    margin: 0 0 10px;
    line-height: 1;
}
#competition2025 .award-section .winners ul li.grandprize > div .work-winner > span,
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .work-winner > span
{ background-color: #f52012; }
#competition2025 .award-section .winners ul li.social > div .work-winner > span,
#competition2025 .award-section .winners ul li.lifestyle > div .work-winner > span,
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .work-winner > span
{ background-color: #18b42d; }
#competition2025 .award-section .winners ul li.future > div .work-winner > span,
#competition2025 .award-section .winners ul li.freestyle > div .work-winner > span,
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .work-winner > span
{ background-color: #06a9e5; }
#competition2025 .award-section .winners ul li.entertainment > div .work-winner > span,
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .work-winner > span
{ background-color: #f7db15; color:#000 }


#competition2025 .award-section .winners ul li > div .work-winner > span > span {
    font-size: 80%;
}
#competition2025 .award-section .winners ul li > div .work-winner > span > span.school {
    font-weight: normal;
    font-size: 60%;
}
#competition2025 .award-section .winners ul li > div .work-title {
    position: relative;
    z-index: 2;
    margin: 20px 0 0;
}
#competition2025 .award-section .winners ul li > div .work-title::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 20px;
    top: 0;
    left: 0;
    transform: translate(0%, -100%);

    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}
#competition2025 .award-section .winners ul li.grandprize > div .work-title::before,
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .work-title::before
{ background-image: url(../../images/competition/2025results/award-title-red.svg); }
#competition2025 .award-section .winners ul li.social > div .work-title::before,
#competition2025 .award-section .winners ul li.lifestyle > div .work-title::before,
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .work-title::before
{ background-image: url(../../images/competition/2025results/award-title-green.svg); }
#competition2025 .award-section .winners ul li.future > div .work-title::before,
#competition2025 .award-section .winners ul li.freestyle > div .work-title::before,
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .work-title::before
{ background-image: url(../../images/competition/2025results/award-title-blue.svg); }
#competition2025 .award-section .winners ul li.entertainment > div .work-title::before,
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .work-title::before
{ background-image: url(../../images/competition/2025results/award-title-yellow.svg); }


#competition2025 .award-section .winners ul li > div .work-title > span {
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 8px 14px;
    margin: 0 0 10px;
}
#competition2025 .award-section .winners ul li.grandprize > div .work-title > span,
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .work-title > span
{ background-color: #f52012; }
#competition2025 .award-section .winners ul li.social > div .work-title > span,
#competition2025 .award-section .winners ul li.lifestyle > div .work-title > span,
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .work-title > span
{ background-color: #18b42d; }
#competition2025 .award-section .winners ul li.future > div .work-title > span,
#competition2025 .award-section .winners ul li.freestyle > div .work-title > span,
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .work-title > span
{ background-color: #06a9e5; }
#competition2025 .award-section .winners ul li.entertainment > div .work-title > span,
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .work-title > span
{ background-color: #f7db15; color:#000 }


#competition2025 .award-section .winners ul li > div .work-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    padding: 12px 14px;
    margin: 20px 0 0;
}
#competition2025 .award-section .winners ul li.grandprize > div .work-text,
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .work-text
{ background-color: #f52012; }
#competition2025 .award-section .winners ul li.social > div .work-text,
#competition2025 .award-section .winners ul li.lifestyle > div .work-text,
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .work-text
{ background-color: #18b42d; }
#competition2025 .award-section .winners ul li.future > div .work-text,
#competition2025 .award-section .winners ul li.freestyle > div .work-text,
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .work-text
{ background-color: #06a9e5; }
#competition2025 .award-section .winners ul li.entertainment > div .work-text,
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .work-text
{ background-color: #f7db15; color:#000 }

#competition2025 .award-section .winners ul li > div .work-text::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 55vw;
    height: 55vw;
    top: 0;
    right: 0;
    transform: translate(0%, -100%);

    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;    
}
#competition2025 .award-section .winners ul li.grandprize > div .work-text::before { background-image: url(../../images/competition/2025results/person01.png); }
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .work-text::before { background-image: url(../../images/competition/2025results/person02.png); }
#competition2025 .award-section .winners ul li.social > div .work-text::before { background-image: url(../../images/competition/2025results/person03.png); }
#competition2025 .award-section .winners ul li.future > div .work-text::before { background-image: url(../../images/competition/2025results/person04.png); }
#competition2025 .award-section .winners ul li.entertainment > div .work-text::before { background-image: url(../../images/competition/2025results/person05.png); }
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .work-text::before { background-image: url(../../images/competition/2025results/person06.png); }
#competition2025 .award-section .winners ul li.lifestyle > div .work-text::before { background-image: url(../../images/competition/2025results/person07.png); }
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .work-text::before { background-image: url(../../images/competition/2025results/person-avatar.png); }
#competition2025 .award-section .winners ul li.freestyle > div .work-text::before { background-image: url(../../images/competition/2025results/person-avatar.png); }
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .work-text::before { background-image: url(../../images/competition/2025results/person10.png); }


#competition2025 .award-section .winners ul li > div .work-text::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 20px;
    top: 0;
    left: 0;
    transform: translate(0%, -100%);

    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}
#competition2025 .award-section .winners ul li.grandprize > div .work-text::after,
#competition2025 .award-section .winners ul li.grandprize-gameapp > div .work-text::after
{ background-image: url(../../images/competition/2025results/award-detail-red.svg); }
#competition2025 .award-section .winners ul li.social > div .work-text::after,
#competition2025 .award-section .winners ul li.lifestyle > div .work-text::after,
#competition2025 .award-section .winners ul li.lifestyle-gameapp > div .work-text::after
{ background-image: url(../../images/competition/2025results/award-detail-green.svg); }
#competition2025 .award-section .winners ul li.future > div .work-text::after,
#competition2025 .award-section .winners ul li.freestyle > div .work-text::after,
#competition2025 .award-section .winners ul li.freestyle-gameapp > div .work-text::after
{ background-image: url(../../images/competition/2025results/award-detail-blue.svg); }
#competition2025 .award-section .winners ul li.entertainment > div .work-text::after,
#competition2025 .award-section .winners ul li.entertainment-gameapp > div .work-text::after
{ background-image: url(../../images/competition/2025results/award-detail-yellow.svg); }




    @media screen and (min-width: 500px) {

        #competition2025 .award-section .winners ul li > div .award-category {
            background-size: 80% auto;
            margin: 0 0 15px;
        }

        #competition2025 .award-section .winners ul li.grandprize > div .award-category { padding: 12vw 0 0; }
        #competition2025 .award-section .winners ul li.grandprize-gameapp > div .award-category { padding: 17vw 0 0; }
        #competition2025 .award-section .winners ul li.social > div .award-category { padding: 12vw 0 0; }
        #competition2025 .award-section .winners ul li.future > div .award-category { padding: 21vw 0 0; }
        #competition2025 .award-section .winners ul li.entertainment > div .award-category { padding: 12vw 0 0; }
        #competition2025 .award-section .winners ul li.entertainment-gameapp > div .award-category { padding: 17vw 0 0; }
        #competition2025 .award-section .winners ul li.lifestyle > div .award-category { padding: 21vw 0 0; }
        #competition2025 .award-section .winners ul li.lifestyle-gameapp > div .award-category { padding: 27vw 0 0; }
        #competition2025 .award-section .winners ul li.freestyle > div .award-category { padding: 12vw 0 0; }
        #competition2025 .award-section .winners ul li.freestyle-gameapp > div .award-category { padding: 17vw 0 0; }




        #competition2025 .award-section .winners ul li > div .work-movie {
            height: 53.5vw;
        }


        #competition2025 .award-section .winners ul li > div .work-winner { margin: 25px 0 0; }
        #competition2025 .award-section .winners ul li > div .work-winner::before { height: 25px; }
        #competition2025 .award-section .winners ul li > div .work-winner > span {
            font-size: 140%;
        }

        #competition2025 .award-section .winners ul li > div .work-title { margin: 25px 0 0; }
        #competition2025 .award-section .winners ul li > div .work-title::before { height: 25px; }
        #competition2025 .award-section .winners ul li > div .work-title > span {
            font-size: 140%;
        }


        #competition2025 .award-section .winners ul li > div .work-text { margin: 25px 0 0; }
        #competition2025 .award-section .winners ul li > div .work-text::after { height: 25px; }
    }



        @media screen and (min-width: 769px) {

            #competition2025 .award-section .outset {
                padding: 40px 60px;
            }
            #competition2025 .award-section .outset .title {
                padding: 90px 0 0;
                background-size: 220px auto;
            }



            #competition2025 .award-section .outset p {
                margin: 20px 0 0;
            }

            #competition2025 .award-section .winners {
                background-size: 1000px auto;
            }

            #competition2025 .award-section .winners ul li > div .award-category {
                background-size: 65% auto;
                margin: 0 0 20px;
            }

            #competition2025 .award-section .winners ul li.grandprize > div .award-category { padding: 10vw 0 0; }
            #competition2025 .award-section .winners ul li.grandprize-gameapp > div .award-category { padding: 14vw 0 0; }
            #competition2025 .award-section .winners ul li.social > div .award-category { padding: 10vw 0 0; }
            #competition2025 .award-section .winners ul li.future > div .award-category { padding: 17vw 0 0; }
            #competition2025 .award-section .winners ul li.entertainment > div .award-category { padding: 10vw 0 0; }
            #competition2025 .award-section .winners ul li.entertainment-gameapp > div .award-category { padding: 14vw 0 0; }
            #competition2025 .award-section .winners ul li.lifestyle > div .award-category { padding: 17vw 0 0; }
            #competition2025 .award-section .winners ul li.lifestyle-gameapp > div .award-category { padding: 22vw 0 0; }
            #competition2025 .award-section .winners ul li.freestyle > div .award-category { padding: 10vw 0 0; }
            #competition2025 .award-section .winners ul li.freestyle-gameapp > div .award-category { padding: 14vw 0 0; }

            #competition2025 .award-section .winners ul li > div .work-movie {
                height: 53.5vw;
            }

            #competition2025 .award-section .winners ul li > div .work-winner { margin: 35px 0 0; }
            #competition2025 .award-section .winners ul li > div .work-winner::before { height: 35px; }
            #competition2025 .award-section .winners ul li > div .work-winner > span {
                font-size: 140%;
                padding: 16px 18px;
            }


            #competition2025 .award-section .winners ul li > div .work-title { margin: 35px 0 0; }
            #competition2025 .award-section .winners ul li > div .work-title::before { height: 35px; }
            #competition2025 .award-section .winners ul li > div .work-title > span {
                font-size: 140%;
                padding: 10px 18px;
            }

            #competition2025 .award-section .winners ul li > div .work-text { margin: 35px 0 0; }
            #competition2025 .award-section .winners ul li > div .work-text::after { height: 35px; }
            #competition2025 .award-section .winners ul li > div .work-text {
                font-size: 120%;
                padding: 14px 18px;
            }


        }


            @media screen and (min-width: 1000px) {


                #competition2025 .award-section .winners {
                    padding: 150px 3.5vw;
                    background-size: 1200px auto;
                }
                #competition2025 .award-section .winners ul li {
                    width: 50%;
                    padding: 0 1.5vw;
                }

                #competition2025 .award-section .winners ul li > div {
                    background-size: 1200px auto;
                }

                #competition2025 .award-section .winners ul li > div .award-category {
                    padding: 12vw 0 0; 
                    margin: 0 0 20px;
                }

                #competition2025 .award-section .winners ul li.grandprize > div .award-category { padding: 12vw 0 0; background-position: top 4vw center; }
                #competition2025 .award-section .winners ul li.grandprize-gameapp > div .award-category { padding: 12vw 0 0; background-position: top 3vw center; }
                #competition2025 .award-section .winners ul li.social > div .award-category { padding: 12vw 0 0; background-position: top 4vw center; }
                #competition2025 .award-section .winners ul li.future > div .award-category { padding: 12vw 0 0; background-position: top 2vw center; }
                #competition2025 .award-section .winners ul li.entertainment > div .award-category { padding: 12vw 0 0; background-position: top 4vw center; }
                #competition2025 .award-section .winners ul li.entertainment-gameapp > div .award-category { padding: 12vw 0 0; background-position: top 3vw center; }
                #competition2025 .award-section .winners ul li.lifestyle > div .award-category { padding: 12vw 0 0; background-position: top 2vw center; }
                #competition2025 .award-section .winners ul li.lifestyle-gameapp > div .award-category { padding: 12vw 0 0; background-position: top 0 center; }
                #competition2025 .award-section .winners ul li.freestyle > div .award-category { padding: 12vw 0 0; background-position: top 4vw center; }
                #competition2025 .award-section .winners ul li.freestyle-gameapp > div .award-category { padding: 12vw 0 0; background-position: top 3vw center; }

                #competition2025 .award-section .winners ul li > div .work-movie {
                    height: 27vw;
                }

                #competition2025 .award-section .winners ul li > div .work-winner { margin: 25px 0 0; }
                #competition2025 .award-section .winners ul li > div .work-winner::before { height: 25px; }
                #competition2025 .award-section .winners ul li > div .work-winner > span {
                    font-size: 100%;
                }

                #competition2025 .award-section .winners ul li > div .work-title { margin: 25px 0 0; }
                #competition2025 .award-section .winners ul li > div .work-title::before { height: 25px; }
                #competition2025 .award-section .winners ul li > div .work-title > span {
                    font-size: 100%;
                }

                #competition2025 .award-section .winners ul li > div .work-text { margin: 25px 0 0; }
                #competition2025 .award-section .winners ul li > div .work-text::after { height: 25px; }
                #competition2025 .award-section .winners ul li > div .work-text {
                    font-size: 18px;
                }

                #competition2025 .award-section .winners ul li > div .work-text::before {
                    width: 29vw;
                    height: 29vw;
                }


            }


                @media screen and (min-width: 1200px) {


                    #competition2025 .award-section .outset .title {
                        padding: 90px 0 0;
                        background-size: 240px auto;
                    }
                    #competition2025 .award-section .outset p {
                        margin: 40px 0 0;
                    }
                }


                    @media screen and (min-width: 1600px) {

                        #competition2025 .award-section .winners ul li {
                            width: 33.33%;
                        }


                        #competition2025 .award-section .winners ul li.grandprize > div .award-category { padding: 8vw 0 0; background-position: top 2.5vw center; }
                        #competition2025 .award-section .winners ul li.grandprize-gameapp > div .award-category { padding: 8vw 0 0; background-position: top 2vw center; }
                        #competition2025 .award-section .winners ul li.social > div .award-category { padding: 8vw 0 0; background-position: top 2.5vw center; }
                        #competition2025 .award-section .winners ul li.future > div .award-category { padding: 8vw 0 0; background-position: top 1.5vw center; }
                        #competition2025 .award-section .winners ul li.entertainment > div .award-category { padding: 8vw 0 0; background-position: top 2.5vw center; }
                        #competition2025 .award-section .winners ul li.entertainment-gameapp > div .award-category { padding: 8vw 0 0; background-position: top 2vw center; }
                        #competition2025 .award-section .winners ul li.lifestyle > div .award-category { padding: 8vw 0 0; background-position: top 2vw center; }
                        #competition2025 .award-section .winners ul li.lifestyle-gameapp > div .award-category { padding: 8vw 0 0; background-position: top 0 center; }
                        #competition2025 .award-section .winners ul li.freestyle > div .award-category { padding: 8vw 0 0; background-position: top 2.5vw center; }
                        #competition2025 .award-section .winners ul li.freestyle-gameapp > div .award-category { padding: 8vw 0 0; background-position: top 2vw center; }


                        #competition2025 .award-section .winners ul li > div .work-movie {
                            height: 17.5vw;
                        }


                        #competition2025 .award-section .winners ul li > div .work-text::before {
                            width: 19vw;
                            height: 19vw;
                        }

                    }


                        @media screen and (min-width: 2000px) {
                            #competition2025 .award-section .winners ul {
                                width: 1860px;
                            }
                            #competition2025 .award-section .winners ul li {
                                padding: 0 30px;
                            }

                            #competition2025 .award-section .winners ul li > div .award-category {
                                background-size: 360px auto;
                            }
                            #competition2025 .award-section .winners ul li.grandprize > div .award-category { padding: 155px 0 0; background-position: top 50px center; }
                            #competition2025 .award-section .winners ul li.grandprize-gameapp > div .award-category { padding: 155px 0 0; background-position: top 40px center; }
                            #competition2025 .award-section .winners ul li.social > div .award-category { padding: 155px 0 0; background-position: top 50px center; }
                            #competition2025 .award-section .winners ul li.future > div .award-category { padding: 155px 0 0; background-position: top 32px center; }
                            #competition2025 .award-section .winners ul li.entertainment > div .award-category { padding: 155px 0 0; background-position: top 50px center; }
                            #competition2025 .award-section .winners ul li.entertainment-gameapp > div .award-category { padding: 155px 0 0; background-position: top 40px center; }
                            #competition2025 .award-section .winners ul li.lifestyle > div .award-category { padding: 155px 0 0; background-position: top 32px center; }
                            #competition2025 .award-section .winners ul li.lifestyle-gameapp > div .award-category { padding: 155px 0 0; background-position: top 0 center; }
                            #competition2025 .award-section .winners ul li.freestyle > div .award-category { padding: 155px 0 0; background-position: top 50px center; }
                            #competition2025 .award-section .winners ul li.freestyle-gameapp > div .award-category { padding: 155px 0 0; background-position: top 40px center; }

                            #competition2025 .award-section .winners ul li > div .work-movie {
                                height: 362px;
                            }

                            #competition2025 .award-section .winners ul li > div .work-text::before {
                                width: 360px;
                                height: 360px;
                            }


                        }



.archive2026-modal {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;


    padding: 80px 0 0;

    background-color: rgba(0, 0, 0, 0.5);

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}
.archive2026-modal.active {
    opacity: 1;
    visibility: visible;
}

.archive2026-modal > div {
    position: relative;
    width: 100%;
    height: 100%;
}


.modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;


    background-color: #fff;
    transform: translate(-50%, -50%);
}

.close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: red;
}

.archive2026-modal .movie-wrap {
    position: relative;
    padding: 50px;
    width: 90vw;
    height: 60vw;
}
.archive2026-modal iframe {
    position: relative;
    width: 100%;
    height: 100%;
}

    @media screen and (min-width: 1000px) {

        .archive2026-modal .movie-wrap {
            width: 70vw;
            height: 40vw;
        }


    }




/* スクロールアニメーション：フェードイン */
.sa-f {
    opacity: 0;
    transform: none;
    transition: all 1s ease-out;
}
.sa-f.active {
    opacity: 1;
}

/* スクロールアニメーション：フェードイン＋下から */
.sa-f-b {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out;
}
.sa-f-b.active {
    opacity: 1;
    transform: translateY(0);
}


