@-webkit-keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
@-webkit-keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
@-webkit-keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
@-webkit-keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.top-mv {
  height: 82.8125vw;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .top-mv {
    height: 176.3358778626vw;
    max-height: 176.3358778626vw;
    margin-bottom: 10.1781170483vw;
  }
}
.top-mv .slick-list {
  margin: auto;
}
.top-mv .timebar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .top-mv .timebar {
    bottom: -2.5445292621vw;
  }
}
.top-mv .progress {
  width: 0%;
  height: 100%;
  background: #4911FF;
  -webkit-transition: width linear;
  transition: width linear;
}
.top-mv__item {
  height: 48.4375vw;
  position: relative;
}
@media screen and (max-width:767px) {
  .top-mv__item {
    height: 182.1882951654vw;
    max-height: 182.1882951654vw;
  }
}
.top-mv__img {
  height: 48.4375vw;
}
@media screen and (max-width: 960px) {
  .top-mv__img {
    height: 96.875vw;
  }
}
@media screen and (max-width:767px) {
  .top-mv__img {
    height: 178.1170483461vw;
  }
}
.top-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.top-mv__video {
  height: 49.4791666667vw;
  position: relative;
}
@media screen and (max-width:767px) {
  .top-mv__video {
    height: 94.9109414758vw;
  }
}
.top-mv__video:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.top-mv__video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 115%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .top-mv__video video {
    width: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-mv__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 115%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .top-mv__video iframe {
    width: 167.9389312977vw;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-mv__slide {
  min-height: 48.4375vw;
}
.top-mv__slide .slick-slide {
  position: relative;
}
.top-mv__slide .top-mv__item--02 .top-mv__inner {
  height: 41.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5208333333vw;
}
@media screen and (max-width:767px) {
  .top-mv__slide .top-mv__item--02 .top-mv__inner {
    padding: 0 5.0890585242vw;
    height: 115.7760814249vw;
  }
}
@media screen and (max-width:767px) {
  .top-mv__slide .top-mv__item--02 .top-mv__img {
    width: 100%;
    height: auto;
  }
}
.top-mv__slide .top-mv__inner {
  height: 38.28125vw;
}
@media screen and (max-width:767px) {
  .top-mv__slide .top-mv__inner {
    height: 115.7760814249vw;
  }
}
.top-mv__slide-title {
  bottom: 0px;
  left: 50%;
  font-weight: 700;
  font-size: 2.0833333333vw;
  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;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .top-mv__slide-title {
    white-space: normal;
    font-size: 12.7226463104vw;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
}
.top-mv__slide-title span {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .top-mv__slide-title span {
    font-size: 2.9262086514vw;
    letter-spacing: 0.01em;
  }
}
.top-mv__slide-title p {
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .top-mv__slide-title p {
    font-size: 4.5801526718vw;
  }
}
.top-mv__btns {
  background: #92A7EA;
  background: -webkit-gradient(linear, left top, right top, from(rgb(146, 167, 234)), to(rgb(254, 237, 247)));
  background: linear-gradient(90deg, rgb(146, 167, 234) 0%, rgb(254, 237, 247) 100%);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
  height: 2.6041666667vw;
  width: 21.6666666667vw;
  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;
  border: none;
  font-size: 1.0416666667vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width:767px) {
  .top-mv__btns {
    height: 12.7226463104vw;
    width: 100%;
    font-size: 4.5801526718vw;
    margin: 2.5445292621vw 0;
  }
}
.top-mv__note {
  font-size: 0.8333333333vw;
}
@media screen and (max-width:767px) {
  .top-mv__note {
    font-size: 3.0534351145vw;
  }
}
.top-mv__inner {
  width: 100%;
  max-width: 68.75vw;
  position: absolute;
  top: 10.4166666667vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-30%);
          transform: translateX(-50%) translateY(-30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.0416666667vw;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .top-mv__inner {
    top: 12.7226463104vw;
    left: 0vw;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}
.top-mv__logo {
  width: 26.0416666667vw;
  max-width: 500px;
}
.top-mv__logo img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .top-mv__logo img + img {
    width: 43.7659033079vw;
    margin: 5.5979643766vw auto 0;
  }
}
@media screen and (max-width:767px) {
  .top-mv__logo {
    width: 76.0814249364vw;
    margin-bottom: 20.3562340967vw;
  }
}
.top-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 7.29166666vw;
}
@media screen and (max-width:767px) {
  .top-mv__content {
    padding-left: 5.0890585242vw;
    overflow: hidden;
    width: 100%;
  }
}
.top-mv__title {
  font-size: 2.0833333333vw;
  line-height: 1.5;
  margin-bottom: 1.0416666667vw;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .top-mv__title {
    font-size: 5.0890585242vw;
    margin-bottom: 5.0890585242vw;
    font-weight: 700;
  }
}
.top-mv__title span {
  font-size: 2.9166666667vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5208333333vw 0 0.2083333333vw;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .top-mv__title span {
    font-weight: 900;
    font-size: 7.6335877863vw;
    margin: 1.272264631vw 0 1.272264631vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.2;
  }
  .top-mv__title span strong {
    white-space: nowrap;
  }
}
.top-mv__title img {
  max-width: 128px;
  width: 6.6666666667;
}
.top-mv__btn {
  height: 65px;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 48px;
  font-size: clamp(12px, 1.0416666667vw, 20px);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px) brightness(1.15);
  -webkit-backdrop-filter: blur(3px) brightness(1.15);
  overflow: hidden;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .top-mv__btn {
    height: 11.7048346056vw;
    padding: 0;
    font-size: 3.0534351145vw;
    margin-right: 5.0890585242vw;
    max-width: 89.8218829517vw;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #fff;
    font-weight: 400;
  }
}
.top-mv__btn:after {
  content: "";
  background: url(/assets/images/icon_arow_up.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: block;
}
@media screen and (max-width:767px) {
  .top-mv__btn:after {
    height: 3.0534351145vw;
    width: 3.0534351145vw;
  }
}
.top-mv__btn b {
  font-weight: 400;
  position: relative;
  vertical-align: baseline;
  line-height: inherit;
}
@media screen and (max-width:767px) {
  .top-mv__btn b {
    margin-right: 2.5445292621vw;
    font-weight: 400;
  }
}
.top-mv__btn span {
  position: absolute;
  display: block;
}
.top-mv__btn:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width:767px) {
  .top-mv__btn:hover {
    border: 1px solid rgba(0, 0, 0, 0);
  }
}
.top-mv__btn:hover span:nth-child(1) {
  top: 0;
  left: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(90deg, transparent, #fff);
  -webkit-animation: btn-anim1 1s linear infinite;
          animation: btn-anim1 1s linear infinite;
}
@media screen and (max-width:767px) {
  .top-mv__btn:hover span:nth-child(1) {
    height: 1px;
  }
}
.top-mv__btn:hover span:nth-child(2) {
  top: -101%;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent, #fff);
  -webkit-animation: btn-anim2 1s linear infinite;
          animation: btn-anim2 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@media screen and (max-width:767px) {
  .top-mv__btn:hover span:nth-child(2) {
    width: 1px;
  }
}
.top-mv__btn:hover span:nth-child(3) {
  bottom: 0;
  right: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: linear-gradient(270deg, transparent, #fff);
  -webkit-animation: btn-anim3 1s linear infinite;
          animation: btn-anim3 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width:767px) {
  .top-mv__btn:hover span:nth-child(3) {
    height: 1px;
  }
}
.top-mv__btn:hover span:nth-child(4) {
  bottom: -101%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background: linear-gradient(360deg, transparent, #fff);
  -webkit-animation: btn-anim4 1s linear infinite;
          animation: btn-anim4 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@media screen and (max-width:767px) {
  .top-mv__btn:hover span:nth-child(4) {
    width: 1px;
  }
}

.block-limit {
  max-width: 1280px;
  margin: 100px auto 205px;
}
.block-limit .c-media-01__btn {
  max-width: 406px;
}
@media screen and (max-width:767px) {
  .block-limit {
    margin: 10.1781170483vw 5.0890585242vw 25.4452926209vw;
  }
  .block-limit .c-media-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-limit .c-media-01--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block-limit .c-media-01__title {
    font-size: 5.0890585242vw;
  }
  .block-limit .c-media-01__icon {
    margin-top: 2.5445292621vw;
  }
  .block-limit .c-media-01__btn {
    max-width: initial;
  }
  .block-limit .c-media-01__btn b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-limit .c-media-01--reverse01 {
    gap: 12.7226463104vw;
  }
  .block-limit .c-media-01--reverse01 .c-btn-02 {
    font-size: 4.0712468193vw;
    height: 16.5394402036vw;
    padding-left: 2.0356234097vw;
  }
  .block-limit .c-media-01--reverse01 .c-btn-02 b {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-limit__btn {
  max-width: 406px;
  padding: 0 30px;
  margin: 100px auto 0;
}
@media screen and (max-width:767px) {
  .block-limit__btn {
    max-width: 100%;
    height: 11.7048346056vw;
    margin: 12.7226463104vw auto;
  }
  .block-limit__btn b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-limit .c-media-01 + .c-media-01 {
  margin-top: 165px;
}
@media screen and (max-width:767px) {
  .block-limit .c-media-01 + .c-media-01 {
    margin-top: 13.4860050891vw;
  }
}

.block-experience {
  margin-bottom: 205px;
}
@media screen and (max-width:767px) {
  .block-experience {
    margin-bottom: 25.4452926209vw;
  }
}
.block-experience__btn {
  max-width: 523px;
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
  .block-experience__btn {
    margin-bottom: 12.7226463104vw;
  }
}
.block-experience__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.block-experience__cover.is-show {
  opacity: 1;
  visibility: visible;
}
.block-experience__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-experience__video {
  position: relative;
}
.block-experience__video video {
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .block-experience__video {
    height: 78.8804071247vw;
  }
  .block-experience__video video {
    height: 78.8804071247vw;
  }
}
.block-experience__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 769px) {
  .block-experience__video iframe {
    width: 100vw;
    height: 78.8804071247vw;
  }
}

.block-ambassador {
  margin-bottom: 220px;
}
@media screen and (max-width:767px) {
  .block-ambassador {
    margin-bottom: 25.4452926209vw;
  }
}
.block-ambassador__btn {
  max-width: 523px;
  margin-bottom: 68px;
}
@media screen and (max-width:767px) {
  .block-ambassador__btn {
    margin-bottom: 12.7226463104vw;
  }
}
.block-ambassador__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .block-ambassador__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5445292621vw;
  }
}

.block-collaboration {
  margin-bottom: 205px;
}
@media screen and (max-width:767px) {
  .block-collaboration {
    margin-bottom: 26.7175572519vw;
  }
}
.block-collaboration__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 75px;
}
@media screen and (max-width:767px) {
  .block-collaboration__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.0890585242vw;
    margin-bottom: 15.2671755725vw;
  }
}
.block-collaboration__btns li {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block-collaboration__btns li {
    width: 100%;
  }
}
.block-collaboration__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 105px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .block-collaboration__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23.9185750636vw;
  }
}
.block-collaboration__item {
  width: calc(50% - 10px);
}
@media screen and (max-width:767px) {
  .block-collaboration__item {
    width: 100%;
  }
}
.block-collaboration__item a {
  display: block;
}
.block-collaboration__item a:hover {
  opacity: 0.8;
}
.block-collaboration__item a:hover .block-collaboration__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.block-collaboration__img {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-collaboration__img img {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .block-collaboration__img {
    margin-bottom: 3.0534351145vw;
  }
}
.block-collaboration__title {
  font-size: 40px;
  line-height: 1.25;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  .block-collaboration__title {
    font-size: 7.6335877863vw;
    line-height: 1.3333333333;
  }
}

.block-about {
  margin-bottom: 289px;
}
@media screen and (max-width:767px) {
  .block-about {
    margin-bottom: 25.4452926209vw;
  }
}
.block-about__logo {
  margin: 0 auto 115px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .block-about__logo {
    margin-bottom: 11.7048346056vw;
  }
}
.block-about__logo img {
  width: 41.015625vw;
  max-width: 525px;
}
@media screen and (max-width:767px) {
  .block-about__logo img {
    width: 74.5547073791vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__title {
    margin-bottom: 22.9007633588vw;
  }
}
.block-about__lead {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 82px;
}
@media screen and (max-width:767px) {
  .block-about__lead {
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
    margin-bottom: 19.5928753181vw;
  }
}
.block-about__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 75px;
}
@media screen and (max-width:767px) {
  .block-about__btns {
    gap: 2.5445292621vw;
    margin-bottom: 8.9058524173vw;
  }
}
.block-about__btns li {
  width: calc(50% - 10px);
}
@media screen and (max-width:767px) {
  .block-about__btns li {
    width: calc(50% - 1.272264631vw);
  }
  .block-about__btns li .c-btn-02 {
    padding: 0;
  }
}

.mv {
  position: relative;
}

@-webkit-keyframes anim--first {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes anim--first {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes anim--second {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes anim--second {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.mv-news {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 66.6666666667vw;
}
@media screen and (max-width:767px) {
  .mv-news {
    left: 5.0890585242vw;
    right: 5.0890585242vw;
    -webkit-transform: none !important;
            transform: none !important;
    width: 89.8218829517vw;
    border: 1px solid #fff;
    bottom: 2.5445292621vw;
    max-width: 100%;
  }
}
.mv-news.u-fade.is-animated {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.mv-news__inner {
  width: 100%;
  max-width: 66.6666666667vw;
  background: rgba(0, 0, 0, 0.75);
  min-height: clamp(8px, 6.9270833333vw, 133px);
  padding: clamp(8px, 1.0416666667vw, 20px) 1.0416666667vw;
}
@media screen and (max-width:767px) {
  .mv-news__inner {
    min-height: auto;
    padding: 3.0534351145vw 2.5445292621vw;
    width: auto;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.mv-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.mv-news__link span {
  display: block;
}
.mv-news__img {
  width: 124px;
  min-width: 124px;
  max-width: 124px;
}
@media screen and (max-width:767px) {
  .mv-news__img {
    width: 22.9007633588vw;
    min-width: 22.9007633588vw;
    max-width: 22.9007633588vw;
  }
}
.mv-news__info {
  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:767px) {
  .mv-news__info {
    width: 100%;
    gap: 0;
    overflow: hidden;
  }
  .mv-news__info .mv-news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.272264631vw;
  }
  .mv-news__info .mv-news__wrap:after {
    content: "";
    background: url(/assets/images/icon_arow_up.png) no-repeat top left;
    background-size: contain;
    width: 3.0534351145vw;
    height: 3.0534351145vw;
    position: relative;
    top: 0.2544529262vw;
  }
}
@media screen and (max-width:767px) {
  .mv-news__scroll {
    white-space: nowrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 2.5445292621vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv-news__txt {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: clamp(8px, 1.0416666667vw, 20px);
  margin-bottom: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.mv-news__txt:after {
  content: "";
  background: url(/assets/images/icon_arow_up.png) no-repeat top left;
  background-size: contain;
  width: 12px;
  height: 12px;
}
@media screen and (max-width:767px) {
  .mv-news__txt {
    font-size: 3.0534351145vw;
    margin-bottom: 0;
  }
  .mv-news__txt:after {
    display: none;
  }
}
.mv-news__date {
  font-size: clamp(8px, 0.625vw, 12px);
}
@media screen and (max-width:767px) {
  .mv-news__date {
    font-size: 3.0534351145vw;
  }
}
.mv-news__desc {
  font-size: clamp(8px, 0.8333333333vw, 16px);
}
@media screen and (max-width:767px) {
  .mv-news__desc {
    font-size: 3.0534351145vw;
  }
}
.mv-news__btn {
  width: 16vw;
  height: clamp(8px, 3.4895833333vw, 67px);
  /* background: #4912FF; */
  background: -webkit-gradient(linear, left top, right top, from(rgb(109, 18, 255)), color-stop(50%, rgb(173, 55, 254)), to(rgb(73, 18, 255)));
  background: linear-gradient(90deg, rgb(109, 18, 255) 0%, rgb(173, 55, 254) 50%, rgb(73, 18, 255) 100%);
  background-size: 200% 100%;
  border: none;
  padding: 5px 1.3020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.0416666667vw;
  gap: 0.2604166667vw;
  position: fixed;
  right: 1.8229166667vw;
  bottom: -358px;
  z-index: 9004;
  font-family: "Noto Sans JP", serif;
  opacity: 0;
}
.mv-news__btn.is-fixed {
  position: fixed;
  bottom: 58px;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .mv-news__btn {
    width: 80%;
    padding: 7vw;
    font-size: 5vw;
    gap: 1.272264631vw;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -25.4452926209vw;
    position: fixed;
  }
  .mv-news__btn.is-fixed {
    bottom: 8.9058524173vw;
  }
}
.mv-news__btn:hover {
  background-position: 100% 0;
}
.mv-news__btn:after {
  content: "";
  background: url(/assets/images/icon_arow_up.png) no-repeat top left;
  background-size: contain;
  width: 0.78125vw;
  height: 0.78125vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .mv-news__btn:after {
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}

@media print, screen and (min-width:768px) {
  .block-media {
    padding-top: 108px;
  }
}

.top-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.top-media + .top-media {
  margin-top: 105px;
}
@media screen and (max-width:767px) {
  .top-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-media + .top-media {
    margin-top: 7.6335877863vw;
  }
}
.top-media__img {
  width: 46.875vw;
  overflow-y: auto;
  position: relative;
  height: 26.3020833333vw;
}
.top-media__img::-webkit-scrollbar {
  display: none;
}
.top-media__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 46.875vw;
  height: 26.3020833333vw;
}
.top-media__img-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-media__img-inner--right img {
  -o-object-position: right !important;
     object-position: right !important;
}
@media screen and (max-width:767px) {
  .top-media__img {
    width: 100%;
    height: 78.3715012723vw;
  }
}
.top-media__img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.top-media__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
@media screen and (max-width:767px) {
  .top-media__img img {
    width: auto;
    height: 78.3715012723vw;
  }
}
.top-media__content {
  width: 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;
}
@media screen and (max-width:767px) {
  .top-media__content {
    width: 100%;
    padding: 5.0890585242vw;
    margin-bottom: 0vw;
  }
}
.top-media__wrap {
  max-width: 608px;
}
.top-media__wrap .c-media-01__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .top-media__wrap .c-media-01__btns {
    gap: 2.5445292621vw;
  }
}
.top-media__wrap .c-media-01__btns li {
  width: calc(50% - 10px);
}
.top-media__wrap .c-media-01__btns li .c-btn-02 {
  max-width: 21.1458333333vw;
  padding: 0 20px 0 20px;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width:767px) {
  .top-media__wrap .c-media-01__btns li .c-btn-02 {
    max-width: 100%;
    padding: 0 1.272264631vw;
    font-size: 3.0534351145vw;
  }
}
.top-media__wrap .c-media-01__btns li .c-btn-02 b {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .top-media__wrap .c-media-01__btns li .c-btn-02 b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-media__wrap .c-media-01__btns li .c-btn-02 b:after {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
}
.top-media__title {
  font-size: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.0416666667vw;
  font-weight: 500;
  width: 31.6666666667vw;
  max-width: 608px;
}
.top-media__title--full {
  width: 100%;
}
@media screen and (max-width:767px) {
  .top-media__title {
    font-size: 5.0890585242vw;
    margin-bottom: 4.5801526718vw;
    width: 100%;
  }
  .top-media__title br {
    display: none;
  }
}
.top-media__title span {
  font-size: 1.5625vw;
  line-height: 1;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 960px) {
  .top-media__title span {
    font-size: 1.875vw;
  }
}
@media screen and (max-width:767px) {
  .top-media__title span {
    font-size: 5.0890585242vw;
    line-height: initial;
    display: contents;
  }
}
.top-media__btn {
  max-width: 406px;
  padding: 0 30px;
}
.top-media__btn b {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .top-media__btn {
    font-size: 3.5623409669vw;
  }
  .top-media__btn b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-media__txt {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 1.5625vw;
  width: 31.6666666667vw;
  max-width: 608px;
}
.top-media__txt--full {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .top-media__txt {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width:767px) {
  .top-media__txt {
    font-size: 3.5623409669vw;
    width: 100%;
    margin-bottom: 5.0890585242vw;
  }
}
.top-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
  .top-media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width:768px) {
  .top-media--full {
    height: 1280px;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top-media--full {
    height: 95.703125vw;
  }
}
@media print, screen and (min-width:768px) {
  .top-media--full .top-media__content {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: 50%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width:768px) {
  .top-media--full .top-media__wrap {
    width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 1350px) and (min-width: 768px) {
  .top-media--full .top-media__wrap {
    width: 65%;
    min-width: 50%;
  }
}
@media print, screen and (min-width:768px) {
  .top-media--full .top-media__wrap .c-media-01__btns li .c-btn-02 {
    max-width: 100% !important;
  }
}
@media print, screen and (min-width:768px) {
  .top-media--full .top-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1280px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top-media--full .top-media__img {
    height: 95.703125vw;
  }
}

@media screen and (min-width: 768px) {
  #video-03 .modal-video__wrapper {
    width: 93.3333333333vw;
    height: 39.375vw;
    max-width: 1792px;
    max-height: 756px;
    overflow: hidden;
  }
}
@media screen and (max-width:767px) {
  #video-03 .modal-video__wrapper {
    height: 54.7073791349vw;
  }
}

#modal-ticket .modal-video__wrapper {
  max-width: 608px;
  position: relative;
  padding-top: 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 780px;
}
@media screen and (max-width:767px) {
  #modal-ticket .modal-video__wrapper {
    padding: 12.7226463104vw 5.0890585242vw 5.0890585242vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 600px;
  }

  #modal-ticket .modal-video__wrapper .modal-block {
    max-height: 600px;
    overflow: scroll;
  }
}
#modal-ticket .modal-video__close {
  top: 0px;
  right: 0;
}
@media screen and (max-width:767px) {
  #modal-ticket .modal-video__close {
    right: 5.0890585242vw;
  }
}
#modal-ticket .modal-video__txt {
  font-size: 14px;
  line-height: 2.1428571429;
}
@media screen and (max-width:767px) {
  #modal-ticket .modal-video__txt {
    font-size: 3.5623409669vw;
  }
}
#modal-ticket .modal-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
  #modal-ticket .modal-btns {
    margin-bottom: 5.0890585242vw;
    gap: 5.0890585242vw;
  }
}
#modal-ticket .modal-btns__link {
  padding: 2.5445292621vw 4.5801526718vw 2.5445292621vw 2.5445292621vw;
  display: block;
  color: #fff;
  font-size: 4.0712468193vw;
  font-family: "Noto Sans JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  height: 15.2671755725vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #modal-ticket .modal-btns__link {
    height: 40px;
  }
}
#modal-ticket .modal-btns__link.is-current {
  background: #4912FF;
  color: #fff;
  border: 1px solid #4912FF;
}
#modal-ticket .modal-btns__link b {
  font-weight: 400;
  position: relative;
  vertical-align: baseline;
  line-height: inherit;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal-ticket .modal-btns__link b:after {
  content: "";
  background: url(/assets/images/icon_arow_up.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: block;
  position: relative;
  top: 0px;
  margin-left: 11px;
}
@media print, screen and (min-width:768px) {
  #modal-ticket .modal-btns__link b:after {
    display: none;
  }
}
#modal-ticket .modal-btns__link b i {
  font-style: normal;
}
#modal-ticket .modal-btns__link b strong {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal-ticket .modal-btns__link span {
  position: absolute;
  display: block;
}
#modal-ticket .modal-btns__link:active {
  border: 1px solid #000;
}
#modal-ticket .modal-btns__link:active span:nth-child(1) {
  top: 0;
  left: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(90deg, transparent, #fff);
  -webkit-animation: btn-anim1 1s linear infinite;
          animation: btn-anim1 1s linear infinite;
}
#modal-ticket .modal-btns__link:active span:nth-child(2) {
  top: -101%;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent, #fff);
  -webkit-animation: btn-anim2 1s linear infinite;
          animation: btn-anim2 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#modal-ticket .modal-btns__link:active span:nth-child(3) {
  bottom: 0;
  right: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: linear-gradient(270deg, transparent, #fff);
  -webkit-animation: btn-anim3 1s linear infinite;
          animation: btn-anim3 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#modal-ticket .modal-btns__link:active span:nth-child(4) {
  bottom: -101%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background: linear-gradient(360deg, transparent, #fff);
  -webkit-animation: btn-anim4 1s linear infinite;
          animation: btn-anim4 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@media print, screen and (min-width:768px) {
  #modal-ticket .modal-btns__link {
    height: 60px;
    padding: 15px 65px 15px 15px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  #modal-ticket .modal-btns__link:hover {
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #modal-ticket .modal-btns__link:hover span:nth-child(1) {
    top: 0;
    left: -101%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background: linear-gradient(90deg, transparent, #fff);
    -webkit-animation: btn-anim1 1s linear infinite;
            animation: btn-anim1 1s linear infinite;
  }
  #modal-ticket .modal-btns__link:hover span:nth-child(2) {
    top: -101%;
    right: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(180deg, transparent, #fff);
    -webkit-animation: btn-anim2 1s linear infinite;
            animation: btn-anim2 1s linear infinite;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  #modal-ticket .modal-btns__link:hover span:nth-child(3) {
    bottom: 0;
    right: -101%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background: linear-gradient(270deg, transparent, #fff);
    -webkit-animation: btn-anim3 1s linear infinite;
            animation: btn-anim3 1s linear infinite;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #modal-ticket .modal-btns__link:hover span:nth-child(4) {
    bottom: -101%;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
    background: linear-gradient(360deg, transparent, #fff);
    -webkit-animation: btn-anim4 1s linear infinite;
            animation: btn-anim4 1s linear infinite;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  #modal-ticket .modal-btns__link span {
    position: absolute;
    display: block;
  }
}
@media screen and (max-width:767px) {
  #modal-ticket .modal-btns__link:after {
    display: none;
  }
}
@media print, screen and (min-width:768px) {
  #modal-ticket .modal-btns__link:after {
    content: "";
    background: url(/assets/images/icon_blank.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 18px;
  }
}

@media screen and (max-width:767px) {
  .youtube-cm {
    width: 100%;
    height: 55.9796437659vw;
  }
  .youtube-cm iframe {
    width: 100%;
    height: 55.9796437659vw;
  }
}

.top-slider {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .top-slider {
    margin: 5.0890585242vw 0 ;
  }
}
.mv-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .mv-slider .slick-track {
    margin-left: 5.0890585242vw;
  }
}
.mv-slider .slick-slide {
  margin: 0 10px;
  width: 34.0104166667vw !important;
  height: 18.4375vw !important;
}

@media screen and (max-width: 767px) {
  .mv-slider .slick-slide {
    width: 77.8625954198vw !important;
    height: 43.7659033079vw !important;
  }
}
.mv-slider__video {
  width: 34.0104166667vw;
  height: 18.4375vw;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mv-slider__video {
    width: 77.8625954198vw;
    height: 43.7659033079vw;
  }
}
.mv-slider__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.disable-iframe-pointer iframe {
  pointer-events: none;
}

.iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: transparent;
  display: none;
}

.mv-new {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1700px) {
  .mv-new {
    margin-top: -2.6041666667vw;
  }
}
.mv-new__gif {
  width: 100vw;
  height: 56.25vw;
  position: relative;
}
@media screen and (max-width:767px) {
  .mv-new__gif {
    width: 100%;
    height: 176.3358778626vw;
  }
}
.mv-new__gif:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 10.4166666667vw;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
@media screen and (max-width:767px) {
  .mv-new__gif:after {
    height: 24.1730279898vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.5)), color-stop(90%, rgb(0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgb(0, 0, 0) 90%);
  }
}
.mv-new__gif img,
.mv-new__gif video,
.mv-new__gif iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv-new__slogan {
  position: absolute;
  top: 13.1770833333vw;
  left: 15.625vw;
  width: 18.3854166667vw;
  height: 30.8333333333vw;
  z-index: 5;
}
@media screen and (min-width: 1700px) {
  .mv-new__slogan {
    top: 15.78125vw;
  }
}
@media screen and (max-width:767px) {
  .mv-new__slogan {
    top: initial;
    left: initial;
    right: 5.0890585242vw;
    bottom: 38.1679389313vw;
    width: 50.1272264631vw;
    height: 83.9694656489vw;
  }
}
.mv-new__wave {
  position: absolute;
  top: 32.8125vw;
  left: 0;
  width: 100%;
  height: 50.46875vw;
  z-index: 3;
}
.mv-new__wave img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv-new__txt {
  position: absolute;
  bottom: 13.0208333333vw;
  right: 23.4375vw;
  width: 19.0625vw;
  height: 25.2604166667vw;
  z-index: 5;
}
@media screen and (max-width:767px) {
  .mv-new__txt {
    bottom: initial;
    right: initial;
    left: 3.8167938931vw;
    top: 43.2569974555vw;
    width: 48.6005089059vw;
    height: 65.903307888vw;
  }
}

