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

/* 変数 */

/* =========================================================
	グラビアページ
========================================================= */
body {
	background: #000000;
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/101/s/main/bg_main_02.png);
	background-size: contain;
	background-position-x: center;
}
img {
	pointer-events: none;
  touch-callout:none;
  user-select:none;
}
#contentsWrapper {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/101/main/bg_main.jpg) no-repeat;
}
.bannerHeadline h3 {
	font-family: initial;
	font-size: 90%;
  color: #333333;
}
button[type="button"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
button[type="button"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
button[type="button"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.slick-slide:focus, .slick-slide img:focus {
	outline: none;
}

/*---------スライダー設定-----------*/
.slider img {
  height: auto;
  width: 100%;
}
.slick-slide img {
	margin: 1% auto;
  width: 98%;
}
.thumb .slick-slide {
	margin: 0 1.3% 1.3% 0;
	width: 18.9%!important;
  position: relative;
}
.thumb .slick-slide:nth-of-type(5n) {
	margin-right: 0;
}
.thumb .slick-slide.new::after {
  content: "NEW";
  background-color: rgba(255, 124, 164, 0.8);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 98%;
  margin: 0 auto;
  text-align: center;
  font-size: 50%;
  font-weight: bold;
  padding: 2% 0 3.5%;
}
.sampleThumb {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.sampleThumb li {
  margin: 0 1.3% 1.3% 0;
  width: 18.9%;
}
.sampleThumb li:nth-of-type(5n) {
  margin: 0 0 1.3% 0;
}
.sampleThumb li img {
  display: block;
  width: 98%;
  margin: 1% auto;
}
.prev-arrow {
  position: absolute;
  top: 40%;
  left: 2%;
  width: 10% !important;
  z-index: 10;
}
.next-arrow {
  position: absolute;
  top: 40%;
  right: 2%;
  width: 10% !important;
  z-index: 10;
}
#buttons {
  padding-bottom: 2%;
	width: 95%;
	margin: 0 auto;
}
#buttons .innerWrap {
  width: 100%;
  overflow: hidden;
}
video {
  width: 101%;
  margin-left: -1px;
}
.browserHack {
  display: none;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 95%;
  margin: 1% auto 0;
  font-size: 70%;
  text-align: center;
  color: #414141;
}
/* safari */
_::-webkit-full-page-media, _:future, :root .browserHack {
  display: block;
}
/*---------スライダー設定-----------*/
#slidshow {
  margin-bottom: 3.5%;
}
.slider {
	margin: auto;
	width: 100%;
}
.slider img {
	height: auto;
	width: 100%;
	margin: 0 auto;
}
/*slick setting*/
.slick-prev:before, .slick-next:before {
	color: #000;
}
#fullBox .slider .slick-dots {
	bottom: 15px;
}
.slick-prev, .slick-next {
	width: 6%!important;
	height: 15%!important;
  font-size: 115%!important;
  display: none!important;
}
.slick-prev {
	left: 1% !important;
	z-index: 3;
}
.slick-prev:before, .slick-next:before {
	content: ""!important;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1!important;
  font-size: 100%!important;
  line-height: 1.5!important;
}
.slick-prev:before {
	/* background: url(/s/gravure/101/img/pickup/icon_prev.png); */
	background-size: 40%;
  background-position: 42% center;
	background-repeat: no-repeat;
  background-color: #ff7ca4;
}
.slick-prev::after {
  content: "";
  border: 10px solid;
  border-color: #ffffff transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slick-next {
	right: 1.75% !important;
}
.slick-next:before {
	background: url(/s/gravure/101/img/pickup/icon_next.png);
	background-size: 40%;
  background-position: 58% center;
	background-repeat: no-repeat;
  background-color: #ff7ca4;
}
.slick-dots {
	bottom: 25px !important;
}
.slick-dots li.slick-active button:before {
	content: "●" !important;
	color: #ffffff !important;
}
.slick-dots li button:before {
	content: "○" !important;
	color: #ffffff !important;
}
.thumb .slick-track {
	width: 85%!important;
	margin-top: 1.7%;
}
.thumb button {
  display: none!important;
}
.thumb .slick-track {
  transform: none!important;
}

