.fuw-fair-card {
    position: relative;
    display: flex;
    width: 100%;
    padding: 32px 32px 40px;

    .fuw-low-stock-pc {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .fuw-low-stock-sp {
        display: none;
    }

    .fuw-low-stock-txt {
        position: absolute;
        top: 3px;
        right: 0px;
        transform: rotate(45deg);
        z-index: 2;
        color: #fff;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    .fuw-ribbon {
        position: absolute;
        top: -9px;
        left: 10px;
        z-index: 1;
    }

    .fuw-ribbon-svg {
        fill: var(--fuw-main-color);
    }

    .fuw-fair-date {
        position: absolute;
        top: 0;
        left: 18px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fuw-fair-date-day,
    .fuw-fair-date-week {
        font-size: 16px;
        color: #fff;
    }

    .fuw-fair-img-warp {
        position: relative;
        overflow: hidden;
        width: 240px;
        height: 240px;
    }

    .fuw-fair-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fuw-fair-info {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding-left: 32px;
    }

    .fuw-fair-name {
        font-size: 17px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 8px;
        text-wrap: auto;
        line-height: 1.5;
    }

    .fuw-fair-part-time {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .fuw-pipe {
        display: inline-block;
        height: 8px;
        width: 1px;
        margin: 0 8px;
        background-color: #acadae;
        opacity: .4;
    }

    .fuw-sp-show {
        display: none;
    }

    .fuw-fair-tags {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
    }

    .fuw-fair-tag {
        font-size: 11px;
        padding: 2px 6px;
        color: #fff;
        background-color: var(--fuw-sub-color);
        border-radius: 1px;
    }

    .fuw-fair-privilege-warp {
        padding: 6px 8px;
        background-color: var(--fuw-main-color-alpha10);
        margin-bottom: 16px;
    }

    .fuw-fair-privilege {
        font-size: 12px;
        color: var(--fuw-main-color);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .fuw-fair-btns {
        flex: 1;
        display: flex;
        align-items: flex-end;
        gap: 14px;
    }

    .fuw-fair-reserve-btn {
        width: 204px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 16px;
        position: relative;
        color: #fff;
        background-color: var(--fuw-main-color);
        border: solid 1px var(--fuw-main-color);
        --tw-duration: .3s;
        transition-duration: .3s;
    }

    .fuw-fair-reserve-btn-txt {
        font-size: 14px;
        font-family: 'Noto Sans', 'Noto Sans Fallback';
        line-height: 1.3;
    }

    .fuw-fair-reserve-btn-arrow {
        flex: none;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 16px;
        translate: 0px -50%;
        rotate: 180deg
    }

    .fuw-fair-reserve-btn-arrow-svg {
        width: 100%;
        fill: #fff;
        transition-property: transform, translate, scale, rotate, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --tw-duration: .3s;
        transition-duration: .3s;
    }

    .fuw-fair-reserve-btn:hover {
        color: var(--fuw-main-color);
        background-color: #fff;
    }

    .fuw-fair-reserve-btn:hover .fuw-fair-reserve-btn-arrow-svg {
        fill: var(--fuw-main-color);
        --tw-translate-x: -4px;
        translate: -4px;
    }

    .fuw-fair-detail-btn {
        width: 204px;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 16px;
        position: relative;
        color: var(--fuw-main-color);
        background-color: #fff;
        border: solid 1px var(--fuw-main-color);
        transition-property: transform, translate, scale, rotate, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --tw-duration: .3s;
        transition-duration: .3s;
    }

    .fuw-fair-detail-btn:hover {
        color: #fff;
        background-color: var(--fuw-main-color);
    }

    .fuw-fair-detail-btn-txt {
        font-size: 14px;
        font-family: 'Noto Sans', 'Noto Sans Fallback';
        line-height: 1.3;
    }

    .fuw-fair-detail-btn-arrow {
        flex: none;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 16px;
        translate: 0px -50%;
        rotate: 180deg
    }

    .fuw-fair-detail-btn-arrow-svg {
        width: 100%;
        fill: var(--fuw-main-color);
        transition-property: transform, translate, scale, rotate, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --tw-duration: .3s;
        transition-duration: .3s;
    }

    .fuw-fair-detail-btn:hover .fuw-fair-detail-btn-arrow-svg {
        fill: #fff;
        --tw-translate-x: -4px;
        translate: -4px;
    }
}

@media (max-width: 834px) {
    .fuw-fair-card {
        height: calc(100% - 48px);
        flex-direction: column;
        padding: 24px;
        gap: 16px;
        margin-bottom: 48px;

        .fuw-low-stock-pc {
            display: none;
        }

        .fuw-low-stock-sp {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
        }

        .fuw-low-stock-txt {
            top: 8px;
            right: 5px;
        }

        .fuw-fair-img-warp {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
        }

        .fuw-fair-info {
            padding: 0;
        }

        .fuw-fair-name {
            font-size: 15px;
            -webkit-line-clamp: 3;
        }

        .fuw-fair-part-time {
            flex-direction: column;
            gap: 2px;
        }

        .fuw-fair-tags {
            margin-bottom: 0;
        }

        .fuw-fair-privilege-warp {
            margin-top: 12px;
            margin-bottom: 0;
        }

        .fuw-fair-privilege {
            -webkit-line-clamp: 3;
        }

        .fuw-fair-btns {
            width: calc(100% + 2px);
            position: absolute;
            top: 100%;
            left: -1px;
            gap: 0;
        }

        .fuw-fair-reserve-btn,
        .fuw-fair-detail-btn {
            border-bottom: none;
        }

        .fuw-fair-reserve-btn {
            justify-content: space-between;
            padding: 0 14px;
        }

        .fuw-fair-reserve-btn:hover {
            color: #fff !important;
            background-color: var(--fuw-main-color) !important;
        }

        .fuw-fair-reserve-btn:hover .fuw-fair-reserve-btn-arrow-svg {
            fill: #fff !important;
            --tw-translate-x: 0 !important;
            translate: 0 !important;
        }

        .fuw-fair-detail-btn {
            justify-content: space-between;
            padding: 0 14px;
        }

        .fuw-fair-detail-btn:hover {
            color: var(--fuw-main-color) !important;
            background-color: #fff !important;
        }

        .fuw-fair-detail-btn:hover .fuw-fair-detail-btn-arrow-svg {
            fill: var(--fuw-main-color) !important;
            --tw-translate-x: 0 !important;
            translate: 0 !important;
        }
    } 
}