@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 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 a {
        height: 160px;
    }
}