/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/index.css ***!
  \***************************************************************************************************************/
:root{
  --max-width:1440px;
  --floor-bottom: 80px;
}
.header-top{
  position: fixed;
  top:0;
  left:0;
  right:0;
  margin:auto;
}
.header-sticky {
  margin-top: 100vh;
}
.home-header-img{
  width: 100%;
  height: calc(100vh - 16vh);
  position: fixed;
  top: 16vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home-header-svg{
  position: fixed;
  width: 72px;
  top: calc(16vh + 32px);
  left: 80px;
  margin: auto;
}
.home-header-svg img{
  width: 100%;
}
.home-header-picture{
  width: 100%;
  height: 100%;
}
.home-header-picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-header-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrapper {
  height: calc(100vh - 70px);
}
.banner-wrapper .swiper-container {
  height: 100%;
  background-color: #000;
}
.banner-mobile {
  display: none !important;
}
.banner-wrapper .swiper-slide .banner-bg {
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
}
.banner-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.banner-wrapper .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  width: calc(100% - 80px);
  height: 100%;
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
}
.banner-wrapper .banner-content .banner-text .title{
   font-size: 80px;
   font-weight: 500;
}
.banner-wrapper .banner-content .banner-btn {
   display: flex;
   align-items: center;
   font-size: 20px;
   line-height: 1.25;
}
.banner-wrapper .banner-content .icon-arrow-right-new{
  color: #fff;
  margin-left: 8px;
}
.banner-wrapper .banner-text .subtitle {
  font-size: 24px;
}
.banner-wrapper .banner-content .banner-text.text-light {
  color: #fff;
}
.banner-wrapper .banner-content .banner-text.text-dark {
  color: #000;
}
.banner-btn .text-light .icon-arrow-right-new{
  color: #fff;
}
.banner-btn .text-dark .icon-arrow-right-new{
  color: #000;
}   
.banner-wrapper .banner-btn .text-light{
  color:#fff;
  border-bottom: 1px solid #fff;
}
.banner-wrapper .banner-btn .text-dark{
  color:#000;
  border-bottom: 1px solid #000;
}
.banner-wrapper .col-right .banner-text {
  right: 40px;
}
.banner-wrapper .col-left .banner-text {
  left: 40px;
}

