.wap {
    max-width: 768px;
}

.bg-container {
    background-size: cover;
    background-position: top;
}

.header_bg{
    position: relative;
    background-image: url(../img/heder_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 768px;
    width: 100%;
    z-index: 1;
}


.main01_bg {
    background-image: url(../img/main01_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 768px;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .main01_bg{
        height: 80vh;
    }
}

.main02_bg {
    background-image: url(../img/main02_bg.png);
    max-width: 768px;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center bottom;
    z-index: -2;
}

.main03_bg::before {
    content: "";
    position: fixed;
    top: 0;
    display: block;
    background-image: url(../img/main03_bg.png);
    max-width: 768px;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center top;
    z-index: -3;
}

.fadeInRightTrigger,
.fadeInLeftTrigger,
.fadeInTrigger,
.fadeInUpTrigger,
.bounceInTrigger
{
	opacity: 0;
}