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


#platform #zumenWrap02 {
	position: relative;
	margin-bottom: 30px;
}
#platform #zumenWrap02 #zumenBox02 {
	position: relative;
}
#platform #zumenWrap02 #zumenBox02 .baseImg {
	opacity: 0.2;
	transition: 2.5s;
}

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

#platform #zumenWrap02 #zumenBox02 .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 #zumenWrap02 #zumenBox02 .kiki {
	pointer-events: none;
}
#platform #zumenWrap02._on #zumenBox02 .kiki {
	pointer-events: auto;
}
#platform #zumenWrap02._on #zumenBox02 .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 #zumenWrap02 #zumenBox02 .kiki img {
	
}
#platform #zumenWrap02 #zumenBox02 .kiki01 {
	width: 4.97%;
	left: 26.58%;
	top:47.4%;
}
#platform #zumenWrap02 #zumenBox02 .kiki02 {
	width: 2.92%;
	left: 66.49%;
	top:13.0%;
}

#platform #zumenWrap02 #zumenBox02 .corp {
	position: absolute;
	width: 4%;
	left: 5%;
	top: 5%;
	z-index: 2;
	line-height: 0;
}
#platform #zumenWrap02 #zumenBox02 .corpA {
	left: 22%;
	top: 54%;
}
#platform #zumenWrap02 #zumenBox02 .corpB {
  left: 66%;
  top: 8%;
}

#platform #zumenWrap02 #zumenBox02 .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);
	width: 20em;
}
#platform #zumenWrap02 #zumenBox02 .desc:hover {
box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	transform: translate(-50%,-52%);
	text-decoration: none;
}
#platform #zumenWrap02 #zumenBox02 a.desc p {
	color: #FFADAE;
	font-weight: bold;
	font-size: 18px;
}
#platform #zumenWrap02._on #zumenBox02 .desc {
	display: none;
	
}

#platform #zumenWrap02 #figBox02 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
}
#platform #zumenWrap02 #figBox02 .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 #zumenWrap02 #figBox02 #fig03 {
	/*display: block;*/
}
#platform #zumenWrap02 #figBox02 #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 #zumenWrap02 #figBox02.act #fig03 .check {
	width: 25%;
}

#platform #zumenWrap02 #figBox02 #fig03 .check img {

	width: 100%;
	left: 0;
	top: 0;
}
#platform #zumenWrap02 .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 #zumenWrap02 .caption {
	font-size: 12px;
	text-align: right;
}
#platform #zumenWrap02._on .walk01 {
	position: absolute;
	width: 8%;
	height: 15%;
  left: 58%;
  bottom: 62%;
	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 #zumenWrap02._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 #zumenWrap02._on .walk02 {
	position: absolute;
	width: 8%;
	height: 16%;
	left: 30%;
	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 #zumenWrap02._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 #zumenWrap02._on .walk03 {
	position: absolute;
	width: 7%;
	height: 15%;
	left: 17%;
	top:30%;
	animation: walk02 9s infinite linear;
	z-index: 0;
	pointer-events: none;
}
#platform #zumenWrap02._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 #zumenWrap02 #zumenBox02 .desc {

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