@charset "UTF-8";
:root {
	--baseItemColor01: #32324e;
	--baseItemColor02: #181829;
	--baseItemColor03: #8dd4de;
	--baseItemColor04: #909090;
	--baseItemColor05: #f0f0f5;
	--baseItemColor06: #717187;
	--baseItemColor07: #009e96;
	--baseItemColor08: #e4007f;
	--baseItemColor09: #fff;
	--baseItemColor10: #ea68a2;
	--baseItemColor11: #ffce08;
	--baseItemColor12: #30314d;
}


html {
	scroll-behavior: smooth;
}

html,
body {
	width: 100%;
	height: 100%;
}
*, *:before, *:after {
box-sizing: border-box;
}

body {
	width: 100%;
	background: #fff;
	overflow-x: hidden;
	color: var(--baseItemColor01);
	line-height: 1.4;
	line-break: strict;
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

img {
	max-width: 100%;
	height:auto;
	vertical-align: bottom;
}

.elps {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.clamp1 {
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.clamp2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.clamp3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* ///////////////////////////////////////////////////////////////////

エラーメッセージ

/////////////////////////////////////////////////////////////////// */

.errMsg {
	background: #f9e5ea;
	color: #ff3434;
	padding: 10px;
	margin-bottom: 20px;
	width: 920px;
	margin: 0 auto 20px;
}

/* ///////////////////////////////////////////////////////////////////

メニュー

/////////////////////////////////////////////////////////////////// */
/*
.menu_list {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background: #fff;
	transition: all 0.2s;
	transform: translate(300px);
	z-index: 1000;
	overflow: scroll;
	padding: 2rem 3rem;
	overflow-y: scroll;
	height: 100vh;
}
.menu-trigger.pc {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0 0px 0px 12px;
}
.menu_list.open {
	width: 30%;
	opacity: 1;
	transform: translate(0);
	overflow: scroll;
	z-index: 9999999999;
	overflow-x: hidden;
}
.menu_list li:not(:last-child) {
}
.menu_list li {
	border-bottom: 1px dashed #554136;
}
.menu_list li a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: inline-block;
	position: absolute;
	top: 40%;
	right: 0;
	border: 5px solid transparent;
	border-left: 8px solid #555;
}
.menu_list li:first-child a::after {
	display: none;
}
.menu_list li a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #554136;
	padding: 12px;
	position: relative;
	font-size: 16px;
}
.menu_list li a:hover {
	opacity: 0.7;
	transition: .2s;
}
.menu .menu-trigger a {
	text-align: right;
	display: block;
	color: #554136;
	font-size: 40px;
}
*/

.space.--50 {
	background: var(--baseItemColor01);
	padding: 50px;
}
.space.--10 {
	background: var(--baseItemColor02);
	padding: 10px;
}
/* ///////////////////////////////////////////////////////////////////

ヘッダー

/////////////////////////////////////////////////////////////////// */
.header {
	background: var(--baseItemColor01);
	display: flex;
	align-items: center;
	padding: 25px 0px 20px 20px;
	position: relative;
	gap: 0 20px;
}
.header_ttl {
	width: 25%;
}
.header_ttl a {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.header_ttl-left {
	padding-left: 20px;
}
.header_ttl-info {
	display: flex;
	gap: 15px;
	font-size: 16.5px;
	color: #fdfdfd;
	letter-spacing: .1em;
	justify-content: center;
	margin-top: 8px;
	padding-left: 5px;
	span {
		font-size: 13px;
	}
}
.header_ttl-right {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
.menu {
	position: relative;
	width: 70%;
	margin: 0 auto;
	width: initial;
	flex: 1;
	padding-right: 20px;
}

.menu ul {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.menu ul li {
	text-align: center;
}
.menu ul li a {
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}
.menu ul li span {
	font-size: clamp(0.75rem, 0.5rem + 0.5208vw, 1.125rem);
	display: block;
}
.head_credit {
	width: 35%;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 0;
}
.head_credit span {
	padding: 0px 0 2px 0px;
	display: inline-block;
	color: #fff;
	margin-bottom: 5px;
}

.head_credit img {
	margin: 0px 0 0 0px;
	display: inline-block;
}

.recruit {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.recruit a {
	display: inline-block;
	padding: 3px 15px;
}

.recruit-info {
	background: var(--baseItemColor02);
	color: #fff;
	font-weight: 500;
	border-radius: 0px 0px 0px 5px;
}
.recruit-girls {
	color: var(--baseItemColor08);
	font-weight: 500;
	background: var(--baseItemColor09);
}
.recruit-mens {
	font-weight: 500;
	background: var(--baseItemColor09);
}
/* ///////////////////////////////////////////////////////////////////

List

/////////////////////////////////////////////////////////////////// */

.list {
	display: flex;
	flex-wrap: wrap;
}
.list2 {
	gap: 20px;
}
.list2 > li {
	width: calc(100% / 2 - 10px);
}

.list3 {
	gap: 15px;
}
.list3 > li {
	width: calc(100% / 3 - 10px);
}

.list5 {
	gap: 15px;
}
.list5 > li {
	width: calc(100% / 5 - 13px);
}
.list4 {
	gap: 15px;
}
.list4 > li {
	width: calc(100% / 4 - 12px);
}
.cast_list-item.--realtime {
	background: var(--baseItemColor05);
}

.cast_list-item.--schedule {
	background: var(--baseItemColor05);
}
.cast_list-time {
	background: var(--baseItemColor06);
	color: #fff;
	text-align: center;
	gap: 0 5px;
	padding: 5px 0px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cast_list-time span {
	font-family: "poppins";
	font-weight: 500;
}
.cast_list-time span:empty::before {
	content: "ー";
}
.cast_list-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.cast_list-contents {
	padding: 10px 10px 15px;
	color: #434343;
	margin-top: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.cast_list-name {
	font-size: 16px;
	font-weight: 500;
}
.cast_list-inner .cast_list-name {
	display: flex;
	align-items: center;
}
.cast_list-size {
	letter-spacing: 1px;
	font-size: clamp(0.625rem, 0.4576rem + 0.3478vw, 0.875rem);
	margin-bottom: 5px;
}
.cast_list-item.--diary .cast_list-img img {
	width: 100%;
}
.kana {
	font-size: 12px;
}
.cast_list-item.--diary {
	position: relative;
	height: 320px;
	overflow: hidden;
}
.cast_list-item.--diary .cast_list-img-sub {
	width: 30px;
	height: 30px;
	overflow: hidden;
	object-fit: cover;
}
.cast_list-item.--diary .cast_list-contents {
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	gap: 0 10px;
}
.cast_list-item.--diary .cast_list-block p {
	color: #ffff;
	font-size: 11px;
}
.icon_newface {
	background: #21ab38;
	color: #fff;
	display: flex;
	font-size: 0.7rem;
	align-items: center;
	justify-content: center;
	padding: 4px 5px 4px;
	border-radius: 3px;
	white-space: nowrap;
}
.cast_list-name > span + .cast-icon {
	display: flex;
	gap: 0 5px;
	align-items: center;
	justify-content: right;
	text-align: right;
}
.cast_list-name > span {
	flex: 2;
}

.icon_flg {
	display: inline-flex;
	gap: 5px;
	flex-wrap: wrap;
	margin: 0px 0 5px;
}
.icon_flg:empty {
	display: none;
}
.icon_flg .newface {
	background: var(--baseItemColor08);
}
.icon_flg .rank {
	background: var(--baseItemColor07);
}
.icon_flg .schedule {
	background: var(--baseItemColor06);
}
.icon_flg li {
	font-size: 13px;
	padding: 0px 10px;
	color: #fff;
	line-height: 1.6;
}
/* ///////////////////////////////////////////////////////////////////

セクション

/////////////////////////////////////////////////////////////////// */
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
.section_block {
	margin-bottom: 40px;
}
.section_ttl {
	text-align: center;
	margin: 0 auto 30px;
	font-size: 36px;
	color: var(--baseItemColor02);
	font-weight: 500;
	font-family: "poppins";
	line-height: 1.2;
}

.section_ttl.--underttl {
	background: url(/img/web/common/bg_ttl.png) no-repeat;
	background-size: cover;
	background-position: center top;
	height: 302px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.2;
	letter-spacing: 3px;
	font-family: "Poppins";
	font-weight: 500;
}
.section_block h2 img {
	margin-bottom: 30px;
}

.section_ttl span {
	font-size: 18px;
	text-align: center;
	display: block;
	font-weight: normal;
	font-family:'Noto Sans JP', sans-serif;
}
.more {
	text-align: center;
	margin: 30px 0 0;
}
.more a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	padding: .5rem 6rem;
	margin: 0px auto 0;
	background: var(--baseItemColor01);
	border-radius: 40px;
}

.more a:hover {
	opacity: 0.7;
	transition: .2s;
}

/* ///////////////////////////////////////////////////////////////////

下層ページsection

/////////////////////////////////////////////////////////////////// */

.section_block_underlayer .inner {
	padding-top: 200px;
}

.section_block_underlayer h2 {
	margin: 0 auto 100px;
}
.u-container {
	padding: 60px 0 84px;
}
/* ///////////////////////////////////////////////////////////////////

女性リスト

/////////////////////////////////////////////////////////////////// */
.lady_bg {
	background: url(/img/web/top/bg_lady.jpg);
	background-position: center top;
}
.lady_list {
	display: flex;
	flex-wrap: wrap;
}
.lady_list-item {
	width: calc((100% / 4) - 15px);
	margin: 0 20px 20px 0;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 3.441px 4.915px 12px 0px rgba(14, 5, 10, 0.3);
	position: relative;
}
.lady_list-item:nth-child(4n) {
	margin-right: 0;
}
.lady_list-img {
	height: 350px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.lady_list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lady_list-data {
	letter-spacing: 1px;
}
.lady_list-ttl {
	color: var(--baseItemColor02);
	font-size: 18px;
	font-weight: 500;
}
.lady_list-body {
	font-size: 15px;
}
.cast_schdule-next {
	background: var(--baseItemColor09);
	text-align: center;
	margin-top: auto;
	padding: 5px;
	font-weight: 500;
	font-size: clamp(0.75rem, 0.5rem + 0.5208vw, 1.125rem);
	letter-spacing: 1px;
}
.cast_schdule-label-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 5px;
}
.cast_schdule-label {
	color: var(--baseItemColor09);
	padding: 3px 4px;
	line-height: 1;
}
.cast_schdule-label.cast_schdule-label--real {
	background-color: var(--baseItemColor01);
}
.cast_schdule-label.cast_schdule-label--new {
	background-color: var(--baseItemColor10);
}
.cast_schdule-label.cast_schdule-label--runking {
	background-color: var(--baseItemColor07);
}


.label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
}
.lady_list-name {
	font-size: 20px;
}

.lady_list-item.--schedule {
	background: transparent;
}
.lady_list-item.--schedule a {
	padding: 10px;
	background: #fff;
	display: block;
}
.slick-arrow {
	position: absolute;
	top: calc(50% - 6px);
	width: 12px;
	height: 20px;
	background: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	font-size: 0;
	cursor: pointer;
}
.slide-arrow.prev-arrow.slick-arrow {
	background: url(/img/web/common/arrow_l.png) no-repeat;
	background-size: auto;
	background-size: contain;
	width: 40px;
	height: 40px;
	left: -50px;
	z-index: 1;
}
.slide-arrow.next-arrow.slick-arrow {
	background: url(/img/web/common/arrow_r.png) no-repeat;
	background-size: auto;
	background-size: contain;
	width: 40px;
	height: 40px;
	right: -50px;
	z-index: 1;

}
/* ///////////////////////////////////////////////////////////////////

もっと見るボタン

/////////////////////////////////////////////////////////////////// */

.more_link {
	background: #fff;
	border: 3px solid var(--baseItemColor02);
	box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.15);
	color: var(--baseItemColor02);
	display: block;
	width: 35%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.more_link::after {
	color: var(--baseItemColor02);
	content: "▶";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.more_link:hover {
	opacity: .7;
	transition: .2s;
}
/****************************************************************

ページャー

*****************************************************************/

.pager.mb10 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pager.mb10 li {
	margin: 3px;
}
.pager.mb10 li span {
	display: block;
	padding: 10px;
	background: #bbb;
	border: 1px solid #999;
	border-radius: 3px;
}
.pager.mb10 li a {
	display: block;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 3px;
	color: #333;
	background: #fff;
}
/* ///////////////////////////////////////////////////////////////////

フッター

/////////////////////////////////////////////////////////////////// */
.footer {
	background: var(--baseItemColor01);
	text-align: center;
}

.footer_inner {
	max-width: 1350px;
	margin: 0 auto;
	display: flex;
	padding: 70px 0;
	align-items: center;
}
.footer_nav {
	width: 50%;
	display: flex;
	gap: 0 20px;
}
.foot_logo {
	width: 50%;
}
.ft_tel {
	color: #fff;
}
.footer_nav-list a, .footer_nav-ttl {
	color: #fff;
	text-align: left;
}
.footer_nav-ttl {
	font-family: "poppins";
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 18px;
}
.footer_nav-inner {
	width: calc(100% / 5 - 20px);
}
.copyright {
	background: var(--baseItemColor02);
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer_nav-list {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	text-align: left;
}
.footer_nav-list a {
	font-size: 15px;
}
.ft_tel a {
	color: #fff;
}

.ft_logo {
	margin-bottom: 2rem;
}
.ft_logo svg {
	width: 50%;
}
.fixed_nav {
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	z-index: 2;
}

.fixed_nav .fixed_nav_list {
	display: flex;
	background: #6b5142;
}

.fixed_nav .fixed_nav_list li {
	width: 25%;
	text-align: center;
}

.fixed_nav .fixed_nav_list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
}


.footer_navb {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 10rem;
}

#footer .footer_inner .footer_left {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
}


#footer .footer_inner .footer_left .ft_logo a img:hover {
	opacity: 0.7;
	transition: .2s;
}

.ft_tel span {
	color: #fff;
	font-size: 20px;
}

.ft_tel span:first-of-type {
		margin-right: 20px;
}

#footer .footer_inner .footer_left .ft_tel a {
	font-size: 20px;
	pointer-events: none;
}

#footer .footer_inner .footer_right {
	width: 50%;
	padding: 100px;
}

#footer .footer_inner .footer_right .footer_navb {
	display: flex;
	flex-wrap: wrap;
}

#footer .footer_inner .footer_right .footer_navb li {
	width: 33%;
	padding: 10px 0;
	text-align: left;
}

#footer .footer_inner .footer_right .footer_navb li a {
	color: #000;
	font-size: 16px;
}

#footer .footer_inner .footer_right .footer_navb li a:hover {
	opacity: 0.7;
	transition: .2s;
}

