@charset "UTF-8";
.main_outer1 {
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*------------------------
  　　画像クリックで入れ替え
  ------------------------*/
}
.main_outer1 .img-hover {
  position: relative;
}
.main_outer1 .finger {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: url(../img/finger.png) right bottom no-repeat;
  background-size: 32px;
}
@media (max-width: 767px) {
  .main_outer1 .finger {
    background-size: 20%;
  }
}
.main_outer1 .on-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0;
  display: none;
}/*# sourceMappingURL=jquery-mouseover.css.map */