@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./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;
  bottom:            0;

    display: block;

  width:          4.5%;
  height:         100%;
    padding: 0;
    
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev img,
.slick-next img
{
    display: none !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{

}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 0;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev
{
    left: 0;
  background:     url('/common/images/pc/content/index/icon_prev.png') right center no-repeat;
}
.slick-prev:hover
{
  background:    url('/common/images/pc/content/index/icon_prev.png') right center no-repeat;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0;
  background:     url('/common/images/pc/content/index/icon_next.png') left center no-repeat;
}
.slick-next:hover
{
  background:     url('/common/images/pc/content/index/icon_next.png') left center no-repeat;
}

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

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

#key .keyvisual .slick-dots
{
    position: absolute;
    bottom:         6.4%;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
#key .keyvisual .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;

    cursor: pointer;
}
#key .keyvisual .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 2px;
    padding: 0;
    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    

}
#key .keyvisual .slick-dots li button:hover,
#key .keyvisual .slick-dots li button:focus
{
  background:     #1A1A1A;
    outline: none;
}
#key .keyvisual .slick-dots li button:hover:before,
#key .keyvisual .slick-dots li button:focus:before
{
    opacity: 1;
}
#key .keyvisual .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;
}
#key .keyvisual .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

#key .keyvisual .slick-dots li.slick-active button
{
    background: #1A1A1A;
}



@media screen and (max-width: 959px) {
.slick-prev:hover
{
  background:    url('/common/images/pc/content/index/icon_prev.png') right center no-repeat;
}
.slick-next:hover
{
  background:     url('/common/images/pc/content/index/icon_next.png') left center no-repeat;
}

}
/* -----------------------------------------------------------------
960px以上
------------------------------------------------------------------ */
@media screen and (min-width: 960px) {

#key .keyvisual .slick-dots {
    bottom: 22px;
}
#key .keyvisual .slick-dots li
{
    width: 29px;
    margin: 0 5px;
}

}