@charset "UTF-8";

.lp_wrap .imgexp {
  width: 100%;
  max-width:750px;
  margin-top: -5.5%;
}

.lp_wrap .imgexp .imgexp_kao {
  position: absolute;
  top: 9.8%;
  left: 0%;
  width: 100%;
  max-width: 750px;
  transition: 1s 1s;
  opacity: 1;
}
.lp_wrap .imgexp .imgexp_kao.trigger.move {
  opacity: 1;
}

.lp_wrap .imgexp .imgexp_pink{
  position: absolute;
  top: 25.6%;
  left: 9%;
  width: 44.66667%;
  max-width: 335px;
}
.lp_wrap .imgexp .imgexp_blue{
  position: absolute;
  top: 26.4%;
  left: 48.5%;
  width: 42.666667%;
  max-width: 320px;
}

.lp_wrap .imgexp .imgexp_f1 {
  position: absolute;
  top: 50%;
  left: 22%;
  width: 66.333337%;
  max-width: 500px;
}
.lp_wrap .imgexp .imgexp_f2 {
  position: absolute;
  top: 50%;
  left: 22%;
  width: 66.333337%;
  max-width: 500px;
/*  transition: 1s 1s;*/
  opacity: 0;
}
.lp_wrap .imgexp .imgexp_f2.trigger.move {
  animation:OPACITY 4s linear 1;
}
@keyframes OPACITY{
  0%,100%{ opacity: 0;}
  30%,80%{ opacity: 1; }
}

.lp_wrap .imgexp .imgexp_txttate {
  position: absolute;
  top: 50.8%;
  left: 0%;
  width: 25.733333%;
  max-width: 193px;
}

.lp_wrap .imgexp .imgexp_kakudai {
  position: absolute;
  top: 55.1%;
  left: 0;
  right: 0;
  margin: auto;
  width: 30.133333%;
  max-width: 226px;
}

.lp_wrap .imgexp .imgexp_arrow1 {
  position: absolute;
  top: 71.54%;
  left: 9.47%;
  width: 23.2%;
  max-width: 174px;
/*  animation:3s linear infinite kurukuru;*/
}

.lp_wrap .imgexp .imgexp_arrow2 {
  position: absolute;
  top: 72.62%;
  left: 37%;
  width: 23.2%;
  max-width: 174px;
/*  animation:3s linear infinite kurukuru;*/
}
.lp_wrap .imgexp .imgexp_arrow3 {
  position: absolute;
  top: 71.54%;
  left: 65.4%;
  width: 23.2%;
  max-width: 174px;
/*  animation:3s linear infinite kurukuru;*/

}
@keyframes kurukuru{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
