@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
}

#particles-js {
    position: fixed; /* 画面全体を覆う */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ff7ee8;
    background-image: url('../img/0416_2.jpg'); /* 階層を一つ上がる */
    background-repeat: no-repeat;
    background-size: cover; /* 画面に隙間なく合わせる */
    background-position: center;
    z-index: -1; /* 背面に回す */
}

.title {
    position: absolute;
    bottom: 20px;
    left: 60px;
    color: #fff;
    pointer-events: none; /* 粒子への干渉を避ける */
}

h1 {
    font-size: 60px;
    margin: 0;
}