/********** animationArea01 **********/
#animationArea01 {
  width: 500px;
  height: 300px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
#animationArea01 > #areaMain {
  width: 100%;
  height: 100%;
  position: relative;
}

#animationArea01 > #areaMain > #item01,
#animationArea01 > #areaMain > #item02,
#animationArea01 > #areaMain > #item03,
#animationArea01 > #areaMain > #item04,
#animationArea01 > #areaMain > #item05,
#animationArea01 > #areaMain > #item06,
#animationArea01 > #areaMain > #item07 {
	opacity: 0;
  position: absolute;
	z-index: 10;
}
#animationArea01 > #areaMain > #item01 {
  top: 40px;
  left: 13px;
}
#animationArea01 > #areaMain > #item02 {
  top: 14px;
  left: 106px;
}
#animationArea01 > #areaMain > #item03 {
  top: 40px;
  left: 199px;
}
#animationArea01 > #areaMain > #item04 {
  top: 14px;
  left: 289px;
}
#animationArea01 > #areaMain > #item05 {
  top: 40px;
  left: 371px;
}
#animationArea01 > #areaMain > #item06 {
  bottom: 72px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea01 > #areaMain > #item07 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
	z-index: 5;
}
#animationArea01 > #areaMain > #item07 img {
	display: block;
	width: 215px;
	margin: 0 auto;
}


/********** animationArea02 **********/
#animationArea02 {
  width: 500px;
  height: 326px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
#animationArea02 > #areaMain {
  width: 100%;
  height: 100%;
  position: relative;
}
#animationArea02 > #areaMain > #item01 {
  opacity: 0;
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea02 > #areaMain > #item02 {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea02 > #areaMain > #item02 > span {
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  -ms-transform: rotate(0.028deg);
}
#animationArea02 > #areaMain > #item03 {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
#animationArea02 > #areaMain > #item04 {
  opacity: 0;
  position: absolute;
  top: 45px;
  left: 52px;
}
#animationArea02 > #areaMain > #item04 > a {
  display: block;
  animation-name: areaFade;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes areaFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
#animationArea02 > #areaMain > #item05 {
  opacity: 0;
  position: absolute;
  top: 90px;
  right: 65px;
}
#animationArea02 > #areaMain > #item06 {
  opacity: 0;
  position: absolute;
  top: 208px;
  right: 65px;
}
#animationArea02 > #areaMain > #item06 > span {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  -ms-transform: rotate(0.028deg);
}
#animationArea02 > #areaMain > #item07 {
  opacity: 0;
  position: absolute;
  top: 90px;
  left: 65px;
}
#animationArea02 > #areaMain > #item08 {
  opacity: 0;
  position: absolute;
  top: 208px;
  left: 65px;
}
#animationArea02 > #areaMain > #item08 > span {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  -ms-transform: rotate(0.028deg);
}


/********** animationArea03 **********/
#animationArea03 {
  width: 500px;
  height: 396px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
#animationArea03 > #areaMain {
  width: 100%;
  height: 100%;
}



a.btnType01 {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  background-color: #ff3467;
  border: 1px solid #ff3467;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  padding: 0.4em 0.7em 0.3em 0.7em;
  transition: all 0.2s;
  -ms-transform: rotate(0.028deg);
}
a.btnType01:hover {
  color: #ff3467;
  background-color: #fff;
  border: 1px solid #ff3467;
}



#animationArea03 > #areaMain > #scene1 {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
#animationArea03 > #areaMain > #scene1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
}
#animationArea03 > #areaMain > #scene1 > .item01 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#animationArea03 > #areaMain > #scene1 > .item02 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene1 > .itemBtn {
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}



#animationArea03 > #areaMain > #scene2 {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
#animationArea03 > #areaMain > #scene2 > .item01 {
  position: absolute;
  top: 0;
  left: 0;
}
#animationArea03 > #areaMain > #scene2 > .item02 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene2 > .item03 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #ee698b;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.6em 0.8em;
  position: absolute;
  top: 60px;
  right: 25px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene2 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}



