body{
    font-size: 16px;

}

.main{
    position: absolute;
    top: 0%;
    width: 98%;
    left: 1%;
}

.main_bk{
    padding-top: 1%;
    width: 98%;
    margin:auto;
    animation:anim1 infinite 2s;
}

.wada{
    width: 150px;
}
.wada_text{
    width: 150px;
}

.main_text{
    width: 100%;
}

.container{
    max-width: 840px !important;
    padding: 0 20px;
}

.wada-box{
    margin-top: -40px;
}

.header-logo{
    max-width: 150px;
    min-width: 50px;
    width: 10%;
    position: absolute;
    top: 5px;
    left: 2%;
}

.footer-logo{
    width: 100px;
    margin:auto;
}

.pagetop {
    width: 15vw;
    height: 15vw;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999999;
}

.pagetop img{
    width: 100%;
    padding-top: 5px;
}

footer{
    padding: 40px 0;
    position: relative;
    z-index: 100;
    margin-top: 100px;
}



.stripe{
    background-image: url('images/choshoku/bg@2x-100.jpg');
    background-repeat: repeat;
    background-size: 245px;
    width: 100%;
    height: 100px;
    top: 0%;
    left: 0;
    z-index: 0;
}

section{
    position: relative;
}

.recipe-movie-singlebox{
    width: 280px;
    height: 485px;
    /* border-radius: 8px; */
    margin: auto;
    border:8px solid #000;
}

.menu-circle{
    width: 180px; 
}

.menu-text img{
    width: 500px;
}

.recipe-paper{
    max-width: 100%;
    margin:auto;
}



@keyframes anim1 {
    0%{
        transform:rotate(-1deg);
    }
    50%{
        transform:rotate(1deg);
    }
    100%{
        transform:rotate(-1deg);
    }        
}

@keyframes anim2 {
    0%{
        margin-top: -10px;
    }
    50%{
        margin-top: 10px;
    }
    100%{
        margin-top: -10px;
    }        
}




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

    .menu-circle{
        max-width: 150px; 
        width: 60%;
        margin:auto;
        margin-bottom: 20px;
    }

    .menu-text{
        max-width: 550px;
        margin:auto;
    }

    .menu-text img{
        height: auto;
    }


    .white-round-box{
        margin-top: 10%;
    }

    .btn1sm{
        max-width: 300px;
        margin:auto;
        margin-top: 30px;
    }


.recipe-paper{
    max-width: 400px;
    margin:auto;
}


}

/* sm */
@media screen and (max-width: 639px) {

}


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

    .recipe-movie-singlebox{
        /* width: 100%; */
        margin-bottom: 50px;

    }

}
