@charset "UTF-8";
/*------ goods_detail_carousel.css -------*/

/*--商品詳細のRANKING(SP)「RANKING」--*/

.ajaxgoodslist_ranking .block-thumbnail-t .block-thumbnail-t--items > li p.rank {
    font-family: 'Jost-Regular';
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    margin-top: 8px;
    margin-left: 9px;
    padding: 0px 0px;
}

.ajaxgoodslist_ranking .block-thumbnail-t .block-thumbnail-t--items > li p.rank * {
    color: #333333;
    border: solid 1px #333333;
    border-radius: 50%;
    background-color: #FFFFFF80;
    width: 24px;
    height: 24px;
}

/*------ 2.商品ページ / 商品詳細画面・上部[sws] -------*/

/*--商品詳細のcart button(SP)「店舗在庫」--*/

.block-store-stock .block-store-stock--modal-btn {
    border: 1px solid #D5D5D5;
    background-color: #FFFFFF;
}

/*------ sb_block_goods.css -------*/
/*--店舗在庫ポップアップブランド・商品名--*/
.block-goods-stock-brand-name,
.block-goods-stock-goods-name {
	font: normal normal normal 14px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333
}

/*--店舗在庫ポップアップh1--*/
h1.block-store-stock--modal-remark-title {
	font: normal normal bold 20px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333
}

/*--店舗在庫ポップアップリスト--*/
.block-store-stock--modal-remarks li {
	font: normal normal normal 11px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333
}

/*--店舗在庫ポップアップショップ情報--*/
.CMP_itemlist_4 h4 a,
.CMP_itemlist_4 .address,
.CMP_itemlist_4 .stock {
	font: normal normal normal 14px 'Jost-Regular','NotoSansJP-Regular';
}

/*--店舗在庫ポップアップ試着ボタン--*/
.variation_reserve_btn {
	font-family: 'Jost-Regular', 'NotoSansJP-Regular';
	font-size: 14px;
	border: 1px solid #333333;
	background-color: #333333;
	height: 48px;
	margin: 0 0 18px 0;
	border-radius: 0;
}

/*------ 新規追加 -------*/
/*--店舗在庫ポップアップセレクト--*/
.block-goods-stock-size-color-select select, .block-goods-stock-pref-select select {
	width: unset;
	min-width: 300px;
	border-radius: 0px;
}

/*--「閲覧中カテゴリーのランキング：バッジ」--*/

ul.block-thumbnail-t--items > li .block-thumbnail-t--goods-description .block-icon {
	display:none;
}

/*--「ブランド名：このアイテムを使ったスタッフコーディネート」--*/

.content .detail .brands {
    margin-top: 4px;
}

/** 洗濯表記リンク削除 **/
.block-goods-attr-link a{
	display:none;
}
.block-goods-attr-frame dd.block-goods-attr-link {
	margin:0;
}

/*--モーダル×ボタン--*/
.modal-close{
	position: absolute;
	top: 3px;
	right: 17px;
}