.fanza-sample-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.fanza-sample-image img:hover {
  transform: scale(1.03);
}
.fanza-sample-image a img {
  transition: transform 0.3s ease;
}

.fanza-sample-image a:hover img {
  transform: scale(1.03);
}
