@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	background-color: #eee;
	color: #333;
}
body.global {
	font-family: Roboto, Arial, 'Helvetica Neue', Helvetica, Meiryo, NanumGothic, 'Malgun Gothic', sans-serif;
}
body.japan {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', HiraKakuProN-W3, 'Hiragino Kaku Gothic Pro', Roboto, NanumGothic, 'Malgun Gothic', sans-serif;
}
body.korea {
	font-family: NanumGothic, '나눔고딕', Roboto, Meiryo, 'Malgun Gothic', '맑은고딕', 'Apple SD Gothic Neo', Dotum, '돋움', sans-serif;
}
a { color: #333; }
a:hover { color: rgba(0,0,0,.7); }
#container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* header
===========================================*/
header {
	position: relative;
	width: 100%;
	background-color: #22292f;
	text-align: center;
}
header h1 {
	position: relative;
	width: 160px;
	height: 60px;
	margin: 0 auto;
	z-index: 1;
}
header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}
header h1 a img {
	height: 30px;
}
header #gnb {
	width: 100%;
	height: 100%;
	color: #fff;
}
header #gnb dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 60px;
	text-indent: -1000000px;
	background: url(../images/btn_menu.png) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
}
header #gnb dd {
	display: none;
	position: relative;
	border-bottom: 1px solid #444a54;
	background-color: #4d5460;
}
header #gnb dd a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	color: #fff;
}
header #gnb dd a:hover {
	background-color: #444a54;
}
header #gnb dd.gnb_twitter a {
	padding: 7px 0 5px 0;
	line-height: 1;
}
header #gnb dd.gnb_twitter a img {
	vertical-align: middle;
}

/* bnr
===========================================*/
.bnr {
	position: relative;
	width: 100%;
	height: 240px;
}
#bnr_main .img {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#bnr_main .img li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
#bnr_main .img li a {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 2000px;
	height: 100%;
	margin-left: -1000px;
}
#bnr_main .img li a img {
	width: auto;
	height: 100%;
}
#bnr_main .nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	line-height: 1;
	text-align: center;
}
#bnr_main .nav li {
	display: inline-block;
	width: 30px;
	height: 10px;
	margin: 0 5px;
	background-color: #fff;
	text-indent: -1000000px;
	cursor: pointer;
}
#bnr_main .nav li.on {
	background-color: #f36f52;
}
#bnr_about {
	background-color: #333;
	text-indent: -1000000px;
}

