@charset "UTF-8";

/*================================================
商品一覧ページ専用CSS
================================================*/

/* product
--------------------------------------------------------------------*/

.product *,
.product *:before,
.product *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product {
	width: 1000px;
	margin: 0 auto 50px;
	text-align: left;
	position: relative;
}
.product:before, .product:after {
	content: "";
	display: block;
}
.product:after {
	clear: both;
}

/* product_result
--------------------------------------------------------------------*/

.product_result {
	width: 800px;
	float: right;
	text-align: left;
}
.product.product_snap .product_result {
	width: 1000px;
	float: none;
}

/* search_box
--------------------------------------------------------------------*/

.search_box {
	padding:14px;
	margin:0 0 40px;
	background:#f4f4f4;
}

/* result_number
--------------------------------------------------------------------*/

.result_number {
	text-align: center;
	background: #f4f4f4;
	margin-bottom: 30px;
	padding: 20px 10px;
	/*border: 1px solid #dcdcdc;*/
}
.result_number dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.result_number dd {
	font-size: 14px;
}
.result_number dd span {
	font-size: 18px;
}



/* list-sort
--------------------------------------------------------------------*/
#list-sort {
	border-top: 1px dotted #1b1d21;
	border-bottom: 1px dotted #1b1d21;
	margin-bottom: 20px;
	padding: 14px 0 14px 0;
}
#list-sort *,
#list-sort *:before,
#list-sort *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#list-sort table:first-child tr {
	margin-bottom: 10px;
}
#list-sort th {
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	padding-right: 8px;
	padding-bottom: 10px;
}
#list-sort td {
	font-size: 12px;
	line-height: 33px;
	padding-right: 20px;
	width: 185px;
}
#list-sort td.last {
	padding-right: 0px;
}
#list-sort td .pull-down {
	position: relative;
	margin-bottom: 10px;
}
#list-sort .pull-down a {
	display: block;
	text-decoration:none;
}

.search_switch_info {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	position:relative;
}
.search_switch_pulldown_select {}
.search_switch_pulldown_toggle {
	display: block;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	background: #f2f2f2 url("/static/full/images/common/btn_pulldown.gif") right center no-repeat;
	padding: 0 33px 0 8px;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}
.search_switch_pulldown_list {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	border-bottom: 1px solid #d6d6d6;
	z-index: 999999;
	width: 100%;
}
.search_switch_pulldown_item {
	width: 100%;
	border: 0 solid #d6d6d6;
	white-space: normal;
	position: relative;
}
.search_switch_pulldown_item + .search_switch_pulldown_item {
	border-top: 1px solid #d6d6d6;
}
.search_switch_pulldown_item:before,
.search_switch_pulldown_item:after {
	position: absolute;
	top: 0;
	border: 0 solid #d6d6d6;
}
.search_switch_pulldown_item:before {
	content: "";
	left: 0;
	border-left-width: 1px;
	width: 0;
	height: 100%;
}
.search_switch_pulldown_item:after {
	content: "";
	right: 0;
	border-right-width: 1px;
	width: 0;
	height: 100%;
}
.search_switch_pulldown_item a {
	background-color: #fff;
	padding: 4px 5px;
}
.search_switch_pulldown_item a:hover {
	background-color: #f2f2f2;
}

.search_switch_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.search_switch_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}
.search_switch_item:last-child {
	margin-right: 0;
}
.search_switch_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.search_switch_heading {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	height:28px;
	line-height: 28px;
	font-size: 11px;
	font-weight:bold;
	margin-right: 10px;
}
.search_switch_select {
	display: inline-block;
	height:28px;
	background: url(/static/full/images/list/search_select_arrow.png) 90% center no-repeat;
	background-size: 7px 6px;
	background-color: #fff;
	padding: 5px 25px 5px 5px;
	border: 1px solid #8f9098;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/* 02 ページナビ
--------------------------------------------------------------------*/
.list-pager {
	margin-bottom: 20px;
}
.list-pager dt {
	float: left;
	font-weight: bold;
}
.list-pager dd {
	float: right;
	font-size: 11px;
	text-align: right;
}
.list-pager dl > dd > p,
.list-pager dl > dd > div {
	margin-bottom: 3px;
}

.list-pager b,
.list-pager .type-small .small,
.list-pager .type-large .large {
	color: #ff3175 !important;
	font-weight: bold;
}

.list-pager .type-small .small:hover,
.list-pager .type-large .large:hover {
	cursor: text;
	text-decoration: none !important;
}
.switching_layout:before,
.switching_layout:after {
	content: none;
}
.switching_layout {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.switching_layout_heading {
	font-weight: normal !important;
}
.switching_layout_detail {}
.switching_layout_list:before {
	content: "【";
	display: inline-block;
	padding-right: 4px;
}
.switching_layout_list:after {
	content: "】";
	display: inline-block;
	padding-left: 4px;
}
.switching_layout_list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.switching_layout_item {}
.switching_layout_item:first-child:after {
	content: "/";
	display: inline-block;
	padding: 0 4px;
}
.switching_layout_link {}
.switching_layout_link.selected {
	color: #ff3175 !important;
	font-weight: bold;
}

.list-pager .page a,
.list-pager .page b {
	padding: 0 6px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/* item_product
--------------------------------------------------------------------*/
.item_product {
	text-align: left;
	/*width: 1000px;*/
}
.item_product *,
.item_product *:before,
.item_product *:after {
	box-sizing: border-box;
}
.item_product a:hover img {
	opacity: 0.7;
}

.item_product .zoom-details {
	display: none;
}


/* type-small 4列表示 */
.item_product.layout_type_small {}
.item_product.layout_type_small .goods_list {
	margin-left: -5px;
	margin-right: -5px;
}
.item_product.layout_type_small .goods_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 5px;
}
/* layout_type_large 3列表示 */
.item_product.layout_type_large .goods_list {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.item_product.layout_type_large .goods_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 100%;
	max-width: 33.333333%;
	margin-bottom: 45px;
	padding: 0 7.5px;
}

.goods_item .item_photo {
	margin:0 0 15px;
	position:relative;
}
.item_main_photo {
	display:block;
	position:relative;
}
.item_main_photo:before {
	content: "";
	display: block;
	padding-top: 120%;
}
.item_main_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.item_soldout {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.item_soldout a {
	color: #fff;
	line-height: 25px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: block;
}
.item_soldout_text {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: 25px;
	text-align: center;
	border-radius: 2px;
	width: 80px;
	font-size: 11px;
}
.item_comingsoon {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
}
.item_comingsoon a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
}
.item_comingsoon_text {
	display: block;
	width: auto;
	height: 1em;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.item_comingsoon a:hover {
	text-decoration: none;
}
.item_rearrivalmail {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.item_rearrivalmail_link:link,
.item_rearrivalmail_link:hover,
.item_rearrivalmail_link:focus,
.item_rearrivalmail_link:visited {
	color: #fff !important;
}
.item_rearrivalmail_link {
	display: inline-block !important;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	border-radius: 2px;
	padding: 0 10px;
	background-color: #525252;
}

/* カラーバリエーション画像 */
.color_variation {
	position: absolute;
	z-index: 1000;
	width: 76px;
	background-color: rgba(255, 255, 255, 0.8);
	padding:7px 0 0 7px;
	border: 1px solid #e6e6e6;
}
/* 通常 */
.item_product.layout_type_small .goods_item:not(:nth-child(4n)) .color_variation {
	top: 0;
	left: 192px;
}
.item_product.layout_type_small .goods_item:nth-child(4n) .color_variation {
	top: 0;
	right: 192px;
}
.item_product.layout_type_large .goods_item:not(:nth-child(3n)) .color_variation {
	top: 0;
	left: 256px;
}
.item_product.layout_type_large .goods_item:nth-child(3n) .color_variation {
	top: 0;
	right: 256px;
}
/* Styling */
.item_product.layout_type_small .goods_coordinate_list .goods_item:not(:nth-child(4n)) .color_variation,
.item_product.layout_type_large .goods_coordinate_list .goods_item:not(:nth-child(4n)) .color_variation {
	top: 0;
	left: 130px;
}
.item_product.layout_type_small .goods_coordinate_list .goods_item:nth-child(4n) .color_variation,
.item_product.layout_type_large .goods_coordinate_list .goods_item:nth-child(4n) .color_variation {
	top: 0;
	right: 130px;
}
/* SNAP */
.item_product.layout_type_small .goods_snap_list .goods_item:not(:nth-child(4n)) .color_variation {
	top: 0;
	left: 242px;
}
.item_product.layout_type_small .goods_snap_list .goods_item:nth-child(4n) .color_variation {
	top: 0;
	right: 242px;
}
.item_product.layout_type_large .goods_snap_list .goods_item:not(:nth-child(3n)) .color_variation {
	top: 0;
	left: 323px;
}
.item_product.layout_type_large .goods_snap_list .goods_item:nth-child(3n) .color_variation {
	top: 0;
	right: 323px;
}
.color_variation_group {}
.color_variation_group:before,
.color_variation_group:after {
	content: "";
	display: block;
}
.color_variation_group:after {
	clear: both;
}
.color_variation_block {
	float: left;
}
.color_variation_list {}
.color_variation_item {
	width:60px;
	margin:0 7px 7px 0;
	position: relative;
}
.color_variation_image {
	width: 100%;
	height: auto;
}
.list_favorite {
	display:block;
	width:20px;
	height:19px;
	background:url(/static/full/images/common/icon_favorite_off.png) center center no-repeat;
	background-size: 20px 19px;
	text-indent:100%;
	overflow: hidden;
	white-space: nowrap;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:200;
	cursor: pointer;
}
.list_favorite.on {
	background:url(/static/full/images/common/icon_favorite_on.png) center center no-repeat;
	background-size: 20px 19px;
}

/* ===================================================================
	スタッフスタイリング用
=================================================================== */
#coordinete {
	width: 1000px;
	margin: 0 auto;
}
#coordinete:before, #coordinete:after {
	content: "";
	display: block;
}
#coordinete:after {
	clear: both;
}
#coordinete #sidecoord {
	width: 396px;
	float: left;
}
#coordinete .more_coord {
	width: 100%;
	margin-top: 20px;
	margin-bottom:20px;
}
#coord_brandlogo{
	margin-bottom:20px;
}
#leftbox_coord {
	width: 376px;
	background-color: #f5f5f5;
	padding: 10px 0;
}
#leftbox_coord img {
	width: 356px;
}
#coordinete #main {
	float: right;
	width: 572px;
}
#coordinete .product {
	float: right;
	width: 572px;
	margin: 0;
}
#coordinete .product_result {
	width: 572px;
	float: none;
}
#coordinete #section-main #itemContainer {
	width: 100%;
}
.staffsnap {
	margin-bottom: 20px;
}
.staffsnap_brand {
	font-size: 12px;
	margin-bottom: 5px;
}
.staffsnap_height {
	font-size: 12px;
}
.staffsnap_height:before {
	content: "/";
	display: inline-block;
	padding: 0 2px;
}
.staffsnap_info {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}
.coordinate_recommend_title {
	margin-bottom: 20px;
}
.coordinate_recommend_title img {
	width: 100%;
	height: auto;
}
.goods_list.goods_coordinate_list {
	margin-left: -8px;
	margin-right: -8px;
}
.goods_list.goods_coordinate_list .goods_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 25px;
	padding: 0 8px;
}
.coordinete_recommend_list:before,
.coordinete_recommend_list:after {
	content: none;
}
.goods_list.coordinete_recommend_list {
	margin-left: -8px;
	margin-right: -8px;
}
.goods_list.coordinete_recommend_list .goods_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 25px;
	padding: 0 8px;
}
.coordinete_recommend_list a:hover img {
	opacity: .7;
}

