@charset "UTF-8";

.number .mainbox01:before {
	background-image: url("../img/numbermain.png");
	background-position: left center;
}
.number .btmlink {
	padding-top: 0;
}
.number h2 {
	font-size: 36px;
	padding: 50px 0 0;
	font-weight: 600;
	color: #B60355;
	position: relative;
	text-align: center;
	margin: 20px auto 50px;
}
.number h2 span {
	font-size: 150px;
	display: block;
	position: absolute;
	color: #F4F4F4;
	font-style: italic;
	font-family: 'Barlow', sans-serif;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1em;
	z-index: -1;
}
.number .doublebox {
	padding: 10px 5px;
}
.number h3 {
	font-size: 22px;
	font-weight: 600;
	color: #B60355;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.number h3:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #B60355;
	bottom: 0;
	left: calc(50% - 15px);
}
.numblock {
	position: relative;
	width: 100%;
	padding: 50px 0 80px;
}
.numblock:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 400px);
	top: 400px;
	left: 0;
	background: url("../img/bg01.png") repeat center top;
	background-size: 50% auto;
	z-index: -5;
}
.numlinks {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.numlinks li {
	width: 46%;
	margin: 0 2%;
}
.numlinks li.large {
	width: 54%;
}
.numlist01, .numlist02, .numlist03, .piecharts {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.piecharts {
	margin-bottom: 30px;
}
.numlist01 ul, .numlist02 ul, .numlist03 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.numlist01 ul li, .numlist03 ul li {
	width: 48%;
	margin-bottom: 4%;
	position: relative;
}
.numlist01 ul li.full {
	width: 100%;
	height: 400px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.numlist01 ul li.full .figbox {
	z-index: 1;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../img/number_img/num_store.png") no-repeat right center;
	background-size: auto 100%;
	transition: all 1s;
	transform: translate(-20px, 0);
	transition-delay: .5s;
}
.numlist01 ul li.full.eon .figbox {
	opacity: 1;
	transform: translate(-10px, 0);
} 
.numlist01 ul li.full .textbox {
	width: 40%;
	left: 0;
	box-sizing: border-box;
	padding: 100px 0 0;
	position: absolute;
}
.numlist01 ul li.three {
	width: 30.83%;
}
.numlist02 ul li {
	width: 30.83%;
}
.numlist01 ul li .iconbox {
	width: 90%;
	max-width: 130px;
	margin: 0 auto 15px;
}
.numlist02 ul li .iconbox {
	width: 90%;
	max-width: 120px;
	margin: 0 auto 15px;
}
.numlist03 ul li .iconbox {
	width: 90%;
	max-width: 320px;
	margin: 0 auto 0px;
}
.iconbox {
	transition-delay: .2s;
}
.numtext {
	font-size: 28px;
	font-weight: 600;
	color: #B60355;
	text-align: center;
}
.numtext .nsize01 {
	font-size: 80px;
	font-family: 'Barlow', sans-serif;
}
.number .att {
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
	position: relative;
}
.num_p01 {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 50px;
}
.chartbox {
	width: 280px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.chartTitle {
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #FFF;
	box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.23);
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: 2;
}
.chartTitle p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #B60355;
	line-height: 1.3em;
	width: 100px;
}
.ctext {
	opacity: 0;
	position: absolute;
	z-index: 2;
	transform: translate(0,10px);
	transition: all .8s;
	transition-delay: .8s;
}
.ctext.eon {
	opacity: 1;
	transform:translate(0,0);
}
.ct01 {
	width: 62px;
	left: 48%;
	top: 12%;
}
.ct02 {
	width: 80px;
	left: 22%;
	top: 69%;
}
.ct03 {
	width: 72px;
	left: 66%;
	top: 27%;
}
.ct04 {
	width: 96px;
	left: 30%;
	top: 70%;
	transition-delay: 1s;
}
.ct05 {
	width: 50px;
	left: 9%;
	top: 42%;
	transition-delay: 1.1s;
}
.ct06 {
	width: 80px;
	left: 13%;
	top: 22%;
	transition-delay: 1.2s;
}
.ct07 {
	width: 60px;
	left: 3%;
	top: -5%;
	transition-delay: 1.3s;
}
.ct08 {
	width: 50px;
	left: 33%;
	top: 10%;
	transition-delay: 1.4s;
}
.ct09 {
	width: 53px;
	left: 71%;
	top: 30%;
}
.ct10 {
	width: 60px;
	left: 22%;
	top: 66%;
}
.ct11 {
	width: 115px;
	left: 30%;
	top: 70%;
}
.ct12 {
	width: 126px;
	left: 30%;
	top: 70%;
}
.ct13 {
	width: 130px;
	left: 30%;
	top: 70%;
}
.circle, .circle2 {
  display: block;
	position: relative;
	margin: 0 auto;
	opacity: 0;
  transform: rotate(-90deg);
	transition: all .8s;
	width: 280px;
	height: 280px;
}
.iecircle {
	display: none;
}
_:-ms-lang(x)::-ms-backdrop, .circle, _:-ms-lang(x)::-ms-backdrop, .circle2{
	display: none;
}
_:-ms-lang(x)::-ms-backdrop, .iecircle {
  display: block;
	position: relative;
	margin: 0 auto;
	opacity: 1;
	width: 280px;
	height: 280px;
}

li.eon .circle, li.eon .circle2 {
	opacity: 1;
}
.circle .type, .circle2 .type {
  fill: transparent;
  stroke-width: 100;
}
.circle .type1 {
	stroke: #C70567;
}
.circle .type2 {
	stroke: #AA045D;
}
.circle .type3 {
	stroke: #C384A4;
}
.circle .type4 {
	stroke: #CC4A91;
}
.circle .type5 {
	stroke: #E57CB5;
}
.circle .type6 {
	stroke: #CFCFCF;
}
.circle2 .type1 {
	stroke: #C70067;
}
.charts01 {
	width: 95%;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.charts01 > li {
	width: 31.33%;
	margin: 0 1% 0;
	position: relative;
}

li.eon .typeA1{animation:circleA1 1s forwards;}
@keyframes circleA1{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray:48.6 502.5;}
}
li.eon .typeA2{animation:circleA2 1s forwards;}
@keyframes circleA2{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray:502.5 502.5;}
}

li.eon .typeB1{animation:circleB1 1s forwards;}
@keyframes circleB1{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 195 502.5;}
}
li.eon .typeB2{animation:circleB2 1s forwards;}
@keyframes circleB2{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 369.8 502.5;}
}
li.eon .typeB3{animation:circleB3 1s forwards;}
@keyframes circleB3{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 418 502.5;}
}
li.eon .typeB4{animation:circleB4 1s forwards;}
@keyframes circleB4{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 446 502.5;}
}
li.eon .typeB5{animation:circleB5 1s forwards;}
@keyframes circleB5{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 453.7 502.5;}
}
li.eon .typeB6{animation:circleB6 1s forwards;}
@keyframes circleB6{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 502.5 502.5;}
}
li.eon .typeC1{animation:circleC1 1s forwards;}
@keyframes circleC1{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 206 502.5;}
}
li.eon .typeC2{animation:circleC2 1s forwards;}
@keyframes circleC2{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray:502.5 502.5;}
}

