@charset "UTF-8";
.product_wrap{
	margin-top: 20px;
}
.product_bar{
	margin-bottom: 13px;
}
.product_list-type1{
	letter-spacing: -.4em;
	margin-bottom: 27px;
}
.product_list_item-type1{
	display: inline-block;
	letter-spacing: normal;
}
.product_list_item-type1:after{
	content: "\FF5C";
	display: inline;
	padding: 0 .5em;
	color: #6e7590;
}
.product_list_item-type1:last-child:after{
	content: "";
	padding: 0;
}
/* sort */
.sort_column{
	float: left;
}
.sort_item{
	letter-spacing: -.4em;
	float: left;
	margin-right: 34px;
}
.sort_item:last-child{
	margin-right: 0;
}
.sort_text{
	letter-spacing: normal;
	display: inline-block;
	color: #6e7590;
	padding-right: 10px;
}
.sort_dropdown{
	letter-spacing: normal;
	display: inline-block;
	background: #fff;
}
.select-w124{
	width: 124px;
}
.select-w84{
	width: 84px;
}
/* view */
.view_column{
	margin-top: 9px;
	float: right;
	text-align: center;
}
.view_item{
	float: left;
	margin-left: 10px;
}
.view_item > a{
	display: block;
}
.view_item > a:hover .view_icon,
.view_item > a:hover .view_text{
	color: #004990;
}
.view_icon{
	font-size: 34px;
	color: #949bb7;
}
.view_text{
	margin-top: -5px;
	color: #949bb7;
	font-size: 1rem;
	-webkit-transform: scale(0.8);
	-webkit-transform-origin: 0% 0%;
	-ms-transform: scale(0.8);
	-ms-transform-origin: 0% 0%;
	transform: scale(0.8);
	transform-origin: 0% 0%;
}
.view_text-listview{
	margin-right: -7px;
}
.view_text-thumbnailview{
	margin-right: -11px;
}
.conditions_wrap{
	padding-bottom: 5px;
	border-bottom: 1px solid #949bb7;
}
.resultStats_warp{
	padding: 10px 0;
}
.resultStats_column{
	float: left;
	letter-spacing: -.4em;
}
.resultStats_text{
	display: inline-block;
	letter-spacing: normal;
	margin-right: 20px;
}
.resultStats_text .m-font_futura{
	color: #de1642;
}
.resultStats_textChild{
	display: inline-block;
	letter-spacing: normal;
}
.resultStats_textChild .m-font_futura{
	color: #222;
}
.resultStats_column .m-font_futura{
	font-size: 1.6rem;
}
.resultStats_column span{
	color: #6e7590;
	vertical-align: baseline;
}
.resultStats_column span.wave{
	vertical-align: middle;
	font-weight: bold;
}
.futura_wrap{
	padding: 0 5px;
}
/* pager */
.result_pager_column{
	float: right;
}
.result_pager_list{
	letter-spacing: -.4em;
}
.result_pager_item{
	display: inline-block;
	margin-right: 6px;
	letter-spacing: normal;
}
.pager-square{
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #949bb7;
	text-align: center;
	padding: 5px 0;
	font-size: 1.1rem;
	line-height: 1;
	color: #022222;
	background: #fff;
}
.result_pager_item > a.pager-square:hover{
	background: #004990;
	border-color: #004990;
	color: #fff;
}
.result_pager_item-prev{
	margin-right: 15px;
}
.result_pager_item-next{
	margin-right: 0;
	margin-left: 10px;
}
/* result content */
.result_section{
	position: relative;
	background: #fff;
	padding:8px 16px;
	border: 4px solid #fff;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 6px -4px #000;
	box-shadow: 1px 1px 6px -4px #000;
}
.result_section:last-child{
	margin-bottom: 0;
}
.result_list_thumb{
	width: 214px;
	float: left;
	border: 1px solid #e0e0e7;
}
.result_list_thumb_item-big{
	width: 141px;
	float: left;
	border-right: 1px solid #e0e0e7;
}
/* 2016.06.21 add START */
.result_list_thumb_item-big a img{
	/*max-width: 176px;*/
	height: 238px;
}
/* 2016.06.21 add END */
.result_list_thumb_item_wrap{
	float: left;
}
.result_list_thumb_item-small{
	border-bottom: 1px solid #e0e0e7;
}
.result_list_thumb_item-small:last-child{
	border-bottom: none;
}
/* 2016.06.21 add START */
.result_list_thumb_item-small a img{
	/*max-width: 86px;*/
	max-height: 119px;
	margin-left:1px;
}
/* 2016.06.21 add END */
.result_list_detail{
	float: left;
/*	width: 405px;*/
	width: 454px;
	margin-left: 15px;
}
.result_list_brand{
	font-weight: bold;
}
.result_list_name{
	font-size: 1.6rem;
	color: #1b95e0;
	font-weight: bold;
}
.result_list_border{
	border-bottom: 1px solid #e0e0e7;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.result_list_border_top{
	border-top: 1px solid #e0e0e7;
	padding-top: 10px;
	margin-top:10px;
}

