.fNav--typeD .fNav__list li a {
 color:#FFF !important;  
}

body {
min-width: 1200px !important;
  color: #555555 !important;
}

a {
  color: #555555 !important;
}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

.fav-item{
  position: absolute;
  right: 25px;
  bottom: 0px;
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: #ed3833;
}

#container:not(.topPage) {
  margin-top: 40px;
}

li.itemList__unit {
  padding-bottom: 20px;
}

.sideTitle.sideTitle--bg {
    background: #777 !important;
}

button.detail__cartBtn {
  background-color: #FF3333 !important;
    border: 1px solid #FF3333 !important;
}

.tugihe {
  color: #ffffff !important;
  font-size: 13px;
  background-color: #777;
  margin:5px;
}

.fNav__list {
  color: #ffffff !important;
  }

.mainSliderSec {
  margin-bottom: 30px !important;
}

.nebiki a {
  color: #007ab8 !important;
}
.studiorsv {
  width="500px;
}
.studiorsv a{
  position: absolute;
  top: 30px;
  right: -800px;
}

/* ===== Store News Ticker ===== */
.notice-ticker{
  position: sticky; /* ページ上部に“吸着”。固定にしたいなら fixed に変更 */
  top: 0;
  z-index: 9999;
  background: #222;           /* 濃いグレー */
  color: #FFD600 !important;          /* 黄色 */
  height: 38px;               /* 1行固定の高さ */
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 14px;
  line-height: 1;
  letter-spacing: .02em;
}

.notice-ticker__track{
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  animation: ticker-scroll 30s linear infinite;
}

/* ホバー（PC）で一時停止 */
.notice-ticker:hover .notice-ticker__track{
  animation-play-state: paused;
}

/* グループは横並びで連結 */
.notice-ticker__group{
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 2rem; /* 連結時の余白 */
}

/* 各ニュース項目 */
.notice-ticker__item{
  display: inline-block;
  padding: 0 1rem;
  color: #FFD600;
  text-decoration: none;
}
.notice-ticker__item:hover{ text-decoration: underline; }

/* 区切りドット */
.notice-ticker__dot{
  opacity: .6;
  padding: 0 .5rem;
}

/* 無限スクロール（グループを二重にして-50%移動で継ぎ目なし） */
@keyframes ticker-scroll{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 小さめ端末で文字サイズを微調整 */
@media (max-width: 480px){
  .notice-ticker{ height: 34px; font-size: 13px; }
  .notice-ticker__item{ padding: 0 .75rem; }
}

/* アニメ苦手な人の設定に配慮（端末が“モーション削減”設定なら停止） */
@media (prefers-reduced-motion: reduce){
  .notice-ticker__track{ animation: none; }
}
.notice-ticker { color: #FFD600; }
.notice-ticker a.notice-ticker__item { color: inherit !important; }