html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body.home {
  width: 100%;
  min-width: 1025px;
  height: 100%;
  border-bottom: 15px solid #fff;
}
body.home #wrap {
  width: 100% !important;
  height: 100% !important;
}
body.home .handWrite .path {
  fill: transparent;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 10;
}
body.home .handWrite .pathAnime {
  stroke: #999;
  -moz-animation: hand 2s ease-in-out alternate forwards;
  -webkit-animation: hand 2s ease-in-out alternate forwards;
  animation: hand 2s ease-in-out alternate forwards;
}
body.home .handWrite .pathJump {
  opacity: 0;
  fill: #999;
  stroke-width: 0;
}
@-moz-keyframes hand {
  0% {
    stroke-dashoffset: 1000;
  }
  96% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #999;
    stroke-width: 0;
  }
}
@-webkit-keyframes hand {
  0% {
    stroke-dashoffset: 1000;
  }
  96% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #999;
    stroke-width: 0;
  }
}
@keyframes hand {
  0% {
    stroke-dashoffset: 1000;
  }
  96% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #999;
    stroke-width: 0;
  }
}
body.home #maskWrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
}
body.home #maskWrap .alertScroll {
  opacity: 0;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
}
body.home #maskWrap .alertScroll li {
  opacity: 0;
}
body.home #maskWrap .alertScroll.hint li.hint01 {
  position: relative;
  top: 6px;
  -moz-animation: hint 0.6s linear alternate infinite 0.1s;
  -webkit-animation: hint 0.6s linear alternate infinite 0.1s;
  animation: hint 0.6s linear alternate infinite 0.1s;
}
body.home #maskWrap .alertScroll.hint li.hint02 {
  -moz-animation: hint 0.6s linear alternate infinite 0.2s;
  -webkit-animation: hint 0.6s linear alternate infinite 0.2s;
  animation: hint 0.6s linear alternate infinite 0.2s;
}
body.home #maskWrap .alertScroll.hint li.hint03 {
  position: relative;
  top: -6px;
  -moz-animation: hint 0.6s linear alternate infinite 0.3s;
  -webkit-animation: hint 0.6s linear alternate infinite 0.3s;
  animation: hint 0.6s linear alternate infinite 0.3s;
}
@-moz-keyframes hint {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hint {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hint {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.home #mask {
  width: 100vw;
  height: 100vh;
}
body.home #mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  min-width: 400px;
  transform: translate(-50%, -50%) scale(3);
}
body.home #siteContent {
  width: 100%;
  height: 100%;
  position: relative;
}
body.home #siteContent.active {
  position: fixed;
}
body.home #header {
  position: relative;
  z-index: 99;
}
body.home #header #logo {
  cursor: pointer;
  position: fixed;
  left: 15px;
  top: 45px;
  z-index: 10;
}
body.home #header #gnav {
  position: fixed;
  right: 180px;
  top: 42px;
  z-index: 10;
  letter-spacing: -.4em;
}
body.home #header #gnav li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 10px;
}
body.home #header #gnav li:first-child {
  margin-left: 0;
}
body.home #header #gnav li a {
  display: inline-block;
  position: relative;
}
body.home #header #gnav li a:before {
  display: inline-block;
  content: "";
  width: 0;
  position: absolute;
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home #header #gnav li a img {
  position: relative;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home #header #gnav li a:hover:before {
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home #header #gnav li a:hover img {
  top: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home #header .btnCv {
  position: fixed;
  right: 40px;
  top: 36px;
}
body.home #header .btnCv a {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 7px 15px;
  background-color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home #header .btnCv a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home #mv {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  background: url(../img/home/main_visual.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