.icon_function_list{
	letter-spacing: -.4em;
	margin-left: -17px;
}
.icon_function_item{
	display: inline-block;
	letter-spacing: normal;
	margin-left: 17px;
}
.icon_function_item img{
	max-width: 88px;
	max-height: 27px;
}

.icon_function_img_pcthum{
	max-width: 70px !important;
	margin-bottom: 5px;
	margin-top:5px;
}

.feature_list{
	width: 250px;
	float: left;
}
.feature_item{
	font-size: 1.1rem;
	line-height: 1.4;
	color: #6e7590;
}
.result_list_price{
	padding-right: 10px;
	float: right;
}
.result_list_btn{
	text-align: right;
}
.result_item_btn-w130{
	width: 130px;
}
.result_item_btn-w148{
	width: 148px;
}
.result_item_btn-w148 .m-icon-favorite{
	font-size: 15px;
	padding-right: 0;
}
.bar_cont{
	margin-top: 24px;
}
.banner_bottom{
	margin-top: 20px;
}
/* thumbnail card */
.result_card_warp{
	margin-left: -7px;
	margin-bottom: -7px;
}
.result_card_item{
	width: 176px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 7px;
	border: 4px solid #fff;
	padding: 0;
	margin-bottom: 7px;
}
.result_card{
	display: block;
}
.result_card_caption{
	padding: 10px 5px 5px;
}
.result_card_textWrap{
	margin-bottom: 25px;
}
.result_card_brand{
	font-size: 1.1rem;
	font-weight: bold;
}
.result_card_name{
	color: #1b95e0;
	font-weight: bold;
}
.result_card:hover .result_card_name{
	color: #de1642;
	text-decoration: underline;
}
.thumb-new{
	position: absolute;
	top: 2px;
	right: 2px;
}
.barAndThumbnail {
    margin-bottom: 24px;
}

/* 2016.08.23 add START */
#bargain_image_mens_section,
#bargain_image_ladies_section {
	margin-top: 24px;
}

.mysize_area {
	margin-top: 12px;
}
.mysize_area .bold {
	font-weight: bold;
}

.mysize_area .mysize_title .m-icon {
	padding-right: 8px;
}
.l-side_nav_mens .mysize_area .mysize_title {
	background: #004990 none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e7;
	color: #fff;
	padding: 10px;
}
.l-side_nav_ladies .mysize_area .mysize_title {
	background: /*#f36096*/#ff4f46 none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e7;
	color: #fff;
	padding: 10px;
}

.mysize_area .mysize_list {
	background: #fce7ec none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e7;
	padding: 10px;
}

