@charset "UTF-8";
/*------------------------
　　画像クリックで入れ替え
------------------------*/
.content .img-hover-area {
  position: relative;
}
.content .img-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.content .img-hover img {
  display: none;
  opacity: 0;
  background-color: #fff;
}
.content .img-hover::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/common/finger.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .content .img-hover::after {
    width: 8vw;
    height: 8vw;
  }
}/*# sourceMappingURL=jquery-mouseover.css.map */