body {
        color: rgb(25, 25, 25);
        font-family: "游ゴシック Mediu", YuGothic, YuGothicM, "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", ‘メイリオ’, meiryo, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.8;
        letter-spacing: 0.06em;
        font-feature-settings: "palt";
        position: relative;
    }

    .header {
        width: 100vw;
        height: 100vh;
        position: fixed;
        pointer-events: none;
        z-index: 10;
    }

    .gnav {
        pointer-events: all;
        position: absolute;
        bottom: 80px;
        left: calc((100vw - 390px) / 2 + 390px + 5.29vw);
        top: 50px;
    }

    .l-contents {
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
        background-color: #f5f5f5;
        box-shadow: 0 4px 64px rgba(25, 25, 25, .15);
    }

    .l-wrap::before {
        content: "";
        width: 100vw;
        height: 100vh;
        /* background: url(https://www.hasegawa-kogyo.co.jp/lucano/new_color/assets/img/top/pc_bg.png) no-repeat center center; */
        background: linear-gradient(270deg, #dfeaf2, #edece2);
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .product-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product-item {
        width: 48%;
        box-sizing: border-box;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 8px;
        position: relative;
        background-color: #fff;
    }

    .product-item img {
        max-width: 100%;
        height: auto;
    }

    .ordercountlist {
        color: #E91E63;
        font-size: 16px;
        font-weight: 700;
    }


    .productname {
        text-align: left;
    }

    .content {
        margin: 0 auto;
        box-shadow: 5px -5px 10px -2px #ccc, -10px 0px 10px -2px #ccc;
        border-radius: 0px;
        width: 500px;
    }

    .onlineshop_btn {
        position: sticky;
        top: 44px;
        z-index: 80;
        background-color: #fff;
        padding: 20px;
        opacity: 0.75;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .onlineshop_btn a {
        text-transform: uppercase;
        color: rgb(197, 118, 55);
    }

    @media (max-width: 767px) {
        .ordercountlist {
            text-align: left;
        }
    }

    .bi {
        font-size: 10px;
    }

    .productname{
        font-size: 16px;
    }
