p.btn_gh a {
	background-image: url(../img/character_gh_btn.jpg);
}
p.btn_yt a {
	background-image: url(../img/character_yt_btn.jpg);
}
p.btn_gh {
	background-image: url(../img/cha_yt.png);
}
p.btn_yt {
	background-image: url(../img/cha_gh.png);
}
@media all and (min-width: 768px) {
	p.btn_gh,
	p.btn_yt {
		height: 120px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	div.bg div.inner {
		position: relative;
	}
	p.btn_gh a,
	p.btn_yt a {
		display: block;
		width: 230px;
		height: 100px;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 110%;
		position: absolute;
		z-index: 5;
		right: 0px;
	}
}
@media all and (max-width: 767px) {
	p.btn_gh,
	p.btn_yt {
		height: 58px;
		width: 205px;
		background-size: contain;
		background-position: bottom;
		margin-bottom: -25px;
		background-repeat: no-repeat;
	}
	div.bg div.inner {
		position: relative;
	}
	p.btn_gh a,
	p.btn_yt a {
		display: block;
		width: 100px;
		height: 45px;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 110%;
		position: absolute;
		z-index: 5;
		right: 20px;
		border-radius: 5px;
		background-size: contain;
		background-position: center;
	}
}
/*	lower_header
============================== */
div.lower_header h1 span {
	background-image: url(../img/character_h2.png);
}
@media all and (min-width: 768px) {
	div.lower_header h1 span {
		width: 400px;
	}
	div.content {
	      padding: 20px 50px 50px;
	      position: relative;
	}
}
@media all and (max-width: 767px) {
	div.content {
	      padding: 5px;
	}
}

div.unit article {
	background-color: #f2f3f3;
	box-shadow:0px 0px 10px 0px rgba(12,73,105,0.4);
}
p.pic {
	border:5px solid rgba(255,255,255,0.5);
	box-shadow:0px 0px 10px 0px rgba(12,73,105,0.4);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
p.pic span,
p.pic span img,
h2.name span,
h2.name span img {
	display:block;
}
p.pic span.lazy-done {
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
h2.name span {
	background-repeat: no-repeat;
}
p.role {
	background-color: #1e4e9c;
	color: #fff;
	letter-spacing: 0.1em;
}
p.txt {
	letter-spacing: 0.05em;
}
p.btn-chart a {
	display:block;
	background-image:url(../character/img/btn_tochart.png);
	background-repeat: no-repeat;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
div.unit {
	padding-top: 130px;
	margin-top: -130px;
}
div.unit article {
	padding: 25px;
	margin-bottom:40px;
}
p.pic {
	float:left;
	margin-bottom:20px;
}
p.pic {
	width: 300px;
}
p.pic span,
p.pic span img {
	width: 290px;
	height: 340px;
}
div.bx-rig {
	float: right;
	width: 485px;
}
h2.name {
	margin-bottom: 20px;
}
h2.name span {
	width: 485px;
	height: 49px;
}
p.role {
	padding: 12px 25px;
	font-size: 19px;
	margin-bottom: 20px;
	margin-left: -25px;
}
p.txt {
	font-size: 112.5%;
}
p.btn-chart {
	position:relative;
	z-index:5;
}
p.btn-chart a {
	width:220px;
	height:30px;
}
p.clrfloat {
	clear:both;
}
}
@media all and (max-width: 767px) {
div.unit {
	padding-top: 10px;
	margin-top: -10px;
}
div.unit article {
	margin:10px;
	padding: 10px;
}
p.pic {
	width: 240px;
	margin: 0 auto 10px;
}
p.pic span {
	background-size:cover;
}
p.pic span img {
	width: 230px;
	height: 270px;
}
h2.name {
	margin-bottom: 10px;
}
h2.name span {
	position:relative;
	height:0;
	background-repeat:no-repeat;
	background-size:contain;
	padding-top: 10.1030927835052%;
}
h2.name span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
p.role {
	padding: 8px 10px;
	font-size: 15px;
	margin-bottom: 10px;
}
p.txt {
	font-size: 100%;
	margin-bottom:1.5em;
}
p.btn-chart {
	width:180px;
	margin:0 auto;
}
p.btn-chart a {
	width:180px;
	height:25px;
	background-size: contain;
}
}
