/*************** 黒背景 ***************/

/* body {
	background: #373022;
	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: #373022;
}
.toggle span {
	border-bottom: 1px solid #fff;
}
.global_nav_sp {
	background: rgba(0, 0, 0, 0.9);
}
.top_topics {
	background: #373022;
	border: 1px solid #bbb;
	box-sizing: border-box;
}
.schedule label {
	color: #373022;
}
.therapist-box .guide {
	color: #373022;
}
.top_app h3 {
	color: #373022;
}
.therapist-single .pickup dt,
.therapist-single .comment.cast dt,
.therapist-single .comment.master dt {
	color: #373022;
}
.therapist-single .comment dd {
	background: none;
}
.calendar ul li {
	background: none;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
	color: #373022;
}
.recruit-detail dl dd {
	background: none;
}
.recruit .recruit-point dd h3 {
	color: #373022;
}
.recruit-detail dl dt {
	color: #373022;
}

.reserve-btn a {
	color: #373022;
}
.ccbl-inner p {
	color: #373022;
}
.calendar ul .target a {
	color: #373022;
} */

/*************** 黒背景(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) ***************/

/*************** カスタム ***************/

.nav_follow {
	background: none;
	border: none;
	transition:
		background-color 0.3s ease,
		box-shadow 0.3s ease;
	padding-left: 6px !important;
}
.nav_follow.is-scrolled {
	height: 11rem;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.8) 40%,
		rgba(255, 255, 255, 0) 90%,
		rgba(255, 255, 255, 0) 100%
	);
}
.nav_follow.is-scrolled::before {
	content: '';
	position: absolute;
	inset: 0;
	height: 4rem;
	z-index: -1;
}
.nav_follow .logo {
	width: 42%;
	display: block;
	filter: drop-shadow(1px 0px 0px #fff) drop-shadow(0px 1px 0px #fff);
}
.mainvisual .mainlogo img {
	/* filter: drop-shadow(1px 1px 2px #bbb) drop-shadow(0 0 3px #bbb); */
	opacity: 1;
}
.nav_follow .logo img {
	padding-top: 1.5rem;
}
.mainvisual .mainlogo {
	width: 86%;
	filter: none;
}

.mv-info {
	bottom: 25vw;
}
.toggle {
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(#000000e6, #4b4b4be6);
	background: linear-gradient(145deg, #f7eaa6, #f9dc4d);
	/* border-radius: 50%; */
	width: 5rem;
	height: 5rem;
	right: 10px;
	top: 10px;
}
.toggle.active {
	background: none;
}
.toggle span {
	border-bottom: solid 1px #212121;
	width: 71%;
	right: 11px;
	animation: glow 2s ease-in-out infinite alternate;
}
.foot_navi li a,
.f-hours div {
	animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
	0% {
		text-shadow: 0 0 0px #fff;
	}
	50% {
		text-shadow: 0 0 3px #fff;
	}
	100% {
		text-shadow: 0 0 0px #fff;
	}
}
.toggle span:nth-child(1) {
	top: 20px;
}

.toggle span:nth-child(2) {
	top: 28px;
}

.toggle span:nth-child(3) {
	top: 34px;
	display: none;
}
.toggle span:nth-child(4) {
	border: none;
	top: 35px;
	left: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 2px;
	color: #212121;
}
.toggle.active span:nth-child(1) {
	top: 30px;
	left: 27px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	top: 30px;
	right: 13px;
}
.toggle.active span:nth-child(4) {
	top: 40px;
	left: 25px;
}
.toggle.active span {
	width: 40%;
}
.foot_navi {
	background: linear-gradient(#000000e6, #4b4b4be6);
	backdrop-filter: blur(3px);
}
.f-hours {
	background: linear-gradient(145deg, #1a1a1a, #1a1a1a);
	background: linear-gradient(145deg, #f7eaa6, #f9dc4d);
	color: #212121;
}
footer {
	background: #fff;
}

@media screen and (min-width: 640px) {
	.nav_follow {
		padding-top: 1rem !important;
		transform: translateY(-10px);
		transition:
			opacity 0.3s ease,
			transform 0.3s ease;
	}
	.nav_follow.is-visible {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
	.nav_follow .logo {
		width: 10%;
	}
	.nav_follow .logo img {
		padding-top: 0.25rem;
	}
	.mainvisual {
		padding: 0 !important;
	}
	.mainvisual .mainlogo {
		top: -6% !important;
	}

	.mv-info {
		bottom: 18vw;
	}
}

.top_schedule,
.top_blog,
.top_access {
	background: none;
}
.btn01 a {
	background: #f9dc4e;
	background: linear-gradient(145deg, #f7eaa6, #f9dc4d);
	border: 2px solid #212121;
	color: #212121;
	border-radius: 0;
}
.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
	background: linear-gradient(145deg, #f7eaa6, #f9dc4d);
	/* background: #f9dc4e; */
	color: #212121;
	border: 1px solid #212121;
}
.top_schedule {
	background: linear-gradient(15deg, #effaf4, #ffffff);
}
.mainvisual::before {
	content: '';
	display: block;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.15) 100%);
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.mainvisual {
		height: 100vh;
	}
	.mainvisual .slick-track li img {
		width: 145% !important;
		max-width: none !important;
		transform: translate(-16%, -10.5%);
	}
}

.mv-top_topics {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.therapist-box {
	background: #fff;
	padding: 0.5rem;
	border: 2px solid #212121;
	border-image: repeating-linear-gradient(5deg, #8f8f8f 0%, #161616 50%, #8f8f8f 100%);
	border-image-slice: 1;
	border-radius: 0.25rem;
}
.castlist {
	padding: 0 !important;
}
.nav_follow {
	transition: background 0.3s ease;
}

/* PCでスクロール時 */
@media screen and (min-width: 1025px) {
	.nav_follow {
		display: none;
	}
	.nav_follow.scrolled {
		display: block;
		background: #fff;
	}
}
.slider_eventbanner {
	margin: 2rem 0;
}
.top_topics {
	background: #fff;
}
