@charset 'UTF-8';

/* Slider */
#suntory_contents .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 */
#suntory_contents .slick-prev,
#suntory_contents .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    bottom: -50px;

    display: block;
    
    width: 35px;
    height: 35px;
    padding: 0;
/*
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
*/

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    
    z-index: 1000;
}

#suntory_contents .slick-prev
{
    right: 45px;
    background: #881133 url(arrow_prev.png) no-repeat center center;
    background-size: 15px 15px;
}

#suntory_contents .slick-next
{
    right: 0;
    background: #881133 url(arrow_next.png) no-repeat center center;
    background-size: 15px 15px;
}

/* Dots */
#suntory_contents .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

#suntory_contents .slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

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

    list-style: none;

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

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

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

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#suntory_contents .slick-dots li button:hover,
#suntory_contents .slick-dots li button:focus
{
    outline: none;
}
#suntory_contents .slick-dots li button:hover:before,
#suntory_contents .slick-dots li button:focus:before
{
    opacity: 1;
}
#suntory_contents .slick-dots li button:before
{    
    
    
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;

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

    opacity: 1;
    color: #cccccc;

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

@media all and (-ms-high-contrast:none){
  #suntory_contents .slick-dots li button:before {
      font-family: "メイリオ", Meiryo, sans-serif;
      font-size: 26px;
    } /* IE11 */
}

#suntory_contents .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #881133;
}


/*==================================================
sp
================================================== */
@media screen and (max-width:767px){
    
    /* Arrows */
    #suntory_contents .slick-prev,
    #suntory_contents .slick-next
    {
        display: none;
/*
        font-size: 0;
        line-height: 0;

        position: absolute;
        top: calc(50% - 5.3333333333333vw);
        display: block;

        width: 8vw;
        height: 10.6666666666667vw;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);

        cursor: pointer;

        color: transparent;
        border: none;
        outline: none;
        background: transparent;

        z-index: 1000;
*/
    }

    #suntory_contents .slick-prev
    {
        display: none;
/*
        left: -4vw;
        background: url(btn_prev_sp.png) no-repeat 0 0;
        background-size: 100% auto;
*/
    }

    #suntory_contents .slick-next
    {
        display: none;
/*
        right: -4vw;
        background: url(btn_next_sp.png) no-repeat 0 0;
        background-size: 100% auto;
*/
    }
    
}

