@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: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/main_bg.png); */
  /* background-position-y: bottom; */
  /* background-repeat: repeat-y; */
  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: 140px; */
	height: 120px;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	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/258/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, #ff5b8d 0%, #ff598c 43%, #ff437d 57%, #ff4780 67%, #ff568a 70%, #ff598c 74%, #ff4780 93%, #ff5c8e 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/258/main/bg_main.webp)!important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px auto;
	/* padding: 50px 0; */
}

#pickUp .pickUpBlock{
	/* padding: 30px 0; */
	width: 1240px;
	/* height: 760px; */
	padding: 50px 0;
	box-sizing: border-box;
}

#pickUp .pickUpBlock:nth-of-type(1) {
  /* background:url(https://cinimg.awscf.net/cinderella-group.com/gravure/123/main/pickup1_design_bg.png), url(https://cinimg.awscf.net/cinderella-group.com/gravure/123/main/pickup1_bg.png);
  background-position-y: top; */
  background-repeat: no-repeat;
}

#pickUp .pickUpBlock:nth-of-type(2) {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/bg_pickup_02.png); */
  /* background: url("https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/green_bg.jpg"); */
  background-position-y: 25px;
  position: relative;
}

#pickUp .pickUpBlock:nth-of-type(3) {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/123/main/pickup03_bg.jpg); */
  background-position-y: top;
}

#pickUp .pickUpBlock:nth-of-type(4) {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/bg_pickup_04.png); */
  /* background: url("https://cinimg.awscf.net/cinderella-group.com/gravure/123/main/pickup4_bg.png"); */
  /* background-position-y: bottom; */
}

#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: 20px; */
  font-size: 19px;
  line-height: 1.7;
}

#pickUp .pickUpProfile p.comment {
  height: 309px;
  margin-top: 9px;
  margin-bottom: 0;
  /* letter-spacing: -0.013em; */
  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: 36px; */
  font-size: 34px;
}

#pickUp .pickUpProfile h4::before {
  content: "";
  position: absolute;
  /* top: 54%; */
  top: 23px;
  right: -39px;
  /* background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/name_design.webp); */
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

#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, #ff5b8d 0%, #ff598c 43%, #ff437d 57%, #ff4780 67%, #ff568a 70%, #ff598c 74%, #ff4780 93%, #ff5c8e 100%);
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70px;
  text-decoration: none;
  color: inherit;
  /* border-radius: 35px; */
  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/258/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 {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/icon_box_main.png); */
  width: 99px;
  height: 87px;
  top: -7px;
  left: -169px;
  background-repeat: no-repeat;
}

#photoBlog .innerWrap h3 span:first-of-type::after {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/icon_bell_main.png); */
  width: 51px;
  height: 57px;
  top: 2px;
  right: -136px;
  background-repeat: no-repeat;
}

#photoBlog{
  /* padding: 100px 0 46px; */
  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;
}

/* =========================================================
	ランキング
========================================================= */
#ranking {
  padding: 50px 0;
}

#ranking .innerWrap h3 span:first-of-type::before {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/icon_box_main.png); */
  width: 99px;
  height: 87px;
  top: -7px;
  left: -152px;
  background-repeat: no-repeat;
}

#ranking .innerWrap h3 span:first-of-type::after {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/icon_bell_main.png); */
  width: 56px;
  height: 60px;
  top: 11px;
  right: -123px;
  background-repeat: no-repeat;
}

.top3 {
	margin-bottom: 60px;
}

.top3 h4 {
  font-weight: 600;
  font-style: normal;
  text-align: center;
  position: relative;
  text-indent: 0;
  margin-bottom: 35px;
  width: 100%;
  height: 74px;
  line-height: 66px;
  font-size: 32px;
  border-radius: 6px;
  color: #ffffff;
  /* color: #92c7fe; */
  border: 2px solid #92c7fe;
  background-color: #92c7fe;
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/ranking_bg.webp); */
  box-sizing: border-box;
  font-family: inherit;
  background-repeat: no-repeat;
}

.top3 h4::after {
  content: none;
}

.top3 ul{
	display: flex;
  justify-content: space-between;
}

.top3 ul li {
	position: relative;
}

.top3 ul li span {
	position: absolute;
  font-family: century-gothic, sans-serif;
  color: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  z-index: 1;
  text-align: center;
  line-height: 60px;
  top: 10px;
  left: 10px;
}

