@charset "UTF-8";

/*----------------------------------------------------
    ☆PC
----------------------------------------------------*/

.project .pjIntro {
    position: relative;
}

.project.green .chara_01 {
    width: 42.2%;
    top: -115%;
    left: auto;
    right: -27%;
}

.project.green .chara_02 {
    width: 44.8%;
    top: -18%;
    left: -3%;
}

.project.green .chara_03 {
    width: 44.8%;
    top: auto;
    bottom: -14%;
    left: 11%;
}

.project .chapter ul > .between {
    margin: 100px auto 50px;
}




/*----------------------------------------------------
	☆TABLET UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {

    .project.green .chara_01 {
        top: -75%;
        right: -12%;
    }

    .project.green .chara_02 {
        top: -14%;
    }

    .project.green .chara_03 {
        left: 57%;
    }


    
}


/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    .project.green .chara_01 {
        width: 144px;
        top: -130px;
        right: -40px;
    }

}

