@charset "utf-8";


#top .eyecatch {
    overflow: hidden;
    background-image     : linear-gradient(25deg, #ececec, #c097b0);
    /*
    background-image     : url(../img/linkpanelbg.jpg),linear-gradient(25deg, #ececec, #c097b0);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; */
    font-family: Jost;
}

#top .eyecatch>#hex,
#top .eyecatch>#hex2{
    margin         : 0;
    padding        : 0;
    width          : 35vw;
    position: absolute;
    top: 0;
    color: rgba(255,255,255,.6);
    z-index        : 1;
    font-size: 60%;
    text-shadow:0 0 2px rgba(255,255,255,1);
    animation-iteration-count:infinite;
    animation-name           : vslide;
    animation-duration       : 120s;
    animation-timing-function: linear;
    animation-fill-mode      : forwards;
}

#top .eyecatch>#hex{
    animation-name           : vslide;
}
#top .eyecatch>#hex2{
    animation-name           : vslide2;
    color: rgba(0,255,255,.6);
}

@keyframes vslide {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes vslide2 {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}
#top .eyecatch>#groupmember {
    list-style-type: none;
    margin         : 0;
    padding        : 0;
    width          : 100%;
    z-index        : 9;
}

#top .eyecatch>#groupmember>a {
    height                   : 8vh;
    width                    : 100%;
    line-height              : 8vh;
    text-align               : right;
    font-weight              : bold;
    display: block;
    animation-iteration-count: 1;
    animation-name           : slide;
    animation-duration       : 3s;
    animation-timing-function: ease;
    animation-fill-mode      : forwards;
    transform                : translateX(-100%);
    background-color         : rgba(197, 0, 118, 0.192);
    opacity                  : 0.85;
    color                    : rgba(255, 255, 255, .8);
    padding-right            : 1rem;
    border-bottom            : 1px solid #c097b0;
    border-image             : linear-gradient(to right, rgba(255,255,255,.3) 70%, #ffc500 100%);
    border-image-slice       : 1;
    z-index        : 10;
}

#top .eyecatch>#groupmember>a:nth-of-type(1) {
    animation-delay: 1s;
}

#top .eyecatch>#groupmember>a:nth-of-type(2) {
    animation-delay: 2s;
}

#top .eyecatch>#groupmember>a:nth-of-type(3) {
    animation-delay: 3s;
}

#top .eyecatch>#groupmember>a:nth-of-type(4) {
    animation-delay: 4s;
}

#top .eyecatch>#groupmember>a:nth-of-type(5) {
    animation-delay: 5s;
}

#top .eyecatch>#groupmember>a:nth-of-type(6) {
    animation-delay: 6s;
}
#top .eyecatch>#groupmember>a:nth-of-type(7) {
    animation-delay: 7s;
}


@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    5% {
        transform: translateX(0);
        background-color         : rgb(255, 0, 153);
    }

    100% {
        transform: translateX(0);
        background-color         : rgba(197, 0, 118, 0.192);
    }
}



#top .eyecatch>img {
    width                    : 200px;
    height                   : 200px;
    animation-iteration-count: infinite;
    animation-name           : guruguru;
    animation-duration       : 18s;
    animation-timing-function: linear;
    position                 : absolute;
    opacity                  : 0.35;
}

#top .eyecatch>img:nth-of-type(even) {
    animation-direction: reverse;
}

#top .eyecatch>img:nth-of-type(n+4):nth-child(-n+6) {
    animation-duration: 16s;
}

#top .eyecatch>img:nth-of-type(1) {
    top    : 215px;
    left   : -80px;
    opacity: .25;
}

#top .eyecatch>img:nth-of-type(2) {
    top    : 10px;
    left   : -15px;
    opacity: .25;
}

#top .eyecatch>img:nth-of-type(3) {
    top : -110px;
    left: 75px;
}

#top .eyecatch>img:nth-of-type(4) {
    top: 170px;
    left: -5px;
}

#top .eyecatch>img:nth-of-type(5) {
    top                : 270px;
    left               : 360px;
    animation-direction: reverse;
    animation-duration : 9s !important;
}

#top .eyecatch>img:nth-of-type(6) {
    top: 255px;
    left: 70px;
}

