@charset "UTF-8";
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mv {
  position: relative;
  width: 100%;
  height: 100svh;
}
.mv__main {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv__sns {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  --letter-spacing: 0.05em;
  z-index: 50;
  transition: 0.3s;
}
@media (hover: hover) {
  .mv__sns:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 749px) {
  .mv__sns {
    bottom: 1.6rem;
    left: 1.6rem;
  }
}
.mv__sns li {
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .mv__sns li {
    font-size: 1.1rem;
  }
}
.mv__pagination {
  bottom: 4rem !important;
  left: auto !important;
  right: 4rem;
  text-align: right !important;
  width: auto !important;
}
@media screen and (max-width: 749px) {
  .mv__pagination {
    bottom: 1.6rem !important;
    right: 1.6rem;
  }
}
.mv__pagination .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background: none;
  margin: 0 0 0 2.4rem !important;
  font-size: 1.2rem;
  color: #999999;
  transition: 0.3s;
  opacity: 1;
}
@media (hover: hover) {
  .mv__pagination .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 749px) {
  .mv__pagination .swiper-pagination-bullet {
    font-size: 1rem;
    margin: 0 0 0 1.6rem !important;
  }
}
.mv__pagination .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.mv__pagination .swiper-pagination-bullet-active {
  color: #262626;
}

.mv-slider {
  top: 50%;
  transform: translateY(-50%);
  padding-left: 5vw;
}
@media screen and (max-width: 749px) {
  .mv-slider {
    height: 100%;
    top: auto;
    transform: none;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 749px) {
  .mv-slider__wrapper {
    height: auto;
  }
}
.mv-slider__overlay {
  position: absolute;
  top: 0;
  right: -1px;
  width: 20rem;
  height: 100%;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
  z-index: 50;
}
@media screen and (max-width: 749px) {
  .mv-slider__overlay {
    display: none;
  }
}
.mv-slider__link {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .mv-slider__link:hover .mv-slider__linkText span::before {
    transform: translateX(100%);
    transition: 0.3s ease;
    transition-delay: 0.3s;
    transition-property: transform;
  }
  .mv-slider__link:hover .mv-slider__linkText span::after {
    transition: 0.3s ease;
    transform: translateX(102%);
  }
}
.mv-slider__title {
  position: absolute;
  top: 3.75vw;
  right: 9.375vw;
  transform: translateX(100%);
  font-size: 7.8vw;
  line-height: 1.1;
  z-index: 60;
}
@media screen and (max-width: 749px) {
  .mv-slider__title {
    top: -20vw;
    right: auto;
    left: 0.8rem;
    font-size: 12.5vw;
    transform: none;
  }
}
.mv-slider__title.oneLine {
  top: 8vw;
}
@media screen and (max-width: 749px) {
  .mv-slider__title.oneLine {
    top: -20vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv-slider__title {
    font-size: 110px;
  }
}
@media screen and (min-width: 1900px) {
  .mv-slider__title {
    top: 168px;
    right: 197px;
  }
  .mv-slider__title.oneLine {
    top: 168px;
  }
}
@media screen and (min-width: 2100px) {
  .mv-slider__slide {
    width: 1378px !important;
  }
}
.mv-slider__sub {
  position: absolute;
  left: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 27rem;
  height: 100%;
  padding: 0 0 3.2rem 3.2rem;
}
@media screen and (max-width: 749px) {
  .mv-slider__sub {
    left: 0.8rem;
    bottom: -1.6rem;
    padding: 0;
    width: 100%;
    height: auto;
    transform: translateY(100%);
  }
}
@media screen and (min-width: 750px) and (max-width: 1099px) {
  .mv-slider__sub {
    padding: 0 0 0.8rem 3.2rem;
  }
}
.mv-slider__subTitle {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .mv-slider__subTitle {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1099px) {
  .mv-slider__subTitle {
    margin-bottom: 1.2rem;
  }
}
.mv-slider__subTitle-number {
  font-family: "Playfair Display", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 749px) {
  .mv-slider__subTitle-number {
    font-size: 1.2rem;
  }
}
.mv-slider__subTitle-text {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  .mv-slider__subTitle-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1099px) {
  .mv-slider__subTitle-text {
    font-size: 1.4rem;
  }
}
.mv-slider__linkText {
  font-family: "Playfair Display", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.2rem;
}
.mv-slider__linkText span {
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 2.4rem;
}
.mv-slider__linkText span::before {
  position: absolute;
  content: "";
  left: -102%;
  bottom: 0;
  width: 102%;
  height: 1px;
  background-color: #262626;
  transform: translateX(0%);
}
.mv-slider__linkText span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #262626;
  transform: translateX(0%);
}/*# sourceMappingURL=top.css.map */