.l-wrapper {
  max-width: 100%;
}
.l-main {
  padding: 0;
  position: relative;
}

.l-main h2 {
  background-color: black;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

.parallax-window {
  background: transparent;
  min-height: 350px;
  width: 100%;
  height: auto;
}
 
.parallax-slider {
  top: 0;
  left: 0;
}

.parallax-contents {
  /*min-height: 300px;*/
  text-align: center;
  background-color: black;
  color: #fff;
  padding: 60px 0;
}

.parallax-contents h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.parallax-contents p {
  line-height: 2rem;
}

.parallax-contents .youtube {
  margin-top: 20px;
  margin-bottom: 20px;
}

.parallax-contents .products {
  display: flex;
  justify-content: center;
}

.parallax-contents .products li {
  list-style: none;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  border-radius: 3px;
  padding: 20px;
  /*box-shadow: 0 0 8px gray;*/
  /*transition-duration: 0.3s;*/
}

.parallax-contents .products li img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.parallax-contents .products li:last-child {
  margin-right: 0px;
}

.parallax-contents .rink {
  margin-top: 20px;
}