@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 100%;
	margin: 0;
	padding: 0px;
	outline: 0;
	border: 0;
	vertical-align: baseline;
}
/*paddingによる幅を無くします*/
*{
	-webkit-box-sizing:border-box;
	-mos-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html{
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	width: 100%;
	min-width: 320px;
	min-height: 800px;
	background: #fff url(../images/bg_body.png) repeat;
	background-size: 150px;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	color: #000;
	line-height: 1.4;
	letter-spacing: 0.1rem;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	-webkit-animation: fade 1.4s ease-in-out;
	animation: fade 1.4s ease-in-out;
	position: relative;
}
@-webkit-keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #cacaca;
	text-decoration: none;
}
p {
	max-height: 999999px;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}

/* from */
input{
	padding: 15px;
	text-align: left;
}
select {
	width: 100%;
	max-width: 380px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	text-align: center;
	vertical-align: middle;
	color: #828282;
}
textarea {
	width: 100%;
	max-width: 580px;
	height: 250px;
	padding: 15px;
	font-size: 1.3rem;
	background: #fff;
	border: 1px solid #d9d9d9;
}
label {
	margin-bottom: 2px;
	padding: 15px;
	background: #f9f9f9;
	display: block;
	text-align: left;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
label:last-child {
	margin-bottom: 0;
}
input, select {
	font-size: 1.3rem;
	vertical-align: middle;
}
button, textarea, select {
	padding: 15px;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d9d9d9;
	-webkit-appearance: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: 0;
}
input[type="text"],
input[type="email"] {
	width: 100%;
	max-width: 380px;
	border-radius: 0;
	border: 1px solid #d9d9d9;
	-webkit-appearance: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="hidden"],
button,
textarea{
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor : pointer;
}
input[type=radio],
input[type=checkbox] {
	display: inline;
	background: #eaeaea;
	padding: 5px 10px;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #828282;
}
::-ms-input-placeholder {
	color: #828282;
}
::placeholder {
	color: #828282;
}
.form_reset{
	-webkit-appearance: none;
	border:none;
	background-color: transparent;
}

/* common */
.atten_01,
a.atten_01 {
	font-weight: 600;
	color: #e76593;
}
.atten_02,
a.atten_02 {
	font-weight: 600;
	color: #345b8c;
}

/* margin */
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}

/* font */
.fs_12 {
	font-size: 1.2rem;
}
.fs_14 {
	font-size: 1.4rem;
}
.fs_16 {
	font-size: 1.6rem;
}
.fs_18 {
	font-size: 1.8rem;
}
.fs_20 {
	font-size: 2rem;
}
.fs_w {
	font-weight: 600;
}

/* center */
.center {
	text-align: center;
}
/* left */
.left {
	text-align: left;
}
/* right */
.right {
	text-align: right;
}
/*block none*/
.bl_480{
	display: none;
}