.mysize_area .mysize_caution {
	color: #de1642;
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.mysize_area .mysize_view_all {
	background: #fff none repeat scroll 0 0;
	padding: 10px;
}
/* 2016.08.23 add END */

/* 2017.01.27 nav改修　START */
.m-ticket{
	padding: 8px 22px;
	border-radius: 4px;
}
.m-ticket .m-icon{
	font-size: 30px;
}
.m-ticket_text{
	position: relative;
}
.m-icon.m-icon-arrow_right.productsnav{
	position: absolute;
	right: -44px;
	top: 22px;
	font-size: 1.3rem;
}
.sidenav_smalltx{
	font-size: 1rem;
	vertical-align: middle;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	min-height:1rem;
	line-height:2rem;
}
.m-mensSuit_side_nav_toggleIcon, .m-ladiesSuit_side_nav_toggleIcon{
	opacity: 1;
}
/* 2017.01.27 nav改修　END */

/* 2016.09.23 add START */
.rapid_area {
	margin-top: 24px;
}
.rapid_area .bold {
	font-weight: bold;
}

.rapid_area .rapid_title .m-icon {
	padding-right: 8px;
}
.l-side_nav_mens .rapid_area .rapid_title {
	background: #004990 none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e7;
	color: #fff;
	padding: 10px;
}
.l-side_nav_ladies .rapid_area .rapid_title {
	background: /*#f36096*/#ff4f46 none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e7;
	color: #fff;
	padding: 10px;
}

.rapid_area .rapid_list {
	background: #fce7ec none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e7;
	padding: 10px;
}

.rapid_area .rapid_caution {
	color: #de1642;
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.rapid_area .rapid_view_all {
	background: #fff none repeat scroll 0 0;
	padding: 10px;
}
/* 2016.09.23 add END */

/* 2016.09.07 add START */
.result_card_thumb img {
	display: block;
	margin: 0 auto;
}
/* 2016.09.07 add END */

/**
 * マストヘッド用の共通クラス
 */
.masthead img {
	margin-bottom: 20px;
	width: 100%;
}
.masthead a:hover img {
	background-color: white;
	opacity: .7;
}
.masthead .masthead_2col {
	display: flex;
	margin-bottom: 20px;
	height: 90px;
}
.masthead .masthead_2col img {
	margin: 0;
}

/* 2016.10.13 add START */

.m-label_icon li{
    display: inline-block;
    margin-right: 4px;
}

/* 2016.10.13 add END */


/* メンズid=4、レディースid=5　マスタヘッド用  */
.ctgTop_subctg_wp{
	position: relative;
}

.m-category_thumbnail_item{
	/*width: 176px; 4つ並びよう*/
	width: 237px;
	float:left;
	margin-right:7px;
	text-align:left;
	position: static;
	margin-bottom:10px;
}
	.m-category_thumbnail_item:nth-of-type(3n){
		margin-right: 0;
	}

.m-thumbText_thumb{
	width: 38%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 3px;
	margin-left:3px;
}

.m-thumbText_text{
	position: static;
	top: 0;
	left: 0;
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
	-webkit-transform:none;
	transform:none;
	text-align: left;
	letter-spacing: 0;
}

.m-thumbText{
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	padding:18px 0 20px 0;
	padding-left:98px;
	border: solid 1px rgba(169, 169, 169,0.5);
}

.m-category_thumbnail_item .m-btn .m-icon-arrow_right{
	position: absolute;
	top: 50%;
	right: 0;
}

.txt_ec01{
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 1.8rem;
	color: #de1642;
	text-align: right;
	font-weight: bold;
}

.banner_line{
	margin-top:10px; 
}

.banner_line li{
	width: 237px;
	height:100px;
	float:left;
	margin-right:7px;
	text-align: center;
}

.banner_line li a{
	display: block;
	width: 237px;
	height:100px;
}

	.banner_line li:nth-of-type(3){
		margin-right: 0;
	}

	.banner_line.mens1018{
		width: 725px;
		height: 120px;
		padding-top: 116px;
		text-indent: -9999px;
		background: url(/user_data/packages/store/images/pj/men_top/ban_1018.jpg);
	}

/* メンズid=4、レディースid=5　マスタヘッド用 END  */


/*2016.11.17 add start*/
/*マイサイズ設定フラグなどある時にカートボタンをリストに追加*/
.cart_list_mysize{
	border-radius: 4px !important;
    width: 215px;
    margin-right: 5px;
    padding: 10px;
}
.cart_list_mysize_img{margin-right:15px;margin-left:8px;}
.cart_list_mysize_full{
	border-radius: 4px !important;
    width: 97%;
    margin-right: 5px;
    padding: 10px;
}
.sizeCart{
    padding: 5px;
    font-size: 1.1rem;
    color: #e33;
    background-color: #fff;
	text-align:left;
	margin-bottom:5px;
	}
.cart_list_wrap{margin-bottom:10px;}
/*2016.11.17 add end*/

/*2016.12.26　パンクズ下*/
.m-breadcrumb_item{color:#004990 !important;}
.m-breadcrumb_item a{text-decoration:underline;}
.m-breadcrumb{background:none !important;padding:5px 0 0 !important;}
.m-breadcrumb_icon{padding-right: 5px;}
.m-breadcrumb_item:not(:first-child):before {content: ">" !important;}
/*2016.12.26 end*/

/*商品がない時のテキスト*/
p.notfound{
	text-align: center;
	font-size: 1.6rem;
}
/*パンクズ上*/
.m-breadcrumb02{
	padding: 10px 0 5px;
	background: #fff;
}
.m-breadcrumb_bt_item{
	color:#004990 !important;
	display: inline-block;
}
.m-breadcrumb_bt_item:first-child{
	padding-left: 98px;
}
.l-breadcrumb_inner02{
	content: ">" !important;
	width: 976px;
	margin: 0 auto;
}

/*お気に入りボタンなど黒ﾎﾞﾀﾝをテキストリンクにする*/
.m-btn_nobgcolor{background:none !important;color:#000 !important;}
.m-btn_nobgcolor:hover{opacity:0.8;}
/*お気に入りボタンなど黒ﾎﾞﾀﾝをテキストリンクにするend*/

/*商品一覧hangarバナー下にメンテンアンスバナー*/
	#maintenance_Imem {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom:20px;
	}
	#maintenance_Imem .col-3 img{
		width:100%;
	}
	#maintenance_Imem a:hover {
		opacity: .7;
	}
	#maintenance_Imem div {
		float: left;
		margin-right: 26px;
		width: 224px;
	}
	#maintenance_Imem div:last-child {
		margin-right: 0px;
	}


