.notes-text {
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.mv-content-2 {
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50.5%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1100px) {
  .mv-content-2 {
    width: 70%;
    top: 50%;
  }
}

@media screen and (max-width: 834px) {
  .mv-content-2 {
    width: 90%;
    top: 50%;
  }
}

.mv-ttl-50 {
  margin-bottom: 50px;
  text-align: center;
}

.video-wraper {
  background-color: #e8380d;
  padding: 20px;
  border-radius: 1em;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
