﻿/* PC */
@media screen and (min-width: 751px) {
    .sp-only {
        display: none;
    }
}

.store-pop {
    font-family: 'Noto Sans JP', sans-serif;
}

.store-pop__read {
    text-align: center;
    background: linear-gradient(to bottom, #6F292B, #271A1E);
    color: #fff;
    padding-bottom: calc(30 / 828 * 100vw);
}

.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__title h1,
.store-pop__title {
    font: 700 27px / 1.6 'Noto Sans JP', sans-serif;
    text-align: center;


}

.store-pop__mv {
    margin: 0 auto 17px;
}

h1 .main {
    font: 700 26px / 1.6 'Noto Sans JP', sans-serif;

}

.txt-small {
    font-size: 20px;
    font-weight: normal;
}

.store-pop__read-inner {
    width: 1200px;
    margin: 40px auto;
    padding: 10px 0;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
    color: #000;


    p {
        font: 600 20px / 1.6 'Noto Sans JP', sans-serif;
    }

    .read-title {
        text-align: center;
        font: 700 20px / 1.6 'Noto Sans JP', sans-serif;
        color: #b50005;
    }
}

.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: 200px auto 0;

    h3 {
        position: relative;
        color: #B02B2C;
        margin-top: 0 !important;
        margin-bottom: 20px;
        z-index: 1;

        span {
            position: relative;
            display: block;
            width: fit-content;
            margin: auto;
            padding: 0 20px;
            background-color: #fff;
            z-index: 1;
            font-size: 47px;
        }

        &::after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            background-color: #B02B2C;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 0;
        }
    }
}

.store-pop__flyer#flyer01 {
    margin-top: 0;
}

.store-pop__flyer img {
    width: 100%;
    height: auto;
}

.store-pop__main {
    background-color: #fff;
    margin: 0 auto 50px;
    width: 1560px;
    padding: 40px 0;
}

.store-pop__h2 {
    text-align: center;
    text-align: center;
    background: linear-gradient(to bottom, #E70C14 0%, #ED7320 50%, #E70C14 100%);
    color: #fff;
    font-size: 24px;
    padding: 8px 0;
}

.pop-navi {
    width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;

    >li {
        position: relative;
        width: 290px;
        border-radius: 10px;
        background-color: #B02B2C;

        &::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 16px;
            margin: auto;
            width: 21px;
            height: 21px;
            background-image: url(/cms/feature/flyer20260826/img/arrow_navi.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }

        >a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            color: #fff;
            font-size: 22px;
            padding: 10px 36px 10px 16px;
        }

        .txt {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 60px;
            line-height: 1.2;
        }
    }
}

.store-pop__main h3 {
    margin-top: 60px;
    font-size: 23px;
}

.store-pop__main h3 .small {
    font-size: 12px;
}

.store-pop__flyer--linkarea h3 {
    line-height: 1.2;
    font-size: 23px;
}

.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: 375px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.store-pop__flyer--link.white a,
.store-pop__flyer--linkarea.white a {
    background-color: #D1A82A;
    color: #fff;

}

