@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('../images/common/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    /*src: url('./fonts/slick.eot');*/
   /* src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
  width:62px;
  height:90px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
   /* -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    cursor: pointer;
	z-index:100;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev{
 background:url(../images/pc/top/arrow_slider.png) no-repeat center top;
  width:62px;
  height:90px;
  background-position:0 0;
  text-indent:-9999px;
  opacity:0.5;
	}

.slick-next {
 background:url(../images/pc/top/arrow_slider.png) no-repeat center top;
  width:62px;
  height:90px;
  background-position:-80px 0;
  text-indent:-9999px;
  opacity:0.5;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /*background: transparent;*/
}


.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-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: 110px;
	-webkit-transition:all 0.3s;transition:all 0.3s;
}
.slick-prev:hover{
	left: 105px;
	-webkit-transition:all 0.3s;transition:all 0.3s;
	opacity:0.9;
	}

[dir='rtl'] .slick-prev
{
	left: 0;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
	right: 110px;
	-webkit-transition:all 0.3s;transition:all 0.3s;
}
.slick-next:hover
{
	right: 105px;
	-webkit-transition:all 0.3s;transition:all 0.3s;
	opacity:0.9;
}

[dir='rtl'] .slick-next
{
	right: 0;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
	text-align: center;
}

.slick-dots
{
    /*position: absolute;*/
    display: block;
	width:100%;
	/*margin:10px auto 0;*/
	text-align:center;

}
.slick-dots li
{
    position: relative;
   display: inline-block;
   /*background:#D94042;*/
    width: 10px;
    height: 10px;
    margin: 7px 7px;
	text-align:center;
}
.slick-dots li button
{
	font-size:0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    color:#5669B3;
    border: 2px solid #baa538;
    outline: none;
 /* -webkit-box-shadow: inset 0 0 8px rgba(70, 183, 252, 0.7);
  -moz-box-shadow: inset 0 0 8px rgba(70, 183, 252, 0.7);
  -o-box-shadow: inset 0 0 8px rgba(70, 183, 252, 0.7);
  box-shadow: inset 0 0 8px rgba(70, 183, 252, 0.7);*/
  background: #561f15;
  border-radius:50px;
  cursor: pointer;
  }

  .slick-dots li button:hover
{
    background:#baa538;
}

 .slick-dots li.slick-active button
{
	background: #baa538;
}

/*.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

 @media screen and (max-width: 640px) {


/*----------Arrows----------*/



/*一番上*/

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 140px;
    display: block;
  width:62px;
  height:90px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
	z-index:100;
    border: none;
    outline: none;
    background: transparent;
	opacity:1.0;
	display:block;
}

.slick-prev{
 background:url(../images/sp/top/arrow_slider.png) no-repeat center top;
  width:62px;
  height:90px;
  background-position:0 0;
  text-indent:-9999px;
	}

.slick-next{
 background:url(../images/pc/top/arrow_slider.png) no-repeat center top;
  width:62px;
  height:90px;
  background-position:-80px 0;
  text-indent:-9999px;
}

.slick-prev
{
	left: 0px;
}

.slick-prev:hover{
	left: 0px;
	}

.slick-next{
	right: 0px;
}

.slick-next:hover{
	right: 0px;
}


/*マガジンのところ*/


.autoplay02 .slick-prev,
.autoplay02 .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 180px;
    display: block;
  width:62px;
  height:90px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
	z-index:100;
    border: none;
    outline: none;
    background: transparent;
	opacity:1.0;
	display:block;
}

.autoplay02 .slick-prev{
 background:url(../images/sp/base/slide_bar_both.png) no-repeat center top;
  width:55px;
  height:89px;
  background-position:0 0;
  text-indent:-9999px;
	}


.autoplay02 .slick-next{
 background:url(../images/sp/base/slide_bar_both.png) no-repeat center top;
  width:55px;
  height:89px;
  background-position:-57px 0;
  text-indent:-9999px;
}


.autoplay02 .slick-prev
{
	left: 40px;
}

.autoplay02 .slick-prev:hover{
	left: 40px;
	}


.autoplay02 .slick-next
{
	right: 40px;
}

.autoplay02 .slick-next:hover
{
	right: 40px;
}


/* Dots */
.slick-slider
{
	text-align: center;
}

.slick-dots
{
    /*position: absolute;*/
    display: block;
	width:100%;
	/*margin:10px auto 0;*/
	text-align:center;

}
.slick-dots li
{
    position: relative;
   display: inline-block;
   /*background:#D94042;*/
    width: 25px;
    height: 25px;
    margin: 7px 7px;
	text-align:center;
}
.slick-dots li button
{
	font-size:0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 25px;
    padding: 10px;
    color:#5669B3;
    border: 2px solid #baa538;
    outline: none;
  background: #561f15;
  border-radius:50px;
  cursor: pointer;
  }


	 }