small {
	display: block;
	text-align: center;
	background: #000;
	padding: 15px 0;
}


/*************************************************

panel

**************************************************/
.wrapper.--panel .container.u-container.--panel-top {
	margin: 20px;
}
.wrapper.--panel .inner.wrap_inner {
	padding: 0;
}
.wrapper.--panel #container {
	padding: 0;
}
.panel_nav {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	display: flex;
	background: #27a2b3;
	padding: 20px 30px;
	gap: 0 30px;
	position: sticky;
	bottom: 0;
}
.panel_nav-item a {
	background: #fff;
	color: #27a2b3;
	display: block;
	text-align: center;
	padding: 10px 20px;
	border-radius: 10px;
}
.panel_nav-item {
	width: 50%;
	font-size: 34px;
	font-weight: bold;
}
.wrapper.--panel {
	padding:0px;
}
.panel_nav-item.active a {
	background: #b8fffc;
}
.panel-img img {
	width: 100%;
}

.panel_nav-item.--blog {
	width: 42.5%;
}
.panel_nav-item.--review {
	width: 42.5%;
}
.panel_nav-item.--home {
	width: 15%;
	max-width: 10%;
}
.panel_nav.--panel-profile {
	gap: 0 20px;
}

@media screen and (min-width:769px) {
.pc {
	display: none !important;
}
}

