@charset "utf-8";
@media screen and (max-width: 767px) {
	/* Rtoaster ポップアップ表示崩れ修正 - 250425 IKEDA */
	div#rt_popup {
		width: calc(90vw - 10px) !important;
	}
	div#rt_popup > div > a > img {
		width: 100%;
		height: auto;
	}
	/* 帯バナーSP表示Margin削除修正 - 240807 IKEDA */
	.slidein_popup {
		width: 106.5% !important;
		margin: auto -3.25% -10px !important;
	}
	.close_pop {
		right: -3% !important;
		bottom: calc(-10px + 18.5vw - 5vw) !important;
	}
}