body{
    font-size: 16px;
    /* background-image: url('images/ice/back_ice.jpg'); */
    background-repeat: repeat;
    background-position: center top;
}

.wrapper{
    width: 100%;
    overflow: hidden;
}

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


.pagetop {
    width: 15vw;
    height: 15vw;
    max-width: 100px;
    max-height: 100px;
    background-color: #ffef00;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    z-index: 999999;
}

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

footer{
    background-color: #621e0e;
    padding: 40px 0;
    position: relative;
    z-index: 100;
    margin-top: 100px;
}

.footer-logo {
    width: 100px;
}

.stripe{
     background: repeating-linear-gradient(-45deg, #c2402e, #c2402e 5px, #b1392a 5px, #b1392a 10px);
        width: 100%;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0;
    z-index: 0;
}

.lattice_center {
position: fixed;
        width: 100%;
    height: 100vh;
    top: 0%;
    left: 0;
  background-size: 200px 200px;
  background-position: 50% 50%;
  background-image:
  repeating-linear-gradient(
    90deg,
    #fff ,
    #fff 1px,
    transparent 1px,
    transparent 200px
  ),
  repeating-linear-gradient(
    0deg,
    #fff ,
    #fff 1px,
    transparent 1px,
    transparent 200px
  );
    z-index: 0;
    opacity: 0.3;
}

.main1{
    width: 70%;
    margin:80px auto 40px;
}

.main2{
    width: 100%;
    margin:0px auto 50px;
}


.main3{
    width: 90%;
    margin:0px auto 40px;
}

.white-round-box{
    background-color: white;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    margin-top: 100px;
}

.main4{
    width: 85%;
}

.main5{
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 2%;
    
}

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

section{
    position: relative;
}

.point-left{
    width: 180px;
}

.point-right{
}

.point-text{
    padding: 20px;
    color:white;
    font-size:1.1rem;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.1rem;
    width: 100%;
}

.icon1{
    position: absolute;
    left: 0%;
    top: 40%;
    width: 140px;
    animation: anim1 2.5s infinite;
}

.icon2{
    position: absolute;
    right: 0%;
    top: 50%;
    width: 140px;
    animation: anim2 3s infinite;
}

.icon3{
    position: absolute;
    left: 0%;
    top: 20%;
    width: 140px;
    animation: anim2 3s infinite;
}

.icon4{
    position: absolute;
    right: 0%;
    top: 65%;
    width: 140px;
    animation: anim1 2.5s infinite;
}


.icon5{
    position: absolute;
    left: 0%;
    top: 15%;
    width: 140px;
    animation: anim1 3s infinite;
}

.icon6{
    position: absolute;
    right: 0%;
    top: 55%;
    width: 140px;
    animation: anim2 3s infinite;
}

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

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


.point_text_svg{
    height: 35px;
    margin-top: 50px;
}

.serif{
    width: 100%;
}

.bottom-box-left{
    width: 40%;
}

.bottom-box-right{
    width: 60%;

}

.photo{
    position: relative;
    margin-top: -80px;
    width: 70%;
    margin-left: auto;
}



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



    .pagetop{
        padding: 3vw;
    }

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

}

/* sm */
@media screen and (max-width: 639px) {
    .main4{
        margin:auto;
        width: 100%;
    }

    .main5{
        width: 40%;
        position: relative;
        margin:10px auto 0px;
        
    }    
    .white-round-box{
        padding: 30px;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .point-left{
        width: 150px;
        margin:50px auto 20px;
    }

    .point-right{
        margin-bottom: 20px;
        text-align: center;
        margin: auto;
    }

    .point-right img{
        margin:auto;
        width: 90%;
        margin-bottom: 15px;

    }

    .serif{
        width: 90%;
        margin:auto;
    }

    .bottom-box-left,
    .bottom-box-right{
        width: 100%;
    }

    .photo{
        position: absolute;
        top: 45%;
        right: 0;
        width: 58%;
    }
    .wada2{
        width: 50%;
    }

    .wada-text{
        margin-left: 11%;
    }

    .icon1,
    .icon2,
    .icon3,
    .icon4,
    .icon5,
    .icon6{
        width: 85px;
    }

    
    .point_text_svg{
        height: auto;
    }
}


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

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

    }

}
