背景画像の固定表示(iOS表示)

.eb-front-cta-section::before{
	content:"""";
	display:block;
	position:fixed;
	top:100px ;
	left:0 ;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(""http://mikumari.osaka/wp-content/uploads/2022/01/ultrafine-bubble_image.jpg"") no-repeat center ;
	background-size:cover;
}

疑似要素を固定化する事で対応できる