@charset "UTF-8";
/* Body */
body {
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*font-size: 14px;*/
	font-style: normal;
	border: 0;
}


/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}



/* Navigation */

/*最上段ヘッダー設定*/
header {
	width: 100%;
	height: 50px;
	background-color: #840002;
	left: 0;
	z-index:9999;
	-webkit-user-select:none;
	-moz-user-select:none;
}

/*ロゴフォント*/
.logo {
	width: auto;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

/*ヘッダー部設定追加*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}



/* ------------------------------
   #menuList
------------------------------ */
#menu_list {
	width: 350px;
	z-index: 10;
	float: right;
}

#menu_list ul {
	margin: 0px 0;
	text-align: center;
}

#menu_list ul li {	
	min-width: 100px;
	float: left;
	list-style: none;
}

#menu_list ul li a {
	height: 20px;
	padding: 15px 0px;
	font-size: 12px;
	display: block;
	transition: all 0.2s linear;
}

#menu_list ul li a:link 	{text-decoration:none; color: #FFF;}
#menu_list ul li a:visited 	{text-decoration:none; color: #FFF;}
#menu_list ul li a:active 	{text-decoration:none; color: #000;}


#menu_list ul li a:hover{
	background: #B92628;
	font-weight: bold;
	text-decoration:none; 
	color: #000;
}



/* ------------------------------
   #menuListここまで
------------------------------ */




/* Hero Section */
/*トップ写真エリア*/
.hero {
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 150px;
	background-image:url(../images/hero_img01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position : center top;
	font-family: 'Montserrat', cursive;
	text-shadow: 0px 3px 0px rgba(0,0,0,0.3);
}
.corp_name1 {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: 30px;
  
}
.corp_name2 {
	font-weight: bold;
	color: #F30000;
}

.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* About Section */

/*会社概要全体設定*/
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 100px;

	
}
/*会社説明フォント設定*/
.text_column {
	width: 46%;
	text-align: justify;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	color: #636363;
}


/* Stats Gallery */

/*開発タイトルエリア設定*/
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 120px;
	margin-top: -5px;
	margin-bottom: 0px;
	
	text-align: center;

}

.gallery h3 {
	color: #636363;
	text-align: center;
	font-size: 24px;
}

/*開発タイトル個別設定*/
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 10px;
}
/*ゲームタイトル*/
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
	height: 20px;
}
/*発売時期*/
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #A3A3A3;
}

/*商標コメント*/
.trademark{
	clear: both;
	display:block;
	height: 10px;
	width: 380px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
}


/* 社員募集 */
.recruit {
	background-color: #FFFFFF;
	background-image: url(../images/parallax.jpg);
	height: 360px;
	background-size: cover;
	background-position : left top;/*背景画像を中央固定*/
	background-repeat: no-repeat;
	padding-top: 10px;
}
.recruit_description h3{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	color: #FFFFFF;
	text-align: left;

}
.recruit_description {
	color: #FFFFFF;
	text-align: left;
	padding: 20px;
	width: 40%;
	font-weight: lighter;
	margin-top: 20px;
	margin-left: 30px;
	background-color: rgba( 0, 0, 0, 0.3 )
}
.recruit .button {
	width: 200px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	text-align: center;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
}
.recruit .button:hover {
	background-color: #FEFEFE;
	color: #444;
	cursor: pointer;
}
/* 社員募集ここまで */


/* 社内風景 */
.office {
	padding-left: 		25px;
	padding-right: 		25px;
	padding-top: 		120px;
	padding-bottom: 	80px;
	background-color: 	#FFFFFF;
	margin-top: 		0px;
}

article {
	width: 33.3%;
	text-align: center;
	padding-top: 10px;
	float: left;

}

article p {
	color: 			#717070;
	background-color: #FFFFFF;
	padding:  		5px;
	text-align: 	justify;
	margin-left: 	15px;
	margin-right: 	15px;
}

.cards {
	width: 90%;
	height: auto;
	max-width: 300px;
	max-height: 300px;
	border-radius: 20px;
}
/* 社内風景ここまで */


/**リンクボタン基本設定**/
.button {
	clear:both;
	display:block;
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	border: 3px solid #787878;
	color: #444444;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #787878;
	color: #FFFFFF;
	cursor: pointer;
}



/*会社情報*/
.company {
	background-color: #C4C4C4;
	padding-top: 10px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-repeat: repeat;
}
.company h3 {
	color: #FFF;
	text-align: center;
}
.company td{
	border-bottom: thin dotted #FFFFFF;
}
.overview {
	width: auto;
	min-width: 280px;
	color: #FFFFFF;
	font-size: medium;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}
