button{
  outline: none !important;
}

.game-kv{
	position: relative;
}

.gachapon {
    position: absolute;
    width: 38%;
    height: 100%;
    right: 5%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gachapon .gachapon-bg{
	position: relative;
	width: 75%;
	height: auto;
	padding-top: 90%;
	background: url(../images/game/background.png?v=1) no-repeat center center;
	background-size: 100%;
	margin: 3% auto 0;
}

.gachapon .gachapon-bg .gachapon-shiny{
  position: absolute;
  width: 71.8%;
  height: 13.9%;
  top: 2.5%;
  left: 14.2%;
}

.gachapon .gachapon-bg .gachapon-shiny > div{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 1px #F7F134;
  animation: gachapon_shiny_border .8s linear infinite alternate;
  -webkit-animation: gachapon_shiny_border .8s linear infinite alternate;
}

.gachapon .gachapon-bg .gachapon-shiny > div::before,
.gachapon .gachapon-bg .gachapon-shiny > div::after{
  position: absolute;
  content: '';
  display: block;
  width: 2%;
  height: 2%;
  border-radius: 50%;
  background-color: #fff;
  top: 3%;
  left: -1%;
  box-shadow: 0px 0px 12px 10px #F7F134;
}

.gachapon .gachapon-bg .gachapon-shiny > div::before{
  animation: gachapon_shiny 3s linear infinite;
  -webkit-animation: gachapon_shiny 3s linear infinite;
}

.gachapon .gachapon-bg .gachapon-shiny > div::after{
  animation: gachapon_shiny 3s .3s linear infinite;
  -webkit-animation: gachapon_shiny 3s .3s linear infinite;
}

.gachapon .gachapon-bg .gachapon-btn{
    width: 26%;
    height: 21.5%;
    background: url(../images/game/roll.png?v=1) no-repeat center center;
    background-size: 100%;
    position: absolute;
    bottom: 4.5%;
    right: 18.4%;
    border: 0;
    padding: 0;
    cursor: pointer;
    animation: gachapon_btn 1s linear infinite alternate;
    -webkit-animation: gachapon_btn 1s linear infinite alternate;
}

.gachapon .gachapon-bg .gachapon-btn.rotating{ 
	animation: gachapon_rotating .8s ease-in-out 3;
	-webkit-animation: gachapon_rotating .8s ease-in-out 3;
}

.gachapon .gachapon-bg .gachapon-prize{
	position: absolute;
    width: 25%;
    height: 21%;
    bottom: 4.7%;
    left: 20%;
}

.gachapon .gachapon-bg .gachapon-prize::after{
	content: '';
    width: 88%;
    height: 23%;
    background: url(../images/game/undercover.png?v=1) no-repeat center center;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    left: 5.5%;
}

.gachapon .gachapon-bg .gachapon-prize::before {
    content: '';
    width: 80%;
    height: 80%;
    background: url(../images/game/click_me.png?v=1) no-repeat center center;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    right: -50%;
    top: -35%;
    animation: gachapon_arrow .4s linear infinite alternate;
    -webkit-animation: gachapon_arrow .4s linear infinite alternate;
}

.gachapon .gachapon-bg .gachapon-prize .ball{
	width: 75%;
    height: 75%;
    position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
    left: 12%;
    top: 5%;
	animation: gachapon_prize 0.5s normal both;
	-webkit-animation: gachapon_prize 0.5s normal both;
}

.gachapon .gachapon-bg .gachapon-prize > svg{
  width: 135%;
  transform: translate(-13%, -13%);
}

.gachapon .gachapon-bg .gachapon-prize > svg circle{
  fill: #fff;
}

.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(2),
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(10){
  animation: gachapon_shiny_circle .5s linear infinite alternate;
  -webkit-animation: gachapon_shiny_circle .5s linear infinite alternate;  
}
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(3),
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(11){
  animation: gachapon_shiny_circle .5s .5s linear infinite alternate;
  -webkit-animation: gachapon_shiny_circle .5s .5s linear infinite alternate;  
}
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(4),
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(12){
  animation: gachapon_shiny_circle .5s 1s linear infinite alternate;
  -webkit-animation: gachapon_shiny_circle .5s 1s linear infinite alternate;  
}
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(5),
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(13){
  animation: gachapon_shiny_circle .5s 1.5s linear infinite alternate;
  -webkit-animation: gachapon_shiny_circle .5s 1.5s linear infinite alternate;  
}
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(6),
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(14){
  animation: gachapon_shiny_circle .5s 2s linear infinite alternate;
  -webkit-animation: gachapon_shiny_circle .5s 2s linear infinite alternate;  
}
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(7),
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(15){
  animation: gachapon_shiny_circle .5s 2.5s linear infinite alternate;
  -webkit-animation: gachapon_shiny_circle .5s 2.5s linear infinite alternate;  
}
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(8),
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(16){
  animation: gachapon_shiny_circle .5s 3s linear infinite alternate;
  -webkit-animation: gachapon_shiny_circle .5s 3s linear infinite alternate;  
}
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(9),
.gachapon .gachapon-bg .gachapon-prize > svg circle:nth-child(17){
  animation: gachapon_shiny_circle .5s 3.5s linear infinite alternate;
  -webkit-animation: gachapon_shiny_circle .5s 3.5s linear infinite alternate;  
}


.gachapon .gachapon-bg .gachapon-balls{
	position: absolute;
	top: 19%;
	left: 12.4%;
	width: 75.5%;
	height: 52.5%;
}

.gachapon .gachapon-bg .gachapon-balls ul{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gachapon .gachapon-bg .gachapon-balls ul::after{
    content: '';
    width: 100%;
    height: 101%;
    position: absolute;
	background: url(../images/game/cover.png?v=1) no-repeat center center;
	background-size: 100%;
	left: 0;
	top: 0;
}

.gachapon .gachapon-bg .gachapon-balls ul li{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 25%;
	height: 30%;
}


/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
  body{
    background-color: transparent;
    background-image: url("../images/bg.jpg");
    background-size: contain;
  }
  #CONTENT-1-bg1{
    background-image: none;
  }
	.gachapon{
		position: relative;
		width: auto;
		height: auto;
		top: 0;
		left: 0;
	}

	.gachapon .gachapon-bg .gachapon-ball ul{
		height: 100%
	}

  .gachapon .gachapon-bg .gachapon-shiny > div::before,
  .gachapon .gachapon-bg .gachapon-shiny > div::after{
    box-shadow: 0px 0px 8px 5px #F7F134;
  }

    .gachapon-loader,
    .gachapon-loader:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

    .gachapon-loader {
        font-size: 1px;
        position: absolute;
        text-indent: -9999em;
        border-top: 1.1em solid rgba(255, 255, 255, 0.2);
        border-right: 1.1em solid rgba(255, 255, 255, 0.2);
        border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
        border-left: 1.1em solid #ffffff;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
    }

    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
}


