.slick-slider {
  margin-bottom: 30px;
}

.slick-slider img {
  width: calc(100% + 200px);
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: black;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

.slick-current img {
  animation: imageAnimation 4s ease 0s 1 forwards;
  -webkit-animation: imageAnimation 4s ease 0s 1 forwards;
}

.slick-current .text {
  position: absolute;
  bottom: 0;
  left: 80px;
  z-index: 2;
  color: var(--color);
  animation: var(--animation) 4s ease 0s 1 normal;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slick-current .text .text1 {
  font-size: var(--size_pc);
}
.slick-current .text .text2 {
  font-size: var(--size_pc);
}

.slick-current.layout-1 .text {
  bottom: 0;
  left: 80px;
}
.slick-current.layout-2 .text {
  bottom: 0;
  right: 80px;
}
.slick-current.layout-3 .text {
  bottom: 0;
  right: 80px;
}

@media only screen and (max-width: 750px) {
  .slick-current.layout-1 img {
    left: -90vw;
    top: -50px;
  }
  .slick-current.layout-2 img {
    left: -35vw;
    top: -50px;
  }
  .slick-current.layout-3 img {
    left: -60vw;
    top: -50px;
  }

  .slick-current.layout-1 .text {
    top: auto;
    left: auto;
    bottom: 30%;
    right: 0;
  }
  .slick-current.layout-2 .text {
    top: auto;
    left: 0;
    bottom: 30%;
    right: auto;
  }
  .slick-current.layout-3 .text {
    top: auto;
    left: 0;
    bottom: 30%;
    right: auto;
  }

  .slick-current .text {
    left: .5rem;
  }

  .slick-current .text .text1 {
    font-size: var(--size_sp);
  }
  .slick-current .text .text2 {
    font-size: var(--size_sp);
  }
}