.item{
	text-align: 	right;
	font-weight: 	bold;	
}



/*マップ表示*/
.gmap {
position: relative;
padding-bottom: 50%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/***トップページバックボタン ***/
a.back{
	display:block;
	width: 60px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-radius: 50%;

	border: 3px solid #FFFFFF;
	color: #FFFFFF;

	transition: all 0.3s linear;
	position: relative;
	
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

a.back:hover {
	background-color: #ccc;
	color: #444444;
	cursor: pointer;
}

a.back::after{
	content: "";
	width: 20px;
  	height: 20px;
  	border-top: 6px solid #fff;
  	border-right: 6px solid #fff;
  	transform: rotate(-45deg);
	position: absolute;
	top: 22px;
	left: 18px;
	margin-left: auto;
	margin-right: auto;
}
/***トップページバックボタンここまで ***/



/*コピーライト*/
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: small;
}

/*一時消去用クラス*/
.hidden {
	display: none;
}

/*項目別見出し*/
h3 {
	color: #636363;
	text-align: center;
	font-family: 'Montserrat', cursive;
	font-size: 24px;
}



  

/* Mobile */
@media (max-width: 320px) {

body {
	font-size: 90%;
}
	
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}

header nav ul {
	display: none;
	margin: 10px -20px;
}

ul li {
	display: none;
}


.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.office_photo {
	width: 100%;
	margin-top: 0px;
}
.office .office_photo p {
	color: #717070;
	background-color: #FFF;
	font-size: 14px;
	margin: 0px;
}

.recruit_description h3{
	text-align: center;
}

.recruit_description {
	width: 90%;	

	padding: 0px;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;

	font-size: 14px;
	text-align: center;
}
.recruit .button {
	float:none;
	margin-right: auto;
	margin-left: auto;
}

.office {
	padding-left: 		5px;
	padding-right: 		5px;
	padding-top: 		120px;
	padding-bottom: 	80px;
	background-color: 	#FFFFFF;
	margin-top: 		0px;
}

article {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;

}


.overview {
	width: 100%;
	color: #FFFFFF;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;

}

.item{
	text-align: 	right;
	font-weight: 	bold;	
}


.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}

}



/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {


header h1 {
	width: auto;
	margin-top: 0;
	display:block;
}

.logo {
	width: auto;
	float: none;
	margin: 10px auto;
	text-align: center;
}

.hero {
	background-image:url(../images/hero_img02.jpg);
	background-attachment: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position : center top;
}

.text_column {
	width: 100%;
	text-align: left;
	padding: 0px;
}
.thumbnail {
	width: 100%;
}

.recruit_description {
	padding: 20px;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	width: 70%;
	font-size: 14px;
	text-align: center;
}

.recruit .button {
	float:none;
	margin-right: auto;
	margin-left: auto;
}

.thumbnail {
	width: 50%;
}


.recruit {
	padding-left: 20px;
	padding-right: 20px;
}

article {
	width: 100%;
}

.gmap {
position: relative;
padding-bottom: 100%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

/*メニュー関連ここから*/

#menu_list {
	display: none;
}

#rwdMenuWrap {
	width: 90%;
	margin: 0 auto;
}

/*バーガーメニューエリア設定*/
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 60px;
	background: #3c3c3c;
	position: relative;
}


/*ハンバーガーメニューアイコン大枠*/
#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #a7a7a7;
	position: absolute;
	border-radius: 5px;
}

/*ハンバーガーメニューアイコン*/
#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:10px;transform: rotate(0);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:18px;transform: scale(1);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:10px;transform: rotate(0);}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:18px;transform: rotate(-45deg);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:18px;transform: rotate(45deg);}

#rwdMenuWrap ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}

#rwdMenuWrap ul li {
	list-style: none;
	width: 100%;
	border-bottom: #aaa 1px solid;
}

/*リンクメニュー*/
#rwdMenuWrap ul li a {
	padding: 15px 20px;
	text-align: center;
	display: block;
	background: #5F5F5F;
	position: relative;
	font-size: 14px;
	text-decoration:none; 
	color: #FFF;
}

#rwdMenuWrap ul li a:visited 	{text-decoration:none; color: #FFF;}
#rwdMenuWrap ul li a:active 	{text-decoration:none; color: #000;}


#rwdMenuWrap ul li a:hover{
	background: #8E8E8E;
	font-weight: bold;
	text-decoration:none; 
	color: #000;
}


}



/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 50%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.hero {
	background-attachment: fixed;
}

/* Desktops */
@media (min-width: 1097px){

.hero {
	background-attachment: fixed;
}

}
	
