#feature {
    padding: 60px 0 0 0;
    background: url("../images/feature_bg_pc.jpg") no-repeat top center;
    background-size: 1190px;
    height: 1649px;
}
#feature .inner p{ position: absolute; }
#feature .inner .text1 {
    top: 57px;
    left: 7px;
}
#feature .inner .text2 {
    top: 294px;
    right: 25px;
}
#feature .inner .text3 {
    top: 503px;
    left: 26px;
}
#feature .inner .text4 {
    top: 500px;
    right: 39px;
}
#feature .inner .text5 {
    bottom: 297px;
    left: -69px;
}
#feature .inner .text6 {
    bottom: 284px;
    right: -63px;
}
#feature .inner .text7 {
    bottom: 144px;
    left: calc(50% - 393px);
}
#feature .inner .text8 {
    bottom: 10px;
    left: calc(50% - 520px);
    width: 1040px;
}

.fadein {opacity: 0;}
.title{animation: fadein 0.5s ease 0.3s 1 forwards;}
p.fadein:nth-child(2) {animation: fade_r 0.5s ease 0.9s 1 forwards;}
p.fadein:nth-child(3) {animation: fade_zin 0.5s ease 1.2s 1 forwards;}
p.fadein:nth-child(4) {animation: fade_l 0.5s ease 1.5s 1 forwards;}
p.fadein:nth-child(5) {animation: fade_r 0.5s ease 1.8s 1 forwards;}
p.fadein:nth-child(6) {animation: fade_zout 0.5s ease 2.1s 1 forwards;}
p.fadein:nth-child(7) {animation: fade_zout 0.5s ease 2.4s 1 forwards;}
p.fadein:nth-child(8) {animation: fadein 0.5s ease 2.7s 1 forwards;}
p.fadein:nth-child(9) {animation: fadein 0.5s ease 3s 1 forwards;}
p.fadein:nth-child(10) {animation: fade_zin 0.5s ease 3.3s 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_r {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@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) {
    #feature {
        padding: 13vw 0 0 0;
        background: url("../images/feature_bg_sp.jpg") no-repeat top center;
        background-size: 100%;
        height: 195vw;
    }
    #feature .inner .text1 {
        top: 10vw;
        width: 100vw;
        left: -0.5vw;
        z-index: 2;
    }
    #feature .inner .text2 {
        top: 34vw;
        right: 1vw;
        width: 41.7vw;
        z-index: 1;
    }
    #feature .inner .text3 {
        top: 67.5vw;
        left: 1vw;
        width: 31vw;
    }
    #feature .inner .text4 {
        top: 68vw;
        right: 2vw;
        width: 33vw;
    }
    #feature .inner .text5 {
        top: 103vw;
        left: -10vw;
        width: 52vw;
    }
    #feature .inner .text6 {
        top: 105.5vw;
        right: -9vw;
        width: 53vw;
    }
    #feature .inner .text7 {
        top: 154vw;
        bottom: unset;
        left: calc(50% - 46.5vw);
        width: 92vw;
    }
    #feature .inner .text8 {
        top: 163.5vw;
        bottom: unset;
        left: calc(50% - 50vw);
        width: 99vw;
    }
    #feature .inner .text9 {
        position: absolute;
        top: 104vw;
        bottom: unset;
        left: calc(50% - 37vw);
        width: 77.5vw;
    }

}
