@charset "UTF-8";
.kt2025__productList__outer {
    padding: 0 40px;
    box-sizing: border-box;
    font-family: serif;
}
.kt2025__productList__outer img {
    width: 100%;
    height: auto;
    max-height: 230px;
    box-sizing: border-box;
    object-fit: contain;
}
.kt2025__productList__outer a {
    color: #222;
    text-decoration: none;
}
.kt2025__productList__outer a:hover {
    opacity: .7;
}
.kt2025__productList__wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1036px;
    margin: 0 auto;
    box-sizing: border-box;
}
.kt2025__productList__item {
    width: 25%;
    padding: 0 15px 40px;
    box-sizing: border-box;
}
.kt2025__productList__name {
    margin-top: 16px;
    font-size: 18px;
    font-weight: bold;
}
.kt2025__productList__price {
    margin-top: 8px;
    color: #d60303;
}
@media screen and (max-width:900px) {
    .kt2025__productList__outer {
        padding: 0 5px;
    }
    .kt2025__productList__outer img {
        max-height: 160px;
    }
    .kt2025__productList__outer a:hover {
        opacity: 1;
    }
    .kt2025__productList__wrapper {
        max-width: inherit;
    }
    .kt2025__productList__item {
        width: 50%;
        padding: 0 10px 30px;
    }
    .kt2025__productList__name {
        margin-top: 12px;
        font-size: 15px;
    }
    .kt2025__productList__price {
        margin-top: 6px;
    }
}
#fs_Top .fs-l-header {
    background-image: linear-gradient(#000000bf 5%, transparent) !important;
}
#fs_Top .nav_02 {
    background-image: none !important;
}


.kt2025__lineup__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: serif;
}

.kt2025__lineup__item {
    width: 25%;
    padding: 0 15px 40px;
    box-sizing: border-box;
}

.kt2025__lineup__item.-wd {
    width: 50%;
    padding: 0 15px 40px;
    box-sizing: border-box;
}

.kt2025__lineup__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    background-color: #fff;
    box-sizing: border-box;
    color: #888;
    text-decoration: none;
    transition: opacity .4s;
}

.kt2025__lineup__item a:hover {
    opacity: .7;
}

@media screen and (max-width:1100px) {
    .kt2025__lineup__item a {
        height: 180px;
    }
}

@media screen and (max-width:900px) {
    .kt2025__lineup__item {
        width: 50%;
        padding: 0 10px 30px;
    }

    .kt2025__lineup__item.-wd {
        width: 100%;
        padding: 0 10px 30px;
    }

    .kt2025__lineup__item a {
        height: 160px;
    }
}


#cart_area .cart-trigger.trg2 {
    display: none;
}

@media only screen and (max-width: 1019px) {
    #cart_area .cart-trigger {
        right: 50px !important;
    }
    #cart_area .cart-trigger.trg2 {
        display: block;
        position: absolute;
        right: 95px !important;
        top: 18px;
    }

    #cart_area .cart-trigger.trg2 a {
        width: calc(50px * 0.85);
        height: calc(44px * 0.85);
    }

    #cart_area .cart-trigger.trg2 .cb {
        width: calc(30px * 0.85);
        height: calc(30px * 0.85);
        left: 0px;
        top: 2px;
    }

    #fs_Top #cart_area .cart-trigger.trg2 a .cb-shopping-cart,
    #fs_Top #cart_area .cart-trigger.trg2 a:hover .cb-shopping-cart {
        background-image: url(https://huofficial.itembox.design/item/hu_add/img/common/ico_user_white.svg) !important;
    }

    #cart_area .cart-trigger.trg2 a .cb-shopping-cart,
    #cart_area .cart-trigger.trg2 a:hover .cb-shopping-cart {
        background-image: url(https://huofficial.itembox.design/item/hu_add/img/common/ico_user.svg) !important;
    }
}
