/* CSS Document */

#contents_block #productsBox {
    position: relative;
    width: 100%;
    min-width: 980px;
    height: 740px;
    margin: 0 auto;
}


#contents_block #productsBox.nisou_white {
    background: #012e54;
}

#contents_block #productsBox h1 img {
    position: absolute;
    width: 240px;
    height: auto;
    top: 50px;
    left: 625px;
}

#contents_block #productsBox h2 img {
    position: absolute;
    width: 360px;
    height: auto;
    top: 185px;
    left: 565px;
}

#contents_block #productsBox h3 img {
    position: absolute;
    width: 430px;
    height: auto;
    top: 365px;
    left: 550px;
}


#contents_block #productsBox.nisou_white .products_note {
    width: 980px;
    height: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

#contents_block #productsBox.nisou_white .products_note p {
    font-size: 16px;
    line-height: 190%;
    color: #000;
    position: absolute;
    top: 460px;
    left: 552px;
    width: 370px;
}

#contents_block #productsBox.nisou_white .products_note .cap {
    font-size: 12px;
    line-height: 190%;
    color: #000;
}

#contents_block #productsBox.nisou_white .products_note p .spn {
    margin: 0;
    padding: 0;
    display: block;
    height: 0;
    line-height: 100%;
}


#contents_block #productsBox .pk01 {
    position: absolute;
    width: 360px;
    height: auto;
    top: 54px;
    left: 148px;
}

#contents_block #productsBox .new {
    position: absolute;
    width: 120px;
    height: auto;
    top: 20px;
    left: 862px;
    opacity: 0;
}



/* ムービー部分 */
#contents_block #mainBox {
    width: 100%;
    min-width: 980px;
    height: 740px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 1;
}

#contents_block .note span {
    display: inline;
}



#contents_block .note .txtRed {
    font-weight: bold;
}


#contents_block .note .txt2 {
    display: block;
    font-size: 1.0em;
    padding-top: 1em;
    font-weight: bold;
}



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


    #contents_block #productsBox {
        position: relative;
        width: 100%;
        min-width: 320px;
        margin: 0 auto;
    }

    /***************
     * 商品
     ***************/
    #contents_block #productsBox.nisou_white {
        width: 100%;
        height: auto;
        background: #fcfbf6 url("../img/24_img_bg_nisou_sp.jpg") center top no-repeat;
        background-size: 100% auto;
        padding-top: 1px;

    }

    #contents_block #productsBox h1 img {
        position: absolute;
        width: 52vw;
        height: auto;
        top: 114vw;
        left: 16.5vw;
    }

    #contents_block #productsBox h2 img {
        position: absolute;
        width: 68vw;
        height: auto;
        top: 143vw;
        left: 8vw;
    }

    #contents_block #productsBox h3 img {
        position: absolute;
        width: 105%;
        height: auto;
        top: 173vw;
        left: 0vw;
    }

    #contents_block #productsBox.nisou_white .products_note {
        width: 85%;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding-top: 1px;
        padding-bottom: 10vw;
        z-index: 100;
    }

    #contents_block #productsBox.nisou_white .products_note p {
        font-size: 26px;
        line-height: 180%;
        color: #000;
        margin: 203vw auto 0 !important;
        position: static;
        width: 100%;
    }

    #contents_block #productsBox.nisou_white .products_note p .spn {
        display: none;
    }


    #contents_block #productsBox.nisou_white .products_note .cap {
        font-size: 20px;
        line-height: 190%;
        color: #000;
    }


    #contents_block #productsBox .pk01 {
        position: absolute;
        width: 67%;
        height: auto;
        top: 6.5vw;
        left: 14vw;
    }

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

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

    #contents_block #productsBox .new {
        position: absolute;
        width: 20vw;
        height: auto;
        top: 110vw;
        left: 61vw;
        opacity: 1;
    }

    /* ムービー部分 */
    #contents_block #mainBox {
        width: 100%;
        min-width: 320px;
        height: 2375px;
        overflow: hidden;
        text-align: center;
        position: absolute;
        top: 0px;
        z-index: 100;
    }

    #contents_block .note span {
        display: block;
        margin-left: 1vw;
    }


}


#contents_block br {
    margin: 0;
    padding: 0;
}





/* フェードイン操作 */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    /* トランジションの設定 */
}

/* smartPhone */
@media screen and (max-width: 640px) {
    .fade-in {
        opacity: 1;
    }

}