/*************** 黒背景 ***************/

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;
	margin: 2rem auto !important;
}
.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_blog .inner {
	padding-top: 0.5rem;
}
.blog_tabs {
	display: flex;
	gap: 10px;
	list-style: none;

	margin: 0 1rem;
	border-bottom: 1px solid #bbb;
}
.blog_tabs li {
	cursor: pointer;
	padding: 8px 16px;
	transition: 0.3s;
}
.blog_tabs li.active {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
	margin-bottom: -2px;
}

.blog_list {
	display: none;
	border: 1px solid #bbb;
	padding-top: 2rem;
}


.blog_list.active {
	display: block;
	border: 1px solid #bbb;
	border-top: none;
	margin: 0 1rem;
}

[data-tab='cat-1'] {
	display: none !important;
}

@media screen and (min-width: 640px) {
	.top_blog .blog_list.active {
		display: grid;
		grid-template-columns: repeat(auto-fit, 30%);
		grid-gap: 5%;
		justify-content: flex-start;
	}
} */

/*************** ブログカテゴリ形式カスタム(End) ***************/

/*************** カスタム ***************/
.top_topics .sh {
	background: #ff4da6;
	background: #ff2d8d;
	color: #fff;
}

.btn01 a {
	background: linear-gradient(15deg, #000 0%, #454545 100%);
	background: none;
	border: 1px solid #000;
	border-image: linear-gradient(180deg, #bda134 0%, #fef29c 50%, #d9b94c 100%);
	border-image-slice: 1;
}
.toggle {
	background: linear-gradient(34deg, #8c8c8c 0%, #fff 50%, #c7c7c7 80%, #fff 100%);
	background: #ff2d8d;
}
.f-hours {
	background: linear-gradient(218deg, #bda134 0%, #fef29c 50%, #d9b94c 100%);
	background: #ff2d8d;
	color: #fff;
}
.toggle span {
	border-bottom: 1px solid #fff;
	width: 70% !important;
}
.toggle span:nth-child(1) {
	top: 6px;
}
.toggle span:nth-child(2) {
	top: 14px;
}
.toggle span:nth-child(3) {
	top: 21px;
}
.toggle.active span:nth-child(1) {
	left: 5px;
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	right: 5px;
}
.toggle.active {
	background: none;
}
.toggle.active span {
	border-bottom: 1px solid #fff;
}
.mainvisual::before {
	content: '';
	display: block;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.mainvisual .slick-track li img {
		animation: slide 15s ease-in-out infinite alternate;
	}
	.mainvisual .slick-track li img {
		width: 265% !important;
	}

	@keyframes slide {
		0% {
			transform: translateX(0%);
		}
		100% {
			transform: translateX(-60%);
		}
	}
}
.top_contents .inner {
	background-color: rgba(255, 255, 255, 0.9);
	/* padding: 4rem 1rem 2rem; */
	outline: solid 2px rgba(255, 255, 255, 0.9);
	outline-offset: 2px;
	box-sizing: border-box;
}
.top_contents .inner h2,
.read {
	color: #212121;
}
