/* ▼▼ 追記修正: 実際のDOM構造（.n26_en_02_wrap > .n26_en_02_track > span.n26_en_02 x2）に対応 ▼▼ */
.n26_en_02_wrap {
	overflow: hidden;
	width: 100%;
}
.n26_en_02_track {
	display: flex;
	white-space: nowrap;
	animation: n26_marquee_scroll 22s linear infinite;
	will-change: transform;
}
/* track側でアニメーションさせる場合、span自体のアニメーションは無効化（二重アニメーション防止） */
.n26_en_02_track .n26_en_02 {
	animation: none;
	display: inline-block;
	flex: 0 0 auto;
}
@media (max-width: 767px) {
.n26_en_02_track { animation-duration: 14s; }
}
/* ▲▲ ここまで追記 ▲▲ */
