@charset "utf-8";
/* スキップボタンのスタイル */
.skipAnimation {
    position: fixed;
    bottom: 30px;
    right: 0;
    left: 0;
    padding: 10px !important;
    border-color: #2c323f;
    margin: 0 auto;
    z-index: 9999;
    cursor: pointer;
}