/*new*/
/*responsive*/
@media screen and (max-width:767px){
/*responsive*/
/*common*/
.new-c * {
	box-sizing: border-box;
	line-height: 1em;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	list-style: none;
}
.new-c {
	margin: 15px auto 25px auto;
}
.wrap-new {
	width: 100%;
	min-width: 240px;
	margin: 15px auto;
}
.new-c img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.new-c a,
.new-c a > span,
.new-c a > p {
	color: #444;
	transition: color .3s;
}
.new-c a:hover,
.new-c a > span:hover,
.new-c a > p:hover {
	color: #FC3E3E;
}
.clear {
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.disp_pc {
	display: none;
}
.disp_sp {
	display: block;
}
.inner-col {
	display: flex;
	flex-wrap: wrap;
}
.inner-col .cols2 {
	width: 100%;
}
.inner-col .cols4 {
	width: calc(100%/2);
}
.inner-col .cols5 {
	width: calc(100%/3);
}
.inner-col .w100 {
	width: 100%;
}
/*C-title*/
.content-title {
	position: relative;
}
.content-title:after {
	content: "";
	display: block;
	width: 70%;
	height: 5px;
	background-color: #99CAEE;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 0;
}
.content-title-inner {
	width: 100%;
	min-width: 240px;
	margin: 0 auto;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.5em;
  	padding:0 3%;
}
.content-title-spacer {
	display: inline-block;
	margin: 0 .2em;
	font-size: 1em;
}
.content-title-ruby {
	font-size: 14px;
	color: #555;
	letter-spacing: 0;
	vertical-align: middle;
}
/*C-stitle*/
.content-stitle {
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	border-bottom: 6px solid;
	line-height: 0.6em;
	padding-top: 12px;
	margin-bottom: 10px;
}
.content-stitle.colorB {
	border-color: #0167AB;
}
.content-stitle.colorR {
	border-color: #ED174B;
}
/*Bslider*/
.scrollyeah {
	padding: 10px 0 25px 0;
}
/*スライダーブランド*/
.scrollyeah .item {
	float: left;
	margin: 0;
	padding: 0;
	max-width: 128px;
}
.scrollyeah .item p,
.scrollyeah .t-item p {
	text-align: center;
	font-size: 0.8em;
}
.scrollyeah .item a img {
	display: block;
}

/*AllTeam*/
.scrollyeah .t-item {
	float: left;
	margin: 0 1px;
	display: block;
	max-width: 120px;
}
.scrollyeah .t-item img {
	display: block;
	width: 90%;
	margin: 7px auto;
}
/*item-list*/
.item-list {
	width: 96%;
	margin: 10px auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,.8);
	padding: 15px 5px;
	border-radius: 3px;
}
.item-list .item-list-image {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 10px auto;
}
.item-list .item-list-name {
	width:88%;
	margin: 10px auto 15px auto;
	line-height: 1.3em;
	word-break: break-all;
  	font-size:0.8em;
}
.item-list a .item-list-image{
	transition: opacity .3s;
}
.item-list a .item-list-name{
	transition: color .3s;
}
.item-list a:hover .item-list-image {
	opacity: .9;
} 
.item-list a:hover .item-list-name {
	color: #FC3E3E;
}
.item-list .item-list-price {
	text-align: center;
  font-size:0.7em;
}
.item-list .item-list-price .item-list-tax {
	font-size: 0.8em;
}
.item-list .item-list-link {
	margin: 15px auto 0 auto;
}
.item-list .item-list-link a {
	display: block;
	background-color: #FC3E3E;
	color: #fff;
	font-weight: 500;
	text-align: center;
	width: 88%;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,.7);
	transition: box-shadow .3s;
}
.item-list .item-list-link a:hover {
	box-shadow: inset 2px 2px 5px rgba(0,0,0,.5);
}
/*タグリスト（シグネイチャー・選手別）*/
.tag_list .cols5 {
	padding: 8px 15px;
}
.tag_list .cols5 p {
	font-size: 0.8em;
	text-align: center;
}
.slide_btn {
	margin: 15px auto;
}
.slide_btn span {
	display: block;
	margin: 2px auto;
	width: calc(100%/3);
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #333;
	position: relative;
	cursor: pointer;
}
.slide_btn span:before {
	content: '';
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border: 1px solid #000;
	position: absolute;
	top: -4px;
	left: -4px;
}
.slide_btn span.plus:after {
	content: "+";
}
.slide_btn span.minus:after {
	content: "-";
}
.slide_btn span:after {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 21px;
	border: 1px solid #333;
	border-radius: 50%;
	padding-left: 1px;
	font-weight: bold;
	position: absolute;
	right: 14px;
	top: 10px;
}
/*moreボタン*/
.bland-more-btn a {
    background-color: #000;
    color: #fff;
    transition: background-color .3s;
	padding:1em 2em;
    line-height: 1.5em;
    font-size: .875rem;
	display:block;
	border: 1px solid transparent;
	overflow: visible;
    font: inherit;
    -webkit-appearance: none;
    border-radius: 0;
	vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	transition:opacity 0.3s;
	width:fit-content;
  	margin:10px auto 25px auto;
}
.bland-more-btn a:hover {
	color:#fff;
	opacity:0.8;
}
.padb0 {
  padding-bottom:0px!important;
}
.marb0 {
  margin-bottom:0px!important;
}

