@charset "utf-8";
#top {
    height: 0px;
    background-image: url("image/glico1.png");
    background-size: cover;
}

#absolute {
  position: absolute;
  top: -10px;
}

.btn2 {
  position: absolute;
  top: 330px;
}

body {
  margin: 0px;
}

 .parent2 {
  position: relative;
}

  #absolute3 {
    position: absolute;
    top: 1030px;
  }

 .parent3 {
    position: relative;
    left: 130px;
  }

  #absolute4 {
    position: absolute;
    top: -17px;
    left: 40px;
  }

  #absolute5 {
    position: absolute;
    top: -14px;
    left: 82px;
  }

 .btn {
    display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background-color: #e31414;
    border-radius: 5px;
    position:  relative;
    top: -15px;
    left: 320px;
    height: 30px;
    width: 30px;
    cursor:pointer;
}

.btn::before {
    content:  '';
    width: 10px;
    height: 10px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 5px;
    bottom:  0;
    left:  0;
    right:  0px;
    margin:  auto;
}


 