/* スマホ・タプレット */
@media screen and (max-width: 768px) {
/*追従ボタン*/
.fix-btn{
  position:fixed;
  z-index:1;
  background:#FF3366;
  width:50px;
  border-radius:15px;
  text-decoration:none;
  font-size:20px;
  text-align:center;
  color:#FFF;
  padding:20px 0;
  right:10px;
  bottom:100px;
  box-shadow:1px 1px 5px #aaa;
}
}