li.eon .typeD1{animation:circleD1 1s forwards;}
@keyframes circleD1{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 382.4 502.5;}
}
li.eon .typeD2{animation:circleD2 1s forwards;}
@keyframes circleD2{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 433.6 502.5;}
}
li.eon .typeD3{animation:circleD3 1s forwards;}
@keyframes circleD3{
  0%{stroke-dasharray:0 502.5;}
  99.9%,to{stroke-dasharray: 382.4 502.5;}
}





@media screen and (max-width: 1023px) {
.number h2 {
	font-size: 30px;
	padding: 30px 0 0;
	margin: 20px auto 50px;
}
.number h2 span {
	font-size: 100px;
}
.number h3 {
	font-size: 19px;
	line-height: 1.5em;
}
.numtext {
	font-size: 20px;
}
.numtext .nsize01 {
	font-size: 40px;
	font-family: 'Barlow', sans-serif;
}
.three .att {
	min-height: 50px;
}
.numlist01 ul li.full {
	width: 100%;
	height: 480px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.numlist01 ul li.full .textbox {
	width: 100%;
	height: 180px;
	padding: 20px 0 0;
}
.numlist01 ul li.full .figbox {
	z-index: 1;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 300px;
	right: 0;
	top: 175px;
	background: url("../img/number_img/num_store.png") no-repeat center center;
	background-size: auto 100%;
	transition: all 1s;
	transform: translate(-20px, 0);
	transition-delay: .5s;
}

.charts01 {
	width: 100%;
}
.charts01 > li {
	width: 100%;
	margin: 0 0 0;
	position: relative;
}
}



@media screen and (max-width: 600px) {
.number h2 {
	font-size: 22px;
	padding: 20px 0 0;
	margin: 20px auto 20px;
}
.number h2 span {
	font-size: 60px;
}
.numlinks {
	max-width: 400px;
}
.numlinks li {
	width: 100%;
	margin: 0 0 15px;
}
.numlinks li.large {
	width: 100%;
}
.numlinks li.large p {
	font-size: 13px;
}
.numlist01 ul li.full {
	width: 100%;
	height: 360px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.numlist01 ul li.full .textbox {
	width: 100%;
	height: 180px;
	padding: 20px 0 0;
}
.numlist01 ul li.full .figbox {
	z-index: 1;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 180px;
	right: 0;
	top: 175px;
	background: url("../img/number_img/num_store.png") no-repeat 60% center;
	background-size: contain;
	transition: all 1s;
	transform: translate(-20px, 0);
	transition-delay: .5s;
}
.num_p01 {
	width: 90%;
	font-size: 14px;
}
.charts01 > li {
	width: 100%;
	margin: 0 0 50px;
	position: relative;
}
.numlist01 ul li {
	width: 100%;
	margin-bottom: 15px;
}
.numlist01 ul li.three {
	width: 100%;
	margin-bottom: 15px;
}
.numlist02 ul li {
	width: 100%;
	margin-bottom: 15px;
}
.numlist03 ul li {
	width: 100%;
	margin-bottom: 15px;
}
}


.charts01 > li:nth-child(1) {
	width: 62.66%;
}

.new-chart {
	width: 100%;
	padding: 0 0 44.2%;
	box-sizing: border-box;
	background: url("../img/number_img/chart-bg.png") no-repeat center center;
	background-size: contain;
	position: relative;
	margin: 20px 0 20px;
}
.new-chart.sp {
	display: none;
}
.new-chart ul {
	padding: 2.15% 0 0;
	box-sizing: border-box;
	left: 30.4%;
	width: 70%;
	position: absolute;
}
.new-chart ul li {
	width: 100%;
	position: relative;
	height: 22px;
	margin-bottom: 12.5px;
}
.new-chart ul li .bar {
	height: 20px;
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
}
.new-chart ul li .num {
	font-family: 'Barlow', sans-serif;
	font-size: 22px;
	line-height: 1em;
	font-weight: 600;
	display: inline-block;
	padding-left: 5px;
	position: relative;
	top: -2px;
}
@media screen and (max-width: 1023px) {
	.charts01 > li:nth-child(1) {
		width: 100%;
		max-width: 587px;
		margin-bottom: 30px;
	}
	.new-chart {
		width: 100%;
		margin-bottom: 20px;
	}
	.new-chart ul {
		padding: 3.2% 0 0;
	}
}
@media screen and (max-width: 600px) {
	.charts01 > li:nth-child(1) {
		width: 100%;
		max-width: 587px;
		margin-bottom: 30px;
	}
	.new-chart {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		background: none;
		position: relative;
		margin-bottom: 20px;
	}
	.new-chart.pc {
		display: none;
	}
	.new-chart.sp {
		display: block;
	}
}

.new-chart ul li:nth-child(1).eft .bar {
	width: calc(0% - 60px);
	background: #C70567;
	transition: all 1.5s;
}
.new-chart ul li:nth-child(1).eon .bar {
	width: calc(100% - 60px);
}
.new-chart ul li:nth-child(1) .num {
	color: #C70567;
}

.new-chart ul li:nth-child(2).eft .bar {
	width: calc(0% - 60px);
	background: #9F0557;
	transition: all 1.2s;
}
.new-chart ul li:nth-child(2).eon .bar {
	width: calc(47% - 60px);
}
.new-chart ul li:nth-child(2) .num {
	color: #9F0557;
}
.new-chart ul li:nth-child(3).eft .bar {
	width: calc(0%);
	background: #CC4A63;
	transition: all 1s;
}
.new-chart ul li:nth-child(3).eon .bar {
	width: calc(27% - 60px);
}
.new-chart ul li:nth-child(3) .num {
	color: #CC4A63;
}

.new-chart ul li:nth-child(4).eft .bar {
	width: calc(0%);
	background: #CC4A91;
	transition: all 1s;
}
.new-chart ul li:nth-child(4).eon .bar {
	width: calc(25% - 60px);
}
.new-chart ul li:nth-child(4) .num {
	color: #CC4A91;
}

.new-chart ul li:nth-child(5).eft .bar {
	width: calc(0%);
	background: #BD7AD1;
	transition: all 1s;
}
.new-chart ul li:nth-child(5).eon .bar {
	width: calc(23% - 60px);
}
.new-chart ul li:nth-child(5) .num {
	color: #BD7AD1;
}

.new-chart ul li:nth-child(6).eft .bar {
	width: calc(0%);
	background: #C384A4;
	transition: all 1s;
}
.new-chart ul li:nth-child(6).eon .bar {
	width: calc(21% - 60px);
}
.new-chart ul li:nth-child(6) .num {
	color: #C384A4;
}

.new-chart ul li:nth-child(7).eft .bar {
	width: calc(0%);
	background: #A2A2A2;
	transition: all 1s;
}
.new-chart ul li:nth-child(7).eon .bar {
	width: calc(18% - 60px);
}
.new-chart ul li:nth-child(7) .num {
	color: #A2A2A2;
}