@charset "UTF-8";
/* CSS Document */


#platform #zumenWrap03 {
	position: relative;
}
#platform #zumenWrap03 #zumenBox03 {
	position: relative;
}
#platform #zumenWrap03 #zumenBox03 .baseImg {
	opacity: 0.2;
	transition: 2.5s;
}

#platform #zumenWrap03 .walk {
	opacity: 0;
}
#platform #zumenWrap03._on #zumenBox03 .baseImg,
#platform #zumenWrap03._on .walk {
	opacity: 1;
}
#platform #zumenWrap03._on #zumenBox03 {
	cursor: auto;
	cursor: -webkit-image-set(url("../cursol.png") 1x, url("../cursol@2x.png") 2x) 30 30,auto;
}

#platform #zumenWrap03 #zumenBox03 .kiki {
	position: absolute;
	animation: aniShadow 2s infinite;
	transition: 0.3s;
	display: block;
	line-height: 0;
z-index: 1;
}
@keyframes aniShadow {
0%{
  filter: drop-shadow(0px 0px 8px rgba(255, 0, 0, 1));
  }
	50%{
  filter: drop-shadow(0px 0px 0px rgba(255, 0, 0, 1));
  }

100%{
  filter: drop-shadow(0px 0px 8px rgba(255, 0, 0, 1));
  }
}
#platform #zumenWrap03 #zumenBox03 .kiki {
	pointer-events: none;
}
#platform #zumenWrap03._on #zumenBox03 .kiki {
	pointer-events: auto;
}
#platform #zumenWrap03._on #zumenBox03 .kiki:hover {
	/*opacity: 0.7;*/
	transform: scale(1.1);
	animation:none;
	filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
	cursor: pointer;
}
#platform #zumenWrap03 #zumenBox03 .kiki img {
	
}
#platform #zumenWrap03 #zumenBox03 .kiki01 {
	width: 13.2%;
	left: 33.39%;
	top:6%;
}
#platform #zumenWrap03 #zumenBox03 .kiki02 {
	width: 2.95%;
	left: 38.16%;
	top:32.6%;
}
#platform #zumenWrap03 #zumenBox03 .kiki03 {
	width: 10.15%;
	left: 48.97%;
	top:31.0%;
}
/*#platform #zumenWrap03 #zumenBox03 .kiki04 {
	width: 3.48%;
	left: 38.4%;
	top:61.5%;
}
#platform #zumenWrap03 #zumenBox03 .kiki05 {
	width: 3.4%;
	left: 52.2%;
	top:48.86%;
}*/
#platform #zumenWrap03 #zumenBox03 .corp {
	position: absolute;
	width: 4%;
	left: 5%;
	top: 5%;
	z-index: 2;
	line-height: 0;
}
#platform #zumenWrap03 #zumenBox03 .corpA {
	left: 38%;
	top: 0%;
}
#platform #zumenWrap03 #zumenBox03 .corpB {
  left: 37.7%;
  top: 26%;
}
#platform #zumenWrap03 #zumenBox03 .corpC {
	left: 52%;
	top: 26%;
}
/*#platform #zumenWrap03 #zumenBox03 .corpD {
	left: 34%;
	top: 65%;
}
#platform #zumenWrap03 #zumenBox03 .corpE {
	left: 2%;
	top: 66.3%;
}*/
#platform #zumenWrap03 #zumenBox03 .desc {
	position: absolute;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	padding: 0.5em 2em;
	border-radius: 999px;
	border: #fff 2px solid;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 5;
	transition: 0.5s;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
#platform #zumenWrap03 #zumenBox03 .desc:hover {
box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	transform: translate(-50%,-52%);
	text-decoration: none;
}
#platform #zumenWrap03 #zumenBox03 a.desc p {
	color: #FFADAE;
	font-weight: bold;
	font-size: 18px;
}
#platform #zumenWrap03._on #zumenBox03 .desc {
	display: none;
	
}

