#kihon {
    padding: 60px 0 0 0;
    background: url("../images/kihon_bg_pc.jpg") no-repeat top center;
    background-size: 1260px;
    height: 758px;
}
#kihon .inner p{ position: absolute; }
#kihon .inner .text1 {
    top: 103px;
    left: 36px;
}
#kihon .inner .text2 {
    bottom: 44px;
    left: 36px;
}
#kihon .inner .text3 {
    top: 103px;
    right: 265px;
}
#kihon .inner .text4 {
    bottom: 44px;
    right: 265px;
}
#kihon .inner .text5 {
    top: 103px;
    right: 26px;
}

.fadein {opacity: 0;}
.title{animation: fadein 0.5s ease 0.3s 1 forwards;}
p.fadein:nth-child(2) {animation: fade_l 0.5s ease 0.9s 1 forwards;}
p.fadein:nth-child(3) {animation: fade_l 0.5s ease 1.2s 1 forwards;}
p.fadein:nth-child(4) {animation: fadein 0.5s ease 1.5s 1 forwards;}
p.fadein:nth-child(5) {animation: fadein 0.5s ease 1.8s 1 forwards;}
p.fadein:nth-child(6) {animation: fade_zout 0.5s ease 2.1s 1 forwards;}
@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fade_zin {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes fade_l {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fade_zout {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media all and (max-width: 1079px) {
    #kihon {
        padding: 13vw 0 0 0;
        background: url("../images/kihon_bg_sp.jpg") repeat-y top center;
        background-size: 100%;
        height: 548.5vw;
    }
    #kihon .inner .text1 {
        top: 19vw;
        left: calc(50% - 47.5vw);
        right: 1.5vw;
        width: 96vw;
    }
    #kihon .inner .text2 {
        top: 94vw;
        left: calc(50% - 47.5vw);
        right: 1.5vw;
        width: 96vw;
    }
    #kihon .inner .text3 {
        top: 242vw;
        left: calc(50% - 47.5vw);
        right: 1.5vw;
        width: 96vw;
    }
    #kihon .inner .text4 {
        top: 465vw;
        left: calc(50% - 47.5vw);
        right: 1.5vw;
        width: 96vw;
    }

}
