@charset "utf-8";

/*  ベッドアニメーション
***************************/

#animation{
  position: relative;
  z-index: 1;
}
.animate{
  position: absolute;
  top: 0;
  left: -25px;
  opacity: 0;
}
.animate01{
  opacity: 1;
}
#static-area{
  display: none;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#static-area p{
  font-size: 14px;
}
#replay{
  position: absolute;
  top: 333px;
  left: 158px;
  font-size: 13px;
}
#replay2{
  position: absolute;
  top: 258px;
  left: 135px;
}
#replay a{
  display: block;
  color: #231815;
}
#replay a:hover{
  opacity: 0.6;
}
.static-caption01{
  color: #ff5c8d;
  line-height: 1;
}
.static-caption01 a{
  color: #ff5c8d;
  line-height: 2.1;
  font-size: 13px;
}
.static-caption02 {
  color: #231815;
  margin-top: -24px;
  margin-bottom: 30px;
  letter-spacing: -0.005em;
}
.static-img02{
  margin-top: 26px;
}

.hidden{
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.fadeIn{
  opacity: 1!important;

}