@media screen and (min-width: 770px) and (max-width: 1280px) {
.wrapper {
	padding: 0 20px;
}

.menu {
	padding-right: 10px;
}
.menu ul li em {
	display: none;
}
.menu ul {
	flex-wrap: wrap;
}

.menu ul li {
	width: 15%;
}
.header_ttl {
	width: 30%;
}
.header_ttl-info {
	display: flex;
	flex-wrap: wrap;
}
.cast_list-time {
	font-size: 15px;
}
.cast_list-name > span a {
	font-size: 1.6vw;
}

.cast_list-name > span + .cast-icon {
	width:auto;
}
.list5 > li {
	width: calc(100% / 4 - 12px);
}
.foot_logo {
	width: 35%;
}
.footer_inner {
	padding: 70px 10px;
	gap: 0 20px;
}
.footer_nav {
	flex: 1;
}
.footer_nav-ttl {
	font-size: 13px;
}
.footer_nav-list a {
	font-size: 11px;
}
}

@media screen and (max-width: 769px) {

html {
	font-size: 62.5%;
	height:auto;
}

body {
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
.sp {
	display: none !important;
}
.wrapper.--top {
	margin: 1rem auto 0;
}
.header_ttl a {
	align-items: baseline;
}
/**********************************************************

common

******************************************************************/

.u-container {
	padding: 60px 0 5rem;
}
.list2 {
	display: block;
}
.list2 > li {
	width: auto;
}
.list5 > li {
	width: calc(100% / 2 - 8px);
}
.wrap_inner {
	padding: 0 1.5rem;
}
.section_block {
	margin-bottom: 3rem;
}
.section_ttl {
	font-size: 2.5rem;
}
.section_ttl span {
	font-size: 1.6rem;
}
.cast_list-name {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.cast_list-contents {
	padding: .5rem;
}
.cast_list-time {
	padding: .5rem 0px;
	font-size: 1.4rem;
}
.cast_list-time img {
	max-width: 9%;
}
.cast_list-time {
	align-items: center;
}
.cast_schdule-next {
	font-size: 1.2rem;
}
.cast-icon {
	align-items: center;
	flex: initial;
}
.cast_list-inner .cast_list-name {
	gap: 0 1rem;
	justify-content: space-between;
}

.icon_newface {
	font-size: clamp(0.6875rem, 0.4872rem + 1.0684vw, 1rem);
	padding: 2px 3px 2px;
}
.icon_flg li {
	font-size: 1.2rem;
}

.icon_x img {
	vertical-align: sub;
	max-width: 75%;
}
.more a {
	font-size: 1.4rem;
	padding: .8rem 8rem;
}
/**********************************************************

header

******************************************************************/

.header_reserve {
	width:30%;
}
.header_reserve a {
	display: block;
	background: #000;
	color: #fff;
	padding: .5rem 1rem;
	line-height: 1;
	border-radius: 1rem;
	text-align:center;
}
.header_reserve span {
	font-size: 3vw;
	display: block;
}
.header_reserve em {
	font-size: 4vw;
}
.header_ttl {
	width:70%;
}
.header {
	padding: .8rem 10px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
}
.header.header-n {
	position: relative;
}
.cast_list-size {
	font-size: 11px;
	letter-spacing: .05rem;
	margin-bottom: .5rem;
}
.space.--10 {
	position: absolute;
	bottom: -1rem;
	width: 100%;
	left: 0;
	padding: .5rem;
}
.copyright {
	font-size: 1rem;
}
.foot_logo {
	width: 100%;
}
.ft_logo img {
	max-width: 60%;
}
.footer_inner {
	padding: 50px 2rem 3rem;
}
/**********************************************************

menu

******************************************************************/

.is-open .toggle-ft #toggle-box > span {
	background: #fff;
}
.is-open .toggle-ft #toggle-box > span:nth-child(1) {
	top: initial;
	transform: initial;
}
.is-open .toggle-ft #toggle-box > span:nth-child(2) {
	position: relative;
	width: initial;
}
.is-open .toggle-ft #toggle-box > span:nth-child(3) {
	top: initial;
	transform: initial;
}
.cross {
	text-align: right;
	position: absolute;
	right: 10px;
	top: 10px;
}
.ft_fix.ft_fix-n.active .fix_list {
	padding: 0;
}
.toggle-ft #toggle-box.active {
	display: block;
	margin: 0 auto;
}
#toggle {
	margin-left: auto;
}

