@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.p-mainVisual__imgLayer_icon01 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 4;
}
.p-mainVisual__imgLayer_icon02 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 140%;
  position: absolute;
  top: -40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 4;
}
.p-mainVisual__imgLayer_icon03 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 140%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 4;
}
.p-mainVisual__imgLayer_icon01>img,
.p-mainVisual__imgLayer_icon02>img,
.p-mainVisual__imgLayer_icon03>img {
    width: 10%;
    animation: fuwafuwa 2s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

/* .fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
} */
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}