@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;
  color: #f9f6f3;
  overflow: hidden;
}
video{
  width: 100%;
  height: 2001px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
  object-fit: cover;
}
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_text{
  display: flex;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
  margin-top: 85px;
}
.title_text h2{
  animation: textLoop 50s linear infinite;
  padding-right: 1.4881vw;
}
@keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.title_top p{
  line-height: 23px;
  margin: 30px 0 1570px 30px;
}
.title_bottom{
  text-align: center;
  margin-bottom: 30px;
}
.title_bottom h5{
  margin-bottom: 5px;
}


/* ========================= Section */
section{width: inherit;}

/* content1 */
.content1{
  padding: 100px 50px 120px;
  overflow: hidden;
}
.content1_top h5, .content1_top h2{
  font-family: 'BaskervilleBT', serif;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: -1.5px;
}
.content1_top h5{
  margin-bottom: 15px;
}
.content1_top div{
  width: 100%;
  height: 900px;
  background: url(../image/main2.jpg) no-repeat center center;
  background-size: cover;
}
.content1_top h2{
  font-size: 130px;
  text-align: right;
  margin: -85px -3px 0 0;
}
.content1_bottom div:nth-child(1){display: flex;}
.content1_bottom .con1_image1{
  width: 2200px;
  height: 800px;
  background: url(../image/main2-1.png) no-repeat center center;
  background-size: cover;
  margin-left: -750px;
}
.content1_bottom div:nth-child(1) p{
  min-width: 650px;
  font-size: 16px;
  margin: 320px 0 0 -470px;
  line-height: 30px;
  letter-spacing: 1px;
}
.content1_bottom .con1_image2{
  float: right;
  width: 1100px;
  height: 700px;
  background: url(../image/main3.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -250px;
}

/* content2 */
.content2{
  background: #f9f6f3;
  color: #181716;
  width: 100%;
  padding: 100px 50px 120px;
}
.content2 .p_top_left{margin-bottom: 40px;}
.content2 .content2_text{
  margin: auto;
  width: 1620px;
  text-align: center;
  position: relative;
}
.content2 .content2_text div:nth-of-type(1){
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 900px;
  background: url(../image/main4.png) no-repeat center center;
  background-size: cover;
}
.content2 .content2_text h2:nth-of-type(2){
  color: #f9f6f3;
  margin-top: -10px;
  -webkit-text-stroke: 2px #181716;
}
.content2 .content2_text .withYou{
  display: flex;
  justify-content: center;
  margin-top: -30px;
}
.withYou h3:nth-child(1){margin: 0 330px 0 -130px;}
.content2_bottom{margin-top: 350px;}
.content2_bottom p:nth-child(1){float: left;}
.content2_bottom p:nth-child(2){float: right;}

/* content3 */
.content3{
  width: 100%;
  padding: 100px 50px;
  background: url(../image/main5.jpg) no-repeat center center;
  background-size: cover;
  color: #f9f6f3;
}
.content3 .fadeIn{overflow: hidden;}
.content3 .p_top_left{float: left;}
.content3 .p_top_right{float: right;}
.content3 .tags{
  width: 1650px;
  margin-top: 1200px;
  font-size: 80px;
  text-align: center;
  transform: translateX(calc(var(--mouse-x) * 0.01px)) translateY(calc(var(--mouse-y) * 0.05px));
}
.content3 .tags ul li{
  display: inline-block;
  border: 2px solid #f9f6f3;
  border-radius: 80px;
  padding: 15px 60px 20px;
  margin: 10px 0;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.content3 .tags ul li:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #181716;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.content3 .tags ul li:hover{
  transform: scale(1.05);
}
.content3 .tags ul li:hover:before{
  transform: scaleX(1);
  transform-origin: left;
}

/* content4 */
.content4{
  background: #f9f6f3;
  color: #181716;
  width: 100%;
  padding: 150px 50px;
  overflow: hidden;
}
.content4 div:nth-child(1),
.content4 div:nth-child(2){
  width: 1000px;
  height: 700px;
  position: relative;
}
.content4 div:nth-child(1){
  background: url(../image/main6.jpg) no-repeat top center;
  background-size: cover;
}
.content4 div:nth-child(2){
  float: right;
  background: url(../image/main7.jpg) no-repeat top center;
  background-size: cover;
  margin-top: 200px;
}
.content4 div:nth-child(1) p,
.content4 div:nth-child(2) p{
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}
.content4 .bottom_left,
.content4 .bottom_right{
  margin-top: 10px;
}
.content4 .bottom_left{
  position: absolute;
  top: 100%;
  left: 0;
}
.content4 .bottom_right{
  position: absolute;
  top: 100%;
  right: 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;
}
