/* Kick Blue ロゴ帯・適合表・提携先ロゴ（部品 6 ページ + Goods + 全ページのフッター） */
.tmr-kb-band{display:flex;justify-content:center;align-items:center;height:100px;margin:0 0 2.5rem;background:#000}
.tmr-content .tmr-kb-band img{height:100px;width:auto;max-width:100%;max-height:100px;object-fit:contain;margin:0}
.tmr-fit{margin:0 0 3rem;overflow-x:auto}
.tmr-fit h3{margin:0 0 .75rem;font-size:1.05rem}
.tmr-content .tmr-fit table{margin:0 0 1rem;min-width:30rem;font-size:.9rem;white-space:nowrap}
.tmr-content .tmr-fit th{background:rgba(0,204,255,.08);color:var(--cp-white);font-weight:500}
.tmr-content .tmr-fit td:first-child,.tmr-content .tmr-fit th:first-child{width:auto}
.tmr-fit details summary{cursor:pointer;color:var(--cp-kick);padding:.5rem 0}
.tmr-fit__note{font-size:.85rem;color:var(--cp-muted);white-space:normal}
.tmr-partners{display:grid;grid-template-columns:repeat(2,minmax(0,120px));gap:.6rem;margin-top:.5rem}
.tmr-partners a{display:block;border:1px solid var(--cp-line);transition:border-color .3s}
.tmr-partners a:hover,.tmr-partners a:focus-visible{border-color:var(--cp-kick)}
.tmr-partners img{width:100%;height:auto;aspect-ratio:2/1;display:block}