@charset "utf-8";
/*
	Theme Name: RE:DIVER-CHILD
	Template: rediver
	Description:  re:Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

.zoom-in {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.zoom-in img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.zoom-in:hover img {
  transform: scale(1.1); /* 拡大 */
}
