@charset "utf-8";.top_page_font_color{color: #FFFFFF;}@media (min-width: 751px)
{
    .featureContents .feature-detail2 .feature-kv-container
    {
        background-image: url(/photo/page/20220928/20260323/LEATHER1200.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }            
}
@media (max-width: 750px)
{
    .featureContents .feature-detail2 .feature-kv-container
    {
        background-image: url(/photo/page/20220928/20260323/LEATHER1000.jpg)!important;
        background-repeat: no-repeat;
        background-size: cover;
   　 background-position: bottom center;
    }        
}

.image-4-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px auto;
}

.image-item {
    width: 25%;
    text-decoration: none;
    color: #333;
    text-align: center;
}

.image-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.image-text {
    font-size: 13px;
    line-height: 1.4;
}
.image-text span {
    font-size: 12px;
    color: #888;
}


/* ホバー（任意） */
.image-item:hover img {
    opacity: 0.85;
    transition: 0.3s;
}

@media (max-width: 750px) {
    .image-4-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .image-item {
        width: 48%;
    }
}