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

.inner{
    max-width: 840px !important;
    padding: 0 20px;
    margin:auto;
}


.header-logo{
    max-width: 150px;
    min-width: 80px;
    width: 15%;
    position: absolute;
    top: -10%;
    left: 1%;    
}

.footer-logo{
    padding-top: 50px;
    max-width: 120px;
    min-width: 80px;
    width: 20%;
    margin:auto;
}

.pagetop {
    width: 15vw;
    height: 15vw;
    max-width: 120px;
    max-height: 120px;
    min-width: 80px;
    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{
    position: relative;
    z-index: 100;
    margin-top: 100px;
}

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

.wada1{
    animation: wada 2s infinite;
}

.leaf{
    width: 80%;
    margin:auto;
}

.green-grad{
    background: #C9DD74;
    background: linear-gradient(180deg, rgba(201, 221, 116, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    position: relative;
    margin-top: -10%;
    height: 30vh;
    max-width: 1040px !important;
    padding: 0 20px;
}

.footer-green-grad{
    background: #C9DD74;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 1) 0%,  rgba(201, 221, 116, 1) 100%);
    height: 30vh;
    opacity: 0.8;

}

.main-visual{
    position: relative;
    /* margin-top: -80%; */
    margin-top: -200px;
}

.main-text{
    width: 80%;
    margin-right: auto;
}

.daikon{
    width: 30%;
        position: absolute;
        bottom: -10%;
        right: -5%;    
}    

.wada_text{
    max-width: 120px;
}

.fukidashi{
    max-width: 300px;
}

.menu-circle{
    width: 100px; 
}

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

.recipe-box{
    max-width: 600px;
    margin:auto;
}

@keyframes wada {
    0%{
        transform: rotate(-3deg);
    }
    50%{
        transform: rotate(3deg);

    }
    100%{
        transform: rotate(-3deg);

    }
}

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

    .fukidashi{
        margin-left: -30%;
        max-width: 220px;
    }

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

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

    .menu-text img{
        height: auto;
    }


    .main-text{
        width: 100%;
        margin:auto;
    }
    
    .daikon{
        position: absolute;
        bottom: 0;
        right: 35%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);        
        transform: rotate(45deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;        
        top: -25%;
        width: 20%;
    }
}


/* sm */
@media screen and (max-width: 639px) {
    
    .fukidashi{
        margin-left: -5%;
        width: 70%;
        max-width: 220px;
    }

    .wada1{
        width: 60%;
    }

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


}


@media screen and (max-width: 450px) {
    .container{
        padding: 0 10px;
    }
    .recipe-movie-singlebox{
        margin-bottom: 50px;
    }

    .header-logo{
        left: 5%;
        top: -25%;    

    }

}