html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container-pc .swiper-slide {
  background: #fff;
  position: relative;
  /* Center slide text vertically */
}
.swiper-container-pc .swiper-slide .swiper_font_box {
  width: 1200px;
  margin: 0 auto;
}
.swiper-container-pc .swiper-slide:nth-of-type(1) {
  background: url("../img/product_jx_img/HL-55106501.png") center no-repeat;
  background-size: cover;
}
.swiper-container-pc .swiper-slide:nth-of-type(2) {
  background: url("../img/product_jx_img/HL-55106502.png") center no-repeat;
}
.swiper-container-pc .swiper-slide:nth-of-type(3) {
  background: url("../img/product_jx_img/HL-55106503.png") center no-repeat;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #DEB358;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0;
}
h2 {
  text-align: center;
  line-height: 300px;
  font-size: 50px;
}
@media screen and (max-width: 1050px) {
  .swiper-container-mobile {
    display: block !important;
  }
  .swiper-container-pc {
    display: none;
  }
}
