@charset "UTF-8";
/* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.grow {
  display: block;
}

/* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.block {
  display: block;
}

/*gridのgutter調整*/
/* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 52, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 57, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 61, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 66, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 70, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 75, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 79, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 84, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 88, H:/kurume_denki/wp-content/themes/kurume_denki/sass/common.css.scss */
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

@-webkit-keyframes bounce {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  40% {
    -webkit-transform: translateY(-30px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  40% {
    -moz-transform: translateY(-30px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-ms-keyframes bounce {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  40% {
    -ms-transform: translateY(-30px);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  60% {
    -ms-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  40% {
    -o-transform: translateY(-30px);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounce.scss */
  60% {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounceIn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  70% {
    -webkit-transform: scale(0.9);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  70% {
    -moz-transform: scale(0.9);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes bounceIn {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  70% {
    -ms-transform: scale(0.9);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  70% {
    -o-transform: scale(0.9);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  70% {
    transform: scale(0.9);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceIn.scss */
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bounceInDown {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  80% {
    -webkit-transform: translateY(-10px);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  80% {
    -moz-transform: translateY(-10px);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  100% {
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes bounceInDown {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  80% {
    -ms-transform: translateY(-10px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  100% {
    -ms-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  80% {
    -o-transform: translateY(-10px);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  80% {
    transform: translateY(-10px);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInDown.scss */
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  80% {
    -webkit-transform: translateX(-10px);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  80% {
    -moz-transform: translateX(-10px);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  100% {
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes bounceInLeft {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  80% {
    -ms-transform: translateX(-10px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  100% {
    -ms-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  80% {
    -o-transform: translateX(-10px);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  80% {
    transform: translateX(-10px);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInLeft.scss */
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  80% {
    -webkit-transform: translateX(10px);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  80% {
    -moz-transform: translateX(10px);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  100% {
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes bounceInRight {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  80% {
    -ms-transform: translateX(10px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  100% {
    -ms-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  80% {
    -o-transform: translateX(10px);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  80% {
    transform: translateX(10px);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInRight.scss */
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInUp {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  80% {
    -webkit-transform: translateY(10px);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  80% {
    -moz-transform: translateY(10px);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  100% {
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes bounceInUp {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  80% {
    -ms-transform: translateY(10px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  100% {
    -ms-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  80% {
    -o-transform: translateY(10px);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  80% {
    transform: translateY(10px);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceInUp.scss */
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceOut {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  25% {
    -webkit-transform: scale(0.95);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  0% {
    -moz-transform: scale(1);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  25% {
    -moz-transform: scale(0.95);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-ms-keyframes bounceOut {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  0% {
    -ms-transform: scale(1);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  25% {
    -ms-transform: scale(0.95);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  0% {
    -o-transform: scale(1);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  25% {
    -o-transform: scale(0.95);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  0% {
    transform: scale(1);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  25% {
    transform: scale(0.95);
  }

  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOut.scss */
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  0% {
    -moz-transform: translateY(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-ms-keyframes bounceOutDown {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  0% {
    -ms-transform: translateY(0);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  0% {
    -o-transform: translateY(0);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  0% {
    transform: translateY(0);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  0% {
    -moz-transform: translateX(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-ms-keyframes bounceOutLeft {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  0% {
    -ms-transform: translateX(0);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  0% {
    -o-transform: translateX(0);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  0% {
    transform: translateX(0);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  0% {
    -moz-transform: translateX(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-ms-keyframes bounceOutRight {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  0% {
    -ms-transform: translateX(0);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  0% {
    -o-transform: translateX(0);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  0% {
    transform: translateX(0);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  0% {
    -moz-transform: translateY(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-ms-keyframes bounceOutUp {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  0% {
    -ms-transform: translateY(0);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  0% {
    -o-transform: translateY(0);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  0% {
    transform: translateY(0);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/bounceOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes fadeIn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInDown {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDown.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInDownBig {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInDownBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeft {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeft.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeftBig {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInLeftBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes fadeInRight {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRight.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-ms-keyframes fadeInRightBig {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInRightBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUp.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInUpBig {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeInUpBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-ms-keyframes fadeOutDown {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-ms-keyframes fadeOutDownBig {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutDownBig.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-ms-keyframes fadeOutLeft {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-ms-keyframes fadeOutLeftBig {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-ms-keyframes fadeOutRight {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-ms-keyframes fadeOutRightBig {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutRightBig.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-ms-keyframes fadeOutUp {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUpBig.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUpBig.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUpBig.scss */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUpBig.scss */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUpBig.scss */
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUpBig.scss */
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUpBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/fadeOutUpBig.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes flash {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@-moz-keyframes flash {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@-ms-keyframes flash {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@-o-keyframes flash {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes flip {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  /* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flip.scss */
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInX {
  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInX.scss */
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipInY {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInY {
  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-ms-keyframes flipInY {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  70% {
    -ms-transform: perspective(400px) rotateY(10deg);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipInY.scss */
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipOutX {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutX {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-ms-keyframes flipOutX {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutX.scss */
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutY {
  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-ms-keyframes flipOutY {
  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/flipOutY.scss */
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@-moz-keyframes hinge {
  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}

@-ms-keyframes hinge {
  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  0% {
    -ms-transform: rotate(0);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  20%, 60% {
    -ms-transform: rotate(80deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  40% {
    -ms-transform: rotate(60deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  100% {
    -ms-transform: translateY(700px);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  /* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  /* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 37, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/hinge.scss */
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes lightSpeedIn {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-ms-keyframes lightSpeedIn {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedIn.scss */
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-moz-keyframes lightSpeedOut {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-ms-keyframes lightSpeedOut {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/lightSpeedOut.scss */
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  50% {
    -webkit-transform: scale(1.1);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  0% {
    -moz-transform: scale(1);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  50% {
    -moz-transform: scale(1.1);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  0% {
    -ms-transform: scale(1);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  50% {
    -ms-transform: scale(1.1);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes pulse {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  0% {
    -o-transform: scale(1);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  50% {
    -o-transform: scale(1.1);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  0% {
    transform: scale(1);
  }

  /* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  50% {
    transform: scale(1.1);
  }

  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pulse.scss */
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rollIn {
  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollIn {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}

@-ms-keyframes rollIn {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollIn.scss */
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes rollOut {
  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@-moz-keyframes rollOut {
  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}

@-ms-keyframes rollOut {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rollOut.scss */
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

@-webkit-keyframes rotateIn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateIn {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateIn {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateIn.scss */
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownLeft {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownRight {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpLeft {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpRight {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateInUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOut {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOut.scss */
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownLeft {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownRight {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpLeft {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpRight {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rotateOutUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes shake {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  0%, 100% {
    -moz-transform: translateX(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@-ms-keyframes shake {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  0%, 100% {
    -ms-transform: translateX(0);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  0%, 100% {
    -o-transform: translateX(0);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  0%, 100% {
    transform: translateX(0);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/shake.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

@-webkit-keyframes swing {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  20% {
    -webkit-transform: rotate(15deg);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  40% {
    -webkit-transform: rotate(-10deg);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  60% {
    -webkit-transform: rotate(5deg);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  80% {
    -webkit-transform: rotate(-5deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  20% {
    -moz-transform: rotate(15deg);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  40% {
    -moz-transform: rotate(-10deg);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  60% {
    -moz-transform: rotate(5deg);
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  80% {
    -moz-transform: rotate(-5deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  100% {
    -moz-transform: rotate(0deg);
  }
}

@-ms-keyframes swing {
  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  20% {
    -ms-transform: rotate(15deg);
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  40% {
    -ms-transform: rotate(-10deg);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  60% {
    -ms-transform: rotate(5deg);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  80% {
    -ms-transform: rotate(-5deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  100% {
    -ms-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  20% {
    -o-transform: rotate(15deg);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  40% {
    -o-transform: rotate(-10deg);
  }

  /* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  60% {
    -o-transform: rotate(5deg);
  }

  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  80% {
    -o-transform: rotate(-5deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes swing {
  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  20% {
    transform: rotate(15deg);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  40% {
    transform: rotate(-10deg);
  }

  /* line 37, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  60% {
    transform: rotate(5deg);
  }

  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  80% {
    transform: rotate(-5deg);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swing.scss */
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes tada {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  0% {
    -moz-transform: scale(1);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-ms-keyframes tada {
  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  0% {
    -ms-transform: scale(1);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  0% {
    -o-transform: scale(1);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }

  /* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }

  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  100% {
    -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  /* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  0% {
    transform: scale(1);
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 37, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/tada.scss */
  100% {
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes wiggle {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  0% {
    -webkit-transform: skewX(9deg);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  10% {
    -webkit-transform: skewX(-8deg);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  20% {
    -webkit-transform: skewX(7deg);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  30% {
    -webkit-transform: skewX(-6deg);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  40% {
    -webkit-transform: skewX(5deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  50% {
    -webkit-transform: skewX(-4deg);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  60% {
    -webkit-transform: skewX(3deg);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  70% {
    -webkit-transform: skewX(-2deg);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  80% {
    -webkit-transform: skewX(1deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  90% {
    -webkit-transform: skewX(0deg);
  }

  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  100% {
    -webkit-transform: skewX(0deg);
  }
}

@-moz-keyframes wiggle {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  0% {
    -moz-transform: skewX(9deg);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  10% {
    -moz-transform: skewX(-8deg);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  20% {
    -moz-transform: skewX(7deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  30% {
    -moz-transform: skewX(-6deg);
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  40% {
    -moz-transform: skewX(5deg);
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  50% {
    -moz-transform: skewX(-4deg);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  60% {
    -moz-transform: skewX(3deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  70% {
    -moz-transform: skewX(-2deg);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  80% {
    -moz-transform: skewX(1deg);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  90% {
    -moz-transform: skewX(0deg);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  100% {
    -moz-transform: skewX(0deg);
  }
}

@-ms-keyframes wiggle {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  0% {
    -ms-transform: skewX(9deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  10% {
    -ms-transform: skewX(-8deg);
  }

  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  20% {
    -ms-transform: skewX(7deg);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  30% {
    -ms-transform: skewX(-6deg);
  }

  /* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  40% {
    -ms-transform: skewX(5deg);
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  50% {
    -ms-transform: skewX(-4deg);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  60% {
    -ms-transform: skewX(3deg);
  }

  /* line 37, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  70% {
    -ms-transform: skewX(-2deg);
  }

  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  80% {
    -ms-transform: skewX(1deg);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  90% {
    -ms-transform: skewX(0deg);
  }

  /* line 40, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  100% {
    -ms-transform: skewX(0deg);
  }
}

@-o-keyframes wiggle {
  /* line 44, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  0% {
    -o-transform: skewX(9deg);
  }

  /* line 45, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  10% {
    -o-transform: skewX(-8deg);
  }

  /* line 46, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  20% {
    -o-transform: skewX(7deg);
  }

  /* line 47, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  30% {
    -o-transform: skewX(-6deg);
  }

  /* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  40% {
    -o-transform: skewX(5deg);
  }

  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  50% {
    -o-transform: skewX(-4deg);
  }

  /* line 50, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  60% {
    -o-transform: skewX(3deg);
  }

  /* line 51, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  70% {
    -o-transform: skewX(-2deg);
  }

  /* line 52, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  80% {
    -o-transform: skewX(1deg);
  }

  /* line 53, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  90% {
    -o-transform: skewX(0deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  100% {
    -o-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  /* line 58, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  0% {
    transform: skewX(9deg);
  }

  /* line 59, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  10% {
    transform: skewX(-8deg);
  }

  /* line 60, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  20% {
    transform: skewX(7deg);
  }

  /* line 61, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  30% {
    transform: skewX(-6deg);
  }

  /* line 62, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  40% {
    transform: skewX(5deg);
  }

  /* line 63, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  50% {
    transform: skewX(-4deg);
  }

  /* line 64, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  60% {
    transform: skewX(3deg);
  }

  /* line 65, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  70% {
    transform: skewX(-2deg);
  }

  /* line 66, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  80% {
    transform: skewX(1deg);
  }

  /* line 67, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  90% {
    transform: skewX(0deg);
  }

  /* line 68, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wiggle.scss */
  100% {
    transform: skewX(0deg);
  }
}

@-webkit-keyframes wobble {
  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  0% {
    -webkit-transform: translateX(0%);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes wobble {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  0% {
    -moz-transform: translateX(0%);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  100% {
    -moz-transform: translateX(0%);
  }
}

@-ms-keyframes wobble {
  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  0% {
    -ms-transform: translateX(0%);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  30% {
    -ms-transform: translateX(20%) rotate(3deg);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  60% {
    -ms-transform: translateX(10%) rotate(2deg);
  }

  /* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  100% {
    -ms-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  /* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  0% {
    -o-transform: translateX(0%);
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }

  /* line 37, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 40, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  100% {
    -o-transform: translateX(0%);
  }
}

@keyframes wobble {
  /* line 44, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  0% {
    transform: translateX(0%);
  }

  /* line 45, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 46, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  30% {
    transform: translateX(20%) rotate(3deg);
  }

  /* line 47, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  60% {
    transform: translateX(10%) rotate(2deg);
  }

  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 50, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/wobble.scss */
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes rubberBand {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }

  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
  }

  /* line 4, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
  }

  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes rubberBand {
  /* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  0% {
    -moz-transform: scale3d(1, 1, 1);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  30% {
    -moz-transform: scale3d(1.25, 0.75, 1);
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  40% {
    -moz-transform: scale3d(0.75, 1.25, 1);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  50% {
    -moz-transform: scale3d(1.15, 0.85, 1);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  65% {
    -moz-transform: scale3d(0.95, 1.05, 1);
  }

  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  75% {
    -moz-transform: scale3d(1.05, 0.95, 1);
  }

  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  100% {
    -moz-transform: scale3d(1, 1, 1);
  }
}

@-ms-keyframes rubberBand {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  0% {
    -ms-transform: scale3d(1, 1, 1);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  30% {
    -ms-transform: scale3d(1.25, 0.75, 1);
  }

  /* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  40% {
    -ms-transform: scale3d(0.75, 1.25, 1);
  }

  /* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  50% {
    -ms-transform: scale3d(1.15, 0.85, 1);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  65% {
    -ms-transform: scale3d(0.95, 1.05, 1);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  75% {
    -ms-transform: scale3d(1.05, 0.95, 1);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  100% {
    -ms-transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes rubberBand {
  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  0% {
    -o-transform: scale3d(1, 1, 1);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  30% {
    -o-transform: scale3d(1.25, 0.75, 1);
  }

  /* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  40% {
    -o-transform: scale3d(0.75, 1.25, 1);
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  50% {
    -o-transform: scale3d(1.15, 0.85, 1);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  65% {
    -o-transform: scale3d(0.95, 1.05, 1);
  }

  /* line 37, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  75% {
    -o-transform: scale3d(1.05, 0.95, 1);
  }

  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  100% {
    -o-transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  /* line 41, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  0% {
    transform: scale3d(1, 1, 1);
  }

  /* line 42, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 44, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 45, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 46, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 47, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/rubberBand.scss */
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes zoomIn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@-ms-keyframes zoomIn {
  /* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 37, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInDown {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomInDown {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInDown {
  /* line 44, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 50, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  /* line 57, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 63, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInDown.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInLeft {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomInLeft {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInLeft {
  /* line 44, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 50, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  /* line 57, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 63, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInLeft.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInRight {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomInRight {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInRight {
  /* line 44, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 50, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  /* line 57, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 63, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInRight.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInUp {
  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomInUp {
  /* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  0% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  60% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInUp {
  /* line 44, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 50, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  /* line 57, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 63, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomInUp.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOut {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes zoomOut {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@-ms-keyframes zoomOut {
  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  50% {
    opacity: 0;
    -ms-transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 41, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes zoomOut {
  /* line 47, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 51, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 56, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  /* line 61, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 65, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 70, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomOutDown {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomOutDown {
  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  100% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform-origin: center bottom;
    -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutDown {
  /* line 47, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 53, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  /* line 61, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 67, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutDown.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}

@-moz-keyframes zoomOutLeft {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform-origin: left center;
  }
}

@-ms-keyframes zoomOutLeft {
  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  100% {
    opacity: 0;
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform-origin: left center;
  }
}

@-o-keyframes zoomOutLeft {
  /* line 41, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 46, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  100% {
    opacity: 0;
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  /* line 53, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 58, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutLeft.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}

@-moz-keyframes zoomOutRight {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  100% {
    opacity: 0;
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform-origin: right center;
  }
}

@-ms-keyframes zoomOutRight {
  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  100% {
    opacity: 0;
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform-origin: right center;
  }
}

@-o-keyframes zoomOutRight {
  /* line 41, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 46, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  100% {
    opacity: 0;
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  /* line 53, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 58, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutRight.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomOutUp {
  /* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomOutUp {
  /* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  40% {
    opacity: 1;
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  100% {
    opacity: 0;
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform-origin: center bottom;
    -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutUp {
  /* line 47, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 53, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  /* line 61, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 67, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/zoomOutUp.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes pullUp {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  0% {
    -webkit-transform: scaleY(0.1);
    -webkit-transform-origin: 50% 100%;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  40% {
    -webkit-transform: scaleY(1.02);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  60% {
    -webkit-transform: scaleY(0.98);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    -webkit-transform: scaleY(1.01);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    -webkit-transform: scaleY(0.98);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    -webkit-transform: scaleY(1.01);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    -webkit-transform: scaleY(1);
  }
}

@-moz-keyframes pullUp {
  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  0% {
    -moz-transform: scaleY(0.1);
    -moz-transform-origin: 50% 100%;
    -moz-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  40% {
    -moz-transform: scaleY(1.02);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  60% {
    -moz-transform: scaleY(0.98);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    -moz-transform: scaleY(1.01);
  }

  /* line 42, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    -moz-transform: scaleY(0.98);
  }

  /* line 45, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    -moz-transform: scaleY(1.01);
  }

  /* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    -moz-transform: scaleY(1);
  }
}

@-ms-keyframes pullUp {
  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  0% {
    -ms-transform: scaleY(0.1);
    -ms-transform-origin: 50% 100%;
    -ms-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 59, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  40% {
    -ms-transform: scaleY(1.02);
  }

  /* line 62, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  60% {
    -ms-transform: scaleY(0.98);
  }

  /* line 65, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    -ms-transform: scaleY(1.01);
  }

  /* line 68, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    -ms-transform: scaleY(0.98);
  }

  /* line 71, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    -ms-transform: scaleY(1.01);
  }

  /* line 74, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    -ms-transform: scaleY(1);
  }
}

@-o-keyframes pullUp {
  /* line 80, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  0% {
    -o-transform: scaleY(0.1);
    -o-transform-origin: 50% 100%;
    -o-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 85, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  40% {
    -o-transform: scaleY(1.02);
  }

  /* line 88, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  60% {
    -o-transform: scaleY(0.98);
  }

  /* line 91, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    -o-transform: scaleY(1.01);
  }

  /* line 94, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    -o-transform: scaleY(0.98);
  }

  /* line 97, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    -o-transform: scaleY(1.01);
  }

  /* line 100, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    -o-transform: scaleY(1);
  }
}

@keyframes pullUp {
  /* line 105, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  0% {
    transform: scaleY(0.1);
    transform-origin: 50% 100%;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 110, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  40% {
    transform: scaleY(1.02);
  }

  /* line 113, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  60% {
    transform: scaleY(0.98);
  }

  /* line 116, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    transform: scaleY(1.01);
  }

  /* line 119, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    transform: scaleY(0.98);
  }

  /* line 122, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  80% {
    transform: scaleY(1.01);
  }

  /* line 125, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullUp.scss */
  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullDown {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  0% {
    -webkit-transform: scaleY(0.1);
    -webkit-transform-origin: 50% 0%;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  40% {
    -webkit-transform: scaleY(1.02);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  60% {
    -webkit-transform: scaleY(0.98);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    -webkit-transform: scaleY(1.01);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    -webkit-transform: scaleY(0.98);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    -webkit-transform: scaleY(1.01);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    -webkit-transform: scaleY(1);
  }
}

@-moz-keyframes pullDown {
  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  0% {
    -moz-transform: scaleY(0.1);
    -moz-transform-origin: 50% 0%;
    -moz-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  40% {
    -moz-transform: scaleY(1.02);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  60% {
    -moz-transform: scaleY(0.98);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    -moz-transform: scaleY(1.01);
  }

  /* line 42, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    -moz-transform: scaleY(0.98);
  }

  /* line 45, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    -moz-transform: scaleY(1.01);
  }

  /* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    -moz-transform: scaleY(1);
  }
}

@-ms-keyframes pullDown {
  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  0% {
    -ms-transform: scaleY(0.1);
    -ms-transform-origin: 50% 0%;
    -ms-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 59, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  40% {
    -ms-transform: scaleY(1.02);
  }

  /* line 62, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  60% {
    -ms-transform: scaleY(0.98);
  }

  /* line 65, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    -ms-transform: scaleY(1.01);
  }

  /* line 68, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    -ms-transform: scaleY(0.98);
  }

  /* line 71, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    -ms-transform: scaleY(1.01);
  }

  /* line 74, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    -ms-transform: scaleY(1);
  }
}

@-o-keyframes pullDown {
  /* line 80, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  0% {
    -o-transform: scaleY(0.1);
    -o-transform-origin: 50% 0%;
    -o-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 85, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  40% {
    -o-transform: scaleY(1.02);
  }

  /* line 88, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  60% {
    -o-transform: scaleY(0.98);
  }

  /* line 91, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    -o-transform: scaleY(1.01);
  }

  /* line 94, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    -o-transform: scaleY(0.98);
  }

  /* line 97, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    -o-transform: scaleY(1.01);
  }

  /* line 100, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    -o-transform: scaleY(1);
  }
}

@keyframes pullDown {
  /* line 105, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  0% {
    transform: scaleY(0.1);
    transform-origin: 50% 0%;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 110, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  40% {
    transform: scaleY(1.02);
  }

  /* line 113, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  60% {
    transform: scaleY(0.98);
  }

  /* line 116, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    transform: scaleY(1.01);
  }

  /* line 119, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    transform: scaleY(0.98);
  }

  /* line 122, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  80% {
    transform: scaleY(1.01);
  }

  /* line 125, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/pullDown.scss */
  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes stretchLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  0% {
    -webkit-transform: scaleX(0.3);
    -webkit-transform-origin: 100% 0%;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  40% {
    -webkit-transform: scaleX(1.02);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  60% {
    -webkit-transform: scaleX(0.98);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    -webkit-transform: scaleX(1.01);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    -webkit-transform: scaleX(0.98);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    -webkit-transform: scaleX(1.01);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    -webkit-transform: scaleX(1);
  }
}

@-moz-keyframes stretchLeft {
  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  0% {
    -moz-transform: scaleX(0.3);
    -moz-transform-origin: 100% 0%;
    -moz-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  40% {
    -moz-transform: scaleX(1.02);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  60% {
    -moz-transform: scaleX(0.98);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    -moz-transform: scaleX(1.01);
  }

  /* line 42, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    -moz-transform: scaleX(0.98);
  }

  /* line 45, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    -moz-transform: scaleX(1.01);
  }

  /* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    -moz-transform: scaleX(1);
  }
}

@-ms-keyframes stretchLeft {
  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  0% {
    -ms-transform: scaleX(0.3);
    -ms-transform-origin: 100% 0%;
    -ms-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 59, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  40% {
    -ms-transform: scaleX(1.02);
  }

  /* line 62, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  60% {
    -ms-transform: scaleX(0.98);
  }

  /* line 65, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    -ms-transform: scaleX(1.01);
  }

  /* line 68, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    -ms-transform: scaleX(0.98);
  }

  /* line 71, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    -ms-transform: scaleX(1.01);
  }

  /* line 74, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    -ms-transform: scaleX(1);
  }
}

@-o-keyframes stretchLeft {
  /* line 80, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  0% {
    -o-transform: scaleX(0.3);
    -o-transform-origin: 100% 0%;
    -o-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 85, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  40% {
    -o-transform: scaleX(1.02);
  }

  /* line 88, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  60% {
    -o-transform: scaleX(0.98);
  }

  /* line 91, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    -o-transform: scaleX(1.01);
  }

  /* line 94, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    -o-transform: scaleX(0.98);
  }

  /* line 97, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    -o-transform: scaleX(1.01);
  }

  /* line 100, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    -o-transform: scaleX(1);
  }
}

@keyframes stretchLeft {
  /* line 105, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  0% {
    transform: scaleX(0.3);
    transform-origin: 100% 0%;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 110, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  40% {
    transform: scaleX(1.02);
  }

  /* line 113, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  60% {
    transform: scaleX(0.98);
  }

  /* line 116, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    transform: scaleX(1.01);
  }

  /* line 119, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    transform: scaleX(0.98);
  }

  /* line 122, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  80% {
    transform: scaleX(1.01);
  }

  /* line 125, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchLeft.scss */
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes stretchRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  0% {
    -webkit-transform: scaleX(0.3);
    -webkit-transform-origin: 0% 0%;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  40% {
    -webkit-transform: scaleX(1.02);
  }

  /* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  60% {
    -webkit-transform: scaleX(0.98);
  }

  /* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    -webkit-transform: scaleX(1.01);
  }

  /* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    -webkit-transform: scaleX(0.98);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    -webkit-transform: scaleX(1.01);
  }

  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    -webkit-transform: scaleX(1);
  }
}

@-moz-keyframes stretchRight {
  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  0% {
    -moz-transform: scaleX(0.3);
    -moz-transform-origin: 0% 0%;
    -moz-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  40% {
    -moz-transform: scaleX(1.02);
  }

  /* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  60% {
    -moz-transform: scaleX(0.98);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    -moz-transform: scaleX(1.01);
  }

  /* line 42, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    -moz-transform: scaleX(0.98);
  }

  /* line 45, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    -moz-transform: scaleX(1.01);
  }

  /* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    -moz-transform: scaleX(1);
  }
}

@-ms-keyframes stretchRight {
  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  0% {
    -ms-transform: scaleX(0.3);
    -ms-transform-origin: 0% 0%;
    -ms-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 59, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  40% {
    -ms-transform: scaleX(1.02);
  }

  /* line 62, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  60% {
    -ms-transform: scaleX(0.98);
  }

  /* line 65, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    -ms-transform: scaleX(1.01);
  }

  /* line 68, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    -ms-transform: scaleX(0.98);
  }

  /* line 71, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    -ms-transform: scaleX(1.01);
  }

  /* line 74, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    -ms-transform: scaleX(1);
  }
}

@-o-keyframes stretchRight {
  /* line 80, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  0% {
    -o-transform: scaleX(0.3);
    -o-transform-origin: 0% 0%;
    -o-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 85, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  40% {
    -o-transform: scaleX(1.02);
  }

  /* line 88, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  60% {
    -o-transform: scaleX(0.98);
  }

  /* line 91, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    -o-transform: scaleX(1.01);
  }

  /* line 94, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    -o-transform: scaleX(0.98);
  }

  /* line 97, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    -o-transform: scaleX(1.01);
  }

  /* line 100, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    -o-transform: scaleX(1);
  }
}

@keyframes stretchRight {
  /* line 105, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  0% {
    transform: scaleX(0.3);
    transform-origin: 0% 0%;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }

  /* line 110, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  40% {
    transform: scaleX(1.02);
  }

  /* line 113, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  60% {
    transform: scaleX(0.98);
  }

  /* line 116, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    transform: scaleX(1.01);
  }

  /* line 119, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    transform: scaleX(0.98);
  }

  /* line 122, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  80% {
    transform: scaleX(1.01);
  }

  /* line 125, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/stretchRight.scss */
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes perspectiveDown {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  0% {
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  100% {
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-180deg);
  }
}

@-moz-keyframes perspectiveDown {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  0% {
    -moz-transform-origin: 0 100%;
    -moz-transform: perspective(800px) rotateX(0deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  100% {
    -moz-transform-origin: 0 100%;
    -moz-transform: perspective(800px) rotateX(-180deg);
  }
}

@-ms-keyframes perspectiveDown {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  0% {
    -ms-transform-origin: 0 100%;
    -ms-transform: perspective(800px) rotateX(0deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  100% {
    -ms-transform-origin: 0 100%;
    -ms-transform: perspective(800px) rotateX(-180deg);
  }
}

@-o-keyframes perspectiveDown {
  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  0% {
    -o-transform-origin: 0 100%;
    -o-transform: perspective(800px) rotateX(0deg);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  100% {
    -o-transform-origin: 0 100%;
    -o-transform: perspective(800px) rotateX(-180deg);
  }
}

@keyframes perspectiveDown {
  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  0% {
    transform-origin: 0 100%;
    transform: perspective(800px) rotateX(0deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDown.scss */
  100% {
    transform-origin: 0 100%;
    transform: perspective(800px) rotateX(-180deg);
  }
}

@-webkit-keyframes perspectiveUp {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(180deg);
  }
}

@-moz-keyframes perspectiveUp {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  100% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(180deg);
  }
}

@-ms-keyframes perspectiveUp {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  0% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(0deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  100% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(180deg);
  }
}

@-o-keyframes perspectiveUp {
  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(0deg);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  100% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(180deg);
  }
}

@keyframes perspectiveUp {
  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUp.scss */
  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(180deg);
  }
}

@-webkit-keyframes perspectiveLeft {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(-180deg);
  }
}

@-moz-keyframes perspectiveLeft {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(0deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  100% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(-180deg);
  }
}

@-ms-keyframes perspectiveLeft {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  0% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateY(0deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  100% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateY(-180deg);
  }
}

@-o-keyframes perspectiveLeft {
  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(0deg);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  100% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(-180deg);
  }
}

@keyframes perspectiveLeft {
  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeft.scss */
  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(-180deg);
  }
}

@-webkit-keyframes perspectiveRight {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  0% {
    -webkit-transform-origin: 100% 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  100% {
    -webkit-transform-origin: 100% 0;
    -webkit-transform: perspective(800px) rotateY(180deg);
  }
}

@-moz-keyframes perspectiveRight {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  0% {
    -moz-transform-origin: 100% 0;
    -moz-transform: perspective(800px) rotateY(0deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  100% {
    -moz-transform-origin: 100% 0;
    -moz-transform: perspective(800px) rotateY(180deg);
  }
}

@-ms-keyframes perspectiveRight {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  0% {
    -ms-transform-origin: 100% 0;
    -ms-transform: perspective(800px) rotateY(0deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  100% {
    -ms-transform-origin: 100% 0;
    -ms-transform: perspective(800px) rotateY(180deg);
  }
}

@-o-keyframes perspectiveRight {
  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  0% {
    -o-transform-origin: 100% 0;
    -o-transform: perspective(800px) rotateY(0deg);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  100% {
    -o-transform-origin: 100% 0;
    -o-transform: perspective(800px) rotateY(180deg);
  }
}

@keyframes perspectiveRight {
  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  0% {
    transform-origin: 100% 0;
    transform: perspective(800px) rotateY(0deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRight.scss */
  100% {
    transform-origin: 100% 0;
    transform: perspective(800px) rotateY(180deg);
  }
}

@-webkit-keyframes perspectiveDownRetourn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  0% {
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-180deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  100% {
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}

@-moz-keyframes perspectiveDownRetourn {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  0% {
    -moz-transform-origin: 0 100%;
    -moz-transform: perspective(800px) rotateX(-180deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  100% {
    -moz-transform-origin: 0 100%;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
}

@-ms-keyframes perspectiveDownRetourn {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  0% {
    -ms-transform-origin: 0 100%;
    -ms-transform: perspective(800px) rotateX(-180deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  100% {
    -ms-transform-origin: 0 100%;
    -ms-transform: perspective(800px) rotateX(0deg);
  }
}

@-o-keyframes perspectiveDownRetourn {
  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  0% {
    -o-transform-origin: 0 100%;
    -o-transform: perspective(800px) rotateX(-180deg);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  100% {
    -o-transform-origin: 0 100%;
    -o-transform: perspective(800px) rotateX(0deg);
  }
}

@keyframes perspectiveDownRetourn {
  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  0% {
    transform-origin: 0 100%;
    transform: perspective(800px) rotateX(-180deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveDownRetourn.scss */
  100% {
    transform-origin: 0 100%;
    transform: perspective(800px) rotateX(0deg);
  }
}

@-webkit-keyframes perspectiveUpRetourn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(180deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}

@-moz-keyframes perspectiveUpRetourn {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(180deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  100% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
}

@-ms-keyframes perspectiveUpRetourn {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  0% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(180deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  100% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(0deg);
  }
}

@-o-keyframes perspectiveUpRetourn {
  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(180deg);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  100% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(0deg);
  }
}

@keyframes perspectiveUpRetourn {
  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(180deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveUpRetourn.scss */
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}

@-webkit-keyframes perspectiveLeftRetourn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  0% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(-180deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  100% {
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
}

@-moz-keyframes perspectiveLeftRetourn {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(-180deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  100% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
}

@-ms-keyframes perspectiveLeftRetourn {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  0% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateY(-180deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  100% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateY(0deg);
  }
}

@-o-keyframes perspectiveLeftRetourn {
  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(-180deg);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  100% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(0deg);
  }
}

@keyframes perspectiveLeftRetourn {
  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(-180deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveLeftRetourn.scss */
  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg);
  }
}

@-webkit-keyframes perspectiveRightRetourn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  0% {
    -webkit-transform-origin: 100% 0;
    -webkit-transform: perspective(800px) rotateY(180deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  100% {
    -webkit-transform-origin: 100% 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
}

@-moz-keyframes perspectiveRightRetourn {
  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  0% {
    -moz-transform-origin: 100% 0;
    -moz-transform: perspective(800px) rotateY(180deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  100% {
    -moz-transform-origin: 100% 0;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
}

@-ms-keyframes perspectiveRightRetourn {
  /* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  0% {
    -ms-transform-origin: 100% 0;
    -ms-transform: perspective(800px) rotateY(180deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  100% {
    -ms-transform-origin: 100% 0;
    -ms-transform: perspective(800px) rotateY(0deg);
  }
}

@-o-keyframes perspectiveRightRetourn {
  /* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  0% {
    -o-transform-origin: 100% 0;
    -o-transform: perspective(800px) rotateY(180deg);
  }

  /* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  100% {
    -o-transform-origin: 100% 0;
    -o-transform: perspective(800px) rotateY(0deg);
  }
}

@keyframes perspectiveRightRetourn {
  /* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  0% {
    transform-origin: 100% 0;
    transform: perspective(800px) rotateY(180deg);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/perspectiveRightRetourn.scss */
  100% {
    transform-origin: 100% 0;
    transform: perspective(800px) rotateY(0deg);
  }
}

@-webkit-keyframes swashOut {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  80% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
  }
}

@-moz-keyframes swashOut {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  80% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0.9, 0.9);
  }

  /* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0, 0);
  }
}

@-ms-keyframes swashOut {
  /* line 42, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  0% {
    opacity: 1;
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(1, 1);
  }

  /* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  80% {
    opacity: 1;
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(0.9, 0.9);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  100% {
    opacity: 0;
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(0, 0);
  }
}

@-o-keyframes swashOut {
  /* line 62, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1);
  }

  /* line 68, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  80% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0.9, 0.9);
  }

  /* line 74, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  100% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0, 0);
  }
}

@keyframes swashOut {
  /* line 81, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }

  /* line 87, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  80% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(0.9, 0.9);
  }

  /* line 93, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashOut.scss */
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}

@-webkit-keyframes swashIn {
  /* line 2, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  90% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes swashIn {
  /* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  0% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0, 0);
  }

  /* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  90% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(0.9, 0.9);
  }

  /* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  100% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1);
  }
}

@-ms-keyframes swashIn {
  /* line 42, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  0% {
    opacity: 0;
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(0, 0);
  }

  /* line 48, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  90% {
    opacity: 1;
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(0.9, 0.9);
  }

  /* line 54, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  100% {
    opacity: 1;
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(1, 1);
  }
}

@-o-keyframes swashIn {
  /* line 62, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  0% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0, 0);
  }

  /* line 68, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  90% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(0.9, 0.9);
  }

  /* line 74, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  100% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1);
  }
}

@keyframes swashIn {
  /* line 81, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }

  /* line 87, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  90% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(0.9, 0.9);
  }

  /* line 93, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/swashIn.scss */
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}

/* line 94, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 97, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 100, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 103, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  -moz-animation-name: rubberBand;
  -ms-animation-name: rubberBand;
  -o-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 106, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 109, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 112, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 115, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 121, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 124, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 127, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 130, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 133, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 139, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 142, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 145, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 148, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 151, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 157, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 160, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 163, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 166, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 169, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 172, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 175, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 178, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 181, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 187, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 190, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 193, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 196, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 199, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 202, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 205, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 208, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 211, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 217, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -ms-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 220, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.flipInX {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 223, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.flipInY {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 226, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -ms-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 229, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.flipOutY {
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -ms-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 235, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -ms-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 238, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -ms-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 244, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 247, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 250, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 253, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 256, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 262, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 265, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 268, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 271, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 274, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 280, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 283, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 286, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 291, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 294, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -ms-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 297, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -ms-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 300, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -ms-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 303, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -ms-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 309, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -ms-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 312, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  -ms-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 315, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  -ms-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 318, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  -ms-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 321, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  -ms-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 326, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 330, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.pullUp {
  -webkit-animation-name: pullUp;
  -moz-animation-name: pullUp;
  -ms-animation-name: pullUp;
  -o-animation-name: pullUp;
  animation-name: pullUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 334, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.pullDown {
  -webkit-animation-name: pullDown;
  -moz-animation-name: pullDown;
  -ms-animation-name: pullDown;
  -o-animation-name: pullDown;
  animation-name: pullDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 338, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.stretchLeft {
  -webkit-animation-name: stretchLeft;
  -moz-animation-name: stretchLeft;
  -ms-animation-name: stretchLeft;
  -o-animation-name: stretchLeft;
  animation-name: stretchLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 342, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.stretchRight {
  -webkit-animation-name: stretchRight;
  -moz-animation-name: stretchRight;
  -ms-animation-name: stretchRight;
  -o-animation-name: stretchRight;
  animation-name: stretchRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 346, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.perspectiveDown {
  -webkit-animation-name: perspectiveDown;
  -moz-animation-name: perspectiveDown;
  -ms-animation-name: perspectiveDown;
  -o-animation-name: perspectiveDown;
  animation-name: perspectiveDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 349, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.perspectiveUp {
  -webkit-animation-name: perspectiveUp;
  -moz-animation-name: perspectiveUp;
  -ms-animation-name: perspectiveUp;
  -o-animation-name: perspectiveUp;
  animation-name: perspectiveUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 352, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.perspectiveLeft {
  -webkit-animation-name: perspectiveLeft;
  -moz-animation-name: perspectiveLeft;
  -ms-animation-name: perspectiveLeft;
  -o-animation-name: perspectiveLeft;
  animation-name: perspectiveLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 355, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.perspectiveRight {
  -webkit-animation-name: perspectiveRight;
  -moz-animation-name: perspectiveRight;
  -ms-animation-name: perspectiveRight;
  -o-animation-name: perspectiveRight;
  animation-name: perspectiveRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 359, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.perspectiveDownRetourn {
  -webkit-animation-name: perspectiveDownRetourn;
  -moz-animation-name: perspectiveDownRetourn;
  -ms-animation-name: perspectiveDownRetourn;
  -o-animation-name: perspectiveDownRetourn;
  animation-name: perspectiveDownRetourn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 362, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.perspectiveUpRetourn {
  -webkit-animation-name: perspectiveUpRetourn;
  -moz-animation-name: perspectiveUpRetourn;
  -ms-animation-name: perspectiveUpRetourn;
  -o-animation-name: perspectiveUpRetourn;
  animation-name: perspectiveUpRetourn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 365, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.perspectiveLeftRetourn {
  -webkit-animation-name: perspectiveLeftRetourn;
  -moz-animation-name: perspectiveLeftRetourn;
  -ms-animation-name: perspectiveLeftRetourn;
  -o-animation-name: perspectiveLeftRetourn;
  animation-name: perspectiveLeftRetourn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 368, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.perspectiveRightRetourn {
  -webkit-animation-name: perspectiveRightRetourn;
  -moz-animation-name: perspectiveRightRetourn;
  -ms-animation-name: perspectiveRightRetourn;
  -o-animation-name: perspectiveRightRetourn;
  animation-name: perspectiveRightRetourn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 372, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.swashOut {
  -webkit-animation-name: swashOut;
  -moz-animation-name: swashOut;
  -ms-animation-name: swashOut;
  -o-animation-name: swashOut;
  animation-name: swashOut;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 375, H:/kurume_denki/wp-content/themes/kurume_denki/sass/source/animate.scss */
.swashIn {
  -webkit-animation-name: swashIn;
  -moz-animation-name: swashIn;
  -ms-animation-name: swashIn;
  -o-animation-name: swashIn;
  animation-name: swashIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
/* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_grow.scss */
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_shrink.scss */
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse.scss */
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse.scss */
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse.scss */
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse.scss */
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* line 36, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse.scss */
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse-grow.scss */
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse-grow.scss */
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* line 43, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse-grow.scss */
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse-shrink.scss */
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse-shrink.scss */
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* line 50, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pulse-shrink.scss */
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_push.scss */
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_push.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_push.scss */
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_push.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 57, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_push.scss */
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pop.scss */
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pop.scss */
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* line 64, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_pop.scss */
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
/* line 71, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bounce-in.scss */
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
/* line 78, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bounce-out.scss */
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
/* line 85, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_rotate.scss */
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
/* line 92, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_grow-rotate.scss */
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
/* line 99, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_float.scss */
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
/* line 106, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_sink.scss */
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/* line 113, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_bob.scss */
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

/* line 120, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_hang.scss */
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
/* line 127, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_skew.scss */
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
/* line 134, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_skew-forward.scss */
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
/* line 141, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_skew-backward.scss */
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 148, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-vertical.scss */
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 155, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-horizontal.scss */
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 162, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-bottom-right.scss */
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 169, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-to-top-right.scss */
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 176, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
/* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-top.scss */
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 183, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
/* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-bottom.scss */
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

/* line 190, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_wobble-skew.scss */
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz.scss */
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz.scss */
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz.scss */
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz.scss */
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* line 197, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz.scss */
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* line 204, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/* line 49, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/2d-transitions/_buzz-out.scss */
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* BACKGROUND TRANSITIONS */
/* Fade */
/* line 212, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_fade.scss */
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098d1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_back-pulse.scss */
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_back-pulse.scss */
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

/* line 219, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
/* line 16, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_back-pulse.scss */
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
/* line 226, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-right.scss */
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-right.scss */
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-right.scss */
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
/* line 233, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-left.scss */
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-left.scss */
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-left.scss */
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
/* line 240, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-bottom.scss */
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-bottom.scss */
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-bottom.scss */
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
/* line 247, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-top.scss */
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-top.scss */
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_sweep-to-top.scss */
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
/* line 254, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-right.scss */
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-right.scss */
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-right.scss */
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
/* line 261, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-left.scss */
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-left.scss */
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-left.scss */
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
/* line 268, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-bottom.scss */
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-bottom.scss */
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-bottom.scss */
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
/* line 275, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-top.scss */
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-top.scss */
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_bounce-to-top.scss */
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
/* line 282, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_radial-out.scss */
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_radial-out.scss */
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
/* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_radial-out.scss */
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
/* line 289, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_radial-in.scss */
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_radial-in.scss */
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
/* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_radial-in.scss */
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
/* line 296, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_rectangle-in.scss */
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_rectangle-in.scss */
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_rectangle-in.scss */
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
/* line 303, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_rectangle-out.scss */
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_rectangle-out.scss */
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_rectangle-out.scss */
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
/* line 310, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-in-horizontal.scss */
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-in-horizontal.scss */
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
/* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-in-horizontal.scss */
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
/* line 317, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-out-horizontal.scss */
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-out-horizontal.scss */
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
/* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-out-horizontal.scss */
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
/* line 324, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-in-vertical.scss */
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-in-vertical.scss */
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
/* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-in-vertical.scss */
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
/* line 331, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-out-vertical.scss */
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-out-vertical.scss */
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
/* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/background-transitions/_shutter-out-vertical.scss */
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
/* line 340, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_border-fade.scss */
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
/* line 347, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_hollow.scss */
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
/* line 354, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_trim.scss */
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_trim.scss */
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_ripple-out.scss */
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_ripple-out.scss */
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

/* line 361, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_ripple-out.scss */
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_ripple-out.scss */
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_ripple-in.scss */
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_ripple-in.scss */
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

/* line 368, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_ripple-in.scss */
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_ripple-in.scss */
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
/* line 375, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_outline-out.scss */
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
/* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_outline-out.scss */
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
/* line 382, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_outline-in.scss */
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
/* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_outline-in.scss */
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
/* line 389, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_round-corners.scss */
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
/* line 396, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_underline-from-left.scss */
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_underline-from-left.scss */
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
/* line 403, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_underline-from-center.scss */
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_underline-from-center.scss */
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
/* line 410, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_underline-from-right.scss */
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_underline-from-right.scss */
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
/* line 417, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_overline-from-left.scss */
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_overline-from-left.scss */
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
/* line 424, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_overline-from-center.scss */
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_overline-from-center.scss */
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
/* line 431, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_overline-from-right.scss */
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_overline-from-right.scss */
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
/* line 438, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_reveal.scss */
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_reveal.scss */
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
/* line 445, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_underline-reveal.scss */
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_underline-reveal.scss */
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
/* line 452, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_overline-reveal.scss */
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/border-transitions/_overline-reveal.scss */
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
/* line 461, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_glow.scss */
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
/* line 468, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_shadow.scss */
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
/* line 475, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_grow-shadow.scss */
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
/* line 482, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_box-shadow-outset.scss */
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
/* line 489, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* line 12, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_box-shadow-inset.scss */
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
/* line 496, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_float-shadow.scss */
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_float-shadow.scss */
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_float-shadow.scss */
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
/* line 503, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_shadow-radial.scss */
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
/* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_shadow-radial.scss */
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_shadow-radial.scss */
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
/* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/shadow-and-glow-transitions/_shadow-radial.scss */
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
/* line 511, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-top.scss */
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
/* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-top.scss */
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
/* line 518, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-right.scss */
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
/* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-right.scss */
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
/* line 525, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-bottom.scss */
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
/* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-bottom.scss */
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
/* line 532, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-left.scss */
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
/* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-left.scss */
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
/* line 539, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-top.scss */
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-top.scss */
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-top.scss */
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
/* line 546, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-right.scss */
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-right.scss */
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-right.scss */
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
/* line 553, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-bottom.scss */
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-bottom.scss */
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-bottom.scss */
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
/* line 560, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-left.scss */
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-left.scss */
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/speech-bubbles/_bubble-float-left.scss */
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
/* line 568, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-back.scss */
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-back.scss */
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
/* line 575, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-forward.scss */
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-forward.scss */
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-down.scss */
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-down.scss */
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-down.scss */
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-down.scss */
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
/* line 582, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-down.scss */
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-down.scss */
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-up.scss */
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-up.scss */
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  /* line 5, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-up.scss */
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-up.scss */
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* Icon Up */
/* line 589, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-up.scss */
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-up.scss */
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
/* line 596, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-spin.scss */
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-spin.scss */
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-drop.scss */
  0% {
    opacity: 0;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-drop.scss */
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-drop.scss */
  51%,
  100% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-drop.scss */
  0% {
    opacity: 0;
  }

  /* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-drop.scss */
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-drop.scss */
  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
/* line 603, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-drop.scss */
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-drop.scss */
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
/* line 610, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-fade.scss */
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
/* line 22, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-fade.scss */
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float-away.scss */
  0% {
    opacity: 1;
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float-away.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float-away.scss */
  0% {
    opacity: 1;
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float-away.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
/* line 617, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float-away.scss */
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
/* line 28, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float-away.scss */
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 38, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float-away.scss */
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink-away.scss */
  0% {
    opacity: 1;
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink-away.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink-away.scss */
  0% {
    opacity: 1;
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink-away.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

/* Icon Sink Away */
/* line 624, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 20, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink-away.scss */
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink-away.scss */
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink-away.scss */
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
/* line 631, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-grow.scss */
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-grow.scss */
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
/* line 638, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-shrink.scss */
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-shrink.scss */
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse.scss */
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse.scss */
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse.scss */
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse.scss */
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* line 645, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 17, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse.scss */
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse.scss */
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse-grow.scss */
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse-grow.scss */
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

/* line 652, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse-grow.scss */
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse-grow.scss */
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse-shrink.scss */
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse-shrink.scss */
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* line 659, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
/* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse-shrink.scss */
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pulse-shrink.scss */
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-push.scss */
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-push.scss */
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* line 666, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-push.scss */
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-push.scss */
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pop.scss */
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pop.scss */
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* line 673, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 14, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pop.scss */
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 30, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-pop.scss */
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
/* line 680, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bounce.scss */
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 25, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bounce.scss */
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
/* line 687, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-rotate.scss */
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-rotate.scss */
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
/* line 694, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 10, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-grow-rotate.scss */
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-grow-rotate.scss */
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
/* line 701, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float.scss */
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-float.scss */
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
/* line 708, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 8, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink.scss */
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 24, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-sink.scss */
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* line 715, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-bob.scss */
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  /* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  /* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* line 722, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-hang.scss */
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 729, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 47, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-horizontal.scss */
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 736, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 34, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 47, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-wobble-vertical.scss */
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz.scss */
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz.scss */
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz.scss */
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz.scss */
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

/* line 743, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 18, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz.scss */
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz.scss */
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  /* line 3, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 7, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  /* line 11, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  /* line 15, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  /* line 19, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  /* line 23, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  /* line 27, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  /* line 31, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  /* line 35, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  /* line 39, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* line 750, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 50, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 63, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/icons/_icon-buzz-out.scss */
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
/* line 758, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/curls/_curl-top-left.scss */
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, #ffffff 45%, #aaaaaa 50%, #cccccc 56%, #ffffff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
/* line 32, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/curls/_curl-top-left.scss */
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
/* line 765, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/curls/_curl-top-right.scss */
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, #ffffff 45%, #aaaaaa 50%, #cccccc 56%, #ffffff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/curls/_curl-top-right.scss */
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
/* line 772, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/curls/_curl-bottom-right.scss */
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, #ffffff 45%, #aaaaaa 50%, #cccccc 56%, #ffffff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/curls/_curl-bottom-right.scss */
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
/* line 779, H:/kurume_denki/wp-content/themes/kurume_denki/sass/hover.scss */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/curls/_curl-bottom-left.scss */
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, #ffffff 45%, #aaaaaa 50%, #cccccc 56%, #ffffff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/effects/curls/_curl-bottom-left.scss */
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/* line 6, H:/kurume_denki/wp-content/themes/kurume_denki/sass/single.css.scss */
.main_img {
  width: 100%;
  text-align: center;
}
/* line 9, H:/kurume_denki/wp-content/themes/kurume_denki/sass/single.css.scss */
.main_img a {
  margin: 0 auto;
  height: 300px;
  display: inline-block;
}
/* line 13, H:/kurume_denki/wp-content/themes/kurume_denki/sass/single.css.scss */
.main_img a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

/* line 21, H:/kurume_denki/wp-content/themes/kurume_denki/sass/single.css.scss */
.sub_img {
  width: 24%;
  margin-left: 1.33%;
  text-align: center;
  float: left;
}
/* line 26, H:/kurume_denki/wp-content/themes/kurume_denki/sass/single.css.scss */
.sub_img.left {
  margin-left: 0;
}
/* line 29, H:/kurume_denki/wp-content/themes/kurume_denki/sass/single.css.scss */
.sub_img a {
  height: 100px;
  margin: 0 auto;
  display: inline-block;
}
/* line 33, H:/kurume_denki/wp-content/themes/kurume_denki/sass/single.css.scss */
.sub_img a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
