@charset "UTF-8";

/*------イラスト追加------*/
#news + div > .content_wrapper, #introduction + div > .content_wrapper, #con1 + div > .content_wrapper, #blog + div > .content_wrapper, #access + div > .content_wrapper {
    position: relative;
}
/*News Introduction*/
#news + div > .content_wrapper::before, #introduction + div > .content_wrapper::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/sweets-canoncom/image/20240927163724.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10%;
    top: -3rem;
}
#news + div > .content_wrapper::before {
    background-image: url(/common/upload_data/sweets-canoncom/image/20240927163724.png);
}
#introduction + div > .content_wrapper::before {
    background-image: url(/common/upload_data/sweets-canoncom/image/20240927163716.png);
}
@media screen and (max-width: 768px) {
    #news + div > .content_wrapper::before, #introduction + div > .content_wrapper::before {
        width: 50px;
        height: 50px;
        right: 5%;
    }
}
@media screen and (max-width: 400px) {
    #news + div > .content_wrapper::before {
        top: -2rem;
    }
    #introduction + div > .content_wrapper::before {
        top: -5rem;
    }
}
/*Concept Blog*/
#con1 + div > .content_wrapper::before, #blog + div > .content_wrapper::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10%;
    top: -3rem;
}
#con1 + div > .content_wrapper::before {
    background-image: url(/common/upload_data/sweets-canoncom/image/20240927163721.png);
}
#blog + div > .content_wrapper::before {
    background-image: url(/common/upload_data/sweets-canoncom/image/20240927163712.png);
}
@media screen and (max-width: 768px) {
    #con1 + div > .content_wrapper::before, #blog + div > .content_wrapper::before {
        width: 50px;
        height: 50px;
        left: 5%;
    }
}
/*Access*/
#access + div > .content_wrapper::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 250px;
    height: 100px;
    background-image: url(/common/upload_data/sweets-canoncom/image/20240927163729.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 5%;
    top: -5rem;
}
@media screen and (max-width: 768px) {
    #access + div > .content_wrapper::before {
        width: 150px;
        height: 6rem;
        top: -6rem;
    }
}



/*------イラスト追加・変更------*/

#news + div > .content_wrapper::before {
    background-image: url(/common/upload_data/sweets-canoncom/image/20241007100904.png);
    width: 100px;
    height: 120px;
    left: 10%;
    right: initial;
}
@media screen and (max-width: 768px) {
    #news + div > .content_wrapper::before {
        width: 50px;
        height: 60px;
        left: 5%;
        right: initial;
    }
}

a#para1 {
    position: relative;
    width: 100%;
    display: block;
}
#para1::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/sweets-canoncom/image/20240927163724.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(20% - 120px);
    top: 0;
}
@media screen and (max-width: 768px){
    #para1::before {
        width: 50px;
        height: 50px;
        left: 5px;
        top: -55px;
    }
}

#con1 + div > .content_wrapper::before {
    left: initial;
    right: 10%;
}
@media screen and (max-width: 768px) {
    #con1 + div > .content_wrapper::before{
        left: initial;
        right: 5%;
    }
}