/*---------/スライダー設定-----------*/
#SearchForm h4:before{
	content: none;
}
#SearchForm h4:after{
	content: none;
}
.mainContents {
	background: url(/gravure/101/img/common/img_bg_01.jpg);
	margin-bottom: 11%;
}
.even .mainContents {
  background: url(/gravure/101/img/common/img_bg_02.jpg);
}
.innerWrap {
	width: 94%;
	margin: 0 auto 1%;
}
body h4 {
  /* font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; */
  font-weight: 600;
  font-style: normal;
	font-size: 5vw;
	margin-bottom: 5vw;
	position: relative;
  color: #000000;
  text-align: center;
  border: 1px solid;
  height: 11vw;
  line-height: 11vw;
  box-sizing: border-box;
}
#girlsSchedule h4 {
  /* margin-bottom: 6%; */
}
/*
h4:before {
	content: "";
	width: 6.5vw;
	height: 8.5vw;
	display: block;
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/101/main/img_present.svg) no-repeat;
	background-size: contain;
  background-position: center;
	position: absolute;
  top: -200%;
	right: 0;
	left: 0;
  margin: auto;
}
*/
/*
h4:after {
	content: "";
	display: block;
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/101/main/img_line_orange.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 11vw;
	background-color: ;
	position: absolute;
	bottom: -280%;
}
*/

