#mv {
  background: url(../img/mv.jpg) center center / cover no-repeat;
  position: relative;
  width: 100%;
  height: 758px;
  overflow: clip;
  margin-top: 71px;
}

@media screen and (max-width: 999px) {
  #mv {
    margin-top: 48px;
    height: 615px;
  }
}

@media screen and (max-width: 767px) {
  #mv {
    background: url(../img/mv-sp.png) center center / cover no-repeat;
  }
}

.mv__text {
  display: flex;
  position: absolute;
  right: 4%;
  top: 5.2%;
  gap: 11px;
}

@media screen and (max-width: 767px) {
  .mv__text {
    right: 4.8%;
    top: 4.2%;
    gap: 13px;
  }
}

.mv__text h2 {
  writing-mode: vertical-lr;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.06em;
  display: flex;
  flex-direction: column-reverse;
  color: #ffffff;
  gap: 11px;
  line-height: 1;
  letter-spacing: 0.33em;
}

@media screen and (max-width: 767px) {
  .mv__text h2 {
    font-size: 25px;
    line-height: 0.9;
    letter-spacing: 0.38em;
  }
}

.mv__text p {
  writing-mode: vertical-lr;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  padding-top: 92%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .mv__text p {
    font-size: 14px;
    padding-top: 95%;
  }
}

.mv__text p::before {
  position: absolute;
  display: block;
  content: "";
  top: 0%;
  left: 53%;
  width: 1px;
  height: 32.35%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .mv__text p::before {
    top: -1%;
    width: 1px;
    height: 33.35%;
  }
}

.mv__circle {
  position: absolute;
  top: -1%;
  left: -0.2%;
  width: 307px;
}

@media screen and (max-width: 999px) {
  .mv__circle {
    top: -14.5%;
    left: -28.5%;
  }
}

.mv__medals {
  display: flex;
  position: absolute;
  bottom: 10%;
  right: 2.93%;
  gap: 8.5px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .mv__medals {
    bottom: 11.5%;
    left: 50%;
    transform: translateX(-50%);
    gap: 7.5px;
    width: 100%;
    justify-content: center;
  }
}

.mv__medal {
  width: 152px;
}

@media screen and (max-width: 767px) {
  .mv__medal {
    width: 108px;
  }
}


@media (min-width: 768px) and (max-width: 999px) {
    .mv__circle {
        top: -2.5%;
        left: 0.5%;
    }
}