/* content
===========================================*/
.content {
	position: relative;
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}
.content .apps {
	position: relative;
	width: 100%;
	text-align: center;
}
.content .apps ul {
	position: relative;
	width: 100%;
}
.content .apps ul li {
	display: inline-block;
	position: relative;
	width: 144px;
	margin: 10px;
}
.content .apps ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.content .apps ul li a span {
	display: block;
	position: relative;
	width: 100%;
}
.content .apps ul li .name {
	font-weight: bold;
	color: #333;
}
.content .apps ul li .icon {
	overflow: hidden;
	height: 144px;
	margin-bottom: 10px;
	background-color: #eee;
	border: 1px solid #dadada;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/* about
=========================================== */
.content .team {
	position: relative;
	width: 100%;
	margin-top: -120px;
	text-align: center;
	z-index: 1;
}
.content .team li {
	display: inline-block;
	width: 200px;
}
.content .team li:first-child {
	margin-bottom: 20px;
}
.content .team li .img {
	position: relative;
	width: 155px;
	height: 155px;
	margin: 0 auto;
	background-color: #333;
	background-repeat: no-repeat;
	border: 5px solid #333;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
.content .team li .name {
	margin: 10px 0 5px 0;
	font-weight: 700;
}
.content .team li .position {
	font-weight: 500;
}
.content .studio {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

/* games
=========================================== */
.content .game,
.content .factsheet,
.content .features,
.content .video,
.content .screenshot,
.content .presskit,
.content .contact {
	position: relative;
	width: 100%;
	padding: 40px 20px;
}
.content .game h3,
.content .factsheet h3,
.content .features h3,
.content .video h3,
.content .screenshot h3,
.content .presskit h3,
.content .contact h3 {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-size: 24px;
}
.content .game {
	margin-bottom: 40px;
	padding: 0 20px;
}
.content .game .icon,
.content .game .info,
.content .game .down {
	position: relative;
	margin: 0 auto;
}
.content .game .icon {
	width: 144px;
	height: 144px;
	background-color: #eee;
	border: 1px solid #dadada;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.content .game .info h2 {
	margin: 20px 0;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.content .game .down {
	position: relative;
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.content .game .down li {
	display: inline-block;
	width: 200px;
	background-color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 1;
}
.content .game .down li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.content .game .bnr_game {
	overflow: hidden;
	position: relative;
	width: 100%;
	text-indent: -1000000px;
	background-color: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 0;
	text-indent: 0;
}
.content .factsheet {
	border-top: 1px solid #eee;
}
.content .factsheet dl {
	position: relative;
	width: 100%;
}
.content .factsheet dl dt {
	font-weight: 700;
	margin-bottom: 5px;
}
.content .factsheet dl dd {
	margin-bottom: 20px;
}
.content .factsheet dl dd:last-child {
	margin-bottom: 0;
}
.content .features {
	background-color: #f0f0f0;
}
.content .features h3:nth-child(even) {
	margin-top: 30px;
}
.content .features .title {
	font-weight: 500;
}
.content .features .list li {
	list-style: disc;
	margin-left: 20px;
}
.content .video iframe {
	width: 280px;
	height: 180px;
}
.content .screenshot {
	padding-left: 10px;
	padding-right: 10px;
}
.content .screenshot .my-gallery {
	position: relative;
	width: 100%;
	text-align: left;
}
.content .screenshot .my-gallery figure {
	display: inline-block;
	width: 140px;
	height: 210px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #000;
}
.content .screenshot .my-gallery figure:nth-child(even) {
	margin-right: 0;
}
.content .screenshot .my-gallery figure:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.content .presskit {
	border-top: 1px solid #eee;
}
.content .presskit .btn {
	display: inline-block;
}
.content .presskit .btn a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	background-color: #aaa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}
.content .presskit .btn a:hover {
	background-color: #f36f52;
}
.content .contact {
	padding: 0 20px;
}
.content .contact a {
	color: #0054a6;
	text-decoration: underline;
}

/* board
=========================================== */
.board {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	background-color: #fff;
}
.board .list {
	position: relative;
	width: 100%;
}
.board .list ul li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.board .list ul li.on {
	border: 2px solid #f36f52;
}
.board .list ul li.on:after {
	content: 'NEW';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	padding: 3px 0;
	background-color: #f36f52;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.board .list ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
}
.board .list ul li a:after {
	content: '';
	display: block;
	clear: both;
}
.board .list ul li a figure {
	float: left;
	display: block;
	width: 100px;
	height: 70px;
	margin-right: 15px;
	background-color: #eee;
}
.board .list ul li a h3 {
	font-weight: 500;
	margin-bottom: 5px;
}
.board .list ul li a .desc {
	color: #666;
}
.board .nav {
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.board .nav ul {
	position: relative;
	width: 100%;
	text-align: center;
}
.board .nav ul li {
	display: inline-block;
}
.board .nav ul li a {
	display: block;
	margin: 0 5px;
	padding: 3px 10px;
	border: 1px solid #ddd;
}
.board .nav ul li.on a {
	border: none;
	background-color: #4d5460;
	color: #fff;
	font-weight: 500;
}
.board .view {
	position: relative;
	width: 100%;
	padding-top: 30px;
}
.board .view .fix {
	padding: 0 15px;
}
.board .view h3 {
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
}
.board .view .desc {
	color: #666;
	text-align: center;
}
.board .view .sns {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	text-align: center;
}
.board .view .sns li {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.board .view .sns li a {
	display: block;
	width: 100%;
	height: 100%;
}
.board .view .sns li.btn_twitter {
	background-image: url(../images/btn_twitter.png);	
}
.board .view .body {
	position: relative;
	width: 100%;
	margin: 20px 0 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.board .view .body .fix {
	padding: 30px 15px;
}
.board .nav .btn_list {
	text-align: center;
}
.board .nav .btn_list a {
	display: inline-block;
	padding: 5px 15px;
	background-color: #525e6c;
	color: #fff;
	font-weight: 300;
}

/* contact
=========================================== */
#contactForm {
	position: relative;
	width: 100%;
	margin: 20px auto 0 auto;
}
#contactForm label {
	display: block;
	margin-bottom: 5px;
}
#contactForm label:after {
	content: '*';
	display: inline-block;
	margin-left: 5px;
	color: #f10;
	vertical-align: middle;
}
#contactForm input,
#contactForm textarea {
	display: block;
	position: relative;
	width: 100%;
}
#contactForm input[type=text],
#contactForm input[type=email],
#contactForm textarea {
	margin-bottom: 15px;
	padding: 5px 10px;
	border: 3px solid #d3d6dc;
}
#contactForm .file label,
#contactForm .file input[type=file] {
	font-size: 14px;
	color: #666;
}
#contactForm .file label:after {
	content: none;
}
#contactForm input[type=submit] {
	margin-top: 30px;
	padding: 10px 0;
	border: none;
	background-color: #4d5460;
	color: #fff;
}

/* button top
=========================================== */
.btn_top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	background-color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	font-weight: 700;
	z-index: 100;
}
.btn_top a {
	display: block;
	width: 100%;
	height: 100%;
}

