@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

@-webkit-keyframes motionFadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes motionFadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes motionTreasureBuru {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, 3px);
            transform: translate(2px, 3px);
  }
  40% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  60% {
    -webkit-transform: translate(-1px, -2px);
            transform: translate(-1px, -2px);
  }
  80% {
    -webkit-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes motionTreasureBuru {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, 3px);
            transform: translate(2px, 3px);
  }
  40% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  60% {
    -webkit-transform: translate(-1px, -2px);
            transform: translate(-1px, -2px);
  }
  80% {
    -webkit-transform: translate(2px, -1px);
            transform: translate(2px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes motionTreasureDown {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes motionTreasureDown {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@-webkit-keyframes motionFlashOn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
  }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes motionFlashOn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.3;
  }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes motionFlashOff {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  60% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  90% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    opacity: 0.2;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes motionFlashOff {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  60% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  90% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    opacity: 0.2;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

body {
  cursor: none;
  background-color: #000;
  overflow: auto;
}

@media screen and (min-height: 810px) {
  body {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow: auto;
  }
}

a {
  cursor: none;
}

.l-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 810px;
  max-height: 1000px;
  overflow: hidden;
}

@media screen and (min-height: 810px) {
  .l-main {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    height: 100%;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) and (max-height: 320px) {
  .l-main {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-height: 320px;
  }
}

.p-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 810px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-bg {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) and (max-height: 320px) {
  .p-bg {
    min-height: 320px;
  }
}

.is-buru .p-bg {
  -webkit-animation: motionTreasureBuru 0.05s linear 0s 5 forwards;
          animation: motionTreasureBuru 0.05s linear 0s 5 forwards;
}

.p-bg .p-bg__item {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
  height: 100%;
}

.p-bg .p-bg__item--01 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: url(../img/bg/bg_wall-off.jpg) center center no-repeat;
}

@media screen and (max-width: 767px) {
  .p-bg .p-bg__item--01 {
    background-size: auto 420px;
  }
}

.p-bg .p-bg__item--02 {
  background: url(../img/bg/bg_wall-on.jpg) center center no-repeat;
}

@media screen and (max-width: 767px) {
  .p-bg .p-bg__item--02 {
    background-size: auto 420px;
  }
}

.is-on .p-bg .p-bg__item--02 {
  -webkit-animation: motionFlashOn 0.4s linear 0s 3 forwards;
          animation: motionFlashOn 0.4s linear 0s 3 forwards;
}

.p-bg .p-bg__item--03 {
  background: url(../img/bg/bg_wall-item02.jpg) center center no-repeat;
}

@media screen and (max-width: 767px) {
  .p-bg .p-bg__item--03 {
    background-size: auto 420px;
  }
}

.is-on .p-bg .p-bg__item--03 {
  -webkit-animation: motionFadeIn 2s linear 1.8s 1 forwards;
          animation: motionFadeIn 2s linear 1.8s 1 forwards;
}

.p-bg .p-bg__item--04 {
  background: url(../img/bg/bg_wall-piece04.png) center center no-repeat;
}

@media screen and (max-width: 767px) {
  .p-bg .p-bg__item--04 {
    background-size: auto 420px;
  }
}

.is-on .p-bg .p-bg__item--04 {
  -webkit-animation: motionFadeIn 0.6s linear 1.2s 1 forwards;
          animation: motionFadeIn 0.6s linear 1.2s 1 forwards;
}

.is-down-10 .p-bg .p-bg__item--04 {
  -webkit-animation: motionTreasureDown 1s cubic-bezier(0.32, 0, 0.67, 0) 0s 1 forwards;
          animation: motionTreasureDown 1s cubic-bezier(0.32, 0, 0.67, 0) 0s 1 forwards;
}

.p-bg .p-bg__item--05 {
  background: url(../img/bg/bg_wall-piece03.png) center center no-repeat;
}

@media screen and (max-width: 767px) {
  .p-bg .p-bg__item--05 {
    background-size: auto 420px;
  }
}

.is-on .p-bg .p-bg__item--05 {
  -webkit-animation: motionFadeIn 0.6s linear 1.2s 1 forwards;
          animation: motionFadeIn 0.6s linear 1.2s 1 forwards;
}

.is-down-6 .p-bg .p-bg__item--05 {
  -webkit-animation: motionTreasureDown 1s cubic-bezier(0.32, 0, 0.67, 0) 0s 1 forwards;
          animation: motionTreasureDown 1s cubic-bezier(0.32, 0, 0.67, 0) 0s 1 forwards;
}

.p-bg .p-bg__item--06 {
  background: url(../img/bg/bg_wall-piece02.png) center center no-repeat;
}

@media screen and (max-width: 767px) {
  .p-bg .p-bg__item--06 {
    background-size: auto 420px;
  }
}

.is-on .p-bg .p-bg__item--06 {
  -webkit-animation: motionFadeIn 0.6s linear 1.2s 1 forwards;
          animation: motionFadeIn 0.6s linear 1.2s 1 forwards;
}

.is-down-3 .p-bg .p-bg__item--06 {
  -webkit-animation: motionTreasureDown 1s cubic-bezier(0.32, 0, 0.67, 0) 0s 1 forwards;
          animation: motionTreasureDown 1s cubic-bezier(0.32, 0, 0.67, 0) 0s 1 forwards;
}

.p-bg .p-bg__item--07 {
  background: url(../img/bg/bg_wall-piece01.png) center center no-repeat;
}

@media screen and (max-width: 767px) {
  .p-bg .p-bg__item--07 {
    background-size: auto 420px;
  }
}

.is-on .p-bg .p-bg__item--07 {
  -webkit-animation: motionFadeIn 0.6s linear 1.2s 1 forwards;
          animation: motionFadeIn 0.6s linear 1.2s 1 forwards;
}

.is-down-1 .p-bg .p-bg__item--07 {
  -webkit-animation: motionTreasureDown 1s cubic-bezier(0.32, 0, 0.67, 0) 0s 1 forwards;
          animation: motionTreasureDown 1s cubic-bezier(0.32, 0, 0.67, 0) 0s 1 forwards;
}

.p-bg .p-bg__floor {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 300px;
  background: url(../img/bg/bg_floor.jpg) top center repeat-y;
  width: 100%;
  height: 1000px;
}

@media screen and (max-width: 767px) {
  .p-bg .p-bg__floor {
    margin-top: 100px;
    background-size: auto 250px;
  }
}

.p-light .p-light__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-440px);
      -ms-transform: translateX(-50%) translateY(-440px);
          transform: translateX(-50%) translateY(-440px);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-light .p-light__item {
    -webkit-transform: translateX(-50%) translateY(-182px);
        -ms-transform: translateX(-50%) translateY(-182px);
            transform: translateX(-50%) translateY(-182px);
    width: 80px;
  }
}

.p-light .p-light__item img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-on .p-light .p-light__item img:nth-child(2) {
  -webkit-animation: motionFlashOn 0.4s linear 0s 3 forwards;
          animation: motionFlashOn 0.4s linear 0s 3 forwards;
}

.p-light .p-light__item--l {
  margin-left: -550px;
}

@media screen and (max-width: 767px) {
  .p-light .p-light__item--l {
    margin-left: -230px;
  }
}

.p-light .p-light__item--r {
  margin-left: 560px;
}

@media screen and (max-width: 767px) {
  .p-light .p-light__item--r {
    margin-left: 235px;
  }
}

.p-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -318px;
  margin-left: -150px;
}

