@charset "UTF-8";

#reason + .composite_box01 .wrapper_item {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    pointer-events: none;
}


.index main:before {
    position: absolute;
    display: block;
    content: "";
    background-image: url(/common/upload_data/maman-obentocom/image/obento.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 0;
    background-position: top right;
    pointer-events: none;
    opacity: 0.2;
    background-size: 500px;
    background-size: none;
}