/*----------------------------------------
  　Point装飾
----------------------------------------*/
#point {
	padding-bottom: 0.5%;
}
#girlsInfo .pointProfile.pointProfile.innerWrap {
  position: relative;
	/* margin-bottom: 12vw; */
}
/*
#girlsInfo .pointProfile.innerWrap .namePlate::before {
  content: "";
  display: block;
  border: 7vw solid;
  border-color: transparent #ff7ca4 #ff7ca4 transparent;
  transform: rotate(-90deg);
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
.even #girlsInfo .pointProfile.innerWrap .namePlate::before {
  border-color: transparent #ff7ca4 #ff7ca4 transparent;
}
*/
#girlsInfo .pointProfile.innerWrap a {
  text-decoration: none;
  display: block;
  position: relative;
}
.namePlate {
  width: 100%;
  height: 100%;
}
.profBlock {
	/* background-color: #ffffff; */
	width: 100%;
	height: 100%;
  margin-bottom: 7%;
	box-sizing: border-box;
  text-align: center;
  border: 2px solid #000000;
  /* border-bottom: none; */
  position: relative;
	z-index: 1;
  color: #000000;
}
/*
.even .namePlate {
  border-color: #ff7ca4;
}
*/
/*
.namePlate .pointTitle::before {
  content: "Check";
  display: block;
  color: #ffffff;
  font-size: 3.5vw;
  transform: rotate(45deg);
  position: absolute;
  top: 3.5vw;
  right: -1vw;
  z-index: 1;
}
*/
/*
.namePlate::after {
  content: "";
  display: block;
  border: 1.8vw solid;
  border-color: transparent #ffffff #ffffff transparent;
  transform: rotate(-90deg);
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
}
*/
@media (min-width: 644px) {
  #girlsInfo .pointProfile.innerWrap::before {
    border-width: 40px;
  }
  .namePlate::before {
    font-size: 22px;
    top: 18px;
    right: -7px;
  }
  .namePlate::after {
    border-width: 11px;
  }
}
.namePlate p {
	/* color: #ff7ca4; */
  font-size: 88%;
}
/*
.even .namePlate p {
	color: #ff7ca4;
}
*/
.pointTitle h5 {
  font-size: 7vw;
  font-weight: bold;
	letter-spacing: 2pt;
  margin-bottom: 2.5%;
  /* color: #ff7ca4; */
}
/*
.even .pointTitle h5 {
  color: #ff7ca4;
}
*/
.namePlate p.girlsState {
  /* font-family: a-otf-ud-shin-go-pr6n, sans-serif; */
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
.shopInfo {
  /* background-color: #ff7ca4; */
  border-top: 1px solid;
  width: 94%;
  margin: 0 auto;
}
/*
.even .shopInfo {
  background-color: #ff7ca4;
}
*/
.shopInfo p, .even .shopInfo p {
  /* color: #ffffff; */
}
.shopInfo p.shopName {
  /* border-bottom: 1px solid #ffffff; */
  width: 95%;
  margin: 0 auto;
  font-size: 110%;
  line-height: 1.5;
  padding: 1% 0 0;
  font-weight: bold;
}
.shopInfo p.shopState {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto 2%;
}
.shopState span {
  font-size: 100%;
  line-height: 2;
  letter-spacing: 0.02em;
  width: 100%;
}
.shopState span::before {
  content: "";
  width: 10%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.shopState span:first-of-type::before {
  background: url(/gravure/101/img/pickup/common/icon_clock.svg) no-repeat;
  background-size: contain;
  background-position: center 45%;
}
.shopState span:last-of-type::before {
  background: url(/gravure/101/img/pickup/common/icon_tel.svg) no-repeat;
  background-size: contain;
  background-position: center 45%;
}
.reserveContents {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 2vw auto;
}
.call {
	width: 49%;
  height: 16vw;
  background-color: #ff7ca4;
  box-shadow: 0 2px 1px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
}
/*
.even .call {
  background-color: #ff7ca4;
}
*/
.call a {
  color: #ffffff;
  text-decoration: none;
	display: inline-block;
  width: 100%;
  height: 16vw;
}
.call p {
  text-align: center;
  position: relative;
  width: 76%;
  margin: 0 auto;
  font-size: 180%;
  font-weight: bold;
  line-height: 16vw;
	text-indent: 7vw;
}
.call p span {
  font-size: 59%;
}
.call p::before {
  content: "";
  display: block;
  width: 13%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 2.5vw;
}
.call:first-of-type p::before {
	background: url(/gravure/101/img/pickup/common/icon_call.svg) no-repeat;
  background-size: contain;
	background-position: center;
	transform: translate(0, -50%);
}
.call:last-of-type p::before {
	background: url(/gravure/101/img/pickup/common/icon_phone.svg) no-repeat;
  background-size: contain;
	background-position: center;
	transform: rotate(-26deg) translate(0, -50%);
	width: 10%;
height: 45%;
}
.syameBlock {
  width: 95%;
  margin: 0 auto;
}
.syameList {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  margin-bottom: 2%;
}
.syameList a {
	display: inline-block;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	width: 30%;
	color: inherit;
	text-decoration: none;
}
.syameBlock .syameInfo {
	background: #ffffff;
	width: 100%;
	color: #010101;
}
.syameBlock .syameInfo .syameTime {
	width: 90%;
	margin: 0 auto;
	padding-top: 7%;
	font-size: 60%;
}
.syameInfo .syameText {
	width: 90%;
	margin: 0 auto;
	padding: 7% 0;
	font-size: 70%;
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.syamePhoto{
	background-color: #fffbf5;
}
.previousNext {
	padding-bottom: 2vw;
}
.previousNext p {
	width: 34.8%;
	background-color: #62d1ff;
	font-size: 130%;
	font-weight: bold;
	padding: 4.8% 4.5%;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 2px 1px 1px rgba(0,0,0,0.2);
}
.previousNext a .previous {
	float: left;
	position: relative;
}
.previousNext a .next {
	float: right;
	position: relative;
}
.previousNext a .goToTop {
	float: left;
	width: 3.6%;
  background-color: #62d1ff;
	background-image: url(/gravure/101/img/pickup/common/icon_home.svg);
	background-size: 70%;
  background-position: center;
	background-repeat: no-repeat;
	padding: 4.83% 3%;
	margin-left: 1.4%;
}
.previous::before {
	content: "";
	background: url(/img/gravure/pickup/icon_girls_prev.png);
	width: 7%;
  height: 36%;
  display: inline-block;
  position: absolute;
  top: 54%;
  left: 12%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.next::after {
	content: "";
	background: url(/img/gravure/pickup/icon_girls_next.png);
	width: 7%;
  height: 36%;
	display: inline-block;
	position: absolute;
	top: 54%;
	right: 10%;
	background-repeat: no-repeat;
	background-size: contain;
  transform: translate(0, -50%);
}
#girlsSchedule .girlsBox{
	border-color: #ff7ca4;
  height: 62.5vw;
}
/*
.even #girlsSchedule .girlsBox{
	border-color: #62d1ff;
}
*/
.girlsStateWrap {
  border-top: 1px solid #ff7ca4;
}
#girlsSchedule .girlsBox .girlsStateWrap .girlsName{
	/* border-top-color: #ff7ca4; */
  border-top: none;
}
/*
.even #girlsSchedule .girlsBox .girlsStateWrap .girlsName{
	border-top-color: #62d1ff;
}
*/
#girlsSchedule .girlsBox .girlsDate{
	border-bottom-color: #ff7ca4;
  font-size: 3.2vw;
}
/*
.even #girlsSchedule .girlsBox .girlsDate{
	border-bottom-color: #62d1ff;
}
*/
#girlsSchedule .girlsBox.today .girlsDate:before{
	background-color: #ff7ca4;
  font-size: 3.2vw;
}
.even #girlsSchedule .girlsBox.today .girlsDate:before{
	background-color: #62d1ff;
}
#girlsSchedule .girlsBox .girlsStateWrap .girlsName{
	background: url(/gravure/101/img/pickup/common/bg_girlsName_ornament.png) no-repeat center bottom;
	background-size: contain;
  border-bottom: 1px solid #cccccc;
  font-size: 3.8vw;
  padding: 4% 0 6%;
  width: 94%;
  margin: 0 auto;
}
.smallThumbnail .girlsBox .girlsStateWrap .girlsSize {
  letter-spacing: -0.04em;
}
/*
.even #girlsSchedule .girlsBox .girlsStateWrap .girlsName{
	background: url(/gravure/101/img/pickup/common/bg_girlsName_ornament_blue.png) no-repeat center bottom;
	background-size: contain;
}
*/
#girlsSchedule .innerWrap .girlsBlock .girlsBox a{
	color: #414141;
	text-decoration: none;
}
#girlsSchedule .readMoreBox {
	text-align: center;
	margin-top: 4%;
	margin-bottom: 15.5%;
}
.girlsBox .girlsPhoto{
	background: url(/gravure/101/img/pickup/common/img_blog_bg.jpg) no-repeat;
  background-size: cover;
}
.schedule {
  width: 100%;
  text-align: center;
  border: 1px solid #000000;
  margin-bottom: 2%;
}
/*
.even .schedule {
  border-color: #ff7ca4;
}
*/
.schedule tr {
  line-height: 2.1;
}
.schedule th {
  text-align: center;
  vertical-align: middle;
  /* background-color: #ff7ca4; */
  color: #ffffff;
  font-weight: bold;
  width: 30%;
  font-size: 90%;
  border-right: 1px solid #000000;
  position: relative;
}
/*
.even .schedule th {
  background-color: #ff7ca4;
}
*/
.schedule tr:first-of-type th {
  border-bottom: 1px solid #000000;
}
.schedule tr:first-of-type td {
  border-bottom: 1px solid #000000;
}
/*
.even .schedule tr:first-of-type td {
  border-color: #ff7ca4;
}
*/
.schedule td, .timeSchedule td {
  /* font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; */
  font-weight: 600;
  font-style: normal;
}
.schedule td {
  vertical-align: middle;
  /* background-color: #ffffff; */
  color: #333333;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.7pt;
  position: relative;
}
.schedule th, .schedule td {
  box-sizing: border-box;
}
.timeSchedule {
  width: 100%;
  text-align: center;
  border: 1px solid #000000;
  /* margin-bottom: 10.5%; */
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
/*
.even .timeSchedule {
  border-color: #ff7ca4;
}
*/
.timeSchedule tr {
  width: 100%;
}
.timeSchedule th {
  background-color: #ff7ca4;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px solid #000000;
  font-size: 55%;
  letter-spacing: 0.02em;
  padding: 1.1% 0 1.3%;
}
/*
.even .timeSchedule th {
  background-color: #ff7ca4;
}
*/
.timeSchedule th:last-of-type {
  border-right: none;
}
.timeSchedule td {
  background-color: #ffffff;
  color: #333333;
  font-size: 70%;
  font-weight: bold;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-top: 1.5%;
  line-height: 1.1;
  height: 15vw;
}
/*
.even .timeSchedule td {
  border-color: #ff7ca4;
}
*/
.timeSchedule th, .timeSchedule td {
  box-sizing: border-box;
  width: calc(100%/6);
}
.schedule td span, .timeSchedule td span {
  background-color: #62d1ff;
  display: block;
}
/*
.even .schedule td span, .even .timeSchedule td span {
  background-color: #62d1ff;
}
*/
.schedule td span {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0, -50%);
  padding: 0.5% 3.5%;
  line-height: 1;
}
.timeSchedule td span {
  width: 70%;
  margin: 10% auto 7%;
}
.schedule td span a, .timeSchedule td span a {
  color: #ffffff;
  font-size: 70%;
  font-weight: 500;
  /* font-family: a-otf-futo-go-b101-pr6n, sans-serif; */
  line-height: 1.6;
  height: 100%;
  display: block;
}
/* 公開予告 */
p.notice {
  text-align: center;
  font-size: 117%;
  font-weight: bold;
  margin: 4% auto 3%;
  letter-spacing: 2px;
}
.notice span {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 71%;
}
/* もっと見るボタン */
.button_base {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
}
.b04_3d_tick div {
  display: inline-block;
  background: #ff7ca4;
  color: #ffffff;
  font-size: 3.44vw;
  font-weight: bold;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 30%);
	width: 100%;
	line-height: 9vw;
	/* font-family: a-otf-futo-go-b101-pr6n, sans-serif; */
	text-indent: 2vw;
}
/*
.even .b04_3d_tick div {
  background-color: #ff7ca4;
}
*/

