    @charset "UTF-8";

    a,
    a:hover,
    a:visited {
        color: white;
        text-decoration: none;
    }

    #html-body {
        background: transparent !important;
    }

    body {
        margin: auto;
    }

    /* store-ページ遷移表示 */
    .breadcrumbs {
        display: none;
    }

    .columns .column.main {
        padding-bottom: 0;
    }

    .page-header {
        margin-bottom: 0;
        background: #fff;
    }

    /* store */
    /*position:stickey;を適用するために必須*/
    .page-layout-1column,
    .page-layout-2columns-left,
    .page-layout-2columns-right,
    .page-layout-1column-fullwidth {
        overflow-x: visible !important;
    }

    /* △▼△ summer-item2025 △▼△ */

    /* === all === */

    .summer-item25__wrap {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        background: transparent !important;
        font-size: clamp(15px, 1.25vw, 20px);
        color: #454545;
    }

    .summer-item25__wrap::before {
        background: url("../../../img/event/summer-item/2025/bg.jpg");
        background-color: #8fd4ff;
        background-size: cover;
        background-position: top center;
        content: "";
        background-repeat: no-repeat;
        display: block;
        z-index: -1;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    section {
        margin: 50px auto;
        padding: 50px 0;
    }

    @media screen and (max-width:768px) {

        section {
            margin: auto;
        }

        .summer-item25__wrap::before {
            background: url("../../../img/event/summer-item/2025/sp_bg.jpg");
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            background-color: #8fd4ff;
        }

    }

    /* === mv === */

    .summer-item25__wrap .mv--area {
        max-width: 100%;
        width: 85%;
        margin: auto;
        padding: 25px 50px 25px 0;
        text-align: center;
    }

    @media screen and (max-width:1125px) {
        .summer-item25__wrap .mv--area {
            width: 95%;
        }
    }

    @media screen and (max-width:767px) {

        .summer-item25__wrap .mv--area {
            max-width: 100%;
            width: 100%;
            margin: auto;
            padding: 25px 15px 0 0;
        }
    }

    /* カテゴリナビ */
    .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: #00ABF7;
        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: #00ABF7;
        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;
        }
    }

    /* === ctg === */
    .ctg_top,
    .ctg_bottom {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .ctg_top img,
    .ctg_bottom img {
        max-width: 100%;
        width: 100%;
    }

    .ctg_middle {
        background: rgba(255, 255, 255, .8);
    }

    #menu04 .ctg_middle {
        background: #ee3851;
    }

    .ctg_middle .summer-appliances25_banner {
        margin: auto;
        padding: 25px 0 0;
        text-align: center;
    }

    .ctg_middle .summer-appliances25_banner img {
        width: 70%;
    }


    @media screen and (max-width:820px) {}

    @media screen and (max-width:768px) {

        .ctg__box .summer-item25_banner {
            padding: 10px;
        }

        .ctg__box .summer-item25_banner img {
            width: 100%;
        }

    }

    @media screen and (max-width:767px) {
        .ctg_middle .summer-appliances25_banner {
            padding: 0;
        }
    }


    /* 商品 */

    .action.primary,
    .action-primary {
        display: none;
    }

    .widget-product-grid .product-reviews-summary {
        display: none !important;
    }

    .item__area {
        padding: 25px 0 0 0;
    }

    [data-content-type=row] li.product-item .action.primary,
    [data-content-type=row] li.product-item .action-primary {
        text-align: center;
    }

    .product-item-details {
        padding: 5px;
    }

    .ctg_middle .product-item {
        border: 3px solid #4bbaff;
        padding: 5px !important;
        border-radius: 2px;
        box-shadow: 5px 5px 0px rgb(255 249 75 / 85%);
        margin-bottom: 10px;
        background: #fff;
    }

    #menu04 .ctg_middle .product-item {
        border: 3px solid #FF5C7D;
        box-shadow: 5px 5px 0px #fff94b;
    }

    .product-items .product-item .product-item-details a {
        font-size: clamp(13px, 1.3vw, 17px);
        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;
        margin-bottom: 0;
    }

    .products-grid .price-box .price-wrapper .price {
        color: #f25a34;
        font-size: clamp(19px, 1.75vw, 23px);
    }

    .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列表示 */
    @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);
            height: 365px;
            margin: 0 7px 15px !important;
        }
    }

    @media screen and (max-width:1023px) {
        .page-layout-1column .block.widget .products-grid .product-item {
            width: calc(100% / 4 - 14px);
            margin: 0 7px 15px !important;
        }
    }


    @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: 1199px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            height: 320px;
        }
    }

    @media screen and (max-width: 820px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            height: 285px !important;
        }
    }

    @media screen and (max-width: 768px) {

        .page-layout-1column .block.widget .products-grid .product-item {
            height: auto !important;
        }
    }

    /* 2505 - 在庫なし表示 */
    /* いいねとグラフの非表示 */
    /* .product-item-actions .actions-secondary,
    .product-item-actions .actions-primary>form {
        display: none;
    } */

    .product-item-actions .actions-primary .stock.unavailable>span {
        display: none;
    }

    .product-item-info:has(div.stock.unavailable) {
        position: relative;
        pointer-events: none;
    }

    /* 在庫なしを持っていたら画像に在庫なし表示 */
    .product-item-actions .actions-primary .stock.unavailable::after {
        content: "";
        position: absolute;
        z-index: 1;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(../../../event/img/kanbai_01.png) center center no-repeat;
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    @media screen and (max-width:768px) {

        .product-item-actions .actions-primary .stock.unavailable::before {
            /* transform: translate(0, 42%);
            aspect-ratio: 1 / 1;
            letter-spacing: 1px; */
        }

        /* 高さをそろえる */
        .product-items {
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    }