    @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;
    }

    /* ◇◆◇ cp2601-500million-masks ◇◆◇ */

    /* === lp all === */
    .lp__wrap--para {
        text-align: center;
        padding-bottom: 50px;
        color: #7b674a;
        font-family: serif;
        font-size: clamp(16px, 1.75vw, 22px);
    }

    .lp__wrap--para::before {
        background: url("../../../img/event/cp2601-500million-masks/bg.jpg");
        background-color: #fff;
        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: #7b674a;
        text-decoration: underline;
    }

    @media screen and (max-width:768px) {

        .lp__wrap--para::before {
            background: url("../../../img/event/cp2601-500million-masks/sp_bg.jpg");
            background-color: #fff;
            background-size: cover;
            background-position: top center;
        }

        .lp__wrap--para section {
            margin: 20px auto;
            scroll-margin-top: 65px;
        }

    }

    .cp2601-500million-masks__wrap {
        /* float用 */
        position: relative;
    }

    .cp2601-500million-masks__wrap p {
        margin-bottom: 0;
        line-height: 2.75rem;
    }

    /* === mv === */
    .mv--area {
        max-width: 1500px;
        width: 75%;
        margin: auto;
        padding-bottom: 25px;
        text-align: center;
    }

    .mv--area img {
        margin: 25px auto auto;
    }

    @media screen and (max-width:768px) {
        .mv--area {
            padding-bottom: 15px;
        }

        .mv--area img {
            margin: auto;
            max-width: 100%;
        }

    }


    /* section - all */
    .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/cp2601-500million-masks/bg_middle.png") repeat-y;
        background-size: contain;
        padding: 0 5%;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 3.75rem;
    }

    .sec_bg-middle .ttl {
        width: 80%;
        max-width: 1000px;
        margin: auto auto 25px;
    }

    .sec_bg-middle p.intro {
        line-height: 3.75rem;
    }

    .sec_bg-middle p.intro span {
        color: #d3679f;
    }

    #present .sec_bg-middle p.intro span {
        background: linear-gradient(transparent 60%, #FEF1F7 50%);
    }

    @media screen and (max-width:768px) {}

    @media screen and (max-width:767px) {

        .sec_bg-top img,
        .sec_bg-bottom img {
            width: 100%;
        }

        .sec_bg-middle {
            background: url("../../../img/event/cp2601-500million-masks/sp_bg_middle.png") repeat-y;
            background-size: contain;
        }

        .sec_bg-middle {
            padding: 0 .5%;
        }

        .sec_bg-middle .ttl {
            width: 90%;
        }
    }


    @media screen and (max-width:375px) {}

    /*  float  */
    #floatBtn {
        padding: 2rem;
        text-align: right;
        position: fixed;
        bottom: 175px;
        right: 0;
        z-index: 10;
        font-size: 0;
        pointer-events: none;
    }

    #floatBtn .link-page-top {
        display: inline-block;
        inline-size: 200px;
        pointer-events: auto;
    }

    @media screen and (1200px <=width) {

        #floatBtn .base-width {
            max-inline-size: 1200px;
            margin-inline: auto;
        }
    }

    @media print,
    screen and (width >768px) {
        #floatBtn.outer-base-width {
            padding-inline: 1.5%;
        }

        #floatBtn {
            block-size: 8rem;
            /* bottom: 50px; */
        }

    }

    @media screen and (max-width:768px) {
        #floatBtn {
            padding: 1rem;
        }

        #floatBtn .link-page-top {
            inline-size: 130px;
        }

    }

    /* intro */
    #intro .sec_bg-middle p.intro span {
        font-size: clamp(23px, 3.0vw, 30px);
    }

    /* present */
    .present--img {
        width: 80%;
        max-width: 1000px;
        margin: 25px auto 50px;
    }

    .application--details {
        background: #fefbfc;
        border: 2px solid #efdae2;
        padding: 25px 15px;
        margin: 25px auto;
        font-weight: 400;
        max-width: 1000px;
        width: 90%;
    }

    .application--details .detail {
        margin: 50px auto;
    }

    .application--details .detail .ttl {
        color: #fff;
        background: #d276aa;
        max-width: 250px;
        margin: auto auto 25px;
        padding: 7px 0;
        letter-spacing: 3px;
        font-weight: 500;
    }

    .application--details .detail .row {
        background: #fbecf3;
        width: 75%;
        margin: auto auto 15px;
        color: #d3679f;
        border-radius: 7px;
        padding: 10px;
        font-weight: 500;
    }

    .application--details .detail .row .col-md-1 {
        margin: auto;
        font-size: clamp(23px, 3.0vw, 30px);
    }

    .application--details .detail .row .col-md-11 {
        text-align: left;
        border-left: 2px dotted #d3679f;
        padding-left: 15px;
    }

    .application--details .detail .row .col-md-11 p span {
        color: #7b674a;
        font-size: clamp(15px, 1.5vw, 20px);
    }

    @media screen and (max-width:1024px) {
        .application--details .detail .row {
            width: 90%;
        }
    }

    @media screen and (max-width:820px) {
        .application--details .detail .row {
            width: 95%;
        }
    }

    @media screen and (max-width:768px) {

        .application--details {
            padding: 15px;
        }

    }

    @media screen and (max-width:767px) {

        .application--details .detail .row {
            width: 100%;
        }

        .application--details .detail {
            margin: 25px auto;
        }

        .application--details .detail .row .col-md-1 {
            padding-bottom: 7px;
        }

        .application--details .detail .row .col-md-11 {
            text-align: center;
            border-left: none;
            border-top: 2px dotted #d3679f;
            padding-left: 0;
            padding-top: 7px;
        }

    }

    /* 賞品 */
    .benefits--detail {
        width: 90%;
        margin: auto;
        background: rgba(255, 255, 255, .65);
        padding: 50px 25px;
        scroll-margin-top: 100px;
    }

    .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;
            scroll-margin-top: 65px;
        }

        .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 */
    .entry-btn_area {
        max-width: 800px;
        margin: 30px auto auto;
        color: #62382c;
        font-size: clamp(15px, 1.75vw, 25px);
    }

    .present--ttl {
        background: #fbf5e2;
        color: #b07926;
        padding: 15px;
        width: 90%;
        max-width: 600px;
        margin: auto;
        border-radius: 7px;
    }

    .presentSize50,
    .presentSize15 {
        font-size: clamp(17px, 1.75vw, 22px);
        margin: auto auto 15px;
        max-width: 550px;
    }

    .entry--content__txt {
        color: #7b674a;
    }

    @media screen and (max-width:768px) {
        .entry-btn_area {
            width: 100%;
            margin: 15px auto auto;
        }

        .present--ttl {
            width: 100%;
        }

    }

    /* cp */
    .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 #fff;
        background: #c2914a;
    }

    .cp--details .icon_circle::before {
        background-color: #fff;
        content: "";
        display: block;
        width: 20px;
        height: 4px;
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .cp--details .icon_circle::after {
        background-color: #fff;
        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: #f6efdd;
        padding: 50px;
        text-align: left;
        margin: auto;
        max-width: 1000px;
        font-size: clamp(14px, 1.1vw, 20px);
        color: #7b674a;
        letter-spacing: 0;
    }

    .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;
        }

    }

    /* 5percentOff */
    .product--ttl {
        margin: 50px auto 25px;
        width: 60%;
        max-width: 750px;
    }

    .maskAll-btn {
        padding: 50px 0 25px;
        width: 75%;
        max-width: 600px;
        margin: auto;
    }

    @media screen and (max-width:767px) {

        .product--ttl {
            width: 90%;
            margin: 30px auto 25px;
        }

        .maskAll-btn {
            width: 90%;
            padding: 30px 0 25px;
        }
    }

    /* === products === */

    /* SKU */
    /* 商品 */
    @media screen and (max-width:1024px) {
        .item--area {
            max-width: 100%;
            margin: auto;
        }
    }

    @media screen and (max-width: 767px) {
        .item--area {
            max-width: 95%;
        }
    }

    .product-items {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        box-shadow: 0 5px 5px rgba(193, 157, 110, .3);
        background: #fff;
        /* height: 340px; */
        margin: 10px !important;
        padding: 10px;
        border: 1px solid #c4994a;
    }

    .product-items .product-item .product-item-details a {
        font-size: clamp(13px, 1.15vw, 17px);
        font-weight: 700;
        color: #454545;
        line-height: 1.35;
    }

    .products-grid .price-box .price-wrapper .price {
        color: #f25a34;
    }

    #creative-area-lp .action.primary,
    #creative-area-lp .action-primary {
        display: none;
    }

    .widget-product-grid .product-reviews-summary {
        display: none !important;
    }

    [data-content-type=row] li.product-item .action.primary,
    [data-content-type=row] li.product-item .action-primary {
        text-align: center;
    }

    .product-items .product-item .product-item-details a {
        text-decoration: none;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: initial;
        white-space: unset;
        margin-bottom: 0;
    }


    .products-grid .price-box .price-wrapper .price {
        font-size: clamp(19px, 1.5vw, 23px);
    }

    /* 2025/09/10 */
    .products-grid .price-box .tax-label {
        font-size: clamp(13px, 1.05vw, 15px);
        color: #454545;
    }

    .product-items .product-item-info span.rewards__product-points,
    .product-item-actions .actions-secondary,
    .product-item-actions .actions-primary>form {
        display: none;
    }

    /* 2026/01/07 */
    .products-grid .product-item-actions {
        display: none;
    }

    @media screen and (max-width: 768px) {

        .anchor-box::before {
            height: 9.2rem;
            margin-top: -9.2rem;
        }

        #creative-area-lp .action.primary,
        #creative-area-lp .action-primary {
            width: auto;
        }

        .product-items .product-item .product-item-details a {
            -webkit-line-clamp: 4;
        }

    }

    @media (min-width: 640px) {
        .products-grid .product-item-actions {
            margin: 0;
        }

    }

    /* 4列表示 */

    .page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 8%) / 4);
    }

    @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;
            display: flex !important;
            flex-direction: column !important;
            justify-content: space-between !important;
        }

        /* .page-layout-1column .block.widget .products-grid .product-item {
        } */
    }

    @media screen and (max-width:1180px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc((100% - 9.65%) / 4);
        }
    }

    @media screen and (max-width:1024px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            /* height: 270px; */
        }
    }

    @media screen and (max-width:1023px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc((100% - 8.5%) / 4);
            margin: 0 7px 15px !important;
            /* height: 250px; */
        }
    }

    @media screen and (max-width:767px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc(100% / 2 - 10px);
            margin: 0 5px 10px !important;
        }

    }

    @media screen and (max-width:375px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            /* height: 230px; */
        }
    }

    /* off % */
    .discount-label {
        display: inline-block;
    }

    .products-grid .price-box .price-wrapper .price {
        letter-spacing: 0;
    }

    .widget-product-grid .price-box .old-price {
        display: block;
        line-height: 1.5rem;
    }

    .products-grid .price-box .old-price .price-wrapper .price,
    .products-grid .price-box .old-price .tax-label {
        font-size: 12px !important;
        color: #454545;
        font-weight: normal;
    }

    .discount-label {
        display: inline-block;
        font-size: 12px;
        line-height: 2.25rem;
    }

    .widget-product-grid .price-box .special-price {
        line-height: 2.5rem;
        padding-bottom: 5px;
    }

    @media screen and (max-width: 1024px) {

        .discount-label {
            font-size: 10px;
        }
    }

    @media screen and (max-width:768px) {

        .widget-product-grid .price-box .old-price .price-label {
            display: none;
        }

        .products-grid .price-box .old-price .price-wrapper .price:before {
            content: '販売価格:';
            font-weight: 400;
        }

        .discount-label {
            font-size: 9px;
        }

        .products-grid .price-box .old-price .tax-label {
            font-size: 10px !important;
        }

    }

    @media screen and (max-width:601px) {
        .discount-label {
            font-size: 10px;
        }
    }

    @media screen and (max-width:375px) {
        .discount-label {
            font-size: 10px;
        }

    }