@charset "utf-8";

body,p,img{
    padding: 0;
    margin: 0;
}
img{
    vertical-align: bottom;
    max-width: 100%;
}
body{
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    width: 100%;
    background-color: #fff;
}
.contents{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}


.cta{
    position: relative;
}

.btn a img{
    position: absolute;
    bottom: 27.5%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    animation: scale 1s ease-in-out infinite;
    
}


.fv{
    position: relative;
}

.btn1 a img{
    position: absolute;
    bottom: 7.6%;
    left: 58%;
    width: 35%;
    margin: 0 auto;
    animation: scale 1s ease-in-out infinite;
}


/* アニメーション定義 */
@keyframes scale{
    0% {transform: scale(1.0, 1.0)}
    50%{transform: scale(1.1, 1.1)}
    100%{transform: scale(1.0, 1.0)}
}


.footer{
    padding: 49px 0;
    background-color: #1b1b1b;
}

.footer__inner{
    max-width: 750px;
    width: 84.8%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer img{
    height: 26px;
}


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

 
    .footer{
      
        padding: 6.6vw 0;    
    }
    .footer img{
        max-height:26px;
        height: 3.4vw;
    }
    
}
