.shimetsu__counter {
	margin:0 auto 60px;
	position: relative;
}
@media screen and (max-width:768px){
	.shimetsu__counter {
		margin:0 auto 12.8vw;
	}
}
.shimetsu__counterTitle {
	height:71px;
	background:url(./counter_title.svg) no-repeat center center / contain;
}
@media screen and (max-width:768px){
	.shimetsu__counterTitle {
		height:8vw;
	}
}
.shimetsu__counterNum {
	position: relative;
	display: table;
	margin:0 auto;
	font-family: 'Digital Numbers', sans-serif;
	font-size:172px;
	color:#fff;
	text-align: right;
}
@media screen and (max-width:768px){
	.shimetsu__counterNum {
		font-size:16vw;
		color:#fff;
		text-align: right;
	}
}
.shimetsu__counterNum:before {
	content:'0000000';
/*	color:#fff;
	opacity:.1196;*/
	display: block;
	color:#383838;
	position: relative;
}
.shimetsu__counterNum span {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	color:#e8c100;
}


.ttWCP {
	width:1240px;
	margin:0 auto;
	padding-top:0px;
}
@media screen and (max-width: 768px){
	.ttWCP {
		width:90%;
		/*padding-top:12.8vw;*/
	}
}

.imgBox {
	margin-bottom:100px;
}

.img__centerB {
	width: 1200px;
	margin: 0 auto 10px;
	text-align: center;
}

@media screen and (max-width:768px){
	.img__centerB {
		width: 100%;
	}
	.img__centerB img {
		width: 100%;
	}
	.imgBox {
		margin-bottom:50px;
	}
}

.caution__txt {
	font-size:16px;
	padding: 30px;
	margin-top: 50px;
	border: 5px solid #fff;
}
@media screen and (max-width:768px){
	.caution__txt {
		font-size:3vw;
	}
}

#particleWrap {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	overflow: hidden;
	pointer-events: none;
}
#particle {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	pointer-events: none;
}