/* --Modal------------------------------------- */

#gachaponModal.modal .modal-dialog {
    background-color: transparent;
}

#gachaponModal .modal-content {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b9127b+0,b9127b+39,76186c+100 */
    background: #b9127b; /* Old browsers */
    background: -moz-linear-gradient(top, #b9127b 0%, #b9127b 39%, #76186c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b9127b 0%,#b9127b 39%,#76186c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b9127b 0%,#b9127b 39%,#76186c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9127b', endColorstr='#76186c',GradientType=0 ); /* IE6-9 */
}

#gachaponModal .modal-header {
    border-bottom: none;
}

#gachaponModal .modal-header .close{
    font-size: 2rem;
    color: #fff;
    text-shadow: none;
}

#gachaponModal .modal-body{
  font-size: 18px;
  padding: 1rem;
  color: #fff;
  text-align: center;
}

#gachaponModal .modal-body > p{
    margin: 1rem 0 0 0;
    color: #fffc00;
}

#gachaponModal .modal-footer{
  border-top: none;
  justify-content: center;
  padding: 1rem 1rem 2rem;
}

#gachaponModal .modal-footer .btn{
  border-top: none;
  text-align: center;
  min-width: 120px;
  font-size: 16px;
  padding: .6rem .75rem;
  background-color: #fffc00;
  color: #000;
  border: none;
  font-weight: bold;
}

#gachaponModal .modal-footer .btn.btn-secondary{
  background-color: #ccc;
}




/* --動畫------------------------------------- */

