/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;1,100;1,200&family=Manrope:wght@200;300;400;500;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Kaisei+Decol&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@500;600;700;900&display=swap');

body {
	/* font-family: "Noto Sans JP", sans-serif; */
	/* font-family: "Jost", "游ゴシック Medium", Yu Gothic Medium, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, sans-serif; */
	/* font-family: 'Noto Serif JP', serif; */
	background: #fff;
}
.btn_totop {
	display: none;
}

.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank {
	/* text-transform: uppercase; */
	font-weight: 400;
	color: #1f2e55;
	font-family: 'Archivo Black', sans-serif;
	text-transform: capitalize;
	font-weight: 100;
	letter-spacing: 0.2rem;
}
.top_menu ul li a p {
	color: #fff;
	font-family: 'Archivo Black', sans-serif;
}
.cont_titile {
	padding-left: 0.5rem;
}
.btn_tel.pc .material-icons {
	margin-right: 5px;
}
.nav_follow .btn_tel a {
	display: flex;
	justify-content: center;
	align-content: center;
}

.contents {
	margin: 0;
	padding: 70px 0 40px;
}
.profile-twi span,
.top_twitter span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ekkusu {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	margin-bottom: 0.35rem;
}
main {
	position: relative;
}
main::before {
	content: '';
	display: block;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url(../img/top-tier-bg.jpg);
	background-size: 293%;
	background-position: top right 24%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.contents::before {
	content: '';
	display: block;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../img/top-tier-bg.jpg);
	background-size: 293%;
	background-position: top right 24%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.inner_page .btn01 {
	margin-top: 2rem;
}
@media screen and (max-width: 640px) {
	.nav_follow .logo img {
		padding-top: 0.75rem;
		display: none;
	}
}
@media screen and (min-width: 640px) {
	main::before {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		position: fixed;
	}
}

.label-wrap {
	/* display: none; */
}
.room {
	/* display: none; */
}
body {
	/* font-weight:200; */
}
.inner {
	width: 100%;
	box-sizing: border-box;
}
.top_app,
.top_blog,
.top_credit,
.top_access,
.top_link {
	padding: 0 1rem;
	box-sizing: border-box;
}
@media screen and (min-width: 640px) {
	.top_information .information_list li {
		height: 140px;
	}
	.top_diary .diary_list li {
		/* height: 140px; */
	}
}
/*end*/

@media screen and (min-width: 640px) {
	.top_access .access-box {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		align-items: center;
	}
	.top_access .access-box .ggmap {
		width: 100%;
		margin: 0;
	}
	.top_access .access-box {
		padding: 0 2rem;
	}
	.top_access .btn01 {
		margin: 50px auto 25px auto;
	}
}

/*header,toggle*/
.nav_follow {
	padding: 0 0 0 10px;
}

.toggle span {
	width: 90%;
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	right: 0;
}

.global_nav_sp ul li a {
	font-size: 15px;
}

.global_nav_sp a span {
	font-size: 12px;
}

/*footer*/

footer small {
	font-size: 14px;
}
.f-hours {
	display: flex;
}
.f-hours div {
	width: 50%;
	margin: 0 auto;
	font-size: 12px;
}
.f-hours div:last-child {
	/* display: none; */
}

/*contents header*/

/* ---- particles.js container ---- */
#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;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}
#scroll-top {
	opacity: 0;
	transition: opacity 350ms ease;
}
.no-schedule {
	font-size: 1rem;
	padding: 1rem 1rem 0;
	font-weight: bold;
}
.no-schedule .btn01 {
	margin-top: 2rem;
}
@media screen and (min-width: 640px) {
	.no-schedule {
		font-size: 1.2rem;
		text-align: center;
	}
	.no-schedule .btn01 {
		font-size: 14px;
	}
}
.error .text p {
	margin-bottom: 2rem;
}
.error .text p.btn01 a {
	padding: 10px;
}

/*************** color ***************/

