* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  letter-spacing: -.01rem;
}

html {
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 2.66vw;
}

@media (width >= 768px) {
  html {
    font-size: .975vw;
  }
}

@media (width >= 1920px) {
  html {
    font-size: 16px;
  }
}

.preview-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  height: 100%;
}

.menu {
  width: 100%;
  margin: 0;
}

.menu-item {
  cursor: pointer;
  width: 100%;
  padding: 0 2em;
  display: flex;
}

.pp {
  width: 100%;
  transition: color .25s;
  position: absolute;
  top: 0%;
}

.info, .tag, .name {
  position: relative;
  overflow: hidden;
}

.info, .tag {
  flex: 1;
  height: 14px;
  font-size: 14px;
}

.tag {
  text-align: right;
}

.name {
  text-align: center;
  flex: 4;
  height: 55px;
  font-size: 60px;
}

.info p:nth-child(2), .name p:nth-child(2), .tag p:nth-child(2) {
  color: currentColor;
  position: relative;
  top: 100%;
}

.menu:hover .info p:first-child, .menu:hover .name p:first-child, .menu:hover .tag p:first-child {
  color: #ffd1ae;
}

.preview {
  z-index: 2;
  pointer-events: none;
  width: 225px;
  height: 275px;
  position: fixed;
  top: 0;
  left: 0;
}

.preview-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.preview-img-2 {
  top: 20px;
  left: 20px;
}

.preview-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.lg-nav-link:before {
  content: "​";
  float: left;
}

.lg-nav-link:after {
  content: "";
  background: #000;
  width: 1px;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
}

.lg-nav-link:last-child:after {
  height: 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.lg-hero-top-clip {
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.faq-item .question {
  padding-left: 0;
  padding-right: 2vw;
  transition: padding-left .8s cubic-bezier(.65, .05, .36, 1);
  position: relative;
}

.faq-item:hover .question {
  padding-left: 2vw;
}

.faq-item.active .question {
  padding-left: 0;
}

.faq-item .plus {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: .176vw;
  right: 0;
}

.faq-item .plus:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: .05rem;
  transition: opacity .4s cubic-bezier(.65, .05, .36, 1), background-color .4s cubic-bezier(.65, .05, .36, 1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-item .plus:after {
  width: .05rem;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faq-item .plus:after, .faq-item .plus:before {
  content: "";
  background-color: #050505;
  transition: opacity .4s cubic-bezier(.65, .05, .36, 1), background-color .4s cubic-bezier(.65, .05, .36, 1);
  position: absolute;
}

.is-cursor {
  pointer-events: none;
}

.faq-item.active .question-line, .faq-item:hover .question-line {
  transition-delay: .1s;
  transform: scaleX(1);
}

.faq-item .question-line {
  transform-origin: 0;
  background: currentColor;
  width: 1.2vw;
  height: 1px;
  transition: transform .6s cubic-bezier(.65, .05, .36, 1), background .4s cubic-bezier(.65, .05, .36, 1);
  position: absolute;
  top: 10px;
  left: 0;
  transform: scaleX(0);
}

.lg-ecom-item-title:nth-of-type(3), .lg-ecom-item-title:nth-of-type(4) {
  padding-top: 4rem;
}
/*# sourceMappingURL=app.css.map */
