    @charset "UTF-8";

    /* ◇◇◇ crystalmask-4th-anniversary ◇◇◇ */

    /* === store all === */
    body {
        margin: auto;
    }

    /* === lp all === */
    .lp__wrap--para {
        color: #464646;
        text-align: center;
        font-weight: 400;
    }

    .lp__wrap--para::before {
        background: url("../../../img/event/crystalmask-4th-anniversary/bg.jpg");
        background-color: #c6e6f7;
        background-size: cover;
        background-position: top center;
    }

    section {
        margin: 50px auto;
        padding: 50px 5%;
        font-size: clamp(16px, 1.75vw, 25px);
    }


    @media screen and (max-width:768px) {

        .lp__wrap--para::before {
            background: url("../../../img/event/crystalmask-4th-anniversary/sp_bg.jpg");
            background-color: #c6e6f7;
            background-size: cover;
            background-position: top center;
        }

        section {
            padding: 25px 1%;
        }

    }

    /* === mv === */
    .mv--area {
        max-width: 1650px;
        width: 100%;
        margin: auto;
        padding: 25px 0;
        text-align: center;
    }

    .mv--area img {
        margin: auto;
    }

    @media screen and (max-width:1649px) {
        .mv--area {
            max-width: 100%;
        }
    }

    @media screen and (max-width:767px) {
        .mv--area {
            max-width: 100%;
            width: 100%;
            margin: auto;
            padding: 0;
        }
    }

    /* intro */
    section#intro {
        background: url("../../../img/event/crystalmask-4th-anniversary/bg_intro.png");
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        text-align: center;
    }

    #intro p {
        letter-spacing: 1px;
        padding: 50px 0;
        font-size: clamp(18px, 1.75vw, 25px);
        line-height: 1.75em;
    }

    #intro p span {
        color: #4483DA;
        font-weight: 700;
    }

    #intro p span.year {
        font-size: clamp(28px, 2.25vw, 32px);
    }

    @media screen and (max-width:1650px) {

        section#intro {
            background-size: cover;
            background-position: top center;
        }

        #intro p {
            padding: 25px 0;
        }

    }

    @media screen and (max-width:768px) {

        section#intro {
            /* background: url("../../../img/event/crystalmask-4th-anniversary/sp_bg_intro.png"); */
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
        }

        #intro p {
            padding: 45px 0;
            margin-bottom: 0;
        }

    }

    /* === cp === */
    /* mask-present */

    .sec_bg-top,
    .sec_bg-middle,
    .sec_bg-bottom {
        background: transparent;
        text-align: center;
        color: #454545;
        max-width: 1400px;
        margin: auto;
    }

    .sec_bg-middle {
        background: url("../../../img/event/crystalmask-4th-anniversary/bg_contents_middle.png") repeat-y;
        background-size: contain;
        padding: 0 5%;
    }

    @media screen and (max-width:768px) {

        .sec_bg-top img,
        .sec_bg-bottom img {
            width: 100%;
        }

    }

    @media screen and (max-width:767px) {

        .sec_bg-middle {
            background: url("../../../img/event/crystalmask-4th-anniversary/sp_bg_contents_middle.png") repeat-y;
            background-size: contain;
            padding: 0 7.5%;
        }
    }

    #mask-present .ttl,
    #sale .ttl {
        width: 85%;
        margin: auto auto 30px;
    }

    #mask-present .sec__txt,
    #sale .sec__txt {
        text-align: center;
        letter-spacing: 1px;
        font-size: clamp(16px, 1.5vw, 22px);
    }

    #mask-present .sec__txt span,
    #sale .sec__txt span {
        color: #4483DA;
        font-weight: 700;
    }

    #mask-present .sec__txt span.num,
    #sale .sec__txt span.num {
        font-size: clamp(22px, 2.1vw, 32px);
    }

    #mask-present .present--img__area {
        margin: 30px auto;
        max-width: 1000px;
    }

    /* #mask-present .present--img__area img {
        padding: 10px;
    } */

    @media screen and (max-width:768px) {

        #mask-present .present--img__area {
            margin: 20px auto auto;
        }

        /* #mask-present .present--img__area img {
            padding: 5px 0;
        } */

    }

    .cp_detail--conditions,
    .cp_detail--period {
        margin: 30px auto;
    }

    .cp_detail--conditions img,
    .cp_detail--period img {
        margin: 15px auto;
    }

    /* .cp_detail--conditions.cp--img img {
        width: 80%;
    } */


    .cp_detail--conditions p,
    .cp_detail--period p {
        letter-spacing: 2px;
        color: #4483da;
        font-weight: bold;
    }

    .cp_detail--conditions p.annotation {
        font-size: clamp(15px, 1.25vw, 20px);
        color: #464646;
        font-weight: normal;
        margin-bottom: 0;
    }

    .cp_detail--period p {
        margin-bottom: 0;
    }

    .cp_detail--period p span {
        font-size: clamp(22px, 2.1vw, 32px);
    }

    @media screen and (max-width:767px) {

        #mask-present .ttl,
        #sale .ttl {
            width: 100%;
            margin: auto auto 20px;
        }

        .cp_detail--conditions,
        .cp_detail--period {
            margin: 10px auto 15px;
        }

        .cp_detail--conditions img,
        .cp_detail--period img {
            width: 90%;
        }

        .cp_detail--conditions p,
        .cp_detail--period p {
            letter-spacing: 1px;
            margin-bottom: 0;
        }

    }

    /* === cp - entry === */
    .entry--area {
        border-top: 3px dashed #4171eb;
        padding-top: 50px;
        margin: 50px auto auto;
        max-width: 1000px;
    }

    .entry--area p {
        letter-spacing: 1px;
        margin-bottom: 25px;
        font-size: clamp(15px, 1.25vw, 20px);
    }

    .entry--area p span {
        color: #4483da;
        font-weight: bold;
        font-size: clamp(19px, 1.75vw, 25px);
    }

    .entry--area p span.annotation {
        color: #464646;
        font-weight: normal;
        font-size: clamp(15px, 1.25vw, 20px);
    }

    .entry--area p a,
    .entry--area p a:hover,
    .entry--area p a:active {
        color: #4483da;
        text-decoration: underline;
        font-size: clamp(15px, 1.25vw, 20px);
    }

    .entry--content {
        max-width: 800px;
        margin: auto;
    }

    .entry--content select[name="present_mask"] {
        height: auto !important;
    }

    .entry-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;
    }

    .icon_circle {
        background: #fcfcfc;
        border-radius: 50%;
        display: block;
        width: 33px;
        height: 33px;
        position: relative;
        margin-left: 10px;
    }

    .icon_circle::after {
        background-color: #619ff2;
        content: "";
        display: block;
        width: 20px;
        height: 4px;
        position: absolute;
        top: 15px;
        right: 0;
        left: 0;
        margin: auto;
        transform: rotate(90deg);
        transition: transform .2s ease-in-out;
    }

    .entry-content__details {
        margin-top: 30px;
    }

    .entry-content__details[open] .icon_circle::after {
        transform: rotate(180deg);
    }

    .icon_circle::before {
        background-color: #619ff2;
        content: "";
        display: block;
        width: 20px;
        height: 4px;
        position: absolute;
        top: 15px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .entry-content__box {
        background-color: #C6E3FF;
        padding: 50px;
        text-align: left;
        margin: auto;
        max-width: 1000px;
        font-size: clamp(14px, 1.1vw, 20px);
    }

    .entry-content__box dl {
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .entry-content__box dl dt {
        font-size: clamp(16px, 1.2vw, 23px);
        font-weight: bold;
        padding-bottom: 5px;
    }

    .entry-content__box dl dd {
        line-height: 1.8;
    }

    .item--area {
        margin-top: 30px;
    }

    .item--area>img {
        margin: 30px auto 15px;
    }

    @media screen and (max-width:1499px) {}

    @media screen and (max-width:820px) {}

    @media screen and (max-width:768px) {

        .entry--area {
            padding-top: 25px;
            margin: 25px auto auto;
            max-width: 95%;
        }

        .entry-content__details {
            margin-top: auto;
        }

        .item--area {
            margin-top: 20px;
        }

        .item--area>img {
            margin: 20px auto;
            width: 95%;
        }

    }

    @media screen and (max-width:767px) {

        .entry--content select[name="present_mask"] {
            font-size: 14px !important;
            padding: 5px 5px 4px 0 !important;
        }

        .entry-content__box {
            padding: 15px;
            margin: auto;
            max-width: 95%;
        }

        .entry-content__box dl {
            padding-bottom: 20px;
        }

        .entry-content__box dl dt {
            padding-bottom: 0;
        }

        .entry-content__box dl dd {
            padding-bottom: 5px;
            line-height: 1.4;
        }

    }

    /* 商品 */
    .page-layout-1column .block.widget .products-grid .product-item {
        box-shadow: 0 0 4px rgba(0, 0, 0, .25);
        background: #fff;
        height: 340px;
        margin: 10px !important;
        padding: 10px;
    }

    .product-items .product-item .product-item-details a {
        font-size: clamp(13px, 1.3vw, 17px);
        font-weight: 700;
        color: #454545;
        line-height: 1.35;
    }

    .products-grid .price-box .price-wrapper .price {
        color: #e24b4b;
    }

    .action.primary,
    .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: 2;
        overflow: hidden;
        text-overflow: initial;
        white-space: unset;
        margin-bottom: 0;
    }

    .products-grid .price-box .price-wrapper .price {
        font-size: clamp(19px, 1.75vw, 23px);
    }

    /* 2025/09/10
    .products-grid .price-box .tax-label {
        font-size: clamp(13px, 1.15vw, 15px);
    } */

    .product-items .product-item-info span.rewards__product-points,
    .product-item-actions .actions-secondary,
    .product-item-actions .actions-primary>form {
        display: none;
    }

    @media screen and (max-width: 768px) {

        .anchor-box::before {
            height: 9.2rem;
            margin-top: -9.2rem;
        }

        .action.primary,
        .action-primary {
            width: auto;
        }

    }

    @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;
        }

        /* .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;
        }
    }

    /* 250904 - w price */

    .products-grid .price-box .price-wrapper .price {
        color: #ed1d3e !important;
        font-size: clamp(20px, 1.75vw, 23px);
    }

    .products-grid .price-box .tax-label {
        color: #4C4C4C !important;
    }

    .products-grid .price-box .old-price .price-wrapper .price {
        font-size: 12px !important;
        color: #666 !important;
    }

    .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;
    }

    .widget-product-grid .price-box .old-price {
        display: block !important;
        font-size: 12px !important;
        color: #666;
    }

    .discount-label {
        display: none;
        display: inline-block;
        font-size: 15px;
    }

    @media (min-width: 1025px),
    print {

        .page-layout-1column .block.widget .products-grid .product-item {
            height: 365px !important;
        }
    }

    @media screen and (max-width: 1024px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            height: 290px !important;
        }

        .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;
        }

        .discount-label {
            font-size: 10px;
        }

    }

    @media screen and (max-width: 1023px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            padding: 7px;
        }

        .products-grid .price-box .price-wrapper .price {
            font-size: clamp(17px, 1.75vw, 23px);
        }

    }

    @media screen and (max-width:820px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            height: 300px !important;
            width: calc((100% - 8%) / 3) !important;
        }

        .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 .old-price .price-wrapper .price {
            font-size: 13px !important;
        }

        .products-grid .price-box .price-wrapper .price {
            font-size: clamp(20px, 1.75vw, 23px);
        }

        .discount-label {
            font-size: 12px;
        }

    }

    @media screen and (max-width:601px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            height: 320px !important;
            width: calc(100% / 2 - 10px) !important;
        }

        .shamtre .widget-product-grid .price-box .old-price {
            font-size: 10px !important;
        }

        .products-grid .price-box .old-price .price-wrapper .price {
            font-size: 11px !important;
        }

        .products-grid .price-box .tax-label {
            font-size: 0.65rem;
            margin: auto -3px;
        }

        .discount-label {
            font-size: 10px;
        }

    }

    @media screen and (max-width:430px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            height: 260px !important;
        }

        .products-grid .price-box .price-wrapper .price {
            font-size: clamp(17px, 1.75vw, 23px);
        }

    }

    @media screen and (max-width:390px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            height: 240px !important;
        }
    }

    @media screen and (max-width:375px) {

        .discount-label {
            font-size: 10px;
        }

        .products-grid .price-box .price-wrapper .price {
            font-size: clamp(13px, 1.75vw, 23px);
        }

        .page-layout-1column .block.widget .products-grid .product-item {
            height: 240px !important;
        }
    }

    /* 商品レイアウト fin */


    /* カテゴリナビ */
    .t-header {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        position: sticky;
        top: 0;
        padding: 10px 0px;
        width: 100%;
        background-color: #42c41e;
        margin: auto;
        z-index: 9;
    }

    /* LPページ-カテゴリバー */

    .t-header .inner {
        margin: auto;
        max-width: 100%;
    }

    .t-header .flexbox {
        -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;
    }

    .link-current {
        font-weight: bold;
        border-bottom: 4px solid #ffe500;
    }

    .nav-global div:last-child {
        margin-right: 0;
        border-right: none;
    }

    .nav-gloval-list {
        padding: 20px 35px;
        border-right: 5px dotted #fff;
    }

    .anchor-box::before {
        display: block;
        height: 61px;
        margin-top: -111px;
        content: "";
    }

    .flexbox a {
        color: #fff;
        text-decoration: none;
        background-color: #42c41e;
        font-size: clamp(20px, 1vw, 25px);
    }

    @media screen and (max-width:768px) {
        .t-header {
            flex-wrap: wrap;
            overflow: scroll;
            padding: 5px 0;
        }

        .t-header .flexbox {
            display: -webkit-inline-box !important;
        }

        .flexbox a {
            font-size: clamp(16px, 1vw, 25px);
        }

        .nav-gloval-list {
            padding: 10px 20px;
        }
    }