/***** function *****/
/***** function *****/
/***** mixin *****/
/***** mixin End *****/
/* banner */
#banner {
  width: 100%;
  position: relative;
}

#banner .swiper_banner {
  border-bottom: 1px solid var(--line-color);
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box {
  width: 100%;
  position: relative;
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image {
  width: 100%;
  height: 70rem;
  position: relative;
}
/*
#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img {
  width: 100%;
  max-width: 1210px;
  height: 600px;
  max-height: 100%;
  margin: 0 auto;
}
*/
 
#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.tb, #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.mo {
  display: none;
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.pc {
  display: block;
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout h2 span {
  display: block;
  font-size: 2.4vw;
  line-height: 3.2vw;
  white-space: nowrap;
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout h2 span:nth-of-type(1) {
  font-weight: 300;
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout h2 span:nth-of-type(2) {
  font-weight: 700;
}

#banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 1.2rem 3.6rem;
  border-radius: 7.2rem;
  font-size: 1vw;
  font-weight: 400;
  margin-top: 2rem;
  white-space: nowrap;
}

#banner .swiper_items {
  width: calc(100% - 4rem);
  max-width: 120rem;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 1.2rem;
}

#banner .swiper_items .slide_autoplay_buttons {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

#banner .swiper_items .slide_autoplay_buttons span {
  font-size: 2.4rem;
  color: #b3b3b3;
}

#banner .swiper_items .slide_autoplay_buttons:hover span {
  color: #fff;
}

#banner .swiper_items .slide_buttons {
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6rem;
  padding: 0 .6rem;
  gap: 0 .6rem;
  position: relative;
}

#banner .swiper_items .slide_buttons div {
  position: relative;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

#banner .swiper_items .slide_buttons div::after {
  color: #fff;
  opacity: 0.8 !important;
}

#banner .swiper_items .slide_buttons div:hover::after {
  opacity: 1 !important;
}

#banner .swiper_items .slide_pagination {
  height: 4.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6rem;
  padding: 0 2.4rem;
}

#banner .swiper_items .slide_pagination div {
  width: auto !important;
  height: auto !important;
  left: auto !important;
  bottom: auto !important;
  position: relative;
  color: #b3b3b3;
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 .6rem;
}

#banner .swiper_items .slide_pagination div span:nth-of-type(1) {
  color: #fff;
}

/* banner end */
/* container */
#container .section {
  padding: 5rem 0;
}

/* container end */
@media (max-width: 1199px) {
  /* container */
  #container {
    margin-top: 0;
  }
  #container .section {
    padding-bottom: 0 !important;
  }
  #container .section.section_order_1 {
    padding-bottom: 10rem;
  }
  /* container end */
  /* banner */
  #banner {
    margin-top: 8rem;
  }
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.pc, #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.mo {
    display: none;
  }
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.tb {
    display: block;
  }
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout h2 span {
    font-size: 3.2vw;
    line-height: 4vw;
  }
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout a {
    font-size: 1.6vw;
  }
  /* banner end */
}

@media (max-width: 767px) {
  #banner .swiper_items .slide_buttons {
    display: none;
  }
  /**/
  #container .section {
    padding: 6rem 0;
  }
  #container .section.section_order_1 {
    padding-bottom: 6rem !important;
  }
  #container .middle_banner {
    margin-top: 6rem;
  }
  /* banner */
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.pc, #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.tb {
    display: none;
  }
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .image img.mo {
    display: block;
  }
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout h2 {
    text-align: center;
  }
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout h2 span {
    font-size: 4.8vw;
    line-height: 5.6vw;
  }
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box .text .layout a {
    margin: 2rem auto 0;
    font-size: 2.2vw;
  }
  /*
  #banner .swiper_banner .swiper-wrapper .swiper-slide .banner_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.05);
  }
  */
  /* banner end */
}
