﻿/* PC */
@media screen and (min-width: 751px) {
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
}

.store-pop {
    font-family: 'Noto Sans JP', sans-serif;
}

.store-pop__read {
    text-align: center;
}

.store-pop__read p {
    font: 600 20px / 1.6 'Noto Sans JP', sans-serif;
}

.store-pop__read h3 {
    text-align: center;
    font: 700 20px / 1.6 'Noto Sans JP', sans-serif;
    color: #b50005;
}

.store-pop__read-inner {
    width: 800px;
    margin: 50px auto 0;
    padding: 10px 0;
    border: 1px solid #ccc;
    text-align: center;
}

.store-pop__sec {
    margin: 0 auto 80px;
    text-align: center;
    width: 1140px;
}

.store-pop__main img,
.store-pop__second img,
.store-pop__third img {
    margin-bottom: 30px;
}

.store-pop__third h2 {
    margin-bottom: 30px;
}

.link-btn {
    display: block;
    width: 360px;
    height: 60px;
    border: 1px solid #333;
    margin: 0 auto;
    border-radius: 6px;
    text-align: center;
    font: 600 15px / 60px 'Noto Sans JP', sans-serif;
}

.store-pop__topics-list {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.store-pop__topics-list img {
    width: 100%;
    display: block;
}

.store-pop__topics-list p {
    margin-top: 10px;
    text-align: left;
}

.store-pop__flyer {
    margin: 60px auto 0;
    max-width: 1080px;
}

.store-pop__flyer img {
    max-width: 1080px;
    width: 100%;
    height: auto;
}

.store-pop__main h3 {
    margin-top: 60px;
    font-size: 24px;
}

.store-pop__flyer--linkarea p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
}

.store-pop__flyer--linkarea p.small {
    font-size: 12px;
    margin-top: 5px;
}

.store-pop__flyer--link a,
.store-pop__flyer--linkarea a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.store-pop__flyer--link a::after,
.store-pop__flyer--linkarea a::after {
    position: absolute;
    right: 15px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/cms/feature/enjoy_gw_flyer/img/arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.store-pop__flyer--link {
    margin-top: 15px;
}

.store-pop__flyer--linkwrap {
    width: 930px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px auto 0;
}

.store-pop__flyer--linkwrap li {
    width: 300px;
}

.store-pop__flyer--bnr {
    margin: 120px auto;
    max-width: 800px;
}

.store-pop__flyer--bnrlink {
    margin-top: 60px;
    display: block;
}

/* SP */
@media screen and (max-width: 750px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .store-pop__read-inner {
        width: calc(100% - 40px);
        margin: 50px auto 0;
        padding: 10px 0;
        border: 1px solid #ccc;
        text-align: center;
    }

    .store-pop__read-inner p {
        font-size: calc(20 / 375 * 100vw);
        line-height: 1.2;
    }

    .store-pop__sec {
        margin: 0 auto 80px;
        text-align: center;
        width: 100%;
        padding: 0 20px;
    }

    .store-pop__topics-list {
        padding: 0 20px;
        overflow-x: scroll;
        align-items: center;
        justify-content: start;
    }

    .store-pop__topics-list li {
        min-width: 300px;
    }

    .store-pop__topics {
        padding: 0;
    }

    .store-pop__flyer--bnr h3,
    .store-pop__flyer--linkarea h3 {
        margin-top: 40px;
        font-size: calc(16 / 375 * 100vw);
    }

    .store-pop__flyer--bnrlink {
        margin-top: 30px;
    }

    .store-pop__flyer--linkarea p {
        margin-top: 15px;
        font-size: 12px;
        font-weight: bold;
    }

    .store-pop__flyer--linkarea p.small {
        font-size: 8px;
        margin-top: 5px;
    }

    .store-pop__flyer--linkwrap {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        gap: calc(10 / 375 * 100vw);
        margin: 30px auto 0;
        width: 100%;
    }

    .store-pop__flyer--linkwrap li {
        width: calc(162.5 / 375 * 100vw);
    }

    .store-pop__flyer--linkwrap a {
        font-size: calc(8 / 375 * 100vw);
    }

    .store-pop__flyer--linkwrap a::after {
        right: calc(2 / 375 * 100vw);
    }

    .store-pop__flyer--bnr {
        margin: 60px auto;
    }
}