
/* ====================================================================================
Utility Styles
==================================================================================== */
.u-scale-up {
	transition: transform 0.35s;
	&:hover {
		transform: scale(102%);
	}
}

@media screen and (max-width: 782px) {
	.u-pc-only {
		display: none !important;
	}
}

@media screen and (min-width: 783px) {
	.u-sp-only {
		display: none !important;
	}
}

@media screen and (max-width: 782px) {
	.u-sp-align-left {
		text-align: left !important;
	}
	.u-sp-align-right {
		text-align: right !important;
	}
	.u-sp-align-center {
		text-align: center !important;
	}
}