@charset "UTF-8";

/*--お知らせ--*/
.new-header .main-notice {
	background: #333;
    /* display: block !important; */
}

.page-category .new-header .main-notice{
    display: block;
}

.new-header .main-notice .notice-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	height: 30px;
}



.new-header .main-notice .notice-close .btn-close {
	position: absolute;
	right: 10px;
    width: 15px;
    height: 15px;
	top: 7px;
	cursor: pointer;
}

.new-header .main-notice .notice-close .btn-close::after,
.new-header .main-notice .notice-close .btn-close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 15px;
	background: #fff;
}

.new-header .main-notice .notice-close .btn-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.new-header .main-notice .notice-close .btn-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


.main-notice .block-category-list--topic ul.block-top-topic--items li dl{
	color: #fff;
}
.main-notice .block-category-list--topic{
	width: 960px;
	margin: 0 auto;
}
.main-notice .block-category-list--topic .block-top-topic--body a.bx-next,
.main-notice .block-category-list--topic .block-top-topic--body a.bx-prev {
    position: absolute;
    top: 0;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-indent: -9999px;
	background: #333;
}

.main-notice .block-category-list--topic .block-top-topic--body a.bx-next{
	right: 0;
}

.main-notice .block-category-list--topic .block-top-topic--body a.bx-prev {
	left:0;
}

.main-notice .block-category-list--topic ul.block-top-topic--items li dl{
	display: flex;
	width: 100%;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.main-notice .block-category-list--topic .block-top-topic--body a.bx-next::after {
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    content: "";
}
.main-notice .block-category-list--topic .block-top-topic--body a.bx-prev::after {
    display: block;
    width: 7px;
    height: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    content: "";
}

.main-notice .block-category-list--topic ul.block-top-topic--items li dl dd,
.main-notice .block-category-list--topic ul.block-top-topic--items li dl dd a{
	color: #fff;
	font-size: 14px;
}


.block-category-list--topic .block-top-topic--body {
    position: relative;
    width: 960px;
}

.block-category-list--topic ul.block-top-topic--items li {
    padding: 0;
    text-align: center;
    border: 0;
}

.block-category-list--topic ul.block-top-topic--items li dl dt {
    display: none;
}






.top-slider01-inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}



.top-slider01 .slick-slide img {
    max-width: 100%;
    height: auto;
}

.top-slider01 .slick-center{
    margin: 0 10px;
}

.top-slider01-thumb .slick-slide img{
    width: 96%;
    height: auto;
}

.top-slider01 .slick-slide,
.top-slider01-thumb .slick-slide {
    transition: all ease-in-out .2s;
    opacity: .5;
}

.top-slider01 .slick-active,
.top-slider01-thumb .slick-current {
    opacity: 1;
}

