/*************************************************

mv

*************************************************/
.mv {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mv-bg {
  position: relative;
  width: 100%;
  line-height: 0;
  z-index: 1;
}
.mv-bg img {
  width: 100%;
}

.mv-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 24.1666666667vw;
  text-align: center;
  z-index: 2;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .mv-title {
    margin-top: 19rem;
  }
}
.mv-title img {
  width: 74.4166666667vw;
}

.mv-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 58.3333333333vw;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv-texts {
    margin-top: 35rem;
  }
}
.mv-texts p {
  margin-bottom: 2.6666666667vw;
  font-size: 1.3333333333vw;
  color: #fff;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mv-texts p {
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
  }
}

/*************************************************

work

*************************************************/
.work {
  position: relative;
  padding: 7rem 0 10rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .work {
    margin-top: -3rem;
    padding: 0 0 7rem;
  }
}

.work-inner {
  position: relative;
  width: min(70rem, 100% - 2rem);
  margin: 0 auto;
  z-index: 2;
}

.work-texts {
  color: #fff;
  font-size: 1.4rem;
}
.work-texts p {
  margin-bottom: 2em;
  font-weight: 700;
  line-height: 2;
}
.work-texts p:last-child {
  margin-bottom: 0;
}
.work-texts p strong {
  font-size: 2rem;
}

.work-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30rem;
  height: 6rem;
  margin-top: 3rem;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  text-decoration: none;
  border: #fff solid 1px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .work-btn {
    margin: 3rem auto 0;
  }
}
.work-btn:hover {
  color: #323232;
  background-color: #fff;
}

.work-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  .work-slide {
    margin: 3rem 0 6rem;
  }
}

.work-slide__item {
  width: 120rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: infinity-scroll-left 30s infinite linear both;
          animation: infinity-scroll-left 30s infinite linear both;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .work-title02 {
    max-width: 32rem;
  }
  .work-title02 .parts-animetext__el:nth-child(2) {
    margin-left: 5rem;
  }
  .work-title02 .parts-animetext__el:nth-child(3) {
    margin-left: auto;
  }
}

.work-en {
  position: absolute;
  top: 12rem;
  left: calc(50% + 30rem);
  width: 13.2rem;
  line-height: 0;
  z-index: 1;
}

/*************************************************

top-insta

*************************************************/
.top-insta {
  width: min(70rem, 100% - 6rem);
  margin: 5rem auto;
}