.g-mainbnr .slick-dots {
    bottom: -30px;
}
.g-mainbnr .slick-dots li {
    width: 44px;
    height: 3px;
}
.g-mainbnr .slick-dots li button:before {
    font-size: 4px;
    line-height: 14px;
    width: 50px;
    height: 0px;
    content: '';
    opacity: .15;
    color: #000;
    border: 1px solid;
}
.g-mainbnr .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.g-category {
    margin: 60px 0 15px 0;
}

.g-categorylist li {
    width: 20%;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.g-categorylist li .g-category_item {
    background: url(/images/genre/g_cat-bgicn.webp) no-repeat;
    height: 90px;
    padding: 11px 0 0;
    background-size: contain;
}
.g-categorylist li .g-category_item figure img {
    width: 120px;
}
.g-categorylist {
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: start;
}

.g-categorylist li {
    width: 20%;
    padding: 0 10px;
    margin: 0 0 20px 0;
}

.g-categorylist li figcaption {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
}
.g-main .o-slideitem__brand img {
	width: 50px;
}



/*ジャンル新着アイテム*/
.g-newitem__content {
    display: none;
    clear: both;
    overflow: inherit;
}

.g-newitem__content.newcontent__show {
    display: block;
}

.g-newitem {
    padding: 0 0 40px 0;
}
.g-newitem_ttl-sp {
    display:none;
}
.g-newitem__wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}
 .g-newitem_head {
    box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -60px 0 0 0;
    width: 100%;
    justify-content: space-between;
}
.g-newitem__tab {
    display: flex;
     justify-content: flex-start;
    align-items: center;
}
.g-newitem__tab_wrap {
    width: 900px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.g-newitem__button {
     cursor: pointer;
}
.g-newitem__tab ul {
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
justify-content: space-between;
margin: 0 10px;
}
    
.g-newitem__label.is-active {
    background: #fff;
    border-radius: 5px 5px 0 0;
 }
.g-newitem__label.is-active .g-newitem__content {
    padding: 15px;
    height: auto;
    overflow: initial;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    opacity: 1;
}
.g-newitem__label {
    cursor: pointer;
    margin: 0 0 0 5px;
    transition: 0.5s;
	padding: 8px 25px;
    background: #f4f4f4;
}
.g-newitem__label figure img {
	filter: grayscale(1);
    opacity: 0.4;
/*	transition: 0.5s;*/
	width: 89px;
}
.g-newitem__label.is-active figure img {
	filter: grayscale(0);
    opacity: 1;
}
.g-newitem__label:hover figure img {
	filter: grayscale(0);
    opacity: 1;
}
.g-newitem__content {
    width: 100%;
}

/*ジャンル新着アイテム*/

/*ジャンルランク*/
.g-ranking__content {
    display: none;
    clear: both;
    overflow: inherit;
}

.g-ranking__content .o-slideitem__box {
    padding-top: 5px;
}

.o-slideitem__rankno {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
 }

.o-slideitem__rankno figure{
    margin: 0 0 5px 0;
}

.g-ranking__content.content__show {
    display: block;
}

.g-ranking {
    margin: 80px 0 0 0px;
    padding: 0 0 40px 0;
    background: #eee;
    position:relative;
}
.g-ranking_ttl-sp {
    display:none;
}
.g-ranking__wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}
.g-ranking_head {
    box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -60px 0 0 0;
    width: 100%;
    justify-content: space-between;
}
.g-ranking__tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.g-ranking__button {
    cursor: pointer;
}
.g-ranking__tab_wrap {
    width: 900px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.g-ranking__tab ul {
-webkit-box-align: stretch;
     -ms-flex-align: stretch;
         align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
 margin: 0 10px;
}
    
.g-ranking__label.active {
    background: #eee;
    border-radius: 5px 5px 0 0;
}
.g-ranking__label.active .g-ranking__content {
    padding: 15px;
     height: auto;
    overflow: initial;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    opacity: 1;
}
.g-ranking__label {
    cursor: pointer;
    margin: 0 0 0 5px;
    transition: 0.5s;
    padding: 9px 25px;
    background: #f9f9f9;
}
.g-ranking__label figure img {
	filter: grayscale(1);
    opacity: 0.4;
/*	transition: 0.5s;*/
    width: 89px;
}
.g-ranking__label.active figure img {
	filter: grayscale(0);
    opacity: 1;
}
.g-ranking__label:hover figure img {
	filter: grayscale(0);
    opacity: 1;
}

.g-ranking__content {
    width: 100%;
}
.g-ranking .o-slideitem .slick-next:before{
	background: url(/images/wharw_slider-r.webp) no-repeat center center;
}
.g-ranking .o-slideitem .slick-prev:before {
    background: url(/images/wharw_slider-l.webp) no-repeat center center;
}
/*ジャンルランク*/

@media screen and (max-width: 600px){
    .g-category {
        margin: 45px 0 15px 0;
    }
    .g-categorylist {
        width: 96%;
        margin: 0 auto;
    }
    .g-categorylist li {
        width: 32%;
        padding: 0 3px;
        margin: 0 auto 20px auto;
    }
    .g-categorylist li .g-category_item {
        background: url(/images/genre/g_cat-bgicn.webp) no-repeat;
        height: 50px;
        padding: 7px 0 0;
        background-size: contain;
    }
    .g-categorylist li .g-category_item figure img {
        width: 60px;
    }
    .g-categorylist li figcaption {
        font-size: 1.2rem;
    }


    /*ジャンル新着アイテム*/
    .g-newitem {
		padding: 0 0 60px 0;
        position: relative;
	}
	.g-newitem_head {
		display: block;
		width: 100%;
		overflow-x: auto;
		padding: 0 15px;
        margin: -50px 0 0 0;
        height: 50px;
	}
	.g-newitem_ttl {
		margin: 0 0 15px 0;
	}

	.g-newitem_ttl img {
		margin: initial;
	}

	.g-newitem__label figure img {
		width: 70px;
	}
	.g-newitem .o-slideitem__box {
		width: 200px;
	}
    .g-newitem__button.g-newitem__button-r,
    .g-newitem__button.g-newitem__button-l {
        display:none;
    }
    .g-newitem_ttl {
        display:none;
    }
    .g-newitem_ttl-sp {
        display:block;
        position: absolute;
        top: -40px;
        left: 10px;
    }
    .g-newitem__tab ul {
        margin:0;
    }
    /*ジャンル新着アイテム*/

    /*ジャンルランク*/
	.g-ranking_head {
		display: block;
		width: 100%;
		overflow-x: auto;
		padding: 0 15px;
        margin: -50px 0 0 0;
        height: 50px;
	}
	.g-ranking_ttl {
		display:none;
	}
    .g-ranking_ttl-sp {
        display:block;
        position: absolute;
        top: -90px;
        left: 10px;
    }
	.g-ranking_ttl img {
		margin: initial;
	}
	.g-ranking__tab {
/*		width: 855px;*/
	}
	.g-ranking__label figure img {
		width: 70px;
	}
    .g-ranking__button.g-ranking__button-r,
    .g-ranking__button.g-ranking__button-l {
        display:none;
    }
    .g-ranking_ttl {
        display:none;
    }
    .g-ranking_ttl-sp {
        display:block;
    }
    /*ジャンルランク*/
}
