.hidden-parts,
.fs-preview-header {
  display: none;
}


.fade-slider {
  position: relative;
  z-index: 10;
}
.fade-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 4s ease-in-out, transform 8s ease-in-out;
  z-index: 0;
}
.fade-slider img.active {
  opacity: 1;
  z-index: 1;
}
@media screen and (min-width: 768px){
  .fade-slider {
    aspect-ratio: 864 / 655;
  }
  .sp .fade-slider {
    display: none;
  }
  .fade-slider img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px){
  .fade-slider {
    width: 100%;
    height: 120vw;
  }
  .pc .fade-slider {
    display: none;
  }
  .fade-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