.store-pop__flyer--link a::after,
.store-pop__flyer--linkarea a::after {
    position: absolute;
    right: 27px;
    content: '';
    display: inline-block;
    width: 12px;
    height: 17px;
    background-image: url(/cms/feature/flyer20260826/img/arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.store-pop__flyer--linkwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 20px auto 0;

}

.store-pop__flyer--linkwrap li {
    width: 375px;
}

.store-pop__flyer--bnr {
    margin: 60px auto 0;
    max-width: 800px;
}

.store-pop__flyer--bnr img {
    margin-bottom: 0;
}

.store-pop__flyer--bnrlink {
    margin-top: 60px;
    display: block;
}

.store-pop__flyer--topics {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1080px;
    margin: 30px auto;
    flex-wrap: wrap;
    gap: 20px;
}

.store-pop__flyer--topics li {
    width: 45%;

    img {
        margin-bottom: 0;
    }
}

.flyer-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.event-bnr {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 60px auto 0;

    img {
        display: block;
        width: 100%;
    }
}

/* SP */
@media screen and (max-width: 750px) {
    .flyer-text {
        font-size: calc(20 / 828 * 100vw);
        font-weight: bold;
        margin-bottom: calc(20 / 828 * 100vw);
    }

    .event-bnr {
        display: block;
        width: calc(500 / 828 * 100vw);
        max-width: 500px;
        margin:  calc(50 / 828 * 100vw) auto 0;

        img {
            display: block;
            width: 100%;
        }
    }

    .sp-only {
        display: block;
    }

    .store-pop__read-inner {
        width: 100%;
        margin: calc(40 / 828 *100vw) auto calc(40 / 828 *100vw);
        padding: calc(14 / 828 *100vw) 0;
        border: 1px solid #ccc;
        text-align: center;

        p {
            font-size: calc(30 / 828 * 100vw);
        }

        .read-title {
            font-size: calc(30 / 828 * 100vw);
        }

        ul li {
            font-size: calc(18 / 828 * 100vw);
        }
    }

    .store-pop__read-inner p {
        font-size: calc(20 / 828 * 100vw);
        line-height: 1.2;
    }

    .pop-navi {
        width: 100%;
        margin: calc(30 / 828 * 100vw) auto;
        flex-wrap: wrap;
        gap: calc(20 / 828 * 100vw);

        >li {
            width: calc(340 / 828 * 100vw);

            &::after {
                bottom: calc(8 / 828 * 100vw);
                width: calc(20 / 838 * 100vw);
                height: calc(20 / 838 * 100vw);
            }

            >a {
                font-size: calc(22 / 828 * 100vw);
                padding: calc(16 / 828 * 100vw) calc(36 / 828 * 100vw) calc(16 / 828 * 100vw) calc(16 / 828 * 100vw);
            }

            .txt {
                height: calc(60 / 828 * 100vw);
            }
        }
    }

    .store-pop__sec {
        text-align: center;
        width: calc(100% - 40px);
        margin: auto;
        padding: 0 0 calc(50 / 828 * 100vw);
    }

    .store-pop__title {
        font-size: calc(26 / 828 * 100vw);
        margin: auto;
    }

    .store-pop__mv {
        margin: 0 auto calc(17 / 828 * 100vw);
    }

    .txt-small {
        font-size: calc(17 / 828 * 100vw);
    }

    .store-pop__title .main {
        text-wrap: nowrap;
        font-size: calc(18 / 828 * 100vw) !important;
    }

    .store-pop__title .sub {
        font-size: calc(18 / 828 * 100vw) !important;
    }

    .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,
    .store-pop__main h3 {
        margin-top: 40px;
        font-size: calc(23 / 828 * 100vw);
    }

    .store-pop__flyer {
        margin: calc(30 / 828 * 100vw) auto 0;

        h3 {
            position: relative;
            color: #B02B2C;
            margin-top: 0 !important;
            margin-bottom: calc(20 / 828 * 100vw);
            z-index: 1;

            span {
                font-size: calc(30 / 828 * 100vw);
                position: relative;
                display: block;
                width: fit-content;
                margin: auto;
                padding: 0 calc(20 / 828 * 100vw);
                background-color: #fff;
                z-index: 1;
            }

        }
    }

    .store-pop__h2 {
        color: #fff;
        font-size: calc(22 / 828 * 100vw);
        padding: 8px 0;
    }

    .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 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: calc(50 / 828 * 100vw);
        margin: calc(20 / 828 * 100vw) auto 0;

    }

    .store-pop__flyer--linkwrap li {
        width: calc(290 / 828 * 100vw);
        margin-top: 0;

        a {
            padding: calc(15 / 828 * 100vw);
            font-size: calc(15 / 828 * 100vw);
        }
    }

    .store-pop__flyer--link a::after,
    .store-pop__flyer--linkarea a::after {
        right: calc(21 / 828 * 100vw);
        width: calc(12 / 828 * 100vw);
        height: calc(17 / 828 * 100vw);
    }

    .store-pop__flyer--bnr {
        margin: 30px auto;
    }


    .store-pop__flyer--bnrlink {
        margin-top: 30px;
        display: block;
    }

    .store-pop__flyer--topics {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 30px auto;
        flex-wrap: wrap;
        gap: 20px;
    }

    .store-pop__flyer--topics li {
        width: 45%;

        img {
            margin-bottom: 0;
        }
    }


}

.breadcrumb {
    padding: 5px 15px 0;
}

@media screen and (min-width: 751px) {
    .breadcrumb {
        max-width: 1200px;
        width: 100%;
        padding: 0;
    }


}