@charset "utf-8";
.pc {
	display: block;
}
.counterbox1 {
	display: flex;
	align-items: self-end;
}
.counterbox2 {
	display: flex;
	align-items: self-end;
}

.counter{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0.5rem 0 1rem 0;
	font-size: 1.8rem;
	margin: 0 auto;
	color:black;
	width: 100%;
	max-width: 1200px;
}

/* Loading背景画面設定　*/
.counter01 {
	display: flex;
	justify-content: center;
	font-family: "Kumar One", serif;
	font-weight: 400;
	font-style: normal;
	font-variant: tabular-nums;
	font-feature-settings: "tnum";
	font-size: 5rem;
	color: red;
	line-height: 3.5rem;
	padding-top: 0.5rem;
	padding-left: 1rem;
}
.counter02 {
	display: flex;
	justify-content: center;
	font-family: "Kumar One", serif;
	font-weight: 400;
	font-style: normal;
	font-variant: tabular-nums;
	font-feature-settings: "tnum";
	font-size: 5rem;
	color: red;
	line-height: 3.5rem;
}

.counter01 span{
	box-shadow: inset 0px 0px 0px 1px red;
	padding: 0.3em 0.1em 0 0.1em;
}
.counter02 span {
	box-shadow: inset 0px 0px 0px 1px red;
	padding: 0.3em 0.1em 0 0.1em;
}

.counterbox2-{
	font-size: 1.7rem;
	margin: 0 0 0 -0.5rem;
}

@media screen and (max-width:768px) {
	.pc{
	display: none;
	}
}

@media screen and (max-width:844px) {
/* .pc{
	display: none;
	} */
.counter {
	display: block;
	margin: 0 auto;
	font-size: 2.5rem;
	text-align: center;
	}
.counterbox1 {
	display: block;
}
.counterbox2 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: self-end;
	margin: 0 auto;
	text-align: center;
}
.counter01 {
	font-size: 4rem;
	line-height: 4rem;
}
}

@media screen and (max-width:430px) {
.counter01 {
	font-size: 4rem;
	line-height: 4rem;
}
	.counter{
	font-size: 1.1em;
	}
}

@media screen and (max-width:426px) {
.counter {
	padding-top: 1.5em;
}
}