
@charset "UTF-8";

#banner + * .wrapper_item {
    justify-content: center;
}
#banner + * .wrapper_item .empty {
    display: none;
}
#commodity1 + * .inner_item {
    margin-bottom: 20px !important;
}
#commodity1 + * .inner_item_txt, #commodity2 + * .inner_item_txt {
    display: none;
}
#commodity2 + * {
    margin-bottom: 40px;
}
#commodity2 + * .wrapper_item {
    justify-content: center;
}
#commodity2 + * .inner_item {
    width: 31%;
}
#commodity2 + * .inner_item:nth-of-type(2) {
    margin-left: 3.5%;
}
@media screen and (max-width: 900px) {
#banner + * .wrapper_item {
    box-sizing: border-box;
    padding: 0 var(--i_padding, 20px);
}
#commodity2 + * .inner_item:nth-of-type(1) {
    margin-bottom: 20px !important;
}
}