@charset "utf-8";

.fuw-recommend-slider-content {
    margin-right: calc(-25vw - 25%);
}

.fuw-recommend-swiper {
    overflow: visible;
    padding-bottom: 64px;
}

.fuw-recommend-swiper-slide {
    width: 100%;
    max-width: 774px;
    margin-top: 9px;
}

.fuw-recommend-swiper-slide.fuw-last {
    max-width: unset;
}

.fuw-recommend-fair-warp {
    width: 100%;
    max-width: 774px;
    background-color: #fff;
    border: solid 1px var(--fuw-main-color);
}

.fuw-recommend-fair {
    display: flex;
    width: 100%;
    position: relative;
}

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

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

.fuw-recommend-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-recommend-fair-date {
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

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

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

.fuw-recommend-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-recommend-fair-part-time {
    font-size: 12px;
    margin-bottom: 12px;
    display: flex;
    gap: 8px;
}

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

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

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

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

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

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

.fuw-recommend-fair-btns {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.fuw-recommend-fair-reserve-btn {
    flex: 1;
    height: 48px;
    display: flex;
    align-items: center;
    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-recommend-fair-reserve-btn-txt {
    font-size: 14px;
    font-family: 'Noto Sans', 'Noto Sans Fallback';
    line-height: 1.3;
}

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

.fuw-recommend-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-recommend-fair-reserve-btn:hover {
    color: var(--fuw-main-color);
    background-color: #fff;
}

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

.fuw-recommend-fair-detail-btn {
    flex: 1;
    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-recommend-fair-detail-btn:hover {
    color: #fff;
    background-color: var(--fuw-main-color);
}

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

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

.fuw-recommend-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-recommend-fair-detail-btn:hover .fuw-recommend-fair-detail-btn-arrow-svg {
    fill: #fff;
    --tw-translate-x: -4px;
    translate: -4px;
}

.fuw-recommend-slider-nav {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

.fuw-slider-nav-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding-left: 12px;
    z-index: 1;
}

.fuw-slider-nav-btn {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--fuw-main-color);
    cursor: pointer;
    background-color: #fff;
}

.fuw-slider-nav-btn-prev-svg,
.fuw-slider-nav-btn-next-svg {
    fill: var(--fuw-main-color);
    --tw-duration: .3s;
    transition-duration: .3s;
}

.fuw-slider-nav-btn-prev-svg {
    rotate: 180deg;
}

.fuw-slider-nav-btn:hover .fuw-slider-nav-btn-prev-svg {
    --tw-translate-x: -4px;
    translate: -4px;
}

.fuw-slider-nav-btn:hover .fuw-slider-nav-btn-next-svg {
    --tw-translate-x: 4px;
    translate: 4px;
}

.fuw-slider-progress-wrap {
    flex: auto;
    height: 1px;
    background-color: var(--fuw-main-color);
    border-radius: 3.40282e+38px;
}

.fuw-slider-progress {
    width: 0%;
    height: 3px;
    margin-top: -1px;
    --tw-duration: .3s;
    transition-duration: .3s;
    background-color: var(--fuw-main-color);
}

.fuw-slider-counter {
    color: var(--fuw-main-color);
    position: static;
    z-index: 0;
    font-family: var(--fuw-font-mincho);
    width: auto;
    flex: none;
    font-size: 18px;
}

@media (max-width: 834px) {
    .fuw-recommend-slider-content {
        overflow: hidden;
        margin: 0 auto;
    }

    .fuw-recommend-swiper {
        padding-bottom: 40px;
    }

    .fuw-recommend-swiper-slide {
        height: auto;
    }

    .fuw-recommend-fair-warp {
        height: 100%;
        border-bottom: none;
    }

    .fuw-recommend-fair {
        height: calc(100% - 48px);
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        margin-bottom: 48px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fuw-recommend-fair-reserve-btn:hover .fuw-recommend-fair-reserve-btn-arrow-svg {
        fill: #fff !important;
    }

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

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

    .fuw-recommend-slider-nav {
        align-items: normal;
        justify-content: normal;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .fuw-slider-nav-btns {
        padding-left: 0;
    }

    .fuw-slider-nav-btn {
        width: 20px;
        height: 20px;
        border: none;
    }

    .fuw-slider-counter {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        font-size: 16px;
    }

    .fuw-slider-nav-btn-prev-svg,
    .fuw-slider-nav-btn-next-svg {
        --tw-translate-x: 0 !important;
        translate: 0 !important;
    }
}