/* ------------------------------------------------ */
/* モーダルに合わせた移動先 */

.p0-1o {
    position          : absolute ;
    margin-top        : 47.5% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 255) ;
}
.p0-1c {
    position          : absolute ;
    margin-top        : 47.5% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 0, 255) ;
}
.p0-1-2o {
    position          : absolute ;
    margin-top        : 60% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 125) ;
}
.p0-1-2c {
    position          : absolute ;
    margin-top        : 47.5% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 0) ;
}



.p1-1o {
    position          : absolute ;
    margin-top        : 25% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 255) ;
}
.p1-1c {
    position          : absolute ;
    margin-top        : 40% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 0, 255) ;
}



.p3-1o {
    position          : absolute ;
    margin-top        : 45% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 255) ;
}
.p3-1c {
    position          : absolute ;
    margin-top        : 60% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 0, 255) ;
}
.p3-2o {
    position          : absolute ;
    margin-top        : 100% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 125) ;
}
.p3-2c {
    position          : absolute ;
    margin-top        : 100% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 0) ;
}
.p3-3o {
    position          : absolute ;
    margin-top        : 105% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 255, 0) ;
}
.p3-3c {
    position          : absolute ;
    margin-top        : 40% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 125, 0) ;
}
.p3-4o {
    position          : absolute ;
    margin-top        : 150% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 0, 0) ;
}
.p3-4c {
    position          : absolute ;
    margin-top        : 105% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 0, 125) ;
}