/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
  z-index: 0;
  overflow: hidden;
}

.bx-wrapper img {
  display: block;
}
@media screen and (min-width: 767px) {
  .bx-wrapper img {
    width: 100%;
    max-width: 1600px;
  }
}
@media screen and (max-width: 767px) {
  .bx-wrapper img {
    width: 100%;
    max-width: 100%;
  }
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {

  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}


@media screen and (min-width: 768px) {
  .bx-wrapper .bx-viewport {
    border-bottom: 1px solid #8a8a8a;
  }
}


/* .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
} */

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/pc/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .bx-wrapper .bx-controls {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls {
    height: 44px;
  }
}

.bx-wrapper .bx-pager {
  /* width: auto;
  text-align: center;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%); */
  flex: 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bx-wrapper .bx-pager .bx-pager-item {
  /* display: inline-block;
  *zoom: 1;
  *display: inline; */
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 32px;
  max-width: 32px;
  justify-content: center;
  align-items: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 32px;
    width: 32px;
    max-width: 32px;
    /* display: block;
    width: 40px;
    height: 6px;
    margin: 10px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 20px 0 20px; */
}
.bx-wrapper .bx-pager.bx-default-pager a:focus::after,
.bx-wrapper .bx-pager.bx-default-pager a:hover::after,
.bx-wrapper .bx-pager.bx-default-pager a.active::after {
  border-color: #333;
}
.bx-wrapper .bx-pager.bx-default-pager a::after {
    content: "";
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border: 6px solid #ccc;
    border-radius: 6px;
    /* background: rgba(109, 78, 78, 0.6);
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 6px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; */
}
@media screen and (max-width: 767px) {
  /* .home .bx-wrapper .bx-pager {
    display: flex;
    flex-flow:row nowrap;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 30px;
    height: 6px;
    margin: 0 10px;
    border-radius: 6px;
    position: relative;
    padding: 20px 0;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:after {
    width: 30px;
    height: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #fff;
    position: absolute;
    top: 15px;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0px;
  } */
  .bx-controls-direction .arrowWrap {
    display: none;
  }
}

/* .bx-wrapper .bx-pager.bx-default-pager a:hover:after,
.bx-wrapper .bx-pager.bx-default-pager a.active:after {
  background: #ffffff;
} */

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  display: none;
  /* left: 13px; */
  background: url(/images/pc/mv_arrow_left.png) no-repeat center;
  background-size: 100%;
  /* padding: 10px; */
}
/* .bx-wrapper .bx-prev:hover {
  background: url(/images/pc/mv_arrow_left.png) no-repeat center;
  padding: 10px;
} */

.bx-wrapper .bx-next {
  display: none;
  /* right: 13px; */
  background: url(/images/pc/mv_arrow_right.png) no-repeat center;
  background-size: 100%;
  /* padding: 10px; */
}
/* .bx-wrapper .bx-next:hover {
  background: url(/images/pc/mv_arrow_right.png) no-repeat center;
  padding: 10px;
} */

.arrowWrap {
  position: absolute;
  top: 0;
  margin-top: 0;
  width: 45px;
  height: 440px;
}
.arrowWrap:first-child {
  left: 0;
}
.arrowWrap:last-child {
  right: 0;
}
.arrowWrap .bx-prev,
.arrowWrap .bx-next {
  display: block;
  position: relative;
  width: 45px;
  height: 440px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 20;
}
/* .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -64px;
  outline: 0;
} */

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  flex: 0 0 auto;
  margin: 0 0 0 20px;
  /* text-align: center; */
}

/* .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
} */

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  position: relative;
  text-indent: -9999px;
  /* width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/pc/controls.png) -86px -11px no-repeat;
  margin: 0 3px; */
  width: 44px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #333;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.bx-wrapper .bx-controls-auto .bx-start::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:focus::after,
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start:hover::after {
  opacity: .8;
}

.bx-wrapper .bx-controls-auto .bx-start.active {
  /* background-position: -86px 0; */
  display: none;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  position: relative;
  text-indent: -9999px;
  /* width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/pc/controls.png) -86px -44px no-repeat;
  margin: 0 3px; */
  width: 44px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #333;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.bx-wrapper .bx-controls-auto .bx-stop::before,
.bx-wrapper .bx-controls-auto .bx-stop::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -4px;
  width: 3px;
  height: 10px;
  margin: auto;
  background: #333;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.bx-wrapper .bx-controls-auto .bx-stop::after {
  right: -4px;
  left: 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  /* background-position: -86px -33px; */
  opacity: .8;
}

.bx-wrapper .bx-controls-auto .bx-stop:focus::before,
.bx-wrapper .bx-controls-auto .bx-stop:focus::after,
.bx-wrapper .bx-controls-auto .bx-stop:hover::before,
.bx-wrapper .bx-controls-auto .bx-stop:hover::after {
  /* background-position: -86px -33px; */
  opacity: .8;
}

.bx-wrapper .bx-controls-auto .bx-stop.active {
  /* background-position: -86px -33px; */
  display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

/* .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
} */

/* .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
} */

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



/* slider focus  アクセシビリティ対応 2021.03*/

ul.slider a:focus {
  outline-offset: -3px;
/*  outline-width: bold;*/
    
}

ul.slider a:focus img {
  opacity: 1.0;
}


/* for IE 11 */

@media all and (-ms-high-contrast: none) {
    ul.slider a::after {
        position: relative;
    }

    ul.slider a:focus::after {
        content: '';                
        width: calc(100% - 6px);    
        height: calc(100% - 6px);   
        border: 1px dashed #888;    
        position: absolute;         
        top: 3px;                   
        left: 3px;                  
    }
}


/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
    ul.slider a::after {
        position: relative;
    }

    ul.slider a:focus::after {
        content: '';                
        width: calc(100% - 6px);    
        height: calc(100% - 6px);   
        border: 1px dashed #888;    
        position: absolute;         
        top: 3px;                   
        left: 3px;                  
    }

}