#animationArea03 > #areaMain > #scene3 {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
#animationArea03 > #areaMain > #scene3 > .item01 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#animationArea03 > #areaMain > #scene3 > .item02 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#animationArea03 > #areaMain > #scene3 > .item03 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene3 > .item04 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #ee698b;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.6em 0.4em;
  position: absolute;
  top: 42px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene3 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene3 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}



#animationArea03 > #areaMain > #scene4 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#animationArea03 > #areaMain > #scene4 > .item01 {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 43px;
}
#animationArea03 > #areaMain > #scene4 > .item02 {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 80px;
  z-index: 10;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  50% {-webkit-transform: rotate(10deg);}
  100% {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes spin {
  0% {-moz-transform: rotate(0deg);}
  50% {-moz-transform: rotate(10deg);}
  100% {-moz-transform: rotate(0deg);}
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(0deg);}
  50% {-ms-transform: rotate(10deg);}
  100% {-ms-transform: rotate(0deg);}
}
@-o-keyframes spin {
  0% {-o-transform: rotate(0deg);}
  50% {-o-transform: rotate(10deg);}
  100% {-o-transform: rotate(0deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(10deg);}
  100% {transform: rotate(0deg);}
}
#animationArea03 > #areaMain > #scene4 > .item03 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene4 > .item04 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #679acd;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  position: absolute;
  top: 48px;
  right: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene4 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene4 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}



#animationArea03 > #areaMain > #scene5 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#animationArea03 > #areaMain > #scene5 > .item01 {
  opacity: 0;
}
#animationArea03 > #areaMain > #scene5 > .item02 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene5 > .item03,
#animationArea03 > #areaMain > #scene5 > .item04,
#animationArea03 > #areaMain > #scene5 > .item05 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #ee698b;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.5em;
  position: absolute;
  top: 47px;
  left: 40px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene5 > .item04,
#animationArea03 > #areaMain > #scene5 > .item05 {
  top: 100%;
}
#animationArea03 > #areaMain > #scene5 > .item04 > ul {
  margin: 0;
}
#animationArea03 > #areaMain > #scene5 > .item04 > ul > li {
  list-style: none!important;
  padding: 0;
}
#animationArea03 > #areaMain > #scene5 > .item04 > p {
  margin: 0;
}
#animationArea03 > #areaMain > #scene5 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene5 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}



#animationArea03 > #areaMain > #scene6 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#animationArea03 > #areaMain > #scene6 > .item01 {
  opacity: 0;
  position: absolute;
  bottom: -35px;
  left: 0;
}
#animationArea03 > #areaMain > #scene6 > .item02 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene6 > .item03 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  position: absolute;
  top: 47px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene6 > .item04 {
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 236px;
}
#animationArea03 > #areaMain > #scene6 > .item04 > a {
  display: block;
  animation-name: areaFade;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes areaFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
#animationArea03 > #areaMain > #scene6 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene6 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}



#animationArea03 > #areaMain > #scene7 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#animationArea03 > #areaMain > #scene7 > .item01 {
  opacity: 0;
}
#animationArea03 > #areaMain > #scene7 > .item02 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene7 > .item03 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  position: absolute;
  top: 47px;
  left: 15px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene7 > .item04 {
  opacity: 0;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 63px;
  right: 238px;
  z-index: 10;
}
#animationArea03 > #areaMain > #scene7 > .item04 > span {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #ff3467;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation:blink 0.6s infinite alternate;
  -moz-animation:blink 0.6s infinite alternate;
  animation:blink 0.6s infinite alternate;
}
@-webkit-keyframes blink {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes blink {
  0% { opacity:0; }
  100% { opacity:1; }
}
#animationArea03 > #areaMain > #scene7 > .item05 {
  opacity: 0;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 52px;
  right: 173px;
  z-index: 10;
}
#animationArea03 > #areaMain > #scene7 > .item05 > span {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #ff3467;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation:blink 0.6s infinite alternate;
  -moz-animation:blink 0.6s infinite alternate;
  animation:blink 0.6s infinite alternate;
}
@-webkit-keyframes blink {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes blink {
  0% { opacity:0; }
  100% { opacity:1; }
}
#animationArea03 > #areaMain > #scene7 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene7 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}



#animationArea03 > #areaMain > #scene8 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#animationArea03 > #areaMain > #scene8 > .item01 {
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 0;
}
#animationArea03 > #areaMain > #scene8 > .item02 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene8 > .item03 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #ee698b;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.5em 0.7em;
  position: absolute;
  top: 47px;
  left: 12px;
  z-index: 11;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene8 > .item04 {
  opacity: 0;
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 10;
}
#animationArea03 > #areaMain > #scene8 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene8 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}


