@charset "UTF-8";

/* .outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.goldenbook {
    font-family: "goldenbook", serif;
    font-weight: 400;
    font-style: normal;
}
.futura {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
} */

#mainContents .wrap {
    margin-top: 80px;
}


#main_contents {
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top: 80px;
}
#main_contents img {
    vertical-align: bottom;
}
.contents_width {
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    letter-spacing: 1px;
}
section.section {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 1100px;
}
.main_title {
    margin-top: 30px;
    font-family: 'Lato', 'helvetica', 'hiragino kaku gothic pro', 'meiryo', 'ms pgothic', sans-serif !important;
}
.title_h1 {
    letter-spacing: 0.1em;
    font-size: 24px;
    font-weight: normal;
}
.title_h2 {
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}



section.section.select_category_section {
    margin-bottom: 30px;
}
.ranking_slider_category_slider .slick-current {
    border-bottom: 1px solid #333;
}
.ranking_slider_category_slider .slick-list {
    padding: 0!important;
}
.select_category_tab {
    display: block;
    padding: 10px 0;
    margin: 0 20px;
    cursor: pointer;
}
section.section.ranking_item_section {
    width: 96%;
    margin: 0 auto;
}
.slidee {
    display: flex!important;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.item5 {
    width: calc(100% / 3);
    padding: 0 1%;
}
.itemRank_icon {
    color: #fff;
    background: #717171;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}
  







@media screen and (min-width: 769px) {
    .sp_only {
        display: none;
    }
    .pc_only {
        display: block;
    }
    #mainContents .wrap {
        margin-top: 140px;
    }
    #main_contents {
        padding-top: 130px;
    }
    section.section.select_category_section {
        margin-bottom: 50px;
    }
    section.section {
        margin: 0 auto 50px;
    }
    .main_title {
        margin-top: 50px;
    }
    section.section.ranking_item_section {
        width: 100%;
        margin: 0 auto;
    }
    .item5 {
        width: calc(100% / 5);
        padding: 0 1%;
    }

	
}

