/* 共通（ローディングとナビゲーション） */
  .bxslider {
    position: relative;
  }
  .bxslider ul {
    opacity: 0;
  }
 
  .bxslider a {
    transition: 0.4s;
  }
  
  .bxslider .bx-pager-item {
    display: inline;
    padding: 0 5px;
  }
  .bxslider .bx-pager-item a {
    background: none;
    border: 1px solid #fff;
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -200%;
    overflow: hidden;
    border-radius: 50%;
  }
  .bxslider .bx-pager-item a:hover {
    background: #fff;
  }
  .bxslider .bx-pager-item a.active {
    background: #fff;
  }
 
  .bxslider .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
    width: 100%;
    height: 0px;
  }
  .bxslider .bx-controls-direction a {
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    text-indent: -110%;
    overflow: hidden;
  }
  .bxslider .bx-controls-direction a:hover {
    opacity: 0.7;
  }
 
  .bx-loading:before,
  .bx-loading:after,
  .bx-loading {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .bx-loading {
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 40%;
    left: 50%;
    text-indent: -100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .bx-loading:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .bx-loading:after {
    left: 3.5em;
  }
  .bx-loading:before,
  .bx-loading:after {
    content: '';
    position: absolute;
    top: 0;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }


.bx-controls-auto {
  position: absolute;
  bottom: 5px;
  right: calc(50% - 40px);
}

.bx-start,
.bx-stop {
  display: block;
  text-indent: -200%;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

.bx-start {
  background: url(/common/files/ico_play_01.svg) center center no-repeat;
}

.bx-stop {
  background: url(/common/files/ico_stop_01.svg) center center no-repeat;
}









