.discography {
  position: relative;
}
.discography__list {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
  max-width: 1080px;
  margin: 0 auto;
}

.discography__list__item {
  font-size: 0.8125rem;
  line-height: 1.6875;
  width: 200px;
}
@media (min-width: 835px) {
  .discography__list__item {
    margin: 0 20px;
    width: 320px;
    font-size: 1rem;
  }
}
.discography__list__item .thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
  min-height: 199px;
}
@media (min-width: 835px) {
  .discography__list__item .thumb {
    min-height: 317px;
  }
}
.discography__list__item .thumb img {
  display: block;
  max-width: initial;
  width: 100%;
}
.discography__list__item .name {
  font-weight: 700;
  margin-top: 20px;
}
.discography__list__item .info {
  color: #646464;
}
.discography__list__item .category {
  color: #646464;
}

@media (max-width: 834px) {
  .discography__more {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.goods {
  position: relative;
}
.goods:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #000;
}
@media (min-width: 835px) {
  .goods:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10.41666666vw);
  }
}
.goods:after {
  position: absolute;
  bottom: 0;
  right: 40px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 835px) {
  .goods:after {
    position: absolute;
    bottom: 0;
    right: 10.41666666vw;
  }
}

.goods__list {
  position: relative;
  margin-right: 40px;
}
@media (min-width: 835px) {
  .goods__list {
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
  }
}

.goods__list__item {
  position: relative;
  width: 200px;
  margin: 0 auto;
  line-height: 1.7307692308;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 500;
  width: 200px;
}
@media (min-width: 835px) {
  .goods__list__item {
    width: 316px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6875;
  }
}

.goods__new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.goods__thumb {
  position: relative;
  padding-top: 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.goods__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: initial;
}

.goods__subttl {
  color: #646464;
  margin-top: 16px;
}
@media (min-width: 835px) {
  .goods__subttl {
    margin-top: 26px;
  }
}

.goods__more {
  background: #ff1eb3;
  border: none;
}
.goods__more img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99px;
}
@media (min-width: 835px) {
  .goods__more img {
    width: 130px;
  }
}

.goodsSwiper-prev {
  position: absolute;
  top: 158px;
  left: 0;
  transform: translate(-28px, 0);
}
@media (min-width: 835px) {
  .goodsSwiper-prev {
    transform: translate(calc(-100% - 34px), 0);
  }
}

.goodsSwiper-next {
  position: absolute;
  top: 158px;
  right: 0;
  transform: translate(28px, 0);
}
@media (min-width: 835px) {
  .goodsSwiper-next {
    transform: translate(calc(100% + 34px), 0);
  }
}

.live {
  position: relative;
}
.live:before {
  position: absolute;
  top: 0;
  left: 40px;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #000;
}
@media (min-width: 835px) {
  .live:before {
    position: absolute;
    top: 0;
    left: 10.41666666vw;
    width: calc(100% - 10.41666666vw);
  }
}
.live:after {
  position: absolute;
  top: 0;
  left: 40px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #ff1eb3 transparent transparent transparent;
}
@media (min-width: 835px) {
  .live:after {
    position: absolute;
    left: 10.41666666vw;
    bottom: 0;
    border-color: #fff transparent transparent transparent;
  }
}

.live .c-inner {
  min-height: 350px;
  margin-left: 70px;
}
@media (min-width: 835px) {
  .live .c-inner {
    min-height: 500px;
    margin-left: auto;
  }
}

@media (max-width: 834px) {
  .live .c-ui_head {
    margin-right: 0;
    margin-left: -30px;
    padding-left: 30px;
  }
}

.live__phbg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 70px);
  height: 106.6vw;
}
@media (min-width: 835px) {
  .live__phbg {
    width: 39vw;
    height: 100%;
  }
}
.live__phbg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 80%);
}
@media (min-width: 835px) {
  .live__phbg:after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}

