.mv {
  padding: 4.6rem 0;
  position: relative;
}
.mvImgArea {
  width: 52vw;
  max-width: calc(100% - 52rem);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.mvTitleArea,
.cloneArea {
  z-index: 10;
  position: absolute;
  left: -53%;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 600px;
  width: 100%;
}
.mvTitleArea p,
.cloneImaArea p {
  text-align: center;
  position: relative;
  letter-spacing: 0.6em;
  font-size: var(--fz18);
}
.mvTitleArea img,
.cloneImaArea img {
  width: 100%;
}

.cloneImaArea {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.mvTitleSub {
  position: relative;
}
.cloneMvTitleSub {
  color: #fff;
}
.scrollArea {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scrollText {
  color: white;
  margin-bottom: 0.5rem;
}

.scroll-arrow {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  animation: arrow-wave 1s infinite alternate;
}

.scroll-arrow:nth-child(1) {
  animation-delay: 0.1s;
}

.scroll-arrow:nth-child(2) {
  animation-delay: 0.2s;
}

.scroll-arrow:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.mvImgArea {
  position: relative;
}
.mvList {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.mvList div {
  display: flex;
  gap: 1rem;
}
.mvList img {
  border-radius: 50%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
/* スライダー */
.mv-slider {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.mv-slider img {
  width: 92%;
  object-fit: cover;
  display: block;
  height: 90vh;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .mv-slider img {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .mvImgArea {
    max-width: calc(100% - 36rem);
  }
  .mvList li {
    min-width: 80px;
    min-height: 80px;
    font-size: var(--fz14);
  }
  .headerNav ul.nav {
    width: auto;
  }
}
.cloneImaArea .sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .mvTitleArea,
  .cloneArea {
    left: -44%;
  }
}
@media screen and (min-width: 769px) {
  .mvList.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 6.6rem 0;
  }
  .mvTitleArea {
    display: none;
  }
  .cloneArea {
    width: 90%;
    max-width: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cloneImaArea .pc {
    display: none;
  }
  .cloneImaArea .sp {
    display: flex;
    justify-content: center;
  }
  .mvImgArea {
    width: 95vw;
    max-width: calc(100% - 5rem);
  }

  .spFixedText {
    margin-top: 2rem;
    text-align: left;
  }
  h1.spFixedText {
    font-size: var(--fz14);
    margin-bottom: 2rem;
  }
  .cloneImaArea p.spFixedText {
    letter-spacing: 0;
    font-size: var(--fz20);
  }
  .mvList.pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .cloneArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cloneImaArea .sp {
    max-width: 90%;
  }
  .mv-slider img {
    width: 90%;
    margin: 0 auto;
  }
  .mvList {
    flex-direction: row;
    justify-content: center;
  }
  .mvList div {
    justify-content: flex-end;
  }
  .mvList div:nth-of-type(2) {
    display: flex;
    flex-direction: row-reverse;
  }
  .cloneImaArea {
    overflow: visible;
  }
  .mv {
    padding: 5rem 0 0;
  }
  .headerInner {
    padding: 0 1rem;
  }
  .logoArea a {
    max-width: 140px;
  }
  .logoArea a img {
    width: 100%;
  }
  .cloneImaArea p.spFixedText {
    font-size: var(--fz16);
  }
  .cloneImaArea p {
    margin-top: 0.5rem;
  }
  .mvImgArea {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 412px) {
  .mvList img {
    width: 100%;
    max-width: 70px;
  }
}
