@import url(common.css);
@import url(font.css);


body{
  min-width: 1200px;
  font-family: 'WorkSans';
  text-transform: uppercase;
  background-color: #181716;
  color: #f9f6f3;
  -ms-overflow-style: none;
}
::-webkit-scrollbar {display: none;}


/* top & bottom */
.side_btn{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 60px;
  background: #18171693;
  color: #f9f6f3;
  font-size: 20px;
  border-radius: 30px;
  z-index: 99;
  opacity: 0;
  transform: translateY(100px);
  transition: 1s;
}
.side_btn.active{
  transform: translateY(0);
  opacity: 1;
}
.top, .bottom{
  position: relative;
  width: 30px;
  height: 30px;
}
.top a i, .bottom a i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


#wrap{width: 100%;}

h2{
  font-size: 160px;
  font-weight: 500;
  line-height: 160px;
}
h3{
  font-size: 160px;
  font-weight: 500;
  font-family: 'BaskervilleBT', serif;
  letter-spacing: -1.5px;
}
h4{
  font-size: 80px;
  line-height: 80px;
}
h5{font-size: 40px;}
h6{font-size: 23px;}
p{font-size: 18px;}


/* mouse */
@media only screen and (min-width:769px) {
	body, a{cursor: none;}
	.cursor{
		position: fixed;
		left: 0;
		top: 0;
		pointer-events: none;
	}
	.cursor--small{
		width: 18px;
		height: 18px;
		left: -9px;
		top: -9px;
		border-radius: 50%;
		z-index: 99;
		background: #beb6aba6;
	}
	.cursor--canvas{
		width: 100vw;
		height: 100vh;
		z-index: 100;
	}
}

@media only screen and (max-width:768px) {
	body{cursor: none;}
	.cursor--small,
  .cursor--canvas{display: none;}
}


/* ========================= Header */
header{
  width: inherit;
  background: url(../image/ho1.jpg) no-repeat top center;
  background-size: cover;
  color: #f9f6f3;
  overflow: hidden;
}
header nav{
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 99;
}
header nav .logo.white{
  width: 110px;
  height: 30px;
  position: absolute;
  top: 28px;
  left: 30px;
  background: url(../image/logo.svg) no-repeat left center;
  opacity: 1;
}
header nav .logo.black{
  width: 110px;
  height: 30px;
  position: absolute;
  top: 28px;
  left: 30px;
  background: url(../image/logo_b.svg) no-repeat left center;
  opacity: 1;
}
header nav ul{
  display: flex;
  justify-content: right;
  position: absolute;
  top: 0;
  right: 30px;
  margin: 35px 0;
}
header nav ul li{
  font-size: 18px;
  padding: 0 12px;
  cursor: pointer;
  transition: 0.5s;
}
header nav ul .navHover:hover{
  background: #f9f6f3;
  color: #181716;
  border-radius: 5px;
  box-shadow: 0 3px 5px #18171633;
}
header nav ul li i{font-size: 22px;}
header nav ul li:nth-child(6){
  margin-left: 20px;
}
header nav ul li:nth-child(6):hover,
header nav ul li:nth-child(7):hover{
  transform: scale(1.1);
}
.title_top{
  width: 1200px;
  margin: 85px 0 0 30px;
}
.title_top div{
  width: 1200px;
  display: inline-block;
  position: relative;
}
.title_top div h3{margin-top: -35px;}
.title_top div p{
  position: absolute;
  bottom: 23%;
  right: 46%;
  text-align: left;
  line-height: 20px;
  margin: 30px 0 0 30px;
}
.title_top>h2{margin: -42px 0 1250px 0;}
.title_bottom{
  overflow: hidden;
  margin: 0 30px;
}
.title_bottom h5{
  float: right;
  margin-bottom: 30px;
}
.title_bottom p{
  float: left;
  margin-top: 22px;
}


/* ========================= Section */
section{width: inherit;}

/* content1 */
.content1{
  background: #f9f6f3;
  color: #181716;
  padding: 10px 50px;
}
.content1 div{
  width: 85%;
  height: 1000px;
  background: url(../image/ho2.png) no-repeat center center;
  background-size: cover;
  margin: auto;
}

