<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.gamebg {
    position: relative;
    background: url(../images/game/bg_game.jpg) center top no-repeat;
    background-size: 2000px auto;
}
#s2 .box {
    box-shadow: 0.6875rem 0.6875rem 0 0px #FF00FF;
}
#s2 &gt; .contents:after {
    content: "";
    display: block;
    padding-bottom: 36.816%;
}

.ss_set {
    position: relative;
    width: 81.837%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.ss_set img {
    display: block;
    width: 47.576%;
    box-sizing: border-box;
    border: 2px solid #AA0000;
}

/* s2 */

#s2 h2 { position: relative; width: 100%; }

#s2_1 { margin-bottom: 9.375%; }

#s2_2 { margin-bottom: 10.058%; }
#s2_2_pic { position: absolute; width: 15.866%; left: 82.254%; top: 0; margin-top: -2.506%; }

#s2_3 { margin-bottom: 8.886%; }
#s2_3 .box_i { padding-bottom: 3.326% }
#s2_3_pic { position: absolute; width: 12.943%; left: 85.699%; top: 0; margin-top: -2.506%; }

#s2_4 .box_i { padding-bottom: 3.125% }
@media screen and (min-width:2001px) {
    .gamebg {
        background-size: 100% auto;
    }
}
@media screen and (max-width:1023px) {
    .gamebg {
        background-size: 195.3125% auto;
    }
    #s2 .box {
        box-shadow: 1.074vw 1.074vw  0 0 #FF00FF;
    }
}


/* en */
.c_en #s2 &gt; .contents:after {
    padding-bottom: 29.492%;
}

.c_en #s2_2_pic { position: absolute; width: 18.162%; left: 84.968%; top: 0; margin-top: 8.246%; }
.c_en #s2_3_pic { position: absolute; width: 99.895%; left: 1.67%; top: 0; margin-top: -2.193%; }
</pre></body></html>