/*responsive*/
}
/*responsive*/



/**（仮）**/
.s1 {
font-size:12px !important;
}
/**（仮）**/
/*------------------------------OLD------------------------------------*/
.s1 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}
.top_bnrgrp p{
margin:10px 0;
}
.top_bnrgrp {
	margin-bottom:15px;
}
.top_bnrgrp .left,.top_bnrgrp .right {
	float:left;
	width:50%;
}
.top_bnrgrp img{
max-width:100%;
}
.bnr_grp2 {
margin: 15px 0 ;
}

.main_img {
margin: 15px 0;
margin-bottom:0;
}
.main_img img {
max-width:100%;
}
.btm{
margin-bottom:20px;
}
.btm img{
max-width:100%;
height:auto;
}
.w75{
width:75%;
}
.clear {
	display:block;
  clear:both;
  width:100%;
  height:1px;
}
.cat-wrap-os {
margin-bottom:50px;
margin-top:25px;
}
.cat-flex-wrap{
display:flex;
flex-wrap:wrap;
}
.cat-flex-wrap .cat-icon{
  display:block;
  width:calc(100%/3);
  padding:5px;
}
.cat-flex-wrap .cat-icon img {
  display:block;
  max-width:100%;
}
.os-cat-title {
display:block;
text-align:center;
color:#333;
font-size:10px;
}
.yl {
text-align:center;
}
.attention {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ↓↓↓ プルダウンメニュー ↓↓↓ */
.pull_wrap {
    color: #000;
    font-size: 14px;
    width:95%;
    margin:0 auto;
}
.pull_wrap p{
	text-align: center;
    margin: 30px 0;
    font-weight: bold;
}
.pull_wrap details {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
}
.pull_wrap details summary {
    position: relative;
    padding: 20px;
    text-align: center;
	display: block;
	list-style: none;
}
.pull_wrap details summary::-webkit-details-marker {
    display:none;
}
.pull_wrap details summary::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
    right: 20px;
    top: 45%;
}
.pull_wrap details[open] summary::after {
    transform: scale(1, -1);
}
.pull_wrap summary::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    left: 10px;
    top: 7px;
}
.pull_wrap .pull_men summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTczOTAxNjM3.jpg) center/cover no-repeat;
}
.pull_wrap .pull_women summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTc0NTY2OTMx.jpg) center/cover no-repeat;
}
.pull_wrap .pull_kids summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/U1NTMl9OSzZaMkI3TkFBSF9CVUxfMTkyMDAwMDg1NjQxXzI.png) center/cover no-repeat;
}
.pull_wrap .pull_baby summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/Y3Vycnk5.png) center/cover no-repeat;
}
.pull_wrap .pull_cap summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTc0MTk2ODc4.jpg) center/cover no-repeat;
}
.pull_wrap .pull_t-shirt summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTc0MTc0NTU0X28x.jpg) center/cover no-repeat;
}
.pull_wrap .pull_jersey summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTc0MTc0NjI5X28x.jpg) center/cover no-repeat;
}
.pull_wrap .pull_pants summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTczNjczMDEwX28x.jpg) center/cover no-repeat;
}
.pull_wrap .pull_jacket summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTczNTQyMTQw.jpg) center/cover no-repeat;
}
.pull_wrap .pull_nba-brands summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTczOTAxMjI2.jpg) center/cover no-repeat;
}
.pull_wrap .pull_outing summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTc0NDA1ODg2.jpg) center/cover no-repeat;
}
.pull_wrap .pull_indoors summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTY4NzcxNTc2.jpg) center/cover no-repeat;
}
.pull_wrap .pull_basketball-brands summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTYzMDMwNDkxX28x.jpg) center/cover no-repeat;
}
.pull_wrap .pull_pet summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MTczOTc3NjI4.jpg) center/cover no-repeat;
}
.pull_wrap .pull_shoes summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/MjAyMDExMTVfNQ.jpg) center/cover no-repeat;
}
.pull_wrap .pull_player summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/product/173879038.jpg) center/cover no-repeat;
}
.pull_wrap .pull_nba-team summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/TWpBeE56QXpNRGhmTVE.jpg) center/cover no-repeat;
}
.pull_wrap details ul {
    padding-left: 60px;
    margin:10px 0;
}
.pull_wrap details li {
    font-size: 12px;
    list-style-type: disc;
    margin-bottom: 15px;
}
.pull_wrap details li a {
    color: #000;
}
/* ↑↑↑ プルダウンメニュー ↑↑↑ */