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

.mainInn {
	position: relative;
}

/* switch
-------------------------------------------------- */
.switch {
	position: absolute;
	display: block;
}
.switch .switchLink {
	display: block;
	font-family: var(--fontJp);
	color: #000;
	font-weight: 300;
	background: var(--neonColor_pink);
	position: relative;
}
.switch .switchLink:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

/* schweekList
-------------------------------------------------- */
.schweekList {
	font-family: var(--fontJp);
}
.schweekList .schweekListItem {
	border-bottom: 1px solid var(--neonColor_orange);
}
.schweekList .schweekListItem:last-child {
	border-bottom: none;
}
.schweekList .schweekLink {
	display: block;
}
.schweekList .schweekInn {
}
.schweekList .schweekInn01 {
}
.schweekList .schweekImage {
	object-fit: cover;
}
.schweekList .schweekInn02 {
}
.schweekList .girlData {
}
.schweekList .girlName {
	color: var(--textColor);
}
.schweekList .girlSize {
	color: var(--textColor);
	white-space: nowrap;
}
.schweekList .flagBox {
}
.schweekList .flag {
	font-weight: 500;
}
.schweekList .scheduleList {
	border-style: solid;
	border-color: var(--neonColor_pink);
}
.schweekList .scheduleListItem {
}
.schweekList .scheduleDay,
.schweekList .scheduleTime {
}
.schweekList .scheduleDay {
	font-family: var(--fontEn);
	color: #fff;
	background: var(--neonColor_pink);
}
.schweekList .scheduleTime {
	font-family: var(--fontEn);
	color: var(--textColor);
	background: rgba(0,0,0,0.9);
	border-right-style: solid;
	border-right-color: var(--neonColor_pink);
}


@media screen and (min-width: 768px) {

	/* switch
	-------------------------------------------------- */
	.switch {
		top: 12px;
		right: 15px;
	}
	.switch .switchLink {
		font-size: 22px;
		padding: 6px 18px 6px 30px;
	}
	.switch .switchLink:before {
		left: 12px;
		margin-top: -9px;
		border: 9px solid transparent;
		border-left: 12px solid #000;
	}

	/* schweekList
	-------------------------------------------------- */
	.schweekList .schweekListItem {
		max-width: 1180px;
	}
	.schweekList .schweekLink {
		padding: 20px 0;
	}
	.schweekList .schweekInn {
		display: flex;
		justify-content: space-between;
	}
	.schweekList .schweekInn01 {
		width: 228px;
	}
	.schweekList .schweekImage {
		width: 228px;
		height: 304px;
	}
	.schweekList .schweekInn02 {
		width: 924px;
		margin-left: 24px;
	}
	.schweekList .girlData {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		margin-bottom: 12px;
		padding-right: 10px;
	}
	.schweekList .girlName {
		max-width: 665px;
		font-size: 32px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-right: 10px;
	}
	.schweekList .girlSize {
		font-size: 24px;
	}
	.schweekList .flagBox {
		display: flex;
		margin-bottom: 18px;
	}
	.schweekList .flag {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 118px;
		height: 34px;
		font-size: 18px;
		margin-right: 10px;
	}
	.schweekList .scheduleList {
		display: flex;
		border-width: 2px;
	}
	.schweekList .scheduleListItem {
		width: calc(100% / 7);
	}
	.schweekList .scheduleListItem:nth-child(7n) {
		border-right: none;
	}
	.schweekList .scheduleDay,
	.schweekList .scheduleTime {
		display: flex;
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.schweekList .scheduleDay {
		height: 60px;
		border-right: 2px solid var(--textColor);
		padding-bottom: 4px;
	}
	.schweekList .scheduleTime {
		height: 70px;
		border-right-width: 2px;
		padding: 0 10px;
	}
	.schweekList .scheduleListItem:nth-child(7n) .scheduleDay,
	.schweekList .scheduleListItem:nth-child(7n) .scheduleTime {
		border-right: none;
	}
}

@media all and (max-width: 767px) {

	/* switch
	-------------------------------------------------- */
	.switch {
		top: 2vw;
		right: 1.5vw;
	}
	.switch .switchLink {
		font-size: 3.0vw;
		padding: 0.75vw 3vw 0.75vw 4.75vw;
	}
	.switch .switchLink:before {
		left: 2.0vw;
		margin-top: -1.2vw;
		border: 1.2vw solid transparent;
		border-left: 1.8vw solid #482035;
	}

	/* schweekList
	-------------------------------------------------- */
	.schweekList .schweekListItem {
	}
	.schweekList .schweekLink {
		padding: 3vw 0;
	}
	.schweekList .schweekInn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.schweekList .schweekInn01 {
		width: 24.9vw;
	}
	.schweekList .schweekImage {
		width: 24.9vw;
		height: 33.2vw;
	}
	.schweekList .schweekInn02 {
		width: 67.6vw;
	}
	.schweekList .girlData {
		display: flex;
		align-items: center;
		margin-bottom: 1.0vw;
	}
	.schweekList .girlName {
		font-size: 4vw;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.2;
	}
	.schweekList .girlSize {
		font-size: 3vw;
		line-height: 1.0;
		margin-left: 1vw;
	}
	.schweekList .flagBox {
		display: flex;
		margin-bottom: 1.0vw;
	}
	.schweekList .flag {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 17vw;
		height: 4vw;
		font-size: 2.25vw;
		margin-right: 1vw;
	}
	.schweekList .scheduleList {
		display: flex;
		flex-wrap: wrap;
		border-width: 1px;
	}
	.schweekList .scheduleListItem {
		width: calc(100% / 4);
	}
	.schweekList .scheduleDay,
	.schweekList .scheduleTime {
		display: flex;
		line-height: 1.2;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.schweekList .scheduleDay {
		height: 4.75vw;
		font-size: 2.5vw;
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	.schweekList .scheduleTime {
		height: 6.0vw;
		font-size: 2.33vw;
		font-weight: bold;
		border-right-width: 1px;
	}
	.schweekList .scheduleListItem:nth-child(4n+4) .scheduleDay,
	.schweekList .scheduleListItem:nth-child(4n+4) .scheduleTime {
		border-right: none;
	}
}
