@keyframes $animation-name {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.mainImg {
  margin-bottom: -50px;
}
@media screen and (min-width: 560px) {
  .mainImg {
    margin-bottom: -100px;
  }
}
.mainImg svg {
  max-width: 500px;
  position: relative;
  top: -40px;
  right: -22vw;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .mainImg svg {
    top: -150px;
    right: -100px;
  }
}
.mainImg .mainCopy {
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  font-weight: normal;
  margin: 0;
  padding: 0 10px 10px 0;
  writing-mode: vertical-rl;
  transform-origin: top left;
  z-index: 2;
}

.topList {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .topList {
    display: flex;
    justify-content: space-between;
  }
}
.topList li {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .topList li {
    width: calc( (100% - (30px * 2)) / 3 );
  }
}
@media screen and (min-width: 560px) {
  .topList li:nth-child(1) {
    margin-top: -160px;
  }
}
@media screen and (min-width: 768px) {
  .topList li:nth-child(1) a div.text {
    margin-left: -20px;
  }
}
.topList li:nth-child(1) a div.text svg {
  transform: scale(1.1, 0.8);
  transform-origin: top right;
}
@media screen and (min-width: 560px) {
  .topList li:nth-child(1) a div.text svg {
    transform: scale(1, 1.1);
  }
}
@media screen and (min-width: 560px) {
  .topList li:nth-child(1) a div.img {
    margin-top: -20px;
  }
}
@media screen and (min-width: 560px) {
  .topList li:nth-child(2) {
    margin-top: -60px;
  }
}
.topList li:nth-child(2) a div.text svg {
  transform: scale(1.3, 1.1);
  transform-origin: top left;
}
@media screen and (min-width: 560px) {
  .topList li:nth-child(2) a div.text svg {
    transform: scale(1, 1.2);
  }
}
@media screen and (min-width: 560px) {
  .topList li:nth-child(2) a div.img {
    margin-top: -20px;
  }
}
@media screen and (min-width: 560px) {
  .topList li:nth-child(3) {
    margin-top: -100px;
  }
}
@media screen and (min-width: 560px) {
  .topList li:nth-child(3) a div.text {
    margin-right: -40px;
  }
}
.topList li:nth-child(3) a div.text svg {
  transform: scale(1, 1.1);
  transform-origin: top right;
}
.topList li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
  color: #1a1a1a;
  overflow: visible;
}
@media screen and (min-width: 560px) {
  .topList li a {
    display: block;
  }
}
.topList li a div {
  position: relative;
}
.topList li a div.text {
  width: 62%;
}
@media screen and (min-width: 560px) {
  .topList li a div.text {
    width: 100%;
  }
}
.topList li a div.text .subHead, .topList li a div.text p {
  position: relative;
  z-index: 2;
}
.topList li a div.text .subHead {
  margin-bottom: 10px;
}
.topList li a div.text p {
  font-size: 1.3rem;
}
.topList li a div.text svg {
  position: absolute;
  top: 0px;
  z-index: 1;
  opacity: 0.3;
  filter: blur(13px);
}
.topList li a div.img {
  position: relative;
  width: 37%;
  right: -10px;
  margin-top: 40px;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .topList li a div.img {
    width: 100%;
    right: 0;
    margin-top: -10px;
  }
}
.topList li a div.img .ttl {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  margin: -10px -2em 0;
}
.topList li:nth-child(even) a {
  flex-direction: row-reverse;
}
.topList li:nth-child(even) a div.text {
  padding-right: 0;
}
.topList li:nth-child(even) a div.img {
  right: auto;
  left: -10px;
}
.preview .topList {
  position: relative;
  padding-bottom: 200px;
}
.preview .topList li {
  position: absolute;
  width: 75vw;
}
.preview .topList li:nth-child(1) {
  top: -100px;
  left: -10px;
}
.preview .topList li:nth-child(2) {
  top: -30px;
  left: 39%;
}
.preview .topList li:nth-child(3) {
  top: -10px;
  left: 70%;
}
.preview .topList li a {
  display: block;
}
.preview .topList li a div.text {
  display: none;
}
.preview #instagram,
.preview #facebook {
  display: none;
}

@media screen and (min-width: 560px) {
  .separate {
    display: flex;
    justify-content: space-between;
  }
  .separate > * {
    width: calc( (100% - (30px * 1)) / 2 );
  }
}
/*# sourceMappingURL=top.css.map */