body.home #mv #ml {
  width: 390px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -54px;
}
body.home #mv #btnScroll {
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  z-index: 2;
}
body.home #mv #btnScroll a {
  display: inline-block;
  position: relative;
}
body.home #mv #btnScroll .iconScrol {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body.home #mv #btnScroll .iconScrol.first {
  bottom: -24px;
  -moz-animation: rotateR 3s linear alternate infinite;
  -webkit-animation: rotateR 3s linear alternate infinite;
  animation: rotateR 3s linear alternate infinite;
}
body.home #mv #btnScroll .iconScrol.second {
  bottom: -38px;
  -moz-animation: rotateL 2.8s linear alternate infinite;
  -webkit-animation: rotateL 2.8s linear alternate infinite;
  animation: rotateL 2.8s linear alternate infinite;
}
@-moz-keyframes rotateR {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotateR {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotateR {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-moz-keyframes rotateL {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes rotateL {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
@keyframes rotateL {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
body.home #content {
  width: 100%;
}
body.home #content #logoArea {
  background-color: #333;
}
body.home #content #espacioLsMessage {
  width: 100%;
  padding: 80px 0 60%;
  background: url(../img/home/bg_monotone.jpg) no-repeat center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body.home #content #espacioLsMessage p {
  opacity: 0;
  color: #fff;
  line-height: 2.75;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 70px;
}
body.home #content #espacioLsMessage figure {
  opacity: 0;
  text-align: center;
}
body.home #content .category {
  padding: 55px 60px 120px;
  background-color: #ececec;
}
body.home #content .category .catInr {
  max-width: 1025px;
  margin: 0 auto;
  padding: 46px 50px;
  background-color: #fff;
}
body.home #content .category .box {
  margin-top: 80px;
}
body.home #content .category .box:first-child {
  margin-top: 0;
}
body.home #content .category .box#catAlc .handWrite {
  width: 208px;
  height: 77px;
}
body.home #content .category .box#catLs .boxPhoto {
  float: right;
}
body.home #content .category .box#catLs .boxCap {
  float: left;
}
body.home #content .category .box#catLs .handWrite {
  width: 192px;
  height: 87px;
  margin-left: -50px;
  top: -10px;
  left: 100%;
}
body.home #content .category .box#catTec .handWrite {
  width: 232px;
  height: 103px;
  left: 20px;
}
body.home #content .category .box#catTec .boxCap .boxTxt {
  padding-left: 68px;
}
body.home #content .category .box .boxPhoto {
  float: left;
  opacity: 0;
  width: 59%;
}
body.home #content .category .box .boxPhoto img {
  width: 100%;
}
body.home #content .category .box .boxCap {
  float: right;
  width: 41%;
  padding-top: 170px;
  position: relative;
}
body.home #content .category .box .boxCap .handWrite {
  position: absolute;
  top: 60px;
  left: 30px;
}
body.home #content .category .box .boxCap .boxTxt {
  opacity: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 55px;
  padding-left: 48px;
}
body.home #content .category .box .boxCap .boxBtn {
  opacity: 0;
  line-height: 1;
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #333;
  background: url(../img/common/icon_btn_arw_black.png) no-repeat 90% center;
  background-size: 4px 5px;
  position: relative;
  left: -2px;
  top: -2px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transition-property: left, top;
  -o-transition-property: left, top;
  -webkit-transition-property: left, top;
  transition-property: left, top;
}
body.home #content .category .box .boxCap .boxBtn:hover {
  left: 0px;
  top: 0px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transition-property: left, top;
  -o-transition-property: left, top;
  -webkit-transition-property: left, top;
  transition-property: left, top;
}
body.home #content .category .box .boxCap .boxBtn:hover:after {
  opacity: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transition-property: opacity, right, bottom;
  -o-transition-property: opacity, right, bottom;
  -webkit-transition-property: opacity, right, bottom;
  transition-property: opacity, right, bottom;
}
body.home #content .category .box .boxCap .boxBtn:after {
  content: " ";
  width: 100%;
  height: 100%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: -4px;
  bottom: -4px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transition-property: opacity, right, bottom;
  -o-transition-property: opacity, right, bottom;
  -webkit-transition-property: opacity, right, bottom;
  transition-property: opacity, right, bottom;
  z-index: 1;
}
body.home #content .category .box .boxCap .boxBtn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
body.home #content .category .box .boxCap .boxBtn img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
body.home #content #more {
  text-align: center;
  padding: 160px 0 140px;
  background: url(../img/home/bg_sky.jpg) no-repeat center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body.home #content #more .inrBox {
  background: none;
}
body.home #content #more .inrBox .boxTxt {
  opacity: 0;
  margin-bottom: 60px;
}
body.home #content #more .inrBox .boxBtn {
  opacity: 0;
  line-height: 1;
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #fff;
  background: url(../img/common/icon_btn_arw.png) no-repeat 180px center;
  background-size: 4px 5px;
  position: relative;
  left: -2px;
  top: -2px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home #content #more .inrBox .boxBtn:hover {
  left: 0px;
  top: 0px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home #content #more .inrBox .boxBtn:hover:after {
  opacity: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home #content #more .inrBox .boxBtn:after {
  content: " ";
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: -4px;
  bottom: -4px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
body.home #content #more .inrBox .boxBtn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
body.home #content #more .inrBox .boxBtn img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
body.home #content #multi {
  background-color: #1e1e1e;
}
body.home #content #multi .inrBox {
  width: 100%;
  height: 534px;
  padding: 0 15px;
  box-sizing: border-box;
}
body.home #content #multi .inrBox .boxBtn {
  line-height: 1;
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #fff;
  background: url(../img/common/icon_btn_arw.png) no-repeat 180px center;
  background-size: 4px 5px;
  position: relative;
  left: -2px;
  top: -2px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home #content #multi .inrBox .boxBtn:hover {
  left: 0px;
  top: 0px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home #content #multi .inrBox .boxBtn:hover:after {
  opacity: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home #content #multi .inrBox .boxBtn:after {
  content: " ";
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: -4px;
  bottom: -4px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
body.home #content #multi .inrBox .boxBtn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
body.home #content #multi .inrBox .boxBtn img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
body.home #content #multi .boxL {
  float: left;
  text-align: center;
  width: 50%;
}
body.home #content #multi .boxL p {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  padding-top: 160px;
  margin-bottom: 53px;
}
body.home #content #multi .boxL p span {
  font-size: 18px;
  font-size: 1.8rem;
}
body.home #content #multi .boxR {
  float: right;
  width: 50%;
  height: 100%;
  background: url(../img/home/img_multi.jpg) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body.home .btnCatalog {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 58px 0 68px;
  background-color: #ececec;
}
body.home .btnCatalog a {
  display: inline-block;
  width: 596px;
  height: 100%;
  background: url(../img/home/btn_catalog_on.jpg) no-repeat left top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body.home .btnCatalog a img {
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home .btnCatalog a:hover img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