/* content2 */
.content2{
  width: 100%;
  padding: 100px 50px 30px;
  background: url(../image/ho3.jpg) no-repeat top center;
  background-size: cover;
  color: #f9f6f3;
  position: relative;
}
.con_text{width: 1550px;}
.content2 h5, .content2 p{text-align: center;}
.content2 h5{margin-top: 1500px;}
.content2 p{margin-top: 5px;}

/* content3 */
.content3{
  background: #f9f6f3;
  color: #181716;
  width: 100%;
  padding: 100px 50px 140px;
}
.content3 div:nth-of-type(2){
  width: 100%;
  height: 1000px;
  background: url(../image/ho4.png) no-repeat top center;
  background-size: cover;
}
.content3 ul{
  display: flex;
  justify-content: space-between;
}
.content3 ul:nth-of-type(1){margin-bottom: 20px;}
.content3 ul li{
  width: 485px;
  height: 700px;
  background: #dbd5cf;
  margin-right: 20px;
  padding: 30px;
  position: relative;
  transition: 0.35s;
}
.content3 ul li:hover{
  background: #181716;
  color: #f9f6f3;
}
.content3 ul:nth-of-type(1) li:last-child,
.content3 ul:nth-of-type(2) li:last-child{
  margin-right: 0;
}
.content3 ul .size1,
.content3 ul .size2{width: 1000px;}
.content3 ul li div:last-child{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 450px;
}
.content3 ul .size1 div:last-child,
.content3 ul .size2 div:last-child{
  width: 500px;
}
.content3 ul:nth-of-type(1) li:nth-child(1) div:last-child{
  background: url(../image/home1.png) no-repeat bottom center;
  background-size: cover;
}
.content3 ul:nth-of-type(1) li:nth-child(2) div:last-child{
  background: url(../image/home2.png) no-repeat bottom center;
  background-size: cover;
}
.content3 ul:nth-of-type(1) li:nth-child(3) div:last-child{
  background: url(../image/home3.png) no-repeat bottom center;
  background-size: cover;
}
.content3 ul:nth-of-type(2) li:nth-child(1) div:last-child{
  background: url(../image/home6.png) no-repeat bottom center;
  background-size: cover;
}
.content3 ul:nth-of-type(2) li:nth-child(2) div:last-child{
  background: url(../image/home5.png) no-repeat bottom center;
  background-size: cover;
}
.content3 ul:nth-of-type(2) li:nth-child(3) div:last-child{
  background: url(../image/home4.png) no-repeat bottom center;
  background-size: cover;
}
.content3 ul li:hover .ri-arrow-right-line{
  animation: arrow 1s 0.2s forwards;
}
.content3 h6, .content3 i{font-size: 30px;}
.content3 h6{float: left;}
.content3 i{
  margin-top: 4px;
  float: right;
}
.content3 p{margin-top: 20px;}
.content3 p:nth-of-type(1){float: left;}
.content3 p:nth-of-type(2){float: right;}
@keyframes arrow{
  50%{transform: translateX(-12px);}
  100%{transform: translateX(0);}
}


/* ========================= Footer */
footer{
  width: 100%;
  padding: 100px 50px;
  background: #181716;
  color: #f9f6f3;
  overflow: hidden;
}
.footer_top div{height: 25px;}
.footer_top .p_top_left{float: left;}
.footer_top .p_top_right{float: right;}
.footer_top h2{margin: 40px 0 60px;}
footer div:nth-child(2){
  width: 100%;
  height: 900px;
  background: url(../image/footer.jpg) no-repeat bottom center;
  background-size: cover;
}
.footer_bottom address{
  margin: 40px 0 20px 0;
  font-size: 14px;
  font-style: normal;
}
.footer_bottom h4{
  float: left;
}
.bottom_logo{
  float: right;
  width: 130px;
  height: 60px;
  background: url(../image/logo.svg) no-repeat bottom center;
  margin-top: 85px;
}
