#eimg::after {
  background: url("../images/title_pc.png") no-repeat bottom center;
  background-size: cover;
}

@media screen and (max-width: 810px){
	#eimg::after {
  		background: url("../images/title_sp.png") no-repeat bottom center;
  		background-size: contain;
	}
}