#top .eyecatch>img:nth-of-type(4),
#top .eyecatch>img:nth-of-type(6) {
    width             : 150px;
    height            : 150px;
    animation-duration: 9s !important;
}

#top .eyecatch>img:nth-of-type(7) {
    top : 115px;
    left: 90px;
}

#top .eyecatch>img:nth-of-type(8) {
    top : 355px;
    left: -25px;
}

#top .eyecatch>img:nth-of-type(9) {
    top : 110px;
    left: 55px;
}

#top .eyecatch>img:nth-of-type(10) {
    top : -130px;
    left: -125px;
}

#top .eyecatch>img:nth-of-type(9),
#top .eyecatch>img:nth-of-type(10) {
    width             : 400px;
    height            : 400px;
    opacity           : .2;
    animation-duration: 38s !important;
}

@media screen and (min-width: 768px) {

    #top .eyecatch>#hex,
    #top .eyecatch>#hex2 {
        color: rgba(255,255,255,.75);
        width: 15rem;
    }
    #top .eyecatch>img {
        width  : 300px;
        height : 300px;
        z-index: 9;
    }

    #top .eyecatch>img:nth-of-type(1) {
        top : 215px;
        left: -130px;
    }

    #top .eyecatch>img:nth-of-type(2) {
        top : 15px;
        left: -20px;
    }
    #top .eyecatch>img:nth-of-type(1),
    #top .eyecatch>img:nth-of-type(2) ,
    #top .eyecatch>img:nth-of-type(6) {
        opacity: .5;
        filter: blur(1px);
    }
    #top .eyecatch>img:nth-of-type(3) {
        left: calc(10vw + 75px - 100px);
    }

    #top .eyecatch>img:nth-of-type(4) {
        top : 175px;
        left: calc(10vw + 25px - 100px);
    }

    #top .eyecatch>img:nth-of-type(6) {
        top : 375px;
        left: 95px;
    }

    #top .eyecatch>img:nth-of-type(5) {
        left: calc(10vw + 360px - 100px);
    }
    #top .eyecatch>img:nth-of-type(4),
    #top .eyecatch>img:nth-of-type(5),
    #top .eyecatch>img:nth-of-type(6) {
        width : 200px;
        height: 200px;
    }
    #top .eyecatch>img:nth-of-type(3),
    #top .eyecatch>img:nth-of-type(4),
    #top .eyecatch>img:nth-of-type(5),
    #top .eyecatch>img:nth-of-type(7),
    #top .eyecatch>img:nth-of-type(8) {
        opacity: 1;
    }
    #top .eyecatch>img:nth-of-type(7) {
        top : 180px;
        left: calc(10vw + 140px - 100px);
    }

    #top .eyecatch>img:nth-of-type(8) {
        top : 0px;
        left: calc(10vw + 275px - 100px);
    }

    #top .eyecatch>img:nth-of-type(10) {
        top : -460px;
        left: -160px;
    }

    #top .eyecatch>img:nth-of-type(9),
    #top .eyecatch>img:nth-of-type(10) {
        width : 800px;
        height: 800px;
        filter: blur(3px);
    }

    #top .eyecatch>#groupmember>a {
        height     : calc(400px / 7);
        line-height: calc(400px / 7);
    }

}

@media screen and (min-width: 1200px) {
    #top .eyecatch>#groupmember>a {
        padding-left:50vw;
        text-align: center;

    border-image: linear-gradient(to right, rgba(255,255,255,.3) 0%, #ffc500 80%, rgba(255,255,255,.3) 100%);
    border-image-slice: 1;
    }

    #top .eyecatch>img:nth-of-type(6) {
        top : 60px;
        right: -175px;
        left: auto;
        width : 400px;
        height: 400px;
        opacity: .2;
        animation-duration : 19s !important;
    }
    #top .eyecatch>img:nth-of-type(1) {
        top : -115px;
        left: calc(40vw - 150px);
    }

    #top .eyecatch>img:nth-of-type(2) {
        top : 65px;
        left: calc(40vw - 15px);
    }

}


@keyframes guruguru {
    0% {
        transform: rotate(0);
    }


    100% {
        transform: rotate(360deg);
    }
}