@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_head:after {
  background: url("../../img/naisou/mainimg.jpg") no-repeat center/cover;
}

.catch_area .ttl3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .catch_area .ttl3 {
    font-size: 2.25rem;
  }
}
.catch_area:after {
  background: url("../../img/naisou/naisou_img1.jpg") no-repeat center/cover;
}

.genjou_inner {
  background: #f6f4ec;
}
@media print, screen and (min-width: 768px) {
  .genjou_inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.genjou_inner:before {
  content: "";
  display: block;
  width: 350px;
  background: url("../../img/naisou/genjou_img.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .genjou_inner:before {
    width: 100%;
    height: 50vw;
  }
}
@media print, screen and (min-width: 768px) {
  .genjou_inner > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}