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

/* === Visual Slider 装飾スライダー === */
.s3wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 710 / 200;
  overflow: hidden;
  transform: scale(0.97);
  transform-origin: center top;
}
.s3slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
.s3slide.s3cur {
  opacity: 1;
  z-index: 2;
}
.s3slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.s3fx {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.s3block {
  position: absolute;
  background-repeat: no-repeat;
}