/*============================================================
	Top
============================================================*/
/*  mv
-------------------------------------------------*/
.top__mv {
  height: 100vh;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .top__mv {
    display: grid;
    grid-template-columns: 61.333vw auto;
  }
}
@media only screen and (max-width: 767px) {
  .top__mv {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.top__mv .swiper {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top__mv .swiper {
    height: 30.769rem;
  }
}
.top__mv .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.top__mv .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  transition: 7s 1s ease-out;
  transform: scale(1.05);
}
.top__mv .swiper .swiper-wrapper .swiper-slide[class*=-active] img {
  transition-delay: 0s;
  transform: scale(1);
}
.top__mv .swiper .swiper__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  padding: 1.875rem 1.25rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top__mv .swiper .swiper__inner {
    padding: 1.154rem 0.769rem;
  }
}
.top__mv .swiper .swiper__inner li {
  opacity: 0;
  transition: all ease-in-out 2s;
  filter: blur(10px);
}
.top__mv .swiper .swiper__inner li.topAnim {
  opacity: 1;
  filter: blur(0);
}
.top__mv .swiper .swiper__inner li:first-child {
  font-size: 4.688rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .top__mv .swiper .swiper__inner li:first-child {
    font-size: 2.308rem;
  }
}
.top__mv .swiper .swiper__inner li:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top__mv .swiper .swiper__inner li:last-child strong {
  display: block;
  font-size: 5rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .top__mv .swiper .swiper__inner li:last-child strong {
    font-size: 2.5rem;
    margin-bottom: 0.769rem;
  }
}
.top__mv .swiper .swiper__inner li:last-child span {
  font-size: 2.25rem;
  padding-right: 4.375rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top__mv .swiper .swiper__inner li:last-child span {
    font-size: 1.615rem;
  }
}
.top__mv .swiper .swiper__inner li:last-child span::after {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 1px;
  background: #fff;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}
.top__mv .swiper .swiper__inner li:last-child p {
  font-size: 1.125rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .top__mv .swiper .swiper__inner li:last-child p {
    font-size: 1.154rem;
  }
}
.top__mv .top__mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .top__mv .top__mv__inner {
    height: calc(100vh - 30.769rem);
    padding-top: 7.692rem;
  }
}
.top__mv .top__mv__inner figure {
  width: 17.5rem;
}
.top__mv .top__mv__inner h1 {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

/*  top__contents
-------------------------------------------------*/
.top__contents section {
  margin-top: 12.5rem;
}
@media only screen and (max-width: 767px) {
  .top__contents section {
    margin-top: 7.692rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top__contents section .inner .txt__wrap {
    width: 28.667vw;
  }
}
.top__contents section .inner .txt__wrap h2 {
  font-size: 3.75rem;
  margin-bottom: 1.875rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .top__contents section .inner .txt__wrap h2 {
    font-size: 3.077rem;
    margin-bottom: 1.923rem;
  }
}
@media only screen and (max-width: 767px) {
  .top__contents section .inner .txt__wrap p {
    margin-bottom: 1.923rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top__contents section .inner .txt__wrap .btn {
    margin-top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top__contents section .inner .txt__wrap .btn {
    margin-left: auto;
  }
}
.top__contents section figure {
  aspect-ratio: 920/400;
}
@media print, screen and (min-width: 768px) {
  .top__contents section figure {
    width: calc(100% - 28.667vw);
  }
}
@media only screen and (max-width: 767px) {
  .top__contents section figure {
    width: 100vw;
    margin-left: -6.667vw;
    margin-top: 3.125rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top__contents section:nth-child(even) .inner {
    flex-direction: row-reverse;
    margin-inline: 0 auto;
  }
  .top__contents section:nth-child(even) .inner .txt__wrap {
    align-items: flex-end;
  }
  .top__contents section:nth-child(even) .inner .txt__wrap h2, .top__contents section:nth-child(even) .inner .txt__wrap p {
    text-align: right;
  }
}