/*************** 黒背景 ***************/

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: #edf896;
}
.cont_titile span {
	color: #fff;
}
.global_nav_sp ul li a,
.global_nav_sp a span,
.breadcrumb,
.breadcrumb a {
	color: #fff;
}
.nav_follow {
	background: rgba(0, 0, 0, 0.85);
}
.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_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) ***************/
.led {
	overflow: hidden;
	position: relative;
	padding: 0 0 0.1rem;
	color: yellow;
	font-size: 1.5rem;
	font-weight: bold;
	background: #333;
}

.led:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(#0a0600 1px, transparent 0), linear-gradient(0, #0a0600 1px, transparent 1px);
	background-image: -webkit-linear-gradient(#0a0600 1px, transparent 0),
		-webkit-linear-gradient(0, #0a0600 1px, transparent 1px);
	background-size: 3px 3px;
	z-index: 10;
}

.led p {
	margin: 0;
	padding: 0;
	padding-left: 590px;
	display: inline-block;
	white-space: nowrap;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: marquee;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: marquee;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-o-animation-name: marquee;
	-o-animation-timing-function: linear;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	color: yellow;
	/* font-family: serif; */
}

.led p:after {
	content: '';
	white-space: nowrap;
	padding-right: 50px;
}
/*************** カスタム ***************/

.controls,
.menu,
.help-modal,
.loading-init,
.loading-init__header,
.loading-init__status {
	display: none !important;
}
#trails-canvas,
#main-canvas {
	position: fixed !important;
	inset: 0;
	width: 100vw !important;
	height: 100vh !important;
	pointer-events: none !important;
	z-index: 0 !important;
}

.stage-container {
	position: fixed !important;
	inset: 0;
	border: none !important;
}

.fadeInZoom2 {
	opacity: 0;
	transform-origin: 50% 50%;
	will-change: transform, opacity;
	backface-visibility: hidden;
	animation: fadeInZoom2 2.5s ease-out forwards;
	animation-delay: 0.5s !important;
}
@keyframes fadeInZoom2 {
	0% {
		opacity: 0;
		transform: scale(0) rotate(120deg);
	}
	50% {
		opacity: 0;
	}
	80% {
		opacity: 0.9;
		transform: scale(1.5) rotate(-10deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}
.foot_navi {
	background: rgba(0, 0, 0, 0.85);
}
.foot_navi li a {
	color: #edf896;
	font-size: 3vw;
	height: 50px;
}
.toggle .txt {
	position: absolute;
	top: 22px !important;
	left: -3px !important;
	height: auto;
	background: none;
	font-size: 13px !important;
	letter-spacing: 0;
	max-height: 100%;
	white-space: nowrap;
	display: inline;
	word-break: normal;
	color: #edf896;
	width: 100%;
}

.toggle {
	width: 46px;
	top: 18px;
	right: 5px;
}
.toggle span {
	border: none !important;
	padding: 0;
	width: 90%;
	height: 1px;
	/* background: linear-gradient(180deg, #bda134 0%, #fef29c 50%, #d9b94c 100%); */
	background: #edf896;
}
.toggle span:nth-child(1) {
	top: 0;
}
.toggle span:nth-child(2) {
	top: 10px;
}
.toggle span:nth-child(3) {
	top: 19px;
}
.toggle.active span:nth-child(1) {
	top: 10px;
	left: -3px;
}
.toggle.active span:nth-child(2) {
	top: 10px;
	background: none;
}
.toggle.active span:nth-child(3) {
	top: 10px;
	left: -3px;
}
.iconset2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
	color: #edf896;
	font-weight: bolder;
	rotate: -25deg;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	font-size: 12px;
	z-index: 1;
}

.syamenikki {
	width: 85% !important;
	aspect-ratio: unset !important;
}
@media screen and (min-width: 640px) {
	.syamenikki {
		width: 70% !important;
	}
}
.label-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly !important;
	width: 100%;
	padding: 0 0.5rem !important;
}