/* common */

body {
	color: #000;
}
a {
	color: #000;
}
/* a:link {
	color: #000;
} */

/* a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
} */
option {
	color: #000;
}
select {
	color: #000;
}
.btn01 a {
	background: #000;
	color: #fff;
}
.cont_titile {
	color: #000;
}
.cont_titile span {
	/* color: #000; */
}
.cont_titile a {
	color: #000;
}

/* header */

.nav_follow {
	/* background: #fff; */
	/* border-bottom: 2px solid #000; */
	/* border-image: linear-gradient(to top, #0053c5 78%, #cff0f7 100%); */
}
.toggle {
	/* background: rgba(255,255,255,0.7); */
}
.toggle span {
	border-bottom: solid 1px #000;
}
.global_nav_sp {
	padding-top: 4rem;
}
.global_nav_sp ul li a {
	color: #1f2e55;
}
.global_nav_sp a span {
	/* color: #fff; */
}
@media screen and (min-width: 640px) {
	.fix-header {
		background: #fff;
	}
	.nav_follow .head_btn.reserve a {
		background: #1f2e55;
		color: #fff;
	}
}

/*footer */

footer {
	/* background: #ebf3ff; */
}
footer small {
	color: #000;
}
.foot_navi {
	background: rgba(0, 0, 0, 0.8);
}

