.top-main #particles-js {
    position: fixed;
    z-index: 10; /* 他の要素よりも前面に */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-main #wrapper {
    position: relative;
    z-index: 20; /* #particles-js よりも上に配置 */
    width: 100%;
    height: 100%;
}
