@charset "utf-8";
/* CSS Document */

.girlList {
	display: flex;
	flex-wrap: wrap;
}
.girlList .girlListItem {
}
.girlList .girlLink {
	display: block;
	border: 1px solid #fff;
	border-radius: 6px;
	box-shadow: var(--boxShadow_pink_weak), inset var(--boxShadow_pink_weak);
	position: relative;
}
.girlList .girls_thumbnail {
	aspect-ratio: 3/4;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}
.girlList .girlImage {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 即嬢 */
.girlList .todayFlagBox {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.girlList .todayFlag {
	text-align: center;
}
.girlList .active {
}
/* 即嬢 待機中 */
.girlList .todayFlag.waiting {
	color: #fff;
	background: var(--neonColor_pink08);
}
/* 即嬢 接客中 */
.girlList .todayFlag.warking {
	color: #000;
	background: var(--neonColor_blue08);
}

.girlList .girlData {
}
.girlList .girlName {
	color: var(--textColor);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.girlList .girlSize {
	font-family: var(--fontEn);
	color: var(--textColor);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*出勤で使用*/
.girlList .girlSchedule {
	font-family: var(--fontEn);
	color: var(--neonColor_blue);
	text-align: center;
}

/*即嬢で使用*/
.girlList .girlSokuhime {
	text-align: center;
	background: #ffead5;
}

/*新人で使用*/
.girlList .girlDate {
	font-family: var(--fontEn);
	color: var(--neonColor_blue);
	text-align: center;
}

.girlList .girlSokuhime span {
}
.girlList .girlData_flagBox {
}


@media screen and (min-width: 768px) {
	.girlList .girlListItem {
		width: calc(100% / 5 - 20px);
		margin: 0 10px 25px;
	}
	.girlList .girlLink {
		margin-bottom: 6px;
		padding: 10px;
	}
	.girlList .girlImage {
	}

	/* 即嬢 */
	.girlList .todayFlagBox {
		bottom: 10px;
		width: 91%;
	}
	.girlList .todayFlag {
		font-size: 14px;
		font-weight: bold;
		padding: 5px 0;
	}
	.girlList .active {
	}
	/* 即嬢 待機中 */
	.girlList .todayFlag.waiting {
	}
	/* 即嬢 接客中 */
	.girlList .todayFlag.warking {
	}

	.girlList .girlData {
		margin: 0 2px 5px;
	}
	.girlList .girlName {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 4px;
		padding: 0 2px;
	}
	.girlList .girlSize {
		font-size: 16px;
		line-height: 1.2;
	}

	/*出勤で使用*/
	.girlList .girlSchedule {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: 30px;
		font-size: 18px;
		margin: 3px auto 0;
	}

	/*即嬢で使用*/
	.girlList .girlSokuhime {
		font-size: 18px;
		padding: 2px 0;
	}

	/*新人で使用*/
	.girlList .girlDate {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: 30px;
		font-size: 18px;
		margin: 0 auto;
	}

	.girlList .girlSokuhime span {
	}
	.girlList .girlData_flagBox {
		display: flex;
		justify-content: center;
		height: 40px;
	}
	.girlList .girlData_flagBox .flag {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 1.05;
		font-weight: 300;
		margin: 0 1px;
		padding-top: 3px;
	}
	.girlList .girlData_flagBox .flag .tracking {
		letter-spacing: -0.225em;
	}
}

@media all and (max-width: 767px) {
	.girlList {
		justify-content: space-between;
	}
	.girlList .girlListItem {
		width: calc(100% / 3 - 1.334vw);
		width: calc(100% / 2 - 2.5vw);
		margin-bottom: 6%;
	}
	/*
		.girlList .girlListItem:nth-child(3n+2) {
			margin-right: 1%;
			margin-left: 1%;
		}
	*/
	.girlList .girlLink {
		margin-bottom: 1.5vw;
		padding: 1.5vw;
	}
	.girlList .girlImage {
	}

	/* 即嬢 */
	.girlList .todayFlagBox {
		bottom: 3px;
		width: calc(100% - 6px);
	}
	.girlList .todayFlag {
		font-size: 3.125vw;
		font-weight: bold;
		padding: 1vw 0;
	}
	.girlList .active {
	}
	/* 即嬢 待機中 */
	.girlList .todayFlag.waiting {
	}
	/* 即嬢 接客中 */
	.girlList .todayFlag.warking {
	}

	.girlList .girlData {
		margin-bottom: 1.0vw;
	}
	.girlList .girlName {
		font-size: 3.5vw;
		line-height: 1.2;
		margin-bottom: 0.25vw;
		padding: 0 0.5vw;
	}
	.girlList .girlSize {
		font-size: 2.5vw;
		line-height: 1.2;
		margin-bottom: 1vw;
	}

	/*出勤で使用*/
	.girlList .girlSchedule {
		font-size: 3vw;
		line-height: 1.2;
		margin: 0 0.5vw;
		padding: 0.75vw 0;
	}

	/*即嬢で使用*/
	.girlList .girlSokuhime {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 7.5vw;
		font-size: 3vw;
		line-height: 1.2;
		margin: 0 0.5vw;
	}

	/*新人で使用*/
	.girlList .girlDate {
		font-size: 3.75vw;
		line-height: 1.2;
		margin: 0 0.5vw;
		padding: 0.75vw 0;
	}

	.girlList .girlSokuhime span {
		display: block;
	}
	.girlList .girlData_flagBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.girlList .girlData_flagBox .flag {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		aspect-ratio: 1/1;
		width: 8.0vw;
		font-size: 2.5vw;
		font-weight: 400;
		line-height: 1.1;
		margin: 0 0.2vw;
	}
	.girlList .girlData_flagBox .flag:nth-child(3n+2) {
		margin-right: 1%;
		margin-left: 1%;
	}
	.girlList .girlData_flagBox .flag .tracking {
		letter-spacing: -0.15em;
	}
}
