@charset "utf-8";
.ldonly {
	display: none;
}

.clist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.clist li {
	width: calc((100% - 40px) / 4);
	margin: 0 5px 10px;
	text-align: center;
}
@media (max-width:480px) {
	.clist li {
		width: calc((100% - 20px) / 2);
	}
	.clist li:nth-child(odd) {
		margin: 0 10px 10px 0;
	}
	.clist li:nth-child(even) {
		margin: 0 0 10px 10px;
	}
}
.clist li a img {
	background-color: rgba(255,255,255,.0);
	border: 1px solid #fff;
	border-radius: .3em;
	box-shadow: 0 0 5px 0 rgba(153,102,0,.5);
	transition: .3s all;
}
.clist li a:hover img {
	background-color: rgba(255,255,255,.5);
	border: 1px solid #fff;
}


.box .prev {
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
}
.box .next {
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
}


.box {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 5px 0 rgba(153,102,0,.5);
	background-repeat: no-repeat, no-repeat;
	background-size: contain;
	position: relative;
}
.box.charabox {
	padding: 0;
}
.label {
	display: block;
	position: absolute;
	top: 0;
}
.textbox {
	display: block;
	position: absolute;
}
.belong {
	position: absolute;
	bottom: 20px;
}
.box p.en {
	text-align: right;
	font-family: 'Archivo Black', sans-serif;
	line-height: 1em;
	letter-spacing: -.05em;
	color: #666;
	margin-bottom: 0;
}
.box p.jp {
	display: block;
	text-align: right;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: -.05em;
	color: #333;
	height: 2em;
}
.box p.jp span {
	letter-spacing: 0;
}
.box p.text,
.box p.birth{
	font-size: 80%;
}
