@charset "UTF-8";
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* h1 */
	.contents .heading {
		height: 260px;
	}
	.contents .heading h1 {
		height: 260px;
		line-height: 1.3;
	}
	.contents .heading h1 span {
		margin-bottom: 14px;
		line-height: 1;
	}
}