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

/* =========================================================
	一般
========================================================= */

.slick-slide img {
  pointer-events: none;
}

/*----- common.css打ち消し -----*/
#middleBox p {
  margin: 0;
}

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

.fullContents #topicPathHeading {
	position: relative;
}

.fullContents #topicPathHeading h2, #rightContents.haveCaption h2 {
  top: -26px;
  color: #ffffff;
  font-family: initial;
}
/*----- /common.css打ち消し -----*/

html body {
	background-image: none;
	background-color: #ffffff;
  width: 100%;
	box-sizing: border-box;
}

img {
  touch-callout:none;
  user-select:none;
}

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

#middleWrapper{
	overflow: hidden;
	background-color: #ffffff;
}

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

#contentsWrapper {
  position: static;
  padding-bottom: 80px;
  }

main {
  background-size: cover;
}

.innerWrap {
	width: 1200px;
	margin: 0 auto;
}

#middleBox h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #ea1e63;
  font-family: inherit;
}

#middleBox h4 span {
  color: inherit;
  font-weight: bold;
  position: relative;
}

#middleBox h4 span::before, #middleBox h4 span::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

#middleBox p.note {
	color: #333333;
	text-align: center;
	font-size: 16px;
}

.mainWrapper {
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
}

.upperBlockWrapper {
  box-sizing: border-box;
  transition: all .2s ease;
}

.lowerBlock {
	width: 1200px;
	margin: 0 auto;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}

.bannerBlock {
	background-color: #ffffff;
}
.bannerBlock img {
	opacity: 1;
	transition: all .3s ease;
}
.bannerBlock:hover img {
	opacity: 0.8;
	transition: all .3s ease;
}

.readMoreBox {
  width: 500px;
  height: 70px;
  margin: 0 auto;
  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%);
  text-align: center;
  line-height: 66px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  border-radius: 4px;
  transition: all .2s ease;
  cursor: pointer;
}
.readMoreBox:hover {
  background-color: #ffffff;
  color: #fc2283;
}
.readMoreBox span {
  display: inline-block;
  margin-left: 5px;
}


/* =========================================================
	動画
========================================================= */
video {
	width: 100%;
	margin: 0 auto;
}

#pageOverLay {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate(0, -50%);
	height: 100vh;
	width: 100vw;
	z-index: 10001;
	visibility: hidden;
}

#pageOverLay-shadow {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #000000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 10000;
	visibility: hidden;
}

#pageOverLayCloseBtn {
	position:absolute;
	top: 15px;
	right: 40px;
	color: #ffffff;
	z-index: 1002;
	cursor: pointer;
	width: 35px;
	height: 35px;
}

#pageOverLayCloseBtn::before, #pageOverLayCloseBtn::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 142%;
  height: 2px;
  position: absolute;
}

#pageOverLayCloseBtn::before {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 100%;
  left: 29%;
}

#pageOverLayCloseBtn::after {
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 0%;
  left: 29%;
}

#middleBox p.counter {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 40px;
  z-index: 1002;
  font-size: 22px;
}

/* =========================================================
	女の子情報
========================================================= */
#middleBox #girlsInfo .innerWrap {
  margin-top: 6px;
  padding-bottom: 0;
}

.pointProfile {
	position: relative;
	width: 100%;
	margin: 24px auto 0;
	display: flex;
}

.pointProfile a {
  text-decoration: none;
  height: 100%;
  color: inherit;
}

.namePlate {
  width: 580px;
  height: 280px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 5px;
}

.namePlate a {
  display: block;
}

.namePlate .profBlock {
  width: 580px;
  color: #000000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px 20px 28px;
  border-radius: 8px;
  transition: all .2s ease;
}

.namePlate a:hover .profBlock {
  opacity: 0.8;
}

.profBlock .pointTitle {
  text-align: center;
  position: relative;
}

.profBlock .pointTitle h5 {
	font-size: 60px;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  margin-bottom: 8px;
  font-family: inherit;
}

