@charset "utf-8";
/* ======================================== */
/* #home　ホーム
=========================================== */

/* #mainImg
=========================================== */
#home #mainImg {
	margin-bottom: 20px;
}
#home #mainImgIn {
	margin: 0 -15%;
}
@media screen and (min-width: 601px) {
	#home #mainImg {
		margin-bottom: 80px;
	}
	#home #mainImgIn {
		margin: 0 -320px;
	}
	#home #mainImgIn a:hover img {
		opacity: 1;
	}
}

/* #pickup
=========================================== */
#pickup {
	margin: 0 0 40px;
}
@media screen and (min-width: 601px) {
	#pickup {
		margin: 0 0 60px;
	}
	#pickupCmnList {
		border-top: none;
		overflow: hidden;
	}
	#pickupCmnList li {
		float: left;
		width: 230px;
		border-bottom: none;
		border-right: solid 1px #000;
		box-sizing: border-box;
	}
	#pickupCmnList li + li {
		border-left: none;
	}
	#pickupCmnList li:nth-child(1) {
		border-left: solid 1px #000;
	}
	#pickupCmnList li a {
		display: block;
		padding: 0 19px 0 20px;
	}
	#pickupCmnList li:nth-child(1) a {
		padding-left: 19px;
	}
	#pickupCmnList li:nth-child(2) a,
	#pickupCmnList li:nth-child(3) a {
		padding: 6px 20px 0;
	}
	#pickupCmnList li a::before,
	#pickupCmnList li a::after {
		top: 6px;
		left: 20px;
		width: 38px;
		height: 38px;
		border-radius: 19px;
		background-size: 38px;
	}
	#pickupCmnList li:first-child a::before,
	#pickupCmnList li:first-child a::after {
		left: 20px;
	}
	#pickupCmnList li a .name {
		display: block;
		width: auto;
		min-height: 45px;
		padding: 0 0 0 50px;
		background-position: 0 50%;
		background-size: 38px;
		box-sizing: content-box;
		font-size: 18px;
		line-height: 1.1;
	}
	#pickupCmnList li:nth-child(1) a .name {
		min-height: 34px;
		padding: 16px 0 3px 50px;
	}
	#pickupCmnList li a .txt {
		display: block;
		padding: 0;
		font-size: 11px;
		line-height: 1.5;
	}
}

/* #bnrs
=========================================== */
#bnrs {
	margin: 0 0 30px;
	padding: 0 13px;
}
#bnrs .game,
#bnrs .products {
	margin: 0 0 15px;
}
#bnrs .game a,
#bnrs .products a {
	display: block;
	border-radius: 2px;
	overflow: hidden;
}
#bnrs .sns {
	margin: 0 0 5px;
	overflow: hidden;
}
#bnrs .sns li {
	float: left;
	width: 48%;
}
#bnrs .sns li:nth-child(2) {
	float: right;
}

/* #news
=========================================== */
#news {
	padding: 0 13px;
}
@media screen and (min-width: 601px) {
	#news {
		position: relative;
		padding: 0 0 50px;
	}
}

/* .btns
------------------------------ */
#news .btns {
	margin: 0 0 15px;
	overflow: hidden;
}
#news .btns li {
	float: left;
	width: 30%;
	padding: 4px 0 2px;
	border: solid 1px #0096e0;
	border-radius: 2px;
	box-sizing: border-box;
	text-align: center;
	color: #0096e0;
	font-size: 10px;
	line-height: 1.5;
	cursor: pointer;
}
#news .btns li.active {
	color: #fff;
	background: #0096e0;
}
#news .btns li + li {
	margin: 0 0 0 5%;
}
@media screen and (min-width: 601px) {
	#news .btns {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	#news .btns li {
		float: left;
		width: 97px;
		padding: 3px 0 2px;
		font-size: 12px;
		transition: all .2s linear;
	}
	#news .btns li + li {
		margin: 0 0 0 10px;
	}
	#news .btns li:hover {
		opacity: .7;
	}
}

/* article
------------------------------ */
#news article a {
	padding: 8px 0 7px;
	border-bottom: solid 1px #989898;
	overflow: hidden;
}
#news article a time {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
#news article a .cat {
	float: left;
	width: 80px;
	padding: 2px 0 1px;
	border-radius: 2px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
}
#news article.topics a .cat { background-color: #989898; }
#news article.release a .cat { background-color: #3fa8f4; }
#news article a .tit {
	clear: left;
	padding: 3px 0 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
#news article a .tit.pdf span {
	padding-right: 20px;
	background: url(../img/common/ico_pdf01.png) no-repeat 100% 50%;
	background-size: 14px auto;
}
#news article a .txt {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
@media screen and (min-width: 601px) {
	#news article a {
		padding: 2px 0;
		border-bottom: none;
	}
	#news article a time {
		width: 80px;
		margin: 0;
		padding: 2px 0 0;
	}
	#news article a .cat {
		position: relative;
		top: 2px;
		width: 75px;
	}
	#news article a .tit {
		clear: none;
		padding: 0 0 0 175px;
	}
	#news article a .txt {
		padding: 0 0 0 175px;
	}
}

/* .more
------------------------------ */
#news .more {
	margin: 10px 0 0;
}
#news .more a {
	display: block;
	padding: 5px 0 4px;
	border: solid 1px #0095df;
	border-radius: 2px;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
}
#news .more a span {
	position: relative;
	padding: 0 0 0 14px;
}
#news .more a span::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #007bff;
}
@media screen and (min-width: 601px) {
	#news .more {
		margin: 5px 0 0;
		text-align: right;
	}
	#news .more a {
		display: inline;
		padding: 0;
		border: none;
		border-radius: 0;
		text-align: right;
	}
	#news .more a span {
		padding: 0 0 0 10px;
	}
	#news .more a span::before {
		top: 3px;
		border-width: 4px 0 4px 5px;
	}
}

/* #side
=========================================== */
/* #sdBnrs
------------------------------ */
#sdBnrs .game,
#sdBnrs .products {
	margin: 0 0 15px;
}
#sdBnrs .game a,
#sdBnrs .products a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}
#sdBnrs .sns li + li {
	margin: 15px 0 0;
}














