@charset "utf-8";

@font-face {
  font-family: "raleway";
  src: url(../Raleway-VariableFont_wght.ttf);
}

* {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-family: "raleway";
  color: #333333;
}

a {
  text-decoration: none;
  display: block;
}

.animate__animated.animate__fadeInUp {
  animation-duration: 2s;
}

body {
  background-color: #f7f4f3;
}

header {
  width: 100%;
  height: 130px;
}

.logo {
  float: left;
  width: 200px;
  height: 100px;
  margin-left: 100px;
  margin-top: 30px;
}
.logo img {
  width: 150px;
  height: 35px;
}

.menu {
  float: left;
  width: 600px;
  height: 50px;
  position: relative;
  z-index: 1;
  top: 40px;
  margin-left: 600px;
}

.navi > li {
  font-size: 14px;
  margin-left: 30px;
  position: relative;
  float: left;
}
.navi > li:nth-child(1) {
  margin-left: 0;
}

.navi > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 1s;
}

.navi > li::after {
  width: 0;
}
.navi > li:hover::after {
  width: 100%;
}

.submenu {
  z-index: 1;
  position: absolute;
  float: left;
  display: none;
  top: 30px;
  left: -60px;
  width: 180px;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.submenu > li > a {
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
}

.dealer {
  float: right;
  width: 160px;
  height: 40px;
  background-color: #000000;
  border-radius: 20px;
  margin-right: 100px;
  margin-top: 29px;
}
.dealer > a {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}

.bodywrap {
  width: 1440px;
}

.con1 {
  width: 1100px;
  height: 550px;
  margin-top: 50px;
}
.con1txt1 {
  width: 300px;
  float: left;
  position: absolute;
  z-index: 1;
}
.con1 span {
  font-size: 12px;
}
.con1 h1 {
  font-size: 50px;
  margin-top: 20px;
}
.con1 p {
  float: right;
  font-size: 13px;
  line-height: 20px;
  width: 330px;
}
.con1img {
  width: 500px;
  height: 600px;
  background-color: #c5d9d2;
  position: absolute;
  margin-left: 200px;
  background-image: url(../img/lcm.png);
  background-position: center;
  background-repeat: no-repeat;
}
/* .con1img img{width: 600px;
            height: 350px;
            margin-top: 130px;
            position: absolute;
            right: -50px;} */

.con1-1 {
  width: 400px;
  height: 200px;
  position: absolute;
  top: 770px;
  float: left;
  margin-left: 200px;
}
.con1-1 h3 {
  font-size: 22px;
  font-weight: 450px;
  margin-bottom: 15px;
}
.con1-1 span {
  font-size: 16px;
  font-weight: 550;
  display: block;
  margin-bottom: 15px;
}
.con1-1 p {
  font-size: 13px;
  line-height: 18px;
}

.con1-2 {
  width: 1440px;
  height: 550px;
  margin-top: 300px;
  float: left;
  margin-left: 250px;
}
.collinsimg {
  width: 600px;
  height: 600px;
  float: left;
}
.collinsimg img {
  float: left;
  width: 280px;
  height: 400px;
  margin-left: 20px;
}
.collinsimg img:nth-child(1) {
  margin-left: 0;
}
.collinsimg img:nth-child(2) {
  margin-top: 100px;
}

.con1-2 {
  position: relative;
}
.collinstxt {
  top: 250px;
  left: 650px;
  position: absolute;
}
.collinstxt span {
  font-size: 12px;
}
.collinstxt p {
  font-size: 32px;
  font-weight: 550;
  margin-top: 20px;
}

.con2 {
  background-color: #c5d9d2;
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 900px;
}

.con2img {
  width: 600px;
  height: 550px;
  margin-left: 250px;
  float: left;
}
.con2img img {
  float: left;
  width: 280px;
  height: 400px;
  margin-left: 20px;
}
.con2img img:nth-child(1) {
  margin-left: 0;
  margin-top: 70px;
}
.con2img img:nth-child(2) {
  margin-top: 150px;
}

.con2txt {
  position: absolute;
  width: 300px;
  left: 870px;
  top: 200px;
}
.con2txt span {
  font-size: 12px;
}
.con2txt .title {
  font-size: 32px;
  font-weight: 550;
  margin-top: 20px;
}
.con2txt p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 20px;
}
.con2txt .con2bt {
  margin-top: 30px;
  display: block;
  text-decoration: underline;
}
.con22 {
  transform: rotate(90deg);
  font-size: 11px;
  float: right;
  top: 350px;
  position: absolute;
  right: 180px;
}

.con3 {
  width: 1100px;
  height: 900px;
  margin-top: 100px;
  position: relative;
}

.con3txt {
  width: 400px;
  height: 180px;
  position: absolute;
  float: left;
}
.con3txt span {
  font-size: 32px;
  font-weight: 550;
}
.con3txt p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 20px;
}

.con3con {
  width: 1200px;
  height: 550px;
  position: absolute;
  top: 200px;
}
.con3img {
  width: 600px;
  height: 550px;
  float: left;
  margin-left: 70px;
}
.con3img img {
  width: 280px;
  height: 400px;
  object-fit: cover;
  float: left;
  margin-left: 20px;
}
.con3img img:nth-child(1) {
  margin-left: 0;
}
.con3img img:nth-child(2) {
  margin-top: 120px;
}

.con3contxt {
  position: absolute;
  width: 300px;
  left: 700px;
  top: 200px;
}
.con3contxt span {
  font-size: 12px;
}
.con3contxt .title2 {
  font-size: 32px;
  font-weight: 550;
  margin-top: 20px;
}
.con3contxt p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 20px;
}
.con3contxt .con3bt {
  margin-top: 30px;
  display: block;
  text-decoration: underline;
}
.con33 {
  transform: rotate(90deg);
  font-size: 11px;
  float: right;
  top: 350px;
  position: absolute;
  right: 115px;
}

footer {
  width: 100%;
  height: 400px;
  background-color: #000000;
}
footer .wrap {
  width: 1100px;
}

.btlogo {
  width: 150px;
  height: 35px;
  float: left;
}
.btlogo img {
  width: 150px;
  height: 35px;
  margin-top: 50px;
  float: left;
}

.btmenu {
  float: right;
  width: 350px;
  height: 150px;
  margin-top: 50px;
}

.btmenu a {
  color: #ffffff;
  font-size: 11px;
  line-height: 25px;
}
.btmenu1 {
  float: left;
  text-align: right;
  margin-right: 20px;
}

.btmenu2 {
  text-align: left;
}

.footerbottom {
  float: left;
  width: 1100px;
  margin-top: 100px;
}

.footermiddle {
  position: relative;
}

.sns {
  float: left;
  position: absolute;
  top: 270px;
}
.sns li {
  float: left;
  margin-left: 30px;
}
.sns li:nth-child(1) {
  margin-left: 0;
}

.site {
  width: 500px;
  float: right;
  position: absolute;
  top: 275px;
  right: 0px;
}
.site li {
  font-size: 11px;
  float: right;
  margin-right: 20px;
}
.site li:nth-child(1) {
  margin-right: 0;
}
.site a {
  color: #ffffff;
}

.copy {
  font-size: 12px;
  color: #707070;
  margin-top: 10px;
}
