/* 会員ステージ未設定時に表示させる文字列 */
.fs-p-accountInfo__accountRank__rank:empty::before {
content: 'REGULAR';
}

@media screen and (min-width: 769px) {
    #flavor ul.fl_new{
        gap:15px;
    }
    #flavor ul.fl_new li{
    margin: 0!important;
    }
}
