.fs-p-announcement__title{
color: #000000 !important;
font-size: 1.8rem !important;
font-weight: bold !important;
}
.fs-p-announcement__title .red-txt{
color:#ea030f !important;
}
.fs-p-announcement__body{
color: #000000 !important;
font-size:80% !important;
margin:20px 0 0;
}

/* ブランド紹介: サムライカレーパンのロゴを回転させず左上に固定 */
#samurai .round{
position:absolute !important;
top:12px !important;
left:12px !important;
right:auto !important;
bottom:auto !important;
transform:none !important;
width:180px !important;
height:auto !important;
}
#samurai .round picture,
#samurai .round img{
width:100% !important;
height:auto !important;
object-fit:contain !important;
}


/* ブランド紹介: snow-Bはメイン画像にロゴが既に入っているため回転ロゴを非表示 */
#snowb .round{
display:none !important;
}


/* ブランド紹介: 各ブランドのカテゴリページ上部帯カラーに合わせた背景色（濃い場合は白でトーンダウン） */
#naru{
background-color:#E6D5CB !important; /* CREMA PALETTE 帯カラー #43362f（ブラウン）を淡色化 */
}
#fern{
background-color:#CCF2FF !important; /* Fernweh 帯カラーそのまま（元々淡色） */
}
#samurai{
background-color:#DBDBDB !important; /* サムライカレーパン カテゴリページの黒背景 #0C0C0C を淡色化 */
}
#snowb{
background-color:#C6D5DD !important; /* snow-B 帯カラー #1B5677 を淡色化 */
}
