@charset "utf-8";
/* CSS Document */

.swiper_wrapper {
  position: relative;
  max-width: 1080px;
  height: auto;
  margin: auto;
  /*margin-bottom: 50px;*/
}

/*----------------------------------------------------- ヘッダースライダー --*/
.header_swiper {
  height: auto;
} 
.header_button-next,
.header_button-prev {
  display: none;
}
.swiper-pagination-bullet {
  width: 8px;
  border-radius: 40px;
  margin: 10px 5px 5px!important;
  background: #fe8600;
  opacity: 0.19;
}
.swiper-pagination-bullet-active {
  background: #fe8600;
  opacity: 1;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: inherit;
  line-height: 100%;
}

/*----------------------------------------------------- バナースライダー --*/
.bnr_swiper, 
.bnr_swiper2 {
  width: 90%;
  height: auto;
}
.bnr_swiper .swiper-wrapper,
.bnr_swiper2 .swiper-wrapper {
  margin-bottom: 10px;
}
.swiper_wrapper.bnr {
  padding: 10px 10px 0 10px;
  margin-bottom: 30px;
  height: 100%;
}
.bnr_button-next,
.bnr_button-next2,
.bnr_button-prev,
.bnr_button-prev2 {
  --swiper-navigation-color: #fe8600;
}
.bnr_button-prev::after,
.bnr_button-prev2::after,
.bnr_button-next::after,
.bnr_button-next2::after  {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  content: "\f0d9";
  width: 32px;
  height: 32px;
  margin: auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
}
.bnr_button-prev::after,
.bnr_button-prev2::after {
    left: -10px;
}
.bnr_button-next::after,
.bnr_button-next2::after {
  right: -10px;
  content: "\f0da";
}

.swiper-scrollbar {
  background: rgba(255, 134, 0, 0.2);
}
.swiper-scrollbar-drag {
  background: rgba(255, 134, 0, 0.8);
}

/* -------------------------------------------------------- PC */
@media screen and (min-width: 641px) {
  .swiper_wrapper {
    width: 1080px;
    margin-bottom: 0;
  }
  /*----------------------------------------------------- ヘッダースライダー --*/
  .swiper_wrapper.header {
    /*margin-bottom: 30px;*/
  }
  .header_swiper {
    width: 1000px;
    height: 425px;
  }
  .header_swiper .swiper-slide a img {
    width: 810px;
  }
  .header_swiper .swiper-slide {
    filter: brightness(70%);
    transition: .7s;
    text-align: center;
  }
  .header_swiper .swiper-slide.swiper-slide-active {
    filter: brightness(100%);
  }
  .header_button-next,
  .header_button-prev {
    display: flex;
    --swiper-navigation-color: #fe8600;
    top: 10px;
    /*bottom: 0;*/
    margin: auto;
    padding: 0 5px;
    height: 401px;
    width: auto;
    background-image: none;
    background-color: rgba(220, 220, 220, 0.2);
    border: 1px solid #ddd;
  }
  .header_button-prev::after,
  .header_button-next::after  {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 30px;
    content: "\f104";
  }
  .header_button-next::after {
    content: "\f105";
  }
  .swiper-pagination-bullet {
     border-radius: inherit;
    margin: 0 8px!important;
    width: 10px;
    border-radius: 40px;
    height: 10px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 10px 0;
  }
  
  /*----------------------------------------------------- バナースライダー --*/
  .swiper_wrapper.bnr {
    width: calc(100% - 40px);
    margin-top: 10px;
  }
  .bnr_swiper,
  .bnr_swiper2 {
      width: 1040px;
  }
  .swiper-horizontal>.swiper-scrollbar {
    left: inherit;
  }
}