/****** Main ********/
@font-face {
  font-family: 'CircularStd-Bold';
  src: url('../font/CircularStd-Bold.otf');
}
@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../font/CircularStd-Medium.otf');
}
@font-face {
  font-family: 'CircularStd-Book';
  src: url('../font/CircularStd-Book.otf');
}
h1 {
  font-family: 'CircularStd-Bold';
}
h3 {
  font-family: 'CircularStd-Medium';
  letter-spacing: 1px;
  font-weight: 300;
}
a,
p {
  /*font-family: 'CircularStd-Book';*/
  /*letter-spacing: 1px;*/
}
.navItem>a,.worksNav{
	font-family: 'CircularStd-Book';
  letter-spacing: 1px;
}
.hta-title{
	width: 80%;
	margin:0 auto;
font-size: 24px;
color: #1E1E1E;
letter-spacing: 0;
font-family: CircularStd-Medium;
}
.hta-text{
	width: 80%;
	margin:0 auto;
  font-size: 14px;
color: #606060;
letter-spacing: 0;
line-height: 22px;
margin-bottom: 50px;
    margin-top: 11px;
    font-family: CircularStd-Book;
}
@media screen and (min-width: 0px) and (max-width: 899px) {
	.hta-title{
	width: 100%;
}
.hta-text{
	width: 100%;
}
  body #firstScreen {
    width: 100vw;
    height: 60vw;
    background-image: url(../images/13n.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  body #secondScreen .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  body #secondScreen .container .aboutus {
    margin-top: 60px;
    margin-bottom: 48px;
  }
  body #secondScreen .container .aboutus h3 {
    font-size: 30px;
    line-height: 30px;
    color: #424242;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 12px;
  }
  body #secondScreen .container .aboutus p {
    font-size: 12px;
    line-height: 18px;
    color: #9e9e9e;
  }
  body #thirdScreen {
    position: relative;
    background-color: transparent;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  body #thirdScreen .inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  body #thirdScreen .inner .title {
    font-size: 48px;
    color: #424242;
    text-align: left;
    line-height: 68px;
    margin-top: 0;
    margin-bottom: 0;
  }
  body #thirdScreen .inner .worksNav {
    border-bottom: 1px solid #e0e0e0;
    overflow-x: scroll;
    /*display: flex;*/
  }
  body #thirdScreen .inner .worksNav .active a {
    color: #a72f2e;
  }
  body #thirdScreen .inner .worksNav li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    height: 32px;
    color: #9e9e9e;
    width: 40%;
  }
  body #thirdScreen .inner .workList {
    width: 100%;
    margin-top: 30px;
  }
 
  body #thirdScreen .inner .linkBotton {
    display: inline-block;
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #424242;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 30px;
    padding-top: 12px;
  }
  body #thirdScreen .inner .backToTop {
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
  }
}
@media screen and (min-width: 900px) {
  body header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: transparent;
    width: 100vw;
    height: 100px;
  }
  body header .headerContainer {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
  }
  body header .headerContainer .headerTitle {
    position: absolute;
    left: 60px;
    top: 0;
  }
  body header .headerContainer .headerTitle h1 {
    font-size: 20px;
    color: #424242;
    margin-top: 20px;
  }
  body header .headerContainer .headerTitle h1 img {
    width: 100px;
  }
  body header .headerContainer .menu {
    display: none;
  }
  body header .headerContainer nav {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body header .headerContainer nav .navItem {
    text-align: center;
    margin-left: 26px;
    margin-right: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body header .headerContainer nav .navItem a {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #424242;
    transition: all 0.3s cubic-bezier(0.695, 0, 0.335, 1);
  }
  body header .headerContainer nav .navItem a:hover {
    color: #a72f2e;
  }
  body header .headerContainer nav .navItem span:after {
    margin-top: 4px;
    width: 4px;
    height: 4px;
    display: block;
    background: transparent;
    border: 1px solid #aaa;
    content: '';
    transition: all 0.3s cubic-bezier(0.695, 0, 0.335, 1);
  }
  body header .headerContainer nav .navItem a:hover + span:after {
    border: 1px solid #a72f2e;
    background-color: #a72f2e;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
  }
  body #firstScreen {
    width: 100vw;
    height: 80vh;
    background-image: url('../images/11.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  body #secondScreen .container {
    width: 57.29166667%;
    margin: 0 auto;
    max-width: 1100px;
  }
  body #secondScreen .container .aboutus {
    margin-top: 60px;
    margin-bottom: 48px;
  }
  body #secondScreen .container .aboutus h3 {
    font-size: 30px;
    line-height: 30px;
    color: #424242;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 12px;
  }
  body #secondScreen .container .aboutus p {
    font-size: 14px;
    line-height: 22px;
    color: #9e9e9e;
  }
  body #thirdScreen {
    position: relative;
    background-color: transparent;
    margin-top: 100px;
  }
  body #thirdScreen .inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
  }
  body #thirdScreen .inner .title {
    font-size: 48px;
    color: #424242;
    text-align: left;
    line-height: 68px;
    margin-top: 0;
    margin-bottom: 0;
  }
  body #thirdScreen .inner .worksNav {
    /*width: 70%;*/
    /*margin: 0 auto;*/
    display: flex;
    justify-content: center;
    /*border-bottom: 1px solid #e0e0e0;*/
  }
  body #thirdScreen .inner .worksNav .active a {
    color: #a72f2e;
    pointer-events: none !important;
  }
  body #thirdScreen .inner .worksNav .active{
    border-bottom: 1px solid #AC1126;
  }
  body #thirdScreen .inner .worksNav li {
    float: left;
    margin-left: 16px;
    margin-right: 16px;
    height: 32px;
    color: #9e9e9e;
    padding: 0 8px;
  }
  body #thirdScreen .inner .worksNav li:nth-of-type(1) {
    margin-left: 0;
  }
  body #thirdScreen .inner .workList {
    width: 80%;
    margin:0 auto;
    margin-top: 30px;
  }
  
  body #thirdScreen .inner .linkBotton {
    display: inline-block;
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #424242;
    color: #424242;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 30px;
    padding-top: 12px;
  }
  body #thirdScreen .inner .backToTop {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
  }
}
