.mv {
  height: 708px;
  overflow-x: clip;
  position: relative;
  min-width: 688px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .mv {
    height: 1048px;
	}
}
@media screen and (max-width: 767px) {
  .mv {
    height: 600px;
    width: 100%;
    min-width: auto;
  }
}

.mv .slick-track {
  display: flex;
}
@media screen and (max-width: 767px) {
  .mv .slick-track {
  }
}

.mv .slick-slide img {
  object-fit: cover;
  width: 100% !important;
  height: 708px;
}

@media screen and (max-width: 767px) {
  .mv .slick-slide img {
    height: 247px;
    object-fit: contain;
    width: 100% !important;
  }
}

.mv__medals {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 6.2%;
  left: -9.9%;
  z-index: 10;
}

@media screen and (max-width: 999px) {
  .mv__medals {
    position: static;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    justify-content: space-between;
    gap: 0;
    margin-top: 18px;
	  max-width: 335px;
  }
}

.mv__medal {
  width: 16.3097%;
}

@media screen and (max-width: 999px) {
  .mv__medal {
    width: 32.3%;
  }
}

.mv__text {
  position: absolute;
  bottom: 8.2%;
  left: -3%;
  display: flex;
  font-size: 148px;
  letter-spacing: 0.05em;
  color: #cfcfcf;
  opacity: 0.3;
  writing-mode: vertical-rl;
  font-family: "Outfit", sans-serif;
}

@media screen and (max-width: 999px) {
  .mv__text {
    display: none;
  }
}

.mv__copy {
  position: absolute;
  top: 11.2%;
  left: 6%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 21.5px;
}

@media screen and (max-width: 999px) {
  .mv__copy {
    position: static;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-top: 16px;
    gap: 13px;
  }
}

.mv__copyHead--ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 999px) {
  .mv__copyHead--ja {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 1.59090909091;
  }
}

.mv__copyHead--ja span {
  font-size: 24px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 999px) {
  .mv__copyHead--ja span {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}

.mv__copyHead--line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

@media screen and (max-width: 999px) {
  .mv__copyHead--line {
    width: 100%;
    background-color: #3c3c3c;
  }
}

.mv__copyHead--en {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.55555555556;
}

@media screen and (max-width: 999px) {
  .mv__copyHead--en {
    font-size: 12px;
    color: #3c3c3c;
    line-height: 2;
  }
}