.foot_navi a {
	color: #fff;
}
.f-hours {
	background-image: linear-gradient(34deg, #9e8139 0%, #f9f1b5 50%, #9e8139 100%);
	background: #000;
	color: #fff;
	border-top: 1px solid #666;
}
footer ul.foot_navi_list a {
	color: #000;
	display: flex;
}

@media screen and (min-width: 640px) {
	footer ul.foot_navi_list li {
		border-left: 1px solid #bbb;
	}
}

/* index */

.mainvisual .mainlogo {
	filter: drop-shadow(2px 2px 0px #212121);
}
.mainvisual .global-nav {
	background: rgba(0, 0, 0, 1);
}
.mainvisual .global-nav a {
	color: #fff;
}
.mainvisual .global-nav a span {
	color: #bbb;
}
.mainvisual .global-nav_list li + li {
	/* border-right: 1px solid #bbb; */
}
@media screen and (min-width: 768px) {
	.mainvisual .global-nav_list li:first-child {
		/* border-right: 1px solid #bbb; */
	}
}

/*--------*/

.top_topics {
	background: rgba(255, 255, 255, 0.92);
	margin: -1px auto 1rem;
}
.top_topics .sh {
	background: #ac002e;
	background: linear-gradient(34deg, #9e8139 0%, #f9f1b5 50%, #9e8139 100%);
	color: #000;
	letter-spacing: 0;
}
.top_information .information_list li {
	border-bottom: 1px solid #ccc;
}
.top_diary .diary_list li:nth-of-type(n + 2) {
	border-top: 1px dashed #ccc;
}

.top_app h3 {
	background: #efefef;
}
.top_app .btn_webreserve {
	box-shadow: 0px 1px 6px #ccc;
}
.top_menu ul li a {
	color: #fff;
	background: rgba(0, 0, 0, 0.35);
}
.top_menu ul li a:hover {
	background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 640px) {
	.top_menu ul li {
		background: #ccc;
	}
}

.top_access .access-box {
	border-bottom: 1px solid #000;
}
.top_contents,
.top_eventbanner {
	/* background: #fff; */
}

/*top information*/
.top_infoarea {
	/* background: #fbf5ed; */
}
.top_therapist {
	/* background: #fbf5ed; */
}
.top_credit {
	/* background: #fbf5ed; */
}
.realtime-box {
	/* background: rgba(0, 0, 0, 0.7); */
	border: 1px solid #ccc;
}

/* schedule */

.calendar {
	border-bottom: 1px solid #ccc;
}
.calendar ul li {
	background: rgba(255, 255, 255, 0.8);
}
.calendar ul li.target {
	background: #f4f0e9;
}

.calendar ul li.sat a {
	color: #0043ff;
}

.calendar ul li.sun a {
	color: red;
}
.calendar ul li a {
	border: 1px solid #ccc;
}
.schedule label {
	background: #fff;
	border: 1px solid #ccc;
}
.schedule input:checked + label {
	background-color: #ebf3ff;
	color: #000;
}

/* blog */

.blog_list li {
	border-bottom: 1px solid #ccc;
}

/* access */

/* event */

/* price */

.attention {
	border: 1px solid #666;
}
.attention dd {
	border-bottom: 1px dotted #666;
}
.price h2 {
	border-bottom: 1px solid #666;
}
.price-detail dt {
	border-bottom: 1px solid #666;
}
.price-detail dd {
	border-bottom: 1px solid #666;
}
dd.none {
	color: #666;
}
.detail-dd {
	color: #999;
}

/* ranking */

.ranking .therapist-box {
	border-bottom: 1px solid #ccc;
}
.ranking .therapist-box .rank {
	background: #e7e7e7;
	color: #666;
}
.ranking .therapist-box .rank1 {
	border-bottom: 1px solid #d3bd7e;
	color: #c59719;
	background: none;
}
.ranking .therapist-box .rank2 {
	border-bottom: 1px solid #ccc;
	color: #909fab;
	background: none;
}
.ranking .therapist-box .rank3 {
	border-bottom: 1px solid #91675a;
	color: #8d4523;
	background: none;
}
.ranking .therapist-box .comment dt {
	border-bottom: 1px dashed #666;
}
ul.ranking_list li {
	border: 1px solid #ccc;
}
.therapist-box.rank1box {
	/* background: #fffad3; */
}
.therapist-box.rank2box {
	/* background: #f2f2f2; */
}
.therapist-box.rank3box {
	/* background: #fbe9dc; */
}

/* recruit */

.recruit .recruit-point dd {
	/* border-bottom: 1px solid #CCC; */
}
.recruit .recruit-point dd h3 {
	background: #ffe7f4;
}
.recruit-detail dl dt {
	background: #ffe7f4;
}
.recruit-detail dl dd {
	background: #fff;
}
.recruit-detail dl dd p a {
	border: 1px solid #666;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.recruit-contact-wrap dl dd p a {
	background: #f2689c;
	color: #fff;
	filter: drop-shadow(1px 1px 1px #bbb);
}
.recruit-contact-wrap dl dd .second a {
	background: #05d745;
}
.recruit-contact-wrap dl dd .third a {
	background: #709aee;
}

/* reserve */

.reserve-btn a {
	border: 1px solid #666;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.mailform-tbl tbody tr th {
	border-top: 1px solid #ccc;
}
.mailform-tbl input[type='text'],
.mailform-tbl input[type='email'],
.mailform-tbl textarea {
	border: 1px solid #999;
}
.mailform-tbl select {
	border: 1px solid #999;
	background: #fff;
}
.ccb-lower {
	background: #fff;
	border: 1px solid #ccc;
}
p#submit-button input {
	background: #000;
	color: #fff;
}
span.attention {
	color: red;
}
.mw_wp_form_complete {
	border: 1px solid #ccc;
}

/* sitemap */

.sitemap h3 {
	background: #efefef;
}

/* cast */

.catchcopy-box {
	background: #fff;
}
.therapist-box p.catchcopy {
	color: #000;
}
.therapist-box .profile-icon li {
	/* border: 1px solid #0053c5; */
	background: #1f2e55;

	color: #fff;
}
.therapist-box .todays-time p {
	background: #c1a470;
	color: #fff;
}
.therapist-box .guide {
	border: 1px #ccc solid;
	background: #fff;
}
.therapist-single h1.name {
	border-bottom: 1px solid #ccc;
}
.therapist-single .profile-icon li {
	/* border: 1px solid #0053c5; */
	background: #1f2e55;
	color: #fff;
}
.therapist-box .photo .today-icon {
	border-color: transparent #e22d2d transparent transparent;
}
.therapist-box .photo .today-icon span {
	color: #fff;
}
.therapist-single .photo .today-icon {
	border-color: transparent #e22d2d transparent transparent;
}
.therapist-single .photo .today-icon span {
	color: #fff;
}
.therapist-single .btn_scheudle a {
	border: 1px solid #666;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.therapist-single .pickup dt {
	background: #efefef;
}
.therapist-single .comment {
	border: 1px solid #ccc;
}
.therapist-single .comment dt {
	background: rgba(255, 255, 255, 0.7);
}
.therapist-single .comment.cast dt {
	background: #ffdbdb;
}
.therapist-single .comment.master dt {
	background: #cedce9;
}
.therapist-single .comment dd {
	background: rgba(255, 255, 255, 0.7);
}
.single-cast-calendar .calendar ul li {
	border-bottom: 1px solid #ccc;
}
.single-cast-calendar .calendar ul li.sat a.date {
	color: #0043ff;
}
.single-cast-calendar .calendar ul li.sun a.date {
	color: red;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
	border: 1px solid #ccc;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.therapist-single .calendar ul li .schedule-castreserve-btn span {
	color: #666;
}

/* 口コミ */
.css-auobc3 {
	border-bottom: 1px solid #bbb;
}
.css-1cpjif9 {
	color: #000;
}
.css-1v7shu4 {
	color: #000;
}
.css-u60qnr {
	color: #000 !important;
}
.profile-review {
	background: #fff;
}

/*************** 年齢認証 ***************/
.age-gate__wrapper {
	padding: 0;
}
.age-gate {
	background: rgba(000, 000, 000, 0.6);
	color: #000;
	max-width: 900px;
	height: 75vh;
	border: 1px solid #fff !important;
	padding: 0;
}
.age-gate__form {
	height: 80vh !important;
}
.age-gate__background-color {
	/* background-image: url(../img/age-gate-bg.jpg); */
	-webkit-backdrop-filter: blur(2px) !important;
	backdrop-filter: blur(2px) !important;
	background: rgba(0, 0, 0, 0.4);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.age-gate__submit {
	/* background: linear-gradient( 180deg ,#000 0%, #000 100%); */
	background: rgba(0, 0, 0, 0);
}
.age-gate__heading {
	width: 100%;
	max-width: 340px;
	padding-top: 2rem;
}
.age-gate__challenge {
	margin-bottom: 1rem;
	color: #fff;
}
button.age-gate-button,
button.age-gate-submit-no,
button.age-gate-submit-yes,
button.age-gate__button,
button.age-gate__submit--no,
button.age-gate__submit--yes {
	background: #ff0099;
}
.age-gate-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.5rem !important;
}

.age-gate-link > div {
	margin-top: 1rem !important;
	font-size: 12px;
}

.age-gate-link img {
	width: 100%;
}

.age-gate__link-area > div {
	display: grid;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1200px;
}

@media screen and (min-width: 420px) {
	.age-gate__link-area > div {
		grid-template-columns: repeat(auto-fit, 49%);
		grid-gap: 1%;
	}
}

@media screen and (min-width: 640px) {
	.age-gate {
		/* height: 50vh; */
	}
	.age-gate__background-color {
		background: rgba(0, 0, 0, 0.4);
	}
	.age-gate__form {
		height: 58vh !important;
	}
	.age-gate__challenge {
		font-size: 1.25rem;
		padding: 3rem 0 1rem;
	}
}

@media screen and (min-width: 768px) {
	.age-gate__link-area > div {
		grid-template-columns: repeat(auto-fit, 24%);
		grid-gap: 1%;
	}
}

@media screen and (min-width: 1200px) {
	.age-gate__link-area > div {
		grid-template-columns: repeat(auto-fit, 18.2%);
		grid-gap: 1%;
	}
}
.age-gate__buttons {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
	position: relative;
}
.age-gate-text {
	position: absolute;
	z-index: -1;
	font-size: 4rem;
	font-weight: 200;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	line-height: 1;
	font-family: 'Jost', '游ゴシック Medium', Yu Gothic Medium, YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック',
		'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0.05em;
	color: #fff;
}
.age-gate__submit {
	width: 37%;
	padding: 2rem 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
}
.age-gate-link {
	padding: 0 1rem 3rem;
}
.age-gate__subheadline {
	display: none;
}
.age-gate-form,
.age-gate__form {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-evenly;
}
.kin {
	margin-top: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: 600;
	color: #fff;
}
button.age-gate-submit-yes,
button.age-gate__submit--yes {
	background: #ac002e;
	padding-left: 1rem !important;
}

button.age-gate-submit-no,
button.age-gate__submit--no {
	background: #a3a3a3;
	padding-right: 1rem !important;
}
.age-gate__challenge {
	font-size: 1.5rem;
}

/*************** カスタム ***************/
.mainvisual .global-nav {
	display: none;
}
footer ul.foot_navi_list li span {
	display: block;
}
.toggle {
	width: 62px;
	height: 62px;
	top: 6px;
	right: 6px;
	padding: 0.5rem;
	background: rgba(0, 0, 0, 0.75);
}
.toggle span {
	width: 60%;
	right: 12px;
	border-bottom: solid 1px #fff;
}
.toggle span:nth-child(1) {
	top: 26px;
	width: 70%;
}
.toggle span:nth-child(2) {
	top: 35px;
	width: 70%;
}
.toggle span:nth-child(3) {
	top: 25px;
	width: 70%;
	display: none;
}
.toggle.active span:nth-child(1) {
	top: 33px;
	left: 18px;
	width: 50%;
}
.toggle.active span:nth-child(2) {
	top: 12px;
	background: none;
	border: none;
	width: 50%;
}
.toggle.active span:nth-child(3) {
	top: 33px;
	left: 23px;
	width: 50%;
	display: block;
}
.toggle span:nth-child(4) {
	border: none;
	top: 41px;
	left: 21px;
	font-size: 0.7rem;
	font-weight: bold;
	color: #fff;
}
.toggle.active span:nth-child(4) {
	display: none;
}

.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
	background: #d53965;
}

/* .gt_selector{
  position: relative;
  height: 9.3333vw;
  background: none;
} */
.gt_selector {
	width: 148px;
	height: 2rem;
	border-radius: 0.25rem;
	font-weight: 700;
	font-size: 0.7rem;
	line-height: 1.3;
	font-family: 'Jost', '游ゴシック Medium', Yu Gothic Medium, YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック',
		'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0.1em;
	padding-left: 0.5rem;
}
.gt_selector {
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 0.7rem;
}
.gtranslate_wrapper {
	padding-top: 0.25rem;
}
footer .gtranslate_wrapper {
	display: none;
}
.nav_follow div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 2rem;
	padding-top: 0.4rem;
}
footer .gtranslate_wrapper {
	/* display: none; */
}

@media screen and (max-width: 640px) {
	.castlist {
		padding: 0;
		grid-template-columns: repeat(auto-fit, 50%);
	}
}

.cast_data {
	padding: 0.5rem 0.75rem 0;
}
.todays-time,
.guide {
	width: 99%;
	margin: 0 auto;
	border: none !important;
}
.therapist-box .profile-icon,
.therapist-single .profile-icon {
	margin: 0.5rem 0 0;
}
.btn01 {
	border: 1px solid #000;
	width: 92%;
	display: flex;
	justify-content: center;
	border: 1px solid #000;
	/* border-image: linear-gradient(180deg, #bda134 0%, #fef29c 50%, #d9b94c 100%); */
	/* border-image-slice: 1; */
	/* background: linear-gradient(34deg, #8c8c8c 0%, #fff 50%, #c7c7c7 80%, #fff 100%) !important; */
}

.cont_titile,
.cont_titile span {
	/* text-align: unset; */
}
.profile-twi span,
.top_twitter span,
.cont_titile a {
	display: block;
	align-items: unset;
	margin: unset;
}
.top_twitter .cont_titile {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	padding-left: 1rem;
	justify-content: center;
}
.top_twitter .cont_titile a {
	margin-bottom: 5px;
	margin-left: 21px;
}
.top_twitter {
	width: 100%;
	margin: 0 auto;
	border: none;
}
@media screen and (min-width: 640px) {
	.top_twitter {
		width: 43%;
		margin: 0;
		padding-top: 0;
	}
	.nav_follow {
		background: #000;
		height: 6.5rem;
	}
}
.global_nav_sp a span {
	font-size: 1rem;
	font-weight: 700;
}
@media screen and (min-width: 1381px) {
	.global-nav_list a span {
		display: block;
		font-size: 1rem;
		font-weight: 700;
	}
}
#gt-wrapper-wrap {
	opacity: 0;
	transition: opacity 350ms ease;
}
@media screen and (min-width: 640px) {
	#gt-wrapper-wrap,
	#gt-wrapper-wrap div {
		padding: 0;
		position: absolute;
		right: 24%;
	}
}
.nav_follow .logo img {
	/* filter: brightness(10) drop-shadow(1px 1px 0px #000); */
}

