.p-floating {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 9999;
}
.p-floating__link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
.p-floating__link:hover {
  opacity: 0.85;
}
.p-floating__img {
  display: block;
  height: auto;
}
.p-floating__img--pc {
  width: 117px;
}
.p-floating__img--sp {
  width: 48px;
}
@media screen and (max-width: 768px) {
  .p-floating {
    bottom: 150px;
  }
}