header {
  position: relative;
  height: 50rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  header {
    height: 20rem;
  }
}

header h1 {
  position: relative;
  height: 100%;
}

@media (max-width: 768px) {
  header h1 {
    width: 200%;
    margin: 0 -50%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header h1 img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-width: none;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

header h1 div.bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

header h1 div.bg > div {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

header h1 div.bg > div > div {
  width: 100%;
  height: 100%;
  -webkit-animation-name: bgAnime;
          animation-name: bgAnime;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes bgAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes bgAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

header h1 div.bg > div:nth-child(1) div {
  background: url("/assets/img/ska1/bg1.jpg") center left no-repeat;
  background-size: cover;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

header h1 div.bg > div:nth-child(2) div {
  background: url("/assets/img/ska1/bg2.jpg") center right no-repeat;
  background-size: cover;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

header h1 span.square {
  position: absolute;
  margin: auto;
  display: block;
  width: 20rem;
  height: 20rem;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: .6s;
  animation-fill-mode: both;
}

@media (max-width: 768px) {
  header h1 span.square {
    width: 7rem;
    height: 7rem;
  }
}

header h1 span.square:nth-of-type(1) {
  top: 7.5rem;
  right: calc(50% + 24rem);
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

@media (max-width: 768px) {
  header h1 span.square:nth-of-type(1) {
    top: 3rem;
    right: calc(50% + 9rem);
  }
}

header h1 span.square:nth-of-type(2) {
  top: 23rem;
  right: calc(50% + 39.5rem);
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@media (max-width: 768px) {
  header h1 span.square:nth-of-type(2) {
    top: 8.5rem;
    right: calc(50% + 14.5rem);
  }
}

header h1 span.square:nth-of-type(3) {
  top: 30.7rem;
  right: calc(50% + 16.5rem);
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

@media (max-width: 768px) {
  header h1 span.square:nth-of-type(3) {
    top: 12.2rem;
    right: calc(50% + 7rem);
  }
}

header h1 span.square:nth-of-type(4) {
  top: 7.5rem;
  left: calc(50% + 24rem);
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

@media (max-width: 768px) {
  header h1 span.square:nth-of-type(4) {
    top: 3rem;
    left: calc(50% + 9rem);
  }
}

header h1 span.square:nth-of-type(5) {
  top: 23rem;
  left: calc(50% + 39.5rem);
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

@media (max-width: 768px) {
  header h1 span.square:nth-of-type(5) {
    top: 8.5rem;
    left: calc(50% + 14.5rem);
  }
}

header h1 span.square:nth-of-type(6) {
  top: 30.7rem;
  left: calc(50% + 16.5rem);
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

@media (max-width: 768px) {
  header h1 span.square:nth-of-type(6) {
    top: 12.2rem;
    left: calc(50% + 7rem);
  }
}

main {
  background: url("/assets/img/ska1/bg_wave.png") left top repeat;
  padding: 8rem 0 9.6rem;
  color: #5D463A;
}

@media (max-width: 768px) {
  main {
    padding: 3.4rem 0 2rem;
  }
}

main p.lead {
  text-align: center;
  margin-bottom: 10rem;
}

@media (max-width: 768px) {
  main p.lead {
    font-size: 1.3rem;
    text-align: left;
    line-height: 2;
    margin-bottom: 5rem;
  }
}

main h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: .4em;
  margin-bottom: 4rem;
  font-family: "fertigo-script", sans-serif;
  font-weight: normal;
}

@media (max-width: 768px) {
  main h2 {
    font-size: 2.4rem;
    margin-bottom: 2.6rem;
  }
}

main h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6rem;
  height: 2px;
  background: #5D463A;
}

@media (max-width: 768px) {
  main h2::after {
    width: 4rem;
  }
}

main .shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .shops::after, main .shops::before {
  content: "";
  display: block;
  width: 28rem;
  height: 0;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

main .shops li {
  width: 28rem;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  main .shops li {
    width: 47%;
    margin-bottom: 4rem;
  }
}

main .shops li .img {
  position: relative;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.8rem;
  z-index: 1;
}

@media (max-width: 768px) {
  main .shops li .img {
    width: 16.2rem;
    height: 16.2rem;
    margin: 0 auto 1.4rem;
  }
}

main .shops li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .shops li .meta {
  color: #888888;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  main .shops li .meta {
    font-size: 1.1rem;
  }
}

main .shops li h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: .4em auto .8em 0;
}

@media (max-width: 768px) {
  main .shops li h3 {
    font-size: 1.3rem;
  }
}

main .shops li .desc {
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  main .shops li .desc {
    font-size: 1.1rem;
  }
}

main .shops + h2 {
  margin-top: 10rem;
}

@media (max-width: 768px) {
  main .shops + h2 {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=ska1.css.map */