@charset "UTF-8";
#poypoy-smooth-wrapper {
  width: 100%;
}

#poypoy-container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.panel {
  position: absolute; /* 重ねる */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; /* 最初は全部消しておく（1枚目以外） */
}

.hero {
  background: #666;
  color: #fff;
}

.features {
  background: #fafafa;
}

.section-1 {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=template-apps-poypoy.css.map */
