/* CSS Document */
@charset "UTF-8";

html, body {
	height: 100%;
}
body {
	position: relative;
	background: #fff;
	padding: 0;
	margin: 0;
	color: #222;
}
body.pg {
	background: #fff url(../images/header_sp_pg.jpg) center top no-repeat;
}

header, header h1, header .blist, header a.mem-logout,
nav.gnav a.gnavbar, nav.gnav, nav.gnav ul li a, nav.gnav ul li a:after, nav.gnav ul li a span,
.overnav .onContainer {
	webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.bodyContainer {
}
nav {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0f0f0f;
	background: rgba(28,64,91,.85);
	-webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
	width: 100vw;
	height: 100vh;
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: scroll;
	opacity: 0;
	z-index: 1000;
}
nav ul {
	display: inline-block;
	padding: 14px 14px 260px;
	margin: 0;
	list-style: none;
}
nav ul li {
	display: block;
	border-left: 10px #66cef6 solid;
	padding-left: 14px;
	margin: 20px 0 0;
	width: 90vw;
}
nav ul li a:link, nav ul li a:visited {
	display: block;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	color:#fff;
}
nav ul li a .nave {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1em;
}
nav ul li a span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #8bdbff;
	width: 0;
	height: 2px;
}
nav ul li a:hover {
	text-decoration: none;
}

a.btn-nav {
	display: block;
	position: fixed;
	bottom: 20px;
	left: 15px;
	width: 110px;
	height: 110px;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-size: 11px;
	font-size: 1.1rem;
	color: #67a6d6;
	text-align: center;
	z-index: 1001;
}
a.btn-nav .mbg {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	background-clip: padding-box;
	border: 10px rgba(103,166,214, .4) solid;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	opacity: 1;
	box-shadow: 0px 0px 34px -1px rgba(118,180,226, .7);
}
a.btn-nav .gnmark {
	position:relative;
	top:50%;
	left:50%;
	margin:-27px 0 0 -22px;
	padding-top:30px;
	width:64px;
	height:24px;
	letter-spacing:1px;
}
a.btn-nav span {
	display:inline-block;
	position:absolute;
	left:0;
	background:#67a6d6;
	border-radius:8px;
	width:96%;
	height:2px;
	box-sizing:border-box;
	transition:all .4s;
}
a.btn-nav span:nth-of-type(1) {
	top: 0;
}
a.btn-nav span:nth-of-type(2) {
	top: 15px;
	width: 46%;
}
a.btn-nav span:nth-of-type(2)::after {
	content: 'MENU';
	position: absolute;
	top:12px;
	left:2px;
	word-break: keep-all;
}
a.btn-nav.active span:nth-of-type(1) {
	transform:translateY(6px) rotate(-45deg);
}
a.btn-nav.active span:nth-of-type(2) {
	top: 25px;
	width: 90%;
	transform:translateY(-14px) rotate(45deg);
}
a.btn-nav.active span:nth-of-type(2)::after {
	content: 'CLOSE';
	top:8px;
	left:26px;
	transform:translateY(0) rotate(-45deg);
	word-break: keep-all;
}

a.btn-call {
	display: block;
	position: fixed;
	bottom: 16px;
	right: 15px;
	background: #67a6d6;
	border-radius: 50%;
	width: 129px;
	height: 129px;
	z-index: 1001;
	box-shadow: 0px 0px 34px -1px rgba(118,180,226,0.6);
}
a.btn-call span {
	display: inline-block;
	margin: 16px 0 0 31px;
	width: 62px;
	height: 95px;
}

.btn-rec {
	padding: 20px 0 0;
}
.btn-rec img {
	width: 600px;
}

.background-l {
	display: none;
}
.background-r {
	position: relative;
	background: url(../images/header_sp.png) center top no-repeat;
	border: none;
	width: 100%;
	height: 378px;
	text-align: left;
}
.background-r h1 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 60px;
	background: url("../images/rogo.png") no-repeat;
	background-size: 160px auto;
	padding: 0;
	margin: 0;
	width: 160px;
	height: 160px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
body.pg .background-r {
	background: none;
	border: none;
	width: 100%;
	height: 230px;
	text-align: center;
}
body.pg .background-r h1 {
	display: inline-block;
	position: absolute;
	top: 24px;
	left: 50%;
	background: url("../images/rogo.png") no-repeat;
	background-size: 100px auto;
	width: 100px;
	height: 75px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transform: translateX(-50%);
}