#platform #zumenWrap03 #figBox03 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
}
#platform #zumenWrap03 #figBox03 .fig {
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	z-index: 2;

}
#platform #zumenWrap03 #figBox03 #fig03 {
	/*display: block;*/
}
#platform #zumenWrap03 #figBox03 #fig03 .check {
	position: absolute;
	width: 25%;
	height: 2.9%;
	left: 42%;
	top: 32%;
	/*background-color: rgba(228,0,3,0.50);*/
	overflow: hidden;
	background-image: url("../check.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;

	transform-origin: left top;
	transition: 3s all 0.5s linear;
	width: 0%;
}
#platform #zumenWrap03 #figBox03.act #fig03 .check {
	width: 25%;
}

#platform #zumenWrap03 #figBox03 #fig03 .check img {

	width: 100%;
	left: 0;
	top: 0;
}
#platform #zumenWrap03 .btnClose {
	width: 60px;
	height: 60px;
	padding: 10px;
background-color: #000;
	border-radius: 10px;
	position: absolute;
	top:2%;
	right: 2%;
	display: none;
	cursor: pointer;
	z-index: 3;
}
#platform #zumenWrap03 .caption {
	font-size: 12px;
	text-align: right;
}
#platform #zumenWrap03._on .walk01 {
	position: absolute;
	width: 8%;
	height: 12%;
	left: 62%;
	bottom:83%;
	animation: walk01 6s infinite linear;
	z-index: 0;
	pointer-events: none;
}
@keyframes walk01 {
0%{
	transform: translateX(0);
/*left: 58%;*/
  }
	50%{
		transform: translateX(-200%);
/*left: 38%;*/
  }
100%{
	transform: translateX(0);
/*left: 58%;*/
  }
}
#platform #zumenWrap03._on .walk01 .imgBox {
	width: 100%;
	height: 100%;
background-image: url("../walk01.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 90%;
	animation: walkStep01 6s steps(1) infinite;
}
@keyframes walkStep01 {
0%{
transform: scaleX(1)
  }
	50%{
transform: scaleX(-1)
  }
100%{
transform: scaleX(1)
  }
}

#platform #zumenWrap03._on .walk02 {
	position: absolute;
	width: 8%;
	height: 14%;
	left: 2.5%;
	top:21%;
	animation: walk02 7s infinite linear;
	z-index: 0;
	pointer-events: none;
}
@keyframes walk02 {
0%{
	transform: translateY(0);
/*left: 58%;*/
  }
	50%{
		transform: translateY(200%);
/*left: 38%;*/
  }
100%{
	transform: translateY(0);
/*left: 58%;*/
  }
}

#platform #zumenWrap03._on .walk02 .imgBox {
	width: 100%;
	height: 100%;
/*background-image: url("../walk02.gif");*/
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	animation: walkStep02 7s steps(1) infinite;
}
@keyframes walkStep02 {
0%{
background-image: url("../walk02.png");
  }
	50%{
background-image: url("../walk02-2.png");
  }
100%{
background-image: url("../walk02.png");
  }
}

#platform #zumenWrap03._on .walk03 {
	position: absolute;
	width: 7%;
	height: 13%;
	left: 48.3%;
	top:37%;
	animation: walk02 9s infinite linear;
	z-index: 0;
	pointer-events: none;
}
#platform #zumenWrap03._on .walk03 .imgBox {
	width: 100%;
	height: 100%;
/*background-image: url("../zumen/walk02.gif");*/
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	animation: walkStep03 9s steps(1) infinite;
}
@keyframes walkStep03 {
0%{
background-image: url("../walk03.png");
  }
	50%{
background-image: url("../walk03-2.png");
  }
100%{
background-image: url("../walk03.png");
  }
}
.brSp {
	display: none;
}
@media screen and (max-width: 959px) {
	#platform #zumenWrap03 #zumenBox03 .desc {

		font-size: clamp(16px, 2.2vw, 18px);
	}
}
@media screen and (max-width: 599px) {
	#platform #zumenWrap03 #zumenBox03 .desc {
		width: 90%;
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	.brSp {
	display: inline;
}
}
