@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* -- overlay ----------------------------------------------- */
#kv::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

/* -- ページタイトル ----------------------------------------------- */
#kv h2 {
	font-size: 80px;
	line-height: 1.2em;
	font-weight: 900;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 3;
}
#kv h2 span {
	font-size: 30px;
	line-height: 1.4em;
	display: block;
}








/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* -- ページタイトル ----------------------------------------------- */
#kv h2 {
	font-size: 40px;
	line-height: 1.2em;
}
#kv h2 span {
	font-size: 20px;
	line-height: 1.4em;
}

}
