@keyframes UpAnime {

    from {
        opacity: 0;
        transform: translate(0%, 200px);
    }

    to {
        opacity: 1;
        transform: translate(0%, 0px);
    }

}

@keyframes DownAnime {

    from {
        opacity: 1;
        transform: translate(0%, 0px);
    }

    to {
        opacity: 1;
        transform: translate(0%, 200px);
    }

}

html {
    font-size: 10px
}

body {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 2.2rem
}


.pc {
    display: block;
}

.sp{
    display: none;
}

img{
    width: 100%;
}

.cta {
    width: 90vw;
    margin: 5px auto 20px;
    text-align: center;
    letter-spacing: 0.08em
}

.cta a{
    width: 50vw;
    color: #fff;
    background: linear-gradient(70deg, #FB915F 0%, #F5689D 51%, #FB915F 100%);
    border-radius: 6px;
    display: inline-block;
    font-weight: 700;
    font-size: 2.7rem;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    background-position: 1% 50%;
    background-size: 200% auto;
    padding: 20px 0px;
}


.fv_caption{
    margin-top: 15px;
}

.fv_caption img{
    width: 180px;
}


.fv_cta a{
    width: 38%;
}


.cta a img{
    width: 20px;
    margin-left: 10px;    
    padding-bottom: 3px;
}

.cta2{
    margin-top: -120px;
    margin-bottom: 40px;
}

.cta3{
    margin-top: 60px;
}

.cta3 P{
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 30px;
}



.cp_name{
    text-align: center;
}

.cp_name img{
    width: 50vw;
    margin: 30px 0 20px;
}



#section-button {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 10px 0 0;

    position: fixed;
    bottom: 0;
}

/*　上に上がる動き　*/

#section-button.UpMove {
    animation: UpAnime 0.5s forwards;
}

/*　下に下がる動き　*/

#section-button.DownMove {
    animation: DownAnime 0.5s forwards;
}


.pc-button{
    display: block;
    width: 40%;
    margin: 0 auto;
}

.button{
    display: none;
}


footer li{
    margin: 0 30px 0 0;
}

footer {
    padding: 60px 0
}

footer .inner {
    text-align: center
}

footer .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .inner ul li {
    margin: 0 30px 0 0
}

footer .inner ul li:last-child {
    margin: 0
}

footer .inner .footer_logo {
    margin: 30px 0
}

footer .inner .footer_logo img {
    height: 97px;
    width: auto
}

footer .inner a {
    color: #585858;
    font-size: 1.6rem
}

footer .inner p small {
    font-size: 1.6rem;
    color: #919191
}

  footer {
    padding: 50px 0
}

footer .inner .footer_logo {
    margin: 50px 0
}

footer .inner .footer_logo img {
    height: 97px;
    width: auto
}

footer .inner a {
    font-size: 1.6vw
}

footer .inner p small {
    font-size: 1.6vw
}


@media (max-width:768px) {
    .pc-button{
        display: none;
    }
    .button{
        display: block;
    }

    .pc {
        display: none;
    }

    .sp{
        display: block;
    }


    img{
        width: 100%;
    }

    .cta {
        width: 90vw;
        margin: 5px auto 20px;
        text-align: center;
        letter-spacing: 0.08em
    }

    .fv_caption img{
        width: 40vw;
    }

    .fv_cta{
        position: static;
        margin-bottom: 25px;
    }

    .fv_cta p{
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 15px;
        letter-spacing: 1.5px;
    }


    .cta a{
        width: 100%;
        color: #fff;
        background: linear-gradient(70deg, #FB915F 0%, #F5689D 51%, #FB915F 100%);
        border-radius: 6px;
        display: inline-block;
        font-weight: 700;
        font-size: 1.7rem;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        position: relative;
        background-position: 1% 50%;
        background-size: 200% auto;
        padding: 20px 0px;
    }

    .cta a img{
        width: 20px;
        margin-left: 10px;
        padding-bottom: 0px;
    }

    .cta2{
        margin-top: -80px;
        margin-bottom: 40px;
    }

    .cta3{
        margin-top: 20px;
    }

    .cta3 P{
        text-align: center;
        font-weight: 500;
        font-size: 1.5rem;
        margin-bottom: 15px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .s2{
        margin: 0;
        background: #F3F3F3;
    }

    .cp_name{
        text-align: center;
    }

    .cp_name img{
        width: 80vw;
        margin: 20px 0;
    }

    footer li{
        margin: 0 30px 0 0;
    }

    footer {
        padding: 60px 0
    }

    footer .inner {
        text-align: center
    }

    footer .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .inner ul li {
        margin: 0 30px 0 0
    }

    footer .inner ul li:last-child {
        margin: 0
    }

    footer .inner .footer_logo {
        margin: 30px 0
    }

    footer .inner .footer_logo img {
        height: 97px;
        width: auto
    }

    footer .inner a {
        color: #585858;
        font-size: 1.6rem
    }

    footer .inner p small {
        font-size: 1.6rem;
        color: #919191
    }

      footer {
        padding: 50px 0
    }

    footer .inner .footer_logo {
        margin: 50px 0
    }

    footer .inner .footer_logo img {
        height: 50px;
        width: auto
    }

    footer .inner a {
        font-size: 3.733vw
    }

    footer .inner p small {
        font-size: 3.2vw
    }

}


/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */