/*new*/
/*common*/
.new-c * {
	box-sizing: border-box;
	line-height: 1em;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	list-style: none;
}
.new-c {
	margin: 25px auto;
}
.wrap-new {
	width: 100%;
	max-width: 1240px;
	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;
}
.inner-col {
	display: flex;
	flex-wrap: wrap;
}
.inner-col .cols2 {
	width: calc(100%/2);
}
.inner-col .cols4 {
	width: calc(100%/4);
}
.inner-col .cols5 {
	width: calc(100%/5);
}
.inner-col .w100 {
	width: 100%;
}
/*C-title*/
.content-title {
	position: relative;
}
.content-title:after {
	content: "";
	display: block;
	width: 50%;
	height: 10px;
	background-color: #99CAEE;
	position: absolute;
	left: 0;
	bottom: -0.5em;
	z-index: 0;
}
.content-title-inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.1em;

}
.content-title-spacer {
	display: inline-block;
	margin: 0 .2em;
	font-size: 1em;
}
.content-title-ruby {
	font-size: 16px;
	color: #555;
	letter-spacing: 0;
	vertical-align: middle;
}
/*C-stitle*/
.content-stitle {
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	border-bottom: 8px 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: 25px 2px;
}
/*スライダーブランド*/
.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 7px;
	display: block;
	max-width: 180px;
}
.team-list .content-stitle {
	margin-top: 10px;
}
.team-list .inner-col {
	align-items: center;
	justify-content: center;
	padding: 10px 3%;
	margin-top: 10px;
}
.team-list .inner-col a {
	display: block;
	width: calc(100%/5);
	padding: 5px;
	margin-bottom: 5px;
}
.team-list .inner-col a p {
	text-align: center;
	font-size: 0.8em;
}
/*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 {
	height: 36px;
}
.slide_btn span {
	display: block;
	margin: 2px auto;
	width: calc(100%/5);
	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;
  	width:100px;
    color: #fff;
    transition: background-color .3s;
    margin-top: 5px;
    width:100px;
    margin:auto;
	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;
}
.bland-more-btn a:hover {
	color:#fff;
	opacity:0.8;
}
/*---------------------------------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;
}

#slides {
margin: 0 auto;
padding: 0 15px !important;
}

.profile {
	background: url('https://img06.shop-pro.jp/PA01177/067/etc/history.JPEG') no-repeat 0 0;
	width: 560px;
	height: 227px;
	margin-bottom: 0;
	padding: 30px 20px 30px 200px;
	font-family:"Hiragino Kaku Gothic ProN",meiryo, sans-serif !important;
	color:#000;
	position:relative;
}

.profile:hover{
	transition: 0.6s;
	opacity: 0.6;
}

.profile a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.top_bnrgrp p{
margin:10px 0;
}
.pro1 {
font-size: 36px;
margin-bottom: 10px;
}
.pro2 {
font-size: 23px;
margin-bottom: 10px;
}
.pro3 {
font-size: 13px;
}
.red {
color: #ff0000;
}


.top_bnrgrp {
	margin-bottom:20px;
}
.top_bnrgrp .left,.top_bnrgrp .right {
	float:left;
	width:390px;
}
.bnr_grp2 {
margin: 20px 0 ;
}
.btm{
margin-bottom:20px;
}
.onmouse{
  width:1000px;
}
.onmouse hover{
opacity:0.6;
}
.w-75{
width:75%;
}
.w-50{
width:50%;
}
.w-60{
width:60%;
}
.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);
}
.cat-flex-wrap .cat-icon img {
  display:block;
  max-width:100%;
}
.os-cat-title {
display:block;
text-align:center;
color:#333;
}

/* ↓↓↓ プルダウンメニュー ↓↓↓ */
.pull_wrap {
    color: #000;
    font-size: 24px;
    width:95%;
    margin:0 auto;
}
.pull_wrap p{
	text-align: center;
    margin: 40px 0;
    font-weight: bold;
}
.pull_wrap details {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
}
.pull_wrap details summary {
    position: relative;
    padding: 20px;
    text-align: center;
}
.pull_wrap details summary::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid black;
    right: 50px;
    top: 40%;
}
.pull_wrap details[open] summary::after {
    transform: scale(1, -1);
}
.pull_wrap summary::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    left: 40px;
    top: 8px;
}
.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: 100px;
    margin:20px 0;
}
.pull_wrap details li {
    font-size: 20px;
    list-style-type: disc;
    margin-bottom: 15px;
}
.pull_wrap details li a {
    color: #000;
}
/* ↑↑↑ プルダウンメニュー ↑↑↑ */