@import url(https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=JetBrains+Mono&display=swap);@import url(https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap);/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
.txt_white {
  color: #F8F7F2 !important; }

.txt_black {
  color: #101010 !important; }

.txt_pink {
  color: #F5B3BB !important; }

.txt_green {
  color: #00A33D !important; }

.txt_sky {
  color: #00A3D9 !important; }

.txt_red {
  color: #E83817 !important; }

.txt_blue {
  color: #0072BD !important; }

.txt_cha {
  color: #824221 !important; }

.txt_orange {
  color: #EC6700 !important; }

.txt_l-green {
  color: #08D836 !important; }

.txt_purple {
  color: #A300BD !important; }

.txt_mizuiro {
  color: #7ACAE5 !important; }

.txt_midori {
  color: #4BE6CA !important; }

.txt_l-red {
  color: #FF0000 !important; }

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

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

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

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

@-webkit-keyframes kashi {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%); }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%); } }

@keyframes kashi {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%); }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%); } }

@-webkit-keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg); } }

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg); } }

.bbs {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  position: fixed;
  top: 12px; }
  .bbs ul {
    -webkit-animation: flowing 40s linear infinite;
            animation: flowing 40s linear infinite;
    -webkit-animation-timing-function: steps(90, jump-start);
            animation-timing-function: steps(90, jump-start);
    font-size: 13px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", "Inter", sans-serif;
    letter-spacing: 2px; }
    .bbs ul li {
      display: inline-block;
      padding-right: 10px; }

.bbs2 {
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
  position: fixed;
  bottom: 12px;
  white-space: nowrap; }
  .bbs2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-animation: flowing2 40s linear infinite;
            animation: flowing2 40s linear infinite;
    -webkit-animation-timing-function: steps(90, jump-start);
            animation-timing-function: steps(90, jump-start);
    font-size: 13px; }
    .bbs2 ul li {
      margin-right: 20px;
      display: inline-block;
      width: -webkit-max-content;
      width: max-content;
      display: flex;
      align-items: center; }
      .bbs2 ul li p {
        font-weight: 500; }
      .bbs2 ul li img {
        width: 20px;
        border-radius: 5px;
        margin-right: 6px; }