/*2017.0327start*/
.nichakume_hangaku_list{
	font-size: 1rem;
    color: #fff;
    /*background: #de1642;*/
    background: #d04f65;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -0.6rem;
    margin-top: 5px;
    margin-right: -15px;
    }
.nichakume_hangaku_thumlist{
    font-size: 0.9rem;
    color: #fff;
    /*background: #de1642;*/
    background: #d04f65;
    padding-left: 3px;
    padding-right: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
	}
/*2017.0327end*/

/*2017.04.20start coolbizhead*/
.list_line_wrap .list_line_5{
	display:table-cell;
	width:145px;
	padding:10px;
	background:#004990;
	text-align:center;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	border-right:solid 1px #fff;
	position:relative;
}
.list_line_wrap .list_line_5:hover{
	background:#106dbc;

}
.list_line_wrap .list_line_5 span.m-icon{
	position:absolute;
	top:50%;
	right:10%;
}
.list_line_wrap .list_line_5:last-child{
	border-right:none !important;
}

/*2017.04.20end*/

/*2017.05.19start mens TioTio*/
.list_line_wrap .list_line_4{
	display:table-cell;
	width:180px;
	padding:10px;
	background:#2293d5;
	text-align:center;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	border-right:solid 1px #fff;
	position:relative;
}
.list_line_wrap .list_line_4 span.m-icon{
	position:absolute;
	top:50%;
	right:10%;
}
.list_line_wrap .list_line_4:last-child{
	border-right:none !important;
}
/*2017.05.19end*/

/*2017.06.16start mens outlet*/
.list_line_wrap .list_line_img{
	display:table-cell;
	width:180px;
	text-align:center;
	cursor:pointer;
	border-right:solid 1px #fff;
}
.list_line_wrap .list_line_img img {
	width: 100%;
	margin-bottom: 0px;
}
.list_line_wrap .list_line_img:last-child{
	border-right:none !important;
}
/*2017.06.16end*/

/*2017.8.1start*/
.del_favorite_btn{
	/*position:absolute;
		left:0;
	*/
}
/*2017.8.1end*/
/*2017.8.18 leftnavi_mysize_announce start*/
.mysize_announce_wrap{
    background: #fff;
    padding: 10px 10px 4px 10px;
}
.mysize_area .mysize_announce {
    background: #fce7ec none repeat scroll 0 0;
    /*border-bottom: 1px solid #e0e0e7;*/
    padding: 10px;
    position: relative;
}
.mysize_area .mysize_announce .mysize_caution {
    color: #de1642;
    font-size: 1.2rem;
    margin-bottom: 0px;
    text-align: center;
}
.mysize_area .mysize_announce:after{
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #fce7ec;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
}
/*
.mysize_area .mysize_announce:before{
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #e0e0e7;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -8px;
}
.mysize_area .mysize_announce:after{
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #fce7ec;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
}
*/
/*2017.8.18 leftnavi_mysize_announce end*/
.m-btn-type2 {
    background: #004990;
    border: 1px solid #004990!important;
}
.m-btn-typecart{
	background: rgb(246, 89, 20);
    border: 1px solid!important;
    border-color:rgb(246, 89, 20)!important;
}
.m-btn-typecart:hover{
	background: #ff763a;
}
.m-btn_detail{
    color: #004990;
    border: 1px solid #004990;
}
.m-btn_detail .m-icon-arrow_right{
    color: #004990;
}
.m-btn_detail:hover{
    color: #fff;
    border: 1px solid #106dbc!important;
    background: #106dbc;
}
.m-btn_detail:hover > .m-icon-arrow_right{
    color: #fff!important;
}
.m-btn-type1_2 {
    background: #000;
    border: 1px solid #000;
}
.is-btn-active {
    background: #6e7590;
    border: 1px solid #6e7590;
}
.result_list a:hover .result_list_name{
	color: #de1642;
	text-decoration: underline;
}
/*****検索ナビ部分追加*****/
#side_nav_list_except_category .m-icon-check_fill{
	vertical-align: middle;
	margin: 0.5% 2% 0 0;
	font-size: 1.8rem;
}
/* 2020.2.28 */
.product_list-type1{
	margin-top: -8px;
}
.conditions_wrap{
	margin-top: 14px;
}
