@charset "UTF-8";
/* Responsive CSS */


/*ボタンのスタイル
  ------------------------------------------------------------- */
.img-box {
  position: relative;
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.img-box:hover .active {
  opacity: 1;
}

.img-box2 {
  position: relative;
}
.img-box2 .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.img-box2:hover .active {
  opacity: 1;
}