.custom-thumb-wrapper{
    max-width: 960px;
    margin: 0 auto;
}
.top-slider01-thumb{
    position: relative;
    width: 750px;
    margin: 20px auto 0 0;
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.top-slider01-thumb .slide-arrow,
.top-slider01-thumb .slick-counter{
    cursor: pointer;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
}
.top-slider01-thumb .prev-arrow{
    right: -50px;
}

.top-slider01-thumb .next-arrow{
    right: -200px;
}

.top-slider01-thumb .slick-counter{
    font-size: 12px;
    right: -140px;
    font-weight: 600;
    letter-spacing: 0.2em;
}

/*--CLS対策--*/
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .slick-initialized .slick-slide{
    display: block;
    height: auto;
  }
/*--//CLS対策--*/

/*--//TOP Slider--*/

/*--KeyWord--*/

.top-keyword{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.top-keyword .keyword-title{
    background: #333333;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    width: 165px;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-keyword .keyword-cont{
    width: 1035px;
    width: 85%;
    background: #f1f1f1;
}
.top-keyword .keyword-list{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 5px;
    align-items: center;
}
.top-keyword .keyword-list li {
    margin: 0 10px 5px 0;
}
.top-keyword .keyword-list li a{
    display: block;
    border: 1px #666666 solid;
    border-radius: 3px;
    padding: 5px;
}

/*--//KeyWord--*/


/*--○○で探すカテゴリ/タブ--*/
.search-category{
    width: 1200px;
    margin: 100px auto 0;
}
.search-category .tap-wrap{
    width: 1110px;
    margin: 0 auto;
}
.tap-wrap .tab-group{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.tap-wrap .tab-group .tab{
    width: 15.5%;
    opacity: 0.7;
    border-bottom: 3px solid #f1f1f1;
}

.tap-wrap .tab-group .tab.is-active{
    opacity: 1;
    border-bottom: 3px solid #ea0029;
    color: #ea0029;
}

.search-category .tab-panel{
    display: none;
    margin: 40px 0;
}

.search-category .tab-panel.is-show{
    display: block;
}

.tap-wrap .tab-group li p{
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    padding: 0 0 10px;
}

.tap-wrap .tab-group li p span{
    font-size: 14px;
    display: block;
    font-weight: normal;
}

/*--スポーツで探す--*/

.search-type01 .search-type01-list,
.search-type02 .search-type02-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.search-type01 .search-type01-list li{
    width: 224px;
    margin: 0 20px 20px 0;

}



.search-type02 .search-type02-cate-wrap a::after, .brand_other a::after{
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg) translate(0,-50%);
    transform: rotate(45deg) translate(0,-50%);
}


.search-type01-cont .view-all-btn,
.search-type02-cont .view-all-btn{
    margin: 40px 0 0 0;
}



.top-popular-brand .popular-brand-list{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    position: relative;
}

/*追加タグ*/
.brand_other {
    margin-left: auto;
    position: absolute;
    right: 50px;
    bottom: -20px;
    font-size: 12px;
    padding: 0 10px 0 0;
}

.top-popular-brand .popular-brand-list li {
    width: 154px;
    /*padding: 2px;*/
    margin: 0 0.5% 10px;
    background-color: #fafafa;
}

.top-popular-brand .popular-brand-list li a span{
    padding: 18px 3px;
}

.style-no {
    background: none;
    margin: 0 auto;
}






/*--//新着アイテム--*/


/*--人気ランキング--*/
.top-ranking .top-main-title{
    margin: -35px 0 0 0;
}

.top-ranking .block-recommend-ranking{
    width: 1200px;
    margin: 0 auto;
}

.top-ranking .block-ranking-r{
    margin: 40px 0 0 0;
    overflow-x: auto;
    max-width: 1200px;
    scrollbar-color:#a1a1a1;
    scrollbar-width: thin;
}

.top-ranking .block-ranking-r--items{
    display: flex;
    flex-wrap: nowrap
}

.top-ranking .block-ranking-r::-webkit-scrollbar{
	height: 5px;
}

.top-ranking .block-ranking-r::-webkit-scrollbar-thumb{
	background-color: #a1a1a1;
	border-radius: 2.5px;
}

.top-ranking .block-ranking-r li{
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 40px 0;
    max-width: unset;
}

.top-ranking .block-ranking-r li .block-ranking-r--goods{
    width: 20%;
    flex-basis: auto;
    margin-left: 20px;
    background: #fff;
    padding: 10px 10px 20px;
}

.top-ranking .img-center img{
    /* max-width: 220px; */
    max-width: 200px;
}

.top-ranking .block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--brand-name{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin: 10px 0;
}

.top-ranking .block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--goods-name{
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 0 10px;
}

/*--ランキング王冠--*/
.top-ranking .block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    border: none;
    background: #333;
    z-index: 2;
}

.top-ranking .block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1{
    background: url(../images/svg/ico-rank-1.svg) no-repeat;
    background-size: 100%;
    width: 36px;
    height: 30px;
    line-height: 40px;
    font-size: 16px;
}

.top-ranking .block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2{
    background: url(../images/svg/ico-rank-2.svg) no-repeat;
    background-size: 100%;
    width: 36px;
    height: 30px;
    line-height: 40px;
    font-size: 16px;
}
.top-ranking .block-ranking-r li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3{
    background: url(../images/svg/ico-rank-3.svg) no-repeat;
    background-size: 100%;
    width: 36px;
    height: 30px;
    line-height: 40px;
    font-size: 16px;
}

.top-ranking-tab-group {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.top-ranking-tab-group li:not(:last-child) {
    margin-right:20px;
}

.top-ranking-tab-group li{
    text-align: center;
    width: 240px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #a6a6a6;
    padding-bottom: 20px;
    cursor: pointer;
}

.top-ranking-tab-group {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.top-ranking-tab-group li{
    text-align: center;
    width: 240px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #a6a6a6;
    padding-bottom: 20px;
    cursor: pointer;
}
.top-ranking-tab-group li:not(:last-child){
    margin-right: 20px;
}
.top-ranking-tab-group li.active{
    color: #ea0029;
    border-bottom: 3px solid #ea0029;
}
.block-ranking-r.top-ranking-tab-panel{
    margin-top: 0;
}
.top-ranking-tab-panel > div{
    display: none;
}
.top-ranking-tab-panel > div.active{
    display: block;
}






/*--メインタイトル--*/
.top-main-title {
    margin: 0 0 40px;
}
.top-main-title p{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.top-main-title p span{
    font-size: 16px;
    display: block;
    color: #333;
    font-weight: normal;
    margin: 20px 0 0;
    line-height: 0;
}





/*--------------------------*/
/*--線マウスオーバー--*/

/*--▼各ユニットマージン調整--*/
.search-type01 .line-hover span{
    padding: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.search-type01 .line-hover p{
    margin: 0 0 0 10px;
    text-align: center;
    width: 100%;
}

/*--//各ユニットマージン調整--*/

.line-hover{
    background: #fafafa;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    position: relative;
    display: block;
}

.line-hover span{
    display: block;
    height: 100%;
    width: 100%;
}



.line-hover::after,
.line-hover span::after,
.line-hover::before,
.line-hover span::before{
    content: '';
    display: block;
    position: absolute;
    background-color: #ea0029;
}

.line-hover::before{
    right: 0;
    top: 0;
    height: 1px;
    width: 0;
    transition: width 300ms;
}

.line-hover::after{
    right: 0;
    top: 0;
    height: 0;
    width: 1px;
    transition: height 300ms;
}

.line-hover span::after{
    left: 0;
    bottom: 0;
    height: 0;
    width: 1px;
    transition: width 300ms;
}
.line-hover span::before{
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 300ms;
}

/*--//線マウスオーバー--*/
/*-----------------------------*/


/*--CLS対策--*/

.top-slider01,
.top-slider01-thumb{
    visibility: hidden;
}

.slick-initialized{
    visibility: visible;
}
    
.block-category-list--topic {
    display: none;
}

/*--//CLS対策--*/


/*--20220331追加--*/


.custom-thumb-wrapper{
    position: relative;
}


/*--20220331追加--*/
