.main h1{
  display: none;
}
.drop {
  width: 200px;
  margin: 0 auto;
  position: relative;
}

.drop-scrolldown {
  position: absolute;
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 15%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drop-scrolldown img {
  width: 100%;
  -webkit-animation: float 1s ease-in-out infinite alternate;
          animation: float 1s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
  .drop {
    width: 150px;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}

.head {
  position: relative;
}

.head .drop {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  100% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  100% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
}

.main {
  background: -webkit-gradient(linear, left top, left bottom, from(#292e83), color-stop(20%, #292e83), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(to bottom, #292e83 0%, #292e83 20%, transparent 50%, transparent 100%);
}

@media screen and (max-width: 767px) {
  .main {
    padding: 60px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#292e83), color-stop(33%, #292e83), color-stop(50%, transparent), to(transparent));
    background: linear-gradient(to bottom, #292e83 0%, #292e83 33%, transparent 50%, transparent 100%);
  }
}

.kick-off {
  padding-top: 180px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.kick-off .title {
  display: block;
  max-width: 792px;
  width: 100%;
  margin: 0 auto 52px;
}

.kick-off .video {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 12px;
  margin-bottom: 36px;
  width: inherit;
    margin-right:  inherit;
        clear: inherit;
    height: inherit;
}

.kick-off .video img {
  margin: 0;
  width: 100%;
}

.kick-off-slogan-1 {
  max-width: 498px;
  width: 100%;
  margin: 0 auto 28px;
  display: block;
}

.kick-off-text {
  font-size: 27px;
  font-weight: 500;
  color: #636466;
  line-height: 2;
  position: relative;
}

.kick-off-text .kick-off-slogan-2 {
  position: absolute;
  width: 414px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .kick-off {
    padding-top: 96px;
    padding-bottom: 24px;
  }
  .kick-off .title {
    margin: 0 auto 16px;
  }
  .kick-off .video {
    padding: 4px;
    margin-bottom: 16px;
  }
  .kick-off-slogan-1 {
    max-width: 238px;
    margin: 0 auto 16px;
  }
  .kick-off-text {
    font-size: 15px;
  }
  .kick-off-text .kick-off-slogan-2 {
    width: 162px;
    position: static;
    display: block;
    margin-left: auto;
    margin-top: 8px;
  }
}

.product {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}

.product .title {
  display: block;
  max-width: 777px;
  width: 100%;
  margin: 0 auto 60px;
}

.product-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.product .row {
  margin-left: -5px;
  margin-right: -5px;
}

.product .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.product-text {
  padding: 24px;
}

.product-text p {
  font-size: 25px;
  margin: 0;
  line-height: 2;
  color: #636466;
  font-weight: 500;
}

.product-text img {
  width: 90%;
  display: block;
  margin-left: auto;
}

.product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .product {
    margin-bottom: 20px;
  }
  .product .title {
    margin: 0 auto 16px;
  }
  .product .row {
    margin-left: -2px;
    margin-right: -2px;
  }
  .product .row > div {
    padding-left: 2px;
    padding-right: 2px;
  }
  .product-text {
    padding: 0 16px;
  }
  .product-text p {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .product-inner > img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-inner > .row {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btns-wrapper {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 12px;
  margin: 0;
  padding: 8px;
}

.btns-wrapper li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btns-wrapper li > img {
  position: absolute;
  bottom: -60%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
          transform: translateX(-50%) scale(0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
  max-width: inherit;
  height: 320%;
}

.btns-wrapper a {
  font-size: 32px;
  font-weight: 500;
  padding: 0 48px;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b79e74;
  text-shadow: none;
  cursor:pointer ;
  cursor: default;
}

.btns-wrapper:nth-child(2) {
  border-radius: 100px;
  border: 1px solid #b1b1b1;
}

@media screen and (min-width: 768px) {
  .btns-wrapper li:hover {
    /* -webkit-transform: scale(1.2);
            transform: scale(1.2); */
  }
  .btns-wrapper li:hover > img {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  .btns-wrapper li:not(.experience):hover a {
    text-shadow: 0 0 7px #907540;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .btns {
    padding: 3px;
    margin-bottom: 55px;
  }
  .btns-wrapper {
    padding: 8px;
    gap: 16px;
    
  }
.btns-wrapper:nth-child(2) {
    border-radius: 100px;
    border: 0;
}
  .btns-wrapper a {
    font-size: 18px;
    padding: 0 16px;
    
     /* -webkit-transform: scale(1.2);
            transform: scale(1.2);
    text-shadow: 0 0 7px #907540; */
    color: #fff;
  }
  .btns-wrapper .experience a{
    color: #b79e74;
  }
  .btns-wrapper li > img {
    height: 320%;
    bottom: -64%;
            opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
  }
  .btns-wrapper li.active > img {
    /* opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); */
  }
  .btns-wrapper li.active a {
    /* -webkit-transform: scale(1.2);
            transform: scale(1.2);
    text-shadow: 0 0 7px #907540;
    color: #fff; */
  }
}

.bottom {
  position: relative;
  margin-top: 100px;
}

.bottom .drop {
  position: absolute;
  left: 50%;
  top: 10vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .bottom {
    margin-top: 50px;
  }
}

.btn-top {
  position: fixed;
  width: 90px;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .btn-top {
    width: 65px;
  }
}
/*# sourceMappingURL=style.css.map */