/*************** 黒背景 ***************/

/* 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) ***************/

/*************** カスタム ***************/
@media screen and (min-width: 640px) {
	.top_link li {
		line-height: 0.5;
	}
}
.nav_follow {
	border: none;
}
@media screen and (max-width: 640px) {
	.nav_follow {
		background: none;
	}
	.mainvisual {
		padding-bottom: 5.5rem !important;
	}
}
.toggle {
	background: red;
	border-radius: 50%;
	width: 3.5rem;
	height: 3.5rem;
	right: 10px;
	top: 10px;
}
.toggle span {
	border-bottom: solid 1px #fff;
	width: 60%;
	right: 11px;
}
.toggle span:nth-child(1) {
	top: 14px;
}

.toggle span:nth-child(2) {
	top: 21px;
}

.toggle span:nth-child(3) {
	top: 28px;
}

.toggle.active span:nth-child(1) {
	top: 21px;
	left: 7px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	top: 22px;
	right: 8px;
}
.mainvisual .global-nav {
	background: linear-gradient(90deg, #d0b72a -50%, red 50%, #d0b72a 150%);
	background: red;
}
.mainvisual .global-nav a span {
	color: #fff;
}
.top_topics .sh {
	background: linear-gradient(90deg, #d0b72a -50%, red 50%, #d0b72a 150%);
	background: red;
}
.top_topics {
	background: #fff;
	margin: 1rem 0 !important;
}
.foot_navi {
	background: linear-gradient(90deg, #d0b72a -50%, red 50%, #d0b72a 150%);
	background: red;
}
.f-hours {
	background: #fff;
	color: #e1e137;
	color: red;
	border-top: 2px solid red;
}
.f-hours div {
	font-size: 13px;
	font-weight: bolder;
}
.btn01 a {
	background: linear-gradient(90deg, #d0b72a -50%, red 50%, #d0b72a 150%);
	background: red;
}
.age-verification {
	width: 100%;
	box-sizing: border-box;
	padding-top: 20%;
	padding-bottom: 5rem;
}
.age-logo {
	width: 50%;
}
.age-logo img {
	width: 100%;
}
@media screen and (min-width: 640px) {
	.age-logo {
		width: 60%;
	}
	.age-verification {
		padding-top: 0;
	}
}
@media screen and (min-width: 640px) {
	.nav_follow .head_btn.reserve a {
		background: linear-gradient(90deg, #d0b72a -50%, red 50%, #d0b72a 150%);
		background: red;
	}
}
.cont_titile span {
	font-size: 2.5rem;
}
#scroll-top {
	opacity: 1 !important;
}
.nav_follow {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.95) 0%,
		rgba(255, 255, 255, 0.9) 35%,
		rgba(255, 255, 255, 0.52) 69%,
		rgba(255, 255, 255, 0) 100%
	);
	height: 7rem;
}
