@charset "utf-8";

/* top
----------------------------------------------- */
#top {
	width: 100%;
	background: #fff;
	
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}
#top a img {
	width: 100%;
}
#top .bg_bk a {
	color: #fff;
	text-decoration: none;
}
#top .bg_wh a {
	color: #000;
	text-decoration: none;
}
#top .slide a:hover img,
#top .bg_wh a:hover, #top .bg_wh a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
#top .grey  {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#top .grey:hover, #top .contents .grey a:hover, #top .contents .grey a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#top .contents .grey a:hover {
	text-decoration: underline;
}
#top .contents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#top .contents div {
	padding: 50px 0;
}
#top .contents img.ttl {
	margin-bottom: 30px;
}
#top .bg_bk {
	background: #000;
}
#top .bg_wh {
	background: #fff;
}
#top ul.listS li {
	display: inline-block;
	position: relative;
	line-height: 1.8;
	font-size: 14px;
}
#top ul.listS li ul.grey li {
	display: block;
}
#top ul.listS li ul.grey li img {
	margin-bottom: 10px;
}
#top ul.listS li::before {
	position: absolute;
	z-index: 999;
}
#top #gender ul.listS li::before {
	top: 40%; /*defoult40%------------*/
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#top #gender ul li:nth-of-type(1)::before {
	content: url("https://spopia.itembox.design/item/images/top/g_sub_mens.png?t=20250424162636");
}
#top #gender ul li:nth-of-type(2)::before {
	content: url("https://spopia.itembox.design/item/images/top/g_sub_womens.png?t=20250424162636");
}
#top #gender ul li:nth-of-type(3)::before {
	content: url("https://spopia.itembox.design/item/images/top/g_sub_kids.png?t=20250424162636");
}

/* winter追加
----------------------------------------------- */
#top #winter ul.listS li::before {
	top: 40%;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#top #winter ul li:nth-of-type(1)::before {
	content: url("https://spopia.itembox.design/item/images/top/w_sub_ski.png?t=20250424162636");
}
#top #winter ul li:nth-of-type(2)::before {
	content: url("https://spopia.itembox.design/item/images/top/w_sub_snowboard.png?t=20250424162636");
}
#top #winter ul li:nth-of-type(3)::before {
	content: url("https://spopia.itembox.design/item/images/top/w_sub_s_and_a.png?t=20250424162636");
}

#top #categ ul.listS li::before {
	top: 40%;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#top #categ ul li:nth-of-type(1)::before {
	content: url("https://spopia.itembox.design/item/images/top/cate_sub_soccer.png?t=20250424162636");
}
#top #categ ul li:nth-of-type(2)::before {
	content: url("https://spopia.itembox.design/item/images/top/cate_sub_addi.png?t=20250424162636");
}
#top #categ ul li:nth-of-type(3)::before {
	content: url("https://spopia.itembox.design/item/images/top/cate_sub_mon.png?t=20250424162636");
}

/* adidas_cate追加
----------------------------------------------- */
#top #categ02 ul.listS li::before {
	top: 30%;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#top #categ02 ul li:nth-of-type(1)::before {
	content: url("https://spopia.itembox.design/item/adidas/img/c_sub_wear.png?t=20250424162636");
}
#top #categ02 ul li:nth-of-type(2)::before {
	content: url("https://spopia.itembox.design/item/adidas/img/c_sub_shoes.png?t=20250424162636");
}
#top #categ02 ul li:nth-of-type(3)::before {
	content: url("https://spopia.itembox.design/item/adidas/img/c_sub_recommend.png?t=20250424162636");
}

#top #gender ul.grey li::before, #top #winter ul.grey li::before, #top #categ ul.grey li::before, #top #categ02 ul.grey li::before {
	content: none;
}
#top #pickup {
	position: relative;
}
#top #pickup .ttl {
	position: absolute;
	z-index: 9999;
	top: 15%;
	left: 50%;
    -webkit-transform: translate(-50%,85%);
    transform: translate(-50%,85%);
}
#top #pickup ul li {
	width: 25%;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 2.2;
}
#top #pickup ul li img.sub {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 90%;
}
#top #pickup ul li img.grey {
	position: relative;
}
#top #news ul {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
#top #news ul li {
	padding: 5px 0;
	border-bottom: 1px #999999 solid;
	font-size: 12px;
	text-align: left;
}
#top #news ul li:first-of-type {
	text-align: right;
	font-weight: bold;
}
#top #news ul li p span {
	margin-right: 30px;;
}
#top #topseller .ttl {
    display: block;
    width: 100%;
    max-width: 840px;
    margin: 0 auto 30px;
	padding: 10px 0;
    border-bottom: 1px #000 solid;
	text-align: left;
}
#top #topseller ul {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	font-size: 14px;
	vertical-align: top;
}
#top #topseller ul li {
	display: inline-block;
	position: relative;
	max-width: 199px;
	padding-right: 10px;
	text-align: left;
}
#top #topseller ul li:nth-of-type(4n) {
	padding-right: 0;
}
#top #topseller ul li.new::before {
	content: "NEW";
	position: absolute;
	top: 30px;
	padding: 2px 10px;
	background: #55A068;
	color: #fff;
	font-size: 10px;
}
#top #topseller ul li p span {
	display: block;
	color: #ff0000;
}

