body{
    background-image: url('images/choco/bg.jpg');
    background-repeat: repeat;
    background-size: 300px;
}

.stage-overflow{
    display: block;
    overflow: hidden !important;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.stage-2{
    display: block;
    background-color: rgb(39, 109, 170);
    height: 100vh;
}

.container{
    max-width: 900px !important;
    position: relative;
    z-index: 999;
    margin: 0;
    padding: 0;
    /* border:2px solid #aaa; */
}

footer{
    height: 300px;
    position: relative;
}

.footer-logo{
    bottom: 50px;
    width: 120px;
    margin-bottom: 50px;
}

.header-logo{
    width: 20%;
    max-width: 150px;
    min-width:80px;
    position: absolute;
    left: 4%;
    top: 20px;
}

.main-box{
    padding-top: 25%;
    margin-bottom: 0%;
}

.big-choco{
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}

.main-choco{
    width: 60%;
    position: relative;
    margin-top: -15%;
}

.title1{
    width: 48%;
    max-width: 450px;
    margin-left: 30px;
    margin-bottom: 3%;
}

.fukidashi{
    width: 60%;
}

.girl1{
    max-width: 140px;
    width: 50%;
    padding-top: 60px;
}

.girl2{
    max-width: 140px;
    width: 50%;
    padding-top: 60px;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.girl3{
    max-width: 230px;
    width: 50%;
    padding-top: 60px;
    padding-left: 5%;
    position: absolute;
    bottom: -80px;
}



.tag{
    width: 60%;
    max-width: 550px;
    position: relative;
    left: -22%;
}

.movie-choco-box{
    position: relative;
}

.choco{
    width: 48%;
}

.choco2{
    max-width: 180px;
    position: absolute;
    left: 5%;
    top: 5%;

}

.choco3{
    max-width: 180px;
    position: absolute;
    left: 5%;
    top: 4%;
}

.choco4{
    max-width: 220px;
    
}

.choco5{
    max-width: 280px;
}


.recipe-text{
    margin-bottom: 15px;
}

.big-choco2{
    position: absolute;
    bottom: 0px;
    left: -5px;
}

.sweets-box{
    background-color: #e55076;
    padding: 20px;
    margin-bottom: 200px;
    position: relative;
}

.banner-title-box{
    position: relative;
    margin-top: -30px;
}

.banner-img-box{
    margin-top: 5px;
    width: 100%;
    display: inline-block;
}

.banner-img{
    width: 100%;
    max-width: 400px;
}

.movie-choco-box1{
    margin-bottom: 10rem;
}

@media screen and (max-width: 850px) {
    
    .girl3{
        position: relative;
        margin:auto;
        bottom: -10px;
    }

    .choco2{
        position: static;

    }
    
    .girl2{
        position: static;
        margin-top: 0;
        padding-top: 0;
        padding-right: 40px;
    }

    .recipe1-img-box{
        display: flex;
        align-items: center;
        justify-content: center;
        gap:40px;
        margin-bottom: 5rem;
    }

    .movie-choco-box1{
        margin-bottom: 0rem;
    }

}




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

    .fukidashi{
        width: 80%;
        margin-bottom: 20px;
        margin-right: 5%;
    }

    .girl1{
        max-width: 140px;
        padding-top: 0;
    }

}

@media screen and (max-width: 540px) {
    .tag{
        width: 90%;
    }

    .choco1,.choco4,.choco5{
        margin-left: -60px;
    }
    .choco3{
        margin-left: -80px;
    }

    .choco2,.choco3,.choco4{
        width: 120px;
    }

    .choco5{
        width: 160px;
    }    
}
