@charset "UTF-8";
/*!
 * kenchikumirai.net originals
 */
 
.jumbotron--home {
	background-position: center center;
	background-image: url(../images/pl_home_hero02.jpg);
	background-size: cover;
	min-height: 400px;
	color: #fff;
	height: 50vh;
	margin-top: 20%;
	position: relative;
}
.jumbotron--cyborg{
	background-position: center bottom;
	background-image: url(../cyborg/images/pl_cyborg_01.jpg);
	background-size: cover;
	min-height: 100%;
	color: #fff;
	height: 60vh;
	margin-top: -20px;
}
.jumbotron__content {
	position: absolute;
	top: 76%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	opacity: 1;
	width: 100%;
}
.jumbotron__logo {
	fill: #fff;
	width: 65%;
	padding-left: 0px;
}
.btn-ghost {
  background: transparent;
}
.btn-ghost.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
 
.btn-ghost.btn-white:hover {
  color: #333;
  background: #fff;
}
.navbar-transparent {
	opacity: 0.5;
}
.h-space {
	margin-top: 15px;
	margin-bottom: 30px;
}
.row-space {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 0px;
}
.p-space {
	margin-top: 10px;
	margin-bottom: 20px;
}
.p_line-height {
	line-height: 1.8em;
}
.h_line-height {
	line-height: 1.3em;
}
