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

@font-face {
    font-family: "impact";
    font-weight: 400;
    src: url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/impact_gravure.woff2") format("woff2"),
         url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/impact_gravure.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "tsukuAOld";
    font-weight: 700;
    src: url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/FOT-TsukuAOldMinPr6N-B.woff2") format("woff2"),
         url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/FOT-TsukuAOldMinPr6N-B.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "source-han-sans-japanese";
    font-weight: 400;
    src: url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/shs_r.woff2") format("woff2"),
         url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/shs_r.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "source-han-sans-japanese";
    font-weight: 700;
    src: url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/shs_b.woff2") format("woff2"),
         url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/shs_b.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "shingo";
    font-weight: 400;
    src: url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/shingo.woff2") format("woff2"),
         url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/shingo.woff") format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "keifont";
    font-weight: 800;
    src: url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/keifont.woff2") format("woff2"),
         url("https://cinimg.awscf.net/cinderella-group.com/gravure/font/keifont.woff") format("woff");
    font-display: swap;
  }

/* =========================================================
	一般
========================================================= */
img {
  touch-callout:none;
  user-select:none;
}


body{
  background-size: initial;
}

.fullContents #fullBox, #columnContents{
	width: auto;
}

#middleBox {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
  background-color: #ffffff;
}

.innerWrap{
	width: 1200px;
	margin: 0 auto;
  position: relative;
  z-index: 1;
}

.innerWrap h3{
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	background-color: #e91e63;
	color: #ffffff;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: inherit;
	line-height: 1;
}

.innerWrap h3 span:first-of-type {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.innerWrap h3 span:first-of-type::before, .innerWrap h3 span:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.innerWrap h3 span:last-of-type {
  font-family: "shingo", sans-serif;
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}

h4{
	font-weight: bold;
	font-size: 36px;
	position: relative;
}

/* ========== Bottom部分背景画像 =========== */
.bottomWrapper {
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/src/main/bg_main_bottom.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
  /* padding-top: 134px; */
  padding-bottom: 90px;
}

.readMoreBox{
	text-align: center;
	width: 500px;
  height: 70px;
  line-height: 70px;
	margin: 47px auto 0;
}

.readMoreBox a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fc2283;
  background-image: linear-gradient(345deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.25) 43%, rgba(255,255,255,0.25) 57%, rgba(255,255,255,0.2) 67%, rgba(255,255,255,0.25) 70%, rgba(255,255,255,0.3) 74%, rgba(255,255,255,0.2) 93%, rgba(255,255,255,0.1) 100%);
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
  transition: all .2s ease;
}

.readMoreBox a span {
  display: inline-block;
  margin-left: 5px;
}

.readMoreBox a:hover {
  background-color: #ffffff;
  color: #fc2283;
}

.bannerBlock {
  text-align: center;
  margin-top: 50px;
  overflow: visible;
}

.bannerBlock .innerWrap div {
  background-color: #ffffff;
}

.bannerBlock:hover {
  opacity: 1;
}

.bannerBlock a {
  transition: all .2s ease;
}

.bannerBlock a:hover {
  opacity: 0.7;
}

.bannerBlock img {
  cursor: auto;
}

.bannerBlock a img {
  cursor: pointer;
}

.lineReserve {
  margin: 20px auto 100px;
}

/*----- common.css打ち消し -----*/
#middleWrapper::before{
	margin-bottom: -1px;
	background-color: #54bade;
}

section {
	overflow: hidden;
}

.fullContents #topicPathHeading h2, #rightContents.haveCaption h2{
	top:-26px;
	color: #ffffff;
  font-family: initial;
}

#topicPath ol{
	top:-26px;
  font-family: initial;
}

#topicPath li {
	color: #ffffff;
}

#topicPath a {
	color: #ffffff;
}

#topicPath a span {
	color: #ffffff;
}

.fullContents #fullBox, #columnContents{
	margin-top: 0;
}

#contentsWrapper {
  padding-bottom: 0;
}
/*----- /common.css打ち消し -----*/

/* =========================================================
	動画
========================================================= */
#movie{
	margin-bottom: 0;
}

#movie .innerWrap {
  width: 100%;
  max-width: 1920px;
}

video{
	width: 100%;
}

/* =========================================================
	ピックアップ
========================================================= */
#pickUp .innerWrap {
	width: 1300px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.5);
	padding: 50px 0;
}

#pickUp{
	color: #000000;
	background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/src/main/bg_main.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px auto;
}