.banner-wrapper .prev-btn,
.banner-wrapper .next-btn {
  display: none;
}
.banner-wrapper:hover .prev-btn,
.banner-wrapper:hover .next-btn {
  display: block;
}
.floor2-container {
  background-color: #000;
  height: calc(100vh - 70px);
  box-sizing: border-box;
  padding: 5vh 0;
}
.floor2-container .row {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.floor2-container .left {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.floor2-container .left .left-slide{
   position: relative;
   width: 100%;
   height: calc(50% - 10px);
   padding-right: 10px;
   box-sizing: border-box;
}
.floor2-container .left-slide-text{
  color: #fff;
  position: absolute;
  width: calc(100% - 40px);
  max-width: 720px;
  bottom: 32px;
  right: 0;
  z-index: 1;
  font-size: 24px;
}
.floor2-container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor2-container .right {
  width: 50%;
  height: calc(100% - 10px);
  position: relative;
}
.floor2-container .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor2-container .right .right-slide-text {
  width: 100%;
  display: flex;
  align-items: center;
  color:  #fff;
  position: absolute;
  justify-content: center;
  bottom: 32px;
  font-size: 24px;
  text-align: center;
}


.floor-container{
   position: relative;
   z-index: 1;
}

.floor-container .title {
  text-align: center;
  font-size: 10vw;
  font-weight: 800;
  line-height: 1.3;
}
.floor3-container {
  height:auto; 
  min-height: calc(100vh - 70px);
  padding: 7% 0;
  background-color: #000;
  box-sizing: border-box;
}
.floor3-container .row{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: end;
  display: flex;
  height: 100%;
}
.floor3-container .left {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-color: #F6F6F6;
}
.floor3-container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor3-container .right {
  width: 50%;
  max-height: 100%;
  padding-left: 65px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.floor3-container .right .product-name{
  width: 100%;
  line-height: 1;
  margin-bottom: 4.1vw;
  font-size: var(--floor-bottom);
  font-weight: 500;
}
.floor3-container .product-info-desc {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
}
.floor3-container .product-info-one{
  margin-bottom: 40px;
} 
.floor3-container .product-info-two {
  margin-bottom: var(--floor-bottom);
}
.floor3-container .learn-more{
  cursor: pointer;
  height: 25px;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.floor3-container .learn-more:hover{
  border-bottom: 1px solid var(--hover-color);
}
.floor3-container .learn-more:hover a{
  color: var(--hover-color);
}
.floor3-container .learn-more:hover .icon-arrow-right-new{
  color: var(--hover-color);
}
.floor3-container  .learn-more a{
  color: #fff;
}
.icon-arrow-right-new, .icon-arrow-left-new{
  font-size: 18px;
  color: #000;
}
.learn-more .icon-arrow-right-new{
  font-size: 18px;
  margin-left: 12px;
  color: #fff;
}
@media (max-width: 1200px) {
  .home-page .title {
    font-size: 65px;
  }

}
@media (max-width: 1023px) {
  .floor3-container .right {
    padding-left: 35px;
  }
  .floor3-container .right .product-name{
    font-size: 60px;
  }
  .floor3-container .product-info-two{
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-header-svg{
    left: 40px;
    top: calc(16vh + 40px);
    width: 56px;
  }
  .floor2-container{
    padding: 40px 0;
    height: auto;
  }
  .floor2-container .row {
    flex-wrap: wrap;
  }
  .floor2-container .left, .floor2-container .right{
    width: 100%;
    height: 100%;
  }
  .floor2-container .left .left-slide{
    height: auto;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .floor2-container .left-slide-text{
    bottom: 16px;
    text-align: center;
    left:0;
    right:0;
    margin:auto;
  }
  .banner-pc {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
  .banner-wrapper .banner-text .subtitle {
    font-size: 18px;
  }
  .banner-wrapper .banner-content {
    width: calc(100% - 40px);
    display: block;
    bottom: 0;
  }
  .banner-wrapper .banner-content .banner-text .title{
    font-size: 56px;
    text-align: center;
    padding-top: 64px;
    margin-bottom: 12px;
  }
  .banner-wrapper .banner-content .banner-text{
     width: 100%;
  }
  .banner-wrapper .banner-content .banner-btn {
      width: 100%;
      font-size: 20px;
      line-height: 1.25;
      justify-content: center;
  }
  .banner-wrapper .banner-text .subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
  .floor3-container{
    height: auto;
    padding: 0;
  }
  .floor3-container .row{
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
  }
  .floor3-container .left{
    width: 100%;
    margin-top: 40px;
  }
  .floor3-container .right{
    width: 100%;
    order: -1;
    padding-left: 0;
  }
  .floor3-container .right .product-name{
    margin-bottom: 32px;
  }
  .floor3-container .right .product-info-desc{
    font-size: 20px;
  }
  .floor3-container .product-info-one{
    margin-bottom: 20px;
  } 
  .floor3-container .product-info-two {
    margin-bottom: 13px;
  }
  .floor3-container .learn-more{
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .floor2-container .right .right-slide-text, .floor2-container .left-slide-text{
    font-size: 16px;
  }
  .banner-wrapper .prev-btn,
  .banner-wrapper .next-btn {
    display: none !important;
  }
}
@media (max-width: 414px) {
  .banner-wrapper .banner-content .banner-text .title{
    font-size: 40px;
    line-height: 1.4;
    padding-top: 40px;
    margin-bottom: 0;
  }
  .home-header-svg{
    left: 20px;
    top: calc(16vh + 20px);
    width: 40px;
  }
  .banner-wrapper .banner-text .subtitle {
    font-size: 16px;
  }
  .banner-wrapper .banner-content .banner-btn {
    font-size: 14px;
  }
  .banner-wrapper .banner-content .icon-arrow-right-new{
    font-size: 12px;
  }
  .banner-wrapper .banner-content .icon-arrow-right-new{
    margin-left: 2px;
  }
  .banner-pc {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
  .banner-wrapper .banner-text .subtitle {
    font-size: 18px;
  }
  .floor3-container{
    height: auto;
  }
  .floor3-container .row{
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
  }
  .floor3-container .left{
    width: 100%;
    margin-top: 32px;
  }
  .floor3-container .right{
    width: 100%;
    order: -1;
    padding-left: 0;
  }
  .floor3-container .right .product-name{
    font-size: 40px;
    margin-bottom: 24px;
  }
  .floor3-container .right .product-info-desc{
    font-size: 16px;
  }
  .floor3-container .product-info-one{
    margin-bottom: 20px;
  } 
  .floor3-container .product-info-two {
    margin-bottom: 16px;
  }
  .floor3-container .learn-more{
    font-size: 16px;
  }
}
