@charset "UTF-8";
/* CSS Document */
body{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    background-image: url("https://wwwshokudepocom.ecbeing.biz/img/usr/ad/main_bg_02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 574%;
    position: relative;
}
img{
    width: 47%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
img {
    animation-name: img;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
body p:nth-last-child(1){
    font-size: 19px;
    font-weight: bold;
    color: #252525;
    }
@keyframes img {
    0% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0,-15px)
    }
}
.btn01{
    top: 9.78%;
}
.btn02{
    top: 30.4%;
}
.btn03{
    top: 46.3%;
}
.btn04{
    top: 60.9%;
}
.btn05{
    top: 76.3%;
}
.btn06{
    top: 96.7%;
}
@media screen and (max-width: 768px) {
    body{
        background-image: url("https://wwwshokudepocom.ecbeing.biz/img/usr/ad/sp_main_bg_02.jpg");
        padding-top: 889.8%;
    }
    img{
        width: 65%;
    }
    .btn01{
        top: 9.9%;
    }
    .btn02{
        top: 30.8%;
    }
    .btn03{
        top: 46.6%;
    }
    .btn04{
        top: 61.3%;
    }
    .btn05{
        top: 76.5%;
    }
    .btn06 {
        top: 97.05%;
    }
    body p:nth-last-child(1){
        padding: 60px 20px 10px;
        font-size: 14px!important;
    }
}