.b04_3d_tick div span {
  transform: scale(1.3, 0.8);
  display: inline-block;
}

/* レスポンシブ */
.readMoreBox div div:last-of-type {
	display: none;
}
.pointTitle {
	padding: 3.5vw 0 2vw;
}
.bannerHeadline {
	margin-bottom: 0;
}
#girlsSchedule {
	margin-top: 5vw;
}
p.note {
	/* color: #ffffff; */
	text-align: center;
	font-size: 2.8vw;
	margin-top: 2vw;
}
/*
.even p.note {
	color: #62d1ff;
}
*/

/*****iPhone6Plus　iPhone7Plus*******/
@media screen and (max-width: 414px) and (min-width: 376px) {
	#girlsInfo .otherGirls a:nth-child(2) p:after{
		    right:7%;
	}
}

/******iPhone5用メディアクエリ*********/
@media screen and (max-width: 320px) {
	#girlsInfo .otherGirls a:nth-child(2) p:after{
		 right:2%;
  }
	#girlsInfo .pointProfile .girlsInfoHeding .category li {
		padding: 1px 0;
	}
  .previousNext p {
    font-size: 70%
  }
}

/*******Xperia用メディアクエリ**********/
@media only screen and (max-width: 360px) and (min-width: 321px) {
	#girlsInfo .otherGirls a:nth-child(1) p{
		text-indent: 22%;
	}
	#girlsInfo .otherGirls a:nth-child(2) p{
		text-indent: 8%;
	}
}

