/*************** 黒背景 ***************/

/* 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) ***************/

/*************** カスタム ***************/
.toggle span {
  border-bottom: solid 0.075rem #ff6ba6;
}
.toggle {
  top: 18px;
}
.toggle span:nth-child(1) {
  top: 6px;
  width: 36px;
}

.toggle span:nth-child(2) {
  top: 14px;
  width: 24px;
}

.toggle span:nth-child(3) {
  top: 22px;
  width: 12px;
}
.toggle.active span:nth-child(1) {
}
.toggle.active span:nth-child(2) {
  width: 36px;
  right: 2px;
}
.toggle.active span:nth-child(3) {
  display: none;
}
.balloons {
  position: relative;
  margin: 0;
  padding: 0;
}
.balloons div {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url(../img/poa.png);
  background-repeat: no-repeat;
  opacity: 0;
}
.balloons div:nth-of-type(1) {
  left: -8%;
  top: -24%;
  animation: flashing_r 12s ease-in-out infinite;
  background-size: 30%;
}

.balloons div:nth-of-type(2) {
  left: 27%;
  top: 17%;
  animation: flashing 13s ease-in-out infinite;
  background-size: 48%;
}

.balloons div:nth-of-type(3) {
  left: 75%;
  top: 2%;
  animation: flashing_r 14s ease-in-out 2s infinite;
  background-size: 35%;
}
@media screen and (max-width: 640px) {
  .balloons div:nth-of-type(1) {
    left: -60%;
    top: -15%;
    animation: flashing_r 10s ease-in-out infinite;
    background-size: 100%;
    width: 140%;
  }

  .balloons div:nth-of-type(2) {
    left: 50%;
    top: 20%;
    animation: flashing 12s ease-in-out infinite;
    background-size: 100%;
    width: 110%;
  }

  .balloons div:nth-of-type(3) {
    left: 43%;
    top: 34%;
    animation: flashing_r 15s ease-in-out 2s infinite;
    background-size: 100%;
    width: 110%;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flashing_r {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.balloons {
  z-index: -2;
}
.mainvisual {
  z-index: -3;
}
main::before {
  z-index: -3;
}
main::after {
  z-index: -2;
}
.mainvisual .mainlogo {
  z-index: 0;
}
.mainvisual .slick-slider {
  z-index: -2;
}
.f-hours {
  background: linear-gradient(270deg, #ff6ba6 -50%, #ffd6e5 100%);
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.foot_navi {
  background: linear-gradient(180deg, #ff6ba6 -50%, #ffa0c1 60%, #ff6ba6 150%);
  background: #fff;
}
.foot_navi a {
  color: #ff6ba6;
}
.btn01 a {
  background: linear-gradient(
    0deg,
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 1) 38%
  );
  border: 1px solid #ff6ba6;
  color: #ff6ba6;
}
.top_contents .inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  outline: solid 2px rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
  box-sizing: border-box;
}
.nav_follow {
  border: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) -16%,
    rgba(255, 255, 255, 0.7) 28%,
    rgba(255, 255, 255, 0.3) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 8rem;
  box-sizing: border-box;
}
.top_topics .sh {
  background: linear-gradient(270deg, #ff6ba6 -50%, #ffd6e5 100%);
}
.top_topics {
  background: #fff;
}
#particles-js2,
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  /* background-color: #232741; */
  /* background-image: url(""); */
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
  z-index: 1;
}
