@charset "UTF-8";

    #top-page #top-include01 #title .title {
        top: 130px;
        bottom: auto;
    }
    #top-page #top-include01 #title .logo {
        bottom: 120px;
    }

@media (max-width: 500px) {
    
    #top-page #top-include01 #title .title {
        top: 90px;
        bottom: auto;
    }
    #top-page #top-include01 #title .logo {
        bottom: 180px;
    }
}


#top-page #top-include01 #icons.on p.pos1 {
    top: 63%;
    width: 21%;
}

#top-page #top-include01 #item.on p.pos4 {
    top: 70%;
}

#top-page #top-include01 #item.on p.pos5 {
    top: 60%;
    left: 0%;
}

#top-page #top-include01 #item.on p.pos14 {
    top: 55%;
}

#top-page #top-include01 #item.on p.pos13 {
    top: 65%;
    left: 34%;
}


@media (max-width: 500px) {
    
    #top-page #top-include01 #item p.pos4 {
        top: 30%;
    }
    #top-page #top-include01 #item.on p.pos4 {
        top: 30%;
    }
    #top-page #top-include01 #item p.pos5 {
        top: 55%;
        left: 5%;
    }
    #top-page #top-include01 #item.on p.pos5 {
        top: 60%;
        left: 5%;
    }
    #top-page #top-include01 #item p.pos13 {
        top: 170%;
        left: 28%;
    }
    #top-page #top-include01 #item.on p.pos13 {
        top: 30%;
    }
    #top-page #top-include01 #item p.pos14 {
        top: 45%;
    }
    #top-page #top-include01 #item.on p.pos14 {
        top: 45%;
    }
}


#top-include01 {
    max-height: 100vh;
 .hero__ArrowV1{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "TTCommonsPro-Db";
    position: absolute;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -86px);
    z-index: 100;
}
.hero__ArrowV1 img{
    animation: boundAnime 1s ease-in-out infinite alternate;
}
}
@media screen and (max-width: 769px) {
    #top-include01 {
    .hero__ArrowV1{
        bottom: unset;
        transform: translate(-50%, -165px);
    }
    .scroll{
        position: absolute;
        z-index: 3;
        left: calc(100% - 20px);
        bottom: 160px;
        transform: rotate(90deg);
        transform-origin: left top;
        
    }
    }
}

@keyframes boundAnime {
    0% {
        transform: translateY(0); /* 初期位置 */
    }
    100% {
        transform: translateY(-10px); /* 上に20px移動 */
    }
}