@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-inner a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.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;
}


.sub-info {
    width: 960px;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    background-color: #f5f5f5;
   
}
.sub-info dd {
    font-size: 16px;
}



.sub--topic{
	width: 960px;
	margin: 0 auto;
}



.sub--topic .block-top-topic--body a.bx-next,
.sub--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;
}


.sub--topic .block-top-topic--body a.bx-next{
	right: 0;
    top:10;
}

.sub--topic .block-top-topic--body a.bx-prev {
	left:0;
    top:10;
}


.sub--topic ul.sub--topic--items li dl{
	display: flex;
	width: 100%;
	height: 30px;
	justify-content: center;
	align-items: center;
}


.sub--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: "";
}
.sub--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: "";
}







/*--//既存ソースを改修--*/

.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;
  }
/*--//CLS対策--*/

/*--//TOP Slider--*/


/*--//rakuten-bnr--*/

.rakuten-event, .top-popular-brand {
    background: #f1f1f1;
    margin: 80px auto 50px;
    padding: 15px 0;
}
.rakuten-event {
    margin:0 auto;
}
.bnr-area {
    width: 1200px;
    margin:0 auto;
}
.rakuten-event .top-main-title{
    margin: -35px 0 0 0;
}

ul.bnr-wrap {
    width: 960px;
    margin: 15px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}
ul.evnt_margin {
    margin-top: 55px;
}

ul.bnr-wrap li {
    width: 49%;
    margin: 0;
    margin-bottom: 15px;
}
ul.bnr-wrap li.full_width {
    margin: 0 auto 15px;
    width: 100%;
}
ul.bnr-wrap li img {
    width: 100%;
}
/*--//rakuten-bnr--*/

/*--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;
    padding: 10px 10px;
    align-items: center;
}
.top-keyword .keyword-list li {
    margin: 0 10px 0 0;
}
.top-keyword .keyword-list li a{
    display: block;
    border: 1px #666666 solid;
    border-radius: 3px;
    padding: 5px;
}

.top-keyword .keyword-list li a:hover{
    border:1px #ea0029 solid;
    color: #ea0029;
    text-decoration: none;
}

/*--//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-type02 .search-type02-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-type01 .search-type01-list li p{
    font-size: 14px;
    line-height: 1.2;
}
.search-type01 .search-type01-list li:nth-child(5n){
    margin: 0 0 20px 0;
}

.search-type02 .search-type02-list > li{
    border: 1px solid #ccc;
    width: 33.33%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.search-type02-sub-cate-wrap{
    width: 100%;
    height: 100%;
}

.search-type02 .search-type02-list > li:nth-child(3n-1){
    border-left:none;
    border-right:none;
}

.search-type02 .search-type02-list > li:nth-child(n+4){
    border-top: none;
}

.search-type02 .search-type02-cate-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px dotted #ccc;
    padding: 0 0 10px 0;
    width: 100%;
}

.search-type02 .search-type02-cate-wrap a{
    font-size: 12px;
    position: relative;
    padding: 0 10px 0 0;
}

.search-type02 .search-type02-cate-wrap 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-type02-sub-cate-wrap ul li a:hover,
.search-type02 .search-type02-cate-wrap a:hover{
    color: #ea0029;
    text-decoration: none;
    border-bottom: 1px solid #ea0029;
}
.search-type02 .search-type02-cate-wrap a:hover::after{
    border-top: 1px solid #ea0029;
    border-right: 1px solid #ea0029;
}

.search-type02 .mens-wear-name{
    font-size: 15px;
    font-weight: 600;
}

.search-type02 .mens-wear-name span{
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: block;
}

.search-type02-sub-cate-wrap ul{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 10px;
}

.search-type02 .search-type02-title img{
    display: block;
    margin: 0 10px 0 0;
}

.search-type02-sub-cate-wrap ul li{
    margin: 0 20px 10px 0;
    font-size: 14px;
}
.search-type02 .search-type02-sub-cate-wrap a{
    border-bottom: 1px solid #333;
}

.search-type01-cont .view-all-btn,
.search-type02-cont .view-all-btn{
    margin: 40px 0 0 0;
}

/*--シーンで探す--*/
.search-situation{
    width: 1200px;
}

.search-situation-list{
    display: flex;
    flex-wrap: wrap;
}
.search-situation-list li {
    margin: 0 0 20px;
}
.search-situation-list li span{
    display: block;
    text-align: center;
    margin: 10px 0;
}

.search-situation-list li a{
    display: block;
    overflow: hidden;
}

