@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 .content .img-hover-area {
    position: relative; }
  .main_outer1 .content .img-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .main_outer1 .content .img-hover img {
      display: none;
      opacity: 0;
      background-color: #fff; }
    .main_outer1 .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: 767px) {
        .main_outer1 .content .img-hover::after {
          width: 8vw;
          height: 8vw; } }
/*# sourceMappingURL=jquery-mouseover.css.map */