    @charset "UTF-8";

    /* === store all === */
    body {
        margin: auto;
    }

    /* store */
    /*position:stickey;を適用するために必須*/
    .page-layout-1column,
    .page-layout-2columns-left,
    .page-layout-2columns-right,
    .page-layout-1column-fullwidth {
        overflow-x: visible !important;
    }

    /* ◇◆◇ happybag26 ◇◆◇ */

    /* === lp all === */
    .lp__wrap--para {
        text-align: center;
        padding-bottom: 50px;
        color: #414d5d;
        font-family: sans-serif;
        font-size: clamp(17px, 1.75vw, 22px);
    }

    .lp__wrap--para::before {
        background: url("../../../img/event/happybag/2026/bg_re02.jpg");
        background-color: #bc1711;
        background-size: cover;
        background-position: top center;
    }

    .lp__wrap--para section {
        margin: 75px auto;
        scroll-margin-top: 100px;
    }

    .lp__wrap--para a,
    .lp__wrap--para a:hover,
    .lp__wrap--para a:visited {
        color: white;
        text-decoration: none;
    }

    @media screen and (max-width:768px) {

        .lp__wrap--para::before {
            background: url("../../../img/event/happybag/2026/sp_bg_re02.jpg");
            background-color: #bc1711;
            background-size: cover;
            background-position: top center;
        }

        .lp__wrap--para section {
            margin: 20px auto;
            scroll-margin-top: 65px;
        }

    }

    /* bg */
    .sec_bg-top,
    .sec_bg-middle,
    .sec_bg-bottom {
        background: transparent;
        text-align: center;
        max-width: 1400px;
        margin: auto;
    }

    .sec_bg-middle {
        background: url("../../../img/event/happybag/2026/SKU_bg_middle.png") repeat-y;
        background-size: contain;
        padding: 0 5%;
    }

    #cp .sec_bg-middle {
        background: url("../../../img/event/happybag/2026/CP_bg_middle.png") repeat-y;
        background-size: contain;
    }

    @media screen and (max-width:768px) {

        .sec_bg-top img,
        .sec_bg-bottom img {
            width: 100%;
        }

        .sec_bg-middle {
            background: url("../../../img/event/happybag/2026/sp_SKU_bg_middle.png") repeat-y;
            background-size: contain;
        }

        #cp .sec_bg-middle {
            background: url("../../../img/event/happybag/2026/sp_CP_bg_middle.png") repeat-y;
            background-size: contain;
        }

        .sec_bg-middle {
            padding: 0 .5%;
        }

    }

    @media screen and (max-width:767px) {}


    @media screen and (max-width:375px) {}


    /* === mv === */
    .mv--area {
        max-width: 1500px;
        margin: auto;
        padding-bottom: 25px;
        text-align: center;
    }

    .mv--area img {
        margin: 25px auto auto;
        /* max-width: 1000px; */
    }


    @media screen and (max-width:1499px) {

        /* .mv--area img {
            max-width: 850px;
        } */

    }

    @media screen and (max-width:768px) {
        .mv--area {
            padding-bottom: 15px;
        }

        .mv--area img {
            margin: auto;
            max-width: 100%;
        }

    }

    /*  nav  */

    .ctgmenu__area:has(.ctgmenu__btn:empty) {
        display: none;
    }

    .ctgmenu__area:has(.ctgmenu__btn) {
        background: url("../../../img/event/happybag/2026/nav_bg.png");
        background-repeat: repeat;
        background-size: auto;
        background-position: top center;
        position: sticky;
        top: 0;
        z-index: 99;
        margin: auto;
        /* box-shadow: 0 5px 5px #dacaac; */
    }

    .ctgmenu__box {
        max-width: 700px;
        margin: auto;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }

    .ctgmenu__btn {
        flex: 0 0 auto;
        width: calc(100% / 2);
        display: block;
        color: #4c4c4c;
    }

    .ctgmenu__btn a:hover {
        text-decoration: none;
    }

    .ctgmenu__btn a img {
        max-height: 110px;
    }

    @media screen and (max-width:1499px) {

        .ctgmenu__area {
            background-size: 150%;
        }

    }

    @media screen and (max-width:767px) {

        .ctgmenu__box {
            max-width: 100%;
            padding: 0;
        }

    }

    /* 賞品 */
    .benefits--detail {
        width: 90%;
        margin: auto;
        background: rgba(255, 255, 255, .65);
        padding: 50px 25px;
    }

    .benefits--detail:last-child {
        margin-top: 50px;
    }

    .benefits--detail>img {
        padding-bottom: 25px;
        width: 225px;
    }

    .benefits--detail p.benefits--detail__txt {
        color: #62382c;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: clamp(19px, 2.25vw, 25px);
    }

    .benefits--detail p.benefits--detail__txt span {
        color: #c20f22;
    }

    .benefits--detail p.benefits--detail__txt span span {
        font-size: clamp(28px, 2.75vw, 32px);
        letter-spacing: 1px;
    }

    .benefits--detail .row {
        max-width: 95%;
        margin: auto;
    }

    .benefits--detail .prize {
        margin: 40px auto 25px;
    }

    .benefits--detail .prize img {
        padding: 25px 0 15px;
        width: 450px;
    }

    .benefits--detail .prize p {
        font-weight: 600;
        letter-spacing: 1px;
    }

    .benefits--detail .prize p.prizeA {
        color: #b78700;
    }

    .benefits--detail .prize p.prizeB {
        color: #c56f23;
    }

    .benefits--detail .coupon>img {
        padding: 25px 0 0;
        max-width: 275px;
    }

    @media screen and (max-width:768px) {

        .benefits--detail {
            padding: 30px 10px;
        }

        .benefits--detail:last-child {
            margin-top: 30px;
        }

        .benefits--detail>img {
            max-width: 45%;
        }

        .benefits--detail .row .col-6 {
            margin-bottom: 15px;
        }

        .benefits--detail .prize {
            margin: 25px auto 15px;
        }

        .benefits--detail .prize img {
            padding: 5px 0 15px;
            width: 85%;
        }

        .benefits--detail .coupon>img {
            padding: 15px 0 0;
            max-width: 60%;
        }

    }

    /* エントリーフォーム */
    .entry-btn_area {
        max-width: 800px;
        margin: 30px auto auto;
        color: #62382c;
        font-size: clamp(15px, 1.75vw, 25px);
    }

    @media screen and (max-width:768px) {
        .entry-btn_area {
            max-width: 95%;
            margin: 15px auto auto;
        }
    }

    /* キャンペーン概要 */
    .cp--details {
        padding-top: 25px;
        margin: auto;
        max-width: 1000px;
    }

    .cp--details .cp-content_tap {
        align-items: center;
        display: flex;
        font-size: clamp(18px, 1.75vw, 25px);
        position: relative;
        padding: 20px 0;
        text-align: center;
        justify-content: center;
        letter-spacing: 1px;
    }

    .cp--details .icon_circle {
        background: transparent;
        border-radius: 50%;
        display: block;
        width: 35px;
        height: 35px;
        position: relative;
        margin-right: 10px;
        border: 3px solid #444444;
    }

    .cp--details .icon_circle::before {
        background-color: #444444;
        content: "";
        display: block;
        width: 20px;
        height: 4px;
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .cp--details .icon_circle::after {
        background-color: #444444;
        content: "";
        display: block;
        width: 20px;
        height: 4px;
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        margin: auto;
        transform: rotate(90deg);
        transition: transform .2s ease-in-out;
    }

    .cp--details[open] .icon_circle::after {
        transform: rotate(180deg);
    }

    .cp--detail__box {
        background-color: #f2e4de;
        padding: 50px;
        text-align: left;
        margin: auto;
        max-width: 1000px;
        font-size: clamp(14px, 1.1vw, 20px);
        color: #444444;
    }

    .cp--detail__box dl {
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .cp--detail__box dl dt {
        font-size: clamp(16px, 1.2vw, 23px);
        font-weight: bold;
        padding-bottom: 5px;
    }

    .cp--detail__box dl dd {
        line-height: 1.8;
    }

    @media screen and (max-width:1024px) {

        .cp--details {
            max-width: 95%;
        }

    }

    @media screen and (max-width:820px) {

        .entry--content {
            max-width: 90%;
        }

    }

    @media screen and (max-width:768px) {

        .entry--content {
            margin: 25px auto 50px;
        }

        .cp--details {
            padding-top: 25px;
            max-width: 95%;
        }

        .cp--details .icon_circle {
            margin-right: 3px;
        }
    }

    @media screen and (max-width:767px) {

        .cp--detail__box {
            padding: 15px;
            max-width: 100%;
        }

        .cp--detail__box dl {
            padding-bottom: 20px;
        }

        .cp--detail__box dl dt {
            padding-bottom: 0;
        }

        .cp--detail__box dl dd {
            padding-bottom: 5px;
            line-height: 1.4;
        }

    }

    /* coupon(widget) */

    .benefits--detail .coupon .coupon_magenest {
        padding: 1.5rem 0 0;
        border: none;
        box-shadow: none;
    }

    .benefits--detail .coupon .coupon_magenest.widget {
        max-width: 800px;
        margin: auto;
    }

    .benefits--detail .coupon .coupon_magenest .coupon-image,
    .benefits--detail .coupon .coupon_magenest .information_coupon {
        display: none;
    }

    .benefits--detail .coupon .coupon_magenest .button-coupon-claimed {
        background: #e55944;
        padding: 30px;
        font-size: 2.5rem;
        letter-spacing: 1px;
        border-radius: 10px;
        box-shadow: 0 4px 3px #bbb;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
    }

    .benefits--detail .coupon .coupon_magenest .button-coupon-claimed:disabled {
        background: #555;
        opacity: 1;
    }

    @media screen and (max-width:640px) {

        .benefits--detail .coupon .coupon_magenest .button-coupon-claimed {
            font-size: 2.0rem;
            padding: 20px;
        }
    }





    /* === products === */

    .products--area {
        padding: 50px 0;
    }

    img.products--ttl {
        max-width: 1000px;
        width: 65%;
        margin: auto;
    }

    .item-area {
        max-width: 1200px;
        width: auto;
        margin: auto;
        padding-top: 30px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
    }

    @media screen and (max-width:768px) {

        img.products--ttl {
            width: 100%;
        }

        .item-area {
            padding-top: 0;
        }
    }

    /* 商品レイアウト(静的) start */

    section#feature .item-area .product--item {
        width: calc(100% / 3 - 14px);
    }

    section .item-area .product--item {
        border: 2px solid #e4938a;
        box-shadow: 3px 5px 5px #FF480033;
        background: #fff;
        width: calc(100% / 4 - 14px);
        margin: 0 7px 15px !important;
        padding: 10px 10px 0 10px;
    }

    .item-area .product--item a img.itemImg {
        padding-bottom: 5px;
    }

    .item-area .product--item img.itemTag {
        padding: 8px 0;
    }

    .item-area .product--item p.itemName {
        font-size: clamp(14px, 1.25vw, 17px);
        color: #62382c !important;
        font-weight: bold;
        /* display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; */
        line-height: 1.6;
        /* text-overflow: initial; */
        /* white-space: unset; */
        margin-bottom: 0.5rem;
    }

    .item-area .product--item p.spePrice {
        color: #d32a00;
        font-weight: bold;
        font-size: clamp(20px, 1.75vw, 23px);
    }

    .item-area .product--item p.spePrice span {
        font-size: 10px;
        color: #62382c;
    }

    .item-area .product--item p.spePrice span.itemOff {
        color: #fff;
        background: #d32a00;
        font-size: clamp(12px, 1.15vw, 15px);
        padding: 2px 5px;
        margin-left: 5px;
        font-weight: normal;
    }

    .item-area .product--item p.norPrice {
        font-size: 14px !important;
        color: #62382c !important;
    }

    .item-area .product--item p.norPrice:before {
        content: '単品販売価格合計:￥';
        font-weight: 400;
    }

    @media screen and (max-width:767px) {

        section#feature .item-area .product--item {
            width: 80%;
            margin: auto auto 15px !important;
            padding: 10px;
        }

        section .item-area .product--item {
            width: calc(100% / 2 - 10px);
            margin: 0 5px 10px !important;
            padding: 7px 7px 0 7px;
        }

        .item-area .product--item p.itemName {
            line-height: 1.35;
            margin-bottom: 0.25rem;
        }

        .item-area .product--item p.spePrice {
            margin-bottom: 0.25rem;
        }

        .item-area .product--item p.spePrice span {
            font-size: 9px;
        }

        .item-area .product--item p.spePrice span.itemOff {
            padding: 1px 2px;
            margin-left: 1px;
        }

        .item-area .product--item p.norPrice {
            font-size: 12px !important;
        }

    }


    /* 商品レイアウト(動的) start */
    .product-items .product-item-info span.rewards__product-points,
    .product-items .product-item-info span.rewards__product-points,
    .product-item-actions .actions-secondary {
        display: none;
    }

    .actions-secondary {
        display: none;
    }

    .product-item .product-reviews-summary .reviews-actions {
        display: none;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        border: 2px solid #e4938a;
        /* happybag */
        box-shadow: 3px 5px 5px #FF480033;
        /* happybag */
    }

    .product-items .product-item .product-item-details a {
        /* font-size: 1.5rem; */
        font-weight: 700;
        color: #4C4C4C;
        text-decoration: none;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.6;
        text-overflow: initial;
        white-space: unset;
    }

    .products-grid .price-box .price-wrapper .price {
        color: #ed1d3e;
        font-size: 2.5rem;
    }

    .products-grid .price-box .tax-label {
        color: #62382c !important;
        /* happybag */
    }

    .products-grid .price-box .old-price .price-wrapper .price {
        font-size: 12px !important;
        color: #62382c !important;
        /* happybag */
    }

    [data-content-type=row] li.product-item .action.primary,
    [data-content-type=row] li.product-item .action-primary {
        display: none;
    }

    .product-image-photo {
        width: 110%;
    }

    [data-content-type=row][data-appearance=contained] {
        max-width: none;
    }

    .product-image-container {
        width: 100% !important;
    }

    [data-content-type=row] li.product-item .action.primary,
    [data-content-type=row] li.product-item .action-primary {
        display: none;
    }

    .product-item-details {
        padding: 5px 10px;
    }

    @media (min-width: 769px),
    print {
        .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
            margin-left: 0;
        }

    }

    @media (min-width: 1024px),
    print {

        .page-layout-1column .block.widget .products-grid .product-item,
        .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
            margin-left: 0;
        }

        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc(100% / 4 - 14px);
            background: #fff;
            margin: 0 7px 15px !important;
        }

    }

    @media (min-width: 640px) {
        .products-grid .product-item {
            margin-bottom: 0;
        }

        .ctg01.ctg-cp .product-item {
            border: none !important;
        }

    }

    @media screen and (max-width:1023px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc(100% / 4 - 14px);
            background: #fff;
            margin: 0 7px 15px !important;
        }
    }

    @media screen and (max-width:767px) {

        .product-items .product-item .product-item-details a {
            font-size: 1.25rem;
            line-height: 1.3;
        }

        .products-grid .price-box .price-wrapper .price {
            /* font-size: 1.85rem; */
            font-size: 15px;
            font-weight: bold;
        }

        .products-grid .price-box .tax-label {
            font-size: 0.9rem;
        }

        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc(100% / 2 - 10px);
            background: #fff;
            margin: 0 5px 10px !important;
        }

        .page-layout-1column .ctg01.ctg-cp ol.product-items {
            display: flex;
            flex-wrap: wrap;
        }

        .page-layout-1column .ctg01.ctg-cp ol.product-items.widget-product-grid li.product-item {
            margin: 0 auto !important;
        }

    }

    /* 250904 - wPrice */

    .product-items {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .product-items .product-item .product-item-details a {
        font-size: clamp(13px, 1.3vw, 17px);
        font-weight: 700;
        color: #62382c;
        /* happynbag26 */
        line-height: 1.35;
    }

    .products-grid .price-box .price-wrapper .price {
        color: #d32a00 !important;
        /* happynbag26 */
        font-size: clamp(20px, 1.75vw, 23px);
    }

    .wPrice .widget-product-grid .price-box .old-price {
        display: block !important;
        font-size: 12px !important;
        color: #62382c;
        /* happynbag26 */
    }

    .discount-label {
        display: none;
        background-color: #d32a00;
        /* happynbag26 */
    }

    .wPrice .discount-label {
        display: inline-block;
        font-size: 15px;
    }

    @media (min-width: 1024px),
    print {

        .page-layout-1column .block.widget .products-grid .product-item,
        .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
            display: flex !important;
            flex-direction: column !important;
            justify-content: space-between !important;
        }
    }

    @media screen and (max-width: 1024px) {

        .products-grid .price-box .price-wrapper .price {
            font-weight: bold;
            font-size: clamp(17px, 1.5vw, 23px);
        }

        .products-grid .price-box .tax-label {
            font-size: 1.0rem;
        }

        .wPrice .discount-label {
            font-size: 10px;
        }

    }

    @media screen and (max-width: 1023px) {

        .products-grid .price-box .price-wrapper .price {
            font-size: clamp(17px, 1.75vw, 23px);
        }
    }

    @media screen and (max-width:820px) {

        .products-grid .price-box .price-wrapper .price {
            font-weight: bold;
            font-size: clamp(17px, 1.75vw, 23px);
        }
    }

    @media screen and (max-width:768px) {

        .products-grid .price-box .price-wrapper .price {
            font-size: clamp(15px, 1.75vw, 23px);
        }

        .wPrice .widget-product-grid .price-box .old-price .price-label {
            display: none;
        }

        .wPrice .products-grid .price-box .old-price .price-wrapper .price:before {
            content: '販売価格:';
            font-weight: 400;
        }


        .wPrice .discount-label {
            font-size: 9px;
        }
    }

    @media screen and (max-width:767px) {
        .products-grid .price-box .price-wrapper .price {
            font-size: clamp(17px, 1.75vw, 23px);
        }
    }

    @media screen and (max-width:601px) {
        .products-grid .price-box .tax-label {
            font-size: 0.65rem;
            margin: auto -3px;
        }


        .product-items {
            justify-content: left;
        }

        .wPrice .discount-label {
            font-size: 10px;
        }
    }

    @media screen and (max-width:430px) {}

    @media screen and (max-width:375px) {

        .wPrice .discount-label {
            font-size: 10px;
        }

    }

    /* 251119 - special */

    /* 商品レイアウト fin */