/*--------------------------------
スクロール時メニュー固定
---------------------------------*/
@media only screen and (min-width: 768px) {
        .fixed {
                position: fixed;
                top: 100px;
                width: 1180px;
                z-index: 99999;
                background-color: #FFFFFF;
        }
}