@charset "UTF-8";

/* =========================================
   共通設定 (Common Settings)
   ========================================= */

body {
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 64px;
}

/* =========================================
   スクロールバー非表示 (Hide Scrollbar)
   ========================================= */

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
