.modal-stores {
    background: #eef0f6;
    display: none;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999
}

.modal-stores img {
    height: auto;
    width: 100%
}

.modal-stores::-webkit-scrollbar {
    display: none
}

.modal-stores .modal-close-btn {
    position: fixed;
    right: 1.5625vw;
    top: 1.5625vw;
    width: 2.34375vw;
    z-index: 10
}

.modal-stores .modal-dialog {
    color: #0b2280;
    -webkit-font-feature-settings: "palt"on, "pwid"on;
    font-feature-settings: "palt"on, "pwid"on;
    left: 50%;
    margin: auto;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 60.41667vw
}

.modal-stores .modal-dialog .modal-stores-head {
    margin: auto;
    padding-top: 6.35417vw;
    position: relative;
    width: 22.13542vw
}

.modal-stores .modal-dialog .modal-stores-sub {
    font-size: 2.08333vw;
    font-weight: 700;
    margin: 2.08333vw 0 3.80208vw;
    position: relative;
    text-align: center
}

.modal-stores .modal-dialog .modal-stores-notice {
    font-size: 1.04167vw;
    padding: 0 1.30208vw;
    position: relative
}

.modal-stores .modal-dialog .modal-stores-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.80208vw;
    position: relative
}

.modal-stores .modal-dialog .modal-stores-list .box {
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    margin: 0 1.30208vw 2.60417vw;
    padding: 2.08333vw 0;
    position: relative;
    text-align: center;
    width: 27.60417vw
}

.modal-stores .modal-dialog .modal-stores-list .box .shop-bnr {
    margin: auto;
    width: 16.92708vw
}

.modal-stores .modal-dialog .modal-stores-list .box .shop-name {
    font-size: 2.04167vw;
    margin: 1.04167vw 0 1.5625vw
}

.modal-stores .modal-dialog .modal-stores-list .box .privilege-img {
    margin: auto;
    width: 80%
}

.modal-stores .modal-dialog .modal-stores-list .box .privilege-name {
    font-size: 1.04167vw;
    margin-top: 1.04167vw
}

.modal-stores .modal-dialog .modal-stores-list .box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5625vw
}

.modal-stores .modal-dialog .modal-stores-list .box .btn-box a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, right top, left top, from(#0eb1f4), to(#113fff));
    background: linear-gradient(270deg, #0eb1f4, #113fff);
    border-radius: 56px;
    color: #fff;
    font-size: 1.04167vw;
    font-weight: 700;
    gap: .10417vw;
    height: 3.125vw;
    margin: 0 0 .52083vw;
    padding: 1.04167vw .26042vw;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 15.20833vw
}

.modal-stores .modal-dialog .modal-stores-list .box .btn-box a .icon {
    font-variation-settings: "FILL"0, "wght"400, "GRAD"0, "opsz"20;
    letter-spacing: .02em;
    line-height: 150%;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.modal-stores .modal-dialog .modal-stores-list .box .btn-box a .icon.material-symbols-outlined {
    font-size: 1.875vw
}

.modal-stores .modal-dialog .modal-stores-list .box .btn-box a .text {
    letter-spacing: -.05em;
    line-height: 150%;
    padding: .15625vw 0.5vw 0;
    text-align: center
}

@media screen and (min-width: 751px) {
    .modal-stores .modal-dialog .modal-stores-list .box .btn-box a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}


@media screen and (max-width: 750px) {
    .modal-stores .modal-close-btn {
        right: 4vw;
        top: 4vw;
        width: 6vw
    }

    .modal-stores .modal-dialog {
        width: 100vw
    }

    .modal-stores .modal-dialog .modal-stores-head {
        padding-top: 16.26667vw;
        width: 56.66667vw
    }

    .modal-stores .modal-dialog .modal-stores-sub {
        font-size: 5.33333vw;
        margin: 5.33333vw 0 9.73333vw
    }

    .modal-stores .modal-dialog .modal-stores-notice {
        font-size: 2.66667vw;
        line-height: 1.5;
        padding: 0 3.33333vw
    }

    .modal-stores .modal-dialog .modal-stores-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 9.73333vw
    }

    .modal-stores .modal-dialog .modal-stores-list .box {
        margin: 0 3.33333vw 6.66667vw !important;
        padding: 5.33333vw 0;
        width: 70.66667vw
    }

    .modal-stores .modal-dialog .modal-stores-list .box .shop-bnr {
        width: 43.33333vw
    }

    .modal-stores .modal-dialog .modal-stores-list .box .shop-name {
        font-size: 3.66667vw;
        margin: 2.66667vw 0 4vw
    }

    .modal-stores .modal-dialog .modal-stores-list .box .privilege-img {
        width: 59.86667vw
    }

    .modal-stores .modal-dialog .modal-stores-list .box .privilege-name {
        font-size: 2.66667vw;
        margin-top: 2.66667vw
    }

    .modal-stores .modal-dialog .modal-stores-list .box .btn-box {
        margin-top: 4vw
    }

    .modal-stores .modal-dialog .modal-stores-list .box .btn-box a {
        font-size: 2.66667vw;
        height: 8vw;
        width: 38.93333vw
    }

    .modal-stores .modal-dialog .modal-stores-list .box .btn-box a .icon.material-symbols-outlined {
        font-size: 4.8vw
    }
}

.select-platform-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 134px 0 31px;
    padding: 0 54px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 1s;
    transition: opacity 0.5s ease-in-out 1s;
}

.select-platform-btn.run {
    opacity: 1;
}

.select-region-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100 / 608 * 100%);
    margin-left: 19px;
}

.select-region-box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 12px;
    height: 6px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMWQzODRhOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iX+OCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIi8+CiAgPGcgaWQ9Il/jgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+CiAgICA8ZyBpZD0iUHJlT3JkZXJOb3dfdGV4dCI+CiAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2IDYgMTIgMCAwIDAgNiA2Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=) left top no-repeat;
    pointer-events: none;
}

.select-region-box select {
    color: #1d384a;
}

.select-region-box select:focus {
    outline: none;
}

.select-region-box .select-region {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 32px;
    border: 1px solid #1d384a;
    font-size: 16px;
    font-weight: bold;
    padding: 0 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-stores-list .box.box-l {
    width: 100%;
}

.modal-stores-list .box.box-l.privilege {
    margin-bottom: 66px;
    width: 100%;
}

.modal-stores-list .box.box-l .privilege-title {
    font-size: 64px;
    font-weight: bold;
    color: #0fadf1;
    margin-top: 30px;
}

.modal-stores-list .box.box-l .privilege-title-sub {
    font-size: 28px;
    font-weight: bold;
    margin: 30px auto;
}

.modal-stores-list .box.box-l .privilege-img {
    width: 536px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 20px;
}

.modal-stores-list .box.box-l .privilege-notice {
    font-size: 12px;
    margin: 30px 0;
}

.modal-stores-list .box.box-l .privilege-orig-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-stores-listt .box.box-l .privilege-orig-box .privilege-orig1,
.modal-stores-list .box.box-l .privilege-orig-box .privilege-orig2 {
    width: 575px;
    position: relative;
}