@charset "UTF-8";

/** H1 **/
.l-topTitleArea__body {
	position: unset;
	height: 100%;	/* 背景エリアに合わせる */
}
.c-pageTitle {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	bottom: 5%;	/* 下からの距離 */
	font-size: 3em;
}
.c-pageTitle::before {
	content: "works";	/* 追加したい文字 */
	display: block;	/* 上に表示するため改行 */
	text-align: right;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.1em;
/*	margin-bottom: 0.3em;*/
}
@media screen and (max-width:768px){
	.c-pageTitle {
		font-size: 1.8em !important;
		max-width: 100% !important;
		right: 5% !important;	/* 右からの距離 */
	}
}


.swell-block-column {
	padding-bottom: 1em;
}

.is-style-btn_line a {
	color: #fff;
	background: #e60012;
}

