.wrap10 {width:100%;
  align-items: center;
  background: #E3E3E3;
  display: flex;
  height: 200px;
  justify-content: space-between; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-250px * 7)); } }
.slider2 {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .slider2::before, .slider2::after {
    background:
    linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 300px;
    z-index: 2; }
  .slider2::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg); }
  .slider2::before {
    left: 0;
    top: 0; }
  .slider2 .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14); }
  .slider2 .slide2 {
    height: 100%;
    width: 300px; }
/*コメント*/
/*# sourceMappingURL=autoplay.css.map */