.search-situation-list li a:hover img{
    transform: scale(1.1);
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/*--人気のスポーツブランド--*/

.top-popular-brand{
    padding: 30px 0;

}

.top-popular-brand .top-main-title {
    margin: -47px 0 0 0
}

.brand-area {
    width: 1200px;
    margin: 40px auto 0;
}
　
.top-popular-brand:last-child{
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.top-popular-brand .popular-brand-list{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.top-popular-brand .popular-brand-list li {
    width: 154px;
    margin: 0 auto 20px;
}
.top-popular-brand .popular-brand-list li img {
    width: 100%;
}

.top-popular-brand .popular-brand-list li a{
    display: block;
    background: #ffffff;
}
.top-popular-brand .popular-brand-list li a span{
    width: 80%;
    height: auto;
    margin:  0 auto;
    padding: 15px 10px;
}

.top-popular-brand .popular-brand-list li a:hover img{
    opacity: 1;
}

.brand-list-btn ul{
    display: flex;
    justify-content: center;
}

.brand-list-btn ul li{
    margin: 0 30px 0 0;
}

.brand-list-btn ul li:last-child{
    margin: 0;
}

/*--//人気のスポーツブランド--*/

/*--//ランキング--*/
.top-ranking{
    background: #f1f1f1;
    margin: 100px auto;
    padding: 15px 0 80px;
}
/*--//ランキング--*/


/*--//フッター--*/
.new-footer {
    padding-bottom: 20px;
}
.new-footer .footer-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.iframe-flex {
    justify-content: space-evenly!important;
}
.new-footer .footer-wrap img {
    padding: 0 10px;
}
.yamato-img {
    padding-top: 65px;
}
.dv-img {
    width: 370px;
}
.shp-img {
    margin:20px auto 0;
}
div.dv-style {
    display: flex;
}
div.dv-img img {
    display: block;
    margin: 20px auto 0;
}
.new-footer img.img-size {
    width: 45%;
}

.new-footer .stl-cm {
    display: block;
    padding: 15px 20px 20px;
    margin-top: 20px;
    background-color: #ffffff;
}

.ct04 {
    padding-bottom: 53px!important;
}
.ct07 {
    padding-bottom: 160px!important;
}
.iframe-stl-cm {
    margin-top: 15px!important;
}
.iframe-ct-txt {
    font-size: 1.1em!important;
}
.new-footer h3 {
    font-size: 30px;
    text-align: center;
    padding-top: 30px;
}
.right-side, .left-side {
    width: 49.2%;
}
.iframe-style {
    width: 48%!important;
}

p.ct-ttl {
    font-size: 13px;
    letter-spacing:0.05em;
    font-weight: 600;
    margin-bottom: 10px;
}

div.foot-img {
    display: flex;
}
div.foot-img .sizedown {
    width: 42%;
}
div.foot-img .yamato {
    padding: 35px 0px 0 0;
    margin-right: 24px;
}
div.foot-img .visa {
    padding: 20px 0 10px 0;
}

p.ct-txt {
    font-size: 1.14em;
    line-height:1.6em;
    margin-top: 20px;
}
.txt-red {
    color: #ef2424;
}
.under-line {
    text-decoration: solid;
    color:#1a78c7 ;
}

p.copy {
    width:800px; 
    text-align:center; 
    font-size:13px; 
    margin:30px auto 0;
    padding:0;
}
/*--//フッター--*/


/*--//バナー群--*/
.other-banar {
    width: 1200px;
    margin: 0 auto 100px;
}

.other-banar ul {
 display: flex;
 justify-content: space-between;
}
.send-flow {
    margin: 100px auto 50px;
}
.other-banar li {
    width: 48%;
}
.other-banar li img {
    width:100%;
}
.other-banar li.col {
    width:32.33%;
}
/*--//バナー群--*/



/*--人気ランキング--*/

.top-ranking{
    background: #f1f1f1;
    margin: 100px auto 0;
    padding: 15px 0 80px;
}

.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: 240px;
    flex-basis: auto;
    margin-left: 20px;
    background: #fff;
    padding: 10px 10px 20px;
}

.top-ranking .img-center img{
    max-width: 220px;
}

.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(/img/usr/top/sa/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(/img/usr/top/sa/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(/img/usr/top/sa/ico-rank-3.svg) no-repeat;
    background-size: 100%;
    width: 36px;
    height: 30px;
    line-height: 40px;
    font-size: 16px;
}





/*--メインタイトル--*/
.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;
}

/*--一覧/もっと見るボタン--*/

.view-all-btn a{
    display: block;
    text-align: center;
    width: 250px;
    background: #333;
    color: #fff;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    z-index: 3;
}

.view-all-btn a span {
    display: block;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease 0s;
    -webkit-font-smoothing: subpixel-antialiased;
}

.view-all-btn a span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    transition: all 0.3s ease 0s;
    background-size: 100%;
    content: "";
}

.view-all-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom: 6px solid #ea0029;
    transition:transform 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s;
    transform: scale(0,1);
    transform-origin: 0 50% 0;
}
.view-all-btn a:hover{
    color: #ea0029;
    text-decoration: none;
}

.view-all-btn a:hover span::after{
    right: 10px;
    border-top: 1px solid #ea0029;
    border-right: 1px solid #ea0029;
}

.view-all-btn a:hover:after{
    transform: scaleX(1);
    transition: transform 0.35s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

.top-instagram .view-all-btn a:after{
    background: #f1f1f1;
}

/*--//一覧/もっと見るボタン--*/



/*--------------------------*/
/*--線マウスオーバー--*/

/*--▼各ユニットマージン調整--*/
.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:hover{
    text-decoration: none;
}

.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;
}

.line-hover:hover::after,
.line-hover span:hover::after{
    height: 100%;
}

.line-hover:hover::before,
.line-hover span:hover::before{
    width: 100%;
}

/*--//線マウスオーバー--*/
/*-----------------------------*/


/*--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;
}