#middleBox .pointTitle p {
  font-style: normal;
  font-weight: bold;
	font-size: 24px;
	margin-bottom: 0;
  line-height: 1.3;
}
#middleBox .pointTitle p span {
  font-weight: inherit;
}

.shopInfo {
  text-align: center;
  height: 89px;
  border-top: 2px solid;
  position: relative;
}

#middleBox p.shopName {
  font-size: 24px;
  height: 43px;
  line-height: 43px;
  width: 95%;
  margin: 8px auto 0;
  font-weight: bold;
}

#middleBox p.shopState {
  font-size: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 75%;
  margin: 0 auto;
  letter-spacing: 1px;
}

p.shopState span {
  line-height: 1.8;
  font-weight: bold;
}

p.shopState span svg {
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 5px;
}

/* お気に入りボタン */
#girlsInfo .favoriteBtn {
  width: 80px;
  position: absolute;
  top: -24px;
  right: 11px;
}
#girlsInfo .favoriteBtn .like-wrap {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#girlsInfo .favoriteBtn .like-wrap button {
  height: 80px;
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
  border-radius: 40px;
  color: #ffffff;
  background-color: #ff6287;
  border-color: #ff6287;
  transition: all .2s ease;
}

#girlsInfo .favoriteBtn .like-wrap button:hover {
  color: #ff6287;
  background-color: #ffffff;
}

#girlsInfo .favoriteBtn .like-wrap button i {
  display: block;
  font-size: 1.2em;
}

#girlsInfo .favoriteBtn .like-wrap a.cc-fav-girl {
  color: #ff6287;
  background-color: #ffffff;
  border-color: #ff6287;
  line-height: 1.2;
  height: 80px;
  border-radius: 40px;
  padding: 0;
  font-size: 14px;
  transition: all .2s ease;
  padding-top: 10px;
}

#girlsInfo .favoriteBtn .like-wrap a.cc-fav-girl:hover {
  color: #ffffff;
  background-color: #ff6287;
}

#girlsInfo .favoriteBtn .like-wrap a.cc-fav-girl:hover {
  text-decoration: none;
}

#girlsInfo .favoriteBtn .like-wrap a.cc-fav-girl i {
  display: block;
  font-size: 1.2em;
}


/* =========================================================
	スケジュール
========================================================= */
.scheduleBlock {
  width: 600px;
  margin: 0 0 0 auto;
  color: #333333;
}

.schedule {
  width: 100%;
  text-align: center;
  margin-bottom: 19px;
  border-collapse: separate;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.schedule li {
  height: 54px;
  display: flex;
  flex-wrap: wrap;
}

#middleBox .schedule li:first-of-type .date {
  border-bottom: 2px solid #ffffff;
}

#middleBox .schedule li:first-of-type .time {
  border-bottom: 2px solid #ea1e63;
  text-indent: 0;
  text-align: left;
  text-indent: 48px;
}

#middleBox .schedule .date {
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  width: 240px;
  position: relative;
  background-color: #ea1e63;
  color: #ffffff;
}

#middleBox .schedule .date span {
  font-weight: inherit;
}

#middleBox .schedule .time, #middleBox .timeSchedule .date, #middleBox .timeSchedule .time {
  font-weight: 600;
  font-style: normal;
}

#middleBox .schedule .time {
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  text-align: left;
  text-indent: 48px;
  width: 358px;
}

#middleBox .schedule .date, #middleBox .schedule .time {
  box-sizing: border-box;
  vertical-align: baseline;
  line-height: 50px;
}

.timeSchedule {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 0;
}

#middleBox .timeSchedule li {
  display: flex;
  flex-direction: column;
}

#middleBox .timeSchedule .date {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 1px;
  border-right: 2px solid;
  background-color: #666666;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}

#middleBox .timeSchedule .date.saturday {
  background-color: #6bbcea;
}

#middleBox .timeSchedule .date.sunday {
  background-color: #ea6b9b;
}

#middleBox .timeSchedule .date span {
  font-weight: inherit;
  font-size: 16px;
}

