body,
html {
    margin: 0%;
    padding: 0%;
    width: 100vw;
    height: 100vh;
    font-family: 'Inter', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
}

#particles-js {
    margin: 0%;
    padding: 0%;
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.main {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 2;
    background: #ffffffc0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 2;
    background: #ffffff89;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.app-item {
    width: 100px;
    height: 100px;
    margin: 30px;
}

.appicon {
    filter: drop-shadow(0px 2px 2px #70707099);
    transition: 1s;
}

.appicon:hover {
    transition: 1s;
    filter: drop-shadow(0px 8px 8px #43434399);
}

.item {
    letter-spacing: 1.5px;
    text-align: center;
    /* background: rgba(255, 255, 255, 0.477); */
    color: rgb(60, 60, 60);
    /* box-shadow: rgba(149, 149, 149, 0.311) 0px 3px 4px 2px; */
    padding: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 15px;
    border-radius: 30px;
}

.gamma {
    text-align: center;
    font-size: 30px;
    color: #eeeeee;
}

span {
    display: inline-block;
}

.detail {
    text-align: center;
    color: #eeeeee;
}

.imgs {
    border-radius: 100%;
    box-shadow: rgba(195, 195, 195, 0.635) 0px 1px 1px 1px;
}


.scrolldown4 {
    position: absolute;
    bottom: 5%;
    left: 10%;
    animation: arrowmove 2s ease-in-out infinite;
}


/*Scrollテキストの描写*/
.scrolldown4 span {
    position: absolute;
    left: -20px;
    bottom: 10px;
    color: #eeeeee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #eeeeee;
    transform: skewX(-31deg);
}

.scrolldown4:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #eeeeee;
}

@keyframes arrowmove {
    0% {
        bottom: 5%;
    }

    50% {
        bottom: 8%;
    }

    100% {
        bottom: 5%;
    }
}





/* 矢印2 */
.scrolldown5 {
    position: absolute;
    bottom: 5%;
    left: 10%;
    animation: arrowmove 2s ease-in-out infinite;
}

/*Scrollテキストの描写*/
.scrolldown5 span {
    position: absolute;
    left: -20px;
    bottom: 10px;
    color: #383838;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写2 */
.scrolldown5:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #383838;
    transform: skewX(-31deg);
}

.scrolldown5:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #383838;
}

.workstext {
    color: #fff;
}


a {
    text-decoration: none;
    color: #5e5e5e;
}

.twitter {
    max-width: 100%;
}

.link {
    color: rgb(65, 96, 248);
}
