@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: Helvetica, HiraKakuProN-W3, meiryo, メイリオ, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #333333;
    background: #ffffff;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.inner {
    width: 94%;
    max-width: 572px;
    margin: 0 auto;
}

.center {
    margin: 0 auto;   
}

.btn {
    margin-top: 25px;
    margin-bottom: 20px;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin:center;
}

@keyframes anime1 {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

/* FV */
.header {
    position: relative;
    background-image: url(../../image/fv_movie.gif);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 78%;
    background-color: #333333;
}

.fv_text {
    width: 50%;
}

.logo {
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 50px;
}

/* kyuunでできること */
.whatSection {
    background-image: url(../../image/land/background_char.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 50px;
}

.top_text {
    width: 95%;
}

.top_fuki {
    margin-top: 20px;
}

.top_main {
    margin-top: 20px;
}

/* how to */
.howto_ttl {
    background: #0090af;
    padding: 15px;
}

.nowto_main {
    margin-top: 20px;
}

.point_main {
    margin-top: 30px;
}

/* フッター */
.footer {
    background: #505050;
    height: 10px;
}