@charset "UTF-8";

.pc_none {
	display: none;
}

.contents_body {
	padding-top: 74px;
	line-height: 1.842105263;
	letter-spacing: 0.1em;
}

.contents_title {
	font-size: 135.7142857%;
	text-align: center;
	margin-bottom: 49px;
}

.contents_list {
	margin-bottom: 78px;
}

.contents_item {
	margin: 0 auto;
}

.contents_item a {
	display: block;
	width: 765px;
	border-radius: 10px;
	margin: 0 auto 17px;
	padding: 29px 65px;
	position: relative;
	border: 3px solid #e6e6e6;
}

.contents_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 29px;
	margin: auto;
	width: 24px;
	height: 24px;
	background: url(../img/link_icon.png) no-repeat center top;
}

.contents_img {
	display: table-cell;
	width: 168px;
}
.is--dl .contents_img span {
	overflow: hidden;
	border-radius: 10px;
	line-height: 0;
	display: block;
}
.is--pk .contents_img span {
	line-height: 0;
	display: block;
}
.contents_img img {
	width: 100%;
	height: auto;
}

.contents_text {
	display: table-cell;
	padding-left: 66px;
	vertical-align: middle;
}

.contents_hard {
	font-size: 71.4285714%;
	min-width: 116px;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
}

.is--wiiu .contents_hard {
	background: #0096c8;
}
.is--3ds .contents_hard {
	background: #ce181e;

}

.contents_type {
	font-size: 78.5714286%;
	margin-left: 8px;
	font-weight: bold;
}
.is--wiiu .contents_type {
	color: #0096c8;
}
.is--3ds .contents_type {
	color: #ce181e;
}

.contents_soft {
	font-size: 142.8571429%;
	margin: 10px 0;
	line-height: 1.35;
	letter-spacing: 0.05em;
}

.contents_btn {
	font-size: 92.8571429%;
	text-align: center;
}

.contents_btn a {
	color: #5e5e5e;
	min-width: 203px;
	padding: 7px 0;
	background: #dadada;
	display: inline-block;
	margin-bottom: 59px;
	border-radius: 19px;
	position: relative;
}

.contents_btn .btn__arrow{
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	background: url(../img/link_back_icon.png) no-repeat center top;
}

.contents_btn .btn__text {
	letter-spacing: 0.09em;
	padding-left: 18px;
}

/*------------------------------------------------------------------------------*/
/* hover style
/*------------------------------------------------------------------------------*/
.contents a {
	text-decoration: none;
}
.contents_item a:hover {
	transition: 0.2s;
}
.contents_item a:hover div {
	transition: 0.2s;
	opacity: 0.75;
}
.contents_item a {
	color: #5e5e5e;
}
.contents_btn a {
	transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contents_btn a:hover {
	opacity: 0.75;
}
.is--3ds a:hover {
	border: 3px solid #ce181e;
}
.is--wiiu a:hover {
	border: 3px solid #0096c8;;
}