body.emakiBody {
    background: url(../img/bg2.jpg);
    overflow: hidden;
}


.cloudTop {
    background: url(../img/bg_cloud.png);
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 142px;
    display: block;
}

.cloudTopS {
    background: url(../img/bg_cloud.png) repeat-x;
    background-size: auto 80%;

    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 120px;
    display: block;
}

#picTitle {
    position: fixed;
    top: 45px;
    left: 0px;
    background: #fff;
    font-family: serif;
}

#picTitle h1 {
    padding: 0px 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 30px;
}

#picTitle h1 span {
    font-size: 14px;
}



ul.emaki {
    /*            width: 18000px;*/
    padding-top: 180px;
    padding: 0;
    margin: 0;

    /*            transform: rotate(-90deg);*/
}


ul.emaki li {
    padding: 0;
    margin: 0;
    float: left;
}

.wrapScroll {
    padding-bottom: 50px;

}

.bg1 {
    background: url(../img/bg1.jpg);
}

/*　roading popup　*/
#popupWrap {
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -350px;
    z-index: 25000;
    background: #fff;
    width: 800px;
    padding: 70px;
    line-height: 1.7;
    font-family: serif;
    display: none;
}

#popupWrap.mobile {
    top: 0;
    left: 0;
    margin-left: 0px;

    width: 100%;
    height: 100%;
    padding: 20px;

}

#popupWrap h2 {

    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

#popupWrap h2 span {

    font-weight: bold;
    font-size: 14px;
}

#popupWrap.mobile h2 span {

    font-weight: bold;
    font-size: 14px;
    display: block;
}

#popupWrap p {
    margin-bottom: 18px;
}

.closeBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    background: #000;
}

#showTxtBtn {
    cursor: pointer;
}

#showTxtBtnkaisetu {
    position: absolute;
    top: 0px;
    right: -50px;
    display: block;
    width: 50px;
    height: 30px;
    text-decoration: none;
    color: #fff;
    z-index: 20000;
    background: #000;
    text-align: center;
    cursor: pointer;
}



/* navEnd 巻末ナビ*/
#navEnd {
    background: #fff;
    padding: 50px 20px;
    font-family: serif;
}

#navEnd h3 {
    font-size: 51px;
    margin-bottom: 40px;

}

#navEnd a {
    text-decoration: none;
    color: #000;
    padding-bottom: 13px;
}

#navEnd a:hover {
    opacity: 0.7;
}

#navEnd a h4 {
    border: 2px solid #000;
    margin: 5px 40px;
    padding: 7px 9px;
    text-align: center;
}

#navEnd div {
    margin-bottom: 30px;
}

#navEnd div#navEndIn {
    padding-top: 40px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#navEnd #popGoodsBtn {
    padding: 0 24px;

}

/* navEnd 巻末ナビ*/
#navEnd.short {
    padding: 20px 20px;
}

#navEnd.short h3 {
    font-size: 24px;
    margin-bottom: 12px;

}

#navEnd.short a {
    color: #000;
    padding-bottom: 8px;
}

#navEnd.short img.arrowJ {
    width: 40%;
    display: inline-block;
    margin: 0 auto 0 30%;
}

#navEnd.short a:hover {
    opacity: 0.7;
}

#navEnd.short a h4 {
    border: 2px solid #000;
    margin: 3px 40px;
    padding: 4px;
    text-align: center;
}

#navEnd.short div {
    margin-bottom: 16px;
}

#navEnd.short div#navEndIn {
    padding-top: 20px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#navEnd.short #popGoodsBtn {
    padding: 0 44px;

}

div#navEndIn p {
    width: 50%;
    text-align: center;
    cursor: pointer;
}

/* loading */
div#popupLoading {
    position: fixed;
    width: 500px;
    height: 400px;
    text-align: center;
    top: 150px;
    left: 50%;
    background: #fff;
    margin-left: -250px;
    padding-top: 30px;
    z-index: 3000;
}

/* loading */
div#popupLoading.mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: #fff;
    margin-left: 0px;
    padding-top: 30px;
}

@media only screen and (min-width:670px) {
    #picTitle {
        position: fixed;
        top: 30px;
        left: 20px;
        background: #fff;
        font-family: serif;
    }

    #picTitle h1 {
        padding: 0px 10px;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 30px;
    }

    #picTitle h1 span {
        font-size: 14px;
    }

}
