@charset "utf-8";
main.baseball .sliderMV {
	background-image: url(/sports/baseball/images/top/mainimg_bg.png?20230228);
	background-repeat: no-repeat;
	background-size: 100%;
}

@media screen and (min-width: 1080px) {
main.baseball .mainVisual {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #f7f5fe 50%, #f7f5fe 100%);
}
main.baseball .sliderMV {
	background-image: url(/sports/baseball/images/top/mainimg_pc_bg.png?20230228);
}
}