.youtube {
	margin: 7rem 0 0;
}
main {
  padding: 0 0 78rem;
  color: #5D463A;
  overflow: hidden;
}

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

main::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/img/top/explore_bg.jpg) center center no-repeat;
  background-size: cover;
}

main section {
  position: relative;
  padding: 12rem 0 20rem;
}

@media (max-width: 768px) {
  main section {
    padding: 7rem 0 6.4rem;
  }
}

main section .heading {
  color: #fff;
}

main section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  margin: auto;
  display: block;
  width: 200vw;
  height: 59rem;
  height: 0;
  background: #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: skew(0, -10deg);
  transform: skew(0, -10deg);
  z-index: 1;
}

@media (max-width: 768px) {
  main section::after {
    height: 32rem;
    height: 0;
  }
}

main section .wrapper {
  position: relative;
  z-index: 50;
}

main section .wrapper .inner .heading {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  main section .wrapper .inner .heading {
    margin-bottom: 3rem;
  }
}

main section .wrapper .inner .heading .before {
  font-size: 1.8rem;
  margin-bottom: .5rem;
}

@media (max-width: 768px) {
  main section .wrapper .inner .heading .before {
    font-size: 1.6rem;
  }
}

main section .wrapper .inner .heading h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
}

@media (max-width: 768px) {
  main section .wrapper .inner .heading h2 {
    font-size: 2.4rem;
  }
}

main section .wrapper .inner .content {
  opacity: 0;
}

main section .wrapper .inner .content .img {
  margin-bottom: 5rem;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  main section .wrapper .inner .content .img {
    margin-bottom: 4rem;
  }
}

main section .wrapper .inner .content .text {
  text-align: center;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  main section .wrapper .inner .content .text {
    font-size: 1.3rem;
  }
}

main section + section {
  margin-top: 4rem;
}

main section.visible::after {
  -webkit-animation-name: open;
          animation-name: open;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes open {
  0% {
    height: 0;
  }
  100% {
    height: 59rem;
  }
}

@keyframes open {
  0% {
    height: 0;
  }
  100% {
    height: 59rem;
  }
}

@-webkit-keyframes openSP {
  0% {
    height: 0;
  }
  100% {
    height: 32rem;
  }
}

@keyframes openSP {
  0% {
    height: 0;
  }
  100% {
    height: 32rem;
  }
}

@media (max-width: 768px) {
  main section.visible::after {
    -webkit-animation-name: openSP;
            animation-name: openSP;
  }
}

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

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

main section.visible .wrapper .inner .content {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/*# sourceMappingURL=concept.css.map */
