@charset "UTF-8";
/* CSS Document */

body {
    background-color: #f8f5f0;
}

img {
	max-width:100%;
	height: auto;
    vertical-align: bottom;
}

.comicBox {
    max-width: 650px;
    margin: auto;
}

.h1 {
    position: relative;
}

.icoScroll {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.imgScroll {
    animation-duration: 1.25s;
}

.btnSp {
    display: none;
}

.btnPc {
    position: fixed;
    top: 30px;
    right: 30px;
}

.page {
    padding-top: 40px;
}

.page.p7 {
    padding-bottom: 125px;
}

@media screen and (max-width: 768px) {
    .btnSp {
        display: block;
        padding: 6.5vw;
    }
    .btnPc {
        display: none;
    }
    .page {
        padding-top: 8vw;
    }
    .page.p7 {
        padding-bottom: 0;
    }
}