@media screen and (max-width: 767px) {
  .p-logo {
    margin-top: -128px;
    margin-left: -70px;
    width: 50px;
  }
}

.p-logo a {
  display: block;
}

.p-logo.is-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10;
}

.p-twitter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  margin-top: -435px;
  margin-left: -348px;
}

@media screen and (max-width: 767px) {
  .p-twitter {
    margin-top: -176px;
    margin-left: -150px;
    width: 90px;
  }
}

.p-twitter a {
  display: block;
}

.p-twitter.is-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10;
}

.p-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-left: -480px;
}

@media screen and (max-width: 767px) {
  .p-poster {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    margin-left: -200px;
    width: 120px;
  }
}

.p-poster .p-poster__item {
  position: absolute !important;
  top: 25px;
  left: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 294px;
  height: 438px;
}

@media screen and (max-width: 767px) {
  .p-poster .p-poster__item {
    top: 9px;
    left: 9px;
    width: 100px;
    height: 149px;
  }
}

.p-tv {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -305px;
}

@media screen and (max-width: 767px) {
  .p-tv {
    bottom: 5px;
    margin-left: -110px;
    width: 220px;
  }
}

.p-tv .p-tv__count {
  position: absolute;
  top: 23px;
  left: 122px;
}

@media screen and (max-width: 767px) {
  .p-tv .p-tv__count {
    top: 7px;
    left: 42px;
    width: 134px;
  }
}

.p-tv.is-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10;
}

.p-treasure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  margin-top: -335px;
  margin-left: 222px;
  width: 250px;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .p-treasure {
    margin-top: -145px;
    margin-left: 85px;
    width: 120px;
    height: 100px;
  }
}

.p-treasure.is-link {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10;
}

.is-down-end .p-treasure.is-link {
  display: block;
}

.p-treasure.is-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-canvas {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 120px;
}

@media screen and (max-width: 767px) {
  .p-canvas {
    margin-left: 46px;
    width: 240px;
  }
}

.p-canvas img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.p-canvas #scratch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-copy {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: #655b52;
  font-size: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-copy {
    bottom: 10px;
    left: 10px;
  }
}

.p-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-cover::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: motionFadeInBg 1s linear 0.5s 1 forwards;
          animation: motionFadeInBg 1s linear 0.5s 1 forwards;
  background-color: black;
  width: 100%;
  height: 100%;
  content: '';
}

@-webkit-keyframes motionFadeInBg {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@keyframes motionFadeInBg {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.is-on .p-cover {
  -webkit-animation: motionFlashOff 0.7s linear 0s 1 forwards;
          animation: motionFlashOff 0.7s linear 0s 1 forwards;
}

.is-user-on .p-cover {
  visibility: hidden;
}

.p-info-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #2a1b16;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .p-info-sp {
    display: block;
  }
}

.p-info-sp__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #4c3516;
  padding: 30px 10px;
  width: 323px;
  height: 228px;
  color: #d29f12;
  text-align: center;
}

.p-info-sp__content h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6em;
}

.p-info-sp__content img {
  margin: 25px auto;
  width: 100px;
}

.cursor,
.follower {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .cursor,
  .follower {
    display: none !important;
  }
}

.cursor {
  z-index: 11;
  background-color: #ccc;
  width: 5px;
  height: 5px;
}

.follower {
  z-index: 10;
}

.follower span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform ease .1s;
  transition: -webkit-transform ease .1s;
  transition: transform ease .1s;
  transition: transform ease .1s, -webkit-transform ease .1s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.follower.is-active span {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
