@charset "utf-8";


.wrapper{
    overflow: hidden;
  }
  
  

body{
    background-image: url(image/background.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: 667px;
    
}

  .header{
    position: fixed;
    z-index: 999;
    top:0;
    left: 0;
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;

    }

    

   
    .titleimage{
        position: absolute;
        left: 7px;
        top: 60px;
        width:95%;

    }

  

   
   .toptext{
        position: absolute;
        left: 25px;
        top: 220px;

    }


    .maintext{
        font-size: 17px;
        font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
        color: #99F;
        width: 250px;
        position: absolute;
        top:70px;
        left:30px;
        text-align: center;
    }

   .deco1{
    position: absolute;
        left: 130px;
        bottom: 70px;
    }

    .deco2{
        position: absolute;
        right: 130px;
        top: 18px;
    }

    .lineup{
        position: relative;
        right: 60px;
        top: 150px;
        width: 120%;
    }

.marblegum{
    position: absolute;
    right: 105px;
    top:220px;
}

.marblegumlogo{
    position: absolute;
    right: -115px;
    top: 230px;
}


.sigaletto{
    position: absolute;
    right: -30px;
    top:550px;
}

.sigalettologo{
    position: absolute;
    right: 180px;
    top: 230px;
}


.fusengum{
    position: absolute;
    right: 105px;
    top:880px;
}

.fusengumlogo{
    position: absolute;
    right: -115px;
    top: 230px;
}


.bottlesour{
    position: absolute;
    right: -30px;
    top:1210px;
}

.bottlesourlogo{
    position: absolute;
    right: 160px;
    top: 230px;
}

.mochi{
    position: absolute;
    right: 105px;
    top:1540px;
}

.mochilogo{
    position: absolute;
    left: 95px;
    top: 200px;
}

.ramune{
    position: absolute;
    right: -19px;
    top:1870px;
}

.ramunelogo{
    position: absolute;
    right: 160px;
    top: 230px;
}



.fin{
    position: absolute;
    right: -20px;
    top:2300px;
}

.youtube{
    position: absolute;
    right: 255px;
    top: 22px;
}

.instagram{
    position: absolute;
    right: 190px;
    top: 19px;
}

.x{
    position: absolute;
    right: 130px;
    top: 20px;
}

.facebook{
    position: absolute;
    right: 65px;
    top: 17px;
}

.fintext{
    font-size: 10px;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    color: white;
    width: 250px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;

}

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(80px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
    
    
     
    .fadeUpTrigger{
        opacity: 0;
    }
    