.top3 ul li span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(45deg);
}

.top3 ul li.no1 span::after {
  background-color: #ffd700;
}

.top3 ul li.no2 span::after {
  background-color: #aeaeae;
}

.top3 ul li.no3 span::after {
  background-color: #c47222;
}

.top3 ul li a {
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  transition: all .3s ease;
}

.top3 ul li a:hover {
  box-shadow: 0px 3px 7px #8c8c8c;
}

.top3 ul li img {
  transition: all .3s ease;
}

.top3 ul li a:hover img {
	transform: scale(1.05);
  opacity: 0.8;
}

.no1, .no2, .no3 {
  position: relative;
}

.no1 .active,.no2 .active, .no3 .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}

.no1:hover .active, .no2:hover .active,  .no3:hover .active {
  opacity: 1;
}

/* =========================================================
	ショップリスト
========================================================= */
#shopList {
  /* background-color: #f7f7f7; */
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/shoplist_bg.jpg); */
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position-x: center;
  background-position-y: bottom;
  /* padding: 10px 0 200px; */
  padding: 10px 0 100px;
}

#shopList h3 {
  /* background: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/bg_large.png); */
}

#shopList .innerWrap h3 span:first-of-type::before {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/icon_box_main.png); */
  width: 99px;
  height: 87px;
  top: -5px;
  left: -110px;
  background-repeat: no-repeat;
}

#shopList .innerWrap h3 span:first-of-type::after {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/icon_bell_main.png); */
  width: 58px;
  height: 58px;
  top: 12px;
  right: -77px;
  background-repeat: no-repeat;
}

#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;
  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: 1px;
}

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

.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;
}




/* =========================================================
	ここからテンプレ外のユニークcss
========================================================= */
/* 156 */
/*
#pickUp .pickUpBlock:nth-of-type(3) .pickUpTitle {
  color: #520f01;
}

#pickUp .pickUpBlock:nth-of-type(3) .pickUpTitle span {
  letter-spacing: -31px;
  display: inline-block;
  margin-left: 2px;
}
*/

/* 201 */
#pickUp .pickUpBlock {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/bg_pickup_inner.webp); */
}

#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;
}

/* .pickUpTitleShadow {
  width: 580px;
  height: 200px;
  position: absolute;
  top: 10px;
  
  background-color: #6a3f2e;
  z-index: 2;
  mix-blend-mode: color-burn;
} */

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

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

.pickUpTitle::after {
  /* content: ""; */
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.pickUpBlock:nth-of-type(odd) .pickUpTitle::after {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/img_pickup_decoration_odd.webp); */
  width: 222px;
  height: 103px;
  top: -69px;
  left: 125px;
}

.pickUpBlock:nth-of-type(even) .pickUpTitle::after {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/img_pickup_decoration_even.webp); */
  width: 230px;
  height: 106px;
  top: -66px;
  right: 126px;
}

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

#pickUp .pickUpProfile .readMore {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/h3_bg.png);
  background-repeat: no-repeat;
  background-position: center; */
  /* border: 0; */
  /* box-shadow: 3px 3px 3px #2a1706; */
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
  color: rgba(255,255,255,1);
  font-weight: bold;
  /* text-shadow: -1px 1px 0px #fff, 0 0 #000; */
}

#pickUp .pickUpProfile .readMore p {
  width: 446px;
  height: 100%;
  /* border-radius: 66px; */
}

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

.bottomWrapper .innerWrap h3 {
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/h3_bg.webp);
  /* background-color: #56a9de; */
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: transparent; */
  color: #56a9de;
}

.bottomWrapper #ranking .innerWrap h3 {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/ranking_h3_bg.webp); */
  background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/h3_bg.webp);
}

/* .bottomWrapper .innerWrap h3::before, .bottomWrapper .innerWrap h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  box-sizing: border-box;
} */

.bottomWrapper .innerWrap h3::before {
  top: 0;
}

.bottomWrapper .innerWrap h3::after {
  bottom: 0;
}

.readMoreBox a {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/bg_more_read.webp); */
  /* border-color: transparent; */
  box-shadow: 0px 3px 0 rgb(0 0 0 / 35%);
}

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

#photoBlog .syamePhoto {
  /* background-image: url(https://cinimg.awscf.net/cinderella-group.com/gravure/258/main/bg_photo_diary.webp); */
}