@charset "UTF-8";

* {
  box-sizing: border-box;
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html {
  font-size: 62.5%;
}

.pcView {
  display: block !important;
}

@media (max-width: 568px) {
  .pcView {
    display: none !important;
  }
}

.spView {
  display: none !important;
}

@media (max-width: 568px) {
  .spView {
    display: block !important;
  }
}

.wrapper {
  line-height: 1.2;
}

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  line-height: 1.2;
}

.wrapper img,
.widthKeeper img {
  display: block;
}

@media (max-width: 768px) {
  .widthKeeper {
    max-width: 100%;
  }
}

.jelly {
  animation: gelatine 1s infinite;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(0.95, 0.95);
  }

  50% {
    transform: scale(1, 1);
  }
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

/*# sourceMappingURL=reset.css.map */