@keyframes gachapon_btn {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes gachapon_rotating {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(370deg);
  }
}
@keyframes gachapon_prize {
  0% {
  	top: 5%;
    transform: rotate(0deg);
  }
  80%, 100% {
  	top: 18%;
    transform: rotate(30deg);
  }
}
@keyframes gachapon_shiny_border {
  0%{
    box-shadow: 0px 0px 10px 5px #fff;
  }
  100% {
    box-shadow: 0px 0px 10px 5px transparent;
  }
}
@keyframes gachapon_shiny {
  0%, 100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translateX(5000%);
  }
  40%,60% {
    transform: translate(5000%, 5000%);
  }
  90% {
    transform: translate(0, 5000%);
  }
}
@keyframes gachapon_shiny_circle {
  0%{
    fill: #fff;
  }
  100% {
    fill: #ff9e00;
  }
}
@keyframes gachapon_arrow {
    0%, 50%, 100% {
        transform: translate(0, 0);
    }
    25%{
        transform: translate(4%, 4%);
    }
}




/* --球的位置------------------------------------- */

.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(1){
  bottom: 31%;
    left: 8%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(2){
  bottom: 5%;
    left: 8%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(3){
  bottom: 32%;
    left: 24%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(4){
  bottom: 9%;
    left: 38%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(5){
    bottom: 6%;
    right: 8%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(6){
    bottom: 34%;
    right: 8%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(7){
  bottom: 48%;
    left: 36%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(8){
    bottom: 53%;
    left: 59%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(9){
    bottom: 32%;
    left: 47%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(10){
    bottom: 9%;
    left: 53%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(11){
    bottom: 4%;
    left: 22%;
}
.gachapon .gachapon-bg .gachapon-balls ul li:nth-child(12){
  bottom: 57%;
    left: 18%;
}


/* --球的顏色------------------------------------- */

.gachapon .gachapon-bg .gachapon-balls ul li.color-1,
.gachapon .gachapon-bg .gachapon-prize .ball.color-1{
  background-image: url(../images/game/ball-1.png?v=1);
}
.gachapon .gachapon-bg .gachapon-balls ul li.color-2,
.gachapon .gachapon-bg .gachapon-prize .ball.color-2{
  background-image: url(../images/game/ball-2.png?v=1);
}
.gachapon .gachapon-bg .gachapon-balls ul li.color-3,
.gachapon .gachapon-bg .gachapon-prize .ball.color-3{
  background-image: url(../images/game/ball-3.png?v=1);
}
.gachapon .gachapon-bg .gachapon-balls ul li.color-4,
.gachapon .gachapon-bg .gachapon-prize .ball.color-4{
  background-image: url(../images/game/ball-4.png?v=1);
}
.gachapon .gachapon-bg .gachapon-balls ul li.color-5,
.gachapon .gachapon-bg .gachapon-prize .ball.color-5{
  background-image: url(../images/game/ball-5.png?v=1);
}
.gachapon .gachapon-bg .gachapon-balls ul li.color-11{
  background-image: url(../images/game/ball-11.png?v=1);
}
.gachapon .gachapon-bg .gachapon-balls ul li.color-12{
  background-image: url(../images/game/ball-12.png?v=1);
}
.gachapon .gachapon-bg .gachapon-balls ul li.color-13{
  background-image: url(../images/game/ball-13.png?v=1);
}


/* --球的動畫------------------------------------- */

.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(1){
  animation: gachapon_play_1_1 1s normal both;
  -webkit-animation: gachapon_play_1_1 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(2){
  animation: gachapon_play_1_2 1s normal both;
  -webkit-animation: gachapon_play_1_2 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(3){
  animation: gachapon_play_1_3 1s normal both;
  -webkit-animation: gachapon_play_1_3 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(4){
  animation: gachapon_play_1_4 1s normal both;
  -webkit-animation: gachapon_play_1_4 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(5){
  animation: gachapon_play_1_5 1s normal both;
  -webkit-animation: gachapon_play_1_5 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(6){
  animation: gachapon_play_1_6 1s normal both;
  -webkit-animation: gachapon_play_1_6 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(7){
  animation: gachapon_play_1_7 1s normal both;
  -webkit-animation: gachapon_play_1_7 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(8){
  animation: gachapon_play_1_8 1s normal both;
  -webkit-animation: gachapon_play_1_8 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(9){
  animation: gachapon_play_1_9 1s normal both;
  -webkit-animation: gachapon_play_1_9 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(10){
  animation: gachapon_play_1_10 1s normal both;
  -webkit-animation: gachapon_play_1_10 1s normal both; 
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(11),
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(11){
  animation: gachapon_play_1_11 1s normal both;
  -webkit-animation: gachapon_play_1_11 1s normal both; 
}
.gachapon .gachapon-bg .gachapon-balls ul.play-1 li:nth-child(12){
  animation: gachapon_play_1_12 1s normal both;
  -webkit-animation: gachapon_play_1_12 1s normal both; 
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(1){
  animation: gachapon_play_2_1 1s normal both;
  -webkit-animation: gachapon_play_2_1 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(2){
  animation: gachapon_play_2_2 1s normal both;
  -webkit-animation: gachapon_play_2_2 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(3){
  animation: gachapon_play_2_3 1s normal both;
  -webkit-animation: gachapon_play_2_3 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(6){
  animation: gachapon_play_2_6 1s normal both;
  -webkit-animation: gachapon_play_2_6 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(7){
  animation: gachapon_play_2_7 1s normal both;
  -webkit-animation: gachapon_play_2_7 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(8){
  animation: gachapon_play_2_8 1s normal both;
  -webkit-animation: gachapon_play_2_8 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(9){
  animation: gachapon_play_2_9 1s normal both;
  -webkit-animation: gachapon_play_2_9 1s normal both;  
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(10){
  animation: gachapon_play_2_10 1s normal both;
  -webkit-animation: gachapon_play_2_10 1s normal both; 
}
.gachapon .gachapon-bg .gachapon-balls ul.play-2 li:nth-child(12){
  animation: gachapon_play_2_12 1s normal both;
  -webkit-animation: gachapon_play_2_12 1s normal both; 
}

@keyframes gachapon_play_1_11 {
  0% {
  	bottom: 4%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  5%,20%{
  	bottom: 4%;
    transform: rotate(0deg) translate3d(-4px, 0, 0);
  }
  15% {
  	bottom: 4%;
    transform: rotate(0deg) translate3d(4px, 0, 0);
  }
  30% {
    transform: rotate(20deg) translate3d(4px, 0, 0);
  }
  40% {
    transform: rotate(20deg) translate3d(-4px, 0, 0);
  }
  70%, 100% {
  	bottom: -12%;
    transform: rotate(10deg) translate3d(4px, 0, 0);
  }
}
@keyframes gachapon_play_1_3 {
  0% {
  	bottom: 32%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  10%,25%{
  	bottom: 32%;
    transform: rotate(0deg) translate3d(-4px, 0, 0);
  }
  20% {
  	bottom: 32%;
    transform: rotate(-10deg) translate3d(4px, 0, 0);
  }
  30% {
    transform: rotate(-30deg) translate3d(4px, 0, 0);
  }
  70%, 100% {
  	bottom: 13%;
    transform: rotate(-40deg) translate3d(4px, 0, 0);
  }
}
@keyframes gachapon_play_1_7 {
  0% {
  	bottom: 48%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  10%,25%{
  	bottom: 48%;
    transform: rotate(0deg) translate3d(-4px, 0, 0);
  }
  20% {
  	bottom: 48%;
    transform: rotate(10deg) translate3d(4px, 0, 0);
  }
  30% {
    transform: rotate(30deg) translate3d(4px, 0, 0);
  }
  70%, 100% {
  	bottom: 40%;
  	left: 29%;
    transform: rotate(40deg) translate3d(4px, 0, 0);
  }
}
@keyframes gachapon_play_1_9 {
  0% {
  	bottom: 32%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  10%,25%{
  	bottom: 32%;
    transform: rotate(0deg) translate3d(-4px, 0, 0);
  }
  20% {
  	bottom: 32%;
    transform: rotate(-10deg) translate3d(4px, 0, 0);
  }
  30% {
    transform: rotate(-30deg) translate3d(4px, 0, 0);
  }
  70%, 100% {
  	bottom: 28%;
  	left: 45%;
    transform: rotate(-40deg) translate3d(4px, 0, 0);
  }
}
@keyframes gachapon_play_1_12 {
  0% {
  	bottom: 57%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  10%,25%{
  	bottom: 57%;
    transform: rotate(0deg) translate3d(-4px, 0, 0);
  }
  20% {
  	bottom: 57%;
    transform: rotate(-10deg) translate3d(4px, 0, 0);
  }
  30% {
    transform: rotate(-30deg) translate3d(4px, 0, 0);
  }
  70%, 100% {
  	bottom: 47%;
  	left: 12%;
    transform: rotate(-40deg) translate3d(4px, 0, 0);
  }
}
@keyframes gachapon_play_1_4 {
  0% {
    bottom: 9%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  10%,25%{
    bottom: 9%;
    transform: rotate(0deg) translate3d(-4px, 0, 0);
  }
  20% {
    bottom: 9%;
    transform: rotate(-10deg) translate3d(4px, 0, 0);
  }
  30% {
    transform: rotate(-30deg) translate3d(4px, 0, 0);
  }
  70%, 100% {
    bottom: 5%;
    left: 35%;
    transform: rotate(-40deg) translate3d(4px, 0, 0);
  }
}
@keyframes gachapon_play_1_10 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  10%,25%{
    transform: rotate(0deg) translate3d(-4px, 0, 0);
  }
  20% {
    transform: rotate(10deg) translate3d(4px, 0, 0);
  }
  30% {
    transform: rotate(30deg) translate3d(4px, 0, 0);
  }
  70%, 100% {
    left: 55%;
    transform: rotate(40deg) translate3d(4px, 0, 0);
  }
}
@keyframes gachapon_play_1_5 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  20%{
    transform: rotate(0deg) translate3d(-2px, 0, 0);
  }
  40% {
    transform: rotate(-20deg) translate3d(2px, 0, 0);
  }
  60%, 100% {
    transform: rotate(-30deg) translate3d(-2px, 0, 0);
  }
}
@keyframes gachapon_play_1_6 {
  0% {
    bottom: 34%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  20%{
    bottom: 34%;
    transform: rotate(0deg) translate3d(-2px, 0, 0);
  }
  40% {
    bottom: 34%;
    transform: rotate(20deg) translate3d(2px, 0, 0);
  }
  60%, 100% {
    bottom: 33%;
    transform: rotate(30deg) translate3d(-2px, 0, 0);
  }
}
@keyframes gachapon_play_1_8 {
  0% {
    bottom: 53%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  20%{
    bottom: 53%;
    transform: rotate(0deg) translate3d(-2px, 0, 0);
  }
  40% {
    bottom: 53%;
    transform: rotate(-20deg) translate3d(2px, 0, 0);
  }
  60%, 100% {
    bottom: 52%;
    left: 51%;
    transform: rotate(-30deg) translate3d(-2px, 0, 0);
  }
}
@keyframes gachapon_play_1_2 {
  0% {
    bottom: 5%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  20%{
    bottom: 5%;
    transform: rotate(0deg) translate3d(-1px, 0, 0);
  }
  40% {
    bottom: 5%;
    transform: rotate(20deg) translate3d(1px, 0, 0);
  }
  60%, 100% {
    bottom: 2%;
    transform: rotate(30deg) translate3d(-1px, 0, 0);
  }
}
@keyframes gachapon_play_1_1 {
  0% {
    bottom: 31%;
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  10%,25%{
    bottom: 31%;
    transform: rotate(0deg) translate3d(-4px, 0, 0);
  }
  20% {
    bottom: 31%;
    transform: rotate(10deg) translate3d(4px, 0, 0);
  }
  30% {
    transform: rotate(30deg) translate3d(4px, 0, 0);
  }
  70%, 100% {
    bottom: 28%;
    left: 8%;
    transform: rotate(40deg) translate3d(4px, 0, 0);
  }
}
@keyframes gachapon_play_2_3 {
  0% {
    bottom: 13%;
    transform: rotate(-40deg) translate3d(1px, 0, 0);
  }
  10%,25% {
    bottom: 13%;
    transform: rotate(-40deg) translate3d(-1px, 0, 0);
  }
  20% {
    bottom: 13%;
    transform: rotate(-40deg) translate3d(1px, 0, 0);
  }
  60%, 100% {
    bottom: 8%;
    transform: rotate(0deg) translate3d(1px, 0, 0);
  }
}
@keyframes gachapon_play_2_7 {
  0% {
    bottom: 40%;
    left: 31%;
    transform: rotate(40deg) translate3d(1px, 0, 0);
  }
  10%,25%{
    bottom: 40%;
    left: 31%;
    transform: rotate(40deg) translate3d(-1px, 0, 0);
  }
  20% {
    bottom: 40%;
    left: 31%;
    transform: rotate(40deg) translate3d(1px, 0, 0);
  }
  60%, 100% {
    bottom: 35%;
    left: 25%;
    transform: rotate(0deg) translate3d(-1px, 0, 0);
  }
}
@keyframes gachapon_play_2_9 {
  0% {
    bottom: 28%;
    left: 45%;
    transform: rotate(-40deg) translate3d(1px, 0, 0);
  }
  10%,25% {
    bottom: 28%;
    left: 45%;
    transform: rotate(-40deg) translate3d(-1px, 0, 0);
  }
  20% {
    bottom: 28%;
    left: 45%;
    transform: rotate(-40deg) translate3d(1px, 0, 0);
  }
  60%, 100% {
    bottom: 26%;
    left: 43%;
    transform: rotate(-60deg) translate3d(1px, 0, 0);
  }
}
@keyframes gachapon_play_2_12 {
  0% {
    bottom: 47%;
    left: 12%;
    transform: rotate(-40deg) translate3d(1px, 0, 0);
  }
  10%,25% {
    bottom: 47%;
    left: 12%;
    transform: rotate(-40deg) translate3d(1px, 0, 0);
  }
  20% {
    bottom: 47%;
    left: 12%;
    transform: rotate(-40deg) translate3d(-1px, 0, 0);
  }
  60%, 100% {
    bottom: 43%;
    left: 8%;
    transform: rotate(0deg) translate3d(-1px, 0, 0);
  }
}
@keyframes gachapon_play_2_10 {
  0% {
    left: 55%;
    transform: rotate(40deg) translate3d(1px, 0, 0);
  }
  10%,25% {
    transform: rotate(40deg) translate3d(1px, 0, 0);
  }
  20% {
    transform: rotate(40deg) translate3d(-1px, 0, 0);
  }
  60%, 100% {
    left: 55%;
    transform: rotate(20deg) translate3d(-1px, 0, 0);
  }
}
@keyframes gachapon_play_2_6 {
  0% {
    bottom: 33%;
    transform: rotate(30deg) translate3d(-1px, 0, 0);
  }
  10%,25% {
    bottom: 33%;
    transform: rotate(30deg) translate3d(1px, 0, 0);
  }
  20% {
    bottom: 33%;
    transform: rotate(30deg) translate3d(-1px, 0, 0);
  }
  60%, 100% {
    bottom: 31%;
    right: 11%;
    transform: rotate(0deg) translate3d(-1px, 0, 0);
  }
}
@keyframes gachapon_play_2_8 {
  0% {
    bottom: 52%;
    left: 51%;
    transform: rotate(-30deg) translate3d(-2px, 0, 0);
  }
  10%,25% {
    bottom: 52%;
    left: 51%;
    transform: rotate(-30deg) translate3d(-1px, 0, 0);
  }
  20% {
    bottom: 52%;
    left: 51%;
    transform: rotate(-30deg) translate3d(1px, 0, 0);
  }
  60%, 100% {
    left: 45%;
    bottom: 49%;
    transform: rotate(-60deg) translate3d(1px, 0, 0);
  }
}
@keyframes gachapon_play_2_2 {
  0% {
    bottom: 2%;
    transform: rotate(30deg) translate3d(-1px, 0, 0);
  }
  10%,20% {
    bottom: 2%;
    transform: rotate(30deg) translate3d(1px, 0, 0);
  }
  15% {
    transform: rotate(30deg) translate3d(-1px, 0, 0);
  }
  30% {
    transform: rotate(70deg) translate3d(-1px, 0, 0);
  }
  60%, 100% {
    bottom: -12%;
    transform: rotate(70deg) translate3d(1px, 0, 0);
  }
}
@keyframes gachapon_play_2_1 {
  0% {
    bottom: 28%;
    left: 8%;
    transform: rotate(40deg) translate3d(1px, 0, 0);
  }
  10%,25% {
    bottom: 28%;
    transform: rotate(40deg) translate3d(-1px, 0, 0);
  }
  20% {
    bottom: 28%;
    transform: rotate(40deg) translate3d(1px, 0, 0);
  }
  60%, 100% {
    bottom: 15%;
    transform: rotate(0deg) translate3d(-1px, 0, 0);
  }
}