.bbs3 {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: calc(100% - 88px);
  white-space: nowrap;
  z-index: 1;
  position: fixed;
  bottom: 40px;
  background-color: #232323;
  box-sizing: border-box;
  border: solid 1px #8f8f8f;
  height: 30px; }
  .bbs3 ul {
    -webkit-animation: flowing 40s linear infinite;
            animation: flowing 40s linear infinite;
    -webkit-animation-timing-function: steps(90, jump-start);
            animation-timing-function: steps(90, jump-start);
    font-size: 13px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin: 0;
    padding: 0;
    font-family: "Doto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "ROND" 100;
    color: #ffffff; }
    .bbs3 ul li {
      display: inline-block;
      padding-right: 10px; }

@-webkit-keyframes noise {
  0% {
    background-position: 0 0; }
  10% {
    background-position: -10% -10%; }
  20% {
    background-position: 10% 10%; }
  30% {
    background-position: -2% -2%; }
  40% {
    background-position: 3% 3%; }
  50% {
    background-position: -3% -3%; }
  60% {
    background-position: 40% 40%; }
  70% {
    background-position: -40% -40%; }
  80% {
    background-position: 2% 2%; }
  90% {
    background-position: -3% -3%; } }

@keyframes noise {
  0% {
    background-position: 0 0; }
  10% {
    background-position: -10% -10%; }
  20% {
    background-position: 10% 10%; }
  30% {
    background-position: -2% -2%; }
  40% {
    background-position: 3% 3%; }
  50% {
    background-position: -3% -3%; }
  60% {
    background-position: 40% 40%; }
  70% {
    background-position: -40% -40%; }
  80% {
    background-position: 2% 2%; }
  90% {
    background-position: -3% -3%; } }

::selection {
  color: #F8F7F2;
  background-color: #101010; }

body {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #101010;
  font-size: 12px;
  overflow-x: hidden;
  background-color: #000;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

.sp-only {
  display: none !important; }

a {
  text-decoration: none;
  color: #101010; }

.share {
  display: inline-block;
  position: fixed;
  left: 180px;
  bottom: 12px;
  z-index: 100;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  z-index: 100;
  line-height: 1.5;
  border-bottom: 1px solid #fff; }
  .share:hover {
    background: linear-gradient(150deg, #a6d900 0%, #3dccf8 100%);
    -webkit-animation: Grad 2s infinite alternate;
            animation: Grad 2s infinite alternate;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header h1 a {
    display: block;
    padding-top: 8px; }
    header h1 a img {
      width: 15vw; }
  header .times {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px; }
    header .times .time {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      color: #fff;
      font-size: 2.2vw;
      font-weight: 500;
      line-height: 1;
      margin-top: 4px; }
      header .times .time .countdown {
        display: flex;
        width: 33vw;
        font-size: 2.4vw; }
        header .times .time .countdown p {
          font-size: 2.8vw;
          line-height: 1.2;
          margin-right: 3px; }

/* Import fonts in CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  background-color: #000;
  color: #000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px; }

.bars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 30; }

.comment-bubble {
  position: absolute;
  background: linear-gradient(180deg, #61FFE5 -88.84%, #BDA1EA 100%);
  color: #000;
  font-size: 10px;
  width: 250px;
  padding: 12px;
  border-radius: 10px;
  font-weight: 500;
  top: -80px;
  right: -105px;
  opacity: 0;
  -webkit-transform: scale(0.3) translateY(10px);
          transform: scale(0.3) translateY(10px);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.4s ease-out, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.4s ease-out, transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-family: "ab-megadot9", sans-serif;
  font-weight: 400; }

.wrapper {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
  display: flex; }
  .wrapper .section {
    height: 100vh;
    position: fixed; }
  .wrapper #section1 {
    width: 45%;
    background-color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
    .wrapper #section1 #map {
      width: 100%;
      height: calc(100% + 20vh);
      position: absolute;
      z-index: -1; }
    .wrapper #section1 .time {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: absolute;
      top: 30px;
      right: calc(25% - 20px);
      color: #fff; }
      .wrapper #section1 .time .time_mini {
        font-size: 0.8vw; }
      .wrapper #section1 .time .countdown {
        display: flex; }
        .wrapper #section1 .time .countdown p {
          margin-right: 6px; }
    .wrapper #section1 .main_image {
      width: 70%;
      margin: 7vh auto 0px; }
    .wrapper #section1 .sec1_desc {
      font-family: "helvetica-neue-lt-pro", sans-serif;
      font-style: normal;
      margin: 0 auto;
      line-height: 1.2;
      margin-top: 12px;
      position: relative; }
      .wrapper #section1 .sec1_desc p {
        text-align: left;
        background: linear-gradient(180deg, #78F98B 0%, #9fa3ec 100%);
        font-weight: 700;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
      .wrapper #section1 .sec1_desc .sec1_desc_1 {
        font-size: 2.1vw;
        font-weight: 700;
        line-height: 1.3; }
      .wrapper #section1 .sec1_desc .sec1_desc_2 {
        font-size: 3.2vw;
        line-height: 1; }
      .wrapper #section1 .sec1_desc .sec1_desc_3 {
        font-size: 1.4vw;
        margin-top: 2.5vh; }
      .wrapper #section1 .sec1_desc .main_info {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px; }
        .wrapper #section1 .sec1_desc .main_info .copyrights {
          color: #fff;
          font-size: 13px;
          font-weight: 500;
          border-bottom: 1px solid #fff;
          display: inline-block;
          margin-right: 12px;
          width: auto; }
        .wrapper #section1 .sec1_desc .main_info .shares {
          color: #fff;
          font-size: 13px;
          font-weight: 500;
          border-bottom: 1px solid #fff;
          display: inline-block;
          width: auto; }
    .wrapper #section1 .copyright {
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.05vw;
      margin-top: 80px;
      position: absolute;
      left: 20px;
      bottom: 12px;
      border-bottom: 1px solid #fff; }
      .wrapper #section1 .copyright:hover {
        background: linear-gradient(150deg, #a6d900 0%, #3dccf8 100%);
        -webkit-animation: Grad 2s infinite alternate;
                animation: Grad 2s infinite alternate;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .wrapper #section2 {
    width: 27.5%;
    right: 27.5%;
    background: linear-gradient(180deg, #444688 0%, #BF9EFD 62.5%, #FFFCD9 100%); }
  .wrapper #section3 {
    right: 0%;
    width: 27.5%;
    background: linear-gradient(180deg, #28ADFF 13.94%, #EFA8D9 60.58%, #78F98B 100%); }
  .wrapper .event {
    padding: 18vh 20px 0px;
    box-sizing: border-box;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden; }
    .wrapper .event .bar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .wrapper .event .time {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 30px;
      left: 22px;
      width: 100%;
      color: #fff; }
      .wrapper .event .time .time_mini {
        font-size: 0.8vw; }
      .wrapper .event .time .countdown {
        display: flex; }
        .wrapper .event .time .countdown p {
          margin-right: 6px; }
    .wrapper .event .event_desc {
      font-family: "helvetica-neue-lt-pro", sans-serif;
      font-style: normal;
      margin: 0 auto;
      line-height: 1;
      margin-top: 30px; }
      .wrapper .event .event_desc p {
        text-align: left;
        color: #fff;
        font-size: 2.6vw;
        font-weight: 700;
        letter-spacing: 0.02vw; }
        .wrapper .event .event_desc p .mini {
          font-size: 1.1vw;
          font-weight: 700;
          position: relative;
          top: -1vw; }
      .wrapper .event .event_desc .title {
        margin-top: 6px; }
    .wrapper .event .event_info {
      font-family: "helvetica-neue-lt-pro", sans-serif;
      font-style: normal;
      margin: 0 auto;
      line-height: 1.2;
      margin-top: 30px; }
      .wrapper .event .event_info .info {
        font-size: 1.5vw;
        font-weight: 500;
        line-height: 1.2;
        color: #fff; }
        .wrapper .event .event_info .info .info_title {
          display: inline-block;
          width: 5.1vw; }
        .wrapper .event .event_info .info .ticket {
          color: #fff;
          border-bottom: 1px solid #fff; }
          .wrapper .event .event_info .info .ticket:hover {
            background: linear-gradient(150deg, #a6d900 0%, #3dccf8 100%);
            -webkit-animation: Grad 2s infinite alternate;
                    animation: Grad 2s infinite alternate;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
    .wrapper .event .event_members_title {
      font-size: 1.0vw;
      color: #fff; }
    .wrapper .event .event_members {
      margin-top: 48px;
      padding-bottom: 120px; }
      .wrapper .event .event_members ul {
        display: flex;
        flex-wrap: wrap;
        line-height: 1.2; }
        .wrapper .event .event_members ul li {
          font-size: 1.5vw;
          font-weight: 500;
          color: #fff;
          margin-right: 6px;
          -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt";
          font-family: "helvetica-neue-lt-pro", "noto sans japanese", sans-serif; }
          .wrapper .event .event_members ul li .slash {
            font-size: 1.5vw;
            opacity: 0.5; }
        .wrapper .event .event_members ul .jp {
          font-size: 1.4vw; }

.resizer {
  position: fixed;
  top: 0;
  width: 8px;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%);
  cursor: col-resize;
  z-index: 50;
  transition: background 0.3s ease; }
  .resizer:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.3) 100%); }
  .resizer:active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 100%); }
  .resizer.dragging {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.6) 100%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); }
  .resizer#resizer1 {
    left: 45%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .resizer#resizer2 {
    left: 72.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.cursor_wrap {
  position: fixed;
  top: 100px;
  left: 100px;
  width: calc(100vw - 200px);
  height: calc(100vh - 200px);
  pointer-events: none;
  z-index: 100; }
  .cursor_wrap.hidden {
    display: none; }

.cursor-toggle {
  position: fixed;
  bottom: 12px;
  left: 265px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  cursor: pointer;
  z-index: 200;
  padding: 0px 2px;
  border-bottom: 1px solid white;
  transition: all 0.3s ease;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .cursor-toggle:hover {
    background: linear-gradient(150deg, #a6d900 0%, #3dccf8 100%);
    -webkit-animation: Grad 2s infinite alternate;
            animation: Grad 2s infinite alternate;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cursor-toggle.off {
    color: white; }
    .cursor-toggle.off:hover {
      color: rgba(255, 255, 255, 0.8); }

#cursorToggle2 {
  display: flex !important; }

.scroll-area {
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }
  .scroll-area::-webkit-scrollbar {
    width: 8px; }
  .scroll-area::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px; }
  .scroll-area::-webkit-scrollbar-thumb {
    border-radius: 4px;
    transition: background-color 0.3s ease; }
  .scroll-area::-webkit-scrollbar-thumb:hover {
    opacity: 0.8; }

#section1.scroll-area::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #BDA1EA, #8B5FBF); }

#section1.scroll-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #A68ED9, #7A4FA6); }

#section2.scroll-area::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #4A90E2, #2E5BBA); }

#section2.scroll-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #3A7BC8, #1E4A9A); }

#section3.scroll-area::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #50C878, #2E8B57); }

#section3.scroll-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #40B868, #1E6B47); }

.scroll-area {
  scrollbar-width: thin;
  scrollbar-color: #BDA1EA rgba(255, 255, 255, 0.1); }

#section1.scroll-area {
  scrollbar-color: #BDA1EA rgba(255, 255, 255, 0.1); }

#section2.scroll-area {
  scrollbar-color: #4A90E2 rgba(255, 255, 255, 0.1); }

#section3.scroll-area {
  scrollbar-color: #50C878 rgba(255, 255, 255, 0.1); }

.mouse {
  pointer-events: none;
  z-index: 999; }
  .mouse.hov_ {
    transition: .5s; }
    .mouse.hov_ svg {
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
    @media (max-width: 1023px) {
    .bbs3 {
      display: none; }
    .sp-only {
      display: block !important; }
  .pc-only {
    display: none !important; }
    header {
      padding: 16px 16px;
      top: 0;
      width: 100%;
      display: flex;
      align-items: center; }
      header h1 a {
        padding-top: 0;
        margin-right: 12px; }
        header h1 a img {
          padding-right: 4px;
          width: 14.8vw; }
  .grad_bg {
    background: linear-gradient(150deg, #a6d900 0%, #3dccf8 100%);
    -webkit-animation: Grad 2s infinite alternate;
            animation: Grad 2s infinite alternate; }
    .bars {
      position: fixed;
      width: 100vw; }
      .wrapper .section {
        position: fixed; }
      .wrapper #section1 {
        width: 100%;
        height: 68%;
        top: 0px;
        overflow-y: scroll;
        padding: 0px 0px 80px;
        justify-content: flex-start;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain; }
        .wrapper #section1 .main_image {
          margin: 96px auto 0px;
          width: 70%; }
        .wrapper #section1 .sec1_desc {
          margin-top: 10px;
          padding-bottom: 40px; }
          .wrapper #section1 .sec1_desc .sec1_desc_1 {
            font-size: 5vw; }
          .wrapper #section1 .sec1_desc .sec1_desc_2 {
            font-size: 8vw; }
          .wrapper #section1 .sec1_desc .sec1_desc_3 {
            font-size: 4vw;
            margin-top: 1vh; }
        .wrapper #section1 .copyright {
          bottom: -24px; }
      .wrapper #section2 {
        width: 50%;
        left: 0; }
      .wrapper #section3 {
        width: 50%;
        right: 0; }
      .wrapper .event {
        padding: 2vh 10px 8vh;
        overflow-y: scroll;
        height: 40vh;
        top: 60%;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain; }
        .wrapper .event .bar {
          position: fixed; }
        .wrapper .event .event_desc {
          margin-top: 2vh; }
          .wrapper .event .event_desc p {
            font-size: 4.8vw; }
            .wrapper .event .event_desc p .mini {
              font-size: 3vw;
              top: -1.8vw; }
        .wrapper .event .event_info {
          margin-top: 20px;
          margin-bottom: 10px; }
          .wrapper .event .event_info .info {
            font-size: 4.5vw;
            line-height: 1.1; }
            .wrapper .event .event_info .info .info_title {
              width: 12vw;
              font-size: 3.2vw; }
        .wrapper .event .event_members_title {
          font-size: 2.4vw; }
        .wrapper .event .event_members {
          padding-bottom: 20px; }
            .wrapper .event .event_members ul li {
              font-size: 3.8vw; }
              .wrapper .event .event_members ul li .slash {
                font-size: 2.4vw; }
            .wrapper .event .event_members ul .jp {
              font-size: 3.5vw;
              line-height: 1.4; }
          .wrapper .event .event_members ul .mini_jp {
            font-size: 3.1vw;
            line-height: 1.4;
            padding-top: 4px;
            margin-bottom: 2px; }
    .cursor_wrap {
      top: 50px;
      left: 50px;
      width: calc(100vw - 100px);
      height: calc(100vh - 100px); }
    .cursor-toggle {
      position: inherit;
      padding: 0px;
      display: flex;
      align-items: flex-end;
      padding: 0px 2px;
      font-size: 10px;
      letter-spacing: 0; } }
    @media (min-width: 1024px) {
            .wrapper .event .event_members ul li:hover {
              background: linear-gradient(150deg, #a6d900 0%, #3dccf8 100%);
              -webkit-animation: Grad 2s infinite alternate;
                      animation: Grad 2s infinite alternate; }
    #cursorToggle2 {
      display: none !important; } }
