@charset "UTF-8";

/* イラスト装飾 */

#img_bg2+section .inner_item_img::before {
    background: url("/common/upload_data/warabe-gakuencom/image/o8.png") no-repeat top right / contain;
    top: -20px;
    right: 0;
}

/* ---- */

#img_bg3+section .inner_item_img::before {
    background: url("/common/upload_data/warabe-gakuencom/image/o14.png") no-repeat bottom left / contain;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 650px) {

    a[id*="bg"]+section .inner_item_img::before {
        background-size: 50% !important;
    }
}

/* ---- */

.widget_shop01 .wrapper_item {
    overflow: visible;
}

.widget_shop01 .inner_item_txt {
    position: relative;
}

.widget_shop01 .inner_item_txt::before {
    position: absolute;
    display: block;
    content: "";
    content: none;
    width: 100%;
    height: 100%;
    top: -20px;
    right: 0;
    background: url("/common/upload_data/warabe-gakuencom/image/o6.png") no-repeat top right / 90px;
    pointer-events: none;
}

@media screen and (max-width: 650px) {
    .widget_shop01 .inner_item_txt::before {
        background-size: 70px;
    }
}

/* lv 装飾 */

#lv_outer::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 5%;
    background: url("/common/upload_data/warabe-gakuencom/image/o24.png") no-repeat bottom left / 130px;
    z-index: 5;
    pointer-events: none;
}

@media screen and (max-width: 650px) {
    #lv_outer::before {
        background-size: 80px;
    }
}