@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/

#footerFloatingMenu {
    display: flex;
	align-items: center;
	background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
	margin: 0;
    z-index: 9999;
}

#footerFloatingMenu li:nth-of-type(1) {
	width: 60%;
}
#footerFloatingMenu li:nth-of-type(2) {
	width: 20%;
}
#footerFloatingMenu li:nth-of-type(3) {
	width: 20%;
}

#footerFloatingMenu li a {
	display: block;
}
 
#footerFloatingMenu li a img {
    width: 100%;
}

body #page-top.pt-active {
	bottom: 80px;
}

@keyframes buruburu {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu {
    animation: buruburu .3s infinite;
}


