body {
	background: #000;
}

.top_menu ul li a p {
	font-family: 'Cinzel', serif;
	text-transform: capitalize;
}
.contents_header p,
.cont_titile span,
.ranking .therapist-box .rank {
	font-family: 'Cinzel', serif;
	text-transform: capitalize;
	color: #ff4d6d;
	text-shadow: 0 0 5px #ffffff;
}

.cont_titile span {
	font-size: 2.75rem;
}

.contents_header h1,
.cont_titile,
.cont_titile span {
	color: #fff;
}
.cont_titile,
.contents_header p {
	color: #ff4d6d;
}
.disc {
	height: unset !important;
}
body {
	background: linear-gradient(135deg, #0b0b12, #2b0033);
	color: #f5f5ff;
}
a {
	color: #f5f5ff;
}
footer ul.foot_navi_list a {
	color: #f5f5ff;
}
footer small {
	color: #f5f5ff;
}
.cont_titile a {
	color: #f5f5ff;
}

.global_nav_sp ul li a,
.global_nav_sp a span,
.breadcrumb,
.breadcrumb a {
	color: #f5f5ff;
}
.nav_follow {
	background: #373022;
}
.toggle span {
	border-bottom: 1px solid #fff;
}
.global_nav_sp {
	background: linear-gradient(135deg, #c77dffeb, #ff4d6df2);
}
.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;
}

.top_contents .inner {
	width: 100%;
}

.therapist-box {
	margin: 0 0 20px 0;
	background-color: rgba(255, 255, 255, 1);
	padding: 0.5rem;
}
.castlist a,
.therapist-box p.date span {
	color: #000;
}
footer {
	background: linear-gradient(135deg, #0b0b12, #2b0033);
}

.f-hours {
	display: none;
}

.toggle {
	background: linear-gradient(135deg, rgba(199, 125, 255, 0.15), rgba(255, 79, 216, 0.15));
	width: 3.5rem;
	height: 3.5rem;
	right: 10px;
	top: 10px;
}
.toggle::before {
	content: '';
	position: absolute;
	inset: -2px;
	background: linear-gradient(135deg, #c77dff, #ff4d6d);
}
.toggle.active::before {
	background: none;
	border: none;
	outline: none;
	filter: none;
	box-shadow: none;
	backdrop-filter: none;
}
.toggle.active {
	background: none;
	border: none;
	outline: none;
	filter: none;
	box-shadow: none;
	backdrop-filter: none;
}
.toggle span {
	border-bottom: solid 1px #fff;
	width: 71%;
	right: 8px;
}

.toggle span:nth-child(1) {
	top: 13px;
}

.toggle span:nth-child(2) {
	top: 20px;
}

.toggle span:nth-child(3) {
	top: 34px;
	display: none;
}
.toggle span:nth-child(4) {
	border: none;
	top: 21px;
	left: 9px;
	font-size: 0.7rem;
	letter-spacing: 2px;
	color: #f5f5ff;
	text-shadow: 0 0 5px #ffffff;
}
.toggle.active span:nth-child(1) {
	top: 23px;
	left: 18px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	top: 23px;
	right: 10px;
}
.toggle.active span:nth-child(4) {
	top: 30px;
	left: 15px;
	display: none;
}
.toggle.active span {
	width: 40%;
}
.nav_follow {
	transition: background 0.3s ease;
}
.nav_follow {
	background: none;
	border: none;
	transition:
		background-color 0.3s ease,
		box-shadow 0.3s ease;
	padding-left: 6px !important;
}

@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;
	}
}

.top_topics {
	margin-top: 1rem;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto !important;
	position: relative;
	overflow: hidden;
	background: none;
	border: 2px solid;
	border-image: linear-gradient(34deg, #c81263 0%, #ee0679 20%, #884ea6 50%, #ee0679 80%, #c81263 100%);
	border-image-slice: 1;
	box-sizing: border-box;
	color: #f5f5ff;
}
.top_topics .sh {
	background: linear-gradient(135deg, #c77dff, #ff4d6d);
}
.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
	background: #b8b8c8;
	background: linear-gradient(135deg, #c77dff, #ff4fd8);
	border: 2px solid #f5f5ff;
	color: #f5f5ff;
}
.photo img,
.image img {
	border-radius: 0.5rem;
}
.therapist-box .photo .grade-icon {
	border-radius: 0 0 0.5rem 0.5rem;
}
.top_schedule,
.top_blog,
.top_access {
	background: linear-gradient(#000000e6, #242424e6);
	background: none;
}

.mainvisual::before {
	content: '';
	display: block;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.global-nav.dia {
	background: linear-gradient(34deg, #ff4d6d 0%, #ff4d6d 50%, #ff4d6d 100%);
}
@media screen and (max-width: 640px) {
	.global-nav.dia.pc {
		display: flex !important;
	}
	.mainvisual {
		height: 650px;
	}
	.mainvisual-sp {
		height: 670px !important;
		transform: translate(0%, -8%);
	}
}

@media screen and (min-width: 640px) {
	.nav_follow {
		background: rgba(0, 0, 0, 0.8);
		border-bottom: 2px solid;
		border-bottom: none;
		border-image: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
		border-image-slice: 1;
		background: linear-gradient(
			180deg,
			rgba(79, 6, 74, 0.95) 0%,
			rgba(79, 6, 74, 0.9) 35%,
			rgba(79, 6, 74, 0.52) 69%,
			rgba(79, 6, 74, 0) 100%
		);
		height: 7rem;
		box-sizing: border-box;
	}
	.mainvisual .mainlogo {
		width: 27% !important;
		top: -3% !important;
	}
	.mv-info {
		bottom: 20%;
		background: none;
	}
}

.toggle.active span {
	border-bottom: 1px solid #fff;
}
.toggle.active span:nth-child(4) {
	color: #c77dff;
	border: none;
}
@media screen and (min-width: 640px) {
	.nav_follow .logo {
		width: 4% !important;
	}
}
/* ボタン全体 */
.btn01 {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 1rem 0;
}
/* リンクボタン */

.btn01 a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f5f5ff;
	border: 1px solid #ffffffdd;
	background: none;
	width: 100%;
	text-shadow: 0 0 5px #ffffff;
}

/* ネオン外側グロー */
.btn01 a::before {
	content: '';
	position: absolute;
	inset: -2px;
	/* background: linear-gradient(135deg, #c77dff, #ff4d6d); */
	z-index: -1;
}

/* テキストを前面に */
.btn01 a span,
.btn01 a {
	position: relative;
	z-index: 2;
}

.foot_navi {
	padding: 0 0.25rem !important;
	box-sizing: border-box;
	grid-template-columns: repeat(auto-fit, 52% 15% 15% 15%);
	grid-gap: 0.75%;
	bottom: 0.5rem;
}

.foot_navi a {
	color: #f5f5ff;
	background: linear-gradient(135deg, rgba(199, 125, 255, 0.15), rgba(255, 79, 216, 0.15));
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(1px);
	width: 100%;
	font-size: 2.5vw !important;
	text-shadow: 0 0 5px #ffffff;
}
.foot_navi a::before {
	content: '';
	position: absolute;
	inset: 1px;
	background: linear-gradient(135deg, #c77dff, #ff4d6d);
	z-index: -1;
}
.under-number {
	font-size: 1.25rem;
}
.foot_navi a {
	position: relative;
	overflow: hidden;
}

.foot_navi a::after {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.9), transparent);
	transform: skewX(-20deg);
	pointer-events: none;
}
.foot_navi a.active::after {
	animation: shineClick 0.2s ease;
}

@keyframes shineClick {
	0% {
		left: -75%;
	}
	100% {
		left: 125%;
	}
}
.nav_follow .logo {
	filter: drop-shadow(-1px -1px 0px #c77dff) drop-shadow(1px 1px 0px #c77dff) drop-shadow(0px 0px 2px #c77dff)
		drop-shadow(0px 0px 6px #c77dff);
}
.btn01 a,
.foot_navi.sp li,
.toggle {
	filter: drop-shadow(-1px -1px 1px #c77dff) drop-shadow(1px 1px 1px #c77dff);
}
.top-ran .name a,
.top-ran .comment {
	color: #000;
}
.top-ran .comment {
	width: 100%;
	padding-bottom: 1rem;
}
.top_bluesky .cont_titile a {
	color: #ff4d6d;
}
.mainvisual .global-nav {
	background: linear-gradient(180deg, #0b0b12, #2b0033);
}

@media screen and (min-width: 640px) {
	.mainvisual .global-nav a span,
	.global-nav_list a span {
		color: #ff4d6d;
	}
}