#middleBox .timeSchedule .time {
  font-size: 18px;
  font-weight: bold;
  border-right: 2px solid #666666;
  padding-top: 7px;
	height: 113px;
  line-height: 1;
}

#middleBox .timeSchedule li:last-of-type p {
  border-right: 0;
}

#middleBox .timeSchedule .time span {
  font-weight: inherit;
  display: block;
}

#middleBox .timeSchedule .time span:not(.reserveBtn):first-child::after {
  content: "|";
  display: block;
  font-size: 0.6em;
  margin: 3px auto;
}

#middleBox .timeSchedule .date, #middleBox .timeSchedule .time {
  box-sizing: border-box;
}
#middleBox .schedule .time span.reserveBtn, #middleBox .timeSchedule .time span.reserveBtn {
  background-color: #29df9d;
  border: 1px solid #29df9d;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  width: 90px;
  height: 34px;
  line-height: 32px;
  font-size: 18px;
  transition: all .2s ease;
  box-shadow: 0 2px 0 rgba(0,0,0,0.35);
  position: relative;
}

#middleBox .schedule .time span.reserveBtn {
  position: absolute;
  top: 50%;
  right: 9px;
	text-indent: 0;
	text-align: center;
  transform: translateY(-50%);
}

#middleBox .timeSchedule .time span.reserveBtn {
  margin: 8px auto 2px;
}

#middleBox .schedule .time span.reserveBtn a, #middleBox .timeSchedule .time span.reserveBtn a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

#middleBox .schedule .time span.reserveBtn:hover, #middleBox .timeSchedule .time span.reserveBtn:hover {
  background-color: #ffffff;
  box-shadow: none;
}

#middleBox .timeSchedule .time span.reserveBtn:hover {
  top: 2px;
}

#middleBox .schedule .time span.reserveBtn:not(.telBtn):hover {
  top: calc(50% + 2px);
}

#middleBox .schedule .time span.reserveBtn:not(.telBtn):hover a, #middleBox .timeSchedule .time span.reserveBtn:hover a {
  color: #29df9d;
}


/* =========================================================
	ページ移動ボタン
========================================================= */
.previousNext {
  width: 545px;
  margin: 41px auto;
  display: flex;
  justify-content: space-between;
}

#middleBox .previousNext p {
  width: 43.5%;
  height: 50px;
}

#middleBox .previousNext p.goToTop {
  width: 50px;
}

#middleBox .previousNext p a {
  line-height: 45px;
  background-color: #ff76ad;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border-radius: 25px;
  box-sizing: border-box;
  border: 2px solid #ff76ad;
  transition: all .2s ease;
}

#middleBox .previousNext p a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.previousNext p.previous a {
  position: relative;
}

.previous a span {
  width: 14px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}

.previous a span svg, .next a span svg {
  vertical-align: top;
  width: 100%;
  height: auto;
}

#middleBox .previousNext p.goToTop a {
  width: 100%;
  position: relative;
}

#middleBox .previousNext p.goToTop a svg {
  width: 28px;
  height: auto;
  vertical-align: -9%;
}

.previousNext p.next a {
  position: relative;
}

.next a span {
  width: 14px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%) rotate(180deg);
}

#middleBox .previousNext p:hover a {
  color: #ff76ad;
  background-color: #ffffff;
}

.call {
  background-color: #ea1e63;
}

/* =========================================================
	写メ日記
========================================================= */
.syameBlock {
	width: 100%;
  padding-top: 45px;
	margin-bottom: 50px;
}

.syameList {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.syamePhoto {
  height: 280px;
  background: #a4a4a4;
  overflow: hidden;
}

.syameList .syameAnchor {
	display: inline-block;
	border: 1px solid #cccccc;
	margin-right: 18px;
  width: 185px;
  box-sizing: border-box;
}

.syameList .syameLink:last-of-type .syameAnchor {
  margin-right: 0;
}

.syameList .syameAnchor .syamePhoto img {
  width: 100%;
  height: auto;
}

.syameList .syameAnchor:hover .syamePhoto img {
  opacity: 0.8;
  transition: all .2s ease;
}

#middleBox .syameInfo {
	background: #ffffff;
	padding: 0 6px 5px;
	text-align: center;
	color: #010101;
}
#middleBox .syameInfo .syameTime {
	margin: 0 auto;
	padding: 7px 0 0;
	color: initial;
	position: static;
  font-size: 16px;
}