#toggle-box {
	position: relative;
	width: 30px;
	height: 22px;
	cursor: pointer;
}

#toggle-box > span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box>span:nth-child(1) {
	top: 0;
}

#toggle-box>span:nth-child(2) {
	top: 50%;
	transform: translatey(-50%);
}

#toggle-box>span:nth-child(3) {
	bottom: 0;
}

.is-open #toggle-box > span {
	background: #000;
}
.is-open #toggle-box>span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box>span:nth-child(2) {
	width: 0;
}

.is-open #toggle-box>span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg) translatey(-50%);
}

/* z-index */
#toggle {
	z-index: 1000;
}

#main {
	position: relative;
	z-index: 990;
}

#nav-content {
	display: none;
	z-index: 900;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: #f5fbfb;
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	padding: 4rem 2rem;
}

#nav-content ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}
#nav-content li {
	border-bottom: 1px solid #ccc;
	width: 48%;
}
#nav-content li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 1.5rem 0;
	transition: opacity .6s ease;
	pointer-events: none;
	text-align: left;
}
#nav-content a:hover {
	opacity: 0.6;
}

.is-open {
	overflow: hidden;
}

.is-open #nav-content {
	z-index: 999;
	visibility: visible;
	opacity: 1;
	box-sizing: border-box;
}
.is-open #nav-content a {
	pointer-events: auto;
}

