@charset "UTF-8";
:root{
  --hero-middlelayer-z-index: 2;
  --hero-toplayer-z-index: 3;
  --hero-heading1-z-index: 4;
  --hero-heading1-fontsize: 80px;
  --hero-scrollanimation-z-index: 5;
  --hero-scrollanimation-height: 65px;
  --service-padding-top: 200px;
  --service-padding-bottom: 200px;
  --service-title-mgbtm: 100px;
  --service-content-columngap: 200px;
  --service-card-height: 720px;
  --card-width: 450px;
}
body{
  background-image: url(../img/bgi.jpg);
  background-size: 100%;
}

.bar{
  width: 100%;
  height: 15px;
  background-color: #000;
}

/*-----hero-----*/
#video{
  width: 100%;
  height: 100vh;
  height: calc(var(--spvh, vh) * 100);
  object-fit: cover;
}

#herovideo{
  width: 100%;
  height: 100vh;
  height: calc(var(--spvh, vh) * 100);
  object-fit: cover;
}
#hero-layer1st{
  z-index: var(--hero-middlelayer-z-index);
  background-image: url(../img/lion-test-01.jpg);
  /* mix-blend-mode: difference; */
}
#hero-layer2nd{
  z-index: var(--hero-toplayer-z-index);
  background-image: url(../img/lion-test-02.png);
  /* mix-blend-mode: none; */
}
#hero h1{
  position: absolute;
  left: 10%;
  bottom: 25%;

  z-index: var(--hero-heading1-z-index);

  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #eee;
  font-size: var(--hero-heading1-fontsize);
  line-height: 73px;
  text-shadow: 0 0 10px #000;
}
/*-----bxslider@hero-----*/
.bxslider-wrap{
  position: absolute;
  left: 13%;
  bottom: 12%;

  width: 600px;
  z-index: var(--hero-heading1-z-index);
  border: solid 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.bx-wrapper{
  margin-bottom: 0px !important;
  border: solid 5px #fff;
  border-radius: 5px;
}
.bxslider a{
  display: inline-block;
  padding: 8px 0px;
  margin-left: 48px;

  color: #000;
  font-size: 18px;
}
.bx-pager-item .active{
  background: #fff !important;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
}

/*-----scroll@hero-----*/
.scroll{
  height: var(--hero-scrollanimation-height);

  position: absolute;
  z-index: var(--hero-scrollanimation-z-index);
  right: 0;
  left: 0;
  bottom: 25px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.scroll i{
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;

  filter:drop-shadow(0px 0px 3px #000);
}
.scrollbar{
  width: 4px;
  height: 50px;
  background-color: #fff;
  animation: shrink 0.7s ease-in-out alternate infinite;
}
.scrollbar2{
  width: 4px;
  height: 50px;
  background-color: #fff;
  animation: shrink 0.7s ease-in-out 0.7s alternate infinite;
}
@keyframes shrink{
  0%{
    height: 50px;
  }
  100%{
    height: 15px;
  }
}

/*service*/
.service{
  display: flex;
  flex-direction: column;

  padding-top: var(--service-padding-top);
  padding-bottom: var(--service-padding-bottom);

  text-align: center;
}
.service h1{
  margin-bottom: 10px;

  font-size: 40px;
  letter-spacing: 5px;
  -webkit-text-stroke: 4px #000;
}
.service h1 ~ p{
  font-size: 15px;
  margin-bottom: var(--service-title-mgbtm);
}
main .sectionContainer{
  display: flex;
  flex-direction: column;
  gap: var(--service-content-columngap);
}
main .introduce{
  display: flex;
  width: 90%;
  height: var(--service-card-height);
  background-position: center;
  background-size: cover;
  align-self: flex-end;

  filter: drop-shadow(1px 0 1px #000);
}
#mobile{
  box-shadow: -70px 70px #264653;
}
#itsolution{
  box-shadow: 50px 50px #a04b5e, 50px -50px #a04b5e;
}
#officedesign{
  box-shadow: -50px 50px #e76f51;
}
#japanc{
  box-shadow: 50px 50px #81b29a;
}

.card-eyecatch{
  width: calc(100% - var(--card-width));
  height: var(--service-card-height);
  background-size: cover;
  background-position: center;
}



.card h2{
  color: #d3d3d4;
  font-size: 40px;
  line-height: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;

  margin-bottom: 8px;
}
.card p{
  text-align: center;
  margin-bottom: 24px;

  color: #d3d3d4;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
}
.cardbar,
.officecardbar{
  width: 276px;
  height: 4px;
  margin-bottom: 24px;

  background-color: #fff;
}
.card .description{
  padding: 0px 40px;

  text-align: left;
  font-size: 1.5rem;
  line-height: 22px;
  color: #bbb;
}
.card .description span{
  display: block;
  margin-bottom: 48px;

  color: #ccc;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 24px;
}


.card .btn{
  position: relative;
  display: block;
  color: #000;
  width: 250px;
  line-height: 72px;
  height: 72px;
  max-width: 250px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  cursor: pointer;

  align-self: center;

  border: solid 1px #fff;
}
.card .btn::before,
.card .btn::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.card .btn span{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.card .btn::before{
  right: -50px;
  border-right: 50px solid transparent;
  border-top: 80px solid rgba(0, 0, 0);
  transform: translateX(-100%);
}
.card .btn::after{
  left: -50px;
  border-left: 50px solid transparent;
  border-bottom: 80px solid rgba(0, 0, 0);
  transform: translateX(100%);
}
.card .btn:hover:before{
  transform: translateX(-49%);
}
.card .btn:hover:after{
  transform: translateX(49%);
}

@media (max-width:1080px){
  #hero .bg{
    background-position: right 25% bottom 20%;
  }
  #hero-layer1st{
    background-image: url(../img/lion-4x3.png);
  }
  #hero-layer2nd{
    background-image: url(../img/lion-4x3-translucent.png);
  }
  #hero h1{
    position: absolute;
    left: 5%;
    bottom: 25%;
  
    font-size: 64px;
    line-height: 66px;
  }
  .scroll{
    display: none;
  }
  main{
    overflow-x: hidden;
  }
  main .introduce{
    width: 100%;
    height: 720px;
    background-size: cover;
    filter:none;
  }
  #mobile,
  #itsolution,
  #officedesign,
  #japanc{
    box-shadow:none;
  }
  .card p{
    color: #ccc;
  }
  .card-eyecatch{
    background-image:none !important;
    background: linear-gradient(to right,#2224269c,transparent) !important;
  }
}
@media (max-width:599px){
  #hero-layer1st{
    background-image: url(../img/lion-9x16.png);
  }
  #hero-layer2nd{
    background-image: url(../img/lion-9x16-translucent.png);
  }
  #hero .bg{
    background-position: right 0% bottom 30%;
  }
  #hero .slide-img{
    height: 100vh;
    height: calc(var(--spvh, vh) * 100);
  }
  #hero h1{
    left: 5%;
    bottom: 18%;
  
    font-size: 60px;
    line-height: 70px;
  }
  .bxslider-wrap{
    left: 0;
    bottom: 5%;
  
    width: 100%;
    border-width: 10px 0px;
    border-radius: 0px;
  }
  .bxslider a{
    font-size: 15px;
  }
  main .sectionContainer{
    gap: 100px;
  }
  .card{
    width: 100%;
  }
  .card-inner{
    width: auto !important;
  }
  .card .description{
    padding: 0px calc(80vw /9);
  }
  .cardbar{
    width: 60%;
  
    background-color: #fff;
  }
}