.fv {
  z-index: 200;
  position: relative;
}
.fv__video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 202;
  pointer-events: none;
  opacity: 0.4;
}
.fv__video video {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fv__swiper {
  width: 100%;
  position: relative;
  background: #0f0c0b;
}
.fv__swiper::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 201;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 12, 11, 0)), color-stop(0.01%, rgba(15, 12, 11, 0.0104167)), to(#0f0c0b));
  background: linear-gradient(180deg, rgba(15, 12, 11, 0) 0%, rgba(15, 12, 11, 0.0104167) 0.01%, #0f0c0b 100%);
  width: 100%;
  height: 240px;
  pointer-events: none;
}
.fv__swiper .swiper-slide-active img,
.fv__swiper .swiper-slide-duplicate-active img,
.fv__swiper .swiper-slide-prev img {
  -webkit-animation: zoom 15s linear 0s 1 normal both;
  animation: zoom 15s linear 0s 1 normal both;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.fv__swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.fv__swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
@-webkit-keyframes fadePaginationRight {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadePaginationRight {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.fv__swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0px;
  z-index: 203;
  padding: 12px 7px;
  background: #0f0c0b;
  opacity: 0;
}
.fv__swiper .swiper-pagination.-show {
  -webkit-animation: fadePaginationRight 0.8s forwards;
  animation: fadePaginationRight 0.8s forwards;
}
.fv__swiper .swiper-pagination-bullet {
  margin-bottom: 12px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.fv__swiper .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.fv__swiper .swiper-pagination-bullet.icon-fv-1 {
  background-image: url("/assets/images/top/icon-fv-1.svg");
}
.fv__swiper .swiper-pagination-bullet.icon-fv-2 {
  background-image: url("/assets/images/top/icon-fv-2.svg");
}
.fv__swiper .swiper-pagination-bullet.icon-fv-3 {
  background-image: url("/assets/images/top/icon-fv-3.svg");
}
.fv__swiper .swiper-pagination-bullet.icon-fv-4 {
  background-image: url("/assets/images/top/icon-fv-4.svg");
}
.fv__swiper .swiper-pagination-bullet-active.icon-fv-1 {
  background-image: url("/assets/images/top/icon-fv-1-active.svg");
}
.fv__swiper .swiper-pagination-bullet-active.icon-fv-2 {
  background-image: url("/assets/images/top/icon-fv-2-active.svg");
}
.fv__swiper .swiper-pagination-bullet-active.icon-fv-3 {
  background-image: url("/assets/images/top/icon-fv-3-active.svg");
}
.fv__swiper .swiper-pagination-bullet-active.icon-fv-4 {
  background-image: url("/assets/images/top/icon-fv-4-active.svg");
}
.fv__text {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv__text {
    top: 106.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__text {
    top: 0;
    left: calc(50% - 9px);
  }
}
@media screen and (max-width: 768px) {
  .fv__text__inner {
    width: 70.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__text__inner {
    width: 18px;
    height: 472px;
  }
}
.fv__text__inner img {
  position: absolute;
  left: 0;
  max-width: none;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .fv__text__inner img {
    height: 100%;
  }
}
.fv__text__item {
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
@media screen and (max-width: 768px) {
  .fv__text__item {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .fv__text__item {
    height: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fv__text.-show .fv__text__item {
    width: 70.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__text.-show .fv__text__item {
    height: 472px;
  }
}
.fv__logo {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv__logo {
    top: 136vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__logo {
    bottom: 36%;
  }
}
@media screen and (max-width: 768px) {
  .fv__logo img {
    width: 56.5333333333vw;
    height: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__logo img {
    width: 318px;
    height: 120px;
  }
}
.fv__separator {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv__separator {
    top: 0;
    margin: 8.5333333333vw auto;
    left: calc(50% - 1.0666666667vw);
  }
}
@media screen and (min-width: 769px) {
  .fv__separator {
    top: -80px;
    margin-bottom: -80px;
    left: calc(50% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .fv__separator__inner {
    width: 2.1333333333vw;
    height: 45.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__separator__inner {
    width: 8px;
    height: 412px;
  }
}
.fv__separator__inner img {
  position: absolute;
  left: 0;
  max-width: none;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .fv__separator__inner img {
    width: 2.1333333333vw;
  }
}
.fv__separator__item {
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  height: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__separator.is-show__mask .fv__separator__item {
    height: 45.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__separator.is-show__mask .fv__separator__item {
    height: 412px;
  }
}

.news__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .news__wrap {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .news__wrap {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    width: 33.92vw;
  }
}
.news__list {
  border-top: 1px solid #5d5d5d;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin: 10.6666666667vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .news__list {
    width: 800px;
    margin: 40px auto 0;
  }
}
.news__item {
  border-bottom: 1px solid #5d5d5d;
}
.news__item a {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.news__item a::after {
  content: "";
  background-image: url("/assets/images/common/icon-arror-link.png");
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .news__item a::after {
    height: 5.3333333333vw;
    width: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .news__item a::after {
    height: 20px;
    width: 10px;
  }
}
.news__item a:hover .news__item-label {
  background: #ff007a;
}
.news__item a:hover .news__item-text {
  text-decoration: underline;
}
.news__item a:hover::after {
  background-image: url("/assets/images/common/icon-arror-link--hover.png");
}
.news__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news__item-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.2666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .news__item-content {
    padding: 16px 0;
  }
}
.news__item-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news__item-side {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .news__item-side {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .news__item-date {
    letter-spacing: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .news__item-date {
    letter-spacing: 0.4em;
    font-size: 14px;
  }
}
.news__item-label {
  background: #5d5d5d;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .news__item-label {
    font-size: 3.2vw;
    margin-left: 4.2666666667vw;
    padding: 0.5333333333vw 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .news__item-label {
    font-size: 12px;
    margin-left: 16px;
    padding: 2px 12px;
  }
}
@media screen and (max-width: 768px) {
  .news__item-text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .news__item-text {
    font-size: 14px;
  }
}

.movie {
  position: relative;
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-top: 32vw;
  }
}
.movie__area {
  position: relative;
  background-image: url("/assets/images/top/bg-movie.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .movie__area {
    height: 53.3333333333vw;
  }
}
.movie__center {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.movie__title {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .movie__title img {
    width: 36.2666666667vw;
  }
}
.movie__play {
  margin-top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .movie__play {
    margin-top: 5.3333333333vw;
  }
}
.movie__play img {
  border-radius: 100vh;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .movie__play img {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .movie__play img:hover {
    background: #FF007A;
    border-color: #FF007A;
  }
}

.story__wrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .story__wrap {
    margin-top: 32vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .story__wrap {
    width: 1000px;
    margin-top: 240px;
  }
}
.story__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .story__title {
    width: 40.96vw;
  }
}
@media screen and (max-width: 768px) {
  .story__deco-text {
    margin-top: -1.8666666667vw;
    width: 52.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .story__deco-text {
    margin-top: 38px;
    width: 398px;
  }
}
.story__deco-text img {
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story__deco-text img {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .story__deco-text img {
    left: 69px;
  }
}
@-webkit-keyframes leftFadeDecoText {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes leftFadeDecoText {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.story__deco-text img.is-show__scrollView {
  -webkit-animation: leftFadeDecoText 1s;
  animation: leftFadeDecoText 1s;
  opacity: 1;
}
.story__text {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story__text {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .story__text {
    width: 1000px;
  }
}
.story__text-01 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .story__text-01 {
    right: 12.96vw;
    top: 12.752vw;
  }
}
@media screen and (min-width: 769px) {
  .story__text-01 {
    top: -24px;
    right: 256px;
  }
}
@media screen and (max-width: 768px) {
  .story__text-01 img {
    width: 22.4vw;
  }
}
.story__text-01.is-show__under::before {
  content: "";
  position: absolute;
  background: url("/assets/images/top/story-text-01-bg.svg");
  -webkit-animation: fadeIn 2s linear;
  animation: fadeIn 2s linear;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .story__text-01.is-show__under::before {
    top: -1.9706666667vw;
    left: -2.9546666667vw;
    width: 28.32vw;
    height: 90.872vw;
  }
}
@media screen and (min-width: 769px) {
  .story__text-01.is-show__under::before {
    top: -10px;
    left: -16px;
    width: 176px;
    height: 498px;
  }
}
.story__text-01.is-show__under::after {
  content: "";
  position: absolute;
  background: url("/assets/images/top/story-text-01-red.svg");
  top: 0;
  left: 0;
  -webkit-animation: fadeIn 1s linear;
  animation: fadeIn 1s linear;
}
@media screen and (max-width: 768px) {
  .story__text-01.is-show__under::after {
    width: 22.4vw;
    height: 79.2vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .story__text-01.is-show__under::after {
    width: 138px;
    height: 492px;
  }
}
.story__text-02 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .story__text-02 {
    top: 42.9333333333vw;
    right: 51.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .story__text-02 {
    top: 189px;
    right: 604px;
  }
}
@media screen and (max-width: 768px) {
  .story__text-02 img {
    width: 22.4vw;
  }
}
.story__text-02.is-show__under::before {
  content: "";
  position: absolute;
  background: url("/assets/images/top/story-text-02-bg.svg");
  -webkit-animation: fadeIn 2s linear;
  animation: fadeIn 2s linear;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .story__text-02.is-show__under::before {
    top: -2.6613333333vw;
    left: -3.9413333333vw;
    width: 28.8133333333vw;
    height: 82.192vw;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .story__text-02.is-show__under::before {
    top: -7px;
    left: -18px;
    width: 180px;
    height: 494px;
  }
}
.story__bg {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story__bg {
    width: 100%;
    top: -24.9333333333vw;
    margin: 0 auto -230px;
  }
}
@media screen and (min-width: 769px) {
  .story__bg {
    overflow-x: hidden;
    width: 1440px;
    margin: 0 auto -230px;
    top: -230px;
  }
}
.story__bg-01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .story__bg-01__inner {
    width: 78.4vw;
    height: 65.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-01__inner {
    width: 1440px;
    height: 490px;
  }
}
.story__bg-01__inner img {
  position: absolute;
  right: 0;
  max-width: none;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .story__bg-01__inner img {
    height: 65.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-01__inner img {
    height: 100%;
  }
}
.story__bg-01__item {
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
@media screen and (max-width: 768px) {
  .story__bg-01.is-show__mask .story__bg-01__item {
    width: 78.4vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-01.is-show__mask .story__bg-01__item {
    width: 1008px;
  }
}
.story__bg-02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .story__bg-02 {
    top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-02 {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .story__bg-02__inner {
    width: 70.6666666667vw;
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-02__inner {
    width: 720px;
    height: 200px;
  }
}
.story__bg-02__inner img {
  position: absolute;
  left: 0;
  max-width: none;
  z-index: -10;
  height: 100%;
}
.story__bg-02__item {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
@media screen and (max-width: 768px) {
  .story__bg-02.is-show__mask .story__bg-02__item {
    width: 70.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-02.is-show__mask .story__bg-02__item {
    width: 720px;
  }
}
.story__bg-03 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .story__bg-03 {
    top: 32vw;
    left: 57.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-03 {
    top: -80px;
    left: 940px;
  }
}
@media screen and (max-width: 768px) {
  .story__bg-03__inner {
    width: 32vw;
    height: 64vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-03__inner {
    width: 240px;
    height: 480px;
  }
}
.story__bg-03__inner img {
  position: absolute;
  top: 0;
  max-width: none;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .story__bg-03__inner img {
    width: 100%;
  }
}
.story__bg-03__item {
  position: absolute;
  top: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
@media screen and (max-width: 768px) {
  .story__bg-03__item {
    width: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-03__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .story__bg-03.is-show__mask .story__bg-03__item {
    height: 64vw;
  }
}
@media screen and (min-width: 769px) {
  .story__bg-03.is-show__mask .story__bg-03__item {
    height: 480px;
  }
}

.storySide {
  position: relative;
}
@media screen and (max-width: 768px) {
  .storySide {
    padding-top: 50.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .storySide {
    top: -254px;
  }
}
.storySide__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .storySide__wrap {
    width: 1000px;
  }
}
.storySide__info {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .storySide__info {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .storySide__info {
    min-height: 892px;
    width: 740px;
  }
}
.storySide__info-inner {
  background: url("/assets/images/top/story-info-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  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;
}
@media screen and (max-width: 768px) {
  .storySide__info-inner {
    padding: 9.3333333333vw 0;
    width: 100%;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .storySide__info-inner {
    min-height: 892px;
    width: 740px;
  }
}
.storySide__info p {
  text-align: center;
  margin-bottom: 3em;
  line-height: 3;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .storySide__info p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .storySide__info p {
    font-size: 16px;
  }
}
.storySide__info p:last-child {
  margin-bottom: 0;
}
.storySide__moreLink {
  position: relative;
}
@media screen and (max-width: 768px) {
  .storySide__moreLink {
    margin-right: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .storySide__moreLink {
    top: -100px;
  }
}

.music {
  position: relative;
}
@media screen and (max-width: 768px) {
  .music {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    padding-top: 32vw;
  }
}
.music__title {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .music__title {
    width: 46.4vw;
  }
}
.music__wrap {
  margin: 0 auto;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 769px) {
  .music__wrap {
    width: 1000px;
  }
}
.music__bg {
  position: relative;
}
.music__bg::before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/top/fv-03-pc.png");
  background-attachment: fixed;
  background-position: center;
  background-size: 134%;
  background-repeat: no-repeat;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .music__bg::before {
    height: 64vw;
    width: 100vw;
    left: -6.4vw;
    top: calc(50% - 32vw);
  }
}
@media screen and (min-width: 769px) {
  .music__bg::before {
    height: 240px;
    width: 100vw;
    left: calc((-100vw + 1000px) / 2);
    top: calc(50% - 120px);
  }
}
.music__subTitle {
  color: #ff007a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.75em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .music__subTitle {
    margin-top: 12.8vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .music__subTitle {
    margin-top: 48px;
    font-size: 16px;
  }
}
.music__subTitle .headline {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.music__subTitle .headline .rect {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #ff007a;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.music__artist {
  background: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .music__artist {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 8.5333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .music__artist {
    margin-top: 40px;
    padding: 64px 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.music__artist::before, .music__artist::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  pointer-events: none;
  background-image: url("/assets/images/top/music-artist-deco.svg");
  background-size: auto;
}
.music__artist::after {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.music__artist-image img {
  pointer-events: none;
}
.music__artist-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .music__artist-top:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.music__artist-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.music__artist-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .music__artist-title {
    height: 100%;
  }
}
.music__artist-title__heading {
  letter-spacing: 0.1rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .music__artist-title__heading {
    font-size: 3.2vw;
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .music__artist-title__heading {
    font-size: 16px;
    margin-top: 40px;
  }
}
.music__artist-title__song {
  letter-spacing: 0.1rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .music__artist-title__song {
    font-size: 6.4vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .music__artist-title__song {
    font-size: 28px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .music__moreLink {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .music__moreLink {
    margin-top: 40px;
  }
}

.character {
  position: relative;
}
@media screen and (max-width: 768px) {
  .character {
    padding-top: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .character {
    margin-top: 280px;
  }
}
.character__title {
  position: relative;
  pointer-events: none;
  z-index: 201;
}
@media screen and (max-width: 768px) {
  .character__title {
    width: 78.9333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .character__title {
    top: 40px;
  }
}
.character__animation {
  margin: 0 auto;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .character__animation {
    width: 0;
    max-width: 1440px;
    height: 820px;
    -webkit-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
  }
}
.character.is-show__mask .character__animation {
  width: 100%;
}
.character__area {
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .character__area {
    -webkit-transform: translate(calc(50% - 720px), 0);
    transform: translate(calc(50% - 720px), 0);
    left: 0;
  }
}
.character__content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .character__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10.6666666667vw;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .character__content {
    width: 1440px;
    height: 820px;
    background: url("/assets/images/top/character-bg-pc.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.character__content * {
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .character__content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 200;
    pointer-events: none;
    background: url("/assets/images/top/character-frame-pc.png");
  }
}
.character__view {
  position: relative;
  z-index: 51;
}
@media screen and (max-width: 768px) {
  .character__view {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .character__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.character__view-image {
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .character__view-image {
    width: 100%;
    height: 85.3333333333vw;
    overflow: hidden;
    background: url("/assets/images/top/character-bg-sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
  .character__view-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    pointer-events: none;
    background: url("/assets/images/top/character-frame-sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.character__view-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .character__view-image img {
    position: absolute;
    width: 83.2vw;
    top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .character__view-image img {
    position: relative;
    width: 478px;
    top: 40px;
  }
  .character__view-image img:hover {
    scale: 1.04;
    cursor: pointer;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
  }
}
.character__view-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .character__view-info {
    margin: 6.4vw 0;
    padding: 0 6.4vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .character__view-info {
    display: none;
    background: rgba(15, 12, 11, 0.7);
    width: 400px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .character__view-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.character__view-info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: fadeInUnder 0.5s linear;
  animation: fadeInUnder 0.5s linear;
}
@media screen and (max-width: 768px) {
  .character__view-info__name .ruby {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .character__view-info__name .ruby {
    font-size: 16px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .character__view-info__name .name {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .character__view-info__name .name {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .character__view-info__name .cast {
    font-size: 3.2vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .character__view-info__name .cast {
    font-size: 16px;
    margin-top: 40px;
  }
}
.character__view-info__text {
  -webkit-animation: fadeInUnder 0.5s linear;
  animation: fadeInUnder 0.5s linear;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .character__view-info__text {
    font-size: 3.2vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .character__view-info__text {
    font-size: 14px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .character__view-info__link {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .character__view-info__link {
    margin-top: auto;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .character__kanae.is-show__scrollView .character__view-image::after {
    content: "";
    background-image: url("/assets/images/top/character-img-text-01.svg");
    background-size: contain;
    width: 41.8666666667vw;
    height: 60.5333333333vw;
    position: absolute;
    -webkit-animation: leftFadeSpKanae 0.5s;
    animation: leftFadeSpKanae 0.5s;
    top: 12.2666666667vw;
    left: 6.9333333333vw;
    z-index: 1000;
  }
  @-webkit-keyframes leftFadeSpKanae {
    0% {
      opacity: 0;
      left: 0px;
    }
    100% {
      opacity: 1;
      left: 6.9333333333vw;
    }
  }
  @keyframes leftFadeSpKanae {
    0% {
      opacity: 0;
      left: 0px;
    }
    100% {
      opacity: 1;
      left: 6.9333333333vw;
    }
  }
}
@media screen and (min-width: 769px) {
  .character__kanae.is-show__scrollView .character__view-image:after {
    content: "";
    position: absolute;
    background-image: url("/assets/images/top/character-pc-hover-icon.svg");
    top: 36px;
    left: calc(50% + 28px);
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .character__kanae.is-show__scrollView .character__view-image:hover::after {
    top: 42px;
  }
}
@media screen and (min-width: 769px) {
  .character__kanae .character__view-image {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .character__kanae .character__view-image img {
    right: 0vw;
  }
}
.character__kanae .character__view-info {
  position: relative;
}
.character__kanae .character__view-info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url("/assets/images/top/character-info-bg-01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .character__kanae .character__view-info:before {
    background-position: right 0 bottom 0;
  }
}
@media screen and (min-width: 769px) {
  .character__kanae .character__view-info:before {
    background-position: right 0 bottom 71px;
  }
}
@media screen and (max-width: 768px) {
  .character__kuzuha .character__hoverWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .character__kuzuha.is-show__scrollView .character__view-image::after {
    content: "";
    background-image: url("/assets/images/top/character-img-text-02.svg");
    background-size: contain;
    width: 39.7333333333vw;
    height: 69.6vw;
    position: absolute;
    -webkit-animation: rightFadeSpKuzuha 0.5s;
    animation: rightFadeSpKuzuha 0.5s;
    top: 7.7333333333vw;
    right: 5.8666666667vw;
    z-index: 1000;
  }
  @-webkit-keyframes rightFadeSpKuzuha {
    0% {
      opacity: 0;
      right: 0px;
    }
    100% {
      opacity: 1;
      right: 5.3333333333vw;
    }
  }
  @keyframes rightFadeSpKuzuha {
    0% {
      opacity: 0;
      right: 0px;
    }
    100% {
      opacity: 1;
      right: 5.3333333333vw;
    }
  }
}
@media screen and (min-width: 769px) {
  .character__kuzuha .character__view-image:after {
    content: "";
    position: absolute;
    background-image: url("/assets/images/top/character-pc-hover-icon.svg");
    top: 24px;
    left: calc(50% - 43px);
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .character__kuzuha .character__view-image:hover::after {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .character__kuzuha .character__view-image img {
    top: 5.3333333333vw;
  }
}
.character__kuzuha .character__view-info {
  position: relative;
}
.character__kuzuha .character__view-info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url("/assets/images/top/character-info-bg-02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .character__kuzuha .character__view-info:before {
    background-position: left 0 bottom 0;
  }
}
@media screen and (min-width: 769px) {
  .character__kuzuha .character__view-info:before {
    background-position: left 0 bottom 71px;
  }
}
@media screen and (min-width: 769px) {
  .character .--active-kanae .character__kanae {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .character .--active-kanae .character__kanae .character__view-info {
    display: block;
    margin-right: 78px;
  }
  .character .--active-kanae .character__kanae .character__view-image {
    margin-left: 0;
  }
  .character .--active-kanae .character__kanae .character__view-image img {
    -webkit-animation: slowSizeUp 0.5s;
    animation: slowSizeUp 0.5s;
    scale: 1.15;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
  }
  .character .--active-kanae .character__kanae .character__view-image::after {
    content: "";
    background-image: url("/assets/images/top/character-img-text-01.svg");
    width: 285px;
    height: 413px;
    position: absolute;
    -webkit-animation: leftFadePcKanae 0.5s;
    animation: leftFadePcKanae 0.5s;
    top: 220px;
    left: -100px;
    z-index: 1000;
  }
  @-webkit-keyframes leftFadePcKanae {
    0% {
      opacity: 0;
      left: -150px;
    }
    100% {
      opacity: 1;
      left: -100px;
    }
  }
  @keyframes leftFadePcKanae {
    0% {
      opacity: 0;
      left: -150px;
    }
    100% {
      opacity: 1;
      left: -100px;
    }
  }
  .character .--active-kanae .character__kuzuha {
    display: none;
  }
  .character .--active-kuzuha .character__kanae {
    display: none;
  }
  .character .--active-kuzuha .character__kuzuha {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .character .--active-kuzuha .character__kuzuha .character__view-info {
    display: block;
    margin-left: 78px;
  }
  .character .--active-kuzuha .character__kuzuha .character__view-image {
    margin-left: 0;
  }
  .character .--active-kuzuha .character__kuzuha .character__view-image img {
    -webkit-animation: slowSizeUp 0.5s;
    animation: slowSizeUp 0.5s;
    scale: 1.15;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
  }
  .character .--active-kuzuha .character__kuzuha .character__view-image::after {
    content: "";
    background-image: url("/assets/images/top/character-img-text-02.svg");
    width: 272px;
    height: 475px;
    position: absolute;
    -webkit-animation: rightFadePcKanae 0.5s;
    animation: rightFadePcKanae 0.5s;
    right: -100px;
    z-index: 1000;
    top: 0;
    left: auto;
  }
  @-webkit-keyframes rightFadePcKanae {
    0% {
      opacity: 0;
      right: -150px;
    }
    100% {
      opacity: 1;
      right: -100px;
    }
  }
  @keyframes rightFadePcKanae {
    0% {
      opacity: 0;
      right: -150px;
    }
    100% {
      opacity: 1;
      right: -100px;
    }
  }
}
.character__hoverWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .character__hoverWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.team {
  position: relative;
}
.team::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
  margin: auto;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .team::before {
    width: 100vw;
    background-image: url("/assets/images/top/bg-team-noise-sp.png");
  }
}
@media screen and (min-width: 769px) {
  .team::before {
    width: 1440px;
    padding-bottom: 280px;
    background-image: url("/assets/images/top/bg-team-noise.png");
  }
}
@media screen and (max-width: 768px) {
  .team {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    margin-top: 16vw;
    margin-bottom: 49.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .team {
    margin-top: 60px;
    margin-bottom: 280px;
  }
}
.team__wrap {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .team__content {
    margin-bottom: 17.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .team__content {
    margin-bottom: 64px;
  }
}
.team__content:last-child {
  margin-bottom: 0;
}
.team__title {
  color: #ff007a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .team__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .team__title {
    font-size: 18px;
  }
}
.team__title::before, .team__title::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ff007a;
}
@media screen and (max-width: 768px) {
  .team__title::before {
    margin-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .team__title::before {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .team__title::after {
    margin-left: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .team__title::after {
    margin-left: 16px;
  }
}
.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .team__list {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .team__list {
    margin-top: 8px;
  }
}
.team__list.-none {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .team__list.-none {
    height: 105.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .team__list.-none {
    height: 466px;
  }
}
@media screen and (max-width: 768px) {
  .team__list div {
    margin-top: 8.5333333333vw;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .team__list div {
    margin-top: 32px;
    width: 47%;
  }
}
.team__list dt {
  color: #ff007a;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .team__list dt {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .team__list dt {
    font-size: 14px;
  }
}
.team__list dd {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .team__list dd {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .team__list dd {
    margin-top: 4px;
    font-size: 16px;
  }
}

.deco__separator {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .deco__separator {
    left: calc(50% - 1.0666666667vw);
  }
}
@media screen and (min-width: 769px) {
  .deco__separator {
    left: calc(50% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .deco__separator.--team {
    margin: 10.6666666667vw auto 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .deco__separator.--team {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .deco__separator__inner {
    width: 2.1333333333vw;
    height: 45.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .deco__separator__inner {
    width: 8px;
    height: 172px;
  }
}
.deco__separator__inner img {
  position: absolute;
  left: 0;
  max-width: none;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .deco__separator__inner img {
    width: 2.1333333333vw;
  }
}
.deco__separator__item {
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  height: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .deco__separator.is-show__mask .deco__separator__item {
    height: 45.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .deco__separator.is-show__mask .deco__separator__item {
    height: 172px;
  }
}

.comming-soon {
  width: 100% !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comming-soon__text {
  margin: 0 auto;
  display: inline-block;
  font-family: "Cormorant", serif;
  color: #ffffff;
  background: #303030;
}
@media screen and (max-width: 768px) {
  .comming-soon__text {
    font-size: 7.4666666667vw;
    padding: 2.4vw 11.2vw;
  }
}
@media screen and (min-width: 769px) {
  .comming-soon__text {
    font-size: 28px;
    padding: 9px 42px;
  }
}

#layers {
  overflow: hidden;
  pointer-events: none;
}

#layer-top {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: repeat-y;
  background-position-x: center;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #layer-top {
    background-image: url("/assets/images/top/lily-after-sp.png");
    background-size: 100vw 299.2vw;
  }
}
@media screen and (min-width: 769px) {
  #layer-top {
    background-image: url("/assets/images/top/lily-after.png");
    background-size: 1660px 1795.39px;
  }
}

#layer-under {
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-position-x: center;
  position: absolute;
  top: 0;
  z-index: 50;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #layer-under {
    background-image: url("/assets/images/top/lily-before-sp.png");
    background-size: 100vw 299.2vw;
  }
}
@media screen and (min-width: 769px) {
  #layer-under {
    background-image: url("/assets/images/top/lily-before.png");
    background-size: 1660px 1795.39px;
  }
}

#layer-base {
  height: 100%;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #layer-base {
    width: 100vw;
    background-image: url("/assets/images/top/bg-noise-sp.png");
  }
}
@media screen and (min-width: 769px) {
  #layer-base {
    width: 1440px;
    background-image: url("/assets/images/top/bg-noise.png");
  }
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-modal__bg {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.m-modal__close {
  background: url("/assets/images/top/movie-modal-close.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
}
.m-modal[data-modal-type=youtube] .m-modal__content {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .m-modal__close {
    width: 80px;
    height: 80px;
    top: -80px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .m-modal__close:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .m-modal__close {
    width: 16vw;
    height: 16vw;
    top: -16vw;
  }
}
.m-modal.is-open {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes fadeOutButtonRight {
  0% {
    opacity: 1;
    @media screen and (max-width: 768px) {
      right: 4.2666666667vw;
    }
    @media screen and (min-width: 769px) {
      right: 16px;
    }
  }
  100% {
    opacity: 0;
    right: -30px;
  }
}

@keyframes fadeOutButtonRight {
  0% {
    opacity: 1;
    @media screen and (max-width: 768px) {
      right: 4.2666666667vw;
    }
    @media screen and (min-width: 769px) {
      right: 16px;
    }
  }
  100% {
    opacity: 0;
    right: -30px;
  }
}
body.is-modal-open {
  overflow: hidden;
}
body.is-modal-open #menu-open.-show {
  -webkit-animation: fadeOutButtonRight 0.3s ease-out forwards;
  animation: fadeOutButtonRight 0.3s ease-out forwards;
}

.teaser-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .teaser-message {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .teaser-message {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .teaser-message img {
    width: 49.6vw;
  }
}
@media screen and (min-width: 769px) {
  .teaser-message img {
    width: 186px;
  }
}

.deco__separator {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .deco__separator {
    left: calc(50% - 1.0666666667vw);
  }
}
@media screen and (min-width: 769px) {
  .deco__separator {
    left: calc(50% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .deco__separator.--team {
    margin: 10.6666666667vw auto 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .deco__separator.--team {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .deco__separator__inner {
    width: 2.1333333333vw;
    height: 32.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .deco__separator__inner {
    width: 8px;
    height: 121px;
  }
}
.deco__separator__inner img {
  position: absolute;
  left: 0;
  max-width: none;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .deco__separator__inner img {
    width: 2.1333333333vw;
  }
}
.deco__separator__item {
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  height: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .deco__separator.is-show__mask .deco__separator__item {
    height: 45.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .deco__separator.is-show__mask .deco__separator__item {
    height: 172px;
  }
}