@charset "UTF-8";

#hide_item + div.composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2){
 display:none;
}

#item_add + div.composite_box01 .wrapper_item {
    overflow: hidden;
    overflow: clip;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2%;
}

@media screen and (max-width: 1250px) {
    #item_add + div.composite_box01 .wrapper_item {
        flex-wrap: wrap !important;
    }
}


#item_add + div.composite_box01 .wrapper_item .inner_item {
 width:18%;
margin-left :unset !important;
}
@media screen and (max-width: 900px) {
#item_add + div.composite_box01 .wrapper_item .inner_item {
 width:48%;
}
}


#item_add + .composite_box01 .inner_item_img img {
    height: auto !important;
}