/* 背景関係 */

.world-cloud04 {
    background: none;
}

.world-text00 {
    background: url(../images/parts/world_map_text04.png) no-repeat center center;
    background-size: cover;
}

.chapter4-bg {
    background: url(../images/bg/chapter4_bg.png) no-repeat center center;
    background-size: cover;
}

.chapter4-bg::before {
    content: '';
    background: url(../images/chapter4/ttl_chapter4_04.png) no-repeat center center;
    background-size: cover;
    height: 74px;
}

.chapter4-bg03::before {
    content: '';
    background: url(../images/chapter4/ttl_chapter4_04.png) no-repeat center center;
    background-size: cover;
    height: 74px;
}

.chapter4-bg.ttl-none::before {
    display: none;
}

.chapter4-bg02 {
    background: #000000 no-repeat center center;
    background-size: cover;
}

.chapter4-bg03 {
    background: url(../images/bg/common_bg_01.png) no-repeat center center;
    background-size: cover;
}

.chapter4-bg04 {
    background: url(../images/bg/chapter4_bg_02.png) no-repeat center center;
    background-size: cover;
}

.chapter4-bg02::before {
    content: '';
    background: url(../images/chapter4/ttl_chapter4_04.png) no-repeat center center;
    background-size: cover;
    height: 74px;
}

.chapter4-bg04::before {
    content: '';
    background: url(../images/chapter4/ttl_chapter4_04.png) no-repeat center center;
    background-size: cover;
    height: 74px;
}
.ttl_chapter4::before{
    content: '';
    background: url(../images/chapter4/ttl_chapter4_04.png) no-repeat center center;
    background-size: cover;
    height: 74px;
    width: 168px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 9;
}

.chapter4-bg02.ttl-none::before {
    display: none;
}


/* 背景関係 end */


/* コンテンツ配置 */

.center-content.map {
    top: 26px;
}

.center-content.map img {
    width: 350px;
    margin: 0 auto;
}

.center-content.chapter4-ttl {
    top: 49px;
}

.center-content.chapter4-ttl img {
    width: 355px;
    margin: 0 auto;
}

.center-content.character-monstar {
    top: 49px;
}

.center-content.character-monstar img {
    width: 355px;
    margin: 0 auto;
}

.top36 {
    top: 36px !important;
    /*z-index: 10;*/
}


.item01.right {
    right: -46px;
    top: 62px;
}

.item01.right img {
    width: 325px;
}

.item02.right {
    right: 0;
    top: 142px;
}

.item02.right img {
    width: 250px;
}


/* コンテンツ配置 end */

@media screen and (max-width:599px) {
    /* コンテンツ配置 */
    .center-content.map img {
        width: 93.333vw;
        max-width: 350px;
    }
    .center-content.chapter4-ttl img {
        width: 94.667vw;
        max-width: 355px;
    }
    .item01.right {
        right: -12.267vw;
        top: 10.667vw;
    }
    .item01.right img {
        width: 86.667vw;
    }
    .item02.right {
        right: 0;
        top: 37.867vw;
    }
    .item02.right img {
        width: 66.667vw;
    }
    .center-content.character-monstar {
        top: -13.867vh;
    }
    .center-content.character-monstar img {
        width: 94.667vw;
        max-width: 298px;
    }
    /* コンテンツ配置 end */
}