/* transition */
.link_act_01 {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.link_act_01:hover {
	opacity: 0.6;
}
.link_act_02 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.link_act_02:hover {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* animation */
.fade {
	opacity: 0;
	-webkit-transition: 1.4s ease-in-out;
	transition: 1.4s ease-in-out;
}
.up {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.lt {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.rt {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.on {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.bg_animation {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.bg_animation:after {
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 1.4s ease-in-out;
	transition: 1.4s ease-in-out;
}
.bg_animation.on:after {
	width: 0%;
}

/* btn */
.btn_01,
.btn_01 a {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	border: 1px solid #000;
	line-height: 50px;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	cursor: pointer;
}
.btn_01::after,
.btn_01 a::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.2rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index:2;
}
.btn_01 input {
	width: 100%;
	padding: 0;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #000;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.btn_01 input:hover {
	color: #fff;
}

.btn_01:hover,
.btn_01:hover a {
	background: #000;
	color: #fff;
}
.btn_01:hover::after,
.btn_01 a:hover::after {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	right: 1.2rem;
}
.inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
.outer {
	padding: 4% 0;
}

/* title */
.title {
	width: 100%;
	padding: 25px 10px;
	background: url(../images/bg_mark_01.png) center no-repeat;
	background-size: 85px 90px;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.4rem;
	text-indent: 0.4rem;
	position: relative;
}
.title span,
.section_pickup .title p,
.section_newgirl .title p{
	font-size: 1.4rem;
	display: block;
}

/* subtitle */
.subtitle {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.2;
}
.subtitle span {
	display: block;
	font-size: 1.2rem;
	color: #6f6f6f;
}
/* table_01 */
.table_01 {
	width: 100%;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	table-layout: fixed;
}
.table_01 th,
.table_01 td {
	padding: 10px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.table_01 th:last-of-type,
.table_01 td:last-of-type {
	border-right: 0;
}
.table_01 th {
	background: #e76587;
	color: #fff;
}

/* dl_box_01 */
.dl_box_01 {
	width: 100%;
	padding: 15px;
	background: #fff;
	border: 10px solid #f4f4f4;
	text-align: left;
	table-layout: fixed;
}
.dl_box_01 a {
	color: #e76587;
}

.dl_box_01 span.required {
	padding: 4px 10px;
	background: #e76587;
	border-radius: 2px;
	font-size: 1rem;
	color: #fff;
	vertical-align: 2px;
}
.dl_box_01 span.required_err {
	color: #d06353;
	font-weight: 600;
}
.dl_box_01 dt {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 1.6rem;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #e76593;
}
.dl_box_01 dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d8d8d8;
	color: #545454;
}
.dl_box_01 dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

/* dl_box_02 */
.dl_box_02 {
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 1.4rem;
}
.dl_box_02 dl {
	width: 45%;
	padding: 15px 0;
	border-bottom: 1px dashed #e6e6e6;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.dl_box_02 dt::before {
	content: '\f0da';
	display: inline-block;
	font-family: FontAwesome;
}
.dl_box_02 dd {
	text-align: right;
	color: #a62a53;
}

/* txt_box_01 */
.txt_box_01 {
	padding: 15px;
	background: #f7f7f7;
}
/* txt_box_02 */
.txt_box_02 {
	padding: 15px;
	background: #f7f7f7;
	text-align: justify;
}

/* link_box */
.link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	box-sizing: border-box;
	font-size: 1rem;
}
.link_box li {
	margin: 0 1% 2% 1%;
}
.link_box li a {
	display: block;
}

/* cast */
.cast_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.cast_box li {
	margin: 0 1% 2% 1%;
	position: relative;
}
.cast_box li .cast_wrap {
	width: 220px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.cast_box li .img_box{
	width: 220px;
	height: auto;
	padding-top: 330px;
	background: #e76587;
	overflow: hidden;
	display: block;
	position: relative;
}
.cast_box li .img_box a {
	display: block;
}
.cast_box li .img_box img.staff {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 5px;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cast_box li .txt_box {
	width: 100%;
	padding: 10px;
	background: #fff;
	font-size: 1.4rem;
}
.cast_box li .txt_box span {
	color: #e76593;
	font-size: 1rem;
}
/*icon*/

	/*-- Twitterアイコン表示位置（プロフィール写真右上） --*/
/* 
	.cast_box li .icon_twitter a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #1a97f0;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 2rem;
} */
	/*-- //Twitterアイコン表示位置（プロフィール写真右上） --*/

	/*-- Twitterアイコン表示位置（スリーサイズ下部） --*/
.cast_box li .icon_twitter a {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: #1a97f0;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 1.4rem;
	margin: 0 auto 8px;
}
	/*-- //Twitterアイコン表示位置（スリーサイズ下部） --*/

.cast_box li .icon_twitter a:hover {
	background: #fff;
	box-shadow: 0 0 0 1px #1a97f0;
	color: #1a97f0;
}
.cast_box li .class  {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 100;
}
.cast_box li .icon_new {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.cast_box li .time {
	width: 100%;
	margin: 0;
	background: #f4f4f4;
	box-shadow: none;
	color: #e76587;
	line-height: 2;
	font-size: 1.2rem;
}
.profile_box_schedule p.shop_01,
.cast_box li p.shop_01{
	background: #d65151;
	color: #fff;
	border-radius: 2rem;
	/*  max-width: 140px;*/
	margin: 8px auto 0;
	padding: 2px 0;
}
.profile_box_schedule p.shop_02,
.cast_box li p.shop_02{
	background: #3fb563;
	color: #fff;
	border-radius: 2rem;
	/*  max-width: 140px;*/
	margin: 8px auto 0;
	padding: 2px 0;
}
.profile_box_schedule p.shop_03,
.cast_box li p.shop_03{
	background: #d09769;
	color: #fff;
	border-radius: 2rem;
	/*    max-width: 140px;*/
	margin: 8px auto 0;
	padding: 2px 0;
}
.profile_box_schedule p.shop_04,
.cast_box li p.shop_04{
	background: #8c69d0;
	color: #fff;
	border-radius: 2rem;
	/*    max-width: 140px;*/
	margin: 8px auto 0;
	padding: 2px 0;
}
.profile_box_schedule p.shop_05,
.cast_box li p.shop_05{
	background: #cea839;
	color: #fff;
	border-radius: 2rem;
	/*    max-width: 140px;*/
	margin: 8px auto 0;
	padding: 2px 0;
}
.profile_box_schedule p.shop_06,
.cast_box li p.shop_06{
	background: #3f94b5;
	color: #fff;
	border-radius: 2rem;
	/*    max-width: 140px;*/
	margin: 8px auto 0;
	padding: 2px 0;
}

.profile_box_schedule .table_01 tr {
	width: 50%;
	padding: 3%;
	display: inline-block;
	vertical-align: middle;
}
.profile_box_schedule .table_01 th,
.profile_box_schedule .table_01 td {
	display: block;
	border-right: 0;
	height: 72px;
}

.profile_box_schedule p.shop_01,
.profile_box_schedule p.shop_02,
.profile_box_schedule p.shop_03,
.profile_box_schedule p.shop_04,
.profile_box_schedule p.shop_05,
.profile_box_schedule p.shop_06{
	width: 100%;
}
.contents_profile .profile_box_schedule .table_01 th,
.contents_profile .profile_box_schedule .table_01 td{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

/* header */
header {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*header.fixed {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
	}*/
	header .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header h1 {
		width: 300px;
		line-height: 110px;
		position: relative;
	}
	header .info_box {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	color: #e76593;
	}
	header .info_box li {
	width: 230px;
	}
	header .info_box li span {
		margin-right: 5px;
		font-size: 1.2rem;
	}
	header .info_box li a {
	color: #e76593;
	display: block;
	}
	header .info_box li a.reserve {
		background: #000;
	/*background: -webkit-linear-gradient(left, #e76593 0%,#f66fa5 100%);
	background: linear-gradient(to right, #e76593 0%,#f66fa5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76593', endColorstr='#f66fa5',GradientType=1 );*/
	border-radius: 1px;
	color: #fff;
	font-size: 1.2rem;
	position: relative;
	line-height: 2.8;
}
header .info_box li a.reserve::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.2rem;
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	transform: rotate(45deg);
	z-index: 2;
}

/* pc menu */
header .nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .nav ul li {
	border-right: 1px solid #e6e6e6;
}
header .nav ul li:last-child{
	border-right: 0;
}
header .nav ul li a {
	width: 110px;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	color: #000;
	position: relative;
}
header .nav ul li a span {
	display: block;
	font-size: 1rem;
	color: #4c4c4c;
}

/* full screen menu */
body.fixed {
	min-height: 100%;
	position: fixed;
	left: 0;
	right: 0;
}
.nav_btn {
	width: 45px;
	height: 45px;
	background: #000;
	padding-top: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9999;
	cursor: pointer;
	display: none;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.nav_btn.on {
	background: 0;
}
.nav_line {
	width: 25px;
	height: 15px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.nav_line span {
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.on .nav_line span {
	background: #000;
}
.nav_line span:nth-child(2){
	top: 7px;
}
.nav_line span:nth-child(3){
	bottom: 0;
}
.on .nav_line span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.on .nav_line span:nth-child(2) {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.on .nav_line span:nth-child(3) {
	bottom: 5px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav_wrap {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	display: none;
	overflow: hidden;
	overflow-y: auto;
}
.nav_content {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav_box {
	width: 100%;
	height: 100%;
	padding: 40px;
	opacity: 0;
	-webkit-transition: 1.4s ease-in-out;
	transition: 1.4s ease-in-out;
}
.nav_wrap.on .nav_box {
	opacity: 1;
}
.nav_box nav {
	margin-bottom: 20px;
}
.nav_box nav ul li {
	border-bottom: 1px dotted #dadada;
}
.nav_box nav ul li:last-child {
	border-bottom: 0;
}
.nav_box nav ul li a {
	padding: 10px;
	color: #000;
	font-size: 1.6rem;
	display: block;
	text-align: left;
}
.nav_box nav ul li a span {
	font-size: 1rem;
	color: #797979;
}

/* nav_bottom */
.nav_bottom a {
	color: #fff;
}
.nav_bottom .name {
	padding: 5px;
	color: #e76593;
	font-size: 1.8rem;
	letter-spacing: 0;
}

/* info */
.nav_box .nav_info {
	padding: 10px 0;
	font-size: 2rem;
	color: #fff;
	background-color: #e76593;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990099;
}
.nav_box .nav_info li {
	padding: 5px 0;
	line-height: 1;
}
.nav_box .nav_info li span {
	margin-right: 5px;
	font-size: 1.2rem;
}
/* sns */
.nav_box .nav_sns {
	padding: 5px;
	background: #e76587;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav_box .nav_sns li {
	margin: 0 10px;
}
.nav_box .nav_sns li:first-child a {
	font-size: 2.4rem;
}
.nav_box .nav_sns li a img {
	width: 20px;
}

main.sub {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 4% 10px;
	position: relative;
}

/* footer */
footer {
	background-image: url(images/footer_bg.jpg);
	background-color: #e66b8a;
}
footer .inner {
	padding: 40px 10px;
}
footer .logo {
	width: 100%;
	max-width: 240px;
	margin-bottom: 20px;
	opacity: 0.8;
}
footer nav {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
footer .footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
footer .footer_nav li {
	width: 100px;
	margin-bottom: 20px;
	letter-spacing: 0rem;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
footer .footer_nav li:last-child {
	border-right: 0;
}
footer .footer_nav li a {
	color: #fff;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: block;
	line-height: 1;
}
footer .footer_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .footer_sns li {
	margin: 0 10px;
}
footer .footer_sns li a {
	width: 40px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	color: #000;
	display: block;
}
footer .footer_sns li:first-child a {
	font-size: 2.4rem;
}
footer .footer_sns li a img {
	width: 20px;
}
footer .copywriter {
	background: #fff;
	color: #e76593;
	/*background: #e76593;
	background: -webkit-linear-gradient(left, #e76593 0%,#f66fa5 100%);
	background: linear-gradient(to right, #e76593 0%,#f66fa5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76593', endColorstr='#f66fa5',GradientType=1 );
	color: #fff;*/
	font-size: 1rem;
	line-height: 3;
}

/* footer_btn */
footer .footer_btn {
	width: 100%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .footer_btn li {
	width: 48.333%;
	background: #2b35bb;
	border-bottom: 3px solid #0c085d;
}
footer .footer_btn li:nth-child(2) {
	background: #2bbb38;
	border-bottom: 3px solid #014a0a;
}
footer .footer_btn li:nth-child(2) i {
	font-size: 1.5rem;
}
footer .footer_btn li:nth-child(3) {
	background: #bb902b;
	border-bottom: 3px solid #4e3702;
}
footer .footer_btn li a {
	color: #fff;
	display: block;
	line-height: 47px;
}

/* mainvisual_top */
.mainvisual_top {
	width: 100%;
	height: 100%;
	padding-top: 80px;
	position: relative;
}
.mainvisual_top .bg_animation {
	background-size: 250px 235px;
	background-color: #e7caff;
	background-image: url(../images/bg_vis.png);
	background-repeat: repeat;
}

.mainvisual {
	width: 100%;
	height: 100%;
	max-width: 1020px;
	padding: 100px 0;
	overflow: hidden;
	position: relative;
}
.mainvisual ul li {
	width: 100%;
	height: 700px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*.mainvisual ul li::after {
	width: 100%;
	height: 100%;
	max-width: 600px;
	margin-right: 10px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.mainvisual ul li:nth-child(1)::after {
	background: #fff url(../images/bg_visual_01.jpg) center no-repeat;
	background-size: 98% 98%;
}
.mainvisual ul li:nth-child(2)::after {
	background: #fff url(../images/bg_visual_02.jpg) center no-repeat;
	background-size: 98% 98%;
}*/
.mainvisual ul li .img_box {
	padding: 0 10px;
}
.mainvisual ul li img {
	width: 100%;
	max-width: 1280px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}


 /*sub_mainvisual*/ 
.sub_mainvisual {
	padding-top: 110px;
	position: relative;
	background-color: #fedae7;
}
.sub_mainvisual .title {
	background: url(../images/bg_mark_02.png) center no-repeat;
	background-size: 85px 90px;
	color: #e66a8a;
}
.sub_mainvisual > section {
	width: 100%;
	height: 100vh;
	max-height: 200px;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

/* pankuzu */
.pankuzu {
	width: 100%;
	padding: 5px 0;
}
.pankuzu ol {
	font-size: 1.2rem;
}
.pankuzu ol li {
	display: inline-block;
	list-style-type: none;
	color: #e76587;
}
.pankuzu ol li:first-child:before {
	content: none;
}
.pankuzu ol li:before {
	content: " > ";
	color: #000;
}
.pankuzu ol li:first-child {
	color: #000;
}
.pankuzu ol li a {
	color: #000;
}

/*--------------------------------------
top page
--------------------------------------*/

/* corona */
.corona {
	max-width: 800px;
	width: 100%;
	text-align: center;
	margin: 0 auto 40px;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
/*---------------------------
コロナ対策バナー
---------------------------*/
.hygiene_box_top{
	padding: 50px 0;
	font-size: 15px;
}
.hygiene_box{
	padding: 20px 50px;
	font-size: 15px;
}
.hygiene_li_box{
	padding: 20px 50px;
	background: #cccccc29;
}
.hygiene_box_top img{
	max-width: 768px;
	height: auto;
	width: 100%;
}
#modaal{
	max-width: 700px;
	margin: auto;
	padding: 50px;
}
.hygiene_box >div{
	padding: 5px;
	color: #fff;
	background-color: #CC99FF;
}

.hygiene_box >div h2{
	border: 1px solid #fff;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
}

.hygiene_box h3{
	font-size: 18px;
}
.hygiene_box h3 span{
	color: #93C;
	font-weight: bold;
}
.hygiene_box #modaal{
	text-align: left;
}
.hygiene_box .hygiene_li{
	padding: 10px 0;
	text-shadow: 0px 0px 15px #fff, 0px 0px 10px #fff, 0px 0px 5px #fff, 0px 0px 3px #fff;
}
.modaal-close{
	background: #fdbcd6 !important;
}
/* PayPay */
.paypay{
	padding: 0 10px;
}
.paypay img{
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
/* paypay_system */
.contents_system .paypay{
	padding: 0 0;
	margin-bottom: 40px;
}
.contents_system p a{
	font-size: 3ex;
	color: #F36;
}
/* two_col three_col */
.two_col,
.three_col{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.two_col > section {
	width: 48%;
	padding: 4%;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}
.two_col > section .col_wrap,
.three_col > section .col_wrap{
	width: 100%;
	padding: 3%;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	outline: solid 2px rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
}
/* three_col */
.three_col > section {
	width: calc((100% - 3%) / 3);
	padding: 4%;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}


/* concept */
.section_concept .bg_animation {
	background: url(../images/bg_concept.jpg) top center no-repeat;
	background-size: cover;
}
.section_concept .concept_box h3 {
	margin-bottom: 20px;
	font-size: 2rem;
}
.section_concept .concept_box h3 span {
	color: #e76587;
}
.section_concept .concept_box img {
	/* margin-bottom: 20px;
	border-radius: 2px; */
	margin-bottom: 10px;
}
.section_concept .concept_box p {
	text-align: justify;
}

/* event */
.section_event {
	margin-top: 10%;
}
.section_event .bg_animation {
	background: url(../images/bg_event.jpg) top center no-repeat;
	background-size: cover;
}
.event_notes .app {
	padding: 15px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.event_notes .app li {
	width: 140px;
	margin: 0 5px;
}
.event_notes .app li a {
	display: block;
	color: #fff;
}
.event_notes .app li p {
	background: #000;
	padding: 5px;
	letter-spacing: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
}
.event_notes p {
	text-align: justify;
}
.effect_slide {
	margin-bottom: 20px;
}

/* today_schedule */
.section_today_schedule {
	position: relative;
}
.section_today_schedule .bg_animation {
	background: url(../images/bg_today_schedule.jpg) top center no-repeat;
	background-size: cover;
}
.section_today_schedule .cast_box {
	padding: 0 10px;
}
/* twitter */
.section_twitter {
	margin-top: 10%;
}
.section_twitter .bg_animation {
	background: url(../images/bg_twitter.jpg) top center no-repeat;
	background-size: cover;
}
.section_twitter .twitter-timeline {
	width: 99999px !important;
}

/* pickup newgirl*/
.section_pickup .bg_animation {
	background: url(../images/bg_pickup.jpg) top center no-repeat;
	background-size: cover;
}
.section_newgirl .bg_animation {
	background: url(../images/bg_newgirl.jpg) top center no-repeat;
	background-size: cover;
}
.section_pickup .title span,
.section_newgirl .title span{
	display: inline-block;
	font-size: unset;
}
.section_pickup .cast_box,
.section_newgirl .cast_box{
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.section_pickup .cast_box li,
.section_newgirl .cast_box li{
	margin: 0;
}
.section_pickup .cast_box li .cast_wrap,
.section_newgirl .cast_box li .cast_wrap{
	width: 220px;
	margin: 0 auto;
	box-shadow: none;
}
.section_pickup .cast_box li .img_box,
.section_newgirl .cast_box li .img_box{
	width: 220px;
	height: auto;
	padding-top: 330px;
	background: #e76587;
	overflow: hidden;
	display: block;
	position: relative;
}
.section_newgirl{
	margin-top: 5%;
}
/* system */
.section_system {
	position: relative;
}
.section_system .bg_animation {
	background: url(../images/bg_system.jpg) top center no-repeat;
	background-size: cover;
}
.system_box {
	width: 100%;
	padding: 3%;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	outline: solid 2px rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.system_box .pink {
	color: #e76593;
}
.table_system {
	width: 100%;
	margin-bottom: 3%;
	font-size: 2rem;
}
.table_system:last-child {
	width: 100%;
	margin-bottom: 0
}
.table_system th,
.table_system td {
	width: 35%;
	padding: 10px;
	vertical-align: middle;
}
.table_system th {
	background: #ffdcea;
	background: -webkit-linear-gradient(left, #ffdcea 0%,#f9e0e2 100%);
	background: linear-gradient(to right, #ffdcea 0%,#f9e0e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcea', endColorstr='#f9e0e2',GradientType=1 );
	outline: solid 1px #ffdcea;
	outline-offset: 2px;
	color: #e76593;
}
.table_system td:nth-child(2) {
	width: 30%;
	color: #a0a0a0;
	font-size: 1.2rem;
}
.table_system span {
	font-size: 1.6rem;
}
/* .subtitle_02:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #3c3c3c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
} */
/* topics */
.section_topics .inner {
	max-width: 800px;
}
.section_topics article {
	margin-bottom: 20px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
	text-align: left;
}
.section_topics article:last-of-type {
	margin-bottom: 40px;
}
.section_topics article h3 {
	padding: 15px;
	background: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.section_topics article h3:hover {
	opacity: .6;
}
.section_topics article h3:after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.3rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	position: absolute;
	top: 50%;
	right: 1rem;
	content: '';
	z-index: 2;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.section_topics article h3.open:after {
	border-left: 0.1rem solid #000;
	border-right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section_topics article h3 time {
	margin-right: 5px;
	padding: 5px;
	background: #e76587;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.section_topics article .topics_txt {
	display: none;
	padding: 15px;
	background: #fff;
}

/* access */
.section_access {
	position: relative;
}
.section_access .bg_animation {
	background: url(../images/bg_access.jpg) top center no-repeat;
	background-size: cover;
}
.section_access .access_box {
	width: 100%;
	margin-bottom: 40px;
	padding: 3%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	outline: solid 2px rgba(255, 255, 255, 0.8);
	outline-offset: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.section_access .access_box .room {
	width: 49%;
	padding: 3%;
	background: #fff;
	text-align: justify;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.section_access .access_box .room h3 {
	margin-bottom: 10px;
	padding: 10px;
	background: #ffdcea;
	background: -webkit-linear-gradient(left, #ffdcea 0%,#f9e0e2 100%);
	background: linear-gradient(to right, #ffdcea 0%,#f9e0e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcea', endColorstr='#f9e0e2',GradientType=1 );
	outline: solid 1px #ffdcea;
	outline-offset: 2px;
	font-size: 2rem;
	color: #e76593;
	text-align: center;
}
.section_access .access_box .room .info {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.section_access .access_box .room .info span {
	margin-right: 5px;
	font-size: 1rem;
	color: #616161;
}
.section_access .access_box .room .desc {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
.section_access .access_box .room .desc span {
	margin-bottom: 5px;
	font-size: 1.4rem;
	display: block;
	color: #e76587;
}
.section_access .access_box .room .desc span::after {
	margin-left: 5px;
	content: '\f0d7';
	display: inline-block;
	font-family: FontAwesome;
}
.section_access .access_box .btn_access {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	background: #294fa3;
	background: -webkit-linear-gradient(left, #294fa3 0%,#3a81de 100%);
	background: linear-gradient(to right, #294fa3 0%,#3a81de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#294fa3', endColorstr='#3a81de',GradientType=1 );
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	line-height: 50px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	cursor: pointer;
}
.access_box p {
	text-align: center;
	width: 100%;
}

/* section_bnr */
.bnr_credit {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 2% 10px;
}
.bnr_credit a {
	padding: 20px;
	background: #fff;
	border: 1px solid #000;
	display: block;
	text-align: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.bnr_credit a:hover {
	background: #000;
}
.bnr_credit a:hover .btn_credit::after {
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	right: 1.2rem;
}
.bnr_credit a img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 5px;
}
.bnr_credit .btn_credit {
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
	line-height: 35px;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
	cursor: pointer;
}
.bnr_credit .btn_credit::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.2rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index:2;
}
/* link_bnr */
.section_bnr ul.link_bnr {
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.section_bnr ul.link_bnr li {
	width: 25%;
	position: relative;
	overflow: hidden;
}
.section_bnr ul.link_bnr li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.section_bnr ul.link_bnr li:nth-child(1):after {
	background: url(../images/bg_bnr_therapist.jpg) top center no-repeat;
	background-size: cover;
}
.section_bnr ul.link_bnr li:nth-child(2):after {
	background: url(../images/bg_bnr_schedule.jpg) top center no-repeat;
	background-size: cover;
}
.section_bnr ul.link_bnr li:nth-child(3):after {
	background: url(../images/bg_bnr_recruit.jpg) top center no-repeat;
	background-size: cover;
}
.section_bnr ul.link_bnr li:nth-child(4):after {
	background: url(../images/bg_bnr_contact.jpg) top center no-repeat;
	background-size: cover;
}
.section_bnr ul.link_bnr li:hover:after {
	opacity: .6;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.section_bnr ul.link_bnr li a {
	padding: 20% 20% 20% 0;
	outline: solid 1px #fff;
	outline-offset: -5px;
	display: block;
	color: #000;
	text-align: left;
}
.section_bnr ul.link_bnr li a .img_link {
	width: 180px;
	margin-left: 5px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section_bnr ul.link_bnr li a .img_link h2 {
	padding-left: 8px;
	line-height: 1.2;
	font-size: 2rem;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e76593;
}
.section_bnr ul.link_bnr li a .img_link h2 span {
	display: block;
	font-size: 1.2rem;
}
/*--------------------------------------
top本日の出勤とscheduleの共通
--------------------------------------*/
.cast_tab li{cursor: pointer;}
.tab_box ul{display: none;}
.tab_box ul.show {display: flex;}

/*店舗選択とセラピストタブ選択*/
.shop_select{
	max-width: 800px;
	padding: 0 10px;
	margin: 0 auto;
}
.shop_select ul{
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 20px;
}
.shop_select ul li{
	width: calc((100% - 10px) / 4);
	font-size: 1.2rem;
	border: 1px solid #fff;
	background: #d9d9d9;
}
.shop_select ul li p{
	padding: 15px 5px;
	width: 100%;
	height: 100%;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shop_select ul li.active{
	background: #e76587;
	color: #fff;
}
.shop_select .block_440{
	display: none;
}
.section_today_schedule ul li{
	border: 1px solid #dfddda;
	background: #ffffff;
}
/*--------------------------------------
system page
--------------------------------------*/
.contents_system .system_event {
	padding: 3%;
	background: url(../images/bg_event.jpg) top center no-repeat;
	background-size: cover;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.contents_system .system_event_wrap {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	outline: solid 2px rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
}
.contents_system .system_event_wrap .effect_slide {
	margin-bottom: 20px;
}
.contents_system .system_wrap {
	padding: 3%;
	background: url(../images/bg_system.jpg) top center no-repeat;
	background-size: cover;
	border: 5px solid #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.contents_system .table_system {
	width: 100%;
}
.contents_system .bnr_credit {
	padding: 0;
}
.contents_system .bnr_credit a {
	border: 0;
}
.contents_system .dl_box_01 .system_title{
	background: #ffdcea;
	background: -webkit-linear-gradient(left, #ffdcea 0%,#f9e0e2 100%);
	background: linear-gradient(to right, #ffdcea 0%,#f9e0e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcea', endColorstr='#f9e0e2',GradientType=1 );
	outline: solid 1px #ffdcea;
	outline-offset: 2px;
	color: #e76593;
	text-align: center;
	font-size: 2rem;
	padding: 10px;
}

/*--------------------------------------
profile page
--------------------------------------*/
.contents_profile .profile_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.contents_profile .profile_box_right {
	width: 55%;
	margin-bottom: 40px;
	padding: 10px;
	background: #f4f4f4;
}
.contents_profile .profile_box_right .icon_class img {
	padding-top: 5px;
}
.contents_profile .profile_box_right .icon_twitter {
	padding-top: 5px;
}
.contents_profile .profile_box_right .icon_twitter a {
	width: 180px;
	height: 25px;
	margin: 0 auto;
	line-height: 25px;
	background: #1a97f0;
	color: #fff;
	font-size: 1.6rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
}
.contents_profile .profile_box_right .icon_twitter a:hover {
	background: #fff;
	box-shadow: 0 0 0 1px #1a97f0;
	color: #1a97f0;
}
.contents_profile .profile_box_right .icon_check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.contents_profile .profile_box_right .icon_check li {
	width: 50%;
	padding: 3px;
}
.contents_profile .profile_box_right .profile_txt_box {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contents_profile .profile_box_right .dl_box_01 {
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contents_profile .profile_box_left {
	width: 40%;
	margin-bottom: 20px;
}
.contents_profile .profile_box_left .img_box {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto 20px;
	padding-top: 450px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
	overflow: hidden;
	display: block;
	position: relative;
}
.contents_profile .profile_box_left .img_box img.staff {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.contents_profile .profile_box_left a img {
	margin: 0 1% 20px 1%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contents_profile .profile_box_left .img_box .icon_new {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.contents_profile .profile_box_left .profile_tweets {
	padding: 10px;
	background: #f4f4f4;
}
.contents_profile .profile_box_left .twitter-timeline {
	width: 99999px !important;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}
.contents_profile .profile_box_schedule {
	clear: both;
}
.contents_profile .profile_box_left a img.bnr_report{
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 500px;
}

/*--------------------------------------
cast page
--------------------------------------*/
/*タブ切り替え全体のスタイル*/
.contents_cast .sort {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
/*タブのスタイル*/
.contents_cast .sort_item {
	width: calc(100%/2);
	height: 50px;
	/*	border-bottom: 3px solid #e76587;*/
	border-right: 1px solid #ececec;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
	padding: unset;
}
.contents_cast .sort_item.width_100{
	width: 100%;
}
.contents_cast .sort_item.under{
	border-bottom: 3px solid #e76587;
}
.contents_cast .sort_item:hover {
	opacity: 0.75;
}

.contents_cast .sort_item:last-child{
	border-right: none;
}
/*ラジオボタンを全て消す*/
.contents_cast input[name="sort_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.contents_cast .sort_content {
	display: none;
	padding: 40px 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#sort_01:checked ~ #sort_01_content,
#sort_02:checked ~ #sort_02_content,
#sort_03:checked ~ #sort_03_content,
#sort_04:checked ~ #sort_04_content,
#sort_05:checked ~ #sort_05_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
.sort input:checked + .sort_item {
	background-color: #e76587;
	color: #fff;
}

/*--------------------------------------
schedule page
--------------------------------------*/
.contents_schedule .schedule_nav {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.contents_schedule .schedule_nav li {
	width: 23%;
	margin: 0 1% 1% 1%;
}
.contents_schedule .schedule_nav li a {
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	letter-spacing: 0;
	font-size: 1.2rem;
	display: block;
	position: relative;
	color: #000;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.contents_schedule .schedule_nav li a::after {
	width: 0.3rem;
	height: 0.3rem;
	margin-top: -0.2rem;
	border-top: 0.1rem solid #000;
	border-right: 0.1rem solid #000;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index:2;
}
.contents_schedule .schedule_nav li a:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.contents_schedule .schedule_nav li a:hover::after {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	right: 1.2rem;
}
.contents_schedule .schedule_nav li.active a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-weight: 600;
}
.contents_schedule .schedule_nav li.active a::after {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
}
.contents_schedule .schedule_nav li.active a:hover::after {
	right: 1.2rem;
}

/*--------------------------------------
access page
--------------------------------------*/
.contents_access .access_box {
	padding: 15px;
	background: #fff;
	border: 10px solid #f4f4f4;
	text-align: left;
}
.contents_access .access_box .room h3 {
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 3px solid #e76593;
	font-size: 2.4rem;
	line-height: 1;
}
.contents_access .access_box .room .info {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.contents_access .access_box .room .info span {
	margin-right: 5px;
	font-size: 1rem;
	color: #616161;
}
.contents_access .access_box .room .desc {
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
.contents_access .access_box .room .desc span {
	margin-bottom: 5px;
	font-size: 1.4rem;
	display: block;
	color: #e76587;
}
.contents_access .access_box .room .desc span::after {
	margin-left: 5px;
	content: '\f0d7';
	display: inline-block;
	font-family: FontAwesome;
}
.contents_access .access_box .room .btn_01 {
	max-width: 200px;
	line-height: 40px;
}
/*--------------------------------------
recruit page
--------------------------------------*/
.contents_recruit .recruit_box {
	padding: 3%;
	background: url(../images/bg_recruit.jpg) top center no-repeat;
	background-size: cover;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
	position: relative;
}
.contents_recruit .recruit_box .check {
	width: 90px;
	height: 90px;
	padding-top: 30px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: -30px;
	color: #fff;
}
.contents_recruit .recruit_bnr img{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.contents_recruit .recruit_desc {
	width: 100%;
	padding: 3%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.contents_recruit .recruit_desc h3 {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 2rem;
}
.contents_recruit .recruit_desc h3 span {
	color: #e2c696;
}
.contents_recruit .recruit_desc ul li {
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(255, 253, 253, 0.85);
	outline: solid 1px rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
	color: #000;
	font-size: 3rem;
	line-height: 1.2;
}
.contents_recruit .recruit_desc ul li span {
	color: #d03155;
}
.contents_recruit .recruit_desc p {
	font-size: 1.6rem;
}

.contents_recruit .dl_box_01 .form_btn {
	width: 250px;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0;
}
.contents_recruit .dl_box_01 .form_btn::before {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
}
.contents_recruit .dl_box_01 .tel {
	border: 1px solid #bb2b5b;
	color: #bb2b5b;
}
.contents_recruit .dl_box_01 .tel::before {
	background: #bb2b5b;
	content: '\f095';
}
.contents_recruit .dl_box_01 .line {
	border: 1px solid #2bbb38;
	color: #2bbb38;
}
.contents_recruit .dl_box_01 .line::before {
	font-size: 1.8rem;
	background: #2bbb38;
	content: '\f10b';
}
.contents_recruit .dl_box_01 .mail {
	margin-bottom: 0;
	border: 1px solid #bb902b;
	color: #bb902b;
}
.contents_recruit .dl_box_01 .mail::before {
	background: #bb902b;
	content: '\f108';
}

/*--------------------------------------
link page
--------------------------------------*/
.contents_link .dl_box_01 dt::after {
	margin-left: 2px;
	content: '\f0d7';
	display: inline-block;
	font-family: FontAwesome;
}

/*--------------------------------------
error page
--------------------------------------*/
.contents_err .err_title {
	margin: 0;
	padding: 0;
	font-size: 4rem;
	color: #e76587;
}
.contents_err .err_subtitle {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 600;
}

/*--------------------------------------
tablet css
--------------------------------------*/
@media screen and (max-width: 1024px) {

	/* header */
	header {
		height: 75px;
	}
	header h1 {
		width: 200px;
		line-height: 75px;
	}
	header .header_info {
		display: none;
	}
	.nav_btn {
		display: block;
	}
	/* footer */
	footer nav {
		display: none;
	}
	.section_pickup .cast_box li .cast_wrap,
	.section_newgirl .cast_box li .cast_wrap{
		width: 180px;
	}
	.section_pickup .cast_box li .img_box,
	.section_newgirl .cast_box li .img_box{
		width: 180px;
		padding-top: 270px;

	}
}

@media screen and (max-width: 850px) {
	.section_pickup .cast_box li .cast_wrap,
	.section_newgirl .cast_box li .cast_wrap{
		width: 140px;
	}
	.section_pickup .cast_box li .img_box,
	.section_newgirl .cast_box li .img_box{
		width: 140px;
		padding-top: 210px;
	}
	.shop_select ul{
		flex-wrap: wrap;
	}
	.shop_select ul li{
		width: calc((100% - 5px) / 2);
		margin-bottom: 5px;
	}

}

/*------------------------------------------
mobile css
------------------------------------------*/
@media screen and (max-width: 768px) {

	/* footer */
	footer {
		padding-bottom: 70px;
	}

	footer .footer_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.outer {
		padding: 4% 0;
	}
	main.sub {
		padding: 8% 10px;
	}
	/* cast_box */
	.cast_box li .cast_wrap{
		width: 180px;
	}
	.cast_box li .img_box{
		width: 180px;
		padding-top: 270px;
	}

	/* title */
	.title {font-size: 2.4rem;}
	.subtitle {font-size: 2rem;}
	.title span {font-size: 1.2rem;}

	/* table_01 */
	.table_01 {
		border-bottom: 1px solid #e6e6e6;
	}
	.table_01 tr {
		width: 50%;
		padding: 3%;
		display: inline-block;
		vertical-align: middle;
	}
	.table_01 th,
	.table_01 td {
		display: block;
		border-right: 0;
		height: 72px;
	}

	/* mainvisual */
	.mainvisual_top {
		padding-top: 75px;
	}
	.mainvisual_top .bg_animation {
		display: none;
	}
	.mainvisual {
		padding: 0;
		overflow: visible !important;
	}
	.mainvisual ul li {
		height: 220px;
		display: block;
	}
	.mainvisual ul li::after {
		max-width: 100%;
		margin: 0;
		box-shadow: none;
	}
/*	.mainvisual ul li:nth-child(1)::after,
	.mainvisual ul li:nth-child(2)::after {
		background-size: cover;
	}*/
	.mainvisual ul li .img_box {
		position: absolute;
		left: 0;
		right: 0;
	}
	.mainvisual ul li img {
		max-width: 100%;
	}

	/* sub_mainvisual */
	.sub_mainvisual {
		padding-top: 75px;
	}
	/* two_col */
	.two_col > section {
		width: 100%;
	}
	/* concept */
	.section_concept {
		margin-bottom: 20px;
	}
	.section_concept .concept_box h3 {
		font-size: 1.6rem;
	}
	/* event */
	.section_event {
		margin-top: 0;
	}
	/* twitter */
	.three_col > section.section_twitter{
		width: 100%;
	}
	.section_twitter {
		margin: 0 0 20px 0;
	}
	.outer .paypay{
		margin-bottom: 20px;
	}
	/* pickup newgirl */
	.three_col > section.section_pickup,
	.three_col > section.section_newgirl{
		width: 49%;
	}
	.section_newgirl{
		margin-top: 0;
	}
	.section_pickup .cast_box li .cast_wrap,
	.section_newgirl .cast_box li .cast_wrap{
		width: 200px;
	}
	.section_pickup .cast_box li .img_box,
	.section_newgirl .cast_box li .img_box{
		width: 200px;
		padding-top: 300px;
	}
	/* system */
	.table_system {
		width: 100%;
		font-size: 1.6rem;
	}
	.table_system span {
		font-size: 1.2rem;
	}
	/* access */
	.section_access .access_box .room {
		width: 100%;
	}
	.section_access .access_box .room h3 {
		font-size: 1.6rem;
	}

	/* link_bnr */
	.section_bnr ul.link_bnr li {
		width: 50%;
	}

	/* profile page */
	.contents_profile .profile_box_left,
	.contents_profile .profile_box_right {
		width: 100%;
	}
	.contents_profile .profile_box_left .img_box {
		max-width: 260px;
		padding-top: 390px;
	}


	/* recruit page */
	.contents_recruit .recruit_box .check {
		display: none;
	}
	.contents_recruit .recruit_desc ul li {
		font-size: 2rem;
	}

}
@media screen and (max-width: 600px) {
	/* cast_box */
	.cast_box li .cast_wrap{
		width: 140px;
	}
	.cast_box li .img_box{
		width: 140px;
		padding-top: 210px;
	}
	/* pickup newgirl */
	.section_pickup .title,
	.section_newgirl .title{
		font-size: 2.2rem;
	}
	.section_pickup .cast_box li .cast_wrap,
	.section_newgirl .cast_box li .cast_wrap{
		width: 170px;
	}
	.section_pickup .cast_box li .img_box,
	.section_newgirl .cast_box li .img_box{
		width: 170px;
		padding-top: 255px;
	}

}
@media screen and (max-width: 540px) {
	/* cast_box */
	.cast_box li .cast_wrap{
		width: 130px;
	}
	.cast_box li .img_box{
		width: 130px;
		padding-top: 195px;
	}
	/* pickup newgirl */
	.section_pickup .title,
	.section_newgirl .title{
		font-size: 1.8rem;
	}
	.section_pickup .title p, .section_newgirl .title p {
		font-size: 0.7em;
	}
}

@media screen and (max-width: 480px) {
	.bl_480{
		display: block;
	}
	.none_480{
		display: none;
	}

	/* dl_box_02 */
	.dl_box_02 {
		width: 80%;
		margin: 0 auto 40px;
	}
	.dl_box_02 dl {
		width: 100%;
	}

	/* cast_box */
	.cast_box li {
		margin: 2px;
	}
	.cast_box li .cast_wrap {
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	}
	.cast_box li .txt_box {
		padding: 5px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.cast_box li .icon_new {
		width: 45px;
	}
	.cast_box li .time {
		font-size: 1rem;
	}
	.three_col{
		margin: 0 auto 20px;
	}
	/* pickup newgirl */
	.three_col > section.section_pickup, .three_col > section.section_newgirl {
		width: 49.5%;
		padding: 2%;
	}
	.three_col > section.section_pickup .col_wrap,
	.three_col > section.section_newgirl .col_wrap{
		padding: 1%;
	}
	.section_pickup .title span,
	.section_newgirl .title span{
		display: none;
	}
	.section_pickup .title, .section_newgirl .title {
		font-size: 2.4rem;
	}
	.section_pickup .title p,
	.section_newgirl .title p{
		font-size: 12px;
		letter-spacing: 1px;
	}
	/* topics */
	.section_topics article h3 {
		padding: 10px;
	}

	/* link_bnr */
	.section_bnr ul.link_bnr li {
		width: 100%;
	}
	.section_bnr ul.link_bnr li a {
		padding: 10% 10% 10% 0;
	}

	/* cast page */
	.contents_cast .sort_item{
		font-size: 12px;
	}

	/* schedule page */
	.contents_schedule .schedule_nav li {
		width: 48%;
	}

	/* profile page */
	.contents_profile .profile_box_left img.cast_thumb {
		width: 50px;
		height: 80px;
	}

	/* access page */
	.contents_access .access_box .room h3 {
		font-size: 2rem;
	}

	/* link page */
	.contents_link .dl_box_01{
		display: none;
	}
}
@media screen and (max-width: 430px) {
	.shop_select .block_440{
		display: block;
	}
}
@media screen and (max-width: 430px) {
	/* cast_box */
	.cast_box li .cast_wrap{
		width: 120px;
	}
	.cast_box li .img_box{
		width: 120px;
		padding-top: 180px;
	}
	/* pickup newgirl */
	.section_pickup .cast_box li .cast_wrap,
	.section_newgirl .cast_box li .cast_wrap{
		width: 146px;
	}
	.section_pickup .cast_box li .img_box,
	.section_newgirl .cast_box li .img_box{
		width: 146px;
		padding-top: 213px;
	}
	.modaal-content-container{
		padding: 10px !important;
	}
	.hygiene_box{
		padding: 10px;
	}

}
@media screen and (max-width: 400px) {
	/* cast_box */
	.cast_box li .cast_wrap{
		width: 110px;
	}
	.cast_box li .img_box{
		width: 110px;
		padding-top: 165px;
	}

}

@media screen and (max-width: 370px) {
	/* cast_box */
	.cast_box li {
		margin: 2px;
	}
	.cast_box li .cast_wrap{
		width: 100px;
	}
	.cast_box li .img_box{
		width: 100px;
		padding-top: 150px;
	}
	.cast_box li .icon_new{
		width: 35px;
	}
	.cast_box li .class{
		bottom: 6px;
	}
	.cast_box li .icon_twitter a{
		width: 100%;
		height: 16px;
		line-height: 16px;
		font-size: 0.9em;
		margin-bottom: 4px;
	}
	/* pickup newgirl */
	.section_pickup .title p, .section_newgirl .title p{
		font-size: 10px;
	}
	.section_pickup .cast_box li .cast_wrap,
	.section_newgirl .cast_box li .cast_wrap{
		width: 130px;
	}
	.section_pickup .cast_box li .img_box,
	.section_newgirl .cast_box li .img_box{
		width: 130px;
		padding-top: 195px;
	}

	/* cast page */
	.contents_cast .sort_item{
		font-size: 11px;
	}
}
@media screen and (max-width: 340px) {
	/* cast_box */
	.cast_box li .cast_wrap{
		width: 90px;
	}
	.cast_box li .img_box{
		width: 90px;
		padding-top: 135px;
	}
	/* pickup newgirl */
	.section_pickup .cast_box li .cast_wrap,
	.section_newgirl .cast_box li .cast_wrap{
		width: 120px;
	}
	.section_pickup .cast_box li .img_box,
	.section_newgirl .cast_box li .img_box{
		width: 120px;
		padding-top: 180px;
	}
}

/* swiper slide */
.effect_slide .swiper-button-next,
.effect_slide .swiper-container-rtl .swiper-button-prev,
.effect_slide .swiper-button-prev,
.effect_slide .swiper-container-rtl .swiper-button-next,
.effect_slide2 .swiper-button-next,
.effect_slide2 .swiper-container-rtl .swiper-button-prev,
.effect_slide2 .swiper-button-prev,
.effect_slide2 .swiper-container-rtl .swiper-button-next {
	background-image:none;
}
.effect_slide .swiper-button-next,
.effect_slide2 .swiper-button-next {
	right: 0;
}
.effect_slide .swiper-button-prev,
.effect_slide2 .swiper-button-prev {
	left: 0;
}
.effect_slide .swiper-button-next,
.effect_slide .swiper-button-prev,
.effect_slide2 .swiper-button-next,
.effect_slide2 .swiper-button-prev {
	width: 30px;
	height: 45px;
	/*margin-top: -50px;*/
	background: #000;
	border-radius: 1px;
	opacity: .9;
}
.effect_slide .swiper-button-next i,
.effect_slide .swiper-button-prev i,
.effect_slide2 .swiper-button-next i,
.effect_slide2 .swiper-button-prev i {
	line-height: 45px;
	font-size: 2rem;
	color: #fff;
}
.effect_slide .swiper-pagination,
.effect_slide2 .swiper-pagination {
	position: initial;
	bottom: 0 !important;
}
.effect_slide .swiper-pagination-bullet,
.effect_slide2 .swiper-pagination-bullet {
	background: #000;
	opacity: .4;
}
.effect_slide .swiper-pagination-bullet-active,
.effect_slide2 .swiper-pagination-bullet-active {
	background-color: #000;
	opacity: 1;
}
.concept_box .effect_slide .swiper-pagination{
	margin-bottom: 10px;
}



/*すワイパーのイベント滑る対策*/
.auto_height ul{
	max-height: 240px;
}
@media screen and (min-width:280px) and (max-width: 320px) {
	.mainvisual ul li {
		height: 240px;
	}
}
@media screen and (min-width:321px) and  (max-width: 360px) {
	.mainvisual ul li {
		height: 260px;
	}
}
@media screen and (min-width:361px) and  (max-width: 376px) {
	.mainvisual ul li {
		height: 270px;
	}
}
@media screen and (min-width:377px) and (max-width: 414px) {
	.mainvisual ul li {
		height: 300px;
	}
}
@media screen and (min-width:415px) and  (max-width: 500px) {
	.mainvisual ul li {
		height: 280px;
	}
}
@media screen and (min-width:500px) and  (max-width: 540px) {
	.mainvisual ul li {
		height: 390px;
	}
}
@media screen and (min-width:541px) and  (max-width: 768px) {
	.mainvisual ul li {
		height: 560px;
	}
}
.section_topics .bg_animation {
	background: url(../images/bg_topics.jpg) top center no-repeat;
	background-size: cover;
}
/*----------
profile
----------*/

#profile{
  width: 100%;
  margin: 0 auto;
}

#profile_in {
  width: 100%;
  margin: 0 auto;
}

#profile_imgBox{
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
  display: block;
  border: 1px #ccc solid;
  border-radius:5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

#MainPhoto{
  width: 79.7%;
  float: left;
  border: 1px rgba(0, 0, 0, 0) solid;
}

#photo_1{
  position: relative;
}

#prof_photo{
  width: 100%;
  //display: inline-block;
  padding: 2px;
}

#prof_photo img{
  //border: 1px rgba(0, 0, 0, 0) solid;
  cursor: pointer;
}

#prof_photo ul{
  width: 20.3%;
  float: right;
  border: 1px rgba(0, 0, 0, 0) solid;
}

#prof_photo li{
  width: 100%;
  float:left;
}

#prof_photo li img{
  width: 100%;
}

#prof_photo .triangle_new{
  border-right: 90px solid transparent;
  border-top: 70px solid rgba(143, 17, 17, 0.8);
  top:1px;
  left:1px;
}

#prof_photo .new {
  font-size: 22px;
}

#profile_dataBox {
  clear: both;
  width: 95%;
  margin: 0 auto;
  margin-top: 15px;
}

#profile_inner h3 {
  margin: 0 auto;
  width: 95%;
  text-align:center;
  background: none;
  border-bottom: 1px #555 solid;
  margin-bottom: 5%;
  font-size: 16px;
}

#profile .prof_name{
  clear: both;
  margin: 0 auto;
  padding-top: 2px;
  font-size: 0px;
  text-align: center;
  display: block;
}

#profile .prof_size{
  margin: 0 auto;
  margin-top: -10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  display: block;
}

#profile .girls_type ul{
  width: 100%;
  border: none;
  border-top: 1px #999 solid;
}

#profile .girls_type li{
  width: 100%;
}

#profile .girls_type li a{
  font-size: 12px;
  margin: 0;
  padding: 5px;
  color: #333;
}

#profile .girls_type li:first-child{
  border-right: 1px #999 solid;
}

#profile .girls_type li:last-child{
  border-left: 1px #999 solid;
}

#profile_inner .title{
	background: #ffdcea;
	background: -webkit-linear-gradient(left, #ffdcea 0%,#f9e0e2 100%);
	background: linear-gradient(to right, #ffdcea 0%,#f9e0e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcea', endColorstr='#f9e0e2',GradientType=1 );
	outline: solid 1px #ffdcea;
	outline-offset: 2px;
	color: #e76593;
}

#profile_dataList dd {
	margin: 5px auto;
	padding: 5px;
	font-size: 14px;
	min-height: 25px;
	color: #e66a8a;
}

.prof_qa{
  width: 100%;
}

.prof_qa li{
  float: left;
  width: 100%;
  border-bottom: 1px dotted #555;
  margin-bottom: 10px;
  padding-bottom:5px;
}

.prof_qa li:last-child{
  border-bottom: none;
}
