.luckywheel-itemBox .mainwheel .small-border, .luckywheel-itemBox .mainwheel .big-border, .luckywheel-itemBox .mainwheel {
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.luckywheel-itemBox {
  width: 100%;
  max-width: 750px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.luckywheel-itemBox .mainwheel {
  padding: 4.66%;
  max-width: 750px;
  max-height: 750px;
  width: 100%;
  z-index: 3;
}
.luckywheel-itemBox .mainwheel .wheel--deco {
  position: absolute;
  z-index: 2;
}
.luckywheel-itemBox .mainwheel .wheel--deco.line1 {
  left: 8.5%;
  top: 10%;
  width: 13.5%;
}
.luckywheel-itemBox .mainwheel .wheel--deco.line2 {
  right: 1.5%;
  top: 62%;
  width: 10%;
}
.luckywheel-itemBox .mainwheel .wheel--deco.piske {
  left: -4.5%;
  top: 50%;
  width: 15%;
}
.luckywheel-itemBox .mainwheel .wheel--deco.usagi {
  right: -10%;
  top: 34%;
  width: 20.1%;
}
@media only screen and (max-width: 1024px) {
  .luckywheel-itemBox .mainwheel .wheel--deco.piske {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 10.5%;
    top: 78%;
  }
  .luckywheel-itemBox .mainwheel .wheel--deco.usagi {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 6%;
    top: 0%;
  }
}
.luckywheel-itemBox .mainwheel .big-border {
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}
.luckywheel-itemBox .mainwheel .small-border {
  width: 100%;
  background-image: url(../img/wheel_ev1_bg_color.png);
  background-size: contain;
}
.luckywheel-itemBox .mainwheel .start {
  left: 37%;
  top: 37%;
  width: 26%;
  height: 26%;
  position: absolute;
}
.luckywheel-itemBox .mainwheel .start::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/wheel_pointer.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  height: 24%;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -13%;
}
.luckywheel-itemBox .mainwheel .start-btn {
  width: 100%;
  height: 100%;
  background-image: url(../img/wheel_start.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
}
.luckywheel-itemBox .mainwheel .start-btn.is--disable {
  cursor: inherit;
  background-image: url(../img/wheel_start_disable.png);
}
.luckywheel-itemBox .luckywheel-shadow {
  background-color: rgba(58, 109, 48, 0.7);
  width: 160%;
  height: 50px;
  border-radius: 100%;
  margin-left: -30%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media only screen and (max-width: 580px) {
  .luckywheel-itemBox {
    margin: 6% auto 10%;
  }
}