#animationArea03 > #areaMain > #scene9 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#animationArea03 > #areaMain > #scene9 > .item01 {
  opacity: 0;
}
#animationArea03 > #areaMain > #scene9 > .item02 {
  opacity: 0;
  font-size: 19px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 18px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene9 > .item03 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  position: absolute;
  top: 47px;
  left: 15px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene9 > .item04 {
  opacity: 0;
  position: absolute;
  bottom: 142px;
  left: 10px;
  z-index: 10;
}
#animationArea03 > #areaMain > #scene9 > .item05 {
  opacity: 0;
  position: absolute;
  bottom: 49px;
  left: 80px;
  z-index: 10;
}
#animationArea03 > #areaMain > #scene9 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene9 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}



#animationArea03 > #areaMain > #scene10 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#animationArea03 > #areaMain > #scene10 > .item01 {
  opacity: 0;
}
#animationArea03 > #areaMain > #scene10 > .item02 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene10 > .item03 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  position: absolute;
  top: 47px;
  left: 15px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene10 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene10 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}



#animationArea03 > #areaMain > #scene11 {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#animationArea03 > #areaMain > #scene11 > .item01 {
  opacity: 0;
}
#animationArea03 > #areaMain > #scene11 > .item01_01 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#animationArea03 > #areaMain > #scene11 > .item02 {
  opacity: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff3467;
  line-height: 1.4;
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene11 > .item03,
#animationArea03 > #areaMain > #scene11 > .item04 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4585c4;
  position: absolute;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene11 > .item03 {
  top: 70px;
  left: 15px;
}
#animationArea03 > #areaMain > #scene11 > .item04 {
  top: 150px;
  left: 15px;
}
#animationArea03 > #areaMain > #scene11 > .item05 {
  opacity: 0;
  font-size: 0.9em;
  font-weight: bold;
  position: absolute;
  top: 180px;
  left: 15px;
  z-index: 10;
  -ms-transform: rotate(0.028deg);
}
#animationArea03 > #areaMain > #scene11 > .item05 > a {
  color: #ff0134;
  text-decoration: none;
  transition: all 0.2s;
}
#animationArea03 > #areaMain > #scene11 > .item05 > a:hover {
  color: #fc6482;
}
#animationArea03 > #areaMain > #scene11 > .itemBtn {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}
#animationArea03 > #areaMain > #scene11 > .itemBtn > a:nth-of-type(n+2) {
  margin-left: 30px;
}




.show {
  display: block!important;
}
.hidden {
  display: none!important;
}

.arr01 {
  display: inline-block;
  font-size: 1.2em;
  color: #ee698b;
  cursor: pointer;
  -webkit-animation: arrFlash 0.5s linear infinite;
  -moz-animation: arrFlash 0.5s linear infinite;
  -ms-animation: arrFlash 0.5s linear infinite;
  -o-animation: arrFlash 0.5s linear infinite;
  animation: arrFlash 0.5s linear infinite;
}
@keyframes arrFlash {
  0% { opacity: 0 }
  100% { opacity: 1; }
}

