/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2025 | 08:53:11 */
.player-box {
	position: relative;
	max-width: 280px;
}

.member-player,
.member-staff {
	background-image: url(https://portfolio4.oshigoto-navi.net/wp-content/uploads/2025/12/team-member-bk.webp);
	border-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.player-numpos {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
}

.player-name {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.player-numpos,
.player-name,
.staff-name {
	color: #fff;
	text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.player-numpos {
	margin: 0 !important;
}

.member-player,
.member-staff {
	position: relative;
	z-index: 1;
}

.player-numpos,
.player-name,
.staff-name {
	z-index: 2;
}

.player-numpos > * > p,
.player-name > * > p{
	margin: 0 !important;
}

.player-numpos > * > p {
	line-height: 1 !important;
}

.player-name-en {
	line-height: 1 !important;
}

.player-name-jp,
.player-name-en,
.staff-name-jp,
.staff-name-en {
	white-space: nowrap !important;
}

.staff-name {
	position: absolute;
	left: 0;
	bottom: 0;	
	width: 100%;
	height: 30%;
	background: rgba(226, 64, 64, 0.7);
	border-radius: 0 0 10px 10px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
}

.staff-name-jp {
	margin-top: 0 !important;
	line-height: 1;
}

.staff-name-en {
	margin-top: 0 !important;
}

.member-staff img {
	width: 100% !important;
	margin-right: 0 !important;
}

@media (max-width: 780px) {
	.member-box {
	--wp-column-gap: 0.5rem !important;
	}
	
	.member-box-hf {
		--wp-column-gap: 0.5rem !important;
	}
	
	.wp-block-group .member-box + .member-box {
		margin-top: 0.5rem;
	}
	
	.player-box.staff > * > p {
		font-size: 0.7em !important;
		line-height: normal;
	}
}

@media (min-width: 781px) and (max-width: 1500px) {
	.player-box > * > * > p {
		font-size: 1.5em !important;
	}
	
	.player-box.staff > * > p {
		font-size: 0.7em !important;
		line-height: normal;
	}
}