.blackfriday2025 .sec-intro {
    margin-bottom: 0;
}

.blackfriday2025 .sec-valentin {
    background: url(https://gigaplus.makeshop.jp/Caffarel2019/img/Black_Friday/bf_main.jpg) repeat-y 0 0 /100%;
}

.blackfriday2025 .sec-bf2025 {
    color: #fff;
    padding: 40px 0;
    position: relative;
}

.blackfriday2025 .sec-bf2025 h2 {
    text-align: center;
    font-size: 3.3rem;
    font-weight: bold;
    /*text-shadow: 7px 3px 3px rgba(255, 255, 255, 0.8);*/
}

.blackfriday2025 .sec-bf2025 .op {
    background: rgba(0, 0, 0, 0.6);
    font-size: 2.1rem;
    max-width: 80%;
    margin: 20px auto 0;
    padding: 20px 5%;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
        "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.blackfriday2025 .sec-bf2025 .tolist {
    border-radius: 100rem;
    width: 60%;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    text-align: center;
    margin: 3rem auto 0;
    /*border: 1px solid #FECF06;
    background: rgba(0, 0, 0, 0.8);*/
    z-index: 2;
}

.blackfriday2025 .sec-bf2025 .tolist span {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
        "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;

    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(#ffffdb),
            to(#a16422));

    background: -webkit-linear-gradient(bottom, #ffffdb, #a16422);

    background: linear-gradient(to top, #ffffdb, #a16422);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.blackfriday2025 .sec-bf2025 .flex {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.blackfriday2025 .sec-bf2025 .flex p {
    text-align: center;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    width: 25%;
    margin: 0 1rem;
    font-size: 1.4rem;
    color: #000;
    padding: 2rem;
    font-weight: bold;
    box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.blackfriday2025 .item-ttl {
    font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.blackfriday2025 .sns-box {
    background: #fff;
    padding-top: 50px;
}

.blackfriday2025 .collection-page .shop-info-box {
    margin-bottom: 0;
}

.sec1 {
    width: 100%;
    display: flex;
    overflow: hidden;
    position: absolute;
    bottom: -15rem;
    z-index: 0;
}

.sec1__title--first,
.sec1__title--second {
    flex-shrink: 0;
    width: auto;
    height: auto;
    display: inline-block;
    text-wrap: nowrap;
    white-space: nowrap;
    font-size: 30rem;
    font-weight: 900;
    padding-left: 20rem;
    color: rgba(255, 255, 255, 0.5);
}

.sec1__title--first {
    animation: anim--first 20s infinite linear 0.1s both;
}

.sec1__title--second {
    animation: anim--second 20s infinite linear 0.1s both;
}

@keyframes anim--first {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes anim--second {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 1200px) {
    .blackfriday2025 {
        width: 100vw !important;
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
        z-index: 10;
    }

    .blackfriday2025 .sec-bf2025 p {
        font-size: 1.8rem !important;
    }

    .blackfriday2025 .sec-valentin {
        padding-top: 0 !important;
    }

    .blackfriday2025 .inner {
        padding: 0 !important;
    }

    .sec-bf2025 .tolist {
        width: 80% !important;
        font-size: 1.7rem !important;
        padding: 0 !important;
    }

    .sec-bf2025 .flex {
        display: block !important;
    }

    .sec-bf2025 .flex p {
        width: 80% !important;
        margin: 3rem auto 0 !important;
    }

    .sec1 {
        bottom: -8rem !important;
    }

    .sec1__title--first,
    .sec1__title--second {
        font-size: 30rem !important;
    }
}