@import url(common/layout_en.css);

#contents .wrap.first {
    padding-top: 5rem;
}

#contents .wrap p {
    text-indent: 1rem;
}
#contents .wrap p.pagetop,
#contents .wrap p.illust {
    padding: 0;
    text-indent: 0;
}
.pagetop {
    margin: 0 1.6rem;
    width: 10rem;
    float: right;
    display: inline-block;
    position: absolute;
    bottom: 10rem;
    right: 0;
    z-index: 2;
}
#contents:before {
    height: 0;
    width: 0;
    background: none;
}
@media screen and (min-width: 421px) {
    #contents p.illust {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.ds .pagetop {
    position: absolute;
    bottom: 2rem;
}
