@charset "utf-8";

body{ background: #282930; }

/*-----------------------------------------
	contents
------------------------------------------*/
.slide01{
	background: url(/img/corp/top_slider/01_pc.png);
	background-size: cover;
	text-align: center;
}

.slide02{
	background: url(/img/corp/top_slider/02_pc.png);
	background-size: cover;
	text-align: center;
}

.slider-title{
	color: #ffffff;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 425%;
	margin: 120px 0 15px 0;
	line-height: 1.2em;
}

.slider-subtitle{
	color: #ffffff;
	font-size: 116%;
	margin: 0 0 30px 0;
	line-height: 1.4em;
}

.br-slider {
	display: none;
}

.navy-box{
	clear: both;
	background: #282930;
	border-bottom: 1px solid #42444d;
}

.navy-box a{
	color: #ffffff;
}

.news-inner{
	clear: both;
	padding: 80px 0;
	background: #f8f8f8;
}

.container{
	width: 1024px;
	margin: 0 auto;
}

.column-1{
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.column-2{
	width: 50%;
	float: left;
	text-align: center;
	color: #ffffff;
	margin: 0 0 0 -1px;
	border-left: 1px solid #42444d;
}

/*-----------------------------------------
	panel
------------------------------------------*/
.panel{
	height: 280px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.panel a{
	text-decoration: none;
}

.panel-content{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.panel-cover{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #ffffff;
	padding: 50px 0 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
}

.panel-cover:hover{ opacity: 1; }

.panel-title{
	font-size: 156%;
	font-family: 'Montserrat';
	font-weight: 700;
	margin: 0 0 45px 0;
}

.panel-cover-title{
	position: absolute;
	text-align: center;
	top: 45%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 188%;
}

.panel-content p.subtitle{
	position: absolute;
	text-align: center;
	top: 55%;
	width: 100%;
	font-size: 88%;
	color: #999999;
}

.panel-content p.subtitle-2line{
	position: absolute;
	text-align: center;
	top: 60%;
	width: 100%;
	font-size: 88%;
	color: #999999;
}

.panel-cover p.subtitle{
	margin: -35px 0 20px 0;
	text-align: center;
	font-size: 88%;
	color: #999999;
}

.panel-cover p.text{
	margin: 0 20px 30px 20px;
	font-size: 88%;
	line-height: 1.7;
}
/* mac safari */
_::-webkit-full-page-media, _:future, :root .panel-cover p.text{
	margin: 0 14px 30px 14px;
	line-height: 1.6;
}

.cover-white{ background: #ffffff; }
.cover-navy{ background: #282930; }


/* --- 各panel設定 -----*/
#panel-area .panel-cover{
	padding-top: 40px;
}

.panel-event-img{
	float: left;
	width: 25%;
	background: url(/img/corp/img-panel-event_off.png);
	background-size: cover;
	background-position:left center;
}

.panel-event-img .panel-cover{
	background: url(/img/corp/img-panel-event_on.png);
	background-size: cover;
	background-position:left center;
}

.panel-event-content{
	background: #ffffff;
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
}

#panel-area .panel-event-content .panel-cover{
	padding-top: 60px;
}

.panel-vr-img{
	float: left;
	width: 25%;
	background: url(/img/corp/img-panel-vr_off.png);
	background-size: cover;
	background-position:center center;
}

.panel-vr-img .panel-cover{
	background: url(/img/corp/img-panel-vr_on.png);
	background-size: cover;
	background-position:center center;
}

.panel-vr-content{
	background: #ffffff;
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
}

.panel-condistro-img{
	float: left;
	width: 25%;
	background: url(/img/corp/img-panel-condistro_off.png);
	background-size: cover;
	background-position:center center;
}

.panel-condistro-img .panel-cover{
	background: url(/img/corp/img-panel-condistro_on.png);
	background-size: cover;
	background-position:center center;
}

.panel-condistro-content{
	background: #ffffff;
	float: left;
	width: 25%;
}

.panel-advertising-img{
	float: left;
	width: 25%;
	background: url(/img/corp/img-panel-advertising_off.png);
	background-size: cover;
	background-position:center center;
}

.panel-advertising-img .panel-cover{
	background: url(/img/corp/img-panel-advertising_on.png);
	background-size: cover;
	background-position:center center;
}

.panel-advertising-content{
	background: #ffffff;
	float: left;
	width: 25%;
}

.panel-solution-img{
	float: left;
	width: 50%;
	background: url(/img/corp/img-panel-solution_off.png);
	background-size: cover;
	background-position:center center;
}

.panel-solution-img .panel-cover{
	background: url(/img/corp/img-panel-solution_on.png);
	background-size: cover;
	background-position:center center;
}

.panel-solution-content{
	background: #ffffff;
	float: left;
	width: 50%;
}

.panel-gamesecurity-img{
	float: left;
	width: 25%;
	background: url(/img/corp/img-panel-gamesecurity_off.png);
	background-size: cover;
	background-position:center center;
}

.panel-gamesecurity-img .panel-cover{
	background: url(/img/corp/img-panel-gamesecurity_on.png);
	background-size: cover;
	background-position:center center;
}

.panel-gamesecurity-content{
	background: #ffffff;
	float: left;
	width: 25%;
}

.panel-gamepub-img{
	float: left;
	width: 25%;
	background: url(/img/corp/img-panel-gamepub_off.png);
	background-size: cover;
	background-position:center center;
}

.panel-gamepub-img .panel-cover{
	background: url(/img/corp/img-panel-gamepub_on.png);
	background-size: cover;
	background-position:center center;
}

.panel-gamepub-content{
	background: #ffffff;
	float: left;
	width: 25%;
}

.panel-streaming-img{
	float: left;
	width: 25%;
	background: url(/img/corp/img-panel-streaming_off.png);
	background-size: cover;
	background-position:center center;
}

.panel-streaming-img .panel-cover{
	background: url(/img/corp/img-panel-streaming_on.png);
	background-size: cover;
	background-position:center center;
}

.panel-streaming-content{
	background: #ffffff;
	float: left;
	width: 25%;
}

/*-----------------------------------------
	News
------------------------------------------*/
.title-news{
	font-size: 163%;
	margin: 0 0 45px 0
}

.news-list{
	position: relative;
	font-weight: normal;
	font-size: 60%;
	float: right;
}

.news-list a{ text-decoration: none; }
.news-list a:hover{ text-decoration: underline; }

.news a{ text-decoration: none; }
.news a:hover{ text-decoration: underline; }

.news-list:before{
	display: block;
	content: url(/img/corp/icon_bg_ar.png);
	position: absolute;
	top: -1px;
	right: 50px;
}

dl.news{
	margin: 1em 0;
	width: 100%;
	border-top: 2px solid #dedfe2;
	border-bottom: 1px solid #dedfe2;
}

dl.news dt {
	float: left;
	width: 14.5em;
	border-top: 1px solid #dedfe2;
	padding: 20px 0 0 20px;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 81%;
}

dl.news dt .date{
	line-height: 1.8;
}

dl.news dt .category-box-news{line-height: 1.8; }

dl.news dd {
	margin-left: 14.5em;
	padding: 20px 20px 20px 20px;
	border-top: 1px solid #dedfe2;
	font-size: 88%;
	line-height: 1.8;
}
/*-----------------------------------------
	1536
------------------------------------------*/
@media only screen and ( max-width: 1536px ) {
	#panel-area .panel-cover p.text{
		margin: 0 14px 20px 14px;
	}
}
/*-----------------------------------------
	1366
------------------------------------------*/
@media only screen and ( max-width: 1366px ) {
	#panel-area .panel-cover{
		padding-top: 30px;
	}
}
/*-----------------------------------------
	1024
------------------------------------------*/
@media only screen and ( max-width: 1060px ) {
	.container {
		width: 100%;
	}
}

/*-----------------------------------------
	999
------------------------------------------*/
@media only screen and ( max-width: 999px ) {
	.slide01{
		background: url(/img/corp/top_slider/01_sp.png);
		background-size: cover;
		background-position:50% 50%;
	}

	.slide02{
		background: url(/img/corp/top_slider/02_sp.png);
		background-size: cover;
		background-position:50% 50%;
	}

	.sp-slide-content{
		position: relative;
		top: 50%;
		width: 80%;
		margin: 0 auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.slider-title{
		font-size: 288%;
		margin: 0px 0 15px 0;
	}

	.slider-subtitle{
		color: #ffffff;
		font-size: 94%;
	}

	.br-slider { display: block; }

	#panel-area{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.navy-box{ border: none; }

	.panel-cover{ display: none; }

	.panel{ height: 160px; }

	.panel-cover-title{
		font-size: 119%;
		line-height: 1.2;
		top: 50%;
	}

	.panel-content p.subtitle{ display: none; }
	.panel-content p.subtitle-2line{ display: none; }


	.panel-event-img{
		width: 50%;
		-webkit-box-ordinal-group: 13;
		    -ms-flex-order: 12;
		        order: 12;
	}

	.panel-event-content{
		width: 50%;
		-webkit-box-ordinal-group: 12;
		    -ms-flex-order: 11;
		        order: 11;
	}

	.panel-vr-img{
		width: 50%;
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}

	.panel-vr-content{
		width: 50%;
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}

	.panel-condistro-img{
		width: 50%;
		-webkit-box-ordinal-group: 10;
		    -ms-flex-order: 9;
		        order: 9;
	}

	.panel-condistro-content{
		width: 50%;
		-webkit-box-ordinal-group: 11;
		    -ms-flex-order: 10;
		        order: 10;
	}

	.panel-advertising-img{
		width: 50%;
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}

	.panel-advertising-content{
		width: 50%;
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}

	.panel-solution-img{
		width: 50%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.panel-solution-content{
		width: 50%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.panel-gamesecurity-img{
		width: 50%;
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}

	.panel-gamesecurity-content{
		width: 50%;
		-webkit-box-ordinal-group: 15;
		    -ms-flex-order: 14;
		        order: 14;
	}

	.panel-gamepub-img{
		width: 50%;
		-webkit-box-ordinal-group: 17;
		    -ms-flex-order: 16;
		        order: 16;
	}

	.panel-gamepub-content{
		width: 50%;
		-webkit-box-ordinal-group: 16;
		    -ms-flex-order: 15;
		        order: 15;
	}

	.panel-streaming-img{
		width: 50%;
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}

	.panel-streaming-content{
		width: 50%;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}


	.column-2{
		width: 100%;
		border-bottom: 1px solid #42444d;
		border-left: 0;
		margin: 0;
	}

	.container{
		padding: 0;
	}

	#message .inner {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #42444D;
	}

	.title-news{
		font-size: 106%;
		margin: 0 0 20px 0;
	}

	.news-list:before{
		top: -4px;
		right: 32px;
	}

	.news-inner{
		padding: 20px 10px;
	}

	.container{
		width: 100%;
	}

	dl.news dt {
		padding: 15px 0 10px 0;
		width: 100%;
	}

	dl.news dt .date{
		float: left;
		font-size: 69%;
		line-height: 1.8;
	}

	dl.news dd {
		margin-left:0;
		padding: 20px 10px 20px 0;
		border-top:1px solid #eeeeee;
		font-size: 75%;
		line-height: 1.8;
	}
}

/*-----------------------------------------
	519
------------------------------------------*/
@media only screen and ( max-width: 519px ) {
	.sp-slide-content{
		width: 270px;
	}

	.slider-title{
		text-align: left;
		line-height: 1.06;
	}

	.slider-subtitle{
		text-align: left;
		line-height: 1.63;
	}

}

/*-----------------------------------------
	480
------------------------------------------*/
@media only screen and ( max-width: 480px ) {
	#top-slider{
		margin: 45px 0 0 0;
	}

	.container{
		width: auto;
		padding: 20px;
	}

	.management-inner{
		clear: both;
		padding: 20px 0;
		border-top:1px solid #eeeeee;
	}

	.panel { height: 110px; }

}
/*-----------------------------------------
	320
------------------------------------------*/
@media only screen and ( max-width: 320px ) {
.slider-subtitle{
	margin-bottom: 40px;
}
}
