@charset "utf-8";

.stamp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display:block;
  height: 100%;
  z-index: 9999999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
}


#stampMotion_fr_box {
  position: absolute;
  width: 25%;
  top:40%;
  margin-left:37.5%;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(95,180,239,0.8);
  -webkit-animation: BGchange 1s linear infinite 0s;
  -moz-animation: BGchange 1s linear infinite 0s;
  -ms-animation: BGchange 1s linear infinite 0s;
  animation: BGchange 1s linear infinite 0s;
}
.stamp-modal img.scaleUpImg,.stamp-modal img.scaleUpImg2,.stamp-modal img.scaleUpImg3 {
  position: absolute;
  width: 25%;
  top:40%;
  margin-left:37.5%;
}

#stampMotion00 {
  position: absolute;
  width: 100%;
  bottom:100%;
  top: 0;
  left: 2px;
}

.stamp-modal img#stampMotion_fr{
  width: 100%;
}

div#stamp_box_frame img {}

div#stamp_box_frame img.changeImgShow0 {
  -webkit-transform:scale(0.5);
  -moz-transform:scale(0.5);
  -ms-transform:scale(0.5);
  transform:scale(0.5);
}


.scaleUpImg {
  -webkit-transform:scale(0.3);
  -moz-transform:scale(0.3);
  -ms-transform:scale(0.3);
  transform:scale(0.3);
  -webkit-animation: scaleUp 0.9s linear infinite 0s;
  -moz-animation: scaleUp 0.9s linear infinite 0s;
  -ms-animation: scaleUp 0.9s linear infinite 0s;
  animation: scaleUp 0.9s linear infinite 0s;
}

.scaleUpImg2 {
  -webkit-transform:scale(0.3);
  -moz-transform:scale(0.3);
  -ms-transform:scale(0.3);
  transform:scale(0.3);
  -webkit-animation: scaleUp 0.9s linear infinite 0.2s;
  -moz-animation: scaleUp 0.9s linear infinite 0.2s;
  -ms-animation: scaleUp 0.9s linear infinite 0.2s;
  animation: scaleUp 0.9s linear infinite 0.2s;
}
.scaleUpImg3 {
  -webkit-transform:scale(0.3);
  -moz-transform:scale(0.3);
  -ms-transform:scale(0.3);
  transform:scale(0.3);
  -webkit-animation: scaleUp 0.9s linear infinite 0.4s;
  -moz-animation: scaleUp 0.9s linear infinite 0.4s;
  -ms-animation: scaleUp 0.9s linear infinite 0.4s;
  animation: scaleUp 0.9s linear infinite 0.4s;
}



/* ANIMATION - show UP */

/* ANIMATION - SCALE UP */
@-webkit-keyframes scaleUp {
  0% { -webkit-transform: scale(0.3); opacity: 1; }
  50% { -webkit-transform: opacity:0.74;}
  100% { -webkit-transform: scale(2.30); opacity: 0.2; }
}
@-moz-keyframes scaleUp {
  0% { -moz-transform: scale(0.3); opacity: 1; }
  50% { -moz-transform: opacity:0.74;}
  100% { -moz-transform: scale(2.30); opacity: 0.2; }
}
@-ms-keyframes scaleUp {
  0% { -ms-transform: scale(0.3); opacity: 1; }
  50% { -ms-transform: opacity:0.74;}
  100% { -ms-transform: scale(2.30); opacity: 0.2; }
}
/* ANIMATION - BGchange */
@-webkit-keyframes BGchange {
  0% { background-color: rgba(95,180,239,0.8); }
  14.28% { background-color: rgba(91,136,233,0.8); }
  28.56% { background-color: rgba(229,211,12,0.8); }
  42.84% { background-color: rgba(242,76,76,0.8); }
  57.12% { background-color: rgba(183,141,82,0.8); }
  71.4% { background-color: rgba(77,214,118,0.8); }
  85.68% { background-color: rgba(94,110,161,0.8); }
  100% {}
}
@-moz-keyframes BGchange {
  0% { background-color: rgba(95,180,239,0.8); }
  14.28% { background-color: rgba(91,136,233,0.8); }
  28.56% { background-color: rgba(229,211,12,0.8); }
  42.84% { background-color: rgba(242,76,76,0.8); }
  57.12% { background-color: rgba(183,141,82,0.8); }
  71.4% { background-color: rgba(77,214,118,0.8); }
  85.68% { background-color: rgba(94,110,161,0.8); }
  100% {}
}
@-ms-keyframes BGchange {
  0% { background-color: rgba(95,180,239,0.8); }
  14.28% { background-color: rgba(91,136,233,0.8); }
  28.56% { background-color: rgba(229,211,12,0.8); }
  42.84% { background-color: rgba(242,76,76,0.8); }
  57.12% { background-color: rgba(183,141,82,0.8); }
  71.4% { background-color: rgba(77,214,118,0.8); }
  85.68% { background-color: rgba(94,110,161,0.8); }
  100% {}
}
.effect-show {
  visibility: visible;
}
