.goods {
  padding-top: 300px;
}
.goods .story {
  border-top: 1px solid var(--c-main);
}
.goods .grid {
  border-bottom: 1px solid var(--c-main);
}
.goods .grid .column {
  border-right: 1px solid var(--c-main);
  padding: var(--unit);
}
.goods .grid .column:last-child {
  border-right: none;
}

.good {
  position: relative;
}
.good .project-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.good a:hover .project-hover {
  opacity: 1;
}

.grid {
  grid-gap: 0;
}

.extra-menu a {
  position: fixed;
  top: 106px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: white;
  border: 1px solid var(--c-main);
  padding: 10px 20px;
  z-index: 100;
}
.extra-menu a:hover {
  z-index: 10000;
}

@media screen and (max-width: 65rem) {
  .grid .column {
    border-right: none;
    border-bottom: 1px solid var(--c-main);
  }
  .grid .column:last-child {
    border-bottom: none;
  }
}
.good h2 {
  padding-top: var(--unit);
}

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