.menu-recruit {
	display: flex;
	gap: 1.5rem 1rem;
	margin-top: 1rem;
	flex-wrap: wrap;
}
.menu-recruit a {
	padding: 1rem;
	background: #000;
	color: #fff;
	border-radius: 11.313rem;
	width: calc(100% / 2 - .5rem);
}
.menu-recruit .menu-recruit-tel {
	width: 100%;
	background: var(--baseItemColor01);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 1rem;
	font-size: 1.8rem;
}
.menu-recruit .menu-recruit-tel svg {
	margin: 0 0 0 -2rem;
}
.menu-recruit .menu-recruit-info {
	background: #31acf1;
}
.menu-recruit .menu-recruit-mens {
	background: #00599c;
}
.menu-recruit .menu-recruit-girls {
	background: #ff83ff;
}
.menu-recruit .menu-reserve {
	background: #00af00;
}
.footer {
	padding-bottom: 4rem;
}
.ft_fix.active{
  transform: translate(0);
}
.fix_list {
	background: var(--baseItemColor01);
	display: flex;
	align-items: center;
	padding: 0 2rem;
}
.ft_fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--baseItemColor02);
	padding-top: 1rem;
	z-index: 1;
	transition: 1s;
	transform: translateY(100%);
}
.fix_list li {
	width: calc(100% / 4);
}
.ft_fix.ft_fix-n.active .fix_list li {
	width: calc(100% / 5);
}
.fix_list li svg {
	width: 100%;
}
.fix_list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
	gap: .5rem 0;
	padding: 1rem 0;
}
#schedule_icon {
	transform: rotate(-50deg);
}
.ft_logo svg {
	width: 80%;
}

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}


/**********************************************************

headline

******************************************************************/
.headline {
	overflow: hidden;
	width: 100%;
	height: 30px;
	position: relative;
	background-color: #fff;
	margin: 10px 0;
}
.headline-text {
	position: absolute;
	white-space: nowrap;
	animation: scroll-left 20s linear infinite;
}
@keyframes scroll-left {
	0% { left: 100%; }
	100% { left: -100%; }
}





