#header .contents li.game a {
    color: #ff74b8;
}

/* GAME */
.wrap .title-h2 {
    margin: 0;
}

.wrap .game-sort {
    width: 1200px;
    margin: 40px auto 20px;
}

.wrap .game-sort ul.device {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap .game-sort ul.device li {
    width: 140px;
    height: 105px;
    position: relative;
    margin: 0 10px 20px 0;
}

.wrap .game-sort ul.device li a {
    display: block;
    width: 138px;
    height: 33px;
    margin-top: 11px;
    padding-top: 59px;
    border-radius: 5px;
    border: 1px solid #acacbf;
    color: #acacbf;
    text-align: center;
    font-size: 1.2rem;
    background-color: #ffffff;
    cursor: pointer;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.wrap .game-sort ul.device li .bg {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 100%;
    height: 94px;
    background-repeat: no-repeat;
    z-index: -1;
}

.wrap .game-sort ul.device li.device-01 {
    width: 167px;
}

.wrap .game-sort ul.device li.device-01 a {
    width: 165px;
    background-image: url(../../assets/img/game/logo_device-01.png);
    background-size: 87px auto;
    background-position: center 17px;
}

.wrap .game-sort ul.device li.device-01 .bg {
    background-image: url(../../assets/img/game/logo_device-01_on.png);
    background-size: 87px auto;
    background-position: center 17px;
}

.wrap .game-sort ul.device li.device-02 a {
    background-image: url(../../assets/img/game/logo_device-02.png);
    background-size: 68px auto, 0 auto;
    background-position: center 17px;
}

.wrap .game-sort ul.device li.device-02 a .bg {
    background-image: url(../../assets/img/game/logo_device-02_on.png);
    background-size: 68px auto, 0 auto;
    background-position: center 17px;
}

.wrap .game-sort ul.device li.device-03 a {
    background-image: url(../../assets/img/game/logo_device-03.png);
    background-size: 70px auto;
    background-position: center 18px;
}

.wrap .game-sort ul.device li.device-03 a .bg {
    background-image: url(../../assets/img/game/logo_device-03_on.png);
    background-size: 70px auto;
    background-position: center 18px;
}

.wrap .game-sort ul.device li.active a {
    height: 33px;
    margin-top: 0;
    padding-top: 70px;
    color: #ffffff;
    background-color: #acacbf;
}

.wrap .game-sort ul.device li .bg {
    background-image: none !important;
}

.wrap .game-sort ul.device li.device-01.active a {
    background-image: url(../../assets/img/game/logo_device-01_on.png);
    background-size: 112px auto;
    background-position: center 17px;
}

.wrap .game-sort ul.device li.device-02.active a {
    background-image: url(../../assets/img/game/logo_device-02_on.png);
    background-size: 95px auto;
    background-position: center 17px;
}

.wrap .game-sort ul.device li.device-03.active a {
    background-image: url(../../assets/img/game/logo_device-03_on.png);
    background-size: 98px auto;
    background-position: center 18px;
}

.wrap .game-contents {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.wrap .game-contents ul.list-format.one-rows li .tag {
    margin-bottom: 6px;
}

.wrap .game-contents ul.list-format.one-rows li .text-area dl.text dd {
    padding: 10px 0 10px 85px;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area {
    height: 50px;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download {
    height: 50px;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p {
    display: inline-block;
    margin-right: 10px;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 136px;
    height: 50px;
    background-image: url(../../assets/img/share/btn_store_apple.png);
    background-size: auto 50px;
    background-repeat: no-repeat;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.google-play {
    width: 169px;
    background-image: url(../../assets/img/share/btn_store_google.png);
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.enza {
    width: 143px;
    background-image: url(../../assets/img/share/btn_enza.png);
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.ps-store, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.steam, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.xbox, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.mobage, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.andapp {
    position: relative;
    text-indent: 0;
    white-space: normal;
    width: auto;
    height: 50px;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 50px;
    padding: 0 32px;
    border-radius: 30px;
    color: #ffffff;
    background: none;
    background-color: #0070d1;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.steam {
    background-color: #000000;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.xbox {
    background-color: #107b10;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.mobage {
    background-color: #194288;
    font-size: 12px;
    padding: 0 26px;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.andapp {
    background-color: #549ae0;
    font-size: 12px;
    padding: 0 26px;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.ps-store::after, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.steam::after, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.xbox::after, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.mobage::after, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.andapp::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.969%22%20height%3D%2286%22%20viewBox%3D%220%200%2049.969%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ffffff%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left.svg%22%20class%3D%22cls-1%22%20d%3D%22M47.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L3.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C47.593%2C13.984Z%22%20transform%3D%22translate(-0.031)%22%2F%3E%3C%2Fsvg%3E");
    transform: rotateZ(180deg);
    width: 6px;
    height: 50px;
    right: 15px;
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .2s ease;
}

.wrap .game-contents ul.list-format.one-rows li .ft-area .btn_official {
    right: 0;
    bottom: 0;
}

.wrap .game-contents .trademark {
    font-size: 1.2rem;
    margin: 0 0 20px;
}

.wrap .game-contents .trademark p {
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .wrap ul.device li:hover.active a {
        text-decoration: none;
    }

    .wrap ul.device li:hover:not(.active) a {
        height: 33px;
        margin-top: 0;
        padding-top: 70px;
        color: #ffffff;
        text-decoration: none;
    }

    .wrap ul.device li:hover:not(.active) .bg {
        top: 0;
        height: 100%;
        background-image: none !important;
    }

    .wrap ul.device li:hover:not(.active).device-01 a {
        background-image: url(../../assets/img/game/logo_device-01_on.png);
        background-color: #acacbf;
        background-size: 112px auto;
        background-position: center 17px;
    }

    .wrap ul.device li:hover:not(.active).device-02 a {
        background-image: url(../../assets/img/game/logo_device-02_on.png);
        background-color: #acacbf;
        background-size: 95px auto;
        background-position: center 17px;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.app-store:hover, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.google-play:hover, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.enza:hover {
        opacity: 0.8;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a:hover {
        text-decoration: none;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.ps-store:hover {
        color: #0070d1;
        background-color: #ddefff;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.ps-store:hover::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.969%22%20height%3D%2286%22%20viewBox%3D%220%200%2049.969%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%230070d1%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left.svg%22%20class%3D%22cls-1%22%20d%3D%22M47.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L3.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C47.593%2C13.984Z%22%20transform%3D%22translate(-0.031)%22%2F%3E%3C%2Fsvg%3E");
        right: 12px;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.steam:hover {
        color: #000000;
        background-color: #dadae5;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.steam:hover::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.969%22%20height%3D%2286%22%20viewBox%3D%220%200%2049.969%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23000000%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left.svg%22%20class%3D%22cls-1%22%20d%3D%22M47.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L3.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C47.593%2C13.984Z%22%20transform%3D%22translate(-0.031)%22%2F%3E%3C%2Fsvg%3E");
        right: 12px;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.xbox:hover {
        color: #107b10;
        background-color: #ceeace;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.xbox:hover::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.969%22%20height%3D%2286%22%20viewBox%3D%220%200%2049.969%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23107b10%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left.svg%22%20class%3D%22cls-1%22%20d%3D%22M47.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L3.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C47.593%2C13.984Z%22%20transform%3D%22translate(-0.031)%22%2F%3E%3C%2Fsvg%3E");
        right: 12px;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.mobage:hover {
        color: #194288;
        background-color: #e1eaf9;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.mobage:hover::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.969%22%20height%3D%2286%22%20viewBox%3D%220%200%2049.969%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23194288%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left.svg%22%20class%3D%22cls-1%22%20d%3D%22M47.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L3.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C47.593%2C13.984Z%22%20transform%3D%22translate(-0.031)%22%2F%3E%3C%2Fsvg%3E");
        right: 12px;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.andapp:hover {
        color: #549ae0;
        background-color: #e0efff;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.andapp:hover::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.969%22%20height%3D%2286%22%20viewBox%3D%220%200%2049.969%2086%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23549ae0%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22arrow_left.svg%22%20class%3D%22cls-1%22%20d%3D%22M47.593%2C13.984l-23.375%2C23.2a8.159%2C8.159%2C0%2C0%2C0%2C0%2C11.6l23.375%2C23.2a8.158%2C8.158%2C0%2C0%2C1%2C0%2C11.6h0a8.308%2C8.308%2C0%2C0%2C1-11.687%2C0l-29.218-29L3.57%2C51.488a11.965%2C11.965%2C0%2C0%2C1%2C0-17.011l3.117-3.094%2C29.218-29a8.309%2C8.309%2C0%2C0%2C1%2C11.687%2C0h0A8.158%2C8.158%2C0%2C0%2C1%2C47.593%2C13.984Z%22%20transform%3D%22translate(-0.031)%22%2F%3E%3C%2Fsvg%3E");
        right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .wrap .game-sort {
        width: 91.92vw;
        margin: 6.52vw auto;
    }

    .wrap .game-sort ul.device li {
        width: auto;
        height: 20.86vw;
        margin: 0;
    }

    .wrap .game-sort ul.device li + li {
        margin-left: 2.6vw;
    }

    .wrap .game-sort ul.device li a {
        display: block;
        margin-top: 2.6vw;
        padding-top: 12.9vw;
        width: 25.55vw;
        height: 5.08vw;
        font-size: 2.34vw;
        border-width: 0.26vw;
        border-radius: 1.3vw;
    }

    .wrap .game-sort ul.device li .bg {
        display: none;
    }

    .wrap .game-sort ul.device li.device-01 {
        width: 34.42vw;
    }

    .wrap .game-sort ul.device li.device-01 a {
        width: 33.89vw;
        background-size: 16.36vw auto;
        background-position: center 3.52vw;
    }

    .wrap .game-sort ul.device li.device-02 a {
        background-size: 14.08vw auto;
        background-position: center 3.52vw;
    }

    .wrap .game-sort ul.device li.active a {
        height: 5.34vw;
        padding-top: 15.25vw;
    }

    .wrap .game-sort ul.device li.device-01.active a {
        background-size: 22.42vw auto;
        background-position: center 3.52vw;
    }

    .wrap .game-sort ul.device li.device-02.active a {
        background-size: 18.25vw auto;
        background-position: center 3.52vw;
    }

    .wrap .game-contents {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 6.51vw;
    }

    .wrap .game-contents ul.list-format.one-rows li .thumb {
        height: 40vw;
        overflow: hidden;
        border-radius: 1.04vw;
        border: 0.26vw solid #dadae5;
        margin-bottom: 1.3vw;
    }

    .wrap .game-contents ul.list-format.one-rows li .thumb p {
        top: 50%;
        left: 50%;
        margin: 0;
        padding: 0;
        transform: translateY(-49%) translateX(-50%) scale(1.0035);
    }

    .wrap .game-contents ul.list-format.one-rows li .thumb p img {
        width: 100%;
        min-width: 100%;
        border: none;
    }

    .wrap .game-contents ul.list-format.one-rows li .text-area .tag {
        margin-top: 2.6vw;
        margin-bottom: 0;
    }

    .wrap .game-contents ul.list-format.one-rows li .text-area h3 {
        margin-top: 2.6vw;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area {
        width: 84.09vw;
        height: auto;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download {
        width: 83.98vw;
        height: auto;
        text-align: left;
        margin: 1.04vw 0 0 0;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p {
        margin: 0 2.73vw 2.73vw 0;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a {
        width: 35.46vw;
        height: 13vw;
        background-size: auto 13vw;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.google-play {
        width: 44.06vw;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.enza {
        width: 37.28vw;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.ps-store, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.steam, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.xbox, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.mobage, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.andapp {
        position: relative;
        text-indent: 0;
        white-space: normal;
        width: 83.98vw;
        height: 13vw;
        font-size: 3.65vw;
        line-height: 13vw;
        text-align: center;
        padding: 0;
        margin-right: 0;
        margin-bottom: 1.17vw;
        border-radius: 6.52vw;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.mobage, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.andapp {
        width: 40.41vw;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.ps-store::after, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.steam::after, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.xbox::after, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.mobage::after, .wrap .game-contents ul.list-format.one-rows li .ft-area .download p a.andapp::after {
        width: 1.56vw;
        height: 13vw;
        right: 3.65vw;
        background-size: 1.56vw auto;
    }

    .wrap .game-contents ul.list-format.one-rows li .ft-area .download p:nth-of-type(odd) + p {
        margin-right: 0;
    }

    .wrap .game-contents #device-01 .btn_official {
        margin-top: 2.47vw;
    }

    .wrap .game-contents #device-02 .btn_official {
        margin-top: 1.3vw;
    }

    .wrap .game-contents .trademark {
        font-size: 3.1vw;
        width: 91.78vw;
        margin: 0 auto 6.5vw;
    }
}
