/* リニューアル */

@media screen and (min-width: 1024px) {

    header {
        background-color: #FFFFFF;
        /* height: 100px; */
        margin-bottom: 0;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }

    header h1 {
        display: block;
        line-height: 0px;
        position: static;
    }

    header p {
        display: none;
    }

    .header_ad {
        display: none;
    }

    #pc_nav {
        display: none;
    }

    #mymenu {
        display: block;
    }

    #search_area {
        display: none;
    }

    .jackets_top {
        width: 100%;
        height: 560px;
        margin: 0;
    ﻿﻿    display: inline-table;
    }

}



@media screen and (min-width:600px) and ( max-width:1023px) {

    .jackets_top {
        display: inline-table;
        width: 100%;
        height: 480px;
    }

}

@media screen and (min-width:320px) and ( max-width:599px) {

    .jackets_top {
        display: inline-table;
        width: 100%;
        height: 320px;
    }

}



.fade {
    width: 100%;
    margin: 0 auto;
}

.entry_info_top {
    background-color: #FFFFFF;
    bottom: 0px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    padding: 2%;
    position: absolute;
    width: 96%;
}

.entry_info_top h4 {
    color: #000;
    font-size: 86.7%;
    font-weight: 500;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slick-dots {
    background-color: #FFFFFF;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 5%;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3%;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    background-color: #CCCCCC;
    border: none;
    border-radius: 50%;
    color: #CCCCCC;
    display: block;
    width: 12px;
    height: 12px;
}

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