/* ------------------------------------------------------------
タブレット
------------------------------------------------------------ */
@media screen and (max-width: 896px) {
#top ul.listS li {
	width: 33%;
	max-width: 212px;
}
#top ul.listS li img {
	width: 100%;
}
#top ul.listS li ul.grey li {
	width: 100%;
}
#top #topseller ul li {
	width: 22%;
	padding-right: 2%;
}
#top #topseller ul li:nth-of-type(4n) {
	padding-right: 0;
}
#top #topseller ul li.new::before {
	top: 7%;
	padding: 1% 4%;
}
}

/* ------------------------------------------------------------
スマホ
------------------------------------------------------------ */
@media screen and (max-width: 480px) {
#top .contents .grey {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#top .contents {
	width: 100%;
}
#top #gender, #top #winter, #top #categ, #top #categ02, #top #news, #top #topseller {
	width: 90%;
	margin: 0 5%;
}
#top ul.listS {
	width: 100%;
}
#top ul.listS li {
	display: block;
}
#top ul.listS li ul.grey li:first-of-type {
	float: left;
	width: 45%;
}
#top ul.listS li ul.grey li {
	float: right;
	width: 50%;
	text-align: left;
}
#top ul.listS li {
	width: 100%;
	max-width: 480px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom: 1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
#top #gender ul.listS li::before, #top #winter ul.listS li::before, #top #categ ul.listS li::before, #top #categ02 ul.listS li::before {
    top: 48%;
    left: 23%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#top #pickup .ttl {
	top: 5%;
}
#top #pickup ul li {
	width: 50%;
}
#top #news ul li p span {
	display: block;
}
#top #topseller ul li {
	width: 47%;
    padding: 0;
	margin-bottom: 3%;
}
#top #topseller ul li:nth-of-type(2n-1) {
	margin-right: 4%;
}

  .pc { display:block; }
  .sp { display:none; }

}

.fs-preview-header { display: none; }


/* ------------------------------------------------------------
よく質問について
------------------------------------------------------------ */

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 1.5em 0;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #0097a7;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.cp_qa dt::before {
	padding: 0.1em 0.3em;
	content: '\f128';
	background: #f57c00;
}
.cp_qa dd::before {
	padding: 0.12em 0.45em;
	content: '\f12a';
	background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
	position: absolute;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 5px;
	border-style: solid;
}
.cp_qa dt::after {
	left: 1.5em;
	border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
	left: 3.5em;
	border-color: transparent transparent transparent #0097a7;
}

/* ------------------------------------------------------------
会社概要
------------------------------------------------------------ */
.shop_info {
width: 100%;
}
 
.shop_info th,
.shop_info td {
border: 1px solid #ccc;
padding: 20px;
}
 
.shop_info th {
font-weight: bold;
background-color: #dedede;
}
 
@media screen and (max-width: 767px) {
.shop_info,
.shop_info tr,
.shop_info td,
.shop_info th {display:block;}
.shop_info th {width:auto;}
}

/* 固定ヘッダの表示調整 */
div#h_menu {
    z-index: 999;
}

/* brand columの表示調整 */
.colum_brand {padding:0 20px 0 20px;}
@media screen and (max-width: 767px) {
.colum_brand {padding:0 60px 0 60px;}
}

/* adidasユニフォームの表示調整 */
.uniform_bk {background:no-repeat center/100% url("https://spopia.itembox.design/item/images/adidas/lp-fixbg-min01.jpg?t=20250424162636");}

/* adidas COPA ICON2の表示調整 */
.copa_bk {
background: #e41a22;
padding: 1rem;
color: #fff;
}
/* ライトBOX調整 */
.fs-c-productImageModal { z-index: 99999; }
.fs-c-productImageModalCarousel__figure { padding: 160px 0 0; }

/* PC_SP表示調整 */
@media screen and (min-width: 710px){
  .pc { display:block; }
  .sp { display:none; }
}
/* PC_SP表示調整 */
@media screen and (max-width: 709px){
  .pc { display:none; }
  .sp { display:block; }

/* adidas COPA ICON2の表示調整 */
.copa_bk { padding: 1.5rem 0; }

.fs-p-headerNavBar {
    margin-top: -5px;
}

.fs-pt-column {
    padding: 0 20px;
}
.colum_brand {
    padding: 0 20px;
}
}

/* Youtube iframe */
.iframe-content {
    position: relative;
    width: 100%;
    padding: 56.5% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fs_membership_merge_modal .fs-c-inputInformation__field { 
    display: none; 
}

.white_back { background: #fff; }
.black_back { background: #000; }
.margintop_01 { margin-top: 1em; }
.margintop_02 { margin-top: 2em; }
.margintop_03 { margin-top: 3em; }
.padding_01 { padding: 1em; }
.padding_02 { padding: 2em; }
.padding_03 { padding: 3em; }
.txt_center { text-align: center; }
.margin_center { margin: 0 auto; }

.navy_back { background: #102761; }

/* 商品個別ページの注釈表示調整 */
.fs-p-card__message { padding: 0; }
.fs-p-card__message p { margin-top: 0.8em; }