@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{
  background: #fff url('../img/top/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face{
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover{
  color: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before{
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
  width: 72px;
  height:72px;
  background:url(../img/top/arrow_left.png) 0 center no-repeat;
  left: -62px;
}

.slick-next{
  width: 72px;
  height:72px;
  background:url(../img/top/arrow_right.png) 0 center no-repeat;
  right: -100px;
}

#arrows .slick-prev{
  left: 20px;
  opacity: .75;
}

#arrows .slick-next{
  right: 20px;
  opacity: .75;
}

#arrows .slick-prev:hover,
#arrows .slick-next:hover{
  opacity: .50;
}

[dir='rtl'] .slick-next{
}

/* Dots */

#dots{width:980px;margin: 0 auto;position: relative;z-index:2;}

.slick-dots{
  position: absolute;
  bottom: 25px;
  display: block;
  padding: 0;

  list-style: none;
  margin:0 0 0 -10px;
}
.slick-dots li{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;

  cursor: pointer;
  text-align:center;
}

.slick-dots li button{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px 10px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
  color: #FFFFFF;
}
.slick-dots li button:before{
  font-family: 'slick';
  font-size: 14px;
  line-height: 14px;

  position: absolute;
  top: 0;
  left: 0;

  width: 24px;

  content: '■';
  text-align: center;

  opacity: 0.5;
  color: #FFFFFF;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
  content: '◆';
  font-size: 24px;
  width: 24px;

}

/* ss_button Start and Stop ToggleButton */
#ss_button {
  position: relative;
  width: 560px;
  margin: 0 auto;
  z-index: 2;
}
#ss_button button {
  position: absolute;
  bottom: 26px;
  display: block;
  font-size: 70%;
  text-align: center;
  line-height: 17px;
  padding: 2px 4px;
  border: solid 1px rgba(255,255,255,.8);
  color: #fff;
  cursor: pointer;
}
#ss_button button.stop:before {
  content: "STOP";
  padding-left: 3px;
}

/* start */
#ss_button button.start:before {
  content: "START";
  padding-left: 3px;
}

@media only screen and (max-width:768px){

  #dots {
    width: calc(100% - 140px);
    margin: 0 auto;
    padding-right: 60px;
    position: relative;
    z-index: 2;
  }
  .slick-dots{
    position: static;
    bottom: 0px;
    display: block;
    padding: 0;

    list-style: none;
    margin:0 0 0 -10px;
    text-align:center;
  }

  .slick-dots li{
    margin: 0 5px;
  }

  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before{
    opacity: 1;
    color: #333333;
  }
  .slick-dots li button:before{
    color: #999999;
  }

  .slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .slick-dots li button:before{
    font-size: 11px;
  }

  .slick-dots li.slick-active button:before{
    font-size: 16px;
    width: 24px;
  }

  /* ss_button Start and Stop ToggleButton */
  #ss_button {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
  }
  #ss_button button {
    bottom: 0;
    right: 60px;
    display: block;
    font-size: 70%;
    text-align: center;
    line-height: 17px;
    padding: 2px 4px;
    border: solid 1px #888;
    color: #666;
    cursor: pointer;
  }
  #ss_button button.stop:before {
    content: "STOP";
    padding-left: 3px;
  }

  /* start */
  #ss_button button.start:before {
    content: "START";
    padding-left: 3px;
  }

  /* Arrows */
  .ctlr{border-bottom:1px solid #ccc;position:relative;z-index:2;padding:0 0 10px 0;margin:30px 0 0 0;}

  .slick-prev{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height:40px;
    background:url(../img/top/arrow_left_sp.png) center center no-repeat;
    border-right:1px solid #ccc;
  }

  .slick-next{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height:40px;
    background:url(../img/top/arrow_right_sp.png) center center no-repeat;
    border-left:1px solid #ccc;
  }
  #arrows .slick-prev{
    left: 0px;
  }

  #arrows .slick-next{
    right: 0px;
  }


}
