/* -----------------------------------------------
= index
----------------------------------------------- */
.index ul {
	margin-bottom: 6rem;
}
.index a {
	display: block;
	position: relative;
	color: #fff;
}
.index .set {
	padding: 1.6rem;
	background: rgba(0,0,0,.5);
}
.index .title {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.2rem;
}
.index .name {
	font-size: 1.6rem;
	font-weight: 700;
}
.index .en {
	margin-left: .5rem;
	font-size: 1rem;
}
.index .dev {
	font-size: 1.2rem;
	font-weight: 500;
}
.index .more {
	display: grid;
	place-content: center;
	position: absolute;
	right: 1.6rem;
	bottom: 1.6rem;
	padding: 1rem 2rem;
	background: #000;
	font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.index ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 150rem;
	margin: 0 auto 11rem;
}
.index li {
	width: 50%;
}
.index a {
	position: relative;
	transition: .3s;
}
.index a:hover {
	opacity: .8;
}
.index .set {
	position: absolute;
	left: 1.6rem;
	right: 1.6rem;
	bottom: 1.6rem;
	padding: 1rem 1.6rem 1.2rem;
}
.index .title {
	margin-bottom: .5rem;
	font-size: 2.4rem;
	line-height: 3.2rem;
}
.index .name {
	font-size: 2rem;
}
.index .en {
	margin-left: .5em;
	font-size: 1.4rem;
}
.index .dev {
	margin-left: 2em;
	font-size: 1.6rem;
}
.index .more {
	top: 1.6rem;
	width: 11rem;
	height: 8rem;
	padding: 0;
	font-size: 1.6rem;
}
}/* @media */
/* -----------------------------------------------
= other
----------------------------------------------- */
.other {
	padding: 0 0 6rem;
}
.other a {
	display: block;
	position: relative;
	color: #fff;
}
.other .text {
	position: absolute;
	top: 50%;
	right: 1.6rem;
	left: 1.6rem;
	padding: .6rem 1.6rem;
	background: rgba(0,0,0,.5);
	transform: translateY(-50%);
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.other {
	max-width: 150rem;
	padding: 0;
}
.other ul {
	display: flex;
}
.other li {
	width: 50%;
}
.other a {
	transition: .3s;
}
.other a:hover {
	opacity: .8;
}
.other .text {
	font-size: 2.4rem;
}
}/* @media */


