/*

▼START▼ヘッダー
*/

header {
	height: 60px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	transition: .3s;
}



#container-sub {
	max-width: 1240px;
	margin: 0 auto;
	height: 180px;
}


img.sub-header-logo {
	width: 150px;
	padding: 10px;
	background-color: #fff;
	/* border: solid 1px #ddd; */
	margin: 0 auto;
	position: absolute;
	top: 75px;
}

#container-sub a .companyname {
	position: absolute;
	top: 110px;
	font-size: 10px;
	width: 160px;
	text-align: center;
	text-shadow: #ffffff 1px 1px 0;
	color: #000;
}

/*

▼START▼グロナビ
*/
/*
#container-sub .blurry-menu {
	min-width: 1063px;
	font-family: 'Lato', helvetica, arial, sans-serif;
	height: 0;
	background: -webkit-linear-gradient(#fafafa, #f1f1f1);
	background: -moz-linear-gradient(#fafafa, #f1f1f1);
	background: -ms-linear-gradient(#fafafa, #f1f1f1);
	background: -o-linear-gradient(#fafafa, #f1f1f1);
	background: linear-gradient(#fafafa, #f1f1f1);

	-webkit-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	-moz-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;

}

#container-sub .blurry-menu ul {
	top: 60px;
	left: 177px;
	width: 1064px;
	display: table;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: -webkit-linear-gradient(#fafafa, #f1f1f1);
	background: -moz-linear-gradient(#fafafa, #f1f1f1);
	background: -ms-linear-gradient(#fafafa, #f1f1f1);
	background: -o-linear-gradient(#fafafa, #f1f1f1);
	background: linear-gradient(#fafafa, #f1f1f1);
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	-moz-box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
	box-shadow: inset 0 1px 0 #fff, 0 0px 0 1px #fff;
}

#container-sub .blurry-menu ul:after {
	content: '';
	height: 46px;
	left: -50px;
	position: absolute;
	top: -32px;
	width: 120%;
	z-index: 1;
	background: -webkit-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
	background: -moz-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
	background: -ms-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
	background: -o-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
	background: linear-gradient(left top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
	-webkit-transform: rotate(-2.4deg);
	-moz-transform: rotate(-2.4deg);
	-ms-transform: rotate(-2.4deg);
	-o-transform: rotate(-2.4deg);
	transform: rotate(-2.4deg);
}

#container-sub .blurry-menu li {
	display: table-cell;
	vertical-align: middle;
}

#container-sub .blurry-menu a {
	border-left: 1px solid #fff;
	border-right: 1px solid #eee;
	color: #333;
	display: block;
	font-size: 14px;
	height: 66px;
	line-height: 66px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	z-index: 2;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

#container-sub .blurry-menu a:focus {
	outline: 0;
}

#container-sub .blurry-menu li:first-child a {
	border-left: none;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

#container-sub .blurry-menu li:last-child a {
	border-right: none;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

#container-sub .blurry-menu ul:hover a {
	color: transparent;
	text-shadow: 0 0 5px #ccc;
}

#container-sub .blurry-menu ul:hover a:hover {
	background: #fafafa;
	color: #444;
	line-height: 43px;
	text-shadow: 0 1px 0 #fff;
}

#container-sub .blurry-menu ul:hover a:active {
	border-left-color: #f0f0f0;
	color: #999;
	line-height: 47px;
	-webkit-box-shadow: inset 0 0 22px #e9e9e9;
	-moz-box-shadow: inset 0 0 22px #e9e9e9;
	box-shadow: inset 0 0 22px #e9e9e9;
	-webkit-transition: none;
	-moz-transition: none;
	:-ms-transition: none
	-o-transition: none;
	transition: none;
}*/
.h1-site-header {
	font-size: 12px;
	padding: 0px 0 0 10px;
	color: #3f3f41;
	font-weight: normal;
	line-height: 35px;
	position: absolute;
	left: 10%;
	border-left: solid 3px #3f3f41;
	z-index: 950;
}
.h1-site-header-sub {
	font-size: 12px;
	padding: 0px 0 0 10px;
	color: #333333;
	font-weight: normal;
	line-height: 35px;
	position: absolute;
	left: 10%;
	border-left: solid 3px #fff;
	z-index: 950;
}
.character {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 370px;
}
.character img{
	width: 400px;
}
/*----------------------ここからレスポンシブ--------------------------*/

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

	.h1-site-header {
		font-size: 10px;
		padding: 20px 5% 0 8%;
		color: #000;
		font-weight: normal;
		line-height: 1.5em;
		position: absolute;
		border-left: solid 3px #fff;
	}

	.h1-site-header-sub {
		font-size: 10px;
		padding: 20px 5% 0 8%;
		color: #333333;
		font-weight: normal;
		line-height: 1.5em;
		position: absolute;
		border-left: solid 3px #fff;
	}

	#container-sub a .companyname {
		position: absolute;
		top: 100px;
		font-size: 12px;
		width: 100%;
		text-align: center;
		text-shadow: #ffffff 1px 1px 0;
		margin: 0 auto;
	}
	.character {
	        top: 212px;
    right: 0;
    margin-right: 14px;
    width: 35%;
	}

}
