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

.p1-1o {
    position          : absolute ;
    margin-top        : 65% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 255) ;
}
.p1-1c {
    position          : absolute ;
    margin-top        : 50% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 0, 255) ;
}
.p1-2o {
    position          : absolute ;
    margin-top        : 40% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 150) ;
}
.p1-2c {
    position          : absolute ;
    margin-top        : 60% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255 ,0) ;
}
.p1-3o {
    position          : absolute ;
    margin-top        : 85% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 255, 0) ;
}
.p1-3c {
    position          : absolute ;
    margin-top        : 100% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 150 ,0) ;
}
/* ------------------------------------------------ */
.p2-1o {
    position          : absolute ;
    margin-top        : 55% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 255) ;
}
.p2-1c {
    position          : absolute ;
    margin-top        : 70% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 0, 255) ;
}
.p2-2o {
    position          : absolute ;
    margin-top        : 90% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 150) ;
}
.p2-2c {
    position          : absolute ;
    margin-top        : 105% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255 ,0) ;
}
.p2-3o {
    position          : absolute ;
    margin-top        : 105% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 255, 0) ;
}
.p2-3c {
    position          : absolute ;
    margin-top        : 120% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 150 ,0) ;
}
.p2-4o {
    position          : absolute ;
    margin-top        : 180% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 0, 0) ;
}
.p2-4c {
    position          : absolute ;
    margin-top        : 195% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(255, 0 ,150) ;
}
/* ------------------------------------------------ */
.p3-1o {
    position          : absolute ;
    margin-top        : 140% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 255, 255) ;
}
.p3-1c {
    position          : absolute ;
    margin-top        : 160% ;
    /* 以下不要 */
    opacity : 0;
    left              : 0px;
    width             : 50px ;
    height            : 8vmin;
    background-color  : rgb(0, 0, 255) ;
}