body {
  background-color: #000;
}

.visual_wrap {
  position: relative;
  height: calc(100vh + 300px);
  background: url(../images/main/c-visual-nn.png) no-repeat #000;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 500px;
}
.visual_wrap .l-title_wrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.visual_wrap .l-title_wrap h1 img {
  width: 811px;
}
.visual_wrap .scroll_ic {
  position: absolute;
  left: 50%;
  bottom: 404px;
  transform: translateX(-50%);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.visual_wrap .scroll_ic::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: url(../images/icon/c-scroll.svg) no-repeat;
  margin: 0 auto;
  margin-bottom: 6px;
}

@media (max-width: 1400px) {
  .visual_wrap {
    background-size: 100%;
    background-position: top;
    height: calc(100vh + 400px);
  }
}
@media (max-width: 1280px) {
  .visual_wrap .l-title_wrap h1 img {
    width: 593px;
  }
}
@media (max-width: 1024px) {
  .visual_wrap {
    height: 1200px;
  }
  .visual_wrap::after {
    height: 1000px;
  }
}
@media (max-width: 768px) {
  .visual_wrap {
    background-size: cover;
    background-position: center;
  }
  .visual_wrap .l-title_wrap h1 img {
    width: 227px;
    margin-top: 8px;
  }
  .visual_wrap {
    height: 556px;
    padding-bottom: 0;
  }
  .visual_wrap::after {
    height: 547px;
  }
  .visual_wrap .scroll_ic {
    display: none;
  }
}
.product_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 140px;
  text-align: center;
  transform: translateY(-226px);
}
.product_wrap h2 {
  font-size: 86px;
  text-align: center;
  color: #fff;
}
.product_wrap .sub_txt {
  font-size: 16px;
  color: #fff;
  margin-top: 6px;
}
.product_wrap > ul {
  margin-top: 70px;
}
.product_wrap > ul li {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 70px;
  position: relative;
  background-color: #000;
  border-radius: 19px;
  width: calc(100% - 3px);
  height: 397px;
  position: relative;
}
.product_wrap > ul li a.link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 1;
}
.product_wrap > ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: linear-gradient(135deg, rgba(188, 102, 29, 0.5) 0%, rgba(255, 255, 252, 0.5) 39%, rgba(188, 102, 29, 0.5) 100%);
  border-radius: 20px;
  z-index: -1;
}
.product_wrap > ul li:first-child {
  background-image: url(../images/main/c-product-01.png);
}
.product_wrap > ul li:nth-child(2) {
  background-image: url(../images/main/c-product-02.png);
}
.product_wrap > ul li:last-child {
  background-image: url(../images/main/c-product-03.png);
  margin-bottom: 0;
}
.product_wrap > ul li .txt_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_wrap > ul li .txt_wrap .labels {
  font-size: 13px;
}
.product_wrap > ul li .txt_wrap .labels > span {
  padding: 4px 10px;
  border-radius: 15px;
  border: solid 1px transparent;
  font-weight: 600;
  margin-right: 8px;
}
.product_wrap > ul li .txt_wrap .labels > span:last-child {
  margin-right: 0;
}
.product_wrap > ul li .txt_wrap .labels > span.yell {
  color: #e8cb7c;
  border-color: #e8cb7c;
}
.product_wrap > ul li .txt_wrap .labels > span.green {
  color: #00feba;
  border-color: #00feba;
}
.product_wrap > ul li .txt_wrap .tit {
  font-size: 54px;
  font-weight: 500;
  margin-top: 10px;
}
.product_wrap > ul li .txt_wrap .txt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
}
.product_wrap > ul li .txt_wrap a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 62px;
}
.product_wrap > ul li .txt_wrap a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/c-arrow-wh-right.svg);
}

@media (max-width: 1280px) {
  .product_wrap {
    width: 90%;
  }
  .product_wrap h2 {
    font-size: 60px;
  }
  .product_wrap > ul li .txt_wrap .tit {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .product_wrap h2 {
    font-size: 44px;
  }
  .product_wrap {
    transform: translateY(0);
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .product_wrap h2 {
    font-size: 30px;
  }
  .product_wrap .sub_txt {
    font-size: 14px;
    margin-top: 5px;
  }
  .product_wrap > ul {
    margin-top: 30px;
  }
  .product_wrap > ul li {
    flex-direction: column;
    height: 426px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .product_wrap > ul li:last-child {
    margin-bottom: 0;
  }
  .product_wrap > ul li:first-child {
    background-image: url(../images/main/c-product-01-mo.png);
  }
  .product_wrap > ul li:nth-child(2) {
    background-image: url(../images/main/c-product-02-mo.png);
  }
  .product_wrap > ul li:last-child {
    background-image: url(../images/main/c-product-03-mo.png);
  }
  .product_wrap > ul li .txt_wrap {
    width: 100%;
    padding-top: 35px;
    align-items: center;
    justify-content: flex-start;
  }
  .product_wrap > ul li .txt_wrap .txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .product_wrap > ul li .txt_wrap a {
    margin-top: 30px;
  }
  .product_wrap > ul li .txt_wrap .tit {
    font-size: 30px;
    margin-top: 8px;
  }
  .product_wrap > ul li .txt_wrap .labels {
    font-size: 12px;
  }
  .product_wrap > ul li .txt_wrap .labels > span {
    margin-right: 6px;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .product_wrap > ul li .txt_wrap .tit {
    font-size: 26px;
  }
}
.sns_wrap {
  height: 694px;
  background-image: url(../images/main/c-sns-bg.png);
}
.sns_wrap .sns_list {
  display: flex;
  margin-top: 40px;
}
.sns_wrap .sns_list a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 50px;
}
.sns_wrap .sns_list a:last-child {
  margin-right: 0;
}
.sns_wrap .sns_list a:nth-child(1) {
  background-image: url(../images/icon/c-youtube.svg);
}
.sns_wrap .sns_list a:nth-child(2) {
  background-image: url(../images/icon/c-twitter.svg);
}
.sns_wrap .sns_list a:nth-child(3) {
  background-image: url(../images/icon/c-insta.svg);
}

@media (max-width: 768px) {
  .sns_wrap {
    height: 263px;
  }
}

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