body {
  font-family: "PanchangRegular";
  color: #E6E6E6;
  font-size: 14px;
  line-height: 1.8;
}
.bodybg {
  background: -webkit-gradient(linear, left top, left bottom, from(#0A1016), color-stop(33.17%, #62195A), color-stop(50.48%, #000000), to(#264D80));
  background: -webkit-linear-gradient(top, #0A1016 0%, #62195A 33.17%, #000000 50.48%, #264D80 100%);
  background: -moz- oldlinear-gradient(top, #0A1016 0%, #62195A 33.17%, #000000 50.48%, #264D80 100%);
  background: -o-linear-gradient(top, #0A1016 0%, #62195A 33.17%, #000000 50.48%, #264D80 100%);
  background: linear-gradient(180deg, #0A1016 0%, #62195A 33.17%, #000000 50.48%, #264D80 100%);
}
.headBox {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000 85%, rgba(0, 0, 0, 0) 100%);
  background: -moz- oldlinear-gradient(top, #000 85%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #000 85%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000 85%, rgba(0, 0, 0, 0) 100%);
}
.videoBox {
  font-size: 0;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.videoBox .videoBot {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, #000), to(#1F042B));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 70%, #1F042B 100%);
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 70%, #1F042B 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 70%, #1F042B 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 70%, #1F042B 100%);
  height: 15%;
  width: 100%;
  bottom: -5px;
  left: 0;
  z-index: 1;
}
.pointer {
  cursor: pointer;
}
.rightIcons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 32px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rightIcons img {
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.rightIcons img:last-child {
  margin-bottom: 0;
}
.nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 88px;
  width: 100%;
  z-index: 10;
  /* 移动端弹层 */
}
.nav .leftLogo {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 323px;
  z-index: 100;
}
.nav .leftLogo[tag=h5] {
  display: none;
}
.nav .leftLogo[tag=pc] {
  display: block;
}
.nav .rightNavs {
  position: absolute;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 32px;
}
.nav .rightNavs .top-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 99px;
  letter-spacing: 0.16px;
}
.nav .rightNavs .top-btn img {
  margin-left: 6px;
  width: 13.33px;
  height: 13.33px;
}
.nav .rightNavs .rightNavItems {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav .rightNavs .rightNavItems .nav-item {
  cursor: pointer;
  color: var(--text-light_gray, #E6E6E6);
  text-align: right;
  -webkit-font-feature-settings: 'halt' on;
     -moz-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  /* EN/text/S */
  font-size: 14px;
  font-family: "PanchangMedium";
  line-height: 120%;
  /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.nav .collapseMenu {
  display: none;
}
.nav .header__navi {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.nav .header__navi .header__naviCon {
  display: none;
}
.nav .header__navi .header__naviItem {
  color: var(--text-light_gray, #E6E6E6);
  -webkit-font-feature-settings: 'halt' on;
     -moz-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  /* EN/text/L */
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.headerBox {
  position: relative;
  overflow: hidden;
  /* crop children (video) so we can show only center on small screens */
}
.headerBox .noisebg {
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headerBox .headerTxt {
  mix-blend-mode: color-dodge;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--text-light_gray, #E6E6E6);
  text-align: center;
  font-family: "PanchangMedium";
}
.headerBox .headerTxt .headerTxt1 {
  font-size: 136px;
  line-height: 100%;
}
.headerBox .headerTxt .headerTxt2 {
  font-size: 56px;
  line-height: 100%;
}
.headerBox .headerTxt .headerTxt3 {
  font-size: 24px;
  line-height: 140%;
  margin-top: 24px;
}
.headerBox .headerBotm {
  text-align: left;
  position: absolute;
  z-index: 2;
  bottom: 56px;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerBox .headerBotm .headerBotmLeft {
  width: 400px;
  margin-right: 48px;
  color: var(--text-light_gray, #E6E6E6);
  -webkit-font-feature-settings: 'halt' on;
     -moz-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  /* JP/text/L */
  font-family: "BIZUDPGothicBold";
  font-size: 18px;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.18px;
}
.headerBox .headerBotm .headerBotmRight {
  min-width: 335px;
  color: var(--text-light_gray, #E6E6E6);
  /* JP/UI/M */
  font-family: "BIZUDPGothicBold";
  font-size: 16px;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
}
.headerBox .headerBotm .headerBotmRight .headerBotmRight1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerBox .headerBotm .headerBotmRight .headerBotmRight1 .headerBotmRightBtn {
  line-height: 120%;
  /* 16.8px */
  height: 25px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 12px;
}
.headerBox .headerBotm .headerBotmRight .headerBotmRight1 .headerBotmRightTxt {
  font-family: "BIZUDPGothicBold";
  font-size: 16px;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
}
.mod-name {
  position: relative;
  font-family: "PanchangMedium";
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-name[purple]::before {
  background: var(--yellow, #D7A6F5);
  -webkit-box-shadow: 0px 0px 12px 2px #C678DDBF;
          box-shadow: 0px 0px 12px 2px #C678DDBF;
}
.mod-name[cyan]::before {
  background: var(--yellow, #7DE1E8);
  -webkit-box-shadow: 0px 0px 12px 2px #7DE1E8B2;
          box-shadow: 0px 0px 12px 2px #7DE1E8B2;
}
.mod-name[yellow]::before {
  background: var(--yellow, #EAB000);
  -webkit-box-shadow: 0 0 11px 2px rgba(234, 176, 0, 0.75);
          box-shadow: 0 0 11px 2px rgba(234, 176, 0, 0.75);
}
.mod-name::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow, #7DE1E8);
  -webkit-box-shadow: 0px 0px 12px 2px #7DE1E8B2;
          box-shadow: 0px 0px 12px 2px #7DE1E8B2;
  margin-right: 12px;
}
.common-content-box {
  width: 100%;
  min-width: 841px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.bg {
  width: 100%;
}
.headerVideo {
  width: 100%;
}
.section2 {
  width: 100%;
  padding-top: 96px;
}
.section2 > * {
  position: relative;
}
.section2 .sponsor {
  position: relative;
}
.section3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section3 img {
  width: 100%;
}
.section3 img[tag=h5] {
  display: none;
}
.section3 img[tag=pc] {
  display: block;
}
.section3 .section3Txt {
  width: 100%;
  mix-blend-mode: color-dodge;
  position: absolute;
  left: 0;
  bottom: 96px;
}
.section3 .section3Txt .section3Txt1 {
  font-weight: 500;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}
.section3 .section3Txt .section3Txt2 {
  font-family: "PanchangMedium";
  font-size: 115px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
}
.section3 .section3Txt .section3Txt2[tag=h5] {
  display: none;
}
.section3 .section3Txt .section3Txt2[tag=pc] {
  display: block;
}
.section3 .section3Txt .section3Txt3 {
  font-family: "PanchangMedium";
  font-size: 160px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
.navMiddle {
  opacity: 0;
  margin-top: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 32px 32px 8px 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navMiddle .navMiddleTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navMiddle .navMiddleTop .navMiddle-btn img {
  margin-left: 6px;
  width: 13.33px;
  height: 13.33px;
}
.navMiddle .navMiddleLeftImg {
  width: 149px;
}
.navMiddle .navMiddleLeftImg:hover {
  -webkit-box-shadow: 0px 0px 56px 0px #FFFFFFCC;
          box-shadow: 0px 0px 56px 0px #FFFFFFCC;
}
.navMiddle .navMiddleCenter {
  background: var(--bg-black_80, #010307CC);
  position: absolute;
  top: 32px;
  overflow: hidden;
  left: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 278px;
  opacity: 1;
  height: 48px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-radius: 8px;
  border: 1px solid var(--border-gray, #999999);
}
.navMiddle .navMiddleCenter .navMiddleCenterTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navMiddle .navMiddleCenter .logo {
  width: 32px;
  height: 24px;
  opacity: 1;
}
.navMiddle .navMiddleCenter .logoTxt {
  font-family: "PanchangMedium";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.navMiddle .navMiddleCenter .right {
  width: 32px;
  height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navMiddle .navMiddleCenter .right span {
  display: inline-block;
  width: 32px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.navMiddle .navMiddleCenter .right span:nth-child(1) {
  margin-bottom: 8px;
}
.navMiddle .navMiddleCenter .right.open {
  position: relative;
}
.navMiddle .navMiddleCenter .right.open span {
  position: absolute;
  right: 0;
}
.navMiddle .navMiddleCenter .right.open span:nth-child(2) {
  -webkit-transform: rotate(-205deg);
     -moz-transform: rotate(-205deg);
      -ms-transform: rotate(-205deg);
       -o-transform: rotate(-205deg);
          transform: rotate(-205deg);
}
.navMiddle .navMiddleCenter .right.open span:nth-child(1) {
  -webkit-transform: rotate(205deg);
     -moz-transform: rotate(205deg);
      -ms-transform: rotate(205deg);
       -o-transform: rotate(205deg);
          transform: rotate(205deg);
  margin-bottom: 0px;
}
.navMiddle .navMiddleCenter.open {
  height: 208px;
}
.navMiddle .navMiddleRight__navi {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "PanchangMedium";
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
  padding: 0 8px;
}
.navMiddle .navMiddleRight__navi .nav-item {
  margin-bottom: 16px;
}
/* 当页面滚动到 .navMiddle 到顶时，取消 .nav 的吸顶（避免两个元素同时吸顶） */
.nav.no-sticky {
  position: static !important;
}
/* 强制 .navMiddle 吸顶状态的样式（确保覆盖优先级） */
.navMiddle.stuck {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
}
.concept {
  padding-top: 96px;
  margin-bottom: 200px;
}
.common-box-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.common-box-top .point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan, #7DE1E8);
  -webkit-box-shadow: 0px 0px 12px 2px #7DE1E8B2;
          box-shadow: 0px 0px 12px 2px #7DE1E8B2;
  margin-right: 12px;
}
.common-box-top .point.point2 {
  background: var(--lavender, #D7A6F5);
  -webkit-box-shadow: 0px 0px 12px 2px #C678DDBF;
          box-shadow: 0px 0px 12px 2px #C678DDBF;
}
.common-box-top .title {
  font-family: "PanchangMedium";
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@-webkit-keyframes artistsCharIn {
  0% {
    -webkit-transform: translateY(120%) rotateX(60deg);
            transform: translateY(120%) rotateX(60deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-10%) rotateX(-6deg);
            transform: translateY(-10%) rotateX(-6deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes artistsCharIn {
  0% {
    -moz-transform: translateY(120%) rotateX(60deg);
         transform: translateY(120%) rotateX(60deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateY(-10%) rotateX(-6deg);
         transform: translateY(-10%) rotateX(-6deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0) rotateX(0deg);
         transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes artistsCharIn {
  0% {
    transform: translateY(120%) rotateX(60deg);
    opacity: 0;
  }
  60% {
    transform: translateY(-10%) rotateX(-6deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes artistsCharIn {
  0% {
    -webkit-transform: translateY(120%) rotateX(60deg);
       -moz-transform: translateY(120%) rotateX(60deg);
            transform: translateY(120%) rotateX(60deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-10%) rotateX(-6deg);
       -moz-transform: translateY(-10%) rotateX(-6deg);
            transform: translateY(-10%) rotateX(-6deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0deg);
       -moz-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
/* Global per-title animated heading rules */
.title.title-animated {
  display: inline-block;
  overflow: hidden;
}
.title.title-animated .split-text {
  display: inline-block;
}
.title.title-animated .char {
  display: inline-block;
  will-change: transform, opacity;
  -webkit-transform: translateY(120%) rotateX(60deg);
     -moz-transform: translateY(120%) rotateX(60deg);
          transform: translateY(120%) rotateX(60deg);
  -webkit-transform-origin: bottom center;
     -moz-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: 0;
}
.title.title-animated.start {
  /* nth-child delays as fallback (still OK even when JS sets inline delay) */
}
.title.title-animated.start .char {
  -webkit-animation-name: artistsCharIn;
     -moz-animation-name: artistsCharIn;
       -o-animation-name: artistsCharIn;
          animation-name: artistsCharIn;
  -webkit-animation-duration: 900ms;
     -moz-animation-duration: 900ms;
       -o-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.9, 0.3, 1);
     -moz-animation-timing-function: cubic-bezier(0.2, 0.9, 0.3, 1);
       -o-animation-timing-function: cubic-bezier(0.2, 0.9, 0.3, 1);
          animation-timing-function: cubic-bezier(0.2, 0.9, 0.3, 1);
}
.title.title-animated.start .char:nth-child(1) {
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
}
.title.title-animated.start .char:nth-child(2) {
  -webkit-animation-delay: 0.14s;
     -moz-animation-delay: 0.14s;
       -o-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.title.title-animated.start .char:nth-child(3) {
  -webkit-animation-delay: 0.28s;
     -moz-animation-delay: 0.28s;
       -o-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.title.title-animated.start .char:nth-child(4) {
  -webkit-animation-delay: 0.42s;
     -moz-animation-delay: 0.42s;
       -o-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.title.title-animated.start .char:nth-child(5) {
  -webkit-animation-delay: 0.56s;
     -moz-animation-delay: 0.56s;
       -o-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.title.title-animated.start .char:nth-child(6) {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.title.title-animated.start .char:nth-child(7) {
  -webkit-animation-delay: 0.84s;
     -moz-animation-delay: 0.84s;
       -o-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.title.title-animated.start .char:nth-child(8) {
  -webkit-animation-delay: 0.98s;
     -moz-animation-delay: 0.98s;
       -o-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.title.title-animated.start .char:nth-child(9) {
  -webkit-animation-delay: 1.12s;
     -moz-animation-delay: 1.12s;
       -o-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.title.title-animated.start .char:nth-child(10) {
  -webkit-animation-delay: 1.26s;
     -moz-animation-delay: 1.26s;
       -o-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.title.title-animated.start .char:nth-child(11) {
  -webkit-animation-delay: 1.4s;
     -moz-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.title.title-animated.start .char:nth-child(12) {
  -webkit-animation-delay: 1.54s;
     -moz-animation-delay: 1.54s;
       -o-animation-delay: 1.54s;
          animation-delay: 1.54s;
}
.title.title-animated.start .char:nth-child(13) {
  -webkit-animation-delay: 1.68s;
     -moz-animation-delay: 1.68s;
       -o-animation-delay: 1.68s;
          animation-delay: 1.68s;
}
.title.title-animated.start .char:nth-child(14) {
  -webkit-animation-delay: 1.82s;
     -moz-animation-delay: 1.82s;
       -o-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
.title.title-animated.start .char:nth-child(15) {
  -webkit-animation-delay: 1.96s;
     -moz-animation-delay: 1.96s;
       -o-animation-delay: 1.96s;
          animation-delay: 1.96s;
}
.title.title-animated.start .char:nth-child(16) {
  -webkit-animation-delay: 2.1s;
     -moz-animation-delay: 2.1s;
       -o-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.title.title-animated.start .char:nth-child(17) {
  -webkit-animation-delay: 2.24s;
     -moz-animation-delay: 2.24s;
       -o-animation-delay: 2.24s;
          animation-delay: 2.24s;
}
.title.title-animated.start .char:nth-child(18) {
  -webkit-animation-delay: 2.38s;
     -moz-animation-delay: 2.38s;
       -o-animation-delay: 2.38s;
          animation-delay: 2.38s;
}
.title.title-animated.start .char:nth-child(19) {
  -webkit-animation-delay: 2.52s;
     -moz-animation-delay: 2.52s;
       -o-animation-delay: 2.52s;
          animation-delay: 2.52s;
}
.title.title-animated.start .char:nth-child(20) {
  -webkit-animation-delay: 2.66s;
     -moz-animation-delay: 2.66s;
       -o-animation-delay: 2.66s;
          animation-delay: 2.66s;
}
.title.title-animated.show-full {
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: text-shadow 240ms ease, -webkit-transform 240ms ease;
  transition: text-shadow 240ms ease, -webkit-transform 240ms ease;
  -o-transition: text-shadow 240ms ease, -o-transform 240ms ease;
  -moz-transition: transform 240ms ease, text-shadow 240ms ease, -moz-transform 240ms ease;
  transition: transform 240ms ease, text-shadow 240ms ease;
  transition: transform 240ms ease, text-shadow 240ms ease, -webkit-transform 240ms ease, -moz-transform 240ms ease, -o-transform 240ms ease;
  -webkit-transform: scale(1.02);
     -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}
.w1200 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.common-box-txt {
  font-family: 'BIZUDPGothicRegular';
  font-size: 40px;
  line-height: 180%;
  letter-spacing: 2%;
  vertical-align: middle;
  margin-bottom: 96px;
}
.conceptBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conceptBox .conceptBoxItem {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--bg-black_80, #010307CC);
  width: -webkit-calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  width: calc(50% - 48px);
  border: 1px solid var(--border-cyan, #4D8F94);
  -webkit-box-shadow: 0px 0px 40px 10px #7DE1E8B2;
          box-shadow: 0px 0px 40px 10px #7DE1E8B2;
}
.conceptBox .conceptBoxItem.conceptBoxItem2 {
  margin-top: 240px;
}
.conceptBox .conceptBoxItem img {
  width: 100%;
}
.conceptBox .conceptBoxItem .conceptBoxItemCon {
  padding: 16px 40px 40px;
}
.conceptBox .conceptBoxItem .conceptBoxItemCon .conceptBoxItem-title {
  font-family: 'BIZUDPGothicRegular';
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 1%;
  vertical-align: middle;
  margin-bottom: 16px;
}
.conceptBox .conceptBoxItem .conceptBoxItemCon .conceptBoxItem-con {
  font-family: 'BIZUDPGothicRegular';
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1%;
  text-align: justify;
  vertical-align: middle;
}
.highlights {
  overflow: hidden;
  margin-bottom: 240px;
}
.highLightsTitle {
  font-family: 'BIZUDPGothicRegular';
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2%;
  vertical-align: middle;
}
.swiperBox {
  overflow: hidden;
}
.swiperBox .swiper-slide-h {
  height: 604px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 346px;
  margin-right: 80px;
}
.swiperBox .swiper-slide-h:nth-child(2n+1) {
  margin-top: -80px;
}
.swiperBox .swiper-slide-h:last-child {
  margin-right: 0;
}
.swiperBox .swiper-slide-h img {
  width: 100%;
  position: absolute;
  top: -192px;
  left: 0;
}
.swiperBox .swiper-slide-h .swiper_content {
  position: relative;
  padding-top: 120px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  border-radius: 4px;
  border-width: 1px;
  background: var(--bg-black_80, #010307CC);
  border: 1px solid var(--border-cyan, #4D8F94);
}
.swiperBox .swiper-slide-h .swiper_content .swiper_content1 {
  margin-bottom: 16px;
  font-family: 'BIZUDPGothicRegular';
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
}
.swiperBox .swiper-slide-h .swiper_content .swiper_content2 {
  font-family: 'BIZUDPGothicBold';
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1%;
  vertical-align: middle;
}
.swiperBox .swiper-slide-h .swiper_content .swiper_contentBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99.66%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 99.66%);
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 99.66%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 99.66%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99.66%);
}
.sio {
  position: relative;
  padding-top: 64px;
}
.sio .sio-bot-content {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
.sio .sio-bot-content-left {
  font-size: 20px;
  font-family: 'BIZUDPGothicBold';
  line-height: 180%;
  letter-spacing: 1%;
  text-align: justify;
  vertical-align: middle;
}
.sio .sio-bot-content-right {
  width: 410px;
  font-family: 'BIZUDPGothicRegular';
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1%;
  text-align: justify;
  vertical-align: middle;
}
.sio-msg-top {
  position: absolute;
  mix-blend-mode: color-dodge;
  right: 0;
  z-index: 3;
  top: 0;
  font-family: "PanchangMedium";
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;
}
.sio-msg-bot {
  position: absolute;
  mix-blend-mode: color-dodge;
  left: 0;
  z-index: 3;
  bottom: 0;
}
.sio-msg-bot .nameTxt {
  font-family: "PanchangMedium";
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}
.sio-msg-bot .name {
  font-family: "PanchangMedium";
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
.sio-title {
  font-family: "PanchangMedium";
  font-size: 64px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1F042B;
}
.sio-desc {
  margin-top: 32px;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #1F042B;
}
.sio-content {
  position: relative;
  min-height: 55vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.sio-content .mouseImg {
  position: absolute;
  cursor: pointer;
  width: 81px;
  right: 80px;
  top: 154px;
  z-index: 2;
}
.sio-content .volume_button {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 80px;
  bottom: 40px;
  z-index: -1;
  background: url(../image/index/volume_button.png) no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.sio-content .volume_button.active {
  z-index: 2;
}
.sio-content .volume_button.novoice {
  background: url(../image/index/volume_button2.png) no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.sio-content-top,
.sio-content-bottom {
  width: 120%;
  height: 100vw;
  position: absolute;
  z-index: 2;
  background: var(--text-black, #1F042B);
}
.sio-content-top {
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%) rotate(3deg);
     -moz-transform: translateY(-100%) rotate(3deg);
      -ms-transform: translateY(-100%) rotate(3deg);
       -o-transform: translateY(-100%) rotate(3deg);
          transform: translateY(-100%) rotate(3deg);
  -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
}
.sio-content-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%) rotate(3deg);
     -moz-transform: translateY(100%) rotate(3deg);
      -ms-transform: translateY(100%) rotate(3deg);
       -o-transform: translateY(100%) rotate(3deg);
          transform: translateY(100%) rotate(3deg);
  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
      -ms-transform-origin: top right;
       -o-transform-origin: top right;
          transform-origin: top right;
}
.sio-movie {
  width: 100vw;
}
.sio-movie2 {
  position: absolute;
  z-index: -1;
}
.sio-movie2.active {
  z-index: 2;
}
.artists {
  padding-top: 200px;
}
.artists .artists-top {
  margin-bottom: 96px;
}
.artists .artists-top-title {
  font-family: "PanchangMedium";
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.artists .artists-top-desc {
  font-family: 'BIZUDPGothicRegular';
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
}
.artists .artists-content {
  position: relative;
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artists .artists-content-item {
  width: -webkit-calc(-webkit-calc(100% - 48px)) / 3;
  width: -moz-calc(-moz-calc(100% - 48px)) / 3;
  width: calc(calc(100% - 48px)) / 3;
}
.artists .artists-content-item img {
  width: 100%;
}
.artists .artists-content-item .mirrorImg {
  width: 100%;
}
.artists .moreArtists {
  font-family: "PanchangMedium";
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.wanted {
  padding-top: 200px;
  overflow: hidden;
}
.wanted .wantedTitle {
  mix-blend-mode: color-dodge;
  margin-bottom: 96px;
  font-family: "PanchangMedium";
  font-size: 134px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.wanted .wangted-center {
  padding-top: 264px;
}
.wanted .upmsgs {
  width: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 40px;
}
.wanted .upmsgs .wangted2-content2 {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wanted .upmsgs .wangted2-content2-item {
  min-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.wanted .upmsgs .wangted2-content2-item[tag="pc"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.wanted .upmsgs .wangted2-content2-item[tag="h5"] {
  display: none;
}
.wanted .upmsgs .wangted2-content2-item-left {
  width: 8px;
  height: 30px;
  border-radius: 99px;
  background: var(--cyan, #7DE1E8);
  -webkit-box-shadow: 0px 0px 12px 2px #7DE1E8B2;
          box-shadow: 0px 0px 12px 2px #7DE1E8B2;
}
.wanted .upmsgs .wangted2-content2-item-right {
  font-family: 'BIZUDPGothicBold';
  font-size: 20px;
  line-height: 180%;
  margin-left: 16px;
  letter-spacing: 1%;
  vertical-align: middle;
}
.wanted .upmsgs .wangted2-content2-item .goPageBtn-white {
  padding: 16px 24px;
  border-radius: 99px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1%;
}
.wanted .upmsgs .wangted2-content2-item .goPageBtn-white img {
  width: 11px;
  height: 11px;
  margin-left: 8px;
}
.wanted .upmsgs .wangted-content-desc3 {
  margin-bottom: 48px;
}
.wanted .upmsgs .wangted-content-desc3-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.wanted .upmsgs .wangted-content-desc3-item-left {
  width: 8px;
  height: 30px;
  border-radius: 99px;
  background: var(--cyan, #7DE1E8);
  -webkit-box-shadow: 0px 0px 12px 2px #7DE1E8B2;
          box-shadow: 0px 0px 12px 2px #7DE1E8B2;
}
.wanted .upmsgs .wangted-content-desc3-item-right {
  font-family: 'BIZUDPGothicBold';
  font-size: 20px;
  line-height: 180%;
  margin-left: 16px;
  letter-spacing: 1%;
  vertical-align: middle;
}
.wanted .upmsgs .wangted-content-desc4 {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 120%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 16px;
  padding-right: 18px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-radius: 99px;
  border-width: 1px;
  background: -webkit-linear-gradient(350.67deg, rgba(255, 255, 255, 0.4) 22.13%, rgba(255, 255, 255, 0.1) 77.87%);
  background: -moz- oldlinear-gradient(350.67deg, rgba(255, 255, 255, 0.4) 22.13%, rgba(255, 255, 255, 0.1) 77.87%);
  background: -o-linear-gradient(350.67deg, rgba(255, 255, 255, 0.4) 22.13%, rgba(255, 255, 255, 0.1) 77.87%);
  background: linear-gradient(99.33deg, rgba(255, 255, 255, 0.4) 22.13%, rgba(255, 255, 255, 0.1) 77.87%);
  border: 1px solid var(--text-light_gray, #E6E6E6);
}
.wanted .upmsgs .wangted-content-desc4 img {
  width: 12.5px;
  margin-left: 8px;
}
.wanted .wangted-content {
  position: relative;
}
.wanted .wangted-content-title {
  margin-bottom: 24px;
  font-family: 'BIZUDPGothicRegular';
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2%;
}
.wanted .wangted-content-desc1,
.wanted .wangted-content-desc2 {
  font-family: 'BIZUDGothicRegular';
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1%;
  margin-bottom: 24px;
}
.wanted .wangted-content-desc1 br[tag="pc"],
.wanted .wangted-content-desc2 br[tag="pc"] {
  display: block;
}
.wanted .wangted-content-desc1 br[tag="h5"],
.wanted .wangted-content-desc2 br[tag="h5"] {
  display: none;
}
.wanted .wangted-content-desc2 {
  margin-bottom: 0;
}
.wanted .wanted-movie {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.wanted .wanted-movie .wangted-movie-modal {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(150%, #000000));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 150%);
  background: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 150%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 150%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 150%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.wanted .wanted-movie .wanted-movies {
  width: 100vw;
}
.information {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #1F042B;
}
.information .informationBox {
  max-height: 900px;
  overflow: hidden;
  font-size: 0;
  width: 100%;
}
.information .informationBox-movie {
  min-width: 100vw;
  min-height: 900px;
}
.information .information-content {
  position: absolute;
  width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 200px;
}
.information .information-content.information-content2 {
  width: 1200px;
  position: static;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  left: 0;
  margin-top: -60px;
}
.information .information-content-top {
  font-family: "PanchangMedium";
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 96px;
}
.information .information-content-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.information .information-content-desc:last-child {
  margin-bottom: 0;
}
.information .information-content-desc-title {
  font-family: 'BIZUDPGothicRegular';
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2%;
}
.information .information-content-desc-right {
  padding: 32px;
  width: 776px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid var(--border-lavender, #A54CBC);
}
.information .information-content-desc-right2 {
  width: 776px;
}
.information .information-content-desc-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'BIZUDPGothicBold';
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1%;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-lavender, #A54CBC);
}
.information .information-content-desc-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.information .information-content-desc-item:not(:first-child) {
  margin-top: 24px;
}
.information .information-content-desc-item-title {
  margin-right: 40px;
  width: 100px;
}
.information .information-content-desc-item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px, 0px, 1px, 0px;
  border-top: 1px solid var(--border-lavender, #A54CBC);
  padding: 24px 0;
}
.information .information-content-desc-item2:last-child {
  border-bottom: 1px solid var(--border-lavender, #A54CBC);
}
.information .information-content-desc-item2-title {
  margin-right: 40px;
  width: 140px;
}
.information .information-content-desc-item2-desc {
  padding-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.information .information-content-desc-item2-desc img {
  width: 21px;
}
.ticket {
  margin-top: -3px;
  background-color: #fff;
  padding-top: 200px;
}
.ticket-title {
  font-family: "PanchangMedium";
  font-size: 64px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1F042B;
}
.ticket-desc {
  margin-top: 32px;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #1F042B;
}
.ticket-content {
  position: relative;
  min-height: 55vw;
  margin-top: 96px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ticket-content-top,
.ticket-content-bottom {
  width: 120%;
  height: 100vw;
  position: absolute;
  background-color: #fff;
}
.ticket-content-top {
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%) rotate(-3deg);
     -moz-transform: translateY(-100%) rotate(-3deg);
      -ms-transform: translateY(-100%) rotate(-3deg);
       -o-transform: translateY(-100%) rotate(-3deg);
          transform: translateY(-100%) rotate(-3deg);
  -webkit-transform-origin: bottom right;
     -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
       -o-transform-origin: bottom right;
          transform-origin: bottom right;
}
.ticket-content-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%) rotate(-3deg);
     -moz-transform: translateY(100%) rotate(-3deg);
      -ms-transform: translateY(100%) rotate(-3deg);
       -o-transform: translateY(100%) rotate(-3deg);
          transform: translateY(100%) rotate(-3deg);
  -webkit-transform-origin: top left;
     -moz-transform-origin: top left;
      -ms-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
}
.ticket-movie {
  width: 100vw;
}
.ticket-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: "PanchangMedium";
  font-size: 144px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  mix-blend-mode: color-dodge;
}
.form {
  padding: 200px 0;
  background-color: white;
  color: #1F042B;
}
.form .pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.form .h5 {
  display: none;
}
.form-cards {
  gap: 32px;
  font-family: 'BIZUDPGothicRegular';
}
.form-cards-item {
  position: relative;
  padding-top: 220px;
}
.form-card {
  width: 384px;
  height: 408px;
  border-radius: 4px;
  padding: 120px 32px 40px 32px;
  border: 1px solid var(--lavender, #D7A6F5);
  -webkit-box-shadow: 0px 0px 40px 10px rgba(215, 166, 245, 0.7);
          box-shadow: 0px 0px 40px 10px rgba(215, 166, 245, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-card-name {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2%;
}
.form-card-desc {
  margin-top: 16px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1%;
}
.form-card-qr_code {
  width: 98px;
  height: 98px;
  margin-top: 32px;
}
.form-card .open-form {
  height: 54px;
  padding: 0 18px 0 24px;
  margin-top: 32px;
  gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-card .open-form::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../image/index/arrow_purple.png) no-repeat center / 11px 11px;
}
.form .plat {
  position: absolute;
  width: 384px;
  top: 0;
  left: 0;
}
footer {
  width: 100%;
  background: var(--text-black, #1F042B);
}
footer > * {
  position: relative;
}
footer .sponsor {
  position: relative;
}
footer .sponsor .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .sponsor .bg .inner {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
footer .sponsor .bg .inner .inner-container {
  position: absolute;
  inset: 0;
}
footer .sponsor .bg .inner .inner-container > * {
  width: 100%;
  min-width: 1440px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer .sponsor-text {
  position: relative;
  padding-top: 200px;
  z-index: 10;
}
footer .sponsor-entry {
  height: 52px;
  padding: 0 18px 0 24px;
  gap: 8px;
}
footer .sponsor-entry::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../image/index/arrow_left.png) no-repeat center / 20px 20px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
footer .contents-menu {
  margin-top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
footer .contents-menu a {
  text-transform: uppercase;
  font-family: "PanchangMedium";
  font-size: 24px;
  line-height: 1.4;
}
footer .contents-text {
  margin-top: 64px;
  font-size: 16px;
  white-space: nowrap;
  font-family: "BIZUDGothicRegular";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
footer .contents-text .name {
  margin-right: 32px;
}
footer .contents-text .w130 {
  width: 130px;
}
footer .counter-box {
  margin-top: 64px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.counter-box {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  border-radius: 4px;
  mix-blend-mode: color-dodge;
  overflow: hidden;
}
.counter-box::before {
  content: '';
  width: 1800px;
  height: 1800px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -900px 0 0 -900px;
  background: -webkit-linear-gradient(172.85deg, #E6E6E6 -0.81%, rgba(230, 230, 230, 0) 52.79%);
  background: -moz- oldlinear-gradient(172.85deg, #E6E6E6 -0.81%, rgba(230, 230, 230, 0) 52.79%);
  background: -o-linear-gradient(172.85deg, #E6E6E6 -0.81%, rgba(230, 230, 230, 0) 52.79%);
  background: linear-gradient(277.15deg, #E6E6E6 -0.81%, rgba(230, 230, 230, 0) 52.79%);
  -webkit-animation: rotate 2s linear infinite;
     -moz-animation: rotate 2s linear infinite;
       -o-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
.counter-box-content {
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  font-family: "PanchangMedium";
  padding: 64px 0;
  background-color: #1F042B;
  position: relative;
  z-index: 10;
}
.counter-box-title {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.count-down-loop {
  font-family: "PanchangMedium";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.count-down-loop .value {
  display: inline-block;
  font-size: 64px;
  line-height: 100%;
  vertical-align: middle;
}
.count-down-loop .unit {
  font-size: 16px;
  line-height: 140%;
  vertical-align: bottom;
  text-transform: uppercase;
  margin-left: 6px;
}
@media (max-width: 1200px) {
  .information .information-content {
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    top: 200px;
  }
  .information .information-content.information-content2 {
    position: static;
    width: 100%;
  }
}
@media (max-width: 841px) {
  .navMiddle {
    display: none !important;
  }
  .nav .leftLogo {
    width: 75.73333333vw;
    left: 4.26666667vw;
  }
  .nav .leftLogo[tag=h5] {
    display: block;
  }
  .nav .leftLogo[tag=pc] {
    display: none;
  }
  .nav .rightNavs {
    display: none;
  }
  .nav .collapseMenu {
    position: absolute;
    top: 54px;
    right: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 32px;
    z-index: 100;
    height: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .collapseMenu span {
    display: inline-block;
    width: 32px;
    height: 2px;
    font-size: 0;
    line-height: 0;
    background-color: #ffffff;
    position: absolute;
    top: 9px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
  }
  .nav .collapseMenu span:nth-child(1) {
    top: 0;
  }
  .nav .collapseMenu span:nth-child(2) {
    bottom: 0;
  }
  .nav .collapseMenu.open span:nth-child(2) {
    top: 50%;
    bottom: auto;
    -webkit-transform: rotate(-205deg);
       -moz-transform: rotate(-205deg);
        -ms-transform: rotate(-205deg);
         -o-transform: rotate(-205deg);
            transform: rotate(-205deg);
  }
  .nav .collapseMenu.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(205deg);
       -moz-transform: rotate(205deg);
        -ms-transform: rotate(205deg);
         -o-transform: rotate(205deg);
            transform: rotate(205deg);
  }
  .nav .header__navi {
    position: absolute;
    top: 0;
    left: 0;
    right: -800vw;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 184px;
    padding-right: 24px;
    padding-bottom: 48px;
    padding-left: 24px;
    overflow-y: auto;
    background: #1D0823;
    color: #fff;
  }
  .nav .header__navi.open {
    /* position: fixed; */
    display: block;
    right: 0vw;
  }
  .nav .header__navi .header__naviCon {
    display: block;
  }
  .nav .header__navi .header__naviCon .header__naviConBot {
    position: absolute;
    bottom: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .nav .header__navi .header__naviCon .header__naviConBot .bottomMoveBtns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .header__navi .header__naviCon .header__naviConBot .bottomMoveBtns img {
    margin-right: 8.53333333vw;
    width: 12.8vw;
    height: 12.8vw;
  }
  .nav .header__navi .header__naviCon .header__naviConBot .bottomMoveBtns img:last-child {
    margin-right: 0;
  }
  .nav .header__navi .header__naviCon .top-move-btn {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 10.66666667vw;
    border-radius: 99px;
    margin-bottom: 12.8vw;
  }
  .nav .header__navi .header__naviCon .top-move-btn img {
    margin-left: 1.6vw;
    width: 3.55466667vw;
    height: 3.55466667vw;
  }
  .headerBox {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .headerBox .headerTxt .headerTxt1 {
    font-size: 19.2vw;
    line-height: 100%;
  }
  .headerBox .headerTxt .headerTxt2 {
    font-size: 8.53333333vw;
    line-height: 100%;
  }
  .headerBox .headerTxt .headerTxt3 {
    font-size: 6.4vw;
    line-height: 140%;
    margin-top: 16px;
  }
  .headerBox .headerBotm {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .headerBox .headerBotm .headerBotmLeft {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    /* JP/text/L */
    font-size: 4.26666667vw;
    line-height: 160%;
    margin-bottom: 24px;
  }
  .headerBox .headerBotm .headerBotmRight {
    min-width: 80vw;
    font-size: 4.26666667vw;
    line-height: 120%;
    /* 19.2px */
  }
  .headerBox .headerBotm .headerBotmRight .headerBotmRight1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerBox .headerBotm .headerBotmRight .headerBotmRight1 .headerBotmRightBtn {
    line-height: 120%;
    /* 16.8px */
    height: 6.66666667vw;
    font-size: 3.73333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 3.2vw;
  }
  .headerBox .headerBotm .headerBotmRight .headerBotmRight1 .headerBotmRightTxt {
    font-size: 4.26666667vw;
    line-height: 120%;
    /* 19.2px */
  }
  .bg {
    /* make video taller so center can be cropped */
    /* shift up so middle of video aligns with container */
    width: auto;
    min-height: 100vh;
    /* keep aspect ratio */
    -o-object-position: center center;
       object-position: center center;
  }
  .rightIcons {
    display: none;
  }
  .videoBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section3 {
    width: 100%;
  }
  .section3 img {
    width: 100%;
  }
  .section3 img[tag=h5] {
    display: block;
  }
  .section3 img[tag=pc] {
    display: none;
  }
  .section3 .section3Txt .section3Txt1 {
    font-size: 6.4vw;
  }
  .section3 .section3Txt .section3Txt2 {
    font-size: 11.2vw;
  }
  .section3 .section3Txt .section3Txt2[tag=h5] {
    display: block;
  }
  .section3 .section3Txt .section3Txt2[tag=pc] {
    display: none;
  }
  .section3 .section3Txt .section3Txt3 {
    font-size: 19.2vw;
  }
  .concept {
    padding-top: 19.2vw;
    margin-bottom: 38.4vw;
  }
  .common-box-top {
    margin-bottom: 4.26666667vw;
  }
  .common-box-top .point {
    width: 1.6vw;
    height: 1.6vw;
    -webkit-box-shadow: 0vw 0vw 3.2vw 0.53333333vw #7DE1E8B2;
            box-shadow: 0vw 0vw 3.2vw 0.53333333vw #7DE1E8B2;
    margin-right: 2.13333333vw;
  }
  .common-box-top .title {
    font-size: 3.73333333vw;
    line-height: 120%;
  }
  .w1200 {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
  }
  .common-box-txt {
    font-size: 7.46666667vw;
    line-height: 160%;
    margin-bottom: 17.06666667vw;
  }
  .conceptBox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .conceptBox .conceptBoxItem {
    width: 100%;
    border: 1px solid var(--border-cyan, #4D8F94);
    -webkit-box-shadow: 0vw 0vw 5.33333333vw 1.06666667vw #7DE1E899;
            box-shadow: 0vw 0vw 5.33333333vw 1.06666667vw #7DE1E899;
  }
  .conceptBox .conceptBoxItem.conceptBoxItem2 {
    margin-top: 17.06666667vw;
  }
  .conceptBox .conceptBoxItem .conceptBoxItemCon {
    padding-top: 2.13333333vw;
    padding-right: 5.33333333vw;
    padding-bottom: 5.33333333vw;
    padding-left: 5.33333333vw;
  }
  .conceptBox .conceptBoxItem .conceptBoxItemCon .conceptBoxItem-title {
    font-size: 6.4vw;
  }
  .conceptBox .conceptBoxItem .conceptBoxItemCon .conceptBoxItem-con {
    font-size: 3.73333333vw;
  }
  .highlights {
    margin-bottom: 38.4vw;
  }
  .highLightsTitle {
    font-size: 6.4vw;
  }
  .highlightsBox {
    padding-top: 48px;
  }
  .swiperBox .swiper-slide-h {
    height: 491px;
    width: 296px;
    margin-right: 32px;
  }
  .swiperBox .swiper-slide-h:nth-child(2n+1) {
    margin-top: -56px;
  }
  .swiperBox .swiper-slide-h:last-child {
    margin-right: 0;
  }
  .swiperBox .swiper-slide-h img {
    position: absolute;
    top: -188px;
    left: 0;
  }
  .swiperBox .swiper-slide-h .swiper_content {
    position: relative;
    padding-top: 79px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .swiperBox .swiper-slide-h .swiper_content .swiper_content1 {
    text-align: center;
    margin-bottom: 12px;
  }
  .swiperBox .swiper-slide-h .swiper_content .swiper_contentBg {
    height: 79px;
  }
  .mod-name {
    font-size: 3.73333333vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mod-name::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 2.13333333vw;
    -webkit-box-shadow: 0vw 0vw 2.93333333vw 0.53333333vw rgba(234, 176, 0, 0.75);
            box-shadow: 0vw 0vw 2.93333333vw 0.53333333vw rgba(234, 176, 0, 0.75);
  }
  .common-content-box {
    width: 87.2vw;
    min-width: initial;
    max-width: initial;
  }
  .sio {
    padding-top: 10.66666667vw;
  }
  .sio .sio-bot-content {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.26666667vw;
  }
  .sio .sio-bot-content-left {
    font-size: 4.8vw;
  }
  .sio .sio-bot-content-right {
    width: 100%;
    font-size: 3.73333333vw;
  }
  .sio-msg-top {
    right: 24px;
    font-size: 7.46666667vw;
  }
  .sio-msg-bot {
    left: 24px;
    bottom: -70px;
  }
  .sio-msg-bot .nameTxt {
    font-size: 23.46666667vw;
  }
  .sio-msg-bot .name {
    font-size: 4.26666667vw;
  }
  .sio .volume_button2 {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -62px;
    right: 24px;
    z-index: -1;
    background: url(../image/index/volume_button.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
  .sio .volume_button2.active {
    display: block;
    z-index: 2;
  }
  .sio .volume_button2.novoice {
    background: url(../image/index/volume_button2.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
  .sio-content {
    position: relative;
    min-height: 55vw;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28.53333333vw;
  }
  .sio-content .mouseImg {
    width: 41px;
    right: 20px;
    top: 54px;
    z-index: 2;
  }
  .sio-content-top,
  .sio-content-bottom {
    width: 120%;
    height: 100vw;
    position: absolute;
    z-index: 2;
    background: var(--text-black, #1F042B);
  }
  .sio-content-top {
    top: 0;
    right: 0;
    -webkit-transform: translateY(-100%) rotate(3deg);
       -moz-transform: translateY(-100%) rotate(3deg);
        -ms-transform: translateY(-100%) rotate(3deg);
         -o-transform: translateY(-100%) rotate(3deg);
            transform: translateY(-100%) rotate(3deg);
    -webkit-transform-origin: bottom left;
       -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .sio-content-bottom {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%) rotate(3deg);
       -moz-transform: translateY(100%) rotate(3deg);
        -ms-transform: translateY(100%) rotate(3deg);
         -o-transform: translateY(100%) rotate(3deg);
            transform: translateY(100%) rotate(3deg);
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
         -o-transform-origin: top right;
            transform-origin: top right;
  }
  .artists {
    padding-top: 38.4vw;
  }
  .artists .artists-top {
    margin-bottom: 25.6vw;
  }
  .artists .artists-top-title {
    font-size: 10.66666667vw;
    margin-bottom: 6.4vw;
  }
  .artists .artists-top-desc {
    font-size: 4.8vw;
  }
  .artists .artists-content {
    margin-top: 17.06666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .artists .artists-content-item {
    width: 100%;
    margin: 0 auto;
  }
  .artists .artists-content-item:nth-child(n+2) {
    display: none;
  }
  .artists .moreArtists {
    font-size: 3.73333333vw;
    line-height: 120%;
  }
  .wanted {
    padding-top: 53.33333333vw;
  }
  .wanted .wantedTitle {
    margin-bottom: 10.66666667vw;
    font-size: 9.33333333vw;
  }
  .wanted .upmsgs {
    left: 0;
    top: 8.53333333vw;
  }
  .wanted .upmsgs .wangted2-content2 {
    padding-top: 2.66666667vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wanted .upmsgs .wangted2-content2-item {
    min-width: 100%;
    margin-bottom: 5.33333333vw;
  }
  .wanted .upmsgs .wangted2-content2-item[tag="pc"] {
    display: none;
  }
  .wanted .upmsgs .wangted2-content2-item[tag="h5"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wanted .upmsgs .wangted2-content2-item-left {
    width: 8px;
    height: 32px;
  }
  .wanted .upmsgs .wangted2-content2-item-left.line2 {
    height: 64px;
  }
  .wanted .upmsgs .wangted2-content2-item-right {
    font-size: 4.26666667vw;
  }
  .wanted .upmsgs .wangted2-content2-item .goPageBtn-white {
    padding: 16px 24px;
    padding-top: 4.26666667vw;
    padding-right: 6.4vw;
    padding-bottom: 4.26666667vw;
    padding-left: 6.4vw;
    font-size: 4.26666667vw;
  }
  .wanted .upmsgs .wangted-content-desc3 {
    margin-bottom: 10.66666667vw;
  }
  .wanted .upmsgs .wangted-content-desc3-item {
    margin-bottom: 5.33333333vw;
  }
  .wanted .upmsgs .wangted-content-desc3-item-left {
    width: 2.13333333vw;
    height: -webkit-fill-available;
    -webkit-box-shadow: 0vw 0vw 3.2vw 0.53333333vw #7DE1E8B2;
            box-shadow: 0vw 0vw 3.2vw 0.53333333vw #7DE1E8B2;
  }
  .wanted .upmsgs .wangted-content-desc3-item-right {
    font-size: 4.26666667vw;
    line-height: 160%;
  }
  .wanted .upmsgs .wangted-content-desc4 {
    font-size: 4.26666667vw;
    margin: 0 auto;
    padding-top: 3.86666667vw;
    padding-right: 5.33333333vw;
    padding-bottom: 3.86666667vw;
    padding-left: 5.33333333vw;
  }
  .wanted .upmsgs .wangted-content-desc4 img {
    width: 3.33333333vw;
    margin-left: 2.13333333vw;
  }
  .wanted .wangted-content-title {
    margin-bottom: 4.26666667vw;
    font-size: 6.4vw;
  }
  .wanted .wangted-content-desc1,
  .wanted .wangted-content-desc2 {
    font-size: 3.73333333vw;
    line-height: 180%;
    margin-bottom: 4.26666667vw;
  }
  .wanted .wangted-content-desc1 br[tag="pc"],
  .wanted .wangted-content-desc2 br[tag="pc"] {
    display: none;
  }
  .wanted .wangted-content-desc1 br[tag="h5"],
  .wanted .wangted-content-desc2 br[tag="h5"] {
    display: block;
  }
  .wanted .wangted-content-desc2 {
    margin-bottom: 0;
  }
  .wanted .wanted-movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wanted .wanted-movie .wanted-movies {
    width: auto;
  }
  .information .informationBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 216.53333333vw;
  }
  .information .informationBox-movie {
    min-width: unset;
    min-height: 216.53333333vw;
  }
  .information .information-content {
    position: absolute;
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    left: 6.4vw;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    top: 38.4vw;
  }
  .information .information-content.information-content2 {
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    position: static;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    left: 0;
    margin-top: 5.33333333vw;
  }
  .information .information-content-top {
    font-size: 6.4vw;
    margin-bottom: 17.06666667vw;
  }
  .information .information-content-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .information .information-content-desc:last-child {
    margin-bottom: 0;
  }
  .information .information-content-desc-title {
    font-size: 6.4vw;
    line-height: 120%;
    letter-spacing: 2%;
  }
  .information .information-content-desc-right {
    margin-top: 8.53333333vw;
    width: 100%;
    padding-top: 6.4vw;
    padding-right: 5.33333333vw;
    padding-bottom: 6.4vw;
    padding-left: 5.33333333vw;
  }
  .information .information-content-desc-right2 {
    width: 100%;
    margin-top: 8.53333333vw;
  }
  .information .information-content-desc-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 4.26666667vw;
    line-height: 120%;
    padding-bottom: 5.33333333vw;
  }
  .information .information-content-desc-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .information .information-content-desc-item:not(:first-child) {
    margin-top: 6.4vw;
  }
  .information .information-content-desc-item-title {
    margin-right: 0;
    margin-bottom: 4.26666667vw;
    width: 100%;
  }
  .information .information-content-desc-item-desc {
    line-height: 160%;
    width: 100%;
  }
  .information .information-content-desc-item2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 5.33333333vw;
    padding-bottom: 5.33333333vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.73333333vw;
    line-height: 180%;
  }
  .information .information-content-desc-item2:last-child {
    border-bottom: 1px solid var(--border-lavender, #A54CBC);
  }
  .information .information-content-desc-item2-title {
    margin-right: 0;
    line-height: 120%;
    width: 100%;
    margin-bottom: 8px;
  }
  .information .information-content-desc-item2-desc img {
    width: 16px;
  }
  .ticket {
    padding-top: 38.4vw;
  }
  .ticket-title {
    font-size: 10.66666667vw;
    text-align: justify;
  }
  .ticket-desc {
    margin-top: 6.4vw;
    font-size: 4.8vw;
    line-height: 180%;
  }
  .ticket-content {
    margin-top: 12.8vw;
  }
  .ticket-mask {
    font-size: 12.8vw;
  }
  .form {
    padding-top: 38.4vw;
    padding-right: 6.4vw;
    padding-bottom: 38.4vw;
    padding-left: 6.4vw;
  }
  .form .pc {
    display: none;
  }
  .form .h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-mod-name {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -6.4vw;
  }
  .form-title {
    margin-top: 4.26666667vw;
    font-size: 6.4vw;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: justify;
  }
  .form-title > p {
    display: inline;
  }
  .form-cards {
    margin-top: 8.53333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.26666667vw;
  }
  .form-cards-item {
    position: relative;
    padding-top: 56vw;
  }
  .form-card {
    width: 87.2vw;
    height: auto;
    border-radius: 1.06666667vw;
    padding-top: 21.33333333vw;
    padding-right: 5.33333333vw;
    padding-bottom: 8.53333333vw;
    padding-left: 5.33333333vw;
    -webkit-box-shadow: 0vw 0vw 14.93333333vw 0vw rgba(198, 120, 221, 0.8);
            box-shadow: 0vw 0vw 14.93333333vw 0vw rgba(198, 120, 221, 0.8);
  }
  .form-card-name {
    font-size: 6.4vw;
    letter-spacing: 1%;
    text-align: center;
  }
  .form-card-desc {
    margin-top: 3.2vw;
    font-size: 3.73333333vw;
    text-align: center;
    font-family: 'BIZUDGothicRegular';
  }
  .form-card-qr_code {
    width: 36.8vw;
    height: 36.8vw;
  }
  .form-card .open-form {
    height: 12.8vw;
    padding-top: 0vw;
    padding-right: 4.26666667vw;
    padding-bottom: 0vw;
    padding-left: 5.33333333vw;
    margin-top: 4.26666667vw;
    gap: 2.13333333vw;
    font-weight: 700;
    font-size: 4.26666667vw;
    line-height: 120%;
    letter-spacing: 1%;
  }
  .form-card .open-form::after {
    -o-background-size: 2.93333333vw;
       background-size: 2.93333333vw;
  }
  .form-desc {
    margin-top: 6.4vw;
    font-size: 3.73333333vw;
    line-height: 180%;
    display: block;
  }
  .form .plat {
    width: 87.46666667vw;
  }
  footer .sponsor .bg .inner {
    padding-top: 216%;
  }
  footer .sponsor-text {
    padding-top: 25.6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .sponsor-text .name {
    font-size: 7.46666667vw;
    letter-spacing: 1%;
  }
  footer .sponsor-text .desc {
    margin-top: 6.4vw;
    font-size: 4.26666667vw;
  }
  footer .sponsor-entry {
    height: 12.8vw;
    margin-top: 10.66666667vw;
    padding-top: 0vw;
    padding-right: 4.26666667vw;
    padding-bottom: 0vw;
    padding-left: 5.33333333vw;
    gap: 2.13333333vw;
    font-size: 4.26666667vw;
  }
  footer .sponsor-entry::after {
    -o-background-size: 5.33333333vw;
       background-size: 5.33333333vw;
  }
  footer .contents-menu {
    margin-top: 64vw;
    gap: 3.2vw;
  }
  footer .contents-menu a {
    font-weight: 500;
    font-size: 4.26666667vw;
  }
  footer .contents-text {
    margin-top: 12.8vw;
    font-weight: 700;
    font-size: 3.73333333vw;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.26666667vw;
  }
  footer .contents-text > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.06666667vw;
  }
  footer .contents-text .name {
    margin-right: 0;
  }
  footer .contents-text .w130 {
    width: auto;
  }
  footer .counter-box {
    margin-top: 17.06666667vw;
  }
  footer .rights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    padding-top: 17.06666667vw;
    padding-right: 0vw;
    padding-bottom: 6.4vw;
    padding-left: 0vw;
    font-size: 3.2vw;
  }
  .counter-box {
    width: 87.2vw;
    padding: 0.53333333vw;
    border-radius: 1.06666667vw;
  }
  .counter-box::before {
    width: 165.33333333vw;
    height: 165.33333333vw;
    margin-top: -82.66666667vw;
    margin-right: 0vw;
    margin-bottom: 0vw;
    margin-left: -65.33333333vw;
  }
  .counter-box-content {
    border-radius: 1.06666667vw;
    padding-top: 8.53333333vw;
    padding-right: 0vw;
    padding-bottom: 8.53333333vw;
    padding-left: 0vw;
    gap: 6.4vw;
  }
  .counter-box-title {
    font-weight: 500;
    font-size: 3.73333333vw;
    line-height: 120%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents-count-title {
    font-weight: 500;
    font-size: 3.73333333vw;
    line-height: 120%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .count-down-loop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.26666667vw;
  }
  .count-down-loop > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.06666667vw;
  }
  .count-down-loop .value {
    width: 100% !important;
    text-align: center;
    font-size: 10.66666667vw;
  }
  .count-down-loop .unit {
    font-size: 3.73333333vw;
    line-height: 120%;
    margin-left: 0;
  }
}