.live__phbg__credit {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  z-index: 1;
  transform: translate(100%, 0) rotate(90deg);
  transform-origin: 0 0;
  font-weight: 400;
}
@media (min-width: 835px) {
  .live__phbg__credit {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 20px;
    font-size: 0.75rem;
    transform: translate(0, 0) rotate(0deg);
    transform-origin: 0 0;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: all 0.5s 0s ease;
}
.-ready .loader {
  opacity: 0;
  visibility: hidden;
}

.loader__row {
  position: relative;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes loader__curtain {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes loader__curtain {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@-webkit-keyframes loader__curtain_nrw {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes loader__curtain_nrw {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.loader__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, calc(-50% + 1px)) skewY(-45deg);
}
@media (min-width: 835px) {
  .loader__curtain {
    transform: translate(calc(-50% + 1px), 0) skewX(-45deg);
  }
}
.loader__curtain .obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 0 0;
  overflow: hidden;
}
.loader__curtain:nth-child(2) {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  transform: translate(0, calc(50% - 1px)) skewY(-45deg);
}
@media (min-width: 835px) {
  .loader__curtain:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    transform: translate(calc(50% - 1px), 0) skewX(-45deg);
  }
}
.loader__curtain:nth-child(2) .obj {
  transform-origin: 0 100%;
}
@media (min-width: 835px) {
  .loader__curtain:nth-child(2) .obj {
    transform-origin: 100% 0;
  }
}

.-introplay .loader__curtain .obj {
  -webkit-animation: loader__curtain_nrw 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: loader__curtain_nrw 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (min-width: 835px) {
  .-introplay .loader__curtain .obj {
    -webkit-animation: loader__curtain 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
            animation: loader__curtain 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
  }
}

.loader__motionlogo {
  width: 70%;
}
.loader__motionlogo.-left {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 49.3%) skewY(45deg);
}
@media (min-width: 835px) {
  .loader__motionlogo.-left {
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 0;
    transform: translate(49.7%, -50%) skewX(45deg);
  }
}
.loader__motionlogo.-right {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) skewY(45deg);
}
@media (min-width: 835px) {
  .loader__motionlogo.-right {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) skewX(45deg);
  }
}
@media (min-width: 835px) {
  .loader__motionlogo {
    width: 500px;
  }
}

.movie__list {
  margin: 0 40px;
}

.movie__list__item {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  width: 293px;
  cursor: pointer;
}
@media (min-width: 835px) {
  .movie__list__item {
    width: 720px;
  }
}
.movie__list__item .thumb {
  display: block;
  height: 100%;
  overflow: hidden;
}
.movie__list__item .thumb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  content: "";
  width: 36px;
  height: 36px;
  background: url(../../assets/img/top/movie/ico_play.svg) 0 0/100%;
  opacity: 0;
  transition: all 0.3s 0.3s ease;
  z-index: 1;
}
@media (min-width: 835px) {
  .movie__list__item .thumb:after {
    width: 72px;
    height: 72px;
  }
}
.movie__list__item .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.3s 0.3s ease;
  z-index: 1;
}
.swiper-slide-active .movie__list__item .thumb:before {
  opacity: 0;
}
.swiper-slide-active .movie__list__item .thumb:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.movie__list__item .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
  width: 100%;
  z-index: 0;
}

.movie__new {
  position: absolute;
  top: 0;
  left: 0;
}

.movieSwiper-prev,
.movieSwiper-next {
  z-index: 1;
}
.movieSwiper-prev .bg,
.movieSwiper-next .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52.5%);
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: -1;
}

.movieSwiper-prev {
  position: absolute;
  top: 50%;
  left: calc(50% - 360px);
  transform: translate(-50%, -50%);
}

.movieSwiper-next {
  position: absolute;
  top: 50%;
  left: calc(50% + 360px);
  transform: translate(-50%, -50%);
}

.news {
  color: #fff;
}
.news:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  background: #000;
}
@media (min-width: 835px) {
  .news:before {
    width: calc(100% - 10.4vw);
  }
}
.news:after {
  position: absolute;
  bottom: 0;
  right: 40px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 835px) {
  .news:after {
    position: absolute;
    bottom: 0;
    right: 10.4vw;
    border-color: transparent transparent #ff1eb3 transparent;
  }
}

.swiper .swiper-slide {
  width: auto;
}

.swiper-slide a {
  display: block;
  height: 100%;
}

.bnrSwiper .swiper-slide {
  width: auto;
}
@media (max-width: 834px) {
  .bnrSwiper .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 834px) {
  .swiper .swiper-button-prev,
.swiper .swiper-button-next {
    display: none;
  }
}

.bnrSwiper.swiper,
.goodsSwiper.swiper {
  padding-bottom: 15px;
}

.l-main .swiper .swiper-pagination-bullets {
  position: relative;
  bottom: -15px;
  display: flex;
  justify-content: center;
}

.l-main .swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0px;
  opacity: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  display: block;
  background: #959595;
}
@media (max-width: 834px) {
  .l-main .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    line-height: 5px;
  }
}
.l-main .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff1eb3;
}

@media (min-width: 835px) {
  .l-main .bnrSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #ff1eb3;
  }
}

