@charset "utf-8";

#funwaribust-milkycream .point {
  position: relative;
}
#funwaribust-milkycream .btn_point {
  position: absolute;
}
#funwaribust-milkycream .btn_point1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#funwaribust-milkycream .btn_point2,
#funwaribust-milkycream .btn_point3 {
  bottom: 38px;
}
#funwaribust-milkycream .btn_point2 {
  left: 70px;
}
#funwaribust-milkycream .btn_point3 {
  right: 60px;
}

#funwaribust-milkycream .btn_point a {
  display: block;
  width: 417px;
}
#funwaribust-milkycream .btn_point1 a {
  height: 495px;
}
#funwaribust-milkycream .btn_point2 a {
  height: 470px;
}
#funwaribust-milkycream .btn_point3 a {
  height: 480px;
}

@media (width < 821px) {
  #funwaribust-milkycream .btn_point2,
  #funwaribust-milkycream .btn_point3 {
    bottom: 3.467vw;
  }
  #funwaribust-milkycream .btn_point2 {
    left: 6.933vw;
  }
  #funwaribust-milkycream .btn_point3 {
    right: 6.133vw;
  }

  #funwaribust-milkycream .btn_point a {
    width: 37.067vw;
  }
  #funwaribust-milkycream .btn_point1 a {
    height: 44.267vw;
  }
  #funwaribust-milkycream .btn_point2 a {
    height: 41.867vw;
  }
  #funwaribust-milkycream .btn_point3 a {
    height: 42.933vw;
  }
}


/*------------------------------------------------------
  光るボタン微調整
------------------------------------------------------*/
/* アニメーション */
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}