.mv-review {
  max-width: 1280px;
  margin: -4.1666666667vw auto 0;
  position: relative;
  z-index: 6;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .mv-review {
    margin: -4.1666666667vw 1.0416666667vw 0;
  }
}
@media screen and (max-width:767px) {
  .mv-review {
    margin: -20.3562340967vw 0 5.0890585242vw 5.0890585242vw;
  }
  .mv-review__logo {
    max-width: 90.3307888041vw;
  }
}
.mv-review__note {
  font-size: 12px;
  margin-top: 10px;
}

.slick-slide {
  margin: 0 0.4166666667vw;
}
@media screen and (max-width:767px) {
  .slick-slide {
    width: 36.641221374vw !important;
    margin: 0 2.5445292621vw;
  }
}

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 40px -0.2083333333vw 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:767px) {
  .review {
    margin: 5.0890585242vw 0vw 0;
  }
}
.review.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.review__item {
  border-radius: 10px;
  background: #242424;
  max-width: 242px;
  min-height: 8.125vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.3020833333vw 1.1979166667vw;
}
@media screen and (max-width:767px) {
  .review__item {
    width: 36.641221374vw;
    min-height: 23.6641221374vw;
    padding: 1.272264631vw 3.5623409669vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2.5445292621vw;
  }
}
.review__txt {
  font-size: 0.8333333333vw;
  font-weight: 700;
  margin-bottom: 1.3020833333vw;
}
@media screen and (max-width:767px) {
  .review__txt {
    font-size: 3.0534351145vw;
    margin-bottom: 2.5445292621vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.review__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.review__rating img {
  width: 1.1458333333vw;
}
@media screen and (max-width:767px) {
  .review__rating img {
    width: 3.3078880407vw;
  }
}

.top-anchor {
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  z-index: 40;
  bottom: -120px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .top-anchor {
    bottom: initial;
    top: 33.6284987277vw;
    z-index: 9006;
    background: none;
  }
}
.top-anchor.is-fixed {
  bottom: 0;
}
.top-anchor__inner {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  /* height: 110px; */
}
.top-anchor__item {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .top-anchor__item {
    font-size: 3.0534351145vw;
  }
}
.top-anchor__link {
  position: relative;
}
.top-anchor__link:hover:after, .top-anchor__link.is-current:after {
  width: 100%;
}
.top-anchor__link:after {
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}

.youtube-cm {
  width: 66.6666666667vw;
  height: 37.3958333333vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .youtube-cm {
    width: 89.8218829517vw;
    height: 50.6361323155vw;
  }
}
.youtube-cm iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width:767px) {
  .reverse-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reverse-sp .p-summary {
    margin-top: 7.6335877863vw;
  }
}

.block-immersive {
  max-width: 1280px;
  margin: 50px auto 17px;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .block-immersive__title {
    position: absolute;
    left: 75px;
    bottom: 65px;
  }
}
@media screen and (min-width: 768px) {
  .block-immersive__txt {
    font-size: 16px;
    line-height: 1.875;
    position: absolute;
    bottom: 65px;
    right: 65px;
    width: 46.875vw;
    max-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .block-immersive__txt {
    font-size: 16px;
    line-height: 1.875;
    position: absolute;
    bottom: 65px;
    right: 65px;
    width: 750px;
  }
}
@media screen and (max-width:767px) {
  .block-immersive__txt {
    font-size: 3.5623409669vw;
    margin-bottom: 5.0890585242vw;
    padding: 0 5.0890585242vw;
    line-height: 1.8;
  }
}

.p-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
@media screen and (max-width:767px) {
  .p-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.6335877863vw;
  }
  .p-grid--reverse .p-grid__col:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-grid--reverse .p-grid__col:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-grid__col {
  width: 50%;
}
@media screen and (max-width:767px) {
  .p-grid__col {
    width: 100%;
  }
}
.p-grid__video {
  position: relative;
  height: 26.5151515152vw;
  max-height: 350px;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .p-grid__video {
    height: 50.3816793893vw;
    margin-bottom: 5.0890585242vw;
  }
}
.p-grid__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.p-grid__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .p-grid__title {
    font-size: 4.0712468193vw;
    line-height: 1.625;
    margin-bottom: 3.8167938931vw;
  }
}
.p-grid__txt {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width:767px) {
  .p-grid__txt {
    font-size: 3.0534351145vw;
    line-height: 2;
    margin-bottom: 5.0890585242vw;
  }
}
.p-grid__img {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .p-grid__img {
    margin: 0 0 6.3613231552vw;
  }
}
.p-grid__slider {
  margin: 30px 0;
}
@media screen and (max-width:767px) {
  .p-grid__slider {
    margin: 7.6335877863vw 0;
    width: calc(100% + 5.0890585242vw);
    margin-right: -5.0890585242vw;
  }
  .p-grid__slider .slick-slide {
    width: 85.2417302799vw !important;
  }
}
.p-grid__slider-item {
  width: 33.0303030303vw !important;
  max-width: 436px;
}
@media screen and (max-width:767px) {
  .p-grid__slider-item {
    width: 85.2417302799vw !important;
    max-width: 85.2417302799vw;
  }
}

.block-1000yen {
  margin: 50px 0;
}
@media screen and (max-width:767px) {
  .block-1000yen {
    margin: 0;
  }
  .block-1000yen .p-grid__col {
    width: 100%;
  }
  .block-1000yen .p-grid__img {
    margin: 7.6335877863vw 0 0;
  }
}

@media print, screen and (min-width:768px) {
  .howto {
    margin-bottom: 50px;
  }
}

.p-summary {
  background: #171717;
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .p-summary {
    border-radius: 2.5445292621vw;
    padding: 5.0890585242vw 3.5623409669vw;
    gap: 2.5445292621vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .p-summary__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.0890585242vw;
  }
}
.p-summary img {
  width: 142px;
}
@media screen and (max-width:767px) {
  .p-summary img {
    width: 17.048346056vw;
    height: auto;
  }
}
.p-summary__content {
  width: calc(100% - 142px);
  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:767px) {
  .p-summary__content {
    width: 100%;
  }
}
.p-summary__title {
  font-size: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .p-summary__title {
    font-size: 4.5801526718vw;
    line-height: 1.5555555556;
    margin-bottom: 0;
  }
}
.p-summary__txt {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width:767px) {
  .p-summary__txt {
    font-size: 3.0534351145vw;
    line-height: 2;
  }
}
.p-summary__left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width:767px) {
  .p-summary__left {
    width: 100%;
    gap: 2.5445292621vw;
  }
}
.p-summary__right {
  width: 55%;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width:767px) {
  .p-summary__right {
    width: 100%;
    line-height: 2;
    font-size: 3.0534351145vw;
    line-height: 2;
  }
}
.p-summary__highlight {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4210526316;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .p-summary__highlight {
    font-size: 3.0534351145vw;
    line-height: 1.3333333333;
    width: 36.8956743003vw;
    margin-left: 2.5445292621vw;
  }
}
.p-summary__highlight:before, .p-summary__highlight:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #fff;
}
@media screen and (max-width:767px) {
  .p-summary__highlight:before, .p-summary__highlight:after {
    height: 8.3969465649vw;
  }
}
.p-summary__highlight:before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.p-summary__highlight:after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.p-summary__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-summary__heading {
    font-size: 3.5623409669vw;
    line-height: 1.4285714286;
    margin-left: 0.5089058524vw;
  }
}
.p-summary--small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 25px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .p-summary--small {
    padding: 5.0890585242vw 3.5623409669vw;
    margin-top: 0;
  }
}
.p-summary--small .p-summary__left,
.p-summary--small .p-summary__right {
  width: 100%;
}
.p-summary--small .p-summary__highlight {
  width: 145px;
}
@media screen and (max-width:767px) {
  .p-summary--small .p-summary__highlight {
    min-width: 17.8117048346vw;
    max-width: 17.8117048346vw;
    width: 17.8117048346vw;
    margin-left: 0.7633587786vw;
  }
}

