@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
html body{
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "RocknRoll One","Zen Kaku Gothic New";
    font-size: 13px;
    color: #333333;
    line-height:1.8em;
    background-color: #E3D7CC;
    display: block;
}




.logo{
    margin-top: 60px;
    margin-left: 15px; 
    margin-bottom: 10px;
    width: 30%;
    position: fixed;
    z-index: 40;

}

.menu{
    width: 20%;
    position: fixed;
    margin-left: 290px;
    margin-top: 40px;
    z-index: 50;
}

.top{
    position: relative;
}

.f1, .f2, .f3,.scroll{
    position: absolute;

}

.girl{
    width: 100%;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.f1 {
  animation: fadeIn 1s ease-in-out;
}


.f1{
    z-index: 20;
    width: 50%;
    left: 170px;
    top: 130px;
}

.f2 {
  animation: fadeIn 2s ease-in-out;
  
}

.f2{
    z-index: 30;
    width: 33%;
    left: 247px;
    top: 170px;
}

.f3 {
  animation: fadeIn 3s ease-in-out;
}

.f3{
    z-index: 10;
    width: 50%;
    left: 30px;
    top: 520px;
}


.scroll{
    z-index: 70;
    width: 13%;
    top: 620px;
    left: 170px;
    
}

.moya1, .f4{
    position: absolute;
}

.moya1{
    width: 55%;
    z-index: 30;
    animation: fadeIn 2s ease-in-out;
}

.masukara{
    margin-left: 85px;
}

.f4{
    width: 50%;
    z-index: 20;
    margin-top: 250px;
    margin-left: 20px;
}

.moya2, .f5{
    position: absolute;
}

.moya2{
    width: 45%;
    margin-left: 200px;
    z-index: 10;
}


.kigae{
    width: 80%;
    margin-top: -80px;
    margin-top: 50px;
}

.f5{
    width: 50%;
    margin-top: 280px;
    margin-left: 170px;
    z-index: 20;
}



.mendo{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

.dara{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.visual-back{
    width: 100%;
    margin-top: 80px;

}

.visual0, .visual1, .visual2{
    position: absolute;
}

.visual0{
    width: 50%;
    margin-top: 300px;
    margin-left: 100px;
}

.visual1{
    width: 50%;
    margin-top: 380px;
    margin-left: 100px;
}

.visual2{
    width: 50%;
    margin-top: 450px;
    margin-left: 95px;
}

.brown{
    width: 100%;
    margin-top: -10px;
}