@media (max-width: 1024px) {
/* FV */
#fvContainer {
  /* width: 100%; */
  height: 340px;
  margin-top: 70px;
  /* background: #f2f2f2;
  position: relative;
  overflow: hidden; */
}

.title {
  width: auto;
  /* position: relative; */
}

#fvContainer .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* text-align: center; */
  /* z-index: 1; */
}

/* .title h1, .title h2 {
  padding-right: 12px;
  font-size: 80px;
  font-weight: 100;
  line-height: 0.9;
  display: inline-block;
  position: relative;
} */

/* .titleAni {
  width: 100%;
  height: 19px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.titleAni::after {
  width: 100%;
  font-size: 80px;
  font-weight: 100;
  line-height: 0.9;
  color: #fff;
  background: #fc6a09;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
} */

/* #fvContainer .titleAni::after  {
  content: "About";
}

.fontAni::after {
  animation: fontAni 1s 0.5s both;
}

@keyframes fontAni {
  0% {width: 0%;}
  100% {width: 100%;}
}

.title p {
  color: #fc6a09;
  letter-spacing: 3px;
  margin-top: 5px;
} */

.fvBack {
  font-size: 380px;
  line-height: 0.7;
  letter-spacing: 0px;
  /* color: #fff;
  position: absolute; */
  /* top: 50%; */
  right: auto;
  left: -20px;
  /* transform: translateY(-50%); */
}



/* Works */
#worksContainer {
  /* width: 100%; */
  margin-top: 120px;
}

/* #worksContainer ul {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
} */

#worksContainer ul li {
  /* width: 100%; */
  height: 280px;
  /* margin: 20px auto;
  overflow: hidden;
  position: relative; */
}

/* #worksContainer ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#worksContainer ul li a img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
#worksContainer ul li a img:hover {
  opacity: 0.6;
} */



/* Contact */
#contactContainer {
  width: 100%;
  margin-top: 120px;
  /* padding: 130px 0;
  background: url(../img/contactBack.jpg) center center / cover no-repeat;
  text-align: center; */
}

/* #contactContainer a {
  color: #fff;
}

#contactContainer .title h2 {
  color: #fff;
  position: relative;
} */
#contactContainer .title h2::after {
  /* content: ""; */
  width: 80px;
  /* height: 7px;
  transform: skewX(40deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 110%; */
}

/* #contactContainer p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
} */




}








@media (max-width: 560px) {
/* FV */
#fvContainer {
  /* width: 100%; */
  height: 200px;
  margin-top: 50px;
  /* background: #f2f2f2;
  position: relative;
  overflow: hidden; */
}

/* .title {
  width: auto; */
  /* position: relative; */
/* } */

/* #fvContainer .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* text-align: center; */
  /* z-index: 1; */
/* } */

.title h1, .title h2 {
  padding-right: 6px;
  font-size: 52px;
  /* font-weight: 100;
  line-height: 0.9;
  display: inline-block;
  position: relative; */
}

.titleAni {
  /* width: 100%; */
  height: 14px;
  /* overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0; */
}
.titleAni::after {
  /* width: 100%; */
  font-size: 52px;
  /* font-weight: 100;
  line-height: 0.9;
  color: #fff;
  background: #fc6a09;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden; */
}

/* #fvContainer .titleAni::after  {
  content: "About";
}

.fontAni::after {
  animation: fontAni 1s 0.5s both;
}

@keyframes fontAni {
  0% {width: 0%;}
  100% {width: 100%;}
} */

/* .title p {
  color: #fc6a09;
  letter-spacing: 3px;
  margin-top: 5px;
} */

.fvBack {
  /* -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; */
  font-size: 230px;
  line-height: 0.58;
  /* letter-spacing: 0px; */
  /* color: #fff;
  position: absolute; */
  /* top: 50%; */
  /* right: auto; */
  left: 0px;
  /* transform: translateY(-50%); */
  /* display: none; */
}



/* Works */
#worksContainer {
  /* width: 100%; */
  margin-top: 70px;
}

/* #worksContainer ul {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
} */

#worksContainer ul li {
  /* width: 100%; */
  height: 250px;
  margin: 10px auto;
  /* overflow: hidden;
  position: relative; */
}

/* #worksContainer ul li a {
  display: block;
  width: 100%;
  height: 100%;
} */

#worksContainer ul li a img {
  width: auto;
  height: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s; */
}
/* #worksContainer ul li a img:hover {
  opacity: 0.6;
} */




/* Contact */
#contactContainer {
  width: 100%;
  margin-top: 70px;
  padding: 90px 0;
  /* background: url(../img/contactBack.jpg) center center / cover no-repeat;
  text-align: center; */
}

/* #contactContainer a {
  color: #fff;
}

#contactContainer .title h2 {
  color: #fff;
  position: relative;
} */
#contactContainer .title h2::after {
  /* content: ""; */
  display: none;
  /* width: 80px; */
  /* height: 7px;
  transform: skewX(40deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 110%; */
}

#contactContainer p {
  width: 90%;
  margin: 20px auto 0;
  /* margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px; */
}



}





@media(max-width: 350px) {



}