#pickUp .pickUpBlock{
	width: 1240px;
	padding: 50px 0;
	box-sizing: border-box;
  margin: 0 auto;
}

#pickUp .pickUpBlock .pickUpInner {
	width: 1180px;
	margin: 0 auto;
}

#pickUp .pickUpProfile{
	float: left;
	width: 450px;
	position: relative;
	margin-top: 70px;
}

#pickUp .pickUpBlock:nth-child(even) .pickUpProfile{
	float: right;
}

#pickUp .pickUpPhoto{
	float:right;
	position: relative;
	z-index: 1;
  background-color: #ffffff;
}

#pickUp .pickUpPhoto img {
  transition: all 0.2s;
}

#pickUp .pickUpPhoto img:hover {
  opacity: 0.8;
}

#pickUp .pickUpBlock:nth-child(even) .pickUpPhoto{
	float:left;
}

#pickUp .pickUpProfile .pickUp {
  color: #000000;
	position: absolute;
	top: -70px;
	left: 20px;
	z-index: 4;
	width: 100px;
	height: 100px;
	font-family: impact, sans-selif;
  font-size: 23px;
  text-align: center;
  border: 3px solid;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 0.95;
}

#pickUp .pickUpProfile .pickUp span {
  font-weight: inherit;
  display: block;
  font-size: 60px;
}

#pickUp .pickUpBlock .pickUpTitle {
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 3;
	margin-bottom: 26px;
	width: 580px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	border: 1px solid #ffd201;
	box-sizing: border-box;
}

#pickUp .pickUpBlock .pickUpTitle p {
  font-weight: 700;
  font-size: 39px;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  white-space: break-spaces;
}

#pickUp .pickUpProfile .pickUpTitle img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#pickUp .pickUpBlock:nth-child(even) .pickUpProfile .pickUp{
	left: auto;
	right: 20px;
}

#pickUp .pickUpBlock:nth-child(even) .pickUpProfile .pickUpTitle{
	right: 130px;
}

#pickUp .pickUpProfile p {
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.7;
}

#pickUp .pickUpProfile p.comment {
  height: 309px;
  margin-top: 9px;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  white-space: break-spaces;
  line-height: 1.9;
}

.comment span {
  display: block;
  margin-bottom: 32px;
}

.comment span:last-child {
  margin-bottom: 0;
}

.girlsName {
  display: flex;
  justify-content: space-between;
  height: 45px;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
  color: #000000;
}

.girlsName::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}

#pickUp .pickUpProfile h4 {
	line-height: 42px;
	position: relative;
  font-family: inherit;
	font-weight: bold;
  color: #000000;
  font-size: 34px;
}

#pickUp .pickUpProfile .shopName{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-align: right;
	line-height: 54px;
}

#pickUp .pickUpProfile .girlsState{
	font-weight: bold;
	font-size: 22px;
	text-align: right;
	margin: 3px 0 0 0;
  color: #000000;
}

#pickUp .pickUpProfile .girlsState span {
  font-weight: inherit;
}

#pickUp .pickUpProfile .readMore {
  background-color: #fc2283;
  background-image: linear-gradient(345deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.25) 43%, rgba(255,255,255,0.25) 57%, rgba(255,255,255,0.2) 67%, rgba(255,255,255,0.25) 70%, rgba(255,255,255,0.3) 74%, rgba(255,255,255,0.2) 93%, rgba(255,255,255,0.1) 100%);
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 3px 0 rgb(0 0 0 / 35%);
  box-sizing: border-box;
  color: #ffffff;
  transition: all .2s ease;
}

#pickUp .pickUpProfile .readMore:hover {
  background-color: #ffffff;
  color: #fc2283;
  border-color: #fc2283;
}

#pickUp .pickUpProfile .readMore p{
  font-size: 30px;
  line-height: 66px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: bold;
}

/* divider */
.divider{
	color: #000000;
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/src/main/img_main_divider.webp)!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px auto;
  margin-top: -170px;
  margin-bottom: -170px;
  height: 512px;
  position: relative;
}

/* =========================================================
	写メ日記
========================================================= */
#photoBlog .innerWrap h3 span:first-of-type::before {
  width: 99px;
  height: 87px;
  top: -7px;
  left: -169px;
  background-repeat: no-repeat;
}

#photoBlog .innerWrap h3 span:first-of-type::after {
  width: 51px;
  height: 57px;
  top: 2px;
  right: -136px;
  background-repeat: no-repeat;
}

#photoBlog{
  padding: 50px 0 46px;
}

#photoBlog .syameList a{
	text-decoration: none;
	color: inherit;
}

