.mv {
  margin-bottom: clamp(3rem, 2.2857142857rem + 3.5714285714vw, 5.5rem);
}
.mv__splide {
  position: relative;
}
.mv__cp {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(1.125rem, 0.7565789474rem + 1.8421052632vw, 2rem);
  line-height: 160%;
  letter-spacing: 0.04em;
  font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
  line-height: 1.5;
  position: absolute;
  left: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
  bottom: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
  z-index: 3;
  width: 90%;
}
@media screen and (max-width: 599px) {
  .mv__cp {
    font-size: 1.125rem;
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .mv__slide {
    height: 300px;
  }
  .mv__slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 24, 86, 0.4);
  z-index: 2;
}
.mv__pagination {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .mv__pagination {
    margin-top: 0.5rem;
  }
}
.mv__pagination button {
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  margin: 0 5px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .mv__pagination button {
    width: 8px;
    height: 8px;
  }
}
.mv__pagination button.is-active {
  background-color: #9d0202;
}

.splide__arrow {
  display: none;
}

.message__txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(0.9375rem, 0.8585526316rem + 0.3947368421vw, 1.125rem);
  line-height: 200%;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .message__txt {
    margin-bottom: 1.25rem;
  }
}