
/* wrap 背景画像との重なり ・ TOPスクロールボタン動作 のため position指定上書き */
body .mc-cycle {
    /* position: fixed; */
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}