@charset "utf-8";

/* ============================================

js-fixed-area js-fixed-elm

*  ============================================ */

@media screen and (min-width: 960px) {
	.js-fixed-area {
		position: relative;
	}
	.js-fixed-elm {
		position: absolute;
		top: 0;
	}
	.js-fixed-elm.is-fixed {
		position: fixed;
	}
}
