@charset "UTF-8";
.p-mv {
  display: block;
  position: relative;
  padding: 13rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-mv {
    padding: 8.5rem 0 16rem;
  }
}
.p-mv__brand {
  width: 6.5rem;
  display: block;
  position: fixed;
  top: 2.5rem;
  left: 2.5rem;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .p-mv__brand {
    width: 9rem;
    top: 1.5rem;
    left: 1.5rem;
  }
}
.p-mv__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-mv__brand-link {
    transition: opacity 0.7s var(--ease_out);
  }
  .p-mv__brand-link:hover {
    opacity: 0.6;
  }
}
.p-mv__container {
  width: 100%;
  max-width: 2000px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-mv__header {
  display: block;
  position: relative;
  margin-bottom: 12.1rem;
}
@media screen and (max-width: 960px) {
  .p-mv__header {
    margin-bottom: 6.9rem;
  }
}
.p-mv__title {
  width: 63.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-mv__title {
    width: 24rem;
  }
}
.p-mv__lead {
  display: block;
  position: relative;
  margin-top: 5.2rem;
  font-size: 1.7rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-mv__lead {
    margin-top: 3.2rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-mv__nav {
  width: 100%;
  display: block;
  position: relative;
  margin: 3.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-mv__nav {
    max-width: 30rem;
    margin-top: 2.8rem;
  }
}
.p-mv__list {
  display: block;
  position: relative;
}
.p-mv__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-mv__list-item + .p-mv__list-item {
    margin-top: 6rem;
  }
}

.p-mv_nav {
  display: block;
  position: relative;
}
.p-mv_nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-mv_nav__list {
    gap: 0.5rem;
  }
}
.p-mv_nav__list-item {
  width: 5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-mv_nav__list-item {
    width: calc(16.6666666667% - 0.5rem);
  }
}
.p-mv_nav__btn {
  --main-color: var(--color-blue);
  display: block;
  position: relative;
}
.p-mv_nav__btn-img {
  display: block;
  position: relative;
}
.p-mv_nav__btn-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-mv_nav__btn-img::before {
    transition: opacity 0.7s var(--ease_out);
  }
  .p-mv_nav__btn:hover .p-mv_nav__btn-img::before {
    opacity: 0.6;
  }
}

.p-mv_content {
  ---main-color: var(--color-blue);
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-mv_content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-mv_content__header {
  width: 46.4%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-mv_content__header {
    width: 100%;
    margin: 0 auto 3.6rem;
  }
}
.p-mv_content__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-mv_content__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-mv_content__content {
  width: calc(100% - 20rem);
  max-width: 70rem;
  display: block;
  position: relative;
  margin-left: 10rem;
}
@media screen and (max-width: 960px) {
  .p-mv_content__content {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
.p-mv_content__title {
  display: block;
  position: relative;
}
.p-mv_content__title-sub {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 1.8rem;
  font-family: "Cormorant", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--main-color);
}
@media screen and (max-width: 960px) {
  .p-mv_content__title-sub {
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-mv_content__title-main {
  display: block;
  position: relative;
  font-size: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-mv_content__title-main {
    font-size: 3.4rem;
    text-align: center;
  }
}
.p-mv_content__text {
  width: 100%;
  display: block;
  position: relative;
  margin: 3.2rem auto 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-mv_content__text {
    margin-top: 1.6rem;
    font-size: 1.25rem;
  }
}
.p-mv_content__movie {
  width: 100%;
  display: block;
  position: relative;
  margin: 3.5rem auto 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-mv_content__movie {
    margin-top: 2rem;
  }
}
.p-mv_content__movie-img {
  width: 100%;
  min-height: 22rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-mv_content__movie-img {
    min-height: 13.5rem;
  }
}
.p-mv_content__movie-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-filter);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-mv_content__movie-img::before {
    transition: opacity 0.7s var(--ease_out);
  }
  .p-mv_content__movie:hover .p-mv_content__movie-img::before {
    opacity: 0.2;
  }
}
.p-mv_content__movie-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-mv_content__movie-icon {
  width: 10.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-mv_content__movie-icon {
    width: 6.5rem;
  }
}
.p-mv_content__movie-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/dearfriend/assets/img/btn_movie01.png") no-repeat center/contain;
  animation: rotate 30s linear infinite;
}
.p-mv_content__digicon {
  width: 30rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4rem 0 0;
  padding: 0.5rem 2.5rem 0.5rem 7.5rem;
  color: var(--color-white);
  background: var(--gradient-main);
}
@media screen and (max-width: 960px) {
  .p-mv_content__digicon {
    width: 25rem;
    min-height: 4.8rem;
    margin: 2.3rem auto 0;
    padding: 0.5rem 2.5rem 0.5rem 6.8rem;
  }
}
.p-mv_content__digicon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-mv_content__digicon::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-mv_content__digicon:hover::before {
    opacity: 0.2;
  }
}
.p-mv_content__digicon::after {
  content: "";
  width: 4rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: var(--color-white);
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-mv_content__digicon::after {
    width: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-mv_content__digicon::after {
    transition: transform 0.4s var(--ease_out);
  }
  .p-mv_content__digicon:hover::after {
    transform: translate(20%, -50%);
  }
}
.p-mv_content__digicon-cover {
  width: 100%;
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  transform-origin: left bottom;
}
@media screen and (max-width: 960px) {
  .p-mv_content__digicon-cover {
    height: calc(100% + 1.8rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-mv_content__digicon-cover {
    transition: transform 0.3s var(--ease_out);
  }
  .p-mv_content__digicon:hover .p-mv_content__digicon-cover {
    transform: scale(1.05);
  }
}
.p-mv_content__digicon-img {
  width: 4.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0.5rem;
  transform: rotate(-15deg);
  transform-origin: right top;
}
@media screen and (max-width: 960px) {
  .p-mv_content__digicon-img {
    width: 4.4rem;
    left: 0.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-mv_content__digicon-img {
    transition: transform 0.3s var(--ease_out);
  }
  .p-mv_content__digicon:hover .p-mv_content__digicon-img {
    transform: rotate(-10deg);
  }
}
.p-mv_content__digicon-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-mv_content__digicon-text {
    font-size: 1.1rem;
  }
}