@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
width: 100%;
background-color: #fff;
}
.wrapper {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.fv img,
.con01 img,
.cta img,
.button img,
.contents img {
max-width: 100%;
}

.button img{
    margin: 0 auto;
}

img.btn_animate01 {
    margin: 0 auto;
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin:center;
    cursor: pointer;
    }
    @keyframes fuwafuwa {
    from {transform: scale(0.9,0.9);}
    to {transform: scale(1,1);}
    }

img{
    vertical-align: bottom;
}
/* a {
    color: #15608c;
}

img {
    max-width: 100%;
    height: auto;
} */