#middleBox .syameInfo .syameText {
	margin: 0 auto;
	font-size: 20px;
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	line-height: 2;
}

#middleBox .syameInfo .syameName {
  font-weight: bold;
  font-size: 18px;
}

#middleBox .syameInfo .syameShopName {
  font-size: 14px;
  line-height: 1.75;
}

/* =========================================================
	本日の出勤一覧
========================================================= */
#girlsSchedule .girlsBox {
	border: 1px solid #ea1e63;
	font-family: initial;
	width: 194px;
	box-shadow: none;
	background-color: #ffffff;
	color: #ea1e63;
}

#girlsSchedule .girlsBox:last-child {
	margin-bottom: 10px;
}

#middleWrapper .smallThumbnail .girlsBox .girlsDate {
	height: 20px;
	padding: 1px 0 0 45px;
	font-size: 15px;
	font-weight: bold;
	transform: scale(1, 0.9);
	letter-spacing: 0;
	color: inherit;
	line-height: 18px;
}

.smallThumbnail .girlsBox .girlsPhoto {
  height: calc(192px/3*4);
  border-top: 1px solid #ea1e63;
  border-bottom: 1px solid #ea1e63;
}

.smallThumbnail .girlsBox:hover .girlsPhoto {
  opacity: 0.8;
  transition: all .2s ease;
}

#girlsSchedule .today .girlsDate:before, .today .syameDate:before {
	background-color: #ea1e63;
	width: 50px;
	height: 23px;
	line-height: 24px;
	top: -1px;
	font-size: 15px;
	height: calc(100% + 2px);
	line-height: 20px;
	color: #ffffff;
}

#girlsSchedule .smallThumbnail .girlsBox .girlsStateWrap .girlsName {
	border-top-color: #ea1e63;
	padding: 4px 0 1px;
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
}

#middleWrapper .smallThumbnail .girlsBox .girlsName span {
  font-size: 16px;
  vertical-align: baseline;
}

#girlsSchedule .smallThumbnail .girlsBox .girlsStateWrap .girlsName:after {
  content: none;
}

.smallThumbnail .girlsBox .girlsStateWrap ul {
  display: none;
}

#searchGirls.girlsBlock a{
	text-decoration: none;
	box-shadow: none;
}

.smallThumbnail .girlsBox .girlsInfo .girlsState {
  top: 226px;
}

.smallThumbnail .girlsBox .girlsInfo .girlsState li {
  width: 63px;
  height: 50px;
  color: #ffffff;
}

#middleBox .smallThumbnail .girlsBox .girlsStateWrap .girlsSize {
  font-size: 16px;
  letter-spacing: 0.5px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 6px;
  line-height: 1.3;
}

.smallThumbnail .girlsBox{
	margin-left: 6.8px;
}

#searchGirls{
	display: flex;
  flex-wrap: wrap;
	width: 1200px;
}

.smallThumbnail .girlsBox:nth-of-type(6n + 1) {
	margin-left: 0;
}

.schedule li:first-of-type .time button {
  background-color: #715aff;
  border: 1px solid #715aff;
  height: 34px;
  color: #ffffff;
  font-family: inherit;
  box-shadow: 0 2px 0 rgba(0,0,0,0.35);
  width: calc(100% - 96px);
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all .2s ease;
}

.schedule li:first-of-type .time button:hover {
  background-color: #ffffff;
  color: #715aff;
}

.namePlate, .schedule, .timeSchedule.swiper-wrapper {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.schedule {
  color: #333333;
}

#middleBox .schedule li:first-of-type .date {
  border-bottom-color: #ffffff;
}

#middleBox .previousNext p a {
  border-color: transparent;
  box-shadow: 0 2px 0 rgb(0 0 0 / 35%);
}

