/*--  矢印変更　--*/

.prev_icon{
  position: absolute;
  top: 45%;
  left: -35px;
  transform: translate(0,-50%);
  width: 50px;
  z-index: 100;
}
.next_icon{
  position: absolute;
  top: 45%;
  right: 0px;
  transform: translate(0,-50%);
  width: 50px;
  z-index: 100;
}

.slick-disabled{
    visibility: hidden;
}

@media screen and (max-device-width: 1180px) {
    
.prev_icon{
  left: 0px;
}

.next_icon{
  right: 0px;
}}


@media screen and (max-device-width: 480px) {
    
.prev_icon{
  top: 45%;
  left: -2px;
}
.next_icon{
  top: 45%;
  right: 0px;
} 
    
    
    
}






.prev_icon:hover{
    margin-left:-2px;
cursor: pointer;
}

.next_icon:hover{
    margin-right:-2px;
cursor: pointer;
}



/*--  ドット変更 --*/

.slide-dots {
  margin: 0;
    margin-top: -20px;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 20px;
}
.slide-dots li:first-child {
  margin-left:-20px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url('../images/1/off.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 50px;
}
.slide-dots li.slick-active button::before {
  background-image: url('../images/1/on.png');
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}



/*--  インフォスライダー slick01　--*/

.slick01 .slider_item{

    float: left;
    width: 250px!important;
    position: relative;
    padding-top:10px;
    margin-right: 10px;
margin-left:5px;
}





.slider_item img{

    text-align: center;
}


.slider_item p{
    padding: 15px;
}


.slick01{
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: left;
    line-height: 140%;
    margin-top: 20px;
}

.date{
    display: inline-block;
    width: 550px;
    float: left;
    border-bottom: 1px solid #fff;
}





/*--  ゲーム紹介 slick01　--*/

.slick02{
    width: 950px;
    margin: 0 auto!important;
    text-align: center;
}



.slick03{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.slick02 .slider_item{
    margin-right: 40px; 
    margin-left: 40px;
}









/*-----スマホ-----*/

@media screen and (max-device-width: 480px) {
    
.slick01{
    width: 1260px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: left;
    line-height: 140%;
} 
    
.slick01 .slider_item{
    position: relative;
    margin-top: 15px;


}
    

}














