@charset "UTF-8";
body {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

img {
  width: 100%;
}

ul li {
  list-style: none;
}

table {
  border-spacing: 0;
}

body * {
  color: #000;
  line-height: 1;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  display: block;
}

a:hover, button:hover {
  opacity: 0.8;
}

.lp_wrap {
  background: url(../img/pc_bg.jpg) no-repeat top center;
  background-attachment: fixed;
  /*吸着左*/
}
.lp_wrap .l_menu {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 290px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 1341px) {
  .lp_wrap .l_menu {
    width: calc((100vw - 750px) / 2);
  }
}
@media screen and (max-width: 1340px) {
  .lp_wrap .l_menu {
    display: none;
  }
}
.lp_wrap .l_menu .tit {
  width: 220px;
}
@media screen and (max-width: 1600px) {
  .lp_wrap .l_menu .tit {
    width: 220px;
  }
}
.lp_wrap .l_menu li:not(:first-child) {
  background: url(../img/nav_line.png) no-repeat top center/100%;
}
.lp_wrap {
  /*吸着右*/
}
.lp_wrap .r_menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1341px) {
  .lp_wrap .r_menu {
    width: calc((100vw - 750px) / 2);
  }
}
@media screen and (max-width: 1340px) {
  .lp_wrap .r_menu {
    display: none;
  }
}
.lp_wrap .r_menu .qr {
  width: 180px;
  margin: 0 auto;
}
.lp_wrap .contants {
  max-width: 750px;
  margin: 0 auto;
}
.lp_wrap .contants .lp_btn {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .lp_btn {
    width: 82.67vw;
  }
}
.lp_wrap .contants .box01 {
  background: url(../img/bg01.jpg) no-repeat top center/100%;
}
.lp_wrap .contants .box02 {
  background: url(../img/bg02.jpg) no-repeat top center/100%;
}
.lp_wrap .contants .box03 {
  background: url(../img/bg03.jpg) no-repeat top center/100%;
}
.lp_wrap .contants .box04 {
  background: url(../img/bg04.jpg) no-repeat top center/100%;
}
.lp_wrap .contants .footer {
  background: #000;
  padding: 80px 0 30px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .footer {
    padding: 8vw 0 4vw;
  }
}
.lp_wrap .contants .footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .footer .footer_inner {
    padding: 0 2.67vw;
  }
}
.lp_wrap .contants .footer .footer_logo {
  width: 220px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .footer .footer_logo {
    width: 24vw;
    margin: 0 auto 5.33vw;
  }
}
.lp_wrap .contants .footer .footer_nav {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .footer .footer_nav {
    margin-bottom: 5.33vw;
  }
}
.lp_wrap .contants .footer .footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .footer .footer_links {
    gap: 2vw 2.67vw;
  }
}
.lp_wrap .contants .footer .footer_links li a {
  color: #fff;
  font-size: 14px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .footer .footer_links li a {
    font-size: 1.6vw;
  }
}
.lp_wrap .contants .footer .footer_links li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.lp_wrap .contants .footer .footer_links li a:hover::after {
  width: 100%;
}
.lp_wrap .contants .footer .footer_links li:not(:last-child)::after {
  content: "|";
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .footer .footer_links li:not(:last-child)::after {
    margin-left: 1.33vw;
  }
}
.lp_wrap .contants .footer .copyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .lp_wrap .contants .footer .copyright {
    font-size: 1.47vw;
  }
}

/*# sourceMappingURL=style.css.map */