@charset "utf-8";
html,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 { font-family: メイリオ, "ＭＳ Ｐゴシック", sans-serif; }
h2 { text-shadow: 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1); }
h3 {
	margin-top: 0;
	position: relative;
}
body { padding-top: 68px; }
strong { font-size: 22px; }
.container > h1 {
	font-size: 40px;
	color: #393939;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 34px;
	border-bottom: 1px #979797 solid;
	position: relative;
	margin-bottom: 1.5em;
	position: relative;
}
.container > h1:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 8em;
	height: 3px;
	left: 50%;
	margin-left: -4em;
	background-color: #979797;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page-home .navbar { margin-bottom: 0; }
.page-home .container > h1 { font-size: 28px; }
a.more { /*display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	position: relative;
	top: 7px;*/
}
.slick .caption {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
}
.slick .caption:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/mask.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.page-home .slick .container .wrapper {
	/*height: 200px;*/
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	/*background-color: rgba(0,0,0,.5);*/
	text-align: right;
	color: #fff;
	font-size: 30px;
	z-index: 1;
	padding-right: .5em;
}
.page-home .slick .container .wrapper p {
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1);
}
.page-home .slick .container .wrapper a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	color: #ff0000;
	border: #ff0000 solid 2px;
	display: block;
	float: right;
	text-shadow: 2px 2px 5px rgba(0,0,0,.75);
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	transition: all .3s ease;
}
.page-home .slick .container .wrapper a:hover {
	text-decoration: none;
	background-color: #ff0000;
	color: #ffffff;
}
.slick-prev:before,
.slick-next:before { color: red; }
p.mail {
	margin-top: 1em;
	text-align: right;
}
.pagination>li a { margin: 0 2px; }
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #7783a1;
	border-color: #7783a1;
}
.page {
	text-align: center;
	margin: 1em auto;
}
.navbar-default { background-color: #ffffff; }
.navbar-default .navbar-nav>li>a { color: #979797; }
.navbar-nav>li.dropdown:hover > .dropdown-menu { display: block; }
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main {
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 18px;
}
.about ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #393939;
}
.about li {
	padding: 16px 0;
	border-bottom: 1px #d6d6d6 solid;
}
.about li:first-of-type { border-top: 1px #d6d6d6 solid; }
.about li .tit {
	font-size: 24px;
	font-weight: bold;
	margin-right: 1em;
	width: 5em;
	display: inline-block;
}
.about div.img {
	border: 1px #d6d6d6 solid;
	overflow: hidden;
}
.about div.img img { /*min-height: 476px;*/ width:100%; }
.page-company-identity h2 {
	margin-top: 0;
	font-size: 54px;
	line-height: 1.2;
	/*border-bottom: 2px rgba(157,157,157,1) solid;*/
	padding: 0px 0 20px;
	position: relative;
	margin-bottom: 30px;
	position: relative;
}
.page-company-identity h2:before {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 4.2em;
	height: 3px;
	left: 0;
	margin-left: 0em;
	background-color: rgba(157,157,157,1);
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page-company-identity .row .txt { line-height: 2.2em; }
.page-company-identity .row .txt p { margin-bottom: 1.5em; }
.year {
	margin-bottom: 2.5em;
	position: relative;
}
.year img {
	max-width: 47%;
}
.year:last-child { margin-bottom: 0; }
.responsive-16by9 {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 0;
	padding-bottom: 56.25%;
}
.responsive-16by9 iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.thumbnail {
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #b8b8b8;
	border-radius: 0px;
	position: relative;
}
.thumbnail img { width: 100%; }
.thumbnail .caption {
	padding: 18px 22px;
	/*position: relative;*/
	font-size: 16px;
	padding-bottom: 36px;
}
.thumbnail .caption h3 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: .35em;
	border-bottom: 1px solid #b8b8b8;
}
.thumbnail .caption .category {
	font-size: 12px;
	margin-left: 5px;
}
.thumbnail .caption .btn-game {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0;
	border: none;
	opacity: 0;
	z-index: 1;
	height:100%;
	width:100%;
	background-color:transparent;
	color:transparent;
}
.thumbnail .caption .btn-game:after {
	background-color: #ff0000;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0;
	border: none;
	font-size: 18px;
	opacity: 0;
	z-index: 1;
	content:"もっと詳しく";
    padding: 6px 12px;
}
.thumbnail:after {
	position: absolute;
	content: "";
	border: #ff0000 2px solid;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.thumbnail:hover:after,
.thumbnail:hover .caption .btn-game,
.thumbnail:hover .caption .btn-game:after  { opacity: 1; }
.notice ul {
	padding: 0;
	list-style: none;
}
.notice ul li {
	padding: 16px 0;
	border-bottom: 1px #d6d6d6 solid;
	position: relative;
}
.notice ul li:hover { background-color: #f8f8f8; }
.notice ul li:after {
	content: "";
	display: table;
	clear: both;
}
.notice ul li:first-of-type { border-top: 1px #d6d6d6 solid; }
.notice ul li span { float: left; }
.notice ul li .num { padding: 0 1.5em; }
.notice ul li .cat { margin-right: .5em; }
.notice ul li .time {
	float: right;
	padding: 0 1em;
}
.page-information-detail .main { padding: 0px; }
.detail { margin-top: 1em; }
.detail h1 {
	font-size: 22px;
	color: #393939;
	background-color: #f8f8f8;
	margin: .5em auto 0;
	padding: 1em;
	border-top: #b8b8b8 1px solid;
	border-bottom: #b8b8b8 1px solid;
}
.detail .time {
	text-align: right;
	color: #393939;
	font-size: 12px;
	padding: 1em;
	border-bottom: #b8b8b8 1px solid;
	margin-bottom: 1em;
}
.detail .post-data .time {
	text-align: left;
	padding: 0 1em 0 0;
	margin: 1em;
	border-bottom-width: 0;
	border-right: #b8b8b8 1px solid;
	margin-bottom: 0em;
}
.detail .post-data .cat {
	font-size: 12px;
	margin: 1em 0;
}
.detail .images img {
	width: 100%;
	margin-bottom: 1em;
}
.detail .txt { margin-bottom: 3em; }
.btn-back,
.btn-back:focus {
	color: #333 !important;
	background-color: #44464a !important;
	border-color: #44464a !important;
	color: #fff !important;
	padding: 12px 50px;
}
.btn-back:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}
.page-recruit .preface {
	text-align: center;
	margin: -1em auto 1em;
}
.page-recruit .container .row p {
	padding: 0 15px;
}
.page-recruit .container .row .col-md-4 p {
	padding: 0 0px;
}
.page-recruit .recruit-menu { margin: 1em auto; }
.page-recruit dl.job {
	background-color: #ffffff;
	border: #E3E3E3 1px solid;
	font-size: 14px;
}
.page-recruit dl.job dt.position {
	background-color: #f1f1f1;
	padding: .55em 1em;
	margin-bottom: 1em;
	font-size: 18px;
}
.page-recruit dl.job dd {
	padding: 0 1em;
	margin-bottom: .5em;
}
.page-recruit dl.job dd.content {
	font-size: 18px;
	padding-bottom: 1.5em;
	height: 130px;
	overflow:hidden;
}
.page-recruit dl.job dd.department { color: #999; }
.page-recruit dl.job dd.period {
	padding: .75em 1em;
	background-color: #f8f8f8;
	margin: 0;
	color: #999;
}
.page-recruit-detail .main th {
	text-align: right;
	white-space: nowrap;
}
.footer {
	min-height: 50px;
	background-color: #f5f5f5;
	padding: 10px 0;
}
.footer .brand {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	float: right;
}
.footer .menu { margin-top: 5px; }
.footer .menu a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.footer .menu a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 12px;
	padding-left: 10px;
	border-left: 1px solid #555;
}
.footer .menu a:first-of-type:before { border-left-width: 0; }
.footer .menu address {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	font-style: normal;
}
.footer .menu address:before { /*content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 12px;
	padding-left: 10px;
	border-left: 1px solid #555;*/
}
.btn-info {
    color: #fff;
    background-color: rgba(88,88,88,1);
    border-color: rgba(88,88,88,1);
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info ,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover{
    background-color: rgba(48,48,48,1);
    border-color: rgba(48,48,48,1);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}
.btn-info:active, .open>.dropdown-toggle.btn-info ,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover{
	cursor:default;
}
.btn-info:hover {
    color: rgba(48,48,48,1);
	background-color: #fff;
    border-color: rgba(48,48,48,1);
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 0px;
}
.privacy ol { margin-bottom:2em;}
.privacy ol li { margin-bottom:.5em;}
.privacy li li { list-style:disc;}
@media (max-width: 767px) {
.slick .caption { height: 200px; }
.footer .menu { text-align: center; }
.footer .menu address {
	display: block;
	margin-bottom: .25em;
}
.footer .brand { display: none; }
.year img {
	max-width:100%;
	width:100%;
	margin-bottom: 1em;
}
.page-home .slick .container .wrapper p { display:none;}
}
@media (max-width: 480px) {
}
@media (min-width: 992px) {
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: transparent;
}
.nav>li { position: static; }
.dropdown-menu {
	width: 100%;
	padding-left: 360px;
	height: 40px;
	background-color: rgba(48,48,48,1);
	border-width: 0;
	border-radius: 0px;
	box-shadow: 0 0 0 rgba(0,0,0,.175);
}
.dropdown-menu li { float: left; }
.dropdown-menu>li>a {
	padding: 5px 20px;
	color: #ccc;
	font-size: 16px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}
.main { padding-top: 30px;/*min-height: 766px;*/}
.page-information-detail .main { min-height: inherit; }
.navbar,
.navbar-header { min-height: 68px; }
.navbar-brand { padding-top: 20px; }
.navbar-nav { margin-left: 7em; }
.navbar-right { margin-left: 0; }
.navbar-nav>li>a {
	font-size: 18px;
	font-weight: bold;
	padding-top: 26px;
	padding-bottom: 22px;
	position: relative;
}
.navbar-nav>li>a.mangot5 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-information .navbar-default .navbar-nav>li.nav-information>a,
.page-pcgame .navbar-default .navbar-nav>li.nav-pcgame>a,
.page-company .navbar-default .navbar-nav>li.nav-company>a { color: #000; }
.page-information .navbar-default .navbar-nav>li.nav-information>a:after,
.page-pcgame .navbar-default .navbar-nav>li.nav-pcgame>a:after,
.page-company .navbar-default .navbar-nav>li.nav-company>a:after {
	content: "";
	position: absolute;
	bottom: 5px;
	width: 5em;
	height: 3px;
	left: 50%;
	margin-left: -2.5em;
	background-color: #979797;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page-company-identity .row {
	background-image: url(../images/identity.jpg);
	min-height: 619px;
	background-repeat: no-repeat;
	background-position: 15px 0;
}
.page-company-identity .row .txt { padding-top: 100px; }
.page-company-history .row { /*background-image: url(../images/history.png);
	background-repeat: no-repeat;
	background-position: 15px 0;
	min-height: 619px;*/
}
.page-company-history .row > div { height: 100%; }
.page-company-history .row .content {
	height: 100%;
	position: relative;
}
.page-company-history .row .content:after {
	height: 100%;
	width: 1px;
	content: "";
	position: absolute;
	background-color: #b8b8b8;
	left: 50%;
	top: 8px;
}
.year { /*padding-left: 3em;*/ }
.year:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -3px;
	width: 7px;
	height: 8px;
	background-image: url(../images/dot_gray.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1;
}
.year .info {
	float: right;
	width: 48%;
}
.thumbnail { min-height: 600px; }
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (min-width: 980px) {
}
@media (min-width: 1200px) {
.navbar .container { width: 92%; }
.footer .container { width: 800px; }
.page-home .slick .container {
	position: relative;
	height: 100%;
}
.page-information-detail .main .container { width: 1024px; }
}
