@media (max-width: 980px) {
	/* iOS26 Safari タブバー透過の“下だけ”対策 */
	.ios26-tabbar-fix {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 4px;
		pointer-events: none;
		background: #000;
		mix-blend-mode: lighten;
		z-index: 2147483647; /* とにかく最前面 */
	}
}