/* footer
=========================================== */
footer,
footer .language,
footer .lnb {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
}
footer a {
	color: #666;
}
footer .language {
	border-top: 1px solid #eee;
	background-color: #fafafa;
}
footer .language ul {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
footer .language ul li {
	float: left;
	border-right: 1px solid #eee;
}
footer .language ul li:last-child {
	border-right: none;
}
footer .language ul li:nth-child(1),
footer .language ul li:nth-child(3) {
	width: 33%;
}
footer .language ul li:nth-child(2) {
	width: 34%;
}
footer .language ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
}
footer .lnb {
	position: relative;
	width: 100%;
	padding: 10px 0;
}
footer .lnb ul {
	position: relative;
	width: 100%;
}
footer .lnb ul li {
	display: inline-block;
}
footer .lnb ul li:after {
	content: '|';
	display: inline-block;
	margin: 0 10px;
	color: #ddd;
}
footer .lnb ul li:last-child:after {
	content: none;
}
footer .copyright {
	position: relative;
	width: 100%;
	padding: 12px;
	background-color: #dddddd;
}
@media screen and (min-width: 480px) {
	.content .team li:first-child {
		margin-right: 40px;
	}
	.content .screenshot .my-gallery figure:nth-child(even) {
		margin-right: 5px;
	}
	.content .screenshot .my-gallery figure:nth-child(3n) {
		margin-right: 0;
	}
	.content .screenshot .my-gallery figure:last-child {
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 640px) {
	.content .team li:first-child {
		margin-right: 100px;
	}
	.content .game .icon {
		float: left;
		margin-right: 20px;
	}
	.content .game .info {
		min-height: 144px;
	}
	.content .game .info h2 {
		margin-top: 0;
		padding-top: 10px;
		text-align: left;
	}
	.content .screenshot .my-gallery figure:nth-child(3n) {
		margin-right: 5px;
	}
	.content .screenshot .my-gallery figure:nth-child(4n) {
		margin-right: 0;
	}
	footer .language ul {
		width: 640px;
	}
}
@media screen and (min-width: 768px) {
	.content .screenshot .my-gallery figure:nth-child(4n) {
		margin-right: 5px;
	}
}
@media screen and (min-width: 980px) {
	.fix {
		position: relative;
		width: 980px;
		height: 100%;
		margin: 0 auto;
	}
	header {
		height: 100px;
	}
	header h1 {
		float: left;
		width: 240px;
		height: 100%;
	}
	header h1 a {
		padding: 27.5px 0 0 0;
	}
	header h1 a img {
		height: 45px;
	}
	header #gnb {
		float: left;
		width: 720px;
		padding-top: 30px;
		text-align: right;
	}
	header #gnb dt {
		display: none;
	}
	header #gnb dd {
		display: inline-block !important;
		margin: 0 5px;
		border-bottom: none;
		background-color: transparent;
		text-align: center;
	}
	header #gnb dd a {
		padding: 10px;
	}
	header #gnb dd a:hover {
		background-color: transparent;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		color: rgba(255,255,255,.5);
	}
	.bnr {
		height: 370px;
	}
	.content .studio {
		width: 800px;
		padding: 20px 0;
	}
	.content .game, 
	.content .factsheet,
	.content .features,
	.content .screenshot,
	.content .presskit,
	.content .contact {
		padding: 60px 0;
	}
	.content .game .info,
	.content .game .down {
		float: left;
	}
	.content .game {
		margin-bottom: 60px;
		padding: 0;
	}
	.content .game .info {
		width: 816px;
	}
	.content .game .down {
		margin: 40px 0;
	}
	.content .game .down li {
		margin: 0 50px;
	}
	.content .video iframe {
		width: 500px;
		height: 300px;
	}
	.content .screenshot .my-gallery figure {
		width: 180px;
		height: 270px;
		margin: 5px;
	}
	.content .screenshot .my-gallery figure:first-child {
		margin-left: 0;
	}
	.content .contact {
		padding-top: 0;
	}
	.content .team li:first-child {
		margin-right: 200px;
	}
	.board {
		padding: 40px 0;
	}
	.board .list ul li {
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	.board .list ul li:last-child {
		margin-bottom: 0;
	}
	.board .list ul li a {
		width: 100%;
		height: 100px;
		padding: 20px 20px 20px 160px;
	}
	.board .list ul li a figure {
		position: absolute;
		top: 0;
		left: 0;
		width: 140px;
		height: 100%;
	}
	.board .nav {
		margin-top: 40px;
	}
	.board .view {
		padding-top: 0;
	}
	.board .view .sns {
		height: 40px;
		margin-top: 15px;
	}
	.board .view .sns li {
		width: 40px;
	}
	.board .view .body {
		margin-top: 30px;
	}
	.board .view .body .fix {
		padding: 40px 0;
	}
}

/* animation
===========================================*/
.btn_top {
	animation: slideUp2 .1s ease-in-out;
}
.bnr {
	animation: slideUp .1s ease-in-out;
}
@media screen and (min-width: 980px) {
	.bnr {
		animation: slideDown .1s ease-in-out;
	}
}
@keyframes slideUp {
	0% { height: 370px; }
	100% { height: 200px; }
}
@keyframes slideDown {
	0% { height: 200px; }
	100% { height: 370px; }
}
@keyframes slideUp2 {
	0% { bottom: -40px; opacity: 0; }
	100% { bottom: 10px; opacity: 1; }
}

/* adsbygoogle
===========================================*/
.adsbygoogle {
	display: block !important;
	margin: 0 auto;
}
