body{
  margin: 0;
}
img {/*ドラッグ＆ドロップ禁止*/
	user-drag:none;	
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	-webkit-touch-callout:none;
}
#cpsh01_wrapper {
  margin: 0 auto;
  max-width: 750px;
  box-shadow: rgba(212, 201, 186, 0.5) 0px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
  #cpsh01_wrapper {
	  box-shadow: none;
  }
}

#cpsh01_wrapper img {
  width: 100%;
  vertical-align: bottom;
  display: block;/*画像下の隙間防止（safari用）*/
}

.cv {
  position: relative;
  text-align: center;
}
.cv_inner {
  position: absolute;
  bottom: 5.3%;
  left: 10%;
  width: 80%;
}
.cv_btn {
	width: 80%;
	margin: 0 auto 10%;
	padding-bottom: 7%;
}

/* ---------------------
▼カウントダウン 201027add
-----------------------*/
#countdown {
	position: relative;
	padding: 2.2% 0 1%;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	background-image: linear-gradient(90deg, #ac1e2e, #c93949 50%, #ac1e2e);
	text-align: center;
}

/* カウントダウン リボン */
#countdown .countdown_days_wrap {
	z-index: 2;
	position: absolute;
	top: -6px;
	left: 5%;
	width: 108px;
	line-height: 1;
	min-height: 48px;
	padding: 2% 0px 1.5%;
	background-color: #ffe500;
	font-size: 15px;
	color: #000000;
}
#countdown .countdown_days_wrap:before {
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #cf4a2d;
	border-right: solid 6px transparent;
}
#countdown .countdown_days_wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 54px solid #ffe500;
  border-right: 54px solid #ffe500;
  border-bottom: 15px solid transparent;
}
/* 残り日数部分 */
#countdown .leftDays{
	font-size: 2.2em;
	color: #d60d12;
}
#countdown .period {
	color: #d60d12;
}
/* 最終日 */
#countdown .lastDays{
	display: block;
	line-height: 1.0;
	/*margin-left: 5px;*/
	margin: 5px 0 3px 5px;
	font-size: 27px;
	color: #d60d12;
}
#countdown .small{
	font-size: 18px;
}
@media screen and (max-width: 768px) {
  #countdown .lastDays {
	  font-size: 20px;
	  margin: 3px 0 1px 5px;
  }
  #countdown .small{
	  font-size: 16px;
  }
}

/* カウントダウン 見出し */
#countdown .countdown_txt {
	line-height: 1.2;
	margin-left: 120px;
	font-weight: bold;
}

/* PC表示 */
@media screen and (min-width: 600px) {
	#countdown {
		padding: 2.5% 0 2%;
	}
	#countdown .countdown_days_wrap {
		padding: 1% 0 0.5%;
	}
	#countdown .countdown_txt .sp_only {
		display: none;
	}
	#countdown .countdown_txt {
		font-size: 24px;
	}
} 

/* iPhone5/SE表示 */
@media screen and (max-width: 320px) {
	#countdown .countdown_days_wrap {
		left: 2.5%;
	}
}
/* ---------------------
▲カウントダウン 201027add
----------------------*/

/* --- 動画 --- */
.movie {
	position: relative;
}
.movie video {
	width: calc(690 / 750 * 100%);
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, 0);
}

/* --- FAQ --- */
.qa {
	background-color: #fafafa;
	padding-bottom: 9.5%;
}
.qa .accordion {
	margin: 0 auto;
	width: calc(695/750*100vw);
	max-width: 695px;
}
.qa .accordion_open img,
.qa .accordion_inner img {
	display: block;
	width: 100%;
	border-style: none;
}
.qa .accordion_inner + .accordion_open {
	margin-top: 3.5%;
}
.qa .accordion_inner {
	display: none;
}
.qa .accordion dt {
	position: relative;
}
.qa .accordion dt:after {
	content: " ";
	display: block;
	position: absolute;
	top: 42%;
	right: 3%;
	width: 3%;
	height: 18px;
	background-image: url(/cellula/sp/lp/cpsh01/img_cpsh01/qa_ic01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 10;
}
.qa .accordion .active:after {
		background-image: url(/cellula/sp/lp/cpsh01/img_cpsh01/qa_ic02.png);
}

/* --- footer --- */
footer {
  margin-top: 10%;
  padding:30px 15px;
  background: #5a2410;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
footer p.link a {
  display: inline-block;
  padding:5px 10px;
  line-height: 1.4;
  color: #fff;
}
.copy {
  margin-top: 15px;
}

/* TELリンク */
.tell-event{
	pointer-events: auto;
}

@media screen and (min-width: 600px) {
.tell-event{
	pointer-events: none;
	text-decoration: none;
	}	
}

.cp_people::before {
    content: "5000名様";      /* 限定の前に先着人数を追加 230913add */
}