/* CSS Document */

#contents_block #productsBox.red {
    background: #FFF url(../img/24_img_bg_red.jpg) center top no-repeat;
    background-color: #6e0104;
    background-size: 2000px 100%;
}

#contents_block #productsBox.red .products_note {
    width: 980px;
    height: 740px;
    margin: 0 auto;
    position: relative;
}

#contents_block #productsBox.red .products_note p {
    font-size: 16px;
    line-height: 180%;
    color: #FFF;
    position: absolute;
    top: 545px;
    left: 545px;
    width: 420px;
}

/* smartPhone */
@media screen and (max-width: 640px) {



    #contents_block #productsBox.red {
        width: 100%;
        background: #330102 url(../img/24_img_bg_red_sp.jpg) center top no-repeat;
        background-size: 100%;
        padding-top: 1px;
    }

    #contents_block #productsBox.red .products_note {
        width: 85%;
        height: auto;
        margin: 192vw auto 0;
        position: relative;
    }

    #contents_block #productsBox.red .products_note p {
        width: 100%;
        font-size: 26px;
        line-height: 180%;
        color: #FFF;
        position: static;
    }

    #contents_block #productsBox.red .shizuru {
        width: 100%;
        padding: 50px 0;
    }

    #contents_block #productsBox.red .shizuru img {
        width: 100%;
        height: auto;
    }

}