@charset "UTF-8";

.hero {
	background-image: url(../top_message/img/pt-hero_2509.jpg);
	background-position: center top;
	background-size: cover;
	padding: 150px 0;
}

.hero_ttl {
	line-height: 1;
}

.hero_ttl span {
	font-size: 48px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	color: #D70C19;
	display: block;
	letter-spacing: 0.05em;
}

.hero_ttl em {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

.hero_name {
	margin-top: 60px;
}

.hero_name span {
	display: block;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 16px;
}

.hero_name em {
	display: block;
	margin-top: 5px;
}

.message {
	padding: 80px 0;
}

.message_ttl {
	line-height: 1.3;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.message_txt {
	margin-top: 40px;
	text-align: center;
	line-height: 2;
}

/* All SP & Tablet */
@media screen and (max-width:1020px) {
	.hero {
		background-image: url(../top_message/img/pt-hero-sp_2509.jpg);
	}

	.hero .inner {
		padding-left: 10%;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.hero {
		padding: 60px 0;
	}

	.hero_ttl {
	}

	.hero_ttl span {
		font-size: 22px;
	}

	.hero_ttl em {
		font-size: 16px;
	}

	.hero_name {
		margin-top: 20px;
	}

	.hero_name span {
		font-size: 14px;
	}

	.hero_name em {
		width: 120px;
	}

	.message {
		padding: 40px 0;
	}

	.message_ttl {
		font-size: 22px;
	}

}
