@charset "UTF-8";
/*//////////////////////////////////////////////////
	限定コンテンツトップ
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	MV
--------------------------------------------------*/
.mv {
  position: relative;
  z-index: 1;
  margin-bottom: 4.6rem;
}
.mv .p-title {
  position: absolute;
  z-index: 1;
  top: 8.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
}
.mv .mv__copy {
  position: absolute;
  z-index: 1;
  top: 2.6rem;
  right: 3.6rem;
  writing-mode: vertical-rl;
  line-height: 1.6;
  font-size: 1.25rem;
}
.mv .mv__copy .nomal {
  display: inline-block;
  transform: rotate(-90deg);
}

@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: 6rem;
  }
  .mv .p-title {
    top: 50%;
    left: 50%;
    font-size: 8rem;
    transform: translate(-50%, -50%);
  }
  .mv .mv__copy {
    top: 10.2rem;
    right: auto;
    left: 22.6rem;
    font-size: 3.6rem;
  }
}
/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/
.movie {
  text-align: center;
}
.movie .movie-ttl {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
}
.movie .movie-item video {
  width: min(1000px, 100%);
}

@media screen and (min-width: 769px) {
  .movie .movie-ttl {
    margin-bottom: 1.2rem;
    font-size: 3.8rem;
  }
}
/*# sourceMappingURL=style.css.map */
