@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    cursor: default;
  }

  .cursor-wrapper {
    display: none;
  }

  a {
    cursor: pointer;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    cursor: default;
  }

  .cursor-wrapper {
    display: none;
  }

  a {
    cursor: pointer;
  }
}

.wrapperRollingText {
  white-space: nowrap;
}
.rollingText {
  display: inline-block;
}
.wrapperRollingText02 {
  white-space: nowrap;
}
.rollingText02 {
  display: inline-block;
}

h1,
h2,
h3 {
  font-size: 10px;
}
