@charset "UTF-8";

.header{
	position: relative;
	width:100%;
	height:0;
	padding-bottom: 40%;
	background: url(../img/top/shattered.png) no-repeat center center/cover;
}

.logo{
	width:90px;
	padding:10px;
	/*background-color: rgb(246,170,108);*/
	position: absolute;
	top:0;
	left: 0;
}

.catch-copy, .page-title{
	text-align: center;
	width:100%;
	color: #fff;
	/*font-family: 'Alegreya Sans SC', sans-serif;*//*"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;*/
	font-family: 'Paytone One', sans-serif;
	font-size: 7vw;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
	position: absolute;
	top:50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.catch-copy span, .page-title span{
	/*border-bottom: 3px solid #fff;*/
	/*font-family: 'Caveat', cursive;*/
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-size: 4vw;
	color:#fff;
}

.catch-copy .fa-newspaper, .page-title .fa-newspaper{
	color:#fff;
	padding-top:10px;
}

.heading02{
	text-align: center;
	width:100%;
	font-size: 20px;
	font-weight: bold;
	color:#333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 20px;
}

.footer{
	padding:15px 10px;
}

.copy{
	text-align: center;
	line-height: 2;
	padding-top: 10px;
}