.top_bnr {
  position: relative;
  margin: 34px 40px;
  z-index: 10;
}
@media (min-width: 835px) {
  .top_bnr {
    width: 1040px;
    margin: 110px auto 88px;
  }
}

.top_bnr__item {
  width: 100%;
  background: #fff;
}
@media (min-width: 835px) {
  .top_bnr__item {
    width: 340px;
  }
}
.top_bnr__item img {
  width: 100%;
  max-width: initial;
}

.bnrSwiper-prev {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  transform: translate(-28px, -50%);
}
@media (min-width: 835px) {
  .bnrSwiper-prev {
    transform: translate(-38px, -50%);
  }
}

.bnrSwiper-next {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  transform: translate(28px, -50%);
}
@media (min-width: 835px) {
  .bnrSwiper-next {
    transform: translate(38px, -50%);
  }
}

.top__section {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 835px) {
  .top__section {
    margin-top: 180px;
  }
}
.top__section.-bk {
  padding: 40px 0;
}
@media (min-width: 835px) {
  .top__section.-bk {
    padding: 60px 0 120px;
  }
}
.top__section.news {
  margin-top: 55px;
}
@media (min-width: 835px) {
  .top__section.news {
    margin-top: 120px;
  }
}

.top__head {
  position: relative;
  height: 17px;
  margin: 0 auto 36px;
  text-align: center;
  z-index: 1;
  line-height: 1;
  max-width: 470px;
}
@media (min-width: 835px) {
  .top__head {
    height: 24px;
    margin: 0 auto 60px;
  }
}
.top__head__txt {
  width: auto;
  max-width: initial;
  height: 100%;
  text-align: center;
  vertical-align: top;
}
.top__head__tri1 {
  position: absolute;
  top: -60px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #00bcff transparent transparent transparent;
}
@media (min-width: 835px) {
  .top__head__tri1 {
    position: absolute;
    top: -84px;
    left: 0;
    border-width: 72px 72px 0 0;
  }
}
.top__head__tri2 {
  position: absolute;
  top: -30px;
  right: 70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 835px) {
  .top__head__tri2 {
    position: absolute;
    top: -45px;
    right: 75px;
    border-width: 0 0 16px 16px;
  }
}
.top__head__tri3 {
  position: absolute;
  top: -25px;
  left: 74px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ff1eb3 transparent;
}
@media (min-width: 835px) {
  .top__head__tri3 {
    position: absolute;
    top: -30px;
    left: 93px;
    border-width: 0 0 15px 15px;
  }
}
.top__head__tri4 {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #00bcff transparent transparent transparent;
}
@media (min-width: 835px) {
  .top__head__tri4 {
    position: absolute;
    bottom: -84px;
    right: 0;
    border-width: 72px 72px 0 0;
  }
}
.top__head__line {
  position: absolute;
  top: -60px;
  right: 10px;
  width: 160px;
  height: 1px;
  transform: translate(0, 0) rotate(-45deg);
  transform-origin: 100% 0;
}
@media (min-width: 835px) {
  .top__head__line {
    width: 226px;
    position: absolute;
    top: -88px;
    right: 0;
  }
}
.top__head__line .obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff1eb3;
}
.top__head__line2 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 160px;
  height: 1px;
  transform: translate(0, 0) rotate(-45deg);
  transform-origin: 0 0;
}
@media (min-width: 835px) {
  .top__head__line2 {
    width: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.top__head__line2 .obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff1eb3;
}

.top__section:before {
  transform: scaleX(0);
}
.top__section.-reveal:before {
  -webkit-animation: subpagemain 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: subpagemain 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.top__head__txt {
  opacity: 0;
}
.-reveal .top__head__txt {
  -webkit-animation: pagehead_txt 1s 0.25s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_txt 1s 0.25s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.top__head__tri1 {
  opacity: 0;
}
.-reveal .top__head__tri1 {
  -webkit-animation: pagehead_tri2 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_tri2 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.top__head__tri2 {
  opacity: 0;
}
.-reveal .top__head__tri2 {
  -webkit-animation: pagehead_tri1 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_tri1 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.top__head__tri3 {
  opacity: 0;
}
.-reveal .top__head__tri3 {
  -webkit-animation: pagehead_tri2 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_tri2 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.top__head__tri4 {
  opacity: 0;
}
.-reveal .top__head__tri4 {
  -webkit-animation: pagehead_tri1 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_tri1 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.top__head__line .obj {
  transform: scaleX(0);
}
.-reveal .top__head__line .obj {
  -webkit-animation: pagehead_line 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_line 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.top__head__line2 .obj {
  transform: scaleX(0);
}
.-reveal .top__head__line2 .obj {
  -webkit-animation: pagehead_line 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: pagehead_line 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.live__phbg {
  opacity: 0;
}
.-reveal .live__phbg {
  -webkit-animation: subpagecont 1s 0.75s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: subpagecont 1s 0.75s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

:root {
  --screenHeight: 0px;
}

.mvscroll {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
}

.mainvisual {
  position: relative;
  height: 100vh;
  background: #000;
  margin-left: 40px;
  transition: all 0.6s 1s cubic-bezier(0, 0.55, 0.45, 1);
  min-height: 550px;
}
.-ready .mainvisual {
  height: calc(var(--screenHeight) - 20px);
}
@media (min-width: 835px) {
  .-ready .mainvisual {
    margin: 100px 0 0 0;
    height: calc(100vh - 100px - 60px);
  }
}
@media (min-width: 835px) {
  .mainvisual {
    margin: 0;
    height: 100vh;
    min-height: 650px;
  }
}
.mainvisual:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
}

.mainvisual__row {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

@-webkit-keyframes mainvisual__item_after {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes mainvisual__item_after {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@-webkit-keyframes mainvisual__item {
  0% {
    transform: scale(1.075);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mainvisual__item {
  0% {
    transform: scale(1.075);
  }
  100% {
    transform: scale(1);
  }
}
.mainvisual__item {
  position: relative;
  width: 25%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mainvisual__item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(1);
  transform-origin: 100% 0;
}
.-mvready .mainvisual__item:nth-child(1):after {
  -webkit-animation: mainvisual__item_after 1s 0.1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item_after 1s 0.1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(1) .obj {
  -webkit-animation: mainvisual__item 1.2s 0.1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item 1.2s 0.1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(2):after {
  -webkit-animation: mainvisual__item_after 1s 0.2s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item_after 1s 0.2s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(2) .obj {
  -webkit-animation: mainvisual__item 1.2s 0.2s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item 1.2s 0.2s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(3):after {
  -webkit-animation: mainvisual__item_after 1s 0.3s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item_after 1s 0.3s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(3) .obj {
  -webkit-animation: mainvisual__item 1.2s 0.3s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item 1.2s 0.3s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(4):after {
  -webkit-animation: mainvisual__item_after 1s 0.4s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item_after 1s 0.4s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(4) .obj {
  -webkit-animation: mainvisual__item 1.2s 0.4s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item 1.2s 0.4s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(5):after {
  -webkit-animation: mainvisual__item_after 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item_after 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvready .mainvisual__item:nth-child(5) .obj {
  -webkit-animation: mainvisual__item 1.2s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: mainvisual__item 1.2s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.mainvisual__item .obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainvisual__item.-m_gots .obj {
  background: url(../../assets/img/top/mainvisual/ph_gots_nrw.jpg) 50% 50%/cover, #fff;
}
@media (min-width: 835px) {
  .mainvisual__item.-m_gots .obj {
    background: url(../../assets/img/top/mainvisual/ph_gots.jpg) 50% 55%/cover, #fff;
  }
}
.mainvisual__item.-m_iwasaki .obj {
  background: url(../../assets/img/top/mainvisual/ph_iwasaki_nrw.jpg) 50% 50%/cover, #fff;
}
@media (min-width: 835px) {
  .mainvisual__item.-m_iwasaki .obj {
    background: url(../../assets/img/top/mainvisual/ph_iwasaki.jpg) 50% 55%/cover, #fff;
  }
}
.mainvisual__item.-m_keigo .obj {
  background: url(../../assets/img/top/mainvisual/ph_keigo_nrw.jpg) 50% 50%/cover, #fff;
}
@media (min-width: 835px) {
  .mainvisual__item.-m_keigo .obj {
    background: url(../../assets/img/top/mainvisual/ph_keigo.jpg) 50% 55%/cover, #fff;
  }
}
.mainvisual__item.-m_kohshi .obj {
  background: url(../../assets/img/top/mainvisual/ph_kohshi_nrw.jpg) 50% 50%/cover, #fff;
}
@media (min-width: 835px) {
  .mainvisual__item.-m_kohshi .obj {
    background: url(../../assets/img/top/mainvisual/ph_kohshi.jpg) 50% 55%/cover, #fff;
  }
}
.mainvisual__item.-m_take .obj {
  background: url(../../assets/img/top/mainvisual/ph_take_nrw.jpg) 50% 50%/cover, #fff;
}
@media (min-width: 835px) {
  .mainvisual__item.-m_take .obj {
    background: url(../../assets/img/top/mainvisual/ph_take.jpg) 50% 55%/cover, #fff;
  }
}

.mainvisual__obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes motxtin {
  0% {
    transform: translate(0, 100%) skewY(45deg);
  }
  100% {
    transform: translate(0, 25%) skewY(45deg);
  }
}

@keyframes motxtin {
  0% {
    transform: translate(0, 100%) skewY(45deg);
  }
  100% {
    transform: translate(0, 25%) skewY(45deg);
  }
}
@-webkit-keyframes motxtout {
  0% {
    transform: translate(0, 25%) skewY(45deg);
  }
  100% {
    transform: translate(0, 100%) skewY(45deg);
  }
}
@keyframes motxtout {
  0% {
    transform: translate(0, 25%) skewY(45deg);
  }
  100% {
    transform: translate(0, 100%) skewY(45deg);
  }
}
@-webkit-keyframes molinein {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes molinein {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes molineout {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes molineout {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@-webkit-keyframes motriin {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes motriin {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes motriout {
  0% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(0, -20px);
  }
}
@keyframes motriout {
  0% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(0, -20px);
  }
}
.mainvisual__obj__item {
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 500;
  width: 60px;
  height: 60px;
}
@media (min-width: 835px) {
  .mainvisual__obj__item {
    font-size: 4.5rem;
    width: 100px;
    height: 100px;
  }
}
.mainvisual__obj__item.-tf {
  position: absolute;
  top: 10%;
  left: 75%;
}
@media (min-width: 835px) {
  .mainvisual__obj__item.-tf {
    position: absolute;
    top: 10%;
    left: 75%;
  }
}
.mainvisual__obj__item.-tl {
  position: absolute;
  top: 50%;
  left: 5%;
}
@media (min-width: 835px) {
  .mainvisual__obj__item.-tl {
    position: absolute;
    top: 65%;
    left: 5%;
  }
}
.mainvisual__obj__item.-to {
  position: absolute;
  top: 90%;
  left: 15%;
}
@media (min-width: 835px) {
  .mainvisual__obj__item.-to {
    position: absolute;
    top: 80%;
    left: 20%;
  }
}
.mainvisual__obj__item.-tw {
  position: absolute;
  top: 55%;
  left: 55%;
}
.mainvisual__obj__item.-t2 {
  position: absolute;
  top: 5%;
  left: 35%;
}
@media (min-width: 835px) {
  .mainvisual__obj__item.-t2 {
    position: absolute;
    top: 5%;
    left: 30%;
  }
}
.mainvisual__obj__item.-t6 {
  position: absolute;
  top: 75%;
  left: 85%;
}
.mainvisual__obj__item .txtwrap {
  width: 100%;
  height: 100%;
  transform: skewY(-45deg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 0 0;
}
.mainvisual__obj__item .txt {
  transform: translate(0, 100%) skewY(45deg);
}
.-ready .mainvisual__obj__item .txt {
  -webkit-animation: motxtin 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: motxtin 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvscroll .mainvisual__obj__item .txt {
  transform: translate(0, 25%) skewY(45deg);
  -webkit-animation: motxtout 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: motxtout 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.mainvisual__obj__item.-secondary .line, .mainvisual__obj__item.-secondary .tri {
  display: none;
}
.mainvisual__obj__item .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 835px) {
  .mainvisual__obj__item .line {
    width: 200px;
  }
}
.mainvisual__obj__item .line .obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
}
.-ready .mainvisual__obj__item .line .obj {
  -webkit-animation: molinein 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: molinein 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvscroll .mainvisual__obj__item .line .obj {
  -webkit-animation: molineout 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: molineout 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.mainvisual__obj__item .tri {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #00bcff transparent;
  opacity: 0;
}
@media (min-width: 835px) {
  .mainvisual__obj__item .tri {
    border-width: 0 0 20px 20px;
    position: absolute;
    top: -20px;
    left: -20px;
  }
}
.mainvisual__obj__item .tri.-i0, .mainvisual__obj__item .tri.-i2, .mainvisual__obj__item .tri.-i4 {
  border-color: transparent transparent #ff1eb3 transparent;
}
.-ready .mainvisual__obj__item .tri {
  -webkit-animation: motriin 1s 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: motriin 1s 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-mvscroll .mainvisual__obj__item .tri {
  -webkit-animation: motriout 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: motriout 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}