@charset "UTF-8";
/* CSS Document */

.pageContents {
  padding: 30px 10px;
}

.pageContents__inner {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
	.pageContents {
	  padding: 30px 0;
	}
	.pageContents__inner {
	  padding: 0 20px;
	}
}

#profile_inner {
	display: flex;
	flex-direction: column;
}

#profile_left {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 0;
}

#main_photo,
#thumb_photo {
	display: block;
	vertical-align: top;
}

#main_photo {
	width: 100%;
	text-align: center;
	position: relative;
}

#main_photo img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 0;
}

#thumb_photo {
	display: flex;
	width: 100%;
	margin: 0;
	font-size: 0px;
}

#thumb_photo li {
	cursor: pointer;
	position: relative;
}

#thumb_photo li img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: 50% 0;
}

.logoimg {
	position: absolute;
	background: url(../images/ciel_logo.png) no-repeat 0 0;
	background-size: 100%;
}

#main_photo .logoimg {
	bottom: 10px;
	right: 6px;
	width: 160px;
	height: 131px;
}

#thumb_photo .logoimg {
	bottom: 6px;
	right: 6px;
	width: 50px;
	height: 41px;
}

@media screen and (min-width: 768px) {
	#profile_inner {
		flex-direction: initial;
	}
	#profile_left {
		flex-direction: initial;
		width: 50%;
	}
	#main_photo {
		width: 75%;
	}
	#thumb_photo {
		display: block;
		width: 25%;
	}
}


#profile_right {
	display: block;
	padding: 0 0 20px 0;
}

#profile_sales {
	color: #ff849b;
	display: none;
}

#profile_right h3 {
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.1;
}

#profile_name {
	position: relative;
	margin: 15px 0 0;
	/*padding: 0 0 0 70px;*/
}

#profile_name .icon_all,
#profile_name .icon_royal,
#profile_name .icon_vip,
#profile_name .icon_ask {
	top: 0px;
}

#lady_size {
	margin: 5px 0 0;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

#profile_faq {
	margin: 15px 0;
}

#profile_faq dl {
	margin: 5px 0;
}

#profile_faq dt,
#profile_faq dd {
	display: inline-block;
	font-size: 1rem;
	line-height: 2.2;
}

#profile_faq dt {
	width: 130px;
	color: #af7253;
}

#profile_cmnt {
	padding: 20px 0;
	border-top: solid 1px #333;
}

#profile_cmnt_inner {
	font-size: 14px;
	max-height: 274px;
	overflow: auto;
}

@media screen and (min-width: 768px) {
	#profile_right {
		display: table-cell;
		padding: 0 0 0 20px;
	}
}

#profile_schedule {
	position: relative;
	margin: 0;
}

#profile_schedule h4 {
	margin: 15px 0 5px;
	width: 100%;
	font-family: "Noto Sans Japanese";
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

#profile_reserve_btn {
	display: none;
}

@media screen and (min-width: 768px) {
	#profile_schedule h4 {
        margin: 15px 0 5px;
        width: 100%;
        font-family: 'EB Garamond', serif;
        color: #333;
        font-size: 22px;
        font-weight: normal;
	}
	#profile_reserve_btn {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 200px;
		padding: 5px 0;
		border-radius: 20px;
		background: #ff9daf;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	#profile_schedule_tbl {
		width: 100%;
		border: solid 1px #aaa;
	}
	#profile_schedule_tbl th {
		padding: 5px 0;
		border: solid 1px #aaa;
		background: #f6dddd;
		color: #333;
		font-family: 'EB Garamond', serif;
		font-size: 1.1rem;
		text-align: center;
	}
	#profile_schedule_tbl td {
		padding: 10px 0;
		border: solid 1px #aaa;
		color: #333;
		font-family: 'EB Garamond', serif;
		font-size: 1.2rem;
		text-align: center;
		vertical-align: middle;
	}
	#profile_schedule_tbl .sat {
		color: #1e408c;
		font-family: 'EB Garamond', serif;
		font-size: 1.2rem;
	}
	#profile_schedule_tbl .sun {
		color: #ba0f0f;
		font-family: 'EB Garamond', serif;
		font-size: 1.2rem;
	}
}

#profile_cast_btn {
	width: 200px;
	margin: 35px auto 10px;
	border: solid 1px #333;
	text-align: center;
}

#profile_cast_btn a {
	display: block;
	padding: 10px 0;
}

