@charset "utf-8";

/* sec_01 ******************************/
.sec_01 {
	background-color: #000000;
	background-image: url(../images/maineng_68.jpg);
	background-repeat: repeat-x;
	background-position: center left;
	background-size: cover;
}

.sec_01 .kv {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: right;
}

.sec_01 img {
	max-width: 250px;
	width: 100%;
	display: inline-block;
	margin-bottom: -10px;
}

.sec_01 h2 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 480px) {
	.sec_01 img {
		max-width: 200px;
	}
	.sec_01 h2 {
		font-size: 17px;
		line-height: 1.5;
	}
}
