body {
    padding-top: 140vh;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin: 0;
    background-color: #000;
    color:#fff;
}
main {
    width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
.loading {
    font-family: "Archivo Black", sans-serif;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    transition: all .8s ease;
    opacity: 1;
    visibility: visible;
}
.loading.-hide {
    opacity: 0;
    visibility: hidden;
}
.loading .progressbar-wrap {
    background: #777777;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
}
.loading .progressbar {
    width: 0%;
    height: 100%;
    background: #fff;
    transition: all 1.2s ease;
}

.section {
    position: relative;
    text-align: center;
    max-width: 800px;
    width: 94%;
    margin: 0 auto;
    padding-block-end: 150px;
}
.section:last-child {
    padding-block-end: 0;
}
.section .title {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    margin: 0 0 25px;
}
.section ul {
    list-style: none;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.section li {
    width: fit-content;
    margin-bottom: 15px;
    position: relative;
    padding: 0 10px 0 44px;
}
.section li .ico {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.team-composition {
    max-width: 300px;
    width: 90%;
    margin: 15px auto 0;
    border-spacing: 15px;
}
.team-composition th {
    text-align: left;
    font-weight: normal;
    padding: 6px;
}
.team-composition td {
    padding: 6px;
}
.ico-mail {
    vertical-align: middle;
    margin-right: .25em;
}
.copyright {
    position: relative;
    font-size: 16px;
    text-align: center;
    margin: 49vh 0 60px;
}
.bg {
    height: 100vh;
    position: absolute;
}
#my-canvas {
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