/* alert */
#alert {
	overflow: hidden;
	margin: 20px 0 40px;
	text-align: center;
}
.alert_in {
	display: block;
	font-size: 0;
}

@media screen and (min-width: 768px) {
	.alert_in {
		display: flex;
		font-size: 0;
	}
}

#alert h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0px 50px;
  background: #7c5046;
  background: -webkit-linear-gradient(left, #7c5046 0%, #ba8260 50%, #7c5046 100%);
  background: -webkit-gradient(linear, left top, right top, from(#7c5046), color-stop(50%, #ba8260), to(#7c5046));
  background: linear-gradient(to right, #A48317 0%, #E6B100 25%, #A48317 50%, #E6B100 75%, #9D7803 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5046', endColorstr='#7c5046',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#alert h3 span {
  display: block;
  font-size: 10px;
}

#alert h3:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 23px;
  background: url("../images/h2_left_icon.png") no-repeat left center;
}

#alert h3:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 26px;
  height: 23px;
  background: url("../images/h2_right_icon.png") no-repeat right center;
}

@media screen and (min-width: 768px) {
	#alert h3 {
		position: relative;
		display: inline-block;
		margin: 30px auto;
		padding: 0 50px;
		background: #7c5046;
		background: -moz-linear-gradient(left,  #7c5046 0%, #ba8260 50%, #7c5046 100%);
		background: -webkit-linear-gradient(left,  #7c5046 0%,#ba8260 50%,#7c5046 100%);
		background: linear-gradient(to right,  #7c5046 0%,#ba8260 50%,#7c5046 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5046', endColorstr='#7c5046',GradientType=1 );
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 2rem;
		text-align: center;
		font-family: 'EB Garamond', serif;
		font-weight: 500;
	}
	#alert h3 span {
		display: block;
		font-size: 12px;
	}
	#alert h3:before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 40px;
		background: url("../images/h2_left_icon.png") no-repeat left center;
	}
	#alert h3:after {
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 40px;
		background: url("../images/h2_right_icon.png") no-repeat right center;
	}
}

#alert form {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 30px;
	border: solid 1px #aaa;
	box-sizing: border-box;
}

#alert form dl {
	margin: 0;
}
#alert form dt {
	margin: 0 0 5px;
}
#alert form dt label {
	font-family: 'EB Garamond', serif;
	font-size: 1.1rem;
}
#alert form dd {
	margin: 0 0 10px;
}
#alert form input[type=text] {
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
#alert form button {
  display: block;
  width: 60%;
  height: 50px;
  margin: 20px auto 0;
  border: none;
  background: #ff9daf;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}

.alert_error {
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
	#alert form {
		display: inline-block;
		width: 48%;
		margin: 0 1%;
		padding: 30px;
		border: solid 1px #aaa;
		box-sizing: border-box;
	}
	#alert form dl {
		height: 140px;
		margin: 0;
	}
}

#mlmag_delete button {
	background: #666!important;
}

.ranker::before, .pickup::before{
top: -4px;
    left: 0px;
    width: 120px;
    height: 100px;
}

.pageContents__inner > .icon_fairy,
.pageContents__inner > .icon_beauty,
.pageContents__inner > .icon_gorgeous,
.pageContents__inner > .icon_secret{
       display: block;
}

#profile_name > .icon_fairy,
#profile_name > .icon_beauty,
#profile_name > .icon_gorgeous,
#profile_name > .icon_secret{
       display: none;
}

@media screen and (min-width: 768px) {
	.pageContents__inner > .icon_fairy,
	.pageContents__inner > .icon_beauty,
	.pageContents__inner > .icon_gorgeous,
	.pageContents__inner > .icon_secret{
	       display: none;
	}
	#profile_name > .icon_fairy,
	#profile_name > .icon_beauty,
	#profile_name > .icon_gorgeous,
	#profile_name > .icon_secret{
	       display: block;
	}
}

.icon_fairy,
.icon_beauty,
.icon_gorgeous,
.icon_secret{
       background-size: cover;
}

.icon_gorgeous {
    background: url(../images/cast_prof_gorgeous_pc.png) no-repeat center;
}

.icon_fairy {
    background: url(../images/cast_prof_fairy_pc.png) no-repeat center;
}

.icon_beauty {
    background: url(../images/cast_prof_beauty_pc.png) no-repeat center;
}

.icon_secret {
    background: url(../images/cast_prof_secret_pc.png) no-repeat center;
}

.pickup_icon {
    display: inline;
}