.block-howto {
  padding: 200px 0 0;
}
@media screen and (max-width:767px) {
  .block-howto {
    padding: 12.7226463104vw 0 0;
  }
}
.block-howto__title {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .block-howto__title {
    margin-bottom: 12.7226463104vw;
  }
}

.block-collab {
  padding: 200px 0 0;
}
@media screen and (max-width:767px) {
  .block-collab {
    padding: 12.7226463104vw 0 0;
  }
}
.block-collab__title {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .block-collab__title {
    margin-bottom: 12.7226463104vw;
  }
}
.block-collab__btn {
  margin: 60px auto;
  max-width: 352px;
}
@media screen and (max-width:767px) {
  .block-collab__btn {
    margin: 7.6335877863vw auto;
    max-width: 100%;
  }
}
.block-collab__btn b {
  position: static;
}
.block-collab__btn b:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 25px;
}
@media screen and (max-width:767px) {
  .block-collab__btn b:after {
    right: 5.0890585242vw;
    top: 3.8167938931vw;
  }
}

.block-tickets {
  padding: 200px 0 0;
}
@media screen and (max-width:767px) {
  .block-tickets {
    padding: 12.7226463104vw 0 0;
  }
}
.block-tickets__title {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .block-tickets__title {
    margin-bottom: 7.6335877863vw;
  }
}
.block-tickets__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .block-tickets__content {
    gap: 7.6335877863vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-tickets__content + .block-tickets__content {
  margin-top: 30px;
}
.block-tickets__col {
  width: 50%;
}
@media screen and (max-width:767px) {
  .block-tickets__col {
    width: 100%;
  }
  .block-tickets__col .price__txt {
    white-space: nowrap;
  }
  .block-tickets__col .qa__question {
    font-size: 3.5623409669vw;
  }
}
.block-tickets__col .price {
  margin-top: 0;
}
.block-tickets__col .price__item {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .block-tickets__col .price__item {
    font-size: 4.0712468193vw;
    padding: 0 2.5445292621vw;
  }
}
.block-tickets__col .price__num {
  width: 150px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .block-tickets__col .price__num {
    width: 45.8015267176vw;
  }
}
.block-tickets__col .access-map {
  height: 340px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
  .block-tickets__col .access-map {
    height: 50.3816793893vw;
    margin-bottom: 5.0890585242vw;
  }
}
.block-tickets__col .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block-tickets__txt {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width:767px) {
  .block-tickets__txt {
    font-size: 3.0534351145vw;
    line-height: 2;
  }
  .block-tickets__txt strong {
    font-size: 4.0712468193vw;
  }
}
.block-tickets__txt + .block-tickets__sub {
  margin-top: 30px;
}
.block-tickets__lead {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width:767px) {
  .block-tickets__lead {
    font-size: 5.0890585242vw;
    margin-bottom: 5.0890585242vw;
  }
}
.block-tickets__sub {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .block-tickets__sub {
    font-size: 4.0712468193vw;
    margin-bottom: 5.0890585242vw;
  }
}
.block-tickets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.block-tickets__link {
  padding: 2.5445292621vw 4.5801526718vw 2.5445292621vw 2.5445292621vw;
  display: block;
  color: #fff;
  font-size: 4.0712468193vw;
  font-family: "Noto Sans JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  height: 15.2671755725vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .block-tickets__link {
    height: 40px;
  }
}
.block-tickets__link.is-current {
  background: #4912FF;
  color: #fff;
  border: 1px solid #4912FF;
}
.block-tickets__link b {
  font-weight: 400;
  position: relative;
  vertical-align: baseline;
  line-height: inherit;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-tickets__link b:after {
  content: "";
  background: url(/assets/images/icon_arow_up.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: block;
  position: relative;
  top: 0px;
  margin-left: 11px;
}
@media print, screen and (min-width:768px) {
  .block-tickets__link b:after {
    display: none;
  }
}
.block-tickets__link b i {
  font-style: normal;
}
.block-tickets__link b strong {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-tickets__link span {
  position: absolute;
  display: block;
}
.block-tickets__link:active {
  border: 1px solid #000;
}
.block-tickets__link:active span:nth-child(1) {
  top: 0;
  left: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(90deg, transparent, #fff);
  -webkit-animation: btn-anim1 1s linear infinite;
          animation: btn-anim1 1s linear infinite;
}
.block-tickets__link:active span:nth-child(2) {
  top: -101%;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent, #fff);
  -webkit-animation: btn-anim2 1s linear infinite;
          animation: btn-anim2 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.block-tickets__link:active span:nth-child(3) {
  bottom: 0;
  right: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: linear-gradient(270deg, transparent, #fff);
  -webkit-animation: btn-anim3 1s linear infinite;
          animation: btn-anim3 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-tickets__link:active span:nth-child(4) {
  bottom: -101%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background: linear-gradient(360deg, transparent, #fff);
  -webkit-animation: btn-anim4 1s linear infinite;
          animation: btn-anim4 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@media print, screen and (min-width:768px) {
  .block-tickets__link {
    height: 65px;
    padding: 15px 65px 15px 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
  }
  .block-tickets__link:hover {
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .block-tickets__link:hover span:nth-child(1) {
    top: 0;
    left: -101%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background: linear-gradient(90deg, transparent, #fff);
    -webkit-animation: btn-anim1 1s linear infinite;
            animation: btn-anim1 1s linear infinite;
  }
  .block-tickets__link:hover span:nth-child(2) {
    top: -101%;
    right: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(180deg, transparent, #fff);
    -webkit-animation: btn-anim2 1s linear infinite;
            animation: btn-anim2 1s linear infinite;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .block-tickets__link:hover span:nth-child(3) {
    bottom: 0;
    right: -101%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background: linear-gradient(270deg, transparent, #fff);
    -webkit-animation: btn-anim3 1s linear infinite;
            animation: btn-anim3 1s linear infinite;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .block-tickets__link:hover span:nth-child(4) {
    bottom: -101%;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
    background: linear-gradient(360deg, transparent, #fff);
    -webkit-animation: btn-anim4 1s linear infinite;
            animation: btn-anim4 1s linear infinite;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  .block-tickets__link span {
    position: absolute;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .block-tickets__link:after {
    display: none;
  }
}
@media print, screen and (min-width:768px) {
  .block-tickets__link:after {
    content: "";
    background: url(/assets/images/icon_blank.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 18px;
  }
}

.block-faqs {
  padding: 100px 0 0;
}
@media screen and (max-width:767px) {
  .block-faqs {
    padding: 7.6335877863vw 0 0;
  }
}
.block-faqs .faq-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.block-faqs .qa + .faq-title {
  margin-top: 55px;
}
@media screen and (max-width:767px) {
  .block-faqs .qa + .faq-title {
    margin-top: 11.4503816794vw;
  }
}

.block-news {
  padding: 100px 0 200px;
}
@media screen and (max-width:767px) {
  .block-news {
    padding: 12.7226463104vw 0;
  }
}
.block-news__title {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .block-news__title {
    margin-bottom: 0vw;
  }
}

.earth,
.wind,
.hikari,
.epilogue,
.collab01,
.collab02,
.collab03,
.collab04,
.collab05 {
  margin: 100px 0 0;
}
@media screen and (max-width:767px) {
  .earth,
  .wind,
  .hikari,
  .epilogue,
  .collab01,
  .collab02,
  .collab03,
  .collab04,
  .collab05 {
    margin-top: 7.6335877863vw;
  }
}

.epilogue {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .epilogue {
    margin-bottom: 2.5445292621vw;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 55px;
}
@media screen and (max-width:767px) {
  .news-list {
    margin: 5.0890585242vw 0;
  }
}
.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 52px;
  font-size: 16px;
  line-height: 1.875;
  padding: 30px 0;
}
@media screen and (max-width:767px) {
  .news-list__item {
    font-size: 3.0534351145vw;
    padding: 2.5445292621vw 0;
    gap: 2.5445292621vw;
  }
}
.news-list__item + .news-list__item {
  border-top: 1px solid #2B2B2B;
}
.news-list__date {
  white-space: nowrap;
}
.news-list__link:hover {
  opacity: 0.7;
}
