.main-mv__inner {
  position: relative;
}
.swiper-slide {
  z-index: 1 !important;
}

.swiper-slide-active {
  z-index: 2 !important;
}

.swiper-slide:not(.swiper-slide-active) .caption-mv-r {
  z-index: 0 !important;
}

.swiper-slide-active .caption-mv-r {
  z-index: 3 !important;
}
.mv-progress {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  display: flex !important;
  gap: 10px;
  transform: translateX(-50%);
}

.mv-progress__item {
  display: block !important;
  width: 56px;
  height: 4px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(0, 0, 0, 0.35) !important;
  opacity: 1 !important;
}

.mv-progress__item span {
  display: block !important;
  width: 0;
  height: 100%;
  background: #fff !important;
}

.main-mv__inner {
position: relative;
}

.js-mv-caption {
position: absolute;
right: 0px;
bottom: 0px;
z-index: 9999;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
margin: 0;
color: #fff;
font-size: 14px;
line-height: 1.5;
padding:0.5em 0.5em 0.5em 4em;
text-align: right;
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 23%, rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 768px) {
.js-mv-caption {
font-size: 2vw;
}
}