#middleBox .previousNext p.previous a {
  background-position-x: -85px;
}

#middleBox .previousNext p.next a {
  background-position-x: -168px;
}

#middleBox .previousNext p:hover a {
  background-image: none;
  border-color: #ff76ad;
}

.lowerBlockWrapper {
  margin-top: 50px;
}

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

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

/* TELボタン */
#middleBox .schedule .time span.reserveBtn.telBtn a {
  pointer-events: none;
}

#middleBox .schedule .time span.reserveBtn.telBtn:hover a {
  color: #29df9d;
}

.todayInfoBox {
  border: 2px solid #ff4493;
  z-index: 10!important;
  padding: 10px!important;
  background: #fff;
  display: none;
  color: #333333;
  position: absolute;
  width: 337px;
  right: 18px;
  top: 40px;
  height: 33px;
  font-weight: bold;
  border-radius: 5px;
  animation: appear 0.2s all;
  line-height: 1.3!important;
}

.closeTodayBtn {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  right: 15px;
  top: 29px;
  background: #ffffff;
  cursor: pointer;
  z-index: 10;
}

.closeTodayBtn span {
  width: 24px;
  height: 3px;
  background: #333333;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: 14px;
  -webkit-transform: rotate(45deg);
}

.closeTodayBtn span:nth-of-type(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

span.nextResevation {
  display: block;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
}

#mainImage {
  background-color: #000000;
  padding: 30px 0;
  height: 1080px;
  box-sizing: border-box;
}

#mainImage img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 1530px;
  max-height: 1020px;
}

#photoArea {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#photoArea>p {
  color: #ffffff;
  background-color: #a5a5a5;
  font-size: 18px;
  line-height: 3;
  text-align: center;
  font-weight: bold;
}

#photoArea>p::before, #photoArea>p::after {
  content: "";
  display: inline-block;
  background: #ffffff;
  height: calc(tan(60deg) * 15px / 2);
  width: 22px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#photoArea>p::before {
  margin-right: 0.65em;
}

#photoArea>p::after {
  margin-left: 0.65em;
}

.photoBlock {
  display: grid;
  grid-auto-rows: clamp(53px, 5vw, 97px);
  grid-auto-columns: 5%;
  position: relative;
}

.photoBlock.limited {

}

.wrapPhoto {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.wrapPhoto video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.wrapPhoto img {
  width: 100%;
  height: auto;
}

.swiper-area {
  height: 100%;
}

.swiper-area .swiper-slide {
  text-align: center;
}

.swiper-area .swiper-slide img, .swiper-area .swiper-slide video {
  height: auto;
  width: auto;
  max-width: 91%;
  max-height: 96vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pageOverLay .swiper-button-next, #pageOverLay .swiper-button-prev {
  color: #ffffff;
}

.limited_notice {
  position: relative;
}

.limited_notice .ccLink {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.ccLinkBox {
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#middleBox .ccLinkBox>* {
  margin: 2% auto;
}

#middleBox .ccLinkBox .ccLinkBtn {
  width: 100%;
  margin: 3% auto 2%;
  transition: opacity .2s ease;
}

#middleBox .ccLinkBox .ccLinkBtn:hover {
  opacity: 0.8;
}

#middleBox .ccLinkBox p {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(26px, 2.5vw, 50px);
  letter-spacing: 0.08em;
  text-indent: -0.08em;
}

#middleBox .ccLinkBox p.limitedDate {
  font-size: clamp(61px, 5.8vw, 110px);
  letter-spacing: 0.03em;
  text-indent: -0.03em;
  color: #ff9800;
  margin-bottom: 3%;
}

.ccLinkBox p span {
  font-weight: inherit;
  color: #ffc000;
}

.ccLinkBox p.limitedDate span {
  font-size: 0.77em;
  color: inherit;
}

#todayMore {
  display: none;
}

.ccLinkImage_1 {
  width: 81%;
}

.ccLinkImage_2 {
  width: 96%;
}

.ccLinkImage_3 {
  width: 65%;
}