/*******202009**********/
body {
	width: 100%;
	box-sizing: border-box;
	padding-right: 0!important;
}
#pageOverLay {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0, -50%);
	z-index: 1001;
	visibility: hidden;
	width: 100vw;
	max-width: 500px;
	height: auto;

}
#pageOverLay-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	visibility: hidden;
	user-select: none;
	-webkit-user-drag: none;
}
#pageOverLayCloseBtn {
	position:absolute;
	color: #ffffff;
	z-index: 1002;
	cursor: pointer;
	top: 25px;
	right: calc((100% - 95vw) / 2);
	font-size: 5vw;
}
.slick-slider {
	-moz-user-select: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	margin: 5vw auto 0;
}
#contentsWrapper {
position: static;
}
.slick-prev {
display: block!important;
left: calc((100% - 95vw) / 2)!important;
width: 6vw!important;
height: 6vw!important;
}
.slick-prev:before {
content: ""!important;
height: 70%;
width: 70%;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: none;
border-top: 2px solid;
border-left: 2px solid;
transform: rotate(-45deg);
}
.slick-next {
	display: block!important;
	right: calc((100% - 95vw) / 2)!important;
	left: auto!important;
	width: 6vw!important;
	height: 6vw!important;
}
.slick-next:before {
content: ""!important;;
height: 70%;
width: 70%;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
background: none;
border-top: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
}
.slick-prev:focus, .slick-next:focus {
outline: none;
}
.slider .slick-slide {
position: relative;
width: 100vw;
max-width: 500px;
height: auto;
min-height: 100vh;
}
.slider .slick-slide img {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
    opacity: 0;
    transition: opacity .1s ease;
    width: 100%;
    height: auto;
}
.slider .slick-list {
height: auto;
z-index: 3;
}
.slider .slick-slide.slick-active img {
opacity: 1;
transition: opacity .2s ease .4s;
}
#middleBox p.counter {
color: #ffffff;
display: inline-block;
position: absolute;
z-index: 1002;
top: 30px;
left: calc((100% - 95vw) / 2);
font-size: 3vw;
}
.slick-slider.slider {
margin: 0;
height: 100%;
}
.thumb .slick-slide {
cursor: pointer;
cursor: hand;
overflow: hidden;
}
.slick-prev:after, .slick-next:after {
	content: none;
}
#middleBox p.counter span {
	font-size: 100%;
}
.slidePhoto {
  position: absolute;
	top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.even #middleWrapper {
	/* background: ; */
	padding-bottom: 1%;
}
.even h4, .even #middleBox p.note {
	color: #ff7ca4;
}
.even h4::after {
	content: "";
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/101/s/main/img_line_purple.png) no-repeat;
	background-size: contain;
}
.even h4:before {
    background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/101/main/img_ghost.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.even .previousNext p {
	background-color: #62d1ff;
}
.even footer {
	background: #000000;
}
.even footer::before {
	margin-top: 0;
}

.reserveBtn {
	background-color: #ff7ca4;
	width: 49%;
	height: 13vw;
	box-shadow: 0 2px 1px 1px rgba(0,0,0,0.2);
}

.even .reserveBtn {
	background-color: #ff7ca4}

.reserveBtn a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	height: 10vw;
	line-height: 10vw;
	text-align: center;
	font-size: 90%;
	letter-spacing: 1px;
}

/* バナーエリア */
#banner {
	margin-top: 8vw;
}
.banner1 {
	margin-bottom: 4vw;
}