.top_topics,
.top_contents {
	color: #000;
}
.mainlogo img {
	width: 80%;
}
.top_eventbanner {
	margin-top: 2.5rem;
}
.top_information .cont_titile {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
	display: none;
}
.single-cast-calendar .calendar ul li {
	justify-content: space-around;
}
footer .logo img {
	/* filter: brightness(0); */
}
.contents_header h1 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}
.today-icon {
	display: none;
}
.therapist-single .pickup dt,
.comment.cast dt,
.comment.master dt {
	background: #000 !important;
	color: #fff;
}
.global-nav_list a,
.global_nav_sp a span {
	text-transform: uppercase;
}
.foot_navi li a img {
	height: 25px;
	width: 26px;
	margin: 0 auto;
}
.btn_line a img {
	height: 22px !important;
	width: 22px !important;
}
span.attention {
	border: none;
}
main {
	overflow: hidden;
	box-sizing: border-box;
}
.top_information,
.top_newface,
.top_blog,
.top_credit,
.top_menu,
.top_link,
top_access,
.inner {
	box-sizing: border-box;
}
.foot_navi {
	grid-template-columns: repeat(auto-fit, 25% 25% 25% 25% 25%);
}
.sns {
	display: none !important;
}
.blog_list li {
	position: relative;
}
@media screen and (max-width: 640px) {
	.blog_list li .disc,
	.information_list li .disc {
		top: 7% !important;
	}
}
.foot_navi {
	background: #c1a470db;
}
.cont_titile span,
.contents_header p {
	font-size: 1.5rem;
	color: #fff;
	font-family: 'Archivo Black', sans-serif;
}

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 {
	color: #fff;
	font-size: 0.9rem;
}
.global_nav_sp a span,
.breadcrumb,
.breadcrumb a {
	color: #fff;
}