#photoBlog .syameList{
	display: flex;
	justify-content: space-between;
}

#photoBlog .syameLink{
	width: 175px;
	display: inline-block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#photoBlog .syameLink div:hover{
	opacity: 0.7;
}

#photoBlog .syameStateWrap{
	position: relative;
	width: 96%;
	margin: 0 auto 5px;;
  color: #333333;
}

#photoBlog .syameText, #photoBlog .syameShopName {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
}

#photoBlog .syameText{
	font-size: 16px;
	text-align: center;
	text-decoration:underline;
	margin-top: 12px;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#photoBlog .syameName{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 6px auto 10px;
  width: 100%;
}

#photoBlog .syameTime{
	text-align: center;
	margin-bottom: 6px;
}

#photoBlog .syameShopName{
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	text-align: center;
	font-size: 14px;
}

#photoBlog .syamePhoto{
	height: 280px;
  background-color: #a4a4a4;
}

/* =========================================================
	ショップリスト
========================================================= */
#shopList {
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position-x: center;
  background-position-y: bottom;
  padding: 10px 0 100px;
}

#shopList ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#shopList ul li {
	display: inline-block;
	margin-bottom: 20px;
	box-sizing: border-box;
  width: 592px;
  height: 202px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: all 0.3s;
}

#shopList ul li img {
	transition: all 0.3s;
}

#shopList ul li:hover {
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
}

#shopList .innerWrap h3 {
	margin-bottom: 50px;
}


#shopList ul li a {
  color: #111111;
  text-decoration: none;
  transition: all 0.3s;
}

#shopList ul li:hover a {
  opacity: 0.8;
}

.shopBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  font-size: 23.5px;
}

.shopImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
}

.shopImage img {
  width: 160px;
  height: 160px;
}

.shopInformation {
  width: 380px;
}

#middleBox .shopInformation p {
  margin: 0.2em 0;
  font-family: source-han-sans-japanese, sans-serif;
}

.categories {
  display: flex;
  margin-bottom: 11px;
}

#middleBox .categories p {
  margin-right: 10px;
  color: #ffffff;
  height: 22px;
  line-height: 25px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}

.hoteheru {
  background-color: #ff7fff;
}

.deriheru {
  background-color: #ff7f7f;
}

.onakura {
  background-color: #7acf7a;
}

.tenpogata {
  background-color: #5eb5ff;
}

.esthe {
  background-color: #ffa06c;
}

#middleBox p.shopName {
  font-size: 1.45em;
  font-weight: bold;
  height: 40px;
  line-height: 37px;
}

#middleBox p.shopKind {
  font-size: 18px;
  margin-bottom: 7px;
}

#middleBox p.shopArea {
  font-size: 20px;
}

.shopAppoint {
  display: flex;
  justify-content: space-between;
  width: 353px;
}

#middleBox .shopAppoint p {
  font-size: 20px;
}

.shopAppoint p::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  vertical-align: -4px;
}

.shopAppoint p.shopTime::before {
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/shop_list/icon_clock.svg);
  width: 24px;
  height: 24px;
}

.shopAppoint p.shopTel::before {
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/shop_list/icon_tel.svg);
  width: 26px;
  height: 26px;
}

#pickUp .pickUpBlock .pickUpTitle p {
  letter-spacing: 0.05em;
  font-family: "tsukuAOld", sans-serif;
  font-weight: bold;
  padding-top: 8px;
}

#pickUp .pickUpBlock .pickUpTitle p span {
  display: inline-block;
  text-indent: -0.5em;
  letter-spacing: -0.03em;
}

#pickUp .pickUpBlock .pickUpTitle p span.close {
  text-indent: -0.08em;
  letter-spacing: -0.5em;
}

.pickUpBlock:nth-of-type(odd) .pickUpTitleShadow {
  left: -10px;
}

.pickUpBlock:nth-of-type(even) .pickUpTitleShadow {
  right: -10px;
}

#pickUp .pickUpProfile p {
  font-weight: bold;
}

#pickUp .pickUpProfile .readMore {
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
  color: rgba(255,255,255,1);
  font-weight: bold;
}

#pickUp .pickUpProfile .readMore p {
  width: 446px;
  height: 100%;
}

#pickUp .pickUpProfile .readMore:hover p {
  background-color: #ffffff;
}

.readMoreBox a {
  box-shadow: 0px 3px 0 rgb(0 0 0 / 35%);
}

.readMoreBox a:hover {
  border-color: #fc2283;
  background-image: none;
}
