/*============================
	header
============================*/

/*============================
	footer
============================*/
footer {
    background: #2f69d1;
    padding: 0 0 30px;
}

.ft__bg {
    padding: 60px 0 50px;
    background: url(../img/cmn/bg_ft.jpg) no-repeat center center/cover;
    margin-bottom: 30px;
}

.ft__txt {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: center;
}

.ft__h3 {
    font-size: 2.4rem;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
}

.ft__btn a {
    display: block;
    width: 250px;
    line-height: 50px;
    text-align: center;
    background: #2f69d1;
    border: solid 1px #2f69d1;
    color: #fff;
    margin: 0 auto;
    font-size: 1.8rem;
}

.ft__btn a:hover {
    opacity: .9;
    background: #fff;
    color: #2f69d1;
}

.ft__logo {
    max-width: 300px;
    margin-bottom: 20px;
}

.ft__copyright {
    font-size: 1.2rem;
    text-align: center;
}

.ft__copyright a {
    color: #fff;
}

@media screen and (max-width:1230px) {
    footer {
        padding: 0 0 30px;
    }

    .ft__bg {
        padding: 40px 0;
        margin-bottom: 30px;
    }

    .ft__txt {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .ft__h3 {
        font-size: 2rem;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .ft__btn a {
        width: 220px;
        line-height: 40px;
        font-size: 1.6rem;
    }

    .ft__logo {
        max-width: 260px;
        margin-bottom: 20px;
    }

    .ft__copyright {
        font-size: 1rem;
        text-align: center;
    }

}


@media screen and (max-width:767px) {
    footer {
        padding: 0 0 20px;
    }

    .ft__bg {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .ft__txt {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .ft__h3 {
        font-size: 1.6rem;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .ft__btn a {
        width: 200px;
        line-height: 40px;
        font-size: 1.4rem;
    }

    .ft__logo {
        max-width: 200px;
        margin-bottom: 20px;
    }

    .ft__copyright {
        font-size: 1rem;
        text-align: left;
        padding: 0 5%;
    }
}


/*============================
	page top /side btn
============================*/
.js-pagetop {
    bottom: 30px;
    right: 1%;
    bottom: 50px;
    width: 80px;
    z-index: 99;
    position: fixed;
    opacity: 0;
    transition: .5s;
}

.js-pagetop.active {
    opacity: 1;
}

/* .js-pagetop::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 110px;
    background: #626262;
    left: 49%;
    bottom: 100px;
    animation: scrollAnime 2s 0s infinite;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
} */

@keyframes pagetopAnime {
    0% {
        height: 110px;
    }

    50% {
        height: 130px;
    }

    100% {
        height: 110px;
    }
}

.fixed__btn {
    position: fixed;
    bottom: 150px;
    right: 1%;
    z-index: 9991;
    width: 70px;
    display: block;
}


@media screen and (max-width:1230px) {
    .js-pagetop {
        bottom: 60px;
        width: 60px;
    }


    .fixed__btn {
        bottom: 150px;
        right: 1%;
        width: 50px;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
    .js-pagetop {
        bottom: 0;
        right: 0;
        width: 50px;
    }


    .fixed__btn {
        top: auto;
        bottom: 100px;
        right: 0;
        width: 40px;
    }
}
