/*ブラックフライデー2025*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;

}

/* 全体 */
/*買い物ボタン*/

.btn_style {
    background: #ffffff;
    letter-spacing: 0.15em;
    border: 1px solid #444;
    box-sizing: border-box;
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
    text-align: center;
    width: 100%;
    height: 45px;
}


.btn_style.off {
    background: #898989;
    border: 1px solid #898989;
}

.btn_style:not(.off):hover {
    background: #111;
}

.btn_style:not(.off):hover>a,
.btn_style:not(.off):hover>span {
    color: #ffffff;
}

.btn_style>a,
.btn_style>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #444;
    font-weight: bold;
}

.btn_style>a span,
.btn_style>span span {
    position: relative;
    padding-left: 32px;
}

.btn_style>a span:before,
.btn_style>span span:before {
    display: block;
    content: '';
    width: 23px;
    height: 17px;
    background: url("../../../../../../assets/images/pages/f-static/campaign/icon_cart_b.png") left top no-repeat;
    background-size: 23px 17px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.btn_style:not(.off):hover>a span:before,
.btn_style:not(.off):hover>span span:before {
    background: url("../../../../../../assets/images/pages/f-static/campaign/icon_cart.png") left top no-repeat;
    background-size: 23px 17px;
}

/*買い物ボタンここまで*/



.l-main.main362 .whole-wrapper {
    font-size: min(4.2vw, 18px);
    background-color: var(--dark-bg);
    background-image: url("../../../../../../assets/images/pages/f-static/campaign/362/362_bg03.jpg");
    background-repeat: repeat-y;
    background-size: contain;
    line-height: 1.6;
    color: #fff;
}

.l-main.main362 .flex-box {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.l-main.main362 .txt-yel {
    color: var(--yellow);
}

.l-main.main362 .txt-red {
    color: #e05c5c;
}

.limit.online-limited {
    background: var(--yellow);
    color: #454545;
}

:root {
    --yellow: #f9e4a0;
    --dark-bg: #1f1f1f;
    --menu-red: #b32322;
    --border-gray: #6a6a6a;
}

.main362 .caution {
    font-size: min(2.6vw, 12px);
    color: #fff;
}

.main362 .under-line {
    text-decoration: underline;
}

.main362 .mini {
    font-size: 70%;
}

.main362 .big {
    font-size: 160%;
}

.l-main.main362 img {
    width: 100%;
}







.main362 .fv-list {
    padding: 10px min(5.3vw, 20px) 30px;
}


.main362 .fv-list-container {
    background-image: url("../../../../../../assets/images/pages/f-static/campaign/362/362_bg01.jpg");
    background-repeat: repeat;
    background-size: 20%;
}

.fv-list__item {
    transition: all .3s 0s ease-in-out;
}

.fv-list__item:hover {
    -webkit-filter: brightness(1.2) drop-shadow(2px 5px 6px rgb(40, 37, 31));
    filter: brightness(1.2) drop-shadow(2px 5px 6px rgb(40, 37, 31));
}

.main362 .section-title>p {
    font-size: min(4vw, 26px);
    /* display: inline-block; */
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-left: 1.8rem;
}

.main362 .section-title>p>span.limited {
    background: #212121;
    color: #f6e6ab;
    font-size: min(3.2vw, 20px);
    padding: 2px 5px;
    font-family: "Noto Sans JP", "YakuHanJP", sans-serif;
}

.main362 .section-title .add {
    position: absolute;
    width: 40%;
    top: max(-10vw, -50px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff653;
    border-radius: 4px;
    font-size: min(4vw, 20px);
    padding: 5px 20px;
    margin-left: 0;
    max-width: 200px;
}

.section-title span::before {
    display: none;
}


.main362 .section-title .add::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 46%;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #fff653 transparent transparent;
    translate: calc(-65% - 0.4px) 100%;
}

.main362 .section-title {
    background-image: url("../../../../../../assets/images/pages/f-static/campaign/362/362_bg02.jpg");
    background-repeat: repeat;
    background-size: 14%;
    position: relative;
    padding-top: 7px;
    padding-bottom: 8px;
    margin: min(12vw, 60px) auto min(6vw, 40px);
    box-shadow: inset 0px -2px 2px rgb(163 115 30 / 90%);
}

.camp-area-title {
    font-size: min(4.4vw, 28px);
    line-height: 2;
    color: #000;
    background: -webkit-linear-gradient(90deg, #d8ac61, #f9e4a0, #d8ac61);
    background: linear-gradient(90deg, #d8ac61, #f9e4a0, #d8ac61);
    max-width: 1100px;
    margin: 0 auto;
}

.main362 .section-title::after,
.main362 .section-title::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.main362 .section-title::before {
    top: 0;
    left: 0;
    border-width: 5vw 0px 5vw 3vw;
    border-color: transparent transparent transparent #242424;
    border-style: solid;
}

.main362 .section-title .section-title-icon {
    width: min(16.3vw, 100px);
    position: absolute;
    z-index: 3;
    top: -5.2vw;
    left: 4vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main362 .section-title::after {
    top: 0;
    right: 0;
    border-width: 5vw 2.5vw 5vw 0px;
    border-color: transparent #1f1f1f transparent transparent;
    border-style: solid;
}



.l-main.main362 .wrapper {
    padding: 0 min(5.3vw, 20px);
}

.camp-wrap__txt__ttl {
    font-size: min(5vw, 28px);
}

/* メニュー */

.menu-area .menu-list__item {
    width: calc(50% - 2.5px);
}

.menu-area .menu-list__item>a {
    border-radius: 5px 5px 0 0;
    width: 100%;
    display: block;
    background-color: var(--menu-red);
    color: #fff;
    line-height: 2.5;
    font-weight: bold;
    font-size: min(4vw, 28px);
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
}

.menu-area .menu-list__item>a:hover {
    background-color: #801b1b;
}


.menu-area .menu-list__item>a>span {
    position: relative;
    margin-right: 1rem;
}

.menu-area .menu-list__item>a>span::after {
    content: '';
    position: absolute;
    background: #fff;
    width: min(4vw, 32px);
    height: min(4vw, 32px);
    border-radius: 50%;
    top: 50%;
    right: max(-5vw, -43px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-area .menu-list__item>a.txt-yel>span::after {
    background: var(--yellow);
}

.menu-area .menu-list__item>a>span::before {
    content: '';
    width: min(1.5vw, 13px);
    height: min(1.5vw, 13px);
    border: 0;
    border-bottom: solid min(.4vw, 3px) var(--menu-red);
    border-right: solid min(.4vw, 3px) var(--menu-red);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: min(1.8vw, 11px);
    right: max(-3.7vw, -34px);
    z-index: 2;
    -webkit-transition: all .3s 0s ease-in-out;
    transition: all .3s 0s ease-in-out;
}

.menu-area .menu-list__item>a:hover>span::before {
    border-bottom: solid min(.4vw, 3px) #801b1b;
    border-right: solid min(.4vw, 3px) #801b1b;
    top: min(2vw, 13px);
}



/* 商品一覧*/
.c-grid.additional-product {
    border: 1px solid #FFF652;
    padding: 20px;
    background: #000000;
}

.c-card__buy {
    background-color: #424242d1;
    padding: min(5.3vw, 20px);
}

.c-card .c-card__image-wrapper {
    position: relative;
    width: 55%;
}

.speechBubble {
    position: absolute;
    top: -5px;
    right: 10px;
    display: inline-block;
    padding: min(.2vw, 10px) min(2.8vw, 35px);
    border-radius: 4px;
    background-color: #f5cb43;
    color: #000000;
    font-weight: bold;
    /* transform: rotateZ(6deg); */
    filter: brightness(1.2);
    /* box-shadow: 0px 0px 9px #fffaa3; */
    font-size: min(3.2vw, 18px);
}

.section-title span {
    padding-left: 0;
}

.main362 .bikkuri {
    font-style: italic;
    font-size: 116%;
    font-family: noto-sans-jp;
}

.speechBubble::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 46%;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #f5cb43 transparent transparent;
    translate: calc(-65% - 0.4px) 100%;
}



.c-card__body {
    font-size: min(3.8vw, 18px);
    width: 45%;
}



.onlyone {
    color: var(--yellow);
    border: 1px solid var(--yellow);
    display: inline-block;
    padding: 3px 5px;
    font-size: min(3.7vw, 16px);
}


.c-card {
    padding: 20px 0;
    border-bottom: #6a6a6a dotted 2px;
    /* display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 32% 68%;
    border-bottom: var(--border-gray) dotted 2px; */
}

.c-card .c-card-wrapper {
    display: flex;
    align-items: center;
}

.c-card:first-child {
    padding: 0 0 20px 0;
}

.c-card:last-child {
    border-bottom: none;
}

.limit {
    color: var(--yellow);
    border: 1px solid var(--yellow);
    display: inline-block;
    font-size: min(3.2vw, 14px);
    font-weight: 600;
    padding: 1px 3px;
    margin-bottom: 5px;
}



/* ここにPC向けのCSS指定 */
@media (min-width: 768px) {
    html {
        scroll-padding-top: 200px;

    }

    .l-main.main362 .whole-wrapper {
        background-image: url("../../../../../../assets/images/pages/f-static/campaign/362/362_bg04.jpg");
    }



    .l-main.main362 .fv {
        padding-top: 90px;
        background: #000 url("../../../../../../assets/images/pages/f-static/campaign/362/362_bg05.png");
        background-size: 1300px;
        background-position: center top;
        position: relative;
    }



    .l-main.main362 .fv-wrapper {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }

    .l-main.main362 .fv-wrapper.comingsoon {
        max-width: 1000px;
        background-size: contain;
    }

    .l-main.main362 .fv:not(.comingsoon)::before {
        content: "";
        width: 100vw;
        height: 26px;
        background: var(--yellow) url(../../../../../../assets/images/pages/f-static/campaign/362/362_bg02.jpg);
        background-size: 7%;
        position: absolute;
        top: 51px;
        box-shadow: inset 0px -2px 2px rgb(163 115 30 / 90%);
    }

    .l-main.main362 .fv-wrapper:not(.comingsoon)::after {
        content: "";
        width: 30px;
        height: 129%;
        background: var(--yellow) url(../../../../../../assets/images/pages/f-static/campaign/362/362_bg02.jpg);
        background-size: 100%;
        position: absolute;
        left: -85px;
        top: -90px;
        box-shadow: inset -2px -2px 2px rgb(163 115 30 / 90%);
    }

    .l-main.main362 .deco {
        width: 170px;
        position: absolute;
        top: -86px;
        left: -156px;
        z-index: 1;
        -webkit-filter: drop-shadow(2px 4px 8px #846026e8);
        filter: drop-shadow(2px 4px 8px #846026e8);
    }

    .arrow_s {
        position: relative;
        display: inline-block;
        padding-left: 1rem;
    }

    .arrow_s::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        left: .3rem;
        margin-top: -.75rem;
    }

    .exprice {
        text-decoration: line-through;
    }

    .c-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }



    .c-card {
        grid-row: span 2;
        grid-template-rows: subgrid;
        grid-template-columns: auto;
        padding: 0;
        border-bottom: none;
        margin: 0;
    }

    .c-card__buy {
        padding: min(5.3vw, 10px);
    }

    .c-card .c-card__image-wrapper {
        width: 100%;
    }

    .c-card__body {
        width: 100%;
    }

    .c-card .c-card-wrapper {
        flex-direction: column;
    }


    .c-card.add-product .c-card__image-wrapper .speechBubble {
        transform: rotateZ(6deg);
    }

    .main362 .section-title::before {
        border-width: 0;
    }

    .main362 .section-title {
        padding: 10px;
        background-size: 8%;
        box-shadow: inset 0px -2px 2px rgb(163 115 30 / 90%);

    }

    .main362 .section-title .section-title-icon {
        top: -64%;
        left: 28px;
    }

    .main362 .camp-wrap {
        display: flex;
        justify-content: center;
        max-width: 1100px;
        margin: 0 auto 10px;
    }

    .main362 .section-title span::before {
        display: none;
    }

    .main362 .camp-wrap__img {
        width: 48%;
    }

    .main362 .camp-wrap__txt {
        width: calc(52% - 40px);
        margin-left: 40px;
    }

    .main362 .camp-wrap__txt.box-center {
        margin: 0 auto;
    }

    .l-main.main362 .wrapper {
        padding: 0;
        max-width: 1100px;
        margin: 0 auto;
    }

    .main362 .fv-list-container {
        background-size: 6%;
    }

    .main362 .fv-list {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px 0 30px;
    }

    .main362 .fv .caution {
        background-color: #2e2e2ee0;
        padding: 10px 20px;
    }

    .menu-area .menu-list__item {
        border-radius: 10px 10px 0 0;
        width: calc(50% - 5px);
    }

    .main362 .section-title::after {
        border-width: 25px 20px 30px 0px;
    }

}