.pgtopbtn {
	width:80px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
}

footer {
	position: relative;
	background: url("../images/decoration.png") center top no-repeat, url("../images/footer_bg.jpg") center bottom no-repeat;;
	padding: 40px 0 0;
	margin: 60px 0 0;
	width: 100%;
	min-width: 640px;
	text-align: center;
}
footer ul.ftbnr {
	display: inline-block;
	padding: 30px 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
footer ul.ftbnr li {
	display: inline-block;
	margin: 5px;
}
footer .shopinfo {
	padding: 24px 0;
	margin-top: 40px;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0em;
	color: #004365;
	text-align: center;
}
footer .shopinfo h3 {
	padding: 0 0 6px;
	margin: 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.3em;
}
footer .shopinfo a {
	color: #004365;
}
footer .shopinfo span {
	display: block;
	padding: 5px 0;
}
footer .cr {
	width: 100%;
	min-width: 640px;
	background: #08415d;
	padding: 20px 0 120px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #aedbe6;
}


/*  */
.contentsContainer {
	position: relative;
	margin-top: -80px;
}
.contentsTitle {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: .4em;
	color: #0691b9;
	letter-spacing: 3px;
	text-align: center;
}
.contentsTitle .ttlline {
	display: inline-block;
	border-top: 4px #cbf1ff solid;
	margin: 0 0 6px;
	width: 60%;
}
.contentsTitle span {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-size: 14px;
	font-size: 1.4rem;
	color: #0691b9;
}

/* コンパニオンリスト */
ul.complist {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
ul.complist li {
	display:inline-block;
	padding:0;
	margin:0 5px;
	vertical-align:top;
}
ul.complist li a.list {
	display:block;
	position:relative;
	background: url(../images/cast/listframe.png?231030225248) center top no-repeat;
	background-size: 143px 450px;
	padding:35px 0 0;
	width:185px;
	height:415px;
	color:#222;
	text-align:center;
}
ul.complist li a.none {
	cursor:default;
}
ul.complist li a:hover {
	text-decoration:none;
}

ul.complist li a .img {
	position:relative;
	border-radius: 16px;
	width:185px;
	height:276px;
	overflow:hidden;
}
ul.complist li a .img span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 185px;
	height: 96px;
}
ul.complist li a .img span.rank1 {
	background: url(../images/ranking/nameplate_rank1_o.png) no-repeat;
}
ul.complist li a .img span.rank2 {
	background: url(../images/ranking/nameplate_rank2_o.png) no-repeat;
}
ul.complist li a .img span.rank3 {
	background: url(../images/ranking/nameplate_rank3_o.png) no-repeat;
}
ul.complist li a .img span.rank4 {
	background: url(../images/ranking/nameplate_rank4.png?002) no-repeat;
}
ul.complist li a .img span.rank5 {
	background: url(../images/ranking/nameplate_rank5.png?002) no-repeat;
}
ul.complist li a .img span.rank6 {
	background: url(../images/ranking/nameplate_rank6.png?002) no-repeat;
}
ul.complist li a .img span.rank7 {
	background: url(../images/ranking/nameplate_rank7.png?002) no-repeat;
}
ul.complist li a .img span.rank8 {
	background: url(../images/ranking/nameplate_rank8.png?002) no-repeat;
}
ul.complist li a .img span.rank9 {
	background: url(../images/ranking/nameplate_rank9.png?002) no-repeat;
}
ul.complist li a .img span.rank10 {
	background: url(../images/ranking/nameplate_rank10.png?002) no-repeat;
}
ul.complist li a .img img {
	height:276px;
	opacity:1;
	transition:.7s ease-in-out;
}
ul.complist li a:hover .img img {
	opacity:.8;
	transform: scale(1.05);
	transition:.3s ease-in-out;
}

ul.complist li a .namae {
	position: relative;
	display: block;
	padding: 15px 0 0;
	font-size: .95px;
	font-size: .95rem;
	line-height: 1.6em;
}
ul.complist li a .namae strong {
	display: inline-block;
	padding: 0 0 8px;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	color: #00a1cf;
}
ul.complist li a .schetime {
	display: inline-block;
	border-bottom: 2px #0691b9 solid;
	padding: 6px 0 3px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #0691b9;
	text-align:center;
}
ul.complist li a .icon-newface {
	position: absolute;
	top: 240px;
	left: -4px;
	background: url(../images/cast/icon_new.png) no-repeat;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
}
ul.complist li a .icon-updata {
	position: absolute;
	top: 240px;
	right: -4px;
	background: url(../images/cast/icon_upd.png) no-repeat;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
}


/* プロフィール */
.profile {
	padding: 0 20px 0;
	margin: -40px 0 0;
}
.primg {
	position: relative;
	background: #fff;
	max-width: 800px;
	max-height: 600px;
	box-shadow: 0px 0px 34px -1px rgba(118,180,226,0.4);
}
@media screen and (max-width:800px) {
	.primg {
		background: #fff;
		width: 400px;
		height: 600px;
	}
}
.profile .slick-slide {
	opacity:1;
}
.profile .slick-active {
	opacity:1;
}
.profile .slick-current {
	opacity:1;
}
a.prslider_prev, a.prslider_next {
	display: block;
	border-top: 2px #206482 solid;
	width: 60px;
	height: 60px;
	cursor: pointer;
	transition: all ease-in-out .6s;
}
.profile a.prslider_prev {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 95;
	border-left: 2px #206482 solid;
	transform: rotate(-45deg) translateY(-50%);
}
.profile a.prslider_next {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 95;
	border-right: 2px #206482 solid;
	transform: rotate(45deg) translateY(-50%);
}
a.prslider_prev:hover {
	left: -10px;
	filter: brightness(2);
	transition: all ease-in-out .3s;
}
a.prslider_next:hover {
	right: -10px;
	filter: brightness(2);
	transition: all ease-in-out .3s;
}

.pr-ttl {
	display: inline-block;
	background: #2c6997;
	border-radius: 40px;
	padding: 4px 20px;
	margin: 10px 0;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: .9em;
	color: #fff;
	text-align: center;
}
.pr-namae {
	padding: 30px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3em;
}
.pr-namae span {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 2px;
}
.pr-namae strong {
	display: inline-block;
	padding-bottom: 10px;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.15em;
	color: #00a1cf;
}
.pr-cmt {
	display: inline-block;
	padding: 10px 0 40px;
	max-width: 85%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
	color: #333;
	text-align: left;
}

.pr-schedule {
	display: inline-block;
	padding: 15px 0 40px;
}
.pr-schedule table {
	border: none;
	border-spacing: 2px;
	border-collapse: separate;
}
.pr-schedule td {
	display: inline-block;
	background: rgba(241,248,254,.8);
	border: 1px #97cdfb solid;
	border-radius: 12px;
	padding: 20px 0;
	margin: 1px;
	width: 190px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: top;
}
.pr-schedule td.today {
}
.pr-schedule td a {
	display: block;
	border-bottom: 2px #a7c5de solid;
	margin: 0 10px 20px;
	color: #222;
}

/* 新人 */
ul.nflist {
	display: inline-block;
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
ul.nflist li {
	display: inline-block;
	position: relative;
	border-radius: 20px 0 0 20px;
	margin: 0 5px 0;
	width: 560px;
	min-height: 320px;
	overflow: hidden;
}
ul.nflist li .img {
	position:absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 330px;
	overflow: hidden;
}
ul.nflist li .img img {
	width: 220px;
}
ul.nflist li .img a img {
	transition: .7s ease-in-out;
}
ul.nflist li .img a:hover img {
	transform: scale(1.05);
	transition: .3s ease-in-out;
}
ul.nflist li .info {
	position:absolute;
	top: 0;
	right: 0;
	background: url(../images/cast/listframe_nf.png) center top no-repeat;
	padding-top: 52px;
	width: 340px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3em;
	text-align: center;
	overflow: hidden;
}
ul.nflist li .info span {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 2px;
}
ul.nflist li .info strong {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 30px;
	color: #00a1cf;
}
ul.nflist li .cmt {
	background: #ebfbff;
	border-radius: 8px;
	padding: 16px 12px 16px 14px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6em;
	color: #43a6bf;
	text-align: left;
}
ul.nflist li .nftime {
	display: inline-block;
	border-bottom: 2px #ff7d2f solid;
	padding: 6px 0 3px;
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #ff7d2f;
	text-align:center;
}


/* 出勤スケジュール */
.sche-day {
	display: inline-block;
	position: relative;
	padding: 10px 20px 25px;
	margin: 0 0 20px;
	overflow: hidden;
}
.sche-day ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.sche-day ul li {
	display: inline-block;
	margin: 0 0 16px;
}
.sche-day ul li a {
	display: block;
	position: relative;
	border-bottom: 4px #acacac solid;
	border-radius: 20%;
	padding: 0 0 14px;
	width: 100px;
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
	color: #222;
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.sche-day ul li a strong {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.3em;
}
.sche-day ul li a:hover, .sche-day ul li a.on {
	border-bottom: 4px #0c8db1 solid;
	color: #0c8db1;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* ランキング */
h3.rankingtitle {
	display: inline-block;
	padding: 40px 0 0;
	margin: 0;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
	color: #4ab4c9;
}
ul.rankinglist {
	display: inline-block;
	padding: 0;
	margin: -10px 0 0;
	list-style: none;
	text-align: center;
}
ul.rankinglist li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
ul.rankinglist li a.r1 {
	display: block;
	position: relative;
	background: url(../images/ranking/board_rank1.png) no-repeat;
	width: 360px;
	height: 590px;
	overflow: hidden;
}
ul.rankinglist li a.r1 .img {
	position: absolute;
	top: 58px;
	left: 9px;
	width: 340px;
	height: 480px;
	overflow: hidden;
	-moz-transform:    rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform:      rotate(4deg);
	-ms-transform:     rotate(4deg);
	transform:         rotate(4deg);
}
ul.rankinglist li a.r1 .img img {
	width: 330px;
}
ul.rankinglist li a.r1 .rank1 {
	position: absolute;
	bottom: 37px;
	left: 0;
	background: url(../images/ranking/nameplate_rank1.png) no-repeat;
	width: 360px;
	height: 112px;
}
ul.rankinglist li a.r1 .rank1 .namae {
	padding: 14px 12px 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.25em;
	color: #222;
	text-align: right;
}
ul.rankinglist li a.r1 .rank1 .namae strong {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 30px;
	color: #00a1cf;
}
ul.rankinglist li a.r1 .img img, ul.rankinglist li a.r2-3 .img img {
	transition: .7s ease-in-out;
}
ul.rankinglist li a.r1:hover .img img, ul.rankinglist li a.r2-3:hover .img img {
	transform: scale(1.05);
	transition: .3s ease-in-out;
}

ul.rankinglist li a.r2-3 {
	display: block;
	position: relative;
	background: url(../images/ranking/board_rank2etc.png) no-repeat;
	width: 300px;
	height: 528px;
	overflow: hidden;
}
ul.rankinglist li a.r2-3 .img {
	position: absolute;
	top: 58px;
	left: 5px;
	width: 290px;
	height: 409px;
	overflow: hidden;
	-moz-transform:    rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform:      rotate(4deg);
	-ms-transform:     rotate(4deg);
	transform:         rotate(4deg);
}
ul.rankinglist li a.r2-3 .img img {
	width: 280px;
}
ul.rankinglist li a.r2-3 .rank2 {
	position: absolute;
	bottom: 37px;
	left: 0;
	background: url(../images/ranking/nameplate_rank2.png) no-repeat;
	width: 300px;
	height: 112px;
}
ul.rankinglist li a.r2-3 .rank3 {
	position: absolute;
	bottom: 37px;
	left: 0;
	background: url(../images/ranking/nameplate_rank3.png) no-repeat;
	width: 300px;
	height: 112px;
}
ul.rankinglist li a.r2-3 .namae {
	padding: 14px 12px 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.25em;
	color: #222;
	text-align: right;
}
ul.rankinglist li a.r2-3 .namae strong {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 30px;
	color: #00a1cf;
}


/* システム */
.sys-pickupat {
	padding: 0 0 20px;
	width: 90%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
}



.tablelist table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
}
.tablelist th {
	border-bottom: 2px #a2c9e6 solid;
	padding: 16px 20px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #0691b9;
	text-align: right;
	word-break: keep-all;
}
.tablelist td {
	border-bottom: 2px #a2c9e6 solid;
	padding: 16px 20px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	text-align: left;
}

.clear {
	clear: both;
}