/* ===================================================================
	SNAP用
=================================================================== */
.snapBack {
	width: 1000px;
    margin: 20px auto;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dotted #1b1d21;
}

/* ===================================================================
	商品が0の場合
=================================================================== */
.cannot_find {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 70px 12.5px;
}
.cannot_find_text {
	font-size: 12px;
	line-height: 1.4;
}

/* ===================================================================
	再入荷お知らせメールポップアップ
=================================================================== */
#floating-area {
	position: absolute;
	z-index: 2000;
    display: none;
	width: 1000px;
	height: 450px;
    text-align: left;
}
#floating-area .inner {
	width: 970px;
    height: 100%;
    position: relative;
    padding: 20px;
	background: #ffffff;
    border: 1px #1b1d21 solid;
}
.floating-dialog {
    width: 100%;
    height: 100%;
    border: 0;
}
#floating-area .inner .close {
	position: absolute;
    top: -25px;
    right: -25px;
}


/* ===================================================================
	PI調整用（画像のみの場合のレイアウト調整用）
=================================================================== */
#visual > img {
    width: 1000px;
    margin-bottom: 20px;
}

/* ===================================================================
	商品一覧用のシルバーエッグ部分
=================================================================== */
#recommended .color {
	display:none;
}

/* ===================================================================
	色々あって上書きしている
=================================================================== */
.item_status li {
	margin-right: 10px!important;
	padding-bottom: 0px!important;
	width: auto!important;
}

.item_icon li {
	padding: 0 4px!important;
	width: auto!important;
	line-height: 18px;
	margin: 0 5px 5px 0;
}