/* 2020クリスマス用 */
.upperBlock {
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/101/s/pickup/bg_personal.png) no-repeat;
	background-size: cover;
  background-position-x: center;
  /* color: #ffffff; */
	padding-top: 1px;
	padding-bottom: 4vw;
	box-sizing: border-box;
	margin-top: -3px;
}
.lowerBlock {
	margin-top: 4vw;
}
.readMoreBox {
  width: 60%;
  margin: 0 auto;
}
.rankingOrnament::before, .rankingOrnament::after {
  content: "";
	width: 43.5%;
  height: 1vw;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
	background-color: #ff7ca4;
}
.rankingOrnament::before {
  left: 0;
}
.rankingOrnament::after {
  right: 0;
}
h4 {
  margin-bottom: 2vw;
}
.rankingOrnament {
  width: 100%;
  margin: 0 auto 4vw;
  position: relative;
}
.rankingOrnament img {
  width: 9vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

#girlsSchedule h4 {
	/* color: #62d1ff; */
}
#girlsSchedule h4:before {
	background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/101/main/img_tree.svg) no-repeat center;
	background-size: contain;
	height: 9.3vw;
  top: -215%;
}
#girlsSchedule .rankingOrnament::before, #girlsSchedule .rankingOrnament::after {
	background-color: #62d1ff;
}

#girlsSchedule .b04_3d_tick div:nth-child(1) {
	background-color: #ff7ca4;
}
#girlsSchedule .b04_3d_tick div:nth-child(2) {
	color: #ff7ca4;
}


.namePlate a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fffea4;
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
  z-index: -1;
}
.schedule th::after {
  content: "";
  display: block;
  background-color: #ff7ca4;
  width: 101.5%;
  height: 100%;
  position: absolute;
  top: 0.3vw;
  left: 0.3vw;
  z-index: -1;
}
.schedule tr:last-of-type th:after {
  top: 0.8vw;
}
h4::after {
  content: "";
  display: block;
  background-color: #cff4ff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1.1vw;
  left: 1.1vw;
  z-index: -1;
}

@media screen and (max-width: 570px) {
.slick-prev, .slick-next {
	display: none!important;
}
}
