.yubi {
    cursor: pointer;
}

/* フッターにメッセージ */
#footer_message{
  position:fixed;
  left:50px;
  bottom:10px;
  transition:1s;
  z-index:1000;
}

/* #articleがその場所より下にスクロールすると追従する */
/* #article{
  position:fixed;
  right:15px;
  bottom:10px;
  transition:1s;
  z-index:1000;
  background-color: #eee;
} */