@charset "utf-8";

.index{
  margin: 0 auto;
  width: 1200px;
}
.index .ttl_base{
  background: #2D4B63;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  margin: 100px 0 0 0;
  padding: 0.5em 0;
  text-align: center;
}
.index .more a{
  border: 2px solid #2D4B63;
  color: #2D4B63;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.0em auto 0 auto;
  padding: 0.7em 0;
  text-align: center;
  transition: all .3s;
  max-width: 500px;
  width: 80%;
}
.index .more a:hover{
  background: #2D4B63;
  color: #FFF;
  opacity: 1.0;
  text-decoration: none;
  transition: all .3s;
}
.index .ttl_sale{
  background: #FFBF00;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFF;
  margin: 100px 0 0 0;
  padding: 0.5em 0;
  text-align: center;
}
/*タブのスタイル*/
.index .tab_ttl,
.index .tab_ttl2,
.index .tab_ttl3,
.index .tab_ttl4{
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	cursor:pointer;
  color: #FFF;
	display: block;
	float: left;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 20px 10px;
	text-align: center;
	transition: all 0.2s ease;
  width: 280px;
}
.index .tab_content ul li.tab_ttl{
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	cursor:pointer;
  color: #FFF;
	display: block;
	float: left;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 20px 10px;
	text-align: center;
	transition: all 0.2s ease;
  width: 280px;
}
.index .mens_ttl{background: #065CC6;}
.index .ladies_ttl{background: #FF336B;}
.index .boys_ttl {background: #1EBBFF;}
.index .girls_ttl {background: #FF7A33;}
.index .mizuno_ttl {background: #28E;}
.index .arena_ttl {background: #000;}
.index .speedo_ttl {background: #C00;}
.index .asics_ttl {background: #66AA88;}
.index .tab_ttl:hover,
.index .tab_ttl2:hover,
.index .tab_ttl3:hover,
.index .tab_ttl4:hover{
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
.index input[name="tab_ttl"],
.index input[name="tab_ttl2"],
.index input[name="tab_ttl3"],
.index input[name="tab_ttl4"]{
	display: none;
}
/*選択されているタブのコンテンツのみを表示*/
#mens_rank:checked ~ #mens_rank_content,
#ladies_rank:checked ~ #ladies_rank_content,
#boys_rank:checked ~ #boys_rank_content,
#girls_rank:checked ~ #girls_rank_content,
#mens_sale:checked ~ #mens_sale_content,
#ladies_sale:checked ~ #ladies_sale_content,
#boys_sale:checked ~ #boys_sale_content,
#girls_sale:checked ~ #girls_sale_content,
#mens_original:checked ~ #mens_original_content,
#ladies_original:checked ~ #ladies_original_content {
	display: block;
}
/*タブ切り替えの中身のスタイル*/
.index .tab_content {
	clear: both;
	display: none;
	overflow: hidden;
}
.index .tab_content ul{
  display: flex;
  justify-content: space-around;
}
.index .tab_content ul li{
  width: 200px;
}
.index .tab_content ul li .ico_rank{
  margin: 0 75px 10px 75px;
}
.index .tab_content ul li .name{
  display: block;
  line-height: 1.5;
  margin: 5px 0;
}
.index .tab_content ul li .price{
  color: #D90000;
  font-weight: bold;
}
.index .tab_content ul li .tag{
  line-height: 1.9;
}
.index .tab_content ul li .tag span{
  background: #F2F2F2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0.6em;
  font-weight: bold;
  letter-spacing: 0;
  padding: 4px 5px;
}
.index .tab_content hr,
.index .higher_model_inner hr{
  border: none;
  height: 3px;
  margin-bottom: 15px;
  width: 100%;
}
.index .tab_content .slick-track .slick-slide .fs-c-productName__copy{
  display: none;
}
.index .tab_content .slick-track .slick-slide .fs-c-productPrice__main__label,
.index .tab_content .slick-track .slick-slide .fs-c-price__currencyMark,
.index .tab_content .slick-track .slick-slide .fs-c-price__value{
  color: #D90000;
  font-weight: bold;
}
.ranking .tab_content .slick-track .slick-slide,
.sale .tab_content .slick-track .slick-slide{
  padding-top: 50px;
}
.ranking .tab_content .slick-track .slick-slide:first-child,
.sale .tab_content .slick-track .slick-slide:first-child{
  background: url(https://hikarisp.itembox.design/item/images/ico_rank1.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(2),
.sale .tab_content .slick-track .slick-slide:nth-child(2){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank2.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(3),
.sale .tab_content .slick-track .slick-slide:nth-child(3){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank3.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(4),
.sale .tab_content .slick-track .slick-slide:nth-child(4){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank4.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(5),
.sale .tab_content .slick-track .slick-slide:nth-child(5){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank5.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(6),
.sale .tab_content .slick-track .slick-slide:nth-child(6){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank6.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(7),
.sale .tab_content .slick-track .slick-slide:nth-child(7){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank7.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(8),
.sale .tab_content .slick-track .slick-slide:nth-child(8){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank8.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(9),
.sale .tab_content .slick-track .slick-slide:nth-child(9){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank9.png) no-repeat center top;
  background-size: 50px auto;
}
.ranking .tab_content .slick-track .slick-slide:nth-child(10),
.sale .tab_content .slick-track .slick-slide:nth-child(10){
  background: url(https://hikarisp.itembox.design/item/images/ico_rank10.png) no-repeat center top;
  background-size: 50px auto;
}
#mens_rank_content hr,
#mens_sale_content hr,
#higher_model_men hr,
#mens_original_content hr{background: #065CC6;}
#ladies_rank_content hr,
#ladies_sale_content hr,
#higher_model_ladies hr,
#ladies_original_content hr{background: #FF336B;}
#boys_rank_content hr,
#boys_sale_content hr,
#higher_model_boys hr{background: #1EBBFF;}
#girls_rank_content hr,
#girls_sale_content hr,
#higher_model_girls hr{background: #FF7A33;}
.index .brand p{
  font-size: 0.9em;
  margin: 30px 0 10px 0;
  text-align: center;
}
/*上位モデル*/
.index .higher_model .list .higher_model_inner,
.index .higher_model .list .higher_model_inner .tab_content{
  display:none;
  clear: both;
}
.index .higher_model .list .higher_model_inner.active{
  display:block;
}
.index .higher_model .list .higher_model_inner .tab_content.active{
  display:table;
}

.index .brand ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 960px;
}
.index .brand ul li{
  margin: 20px;
  width: 200px;
}








