.p-maturenw {
  padding-top: 0;
}

.video-content {
  height: 160vw;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .video-content {
    width: 100%;
    height: 100%;
  }
}

.p-maturenw-top {
  padding-top: 0;
}

.p-maturenw-top .p-maturenw__main {
  margin-top: 0;
}

.p-maturenw-top__hero-content {
  position: relative;
  overflow: hidden;
}

.p-maturenw-top__hero-image {
  width: 100%;
  height: auto;
}

.p-maturenw-top__hero-button {
  font-size: 3.73333vw;
  line-height: 1.214;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  padding: 1.33333vw 1.5rem;
  width: calc(240 / 375 * 100%);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__hero-button {
    width: calc(280 / 1400 * 100%);
    top: 75%;
    font-size: 1.16667vw;
    padding: 0.83333vw 1.5rem;
  }
}

.p-maturenw-top__hero-button:hover {
  opacity: 0.8;
}

.p-maturenw-top__images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 4.7rem;
  padding-left: calc(25 / 375 * 100%);
  padding-right: calc(25 / 375 * 100%);
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images {
    max-width: 1000px;
    margin: 8rem auto 0;
    padding: 0;
    flex-direction: row;
  }
}

.p-maturenw-top__images-item {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-item {
    width: 47%;
    margin-top: 6rem;
    margin-right: 6%;
  }
}

.p-maturenw-top__images-item:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-item:not(:first-child) {
    margin-top: 6rem;
  }
}

.p-maturenw-top__images-item:nth-of-type(2) {
  margin-top: 5.5rem;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.p-maturenw-top__texts {
  text-align: center;
}

.p-maturenw-top__images-item-lead {
  font-size: 1.5rem;
  padding: 1rem 0;
  letter-spacing: 0.01em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 88.92308%;
  max-width: 289px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-item-lead {
    font-size: 2.4rem;
    font-weight: 500;
    padding: 2.1rem 2rem;
    max-width: 414px;
    margin: 5rem auto 0;
  }
}

.p-maturenw-top__images-nw-wrap {
  margin: 2.4rem auto 0;
  width: 80.61538%;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-nw-wrap {
    margin: 4rem auto 0;
    width: 88.08511%;
  }
}

.p-maturenw-top__images-siaa-wrap {
  margin: 2.1rem auto 0;
  width: 26.46154%;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-siaa-wrap {
    margin: 4rem auto 0;
    width: 26.38298%;
  }
}

.p-maturenw-top__images-link {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-link:hover {
    opacity: 0.8;
  }
}

.p-maturenw-top__images-text {
  position: absolute;
  top: 44.5%;
  left: 0;
  width: 45.53846%;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
  text-align: center;
  color: #000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .p-maturenw-top__images-text {
    width: 48.93617%;
    min-width: 200px;
    top: 44%;
    font-size: 2.6rem;
    letter-spacing: 0.03em;
    font-weight: 500;
    padding: 11px 2rem;
  }
}

.movie-content-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .movie-content-wrap {
    padding-top: 27%;
    margin-right: 30px;
  }
}

.movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-content {
  max-width: 1500px;
  width: 100%;
  padding-top: 44px;
}

.mfp-fade01.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.mfp-fade01.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade01.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.video-content {
  height: 160vw;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .video-content {
    width: 100%;
    height: 100%;
  }
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.movie-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .movie-wrap {
    flex-direction: row;
  }
}

/* ズーム */
.splide {
  margin-top: 70px;
}

.splide__slide img {
  transition: 20s ease-out;
}
.splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}
/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}
