@import url(jquery.bxslider.css);

/** VARIABLES
===================================*/
/** カスタマイズオーバーライド
===================================*/

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow:none;
  border: none;
  background:transparent; /* Color Custom Point */
  margin-bottom: 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  /*bottom: -20px;*/
  bottom: 15px; /* 内側に入れる */
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: rgba(120,120,120,0.3);
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(120,120,120,0.5);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* PAGER */

@media screen and (max-width:768px){
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 5px; /* 内側に入れる */
}
  
  
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  
  }
  
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: rgba(120,120,120,0.8);
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: none; /* override */
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background:none; /* override */
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* 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;
  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;
}





/* MainImage
-------------------- */
#mainImage{
  /*margin-top: 0px;*/ /* Custom Point */
  /*margin-bottom: 0px;*/ /* Custom Point */
}
#mainImageSP{
  margin-top: 0px; /* Custom Point */
  margin-bottom: 0px;
}


#mainImageSP{
  display:none;
}
@media screen and (max-width:540px){
  #mainImage{
    display:block;/* Custom Point */
  }
  #mainImageSP{
    display:block;/* Custom Point */
  }
 
}




*{
  box-sizing:border-box;
}

.main-visual{
  width: 100%;
  overflow: hidden;
  position: relative;
}


.inside-main-visual{
  width:1200px; /* Custom Point */
  max-width:100%;
  margin:0 auto;
}

/* 左右のスライドを見せる */
.bx-wrapper{
  position:static!important;
}

.bx-viewport{
  overflow: visible!important;
}


.bx-controls{
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}

.bx-wrapper .bx-controls-direction{
  z-index: 100;
  height:100%;
}

.bx-wrapper .bx-controls-direction a{
  position: absolute;
  top: 0;
  bottom:0;
  margin-top: 0;
  outline: 0;
  width: 32px;
  height: 100%;
 /* text-indent: -9999px;*/
  color: transparent;
  text-indent:0px;
  z-index: 1;
  text-decoration:none;
}


/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a.bx-next,
.bx-wrapper .bx-controls-direction a.bx-prev {
  width: calc((100% - 1200px) / 2); /* Custom Point */
  min-width: 32px;

}

.bx-wrapper .bx-controls-direction a.bx-prev {
  left:0;
  text-align:right;
  width: calc((100% - 1200px) / 2); /* Custom Point */
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right:0px;
  width: calc((100% - 1200px) / 2); /* Custom Point */
}
.bx-wrapper .bx-controls-direction a.bx-prev::after{
  content: "\f104";
  right:10px;
}
.bx-wrapper .bx-controls-direction a.bx-next::after{
  content: "\f105";
  left:10px;
}
.bx-wrapper .bx-controls-direction a.bx-prev::after,
.bx-wrapper .bx-controls-direction a.bx-next::after{
  font-family: "FontAwesome";
  display:none;
  text-align:center;
  font-size:50px;
  line-height:50px;
  position:absolute;
  height:60px;
  top:0;
  bottom:0;
  margin:auto;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover::after,
.bx-wrapper .bx-controls-direction a.bx-next:hover::after{
  display:block;
}


@media screen and (max-width:1200px){
  .bx-wrapper .bx-controls-direction a.bx-next,
  .bx-wrapper .bx-controls-direction a.bx-prev {
  }
  
}
@media screen and (max-width:768px){
.bx-wrapper .bx-controls-direction a.bx-next,
.bx-wrapper .bx-controls-direction a.bx-prev {
  background: none;

}
  
  .bx-wrapper .bx-controls-direction a.bx-prev::after,
  .bx-wrapper .bx-controls-direction a.bx-next::after{
    font-size:32px;
  }
  
  
}





/* サイズ
--------------------- */
.inside-main-visual{
  width:940px; /* Custom Point */
}
.bx-wrapper .bx-controls-direction a.bx-next,
.bx-wrapper .bx-controls-direction a.bx-prev {
  width: calc((100% - 940px) / 2); /* Custom Point */
}
/* 色
-------------------- */
#mainImage,
#mainImageSP{
  background: transparent; /* Custom Point */
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a.bx-next,
.bx-wrapper .bx-controls-direction a.bx-prev {
  background: rgba(255,255,255,0.95);/* Custom Point */
}
.bx-wrapper .bx-controls-direction a.bx-prev::after,
.bx-wrapper .bx-controls-direction a.bx-next::after{
  color: rgba(120,120,120,0.5); /* Custom Point */
}

/* 黒背景の場合 */
  #mainImage,
  #mainImageSP{
    background: black; /* Custom Point */
  }
  .bx-wrapper .bx-controls-direction a.bx-next,
  .bx-wrapper .bx-controls-direction a.bx-prev {
    background: rgba(0,0,0,0.95);
  }
  .bx-wrapper .bx-controls-direction a.bx-prev::after,
  .bx-wrapper .bx-controls-direction a.bx-next::after{
    color: rgba(255,255,255,0.5); /* Custom Point */
  }
/* 黒背景の場合 */

