/*************** 黒背景 ***************/

body {
	background: #000;
	color: #fff;
}
a {
	color: #fff;
}
footer ul.foot_navi_list a {
	color: #fff;
}
footer small {
	color: #fff;
}
.cont_titile a {
	color: #fff;
}
.contents_header h1,
.cont_titile,
.cont_titile span {
	color: #fff;
}
.global_nav_sp ul li a,
.global_nav_sp a span,
.breadcrumb,
.breadcrumb a {
	color: #fff;
}
.nav_follow {
	background: #000;
}
.toggle span {
	border-bottom: 1px solid #fff;
}
.global_nav_sp {
	background: rgba(0, 0, 0, 0.9);
}
.top_topics {
	background: #000;
	/* border: 1px solid #bbb; */
	box-sizing: border-box;
}
.schedule label {
	color: #000;
}
.therapist-box .guide {
	color: #000;
}
.top_app h3 {
	color: #000;
}
.therapist-single .pickup dt,
.therapist-single .comment.cast dt,
.therapist-single .comment.master dt {
	color: #000;
}
.therapist-single .comment dd {
	background: none;
}
.calendar ul li {
	background: none;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
	color: #000;
}
.recruit-detail dl dd {
	background: none;
}
.recruit .recruit-point dd h3 {
	color: #000;
}
.recruit-detail dl dt {
	color: #000;
}

.reserve-btn a {
	color: #000;
}
.ccbl-inner p {
	color: #000;
}
.calendar ul .target a {
	color: #000;
}

/*************** 黒背景(end) ***************/

/*************** カスタム ***************/

.top_schedule,
.top_blog,
.top_access {
	/* background: #f4f4f4; */
}
.mainvisual::before {
	content: '';
	display: block;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
	background-position: top left;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.nav_follow .logo img {
		padding-top: 0.5rem;
	}
	.mainvisual .mainlogo {
		position: absolute;
		width: 81%;
		z-index: 60;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -0.5rem;
		opacity: 1;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.foot_navi {
	background: #000;
	background: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
}
.foot_navi li a {
	color: #000;
}
footer {
	background: #000;
}
@media screen and (min-width: 640px) {
	.mv-info {
		bottom: 10rem;
		background: none;
	}
	.mainvisual .mainlogo {
		width: 42%;
		top: -3rem;
	}
}
.f-hours {
	background: #000;
}
.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
	color: #000;
}
.toggle span:nth-child(1) {
	top: 3px;
}

.toggle span:nth-child(2) {
	top: 13px;
}

.toggle span:nth-child(3) {
	top: 22px;
}

.toggle span:nth-child(4) {
	border: none;
	top: 24px;
	left: 1px;
	font-size: 10px;
	letter-spacing: 2px;
}
.toggle.active span:nth-child(1) {
	left: -4px;
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	right: 3px;
}