.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;
}
.global_nav_sp ul li a {
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
}
.toggle active.global_nav_sp ul li a {
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (min-width: 640px) {
	.global-nav_list a {
		display: flex;
		font-size: 11px;
		width: max-content;
		text-align: center;
		flex-direction: column-reverse;
	}
}
.global_nav_sp.active {
	background: #ac002eeb;
}
.reserve-btn a {
	color: #000;
}
.ccbl-inner p {
	color: #000;
}
.calendar ul .target a {
	color: #000;
}

.btn01 {
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
	border: none;
}
.btn01 a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 0;
	background: #000;
	border: 1px solid #c1a470;
}
.mv-info {
	width: 100%;
	position: absolute;
	bottom: 1.25rem;
	z-index: 2;
	/* mix-blend-mode: color-burn; */
	filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(0px 0px 1px #fff);
	font-family: 'Bodoni Moda', serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	filter: drop-shadow(1px 1px 5px #fff);
}
.mv-info a {
	color: #fff;
}
.mv-info-child {
	padding: 4rem 0 0.5rem;
}

.mv-hours {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-size: 1rem;
	font-weight: 500;
}

.mv-hours div {
	display: flex;
	align-items: center;
	font-weight: 800;
}

.mv-hours {
	text-align: center;
}

.mv-hours span {
	font-size: 0.9rem;
	/* border: 1px solid #fa509d; */
	padding: 0rem 0.25rem;
	margin-right: 0.25rem;
}

.mv-tel {
	text-align: center;
	width: 100%;
	padding-top: 0.5rem;
}

.mv-tel a {
	font-size: 1.75rem;
	text-align: center;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.mv-tel a .material-symbols-outlined {
	font-size: 3rem;
}

@media screen and (min-width: 640px) {
	.mv-info {
		/* background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); */
		/* background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.85) 17%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 172%); */
		bottom: 10rem;
		/* background: none; */
	}
	.mv-tel a {
		font-size: 2.25rem;
	}
	.mv-hours div {
		margin-left: 5px;
	}

	.mv-info-child {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		flex-wrap: nowrap;
		flex-direction: column;
		padding: 15rem 0 1.5rem;
	}

	.mv-tel {
		width: auto;
		font-weight: 100;
	}

	.mv-hours {
		font-size: 1.5rem;
		font-weight: 600;
		margin-top: 5px;
	}
}
.slick-next,
.slick-prev {
	display: none !important;
}
.age-gate__background::before,
.age-gate-background::before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.blog_list li .text img {
	width: 100%;
	height: 100%;
}
.top_contents .inner {
	background: rgba(255, 255, 255, 0.92);
	box-sizing: border-box;
	width: 100%;
	padding: 2rem 1rem;
	outline: solid 3px #fff;
	outline-offset: 2px;
	color: #000;
}
footer ul.foot_navi_list li span {
	display: none;
}
.mv-info {
	width: 100%;
	position: absolute;
	bottom: 4.5rem;
	bottom: 0;
	z-index: 2;
	/* background: linear-gradient(
		to top,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.85) 0%,
		rgba(0, 0, 0, 0) 86%,
		rgba(0, 0, 0, 0) 100%
	); */
	filter: drop-shadow(1px 1px 2px #fff);
	font-family: 'Bodoni Moda', serif;
	font-weight: 400;
}
.mv-info a {
	/* color: #fff; */
}
.mv-info-child {
	padding: 5rem 0 1.5rem;
}

.mv-hours {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-size: 1rem;
	text-align: center;
	color: #fff;
}

.mv-hours div {
	display: flex;
	align-items: center;
}

.mv-hours span {
	font-size: 0.9rem;
	/* border: 1px solid #fa509d; */
	padding: 0rem 0.25rem;
	margin-right: 0.25rem;
}

.mv-tel {
	text-align: center;
	width: 100%;
	padding-top: 0.5rem;
}

.mv-tel a {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #fff;
}

@media screen and (min-width: 640px) {
	.mv-info {
		/* background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); */
		/* background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.85) 17%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 172%); */
		bottom: 5rem;
		background: none;
	}
	.mv-tel a {
		font-size: 2.75rem;
	}
	.mv-hours div {
		margin-left: 5px;
	}

	.mv-info-child {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		flex-wrap: nowrap;
		flex-direction: column;
		padding: 0;
	}

	.mv-tel {
		width: auto;
		font-weight: 100;
	}

	.mv-hours {
		font-size: 1.5rem;
		font-weight: 600;
		margin-top: 5px;
	}
}
