/*----------------------------------------------------------------------
* 	noscript用
----------------------------------------------------------------------*/
/*Now Loading*/
/*
#wrap {
  display: block;
}
*/

/****************************************************/
/*以下、アニメーション用*/
/*バルーン*/
#js-mf_up_point {
  -ms-transform: translate(0px, 5%);
      transform: translate(0px, 5%);
  -webkit-transform: translate(0px, 5%);

	-webkit-transition: transform .5s 1.1s;
	        -webkit-transition: -webkit-transform .5s 1.1s;
	        transition: -webkit-transform .5s 1.1s;
	        -o-transition: transform .5s 1.1s;
	        transition: transform .5s 1.1s;
	        transition: transform .5s 1.1s, -webkit-transform .5s 1.1s;

	animation: balloonM10 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation: balloonM10 1.5s;
	-webkit-animation-iteration-count: infinite;
}

/*.slideOpenLeftT10:before,
.slideOpenLeftT10:before {
  content: none;
}
*/
.upturn00 {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
  opacity: 1;
}
.upturn00a {
  -webkit-animation: none;
  animation: none;
}

.drop00 {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
  opacity: 1;
}
.drop00a {
  -webkit-animation: none;
  animation: none;
}

.zoomIn00 {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
  opacity: 1;
}
.zoomIn00a {
  -webkit-animation: none;
  animation: none;
}