@charset "utf-8";

/*----------------------------------------------------------
 hover
-----------------------------------------------------------*/

.m-hover_wrap {
	background: #fff;
}

.m-hover-flash:hover {
	display: block;
	opacity: .7;
}

/*2016.9.13 add start*/
/*スマホ用記述非表示用*/
.sp_newitem_mens{display:none;}
/*2016.9.13 add end*/

/*----------------------------------------------------------
 badge
 ---------------------------------------------------------*/

.m-badge {
	position: relative;
}

/* .m-badge_inner {
	position: absolute;
	height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: -5px;
	right: -9px;
	border-radius: 120px;
	background: #B71B1B;
	color: #fff;
	padding: 2px 5px;
	-webkit-box-shadow: 1px 1px 6px -4px #000;
	box-shadow: 1px 1px 6px -4px #000;
	line-height: 1;
}

.m-badge_text {
	font-size: 1.1rem;
	color: #fff;
} */


/*----------------------------------------------------------
 label
 ---------------------------------------------------------*/

/*2016.9.9 add start*/
label.border:hover{cursor: pointer}
/*2016.9.9 add end*/

.m-label {
	border-radius: 2px;
	padding: 2px 6px;
	color: #fff;
	font-size: 1.1rem;
	margin-left: 10px;
	font-weight: bold;
}

.m-label-blue {
	background: #004990;
}

.m-label-pink {
	background:/*#f36096*/#ff4f46;
}

.m-label-red {
	background: #B71B1B;
}
.m-label_wrap{
	letter-spacing: -.4em;
	text-align: right;
}
.m-label_product{
	display: inline-block;
	margin-left: 4px;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	letter-spacing: normal;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: bold;
}
.m-label_product-new{
	width: 46px;
	border-radius: 10px;
	background: #de1642;
	color: #fff;
}
.m-label_product-tryOn{
	width: 46px;
	border-radius: 2px;
	background: #949bb7;
	color: #fff;
}
.m-label_product-AW{
	width: 34px;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #dcdce3;
	color: #6e7590;
}

/*----------------------------------------------------------
 title
 ---------------------------------------------------------*/

.m-title-xlarge {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}

.m-title-large {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.m-title-medium {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
}

.m-title-underMargin {
	margin-bottom: 26px;
}

.m-title-largeMargin {
	margin-bottom: 18px;
}

.m-title-purplewhite {
	color: #6e7590;
}

.m-title-read {
	font-size: 1.6rem;
	color: #6e7590;
	text-align: center;
}

.m-title-underMargin .m-title-read {
	font-size: 1.4rem;
}
.m-title-center {
	text-align: center;
}

.m-title-left {
	text-align: left;
}

/* 2016.07.22 add START */
.m-title-right {
	text-align: right;
}
/* 2016.07.22 add END */


/*----------------------------------------------------------
 btn
 ---------------------------------------------------------*/

.m-btn {
	text-align: center;
	border-radius: 4px;
	color: #fff;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 1;
	cursor: pointer;
}

.inline_btn_stock li{display:inline-block;}

.btn_area-item_stock_01 {
    width: 210px;
    margin-left: 15px;
}

.btn_area-item_stock_02 {
    width: 330px;
    margin-left: 15px;
    font-weight: bold;
}

.btn_area_stocksearch li {
    display: inline-block;
    margin-bottom: 15px;
}

.btn_area_stocksearch .btn_area-item_01 {
    margin-left: 144px;
    width: 210px;
}

.btn_area_stocksearch .btn_area-item_02 {
    width: 210px;
}

.btn_area_stocksearch .btn_area-item_03 {
    width: 140px;
}

.btn_area_stocksearch .btn_area-item_04 {
    width: 424px;
}

.qr_area{border: medium double rgb(68, 68, 68);
         margin-bottom: 10px;
		 margin-top: 10px;
         padding: 10px;
}

.qr_area .qr_media-left{display: inline-block; vertical-align: top; width: 120px;}
.qr_area .qr_media-right{display: inline-block; width: 188px;}

.m-btn-xlarge {
	font-size: 1.6rem;
	padding: 17px 0;
}

.m-btn-large {
	font-size: 1.3rem;
	padding: 17px 0;
}

.m-btn-xmedium {
	font-size: 1.3rem;
	padding: 13px 0;
}

.m-btn-medium {
	font-size: 1.3rem;
	padding: 10px 0;
}

.m-btn-small {
	font-size: 1.1rem;
}

.m-btn-type1 {
	background: #000;
}

.m-btn-type1:hover {
	background: #404349;
}

.m-btn-type2 {
	background: #004990;
}

.m-btn-type2:hover {
	background: #106dbc;
}

/* 2016.07.13 add START */
.m-btn-type2[disabled] {
	background: #9199c2 none repeat scroll 0 0;
	cursor: not-allowed;
}
/* 2016.07.13 add END */

.m-btn-type3 {
	background: #008f65;
}

.m-btn-type3:hover {
	background: #13b371;
}
.m-btn-type3[disabled] {
	background: #9199c2 none repeat scroll 0 0;
	cursor: not-allowed;
}


/*2018.02.15 add*/

.m-btn-type3ex {
	background: #007956;
}

.m-btn-type3ex:hover {
	background: #13b371;
}
.m-btn-type3ex[disabled] {
	background: #9199c2 none repeat scroll 0 0;
	cursor: not-allowed;
}

.m-btn-type4 {
	background: #f65914;
}

.m-btn-type4:hover {
	background: #ff763a;
}
.m-btn-type4[disabled] {
	background: #ffba9b none repeat scroll 0 0;
	cursor: not-allowed;
}

.m-btn-type_reserve {
	background: #008f65;
}

.m-btn-type_reserve:hover {
	background: #13b371;
}
.m-btn-type_reserve[disabled] {
	background: #70b5a1 none repeat scroll 0 0;
	cursor: not-allowed;
}

/*2018.02.15 add end*/

.m-btn .m-icon-cart {
	font-size: 23px;
	padding-right: 9px;
	vertical-align: middle;
}

.m-btn .m-icon-favorite {
	font-size: 22px;
	padding-right: 6px;
	vertical-align: middle;
}

.m-btn .m-icon-arrow_right {
	color: /*#949bb7*/#fff;
	font-size: 1em;
	vertical-align: middle;
	padding-left: 5px;
	line-height: 1;
}

.m-btn .m-icon-arrow_left {
	color: /*#949bb7*/#fff;
	font-size: 1em;
	vertical-align: middle;
	padding-right: 5px;
	line-height: 1;
}

.m-btn_print_icon {
	font-size: 20px;
	vertical-align: middle;
	padding-right: 5px;
	line-height: 1;
}

.m-btn-w208 {
	width: 208px;
}

.m-btn-w280 {
	width: 280px;
}

.m-btn-w312 {
	width: 312px;
}

.m-prev_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	font-size: 22px;
}

.m-next_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	font-size: 22px;
}

.m-btn-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.btn_postal_code{
	width: auto;
	margin: 12px 0 2px;
	padding: 10px;
}

/*レディース色のボタン追加 start 2016.12.13*/
.m-btn-type6,
input[type="submit"].m-btn-type6,
button[type="submit"].m-btn-type6{
	background: #FD4F46 !important;
}
.m-btn-type6:hover,
input[type="submit"].m-btn-type6:hover,
button[type="submit"].m-btn-type6:hover{
    background: #ff6a6a !important;
}

/*レディース色のボタン追加 end 2016.12.13*/
/*注意色のﾎﾞﾀﾝ追加 start 2017.2.8*/
.m-btn-type_caution,
input[type="submit"].m-btn-type_caution,
button[type="submit"].m-btn-type_caution{
	background: #de1642 !important;
}
.m-btn-type_caution:hover,
input[type="submit"].m-btn-type_caution:hover,
button[type="submit"].m-btn-type_caution:hover{
	opacity: 0.8;
}
/*注意色のﾎﾞﾀﾝ追加 end 2017.2.8*/
/*灰色(旧黒ボタン対応)のﾎﾞﾀﾝ追加 start 2017.2.9*/
.m-btn-type7,
input[type="submit"].m-btn-type7,
button[type="submit"].m-btn-type7{
	background: #ccc !important;
	color:#000 !important;
}
.m-btn-type7:hover,
input[type="submit"].m-btn-type7:hover,
button[type="submit"].m-btn-type7:hover{
	opacity: 0.8;
}
.half_btn{
	width: 50% !important;
	display: block !important;
	margin: 0 auto !important;
	}
/*灰色(旧黒ボタン対応)のﾎﾞﾀﾝ追加 end 2017.2.9*/

.c-button.is-black {
  background-color: #333;
  color: #fff
}
.c-button.is-black:hover {
  -webkit-transition-duration: .3s;
  -webkit-transition-property: color,background-color;
  background-color: #000;
  box-shadow: 0 0 1px transparent;
  opacity: 1;
  overflow: hidden;
  transition-duration: .3s;
  transition-property: color,background-color;
  vertical-align: middle
}

button.c-button.has-border{
	background: #fff;
}
.c-button.is-ss {
  font-size: 1.4rem;
	text-align: center;
}
/*----------------------------------------------------------
 btn circle
 ---------------------------------------------------------*/

.m-btn_circle {
	border-radius: 120px;
	position: relative;
	color: #fff;
	display: block;
}

.m-btn_circle-type1 {
	width: 20px;
	height: 20px;
}

.m-btn_circle-type2 {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

.m-btn_circle .m-icon {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.m-btn_circle-type1 .m-icon-close {
	font-size: 8px;
}

.m-btn_circle-type2 .m-icon-close {
	font-size: 12px;
}

.m-btn_circle-type2 .m-icon-zoomin {
	font-size: 18px;
}


/*----------------------------------------------------------
 link
 ---------------------------------------------------------*/

.m-link {
	display: inline-block;
	/* vertical-align: middle; */
	color: #008CF2;
}

.m-link .m-icon-arrow_right {
	color: #fff;
	font-size: 11px;
	vertical-align: middle;
	/* padding-left: 5px; */
}

.m-link-small {
	font-size: 1.1rem;
}

.m-link-white {
	color: #fff;
}

.m-link-white .m-icon-arrow_right {
	color: #fff;
	/*opacity: .5;*/
}

.m-link-gray {
	color: #6e7590;
}

.m-link-right {
	float: right;
}
.auth_link a {
    background: url(/user_data/packages/sphone/img/common/icon_blank.png) no-repeat right center;
    background-size: 12px auto;
    padding: 0 22px 0 0;
}
.auth_link a {
    background-position: 95%;
}

/*----------------------------------------------------------
 list
 ---------------------------------------------------------*/

.m-listTitle_title {
	font-weight: bold;
}

.m-listTitle_rightside {
	font-weight: bold;
	color: #de1642;
	text-align: center;
}

.m-listTitle_list {
	margin-top: 6px;
}

.m-list .m-item {
	margin-bottom: 2px;
	color: /*#6e7590*/#444;
}

/* 2016.07.20 add START */
.m-list .m-item .text-red {
	color: #de1642;
}
/* 2016.07.20 add END */

.m-list .m-item:last-child {
	margin-bottom: 0px;
}

.m-list .m-item > a {
	font-size: 1.1rem;
}

.m-list .m-item a:hover {
	color: #949bb7;
}

.m-list .m-item-purpleGray {
	color: #949bb7;
}

.m-list .m-item-purpleGray a:hover {
	color: #e0e0e7;
}

.m-listTitle_title-blue {
	color: #004990;
}

.m-listTitle_title-blue a:hover {
	color: #106dbc;
}

.m-listTitle_title-pink {
	color: /*#f36096*/#FD4F46;
}

.m-listTitle_title-pink a:hover {
	color: /*#ff91b9*/#ffdcda;
}

.m-listTitle_title-white {
	color: #fff;
}

.m-listTitle_title-white a:hover {
	color: #aeb9e0;
}

.m-list-small {
	font-size: 1.1rem;
}

/*----------------------------------------------------------
 order list
----------------------------------------------------------*/

.m-order_list {
	margin: 40px 0;
}

.m-order_item {
	position: relative;
	float: left;
	width: 312px;
	background: #eee;
	text-align: center;
	margin-right: 20px;
	font-weight: bold;
	padding: 20px 0;
}

.m-order_item:last-child {
	padding-right: 0;
	margin-right: 0;
}

.m-order_item:after {
	border-right: 0 solid #f00;
	border-top: 8px solid transparent;
	border-left: 11px solid transparent;
	border-bottom: 8px solid transparent;
	content: ' ';
	height: 0;
	top: 50%;
	margin-top: -8px;
	right: -11px;
	position: absolute;
	width: 0;
	border-left-color: #fff;
}

.m-order_item:last-child:after {
	border: none;
}


/*----------------------------------------------------------
 input
 ---------------------------------------------------------*/

.m-input_text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #949bb7;
	width: 100%;
	border-radius: 4px;
	/*padding: 6px 12px;*/
	font-family: inherit;
	color: #222;
	box-shadow: inset rgba(148, 155, 183, 0.2) 2px 2px 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

/* 2016.07.19 add START */
.m-input_text[disabled]{
	background-color: #c8c8d4;
}
/* 2016.07.19 add END */

.m-input_text-small {
	padding: 2px 7px;
	font-size: 1.1rem;
}

.m-input_text-right {
	text-align: right;
}


/*----------------------------------------------------------
 radio
 ---------------------------------------------------------*/

.m-radio input[type=radio] {
	display: inline-block;
	margin-right: 6px;
}

.m-radio input[type=radio] + label {
	position: relative;
	display: inline-block;
	line-height: 16px;
	cursor: pointer;
	font-size: 1.1rem;
	color: #222;
}
/* 2016.07.19 add START */
.m-radio input[type="radio"] + label[disabled]{
	color: #6e7590;
}
/* 2016.07.19 add END */
.m-radio input[type=radio] + label .m-text-red {
	color: #de1642;
}

@media (min-width: 1px) {
	.m-radio input[type=radio] {
		display: none;
		margin: 0;
	}
	.m-radio input[type=radio] + label {
		padding: 0 0 0 24px;
	}
	.m-radio input[type=radio] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 16px;
		margin-top: -9px;
		background: #FFF;
		box-shadow: inset rgba(148, 155, 183, 0.2) 2px 2px 4px;
	}
	.m-radio input[type=radio] + label::before {
		border: 1px solid #c6c6ca;
		border-radius: 30px;
	}
	.m-radio input[type=radio]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	.m-radio input[type=radio]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #333;
		border-radius: 8px;
	}
	.m-radio_line2 input[type=radio] + label {
		line-height: 1.5;
		font-size: 1.3rem;
	}
	.m-radio_line2 input[type=radio] + label::before {
		top: 9px;
	}
	.m-radio_line2 input[type=radio]:checked + label::after {
		top: 9px;
	}
}

/*----------------------------------------------------------
 checkbox
 ---------------------------------------------------------*/

.m-checkbox input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}

.m-checkbox input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 16px;
	cursor: pointer;
	font-size: 1.1rem;
	color: #222;
}

@media (min-width: 1px) {
	.m-checkbox input[type=checkbox] {
		display: none;
		margin: 0;
	}
	.m-checkbox input[type=checkbox] + label {
		padding: 0 0 0 24px;
		/* 2020add */
			font-size: 1.1rem;
			padding-left: 35px;
	}
	.m-checkbox input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 16px;
		margin-top: -9px;
		background: #FFF;
		box-shadow: inset rgba(148, 155, 183, 0.2) 2px 2px 4px;
		/* 2020 add */
			width: 20px;
			height: 20px;
	}
	.m-checkbox input[type=checkbox] + label::before {
		border: 1px solid #c6c6ca;
		border-radius: 3px;
	}
			/* 2020 add */
	.m-checkbox input[type=checkbox]:checked+ label::before{
		background: #acacac;
	}
	.m-checkbox input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	.m-checkbox input[type=checkbox]:checked + label::after {
		left: 4px;
		margin-top: -4px;
		width: 11px;
		height: 6px;
		-webkit-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
		border-left: 2px solid #de1642;
		border-bottom: 2px solid #de1642;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		/* 2020 add */
			border-left: 3px solid #fff;
			border-bottom: 3px solid #fff;
			left: 6px;
			margin-top: -3px;
	}
}


/*----------------------------------------------------------
 tab
 ---------------------------------------------------------*/

.m-tab {
	border-bottom: 1px solid #e0e0e7;
}

.m-tab-noborder {
	border: none;
}

.m-tab_item {
	padding: 0 23px;
	border-bottom: 3px solid transparent;
	height: 45px;
	line-height: 45px;
	font-size: 1.3rem;
	color: #008CF2;
	vertical-align: middle;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 24px;
	cursor: pointer;
	letter-spacing: normal;
}

.m-tab_item-mens {
	height: 40px;
	line-height: 40px;
	margin-left: 17px;
	padding: 0 12px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #004990;
}

.m-tab_item-ladies {
	height: 40px;
	line-height: 40px;
	margin-left: 28px;
	padding: 0 12px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #f36096;
}


/*----------------------------------------------------------
 bar
---------------------------------------------------------*/

.m-bar {
	padding: 8px 12px;
	color: #fff;
	line-height: 1;
}

.m-bar_title {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
}

.m-bar-blue {
	background: #004990;
}

.m-bar-pink {
	background: /*#f36096*/#ff4f46;
}

.m-bar-black {
	background: #000;
}

/*2016.9.12 add start*/
.m-bar-green {
	background: #008f65;
}
.m-bar-outlet{
	background:#FF3;
	color:#F00;
}
/*2016.9.12 add end*/

.m-bar_link {
	float: right;
	padding: 4px 0;
}

/*2016.10.11 add start*/
.barAndThumbnail{
	margin-bottom:24px;
}
/*2016.10.11 add end*/

/*----------------------------------------------------------
 thumbText
 ---------------------------------------------------------*/

.m-thumbText {
	position: relative;
	display: block;
}

.m-thumbText_text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 3rem;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	line-height: 1;
}
.m-thumbText_text > .m-font_futura{
	text-transform: uppercase;
}

.m-thumbText_thumb {
	-webkit-box-shadow: 1px 1px 6px -4px #000;
	box-shadow: 1px 1px 6px -4px #000;
}

.m-thumbText_caption {
	margin-top:3px;
	text-align: center;
}

.m-thumbText_captionTitle {
	font-weight: bold;
	font-size: 1.3rem;
}

.m-thumbText_captionText {
	color: #6e7590;
}

.m-thumbText_captionText-small {
	font-size: 1.1rem;
	line-height: 1.45;
	vertical-align: middle;
}

/*2016.11.18------------------------------------------------
 thumbImg
 ---------------------------------------------------------*/

.m-thumbImg {
	/*position: absolute;
	left: 50%;
	bottom: -18px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	font-size: 0;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	line-height: 1;
}
.m-thumbImg_02 {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 3rem;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	line-height: 1;
	top: 208px;
}
.m-thumbImg_set{
	position: relative;
	display: block;
}

/*----------------------------------------------------------
 priceBlock
---------------------------------------------------------*/

.m-priceBlock_text {
	font-size: 1.1rem;
	color: #6e7590;
	margin-bottom: 7px;
	font-weight: bold;
}

.m-priceBlock_text-small {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	margin-right: -4px;
	margin-bottom: -2px;
	-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%;
}

.m-priceBlock_icon {
	margin-right: 5px;
}

/*2016.9.12 add start*/
.m-priceBlock_icon_ranking {
	margin-right: 5px;
	vertical-align:top;
}
/*2016.9.12 add end*/

.m-priceBlock-red {
	color: #de1642;
	display: inline-block;
}

.m-priceBlock-black {
	color: #222;
	display: inline-block;
}

.m-priceBlock_price {
	display: inline-block;
	font-size: 2.6rem;
	line-height: 1;
}

.m-priceBlock_yen {
	display: inline-block;
	position: relative;
	font-size: 1.3rem;
	vertical-align: bottom;
	font-weight: bold;
}
.m-priceBlock_text-small {
	position: absolute;
	top: -9px;
	left: 0;
	width: 30px;
}
.m-priceBlock_text .m-priceBlock_text-small {
	position: inherit;
}
.m-priceBlock_taxout {
	position: absolute;
	top: -9px;
	left: 0;
	width: 30px;
}
/* 2016.07.06 add START */
.m-priceBlock_soldout{
	margin-top: 5px;
	font-weight: bold;
}
/* 2016.07.06 add END */
/* 2016.09.24 add START */
.m-couponBlock_inner {
	margin-top: 5px;
	font-weight: bold;
	color: #de1642;
}
.m-couponBlock_inner .m-couponImage_list {
	width: 161px;
	height: 15px;
}
.m-couponBlock_inner .m-couponImage_thumbnail {
	margin:0 3px 3px 0;
	height: 26px;
}
/* 2016.09.24 add END */

/*----------------------------------------------------------
 card
---------------------------------------------------------*/

.m-card {
	display: block;
	cursor: pointer;
	-webkit-box-shadow:
	   0 0.4px 0.6px rgba(0, 0, 0, 0.01),
	  0 1px 1.8px rgba(0, 0, 0, 0.015),
	  0 1.8px 3.5px rgba(0, 0, 0, 0.019),
	  0 2.9px 5.9px rgba(0, 0, 0, 0.024),
	  0 4.4px 9.3px rgba(0, 0, 0, 0.031),
	  0 7px 17px rgba(0, 0, 0, 0.05);
	box-shadow:
	  0 0.4px 0.6px rgba(0, 0, 0, 0.01),
	  0 1px 1.8px rgba(0, 0, 0, 0.015),
	  0 1.8px 3.5px rgba(0, 0, 0, 0.019),
	  0 2.9px 5.9px rgba(0, 0, 0, 0.024),
	  0 4.4px 9.3px rgba(0, 0, 0, 0.031),
	  0 7px 17px rgba(0, 0, 0, 0.05);


}

.m-card_thumbWrap {
	position: relative;
}
/* 2016.09.07 add START */
.m-card_thumbWrap .m-card_thumb {
	height: 240px;
	max-width: 176px;
}
/* 2016.09.07 add END */
/* 2016.09.30 add START */
.m-card_thumbWrap .m-card_thumb_ranking {
	display:block;
	margin:0 auto;
	max-width: 176px;
}
/* 2016.09.30 add END */
/* 2016.09.08 add START */
.m-card_thumbWrap .m-card_thumb_information {
	max-height: 224px;
	max-width: 224px;
}
/* 2016.09.08 add START */
.m-card_caption {
	padding: 8px 10px 4px 10px;
	background: #fff;
}

.m-card_btn{
	margin-top: 12px;
}

.m-card_btn:first-child{
	margin-top: 0;
}

.m-card_caption-type1 {
	padding: 8px;
}

.m-card_caption-type2 {
	padding: 14px 13px;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 80px;
}

.m-card_captionInfoIcon {
	font-size: 20px;
	margin-left: 5px;
	opacity: .4;
	vertical-align: middle;
}

.m-card_captionDetail {
	font-size: 1.1rem;
	/*min-height: 35px;*/
	line-height: 1.27;
}

.m-card_captionDetail-small {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	margin-right: -4px;
	margin-bottom: -2px;
	-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%;
}

.m-card_captionProductWrap {
	min-height: 51px;
	margin-bottom: 10px;
}

.m-card_captionShop {
	font-size: 1.1rem;
	font-weight: bold;
}

.m-card_captionProduct {
	color: #008CF2;
	font-weight: bold;
}

.m-card_captionInfo {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.37;
}

.m-card_captionInfo_type2{
	margin-bottom: 10px;
}

.m-card_captionInfo-small {
	font-weight: normal;
	font-size: 1.3rem;
}

.m-card_captionText-red {
	font-size: 3rem;
	color: #de1642;
	font-weight: bold;
	line-height: 1;
}

.m-card_captionText-red_small {
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: bottom;
}

.m-card_rankingWrap {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 25px;
	height: 25px;
/*
	width: 32px;
	height: 32px;
*/
}

.m-card_rankingWrap-mens {
	background: #004990;
	border-radius:30px;
}

.m-card_rankingWrap-ladies {
	background: /*#ff6699*/#FD4F46;
	border-radius:30px;
}

.m-card_ranking {
	color: #fff;
	font-size: 1.6rem;
	/*font-size: 2rem;*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.m-card_caption-type-2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 14px;
	min-height: 90px
}

.card_captionTitle-type-2 {
	font-weight: bold;
	margin-bottom: 20px;
}
.m-card-blue .m-card_caption-type2{
	background: #004990;
	color: #fff;
}


/*----------------------------------------------------------
 barAndColumn
----------------------------------------------------------*/

.m-barAndColumn {
	margin-bottom: 24px;
}


/*----------------------------------------------------------
 circleTitle
 ---------------------------------------------------------*/

.m-circleTitle_circle {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #fff;
	border-radius: 120px;
}

.m-circleTitle_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #004990;
}

.m-circleTitle:hover .m-circleTitle_icon {
	color: #106dbc;
}

.m-circleTitle_title {
	margin-top: 13px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.37;
}

.m-circleTitle:hover .m-circleTitle_title {
	color: #6e7590;
}

.m-circleTitle_icon.m-icon {
	font-size: 52px;
}

.m-circleTitle_icon.m-icon-quickdelivery {
	margin-left: -6px;
}

.m-circleTitle_icon.m-icon-discountticket {
	margin-left: -4px;
}


/*----------------------------------------------------------
 ticket
 ---------------------------------------------------------*/

.m-ticket,
.m-ticket-2 {
	background: #004990;
	color: #fff;
	display: table;
	padding: 20px 22px;
	display: block;
	cursor: pointer;
}

.m-ticket-2 {
        padding: 30px 22px;
}

.m-ticket:hover,
.m-ticket-2:hover {
	background: #106dbc;
}

.m-ticket_text {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.m-ticket_text-small {
	font-size: 1.3rem;
	font-weight: normal;
}

.m-ticket_icon {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}

.m-ticket .m-icon,
.m-ticket-2 .m-icon {
	font-size: 35px;
}


/*----------------------------------------------------------
panel
----------------------------------------------------------*/

.m-panel_item {
	-webkit-box-shadow: 1px 1px 6px -4px #000;
	box-shadow: 1px 1px 6px -4px #000;
}


/*----------------------------------------------------------
 wrap
 ---------------------------------------------------------*/
/* 2020.10 リニューアル対応
.m-bg-logo {
	background: url("../../img/bg/bg_a.png") no-repeat center 30px fixed;
	}

.m-wrap {
	background-image: linear-gradient(to right, #e0e0e7, rgba(224, 224, 231, 0), #e0e0e7);
}*/
/*
.m-section_wrap:nth-child(2n) {
	background: #e0e0e7;
}
*/
.m-cont_white {
	background: #fff;
	margin-bottom: 24px;
}

.m-cont_white_space {
	padding: 24px;
}
.m-content_under{
	padding: 26px 0;
}


/*----------------------------------------------------------
 header
 ---------------------------------------------------------*/

.m-logo_wrap {
	padding: 0;
	margin: 0;
	width: auto;
	position:relative;
}

.m-logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 88px;
	height: 88px;
	padding: 10px 0;
	background: #004990;
	text-align: center;
	-webkit-box-shadow: 1px 1px 6px -4px #000;
	box-shadow: 1px 1px 6px -4px #000;
	transform:translate(0,-40%);
}
/****
.l-header_inner{
	height:53px;
}
****/
/* header white */

.m-header-white {
	background: #fff;
	overflow: hidden;
}

.m-header-white .l-header_inner {
	padding: 5px 0 2px;
}

.m-header-white .m-header_left {
	padding-top: 3px;
	margin-left: 118px;
	line-height: 1;
}

.m-header-white .m-header_right {
	margin-right: 24px;
}

/* 2016.09.24 add START */
.m-header_left {
	float: left;
}
.m-header_right {
	float: right;
}
/* 2016.09.24 add END */

.m-headerUser_group {
	color: #6e7590;
	float:left
}

/* 2016.10.14 add START */
.m-header_text{
	font-size: 1.1rem;
	padding-right: 7px;
}

/* 2016.10.14 add END */

.m-headerUser_name {
	font-weight: bold;
	padding-right: 5px;
	color: #222;
}

.m-headerUser_thanks {
	padding-left: 5px;
}

.m-headerUser_group .m-font_futura {
	margin-left: 15px;
	font-size: 1.6rem;
	color: #de1642;
	/*margin-top: 6px;*/
	display: inline-block;
}

/* 2016.09.23 add START */
.m-header_coupon {
	float: right;
	padding-left: 20px;
}
.m-header-white .m-header_coupon {
}
.m-header-red .m-header_coupon {
	margin-top: 2px;
	color: #fff;
}
.m-coupon_applied {
	font-weight: bold;
	margin-left: 5px;
	padding: 0 5px;
	border: 1px solid #cc0000;
	float: right;
}
.m-trialCoupon_applied{}
.m-wchanceCoupon_applied {}
.m-dmCoupon_applied {
	background: #fff none repeat scroll 0 0;
	border-color: #cc0000;
	color: #cc0000;
}
/* 2016.09.23 add END */


/* header red */

.m-header-red {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #de1642;
	overflow: hidden;
}

.m-header_copy {
	margin-left: 80px;
	/* 2016.09.24 add START */
	text-align: left;
	/* 2016.09.24 add END */
}

.m-header-red .m-header_copyLink {
	margin-top: 1px;
	margin-left: 23px;
}


/* header blue */

.m-header-blue {
	border-top: 5px solid #de1642;
	background: #122d6b;
	-webkit-box-shadow: 1px 1px 6px -4px #000;
	box-shadow: 1px 3px 6px -4px #000;
}

.m-header-blue .m-headerLeft_list {
	margin-left: 96px/*120px*/;
	float: left;
	width: 580px;
	/*width: 620px;*/
}

.m-header-blue .m-headerLeft_item {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 8px;
	float: left;
	color: /*#aeb9e0*/#fff;
	padding-top: /*16px*/14px;
	padding-bottom: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 4px solid transparent;
}
.js-megaHover .m-icon-arrow_up{
	display: none;
}
.m-header-blue .m-headerLeft_item:hover {
	color: #fff;
	border-bottom: 4px solid #fff;
	font-weight: bold;
}

.m-header-blue .m-headerLeft_item .m-icon-arrow_down,
.m-header-blue .m-headerLeft_item .m-icon-arrow_up {
	font-size: 11px;
	color: /*#949bb7*/#fff;
	padding-left: /*4px*/10px;
}

.m-header-blue .m-headerLeft_item.m-text-blue {
	position: static;
	color: #009eff;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 15px;
	padding-top:12px;
}

.m-header-blue .m-headerLeft_item.m-text-pink {
	position: static;
	color: /*#f36096*/#ff4f46;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 15px;
	padding-top:12px;
	}

.m-header-blue .m-headerLeft_item.m-text-blue:hover {
	border-bottom: 4px solid #009eff;
}

.m-header-blue .m-headerLeft_item.m-text-pink:hover {
	border-bottom: 4px solid /*#f36096*/#FD4F46;
}

.m-header-blue .m-headerLeft_item-search {
	cursor: pointer;
	border-color: none;
	padding-bottom: 0;
	padding-right: 30px;
}

.m-header-blue .m-headerLeft_item-search:hover {
	border-bottom: none;
}

.m-header-blue .m-headerLeft_item .m-icon-search {
	margin-top: 8px;
	font-size: 18px;
	color: #fff;
}

.m-header-blue .m-headerLeft_item:hover .m-icon-search {
	color: #aeb9e0;
}

.m-header-blue .m-headerRight_list {
	float: right;
	padding-left: 15px;
	margin-right: 24px;
}

.m-header-blue .m-headerRight_item {
	position: relative;
	float: left;
	margin-left: 12px;
	padding: 6px 0;
}

.m-header-blue .m-headerRight_item .m-headerRight_icon {
	display: block;
	color: #fff;
	font-size: 22px;
}

.m-header-blue .m-headerRight_item .m-headerRight_icon:before {
	line-height: 1;
}

.m-header-blue .m-headerRight_item .m-icon-cart {
	position: relative;
}

.m-header-blue .m-headerRight_item .m-headerRight_item-small {
	margin-top: 1px;
	color: /*#aeb9e0*/#fff;
	font-size: 10px;
	width: 110%;
	line-height: 110%;
	text-align: center;
	display: inline-block;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	-webkit-transform-origin: 0px 0px;
}

.m-header-blue .m-headerRight_item .m-icon-login {
	margin-right: -14px;
}

.m-header-blue .m-headerRight_item:hover .m-headerRight_icon {
	color: #aeb9e0;
}


/* header category */

.m-headerCategory_section {
	margin-bottom: 13px;
}

.m-headerCategory_section:last-child {
	margin-bottom: 0;
}

.m-headerCategory_link {
	margin-top: 30px;
	font-size: 1.1rem;
	float: right;
}

.m-headerCategory_link .m-link {
	text-align: right;
}


/* mega dropdown */

.m-megaDropdown-white {
	background: #fff;
	padding: 114px 0 20px;
}

.m-megaDropdown-whitePurple {
	background: #e0e0e7;
	padding: 23px 0 25px;
}


/* dropdown */

.m-dropdown_wrap {
	background: #fff;
	border: 1px solid #e0e0e7;
	box-shadow: 1px 1px 6px -4px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* dropdown search */

.m-dropdownSearch {
	width: 440px;
	padding: 15px 15px 17px;
}

.m-dropdownSearch_text {
	width: 320px;
}

input[type="submit"].m-dropdownSearch_btn {
	width: 80px;
	line-height: 1;
	font-size: 1.3rem;
	margin-left: 3px;
	border-radius: 4px;
}

.m-dropdownSearchRadio_list {
	margin-top: 11px;
	text-align: left;
}

.m-dropdownSearchRadio_list input[type=radio] + label {
	margin-right: 26px;
}


/* dropdown mypage */

.m-dropdownMypage {
	width: 704px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-mypageBox_title {
	padding: 14px 24px;
	border-bottom: 1px solid #e0e0e7;
}

.m-mypageBox_welcome {
	font-size: 1.6rem;
	color: #6e7590;
	line-height: 1;
	vertical-align: middle;
	float: left;
}

.m-mypageBox_userName {
	display: inline-block;
	font-weight: bold;
	margin: 0 5px;
	color: #222;
	line-height: 1;
	vertical-align: middle;
}

.m-mypageBox_point {
	float: right;
	color: #6e7590;
}

.m-mypageBox_point .m-font_futura {
	margin-left: 10px;
	font-size: 1.6rem;
	vertical-align: middle;
	color: #de1642;
}

.m-mypageBox_cont {
	padding: 17px 24px 24px;
	background: #f9f9fa;
}

.m-mypageBox_side {
	width: 208px;
	float: left;
}

.m-mypageBox_main {
	width: 424px;
	float: right;
}

.m-mypageBox_heading {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 14px;
}

.m-mypageBox_body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px;
	background: #fff;
	border: 1px solid #e0e0e7;
}

.m-mypageBox_listWrap {
	border-bottom: 1px solid #e0e0e7;
}

.m-mypageBox_section {
	margin-bottom: 35px;
}

.m-mypageBox_link {
	margin-top: 14px;
	text-align: right;
}

.m-mysizeBox_headingWrap {
	margin-bottom: 14px;
}

.m-mysizeBox_heading {
	font-size: 1.6rem;
	font-weight: bold;
	float: left;
}

.m-mysizeBox_linkWrap {
	float: right;
	text-align: right;
}

.m-mysizeBox_linkWrap .m-link {
	margin-left: 20px;
}

.m-mysizeBox_body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e0e0e7;
}

.m-mysizeBox_inner {
	padding: 0 16px 12px;
}

.m-mysizeBox_item {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e0e0e7;
}

.m-mysizeBox_imgWrap,
.m-mysizeBox_name,
.m-mysizeBox_select {
	display: table-cell;
	vertical-align: middle;
}

.m-mysizeBox_imgWrap {
	width: 66px;
	text-align: center;
}

.m-mysizeBox_name {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3rem;
	color: #222;
	font-weight: bold;
	width: 130px;
	padding-left: 15px;
}

.m-mysizeBox_selectBox {
	float: right;
	margin-bottom: 6px;
}

.m-mysizeBox_selectBox:first-child {
	margin-top: 13px;
}

.m-mysizeBox_selectBox:last-child {
	margin-bottom: 13px;
}

.m-mysizeBox_selectName {
	vertical-align: middle;
	text-align: right;
	display: table-cell;
	font-size: 1.1rem;
	color: #222;
	font-weight: bold;
	padding-right: 11px;
}

.m-mysizeBox_selectIcon {
	margin-left: 5px;
}

.m-mysizeBox_selectDropbox {
	display: table-cell;
	text-align: left;
}

.m-mysizeBox_selectDropdown {
	width: 160px !important;
	height: 24px;
	font-size: 1.1rem;
	padding: 4px 20px 4px 5px;
}

.m-dropdown_noicon {
	margin-top: 40px;
	font-size: 50px;
	color: #6e7590;
	margin-bottom: 20px;
	text-align: center;
}

.m-dropdown-no {
	min-height: 140px;
	/*border-bottom: 1px solid #e0e0e7;*/
}

.m-dropdown_notext {
	text-align: center;
	font-size: 1.3rem;
	color: #6e7590;
}


/* custom select縺ｮ迢ｬ閾ｪ繧ｯ繝ｩ繧ｹ */

.customSelect {
	border: 1px solid #949bb7;
	border-radius: 3px;
	color: #6e7590;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("../../img/icon/dorop_icon.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
    background-size: 10px;
}

.customSelect.customSelectFocus {
	background-color: #fce7ec;
	color: #222;
}

.hasCustomSelect {
	color: #222;
}

.customSelectInner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}

/* 2016.07.25 add START */
.hasCustomSelect ~ span.customSelectDisabled{
	background-color: #c8c8d4;
}
/* 2016.07.25 add END */

/* medium */

.selectMedium {
	color: #222;
	font-size: 1.3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100px;
	height: 32px;
	padding: 6px 20px 6px 6px;
}

/* 蜿悶ｊ鄂ｮ縺阪ヵ繧ｩ繝ｼ繝�逕ｨ霑ｽ蜉� */
.selectMedium_stock {
	color: #222;
	font-size: 1.3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	height: 32px;
	padding: 6px 20px 6px 6px;
	opacity:1;
}
/* 蜿悶ｊ鄂ｮ縺阪ヵ繧ｩ繝ｼ繝�逕ｨ霑ｽ蜉� */

/* 2016.07.26 add START */
.selectMedium-pref {
	color: #222;
	font-size: 1.3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 140px;
	height: 32px;
	padding: 6px 20px 6px 6px;
}
.selectMedium-delivDate {
	color: #222;
	font-size: 1.3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
	height: 32px;
	padding: 6px 20px 6px 6px;
}
/* 2016.07.26 add END */


/* short */

.selectShort {
	color: #222;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 60px;
	height: 32px;*/
	padding: 8px 20px 8px 8px;
}

.selectShort-product{
	color: #222;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 60px;
	height: 32px;*/
	padding: 5px 20px 5px 5px;
}

/* custom select縺ｮ迢ｬ閾ｪ繧ｯ繝ｩ繧ｹ end */

.m-mysizeBox_submitGroup {
	margin-top: 11px;
	float: right;
}

.m-mysizeBox_submitLink {
	margin-right: 25px;
}

input[type="submit"].m-mysizeBox_submitBtn {
	width: 176px;
	border-radius: 4px;
}


/* dropdown favorite */

.m-dropdownFav {
	/* 2015.08.25 edit START */
	width: 336px;
	/* 2015.08.25 edit END */
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-dropdownFav_addText {
	padding: 10px 0;
	font-size: 1.1rem;
	color: #6e7590;
	/* 2016.08.25 edit START */
	/*border-bottom: 1px solid #e0e0e7;*/
	/* 2016.08.25 edit END */
	line-height: 1;
}

.m-dropdownFav_addText .m-font_futura {
	margin-right: 4px;
	font-size: 1.3rem;
	color: #de1642;
	vertical-align: bottom;
}

.m-dropdownFav_item {
	/* 2016.08.25 edit START */
	/*border-bottom: 1px solid #e0e0e7;*/
	/* 2016.08.25 edit END */
	padding: 16px 0;
	/* 2016.08.25 add START */
	width: 294px;
	max-width: 294px;
	min-width: 294px;
	height: 132px;
	/* 2016.08.25 add END */
}
/* 2016.08.25 add START */
.m-dropdownFav_item:not(:first-child) {
	border-top: 1px solid #e0e0e7;
}
/* 2016.08.25 add END */

.m-dropdownFav_table {
	display: table;
	width: 100%;
}

.m-dropdownFav_closeBtn,
.dropdownFav_detailGroup {
	height: 88px;
	display: table-cell;
}

.m-dropdownFav_closeBtn {
	width: 20px;
	padding-right: 10px;
}

.m-dropdownFav_detailGroup {
	height: 88px;
	position: relative;
}

.m-dropdownFav_thumb {
	float: left;
}
/* 2016.09.12 add START */
.m-dropdownFav_thumb img {
	max-width: 64px;
	max-height: 88px;

}
/* 2016.09.12 add END */

.m-dropdownFav_Group {
	float: right;
	width: 186px;
	margin-left: 14px;
}

.m-dropdownFav_brand {
	font-size: 1.1rem;
	font-weight: bold;
}

.m-dropdownFav_product {
	margin-bottom: 5px;
	font-weight: bold;
}

.m-dropdownFav_price {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.1rem;
	color: #de1642;
}

.m-dropdownFav_btnGroup {
	margin-top: 12px;
	margin-left: 30px;
	margin-right: -4px;
}

.m-dropdownFav_btn-stocksearch,
.m-dropdownFav_btn-product {
	width: 127px;
}

.m-dropdownFav_btn-product {
	margin-left: 8px;
}

.m-dropdownFav_btn-stocksearch .m-icon {
	font-size: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.m-dropdownFav_link {
	text-align: right;
	padding: 13px 0;
}

/* 2016.08.25 add START */
.dropdownFavSlider_control-outer {
	width: 294px;
	text-align: center;
}
.dropdownFavSlider_control-prev-outer {
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.dropdownFavSlider_control-next-outer {
	border-top: 1px solid rgba(0,0,0,0.25);
}
.dropdownFavSlider_control-prev {
	border-radius: 5px 5px 0 0;
}
.dropdownFavSlider_control-next {
	border-radius: 0 0 5px 5px;
}
.dropdownFavSlider_control-prev,
.dropdownFavSlider_control-next {
	width: 100%;
	color: #fff;
	padding-top:2px;
	cursor: pointer;
	display: block;
	background-color: rgba(0,0,0,0.25);
}
.dropdownFavSlider_control-prev.disabled,
.dropdownFavSlider_control-next.disabled {
	background-color: #fff;
	border: none;
	cursor: default;
}
/* 2016.08.25 add END */


/* dropdown cart */

.m-dropdownCart {
	width: 328px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-dropdownCart_list {
	/*padding: 0 16px;*/
}

.m-dropdownCart_item {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e0e0e7;
	padding: 16px 0;
}
/*
.m-dropdownCart_item:last-child {
	border: none;
}
*/
.m-dropdownCart_closeBtn,
.m-dropdownCart_thumb,
.m-dropdownCart_Group {
	height: 88px;
	display: table-cell;
}

.m-dropdownCart_closeBtn {
	width: 20px;
	padding-right: 10px;
}

.m-dropdownCart_Group {
	padding-left: 16px;
}

.m-dropdownCart_brand {
	font-size: 1.1rem;
	font-weight: bold;
}

.m-dropdownCart_product {
	margin-bottom: 5px;
	font-weight: bold;
}

.m-dropdownCart_size {
	margin-bottom: 5px;
	font-size: 1.1rem;
	color: #6e7590;
}

.m-dropdownCart_price {
	font-size: 1.1rem;
	color: #de1642;
	text-align: right;
}

.m-triangle {
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #e0e0e7;
}

.m-triangle:after,
.m-triangle:before {
	border: 10px solid transparent;
	content: ' ';
	height: 0;
	left: 50%;
	position: absolute;
	width: 0;
}

.m-triangle:before {
	border-width: 16px;
	border-top-color: #e0e0e7;
	bottom: -33px;
	margin-left: -16px;
}

.m-triangle:after {
	border-width: 15px;
	border-top-color: #fff;
	bottom: -30px;
	margin-left: -15px;
}

.m-dropdownCart_underGroup {
	padding: 20px 15px 15px;
	background: #f9f9fa;
	border-top: 1px solid #e0e0e7;
}

.m-dropdownCart_sumText {
	color: #6e7590;
	float: left;
}

.m-dropdownCart_sumText-small {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	margin-right: -4px;
	margin-bottom: -4px;
	-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%;
}

.m-dropdownCart_sumPrice {
	float: right;
	color: #de1642;
	line-height: 1;
}

.m-dropdownCart_sumPrice .m-font_futura {
	font-size: 1.6rem;
	vertical-align: bottom;
}

.m-yen {
	display: inline-block;
	font-weight: bold;
	vertical-align: bottom;
}

.m-dropdownCart_cartBtn {
	margin-top: 19px;
}


/* 2017.3.9 cartdropdownお気に入りと同じ挙動にするため add start */
#dropdownCart_contents_wrap{padding: 0 20px;}

.m-dropdown-no_cartlist{min-height: 140px;border-bottom:none;}

.m-dropdownCart {
	width: 336px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-dropdownCart_addText {
	padding: 10px 0;
	font-size: 1.1rem;
	color: #6e7590;
	line-height: 1;
}

.m-dropdownCart_addText .m-font_futura {
	margin-right: 4px;
	font-size: 1.3rem;
	color: #de1642;
	vertical-align: bottom;
}

.m-dropdownCart_item {
	padding: 10px 0;
	/*width: 294px;
	min-width: 294px;
	max-width: 294px;*/
    width: 340px;
	min-width: 390px;
	max-width: 340px;
	height:85px;
}

.m-dropdownCart_item:last-child{
	border-bottom:none;
}

.m-dropdownCart_item:first-child {
	border-top: 1px solid #e0e0e7;
}

.m-dropdownCart_table {
	display: table;
	width: 100%;
}

.m-dropdownCart_closeBtn,
.dropdownFav_detailGroup {
	height: 88px;
	display: table-cell;
}

.m-dropdownCart_closeBtn {
	width: 20px;
	padding-right: 10px;
}

.m-dropdownCart_detailGroup {
	height: 88px;
	position: relative;
}

.m-dropdownCart_thumb {
	float: left;
}

.m-dropdownCart_thumb img {
	max-width: 64px;
	max-height: 88px;

}

.m-dropdownCart_Group {
	/*float: right;*/
	width: 186px;
	margin-left: 14px;
}

m-dropdownCart_productinfo{
	min-height:51px;
	max-height:51px;
}

.m-dropdownCart_brand {
	font-size: 1.1rem;
	font-weight: bold;
}

.m-dropdownCart_product {
	margin-bottom: 5px;
	font-weight: bold;
}

.m-dropdownCart_price {
	/*position: absolute;*/
	right: 0;
	bottom: 0;
	font-size: 1.1rem;
	color: #de1642;
}

.m-dropdownCart_btnGroup {
	margin-top: 12px;
	margin-left: 30px;
	margin-right: -4px;
}

.m-dropdownCart_btn-stocksearch,
.m-dropdownCart_btn-product {
	width: 127px;
}

.m-dropdownCart_btn-product {
	margin-left: 8px;
}

.m-dropdownCart_btn-stocksearch .m-icon {
	font-size: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.m-dropdownCart_link {
	text-align: right;
	padding: 13px 0;
}


.dropdownCartSlider_control-outer {
	/*width: 294px;*/
	text-align: center;
}
.dropdownCartSlider_control-prev-outer {
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.dropdownCartSlider_control-next-outer {
	border-top: 1px solid rgba(0,0,0,0.25);
}
.dropdownCartSlider_control-prev {
	border-radius: 5px 5px 0 0;
}
.dropdownCartSlider_control-next {
	border-radius: 0 0 5px 5px;
}
.dropdownCartSlider_control-prev,
.dropdownCartSlider_control-next {
	width: 100%;
	color: #fff;
	padding-top:2px;
	cursor: pointer;
	display: block;
	background-color: rgba(0,0,0,0.25);
}
.dropdownCartSlider_control-prev.disabled,
.dropdownCartSlider_control-next.disabled {
	background-color:rgba(0,0,0,0.05);
	border: none;
	cursor: default;
}
/* 2017.3.9 cartdropdown add END */






/*----------------------------------------------------------
 side nav
 ---------------------------------------------------------*/

.m-side_nav_list {
	background: #fff;
	width: 100%;
}

.m-side_nav_item_title {
	padding: 7px 9px;
	background: #084b8e;
	font-weight: bold;
	color: #fff;
	display: block;
}

.m-side_nav_item_inner {
	padding: 8px 9px;
	border-top: 1px solid #e0e0e7;
	font-size: 1.1rem;
	color: #6e7590;
	display: block;
}

.m-side_nav_item_inner.first {
	border: none;
}

.m-side_ticket_list {
	margin-top: 24px;
}

.m-side_ticket_item {
	margin-bottom: 8px;
}

.m-content_img {
	margin-bottom: 20px;
}


/* product nav */
/* 2016.07.08 edit START */
.m-mensSuit_side_nav_list,
.m-ladiesSuit_side_nav_list{
	margin: 24px 0 20px 0;
	border-bottom:1px solid #e0e0e7;
}
.m-mensSuit_side_nav_list:last-child,
.m-ladiesSuit_side_nav_list:last-child{
	border-bottom: none;
}
.m-mensSuit_side_nav_item,
.m-ladiesSuit_side_nav_item{
}
.m-mensSuit_side_nav_toggleBtn{
	cursor: pointer;
	position: relative;
	background: #004990;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e7;
}
.m-ladiesSuit_side_nav_toggleBtn{
	cursor: pointer;
	position: relative;
	background:/* #f36096*/#ff4f46;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e7;
}
.m-mensSuit_side_nav_toggleBtn-small,
.m-ladiesSuit_side_nav_toggleBtn-small{
	font-size: 11px;
}
.m-mensSuit_side_nav_toggleIcon,
.m-ladiesSuit_side_nav_toggleIcon{
	position: absolute;
	top: 50%;
	right: 10px;
	opacity: .5;
}
.m-mensSuit_side_nav_toggleBtn .m-icon-arrow_down,
.m-ladiesSuit_side_nav_toggleBtn .m-icon-arrow_down{
	display: none;
}
.m-mensSuit_side_nav_inner_item,
.m-ladiesSuit_side_nav_inner_item{
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #e0e0e7;
}
.m-mensSuit_side_nav_inner_item:last-child,
.m-ladiesSuit_side_nav_inner_item:last-child{
	border-bottom: none;
}
.m-product_input_text{
	width: 72px;
	color: #6e7590;
	vertical-align: baseline;
	background: #fff;
}
.m-product_input_innerText{
	font-size: 1.1rem;
	vertical-align: bottom;
	padding-left: 5px;
}
.m-productNavPrice_text_wrap{
	width: 195px;
	margin-top: 8px;
	display: table;
}
.m-productNavPrice_submit[type="submit"]{
	display: table-cell;
	width: 66px;
	border-radius: 4px;
}
.m-productNavPrice_text{
	display: table-cell;
	font-size: 1.1rem;
	color: #6e7590;
	text-align: right;
	padding-right: 10px;
}
.m-mensSuit_side_nav_inner_item_toggle_wrap,
.m-ladiesSuit_side_nav_inner_item_toggle_wrap{
	background: #fff;
}
.m-mensSuit_side_nav_inner_item_toggle,
.m-ladiesSuit_side_nav_inner_item_toggle{
	padding: 10px;
	border-bottom: 1px solid #e0e0e7;
}
.m-mensSuit_side_nav_inner_item_toggleInner,
.m-ladiesSuit_side_nav_inner_item_toggleInner{
	border-bottom: none;
	padding: 0 0 0 10px;
}
.m-mensSuit_side_nav_inner_item_toggleInner .m-radio input[type=radio] + label,
.m-ladiesSuit_side_nav_inner_item_toggleInner .m-radio input[type=radio] + label{
	display: inline;
}
.m-item_toggleInner_border{
	border-bottom: 1px solid #e0e0e7;
	padding: 10px 0 10px 10px;
}
/*2016.9.12 add start*/
.m-item_toggleInner_border_mens{
	padding: 0px 0 0px 10px;
}
/*2016.9.12 add end*/
.m-mensSuit_side_nav_inner_item_toggleInner:last-child .m-item_toggleInner_border,
.m-ladiesSuit_side_nav_inner_item_toggleInner:last-child .m-item_toggleInner_border{
	border-bottom: none;
}
.m-mensSuit_side_nav_parentToggle .m-radio,
.m-ladiesSuit_side_nav_parentToggle .m-radio{
	display: inline-block;
}
.m-mensSuit_side_nav_parentToggle input[type=radio] + label{
	font-size: 1.3rem;
	font-weight: bold;
	color: #004990;
}
.m-ladiesSuit_side_nav_parentToggle input[type=radio] + label{
	font-size: 1.3rem;
	font-weight: bold;
	color: /*#f36096*/#ff4f46;
}
.m-mensSuit_side_nav_inner_list,
.m-ladiesSuit_side_nav_inner_list{
	border-bottom: 1px solid #e0e0e7;
}
.m-mensSuit_side_nav-small,
.m-ladiesSuit_side_nav-small{
	display: inline;
	font-size: 1rem;
	margin-right: -4px;
	margin-bottom: -2px;
	-webkit-transform: scale(0.9);
	-webkit-transform-origin: 0% 0%;
	-ms-transform: scale(0.9);
	-ms-transform-origin: 0% 0%;
	transform: scale(0.9);
	transform-origin: 0% 0%;
}
.m-mensSuit_side_nav_inner_item_toggleBtn,
.m-ladiesSuit_side_nav_inner_item_toggleBtn{
	position: relative;
}
.m-mensSuit_side_nav_inner_item_toggleBtn .m-icon-arrow_down,
.m-ladiesSuit_side_nav_inner_item_toggleBtn .m-icon-arrow_down{
	display: none;
}
/* 2016.07.08 edit END */
/*----------------------------------------------------------
 category List
 ---------------------------------------------------------*/

.m-cotegory {
	background: #fff;
}

.m-footerCategory_bar {
	margin-bottom: 20px;
}

.m-footerCategory_section {
	margin-bottom: 13px;
}

.m-footerCategory_section:last-child {
	margin-bottom: 0;
}


/*----------------------------------------------------------
 footer
 ---------------------------------------------------------*/

.m-footer {
	background: #10172e;
}

.m-footerIcon {
	margin-left: 6px;
}

.m-footer_section {
	margin-bottom: 30px;
}
.m-footer_section-only {
	margin-bottom: 5px;
}

.m-footer_section:last-child {
	margin-bottom: 0;
}

.m-footer_copyright {
	text-align: center;
	padding: 32px;
	font-size: .9rem;
	line-height: 1;
	border-top: 1px solid #282f43;
	color: #6e7590;
}
/* 2016.09.13 add START */
.m-footer_mobilelink {
	padding: 16px 0 15px;
	border-top: 1px solid #282f43;
	text-align: center;
}

.m-footer_mobilelink_text {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.m-footer_mobilelink_icon {
	font-size: 20px;
	margin-right: 13px;
	vertical-align: middle;
}
/* 2016.09.13 add END */

/*2016.9.27 add start*/
.m-footer_about_out{
	border-top: 1px solid #282f43;
}
.m-footer_aboutprice{
	padding-top: 10px;
	padding-bottom:10px;
	width: 976px;
	margin: 0 auto;
	font-size: 1.1rem;
	color: #fff;
}
/*2016.9.27 end start*/

/*----------------------------------------------------------
 bottom contents
 ---------------------------------------------------------*/

.m-pagetop {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.m-pagetopIcon {
	font-size: 2rem;
	color: #fff;
	vertical-align: middle;
}


/* concierge */

.m-concierge_btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../../img/bg/servicedesk_bg.png?20200207") no-repeat;
	width: 162px;
	height: 48px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.6;
	padding: 8px 0 8px 52px;
	cursor: pointer;
}

.m-concierge_inner {
	position: absolute;
	top: -300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("../../img/bg/servicedesk_popup_bg.png") no-repeat;
	background-size: cover;
	width: 250px;
	height: 296px;
	padding: 12px;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 7px;
	display: none;
}

.m-concierge_tel {
	background-color: #f0f0f2;
	/*width: 152px;
	height: 54px;*/
	margin: 10px 0;
	text-align: center;
	padding: 5px;
}

.m-concierge_futura {
	color: #004990;
	font-size: 2rem;
}

.m-concierge_time {
	color: #6e7590;
	font-size: 1.1rem;
}

.m-concierge_point {
	font-size: 1.1rem;
	color: #6e7590;
}

.m-concierge_point ul li{
	text-indent:-1.1rem;
	padding-left: 1.1rem;
	font-size: 1.1rem;
	color: #6e7590;
}

.m-sarvicedesk-num-red {
	color: #de1642;
}

.m-sarvicedesk-num-red .m-font_futura {
	font-size: 1.6rem;
	vertical-align: baseline;
}

.m-sarvicedesk-icon {
	display: block;
}
/*2020.2.7 add start*/
.m-concierge_inner {
	top: auto;
	bottom: 60px;
	width: 450px;
	height: auto;
	padding: 8%;
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0.4px 0.6px rgba(0, 0, 0, 0.01),
   0 1px 1.8px rgba(0, 0, 0, 0.015),
   0 1.8px 3.5px rgba(0, 0, 0, 0.019),
   0 2.9px 5.9px rgba(0, 0, 0, 0.024),
   0 4.4px 9.3px rgba(0, 0, 0, 0.031),
   0 7px 17px rgba(0, 0, 0, 0.05);
	box-shadow:
   0 0.4px 0.6px rgba(0, 0, 0, 0.01),
   0 1px 1.8px rgba(0, 0, 0, 0.015),
   0 1.8px 3.5px rgba(0, 0, 0, 0.019),
   0 2.9px 5.9px rgba(0, 0, 0, 0.024),
   0 4.4px 9.3px rgba(0, 0, 0, 0.031),
   0 7px 17px rgba(0, 0, 0, 0.05);
}
.m-concierge_inner:after {
   content: "";
   position: absolute;
   bottom: -25px;
   left: 60px;
   border: 12px solid transparent;
   border-top: 15px solid #fff;
}
.m-concierge_box > p {
	line-height: 1;
	margin-top: 2.5rem;
	font-weight: bold;
}
.m-concierge_box a {
	display: flex;
	align-items: center;
	background: #004990;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
	padding: 1.5rem 2rem 1.5rem 1.3rem;
	position: relative;
	box-sizing: border-box;
}
.m-concierge_box a.btn_pattern02 {
	color: #004990;
	background: #fff;
	border: 2px solid #004990;
}
.m-concierge_box a.btn_pattern02 .m-concierge_linktext {
	font-weight: bold;
}
.m-concierge_box a .m-icon-arrow_right {
	position: absolute;
	top: 50%;
	right: 0.8rem;
	transform: translateY(-50%);
}
.m-concierge_box a.m-hover-flash:hover {
	display: flex;
}
.m-concierge_column1 {
	margin-top: 2%;
}
.m-concierge_column2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2%;
}
.m-concierge_column2 > a {
	width: 49%;
}
.m-concierge_column2 > a > div {
	display: flex;
	align-items: center;
}
.m-concierge_column2 a div .m-concierge_linktext {
	margin-left: 1rem;
}
.m-concierge_linktext span.text_big {
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 1.4;
	margin-right: 0.05rem;
}
.m-concierge_box .m-concierge_user_wrap a {
	display: block;
	background: none;
	color: #1b95e0;
	padding: 0;
	line-height: 1.8;
}
.m-concierge_user_wrap dt {
	margin: 0.5rem 0 0;
}
/*2020.2.7 add end*/


/* maps */

.m-maps {
	width: 100%;
	height: 344px;
}

.m-maps-medium {
	height: 240px;
}

.m-maps-large {
	height: 400px;
}


/*---------------------------------------------------
 table
-----------------------------------------------------*/

.m-table-textTop {
	vertical-align: top;
}

.m-table-textCenter {
	text-align: center;
}

.m-table-textRight {
	text-align: right;
}

.m-table_row {
	border: 1px solid #e0e0e7;
}

.m-table_title,
.m-table_data {
	border: 1px solid #e0e0e7;
	padding: 14px 16px;
}

.m-table_title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f0f0f2;
	font-weight: bold;
}

.m-table_title-heading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

.m-table_title-w156 {
	width: 156px;
}

.m-table_data-w88 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 88px;
}

.m-table_textarea {
	width: 100%;
	height: 100%;
	min-height: 140px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e0e0e7;
	padding: 16px;
}
.m-table_address_text{
	margin-bottom: 12px;
}
.m-table-textTop{
	vertical-align: top;
}


/* table type1 */

.m-table_type-1 {
	width: 100%;
}


/* table type 2 */

.m-table_type-2 {
	margin-top: 24px;
	width: 792px;
	margin-left: 137px;
}

.m-table_title-type-2,
.m-table_data-type-2 {
	padding: 16px;
}

.m-table_title-type-2 {
	font-weight: bold;
}

.m-table_title-type-2 .text-small {
	font-size: 1.1rem;
	font-weight: bold;
}


/*----------------------------------------------
 silder
------------------------------------------------*/

.m-slider_wrap {
	width: 1600px;
	margin: 0 auto;
}

.m-slider_img {
	min-width: 1600px;
	margin: 0 -100px;
}


/* category thumnail */

.m-category_thumbnail_list {
	margin-bottom: -32px;
}

.m-category_thumbnail_item {
	/*margin-bottom: 32px;*/
	margin-bottom:20px;
}

.m-sales_thumbnail_list {
	margin-bottom: -24px;
}

.bargain_image_mens_list.m-sales_thumbnail_list {
	margin-bottom: 22px;
}


.m-sales_thumbnail_item {
	margin-bottom: 24px;
}


/*--------------------------------------------
 ellipsis
---------------------------------------------*/

.ellip {
	display: block;
	height: 100%;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	max-width: 100%;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
}


/*-------------------------------------------------
 box
---------------------------------------------------*/

.m-boxBar {
	background: #fff;
	padding: 16px;

}


/*-------------------------------------------------
 check list
---------------------------------------------------*/

.m-check_list {
	margin-left: -9px;
}

.m-check_item {
	width: 86px;
	float: left;
	margin-left: 9px;
}


/*--------------------------------------------------
 shadow
 --------------------------------------------------*/

.m-shadow {
	-webkit-box-shadow: 1px 1px 6px -4px #000;
	box-shadow: 1px 1px 6px -4px #000;
}

.m-vam {
	vertical-align: middle;
}


/*-----------------------------------------
 bread crumb
------------------------------------------*/

.m-breadcrumb {
	background: #004990;
}

.m-breadcrumb_list {
	letter-spacing: -.4em;
}

.m-breadcrumb_item {
	font-size: 1.1rem;
	color: #fff;
	display: inline-block;
	letter-spacing: normal;
}

.m-breadcrumb_item:first-child:before {
	content: "";
}

.m-breadcrumb_item:before {
	content: "/";
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
}

.m-breadcrumb_item:last-child {
	font-weight: bold;
}

.m-breadcrumb_item:last-child:before {
	font-weight: normal;
}

.m-breadcrumb_icon {
	font-size: 18px;
	vertical-align: middle;
	padding-right: 15px;
}

/* 2016.07.22 add START */
/*-----------------------------------------
 plain text
------------------------------------------*/
.m-text-left {
	text-align: left;
}
.m-text-right {
	text-align: right;
}

/*-----------------------------------------
 margin
------------------------------------------*/
.m-mt18 {
	margin-top: 18px;
}
.m-mb18 {
	margin-bottom: 18px;
}
/* 2016.07.22 add END */
/* 2016.10.12 add start */
.product_area_img{max-width: 176px;max-height: 240px}
/* 2016.10.12 add END */


/* 2016.10.14 add start */
.l-megaDropdown_wrap .m-megaDropdown-white {
    background: #fff;
    padding: 95px 0 20px;
}

.l-megaDropdown_wrap .barAndThumbnail {
    margin-bottom: 8px;
}

.l-megaDropdown_wrap .m-headerCategory_link {
    margin-top: 5px;
    font-size: 1.1rem;
    float: right;
}

.l-megaDropdown_wrap .m-bar_title {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
}

.l-megaDropdown_wrap ul.rightside_bnr li{margin-bottom:5px;}

/* 2016.10.14 add END */

/* 2016.11.16 headerグロナビ　topバナー枠　start*/
.l-megaDropdown_wrap ul.toparea_bnr{
	font-size: 0;
}
.l-megaDropdown_wrap ul.toparea_bnr li img{
	vertical-align: bottom;
}
.l-megaDropdown_wrap ul.toparea_bnr li{
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 15px;
}
.l-megaDropdown_wrap ul.toparea_bnr li:nth-child(5){
	padding-right: 0;
	padding-left: 1px;
}
/* 2016.11.16 headerグロナビ　topバナー枠　end*/

/* 2016.10.17 add start */
.l-megaDropdown_inner .m-bar_sab{
	font-size:1.5rem;
	color:#de1642;
	text-align:right;
	display:inline-block;
	width:100%;
	font-weight:bold;
}
/* 2016.10.17 add END */

/* 2016.10.21 add start */
.aw_bargain{
	border-radius:10px;
	background:#653c2a;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
    display: inline-block;
    margin-bottom: 5px;
}

.value_price_suits{
	border-radius:10px;
	background:#00479d;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
    display: inline-block;
    margin-bottom: 5px;
}

.aw_formal_bargain{
	border-radius:10px;
	background:#555c76;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
    display: inline-block;
    margin-bottom: 5px;
}

.aw_daikansya{
	border-radius:10px;
	background:#ec6303;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
    display: inline-block;
    margin-bottom: 5px;
}

.m-card_captionDetail_bargain{
    font-size: 1.1rem;
/*    min-height: 35px; */
    line-height: 1.5;
}

/* 2016.11.24 追加*/
.m-sales_thumbnail_item .m-card_captionDetail_bargain,
.m-category_thumbnail_item .m-card_captionDetail_bargain{
    font-size: 1.5rem;
    font-weight: bold;
}

/* ここまで*/
.m-category_thumbnail_item .m-card_captionDetail_bargain{
	/*margin-bottom: 4px;*/
}
.js-tile-4_value{margin-top:5px;}

#bargain_image_mens_section .m-priceBlock_yen {
	display: inline-block;
	position: relative;
	font-size: 1.3rem;
	vertical-align: baseline;
	font-weight: bold;
	padding-left:2px;
}
#bargain_image_mens_section .m-card_captionText-red_small {
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: baseline;
}

#bargain_image_mens_section .m-priceBlock_taxout {
	position: absolute;
	top: -9px;
	left: 0;
	width: 30px;
	padding-left:2px;
}

#bargain_image_ladies_section .m-priceBlock_yen {
	display: inline-block;
	position: relative;
	font-size: 1.3rem;
	vertical-align: baseline;
	font-weight: bold;
	padding-left:2px;
}
#bargain_image_ladies_section .m-card_captionText-red_small {
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: baseline;
}

#bargain_image_ladies_section .m-priceBlock_taxout {
	position: absolute;
	top: -9px;
	left: 0;
	width: 30px;
	padding-left:2px;
}

/* 2016.10.21 add END */

.barAndThumbnail.cfix:after{
	display: block;
	content: "";
	clear: both;
}
.barAndThumbnail .iconmenuImg{
	float: right;
}
.m-bar_head{
	padding: 4px 6px 4px 12px;
	color: #fff;
	line-height: 2;
}

/* rankingBox 2016.12.05 add start
------------------------------------------------------------------------ */
.rankingBoxOuter {
	width:100%;
	/*height: 165px;*/
	padding:0;
	background:#fff;
	/*margin-bottom:30px;*/
	}

.rankingBox { height:165px;overflow:hidden;}
.m-card_thumb_online_ranking{max-width: 100px;display: block;margin: 0 auto;padding: 5px 0 2px;}
.rankingBox .title { position:relative;width:120px;height:165px;text-align:center;color:#fff;float:left;display:block; }
.rankingBox .title h4 { text-align:center;margin-top:4px;margin-bottom:12px;font-size: 1.4rem;font-weight: bold; }
.rankingBox .title p { font-size:13px;line-height:130%;text-align:center; }
.rankingBox .title span { font-size:10px;line-height:130%; }

.rankingBox .rankingItem {
    float: left;
    overflow: hidden;
    width: 86%;
    height: 165px;
    padding-left: 10px;
    padding-top: 10px;
}

.last_update_caption{
	position: absolute;
    display: block;
    margin: 0 auto;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 20%;
    bottom: 0px;
    padding-top: 10px;
	padding-bottom:5px;
	}
.last_update_caption .tocategory_link{margin-top:7px;}
.rankingBox .productsBox { float:left;width:90px;position:relative;text-align:center;padding:0 14px; }
.rankingBox .productsBox div { position:absolute;top:0px;left:10px; }
.rankingBox .productsBox img { margin-bottom:7px;}
.rankingBox .productsBox img.itemImg{ width:66px; height:70px; margin: 0 auto 5px;}
.rankingBox .productsBox p { text-align:center; font-size:10px; }
.rankingBox .productsBox a { text-decoration:none;color:#e33; }

.rankingBoxOuter_mens .rankingBox { border:1px solid #004990; }
.rankingBoxOuter_ladies .rankingBox { border:1px solid #f36096; }
.rankingBoxOuter_mens .rankingBox .title { background:/*url(../../images/bg_ranking_mens.png) no-repeat center top*/ #004990; }
.rankingBoxOuter_ladies .rankingBox .title { background:/*url(../../images/bg_ranking_ladies.png) no-repeat center top*/ #FD4F46; }

.l-column-5_ranking {
	margin-left: -24px;
}

.l-column-5_ranking .l-column_item-5 {
	float: left;
	width:140px;
	margin-left:32px !important;
}
.m-priceBlock_ranking{
	margin-top:10px;
	text-align: center;
}
.m-priceBlock_price_ranking {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
}

.m-btn-type5{background:#f36096;}

/* スマホ用ソースを非表示に */
.rankingBox h3,
.rankingBox .productsBox .name,
.rankingBox .productsBox .rankNum_price,
.rankingBox .productsBox .priceStrong,
.rankingBox .pc_hidden { display:none; }
.rankingBox .sp_all { float:left; }

.rankingBox .ranking_title {
	display:none;
}

.m-card_rankingWrap123 {
	position: absolute;
	top: 5px;
	left: 5px;
}
.m-card_rankingWrap123 img{
	width: 30px;
	height: 33px;
}
/* rankingBox 2016.12.05 add end
------------------------------------------------------------------------ */
/* newitem_area 2016.12.05 add start
------------------------------------------------------------------------ */
#newitem_lineup .l-column-5{margin-left:0px;}

#newitem_lineup .rankingItem{
    float: left;
    overflow: hidden;
    width: 86%;
    height: 185px;
    padding-left: 10px;
    padding-top: 10px;
}

#newitem_lineup .l-column-5 li.l-column_item-5 {
    float:left;
	width: 165px !important;
    margin-left: 1px !important;
    margin-right: 1px !important;

}

#newitem_lineup .m-card_thumbWrap .m-card_thumb {
    height: auto;
    max-width: 100px !important;
}

#newitem_lineup .m-priceBlock_price {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
}

#newitem_lineup .m-card{
-webkit-box-shadow: none !important;
 box-shadow: none !important;
}

/* newitem_area 2016.12.05 add end
------------------------------------------------------------------------ */

/*レディースの時だけ背景色変更　2016.12.14 add start */
#l_index_tmp .l-cont_wrap {
    background-color: rgba(255,255,255,0.25);
}

#l_index_tmp .m-wrap{background-image:none;}
body#l_index_tmp {
    background: #e6e6e6;
}
/*レディースの時だけ背景色変更　2016.12.14 add end */
#l_index_tmp .m-sales_thumbnail_item {
margin-bottom: 14px;
}
#l_index_tmp .bargain_image_mens_list.m-sales_thumbnail_list {
    margin-bottom: 0;
}
#l_index_tmp .category_block .m-link-white .m-icon-arrow_right {
    color: #FD4F46;
    /*opacity: .5;*/
}


/*グローバルナビ修正 start 2016.12.21*/
.g_navi_title{
	/*
	padding-left:45px;
	*/
	padding-top:10px;
	font-size: 1.5rem;
    font-weight: bold;
	}
.g_navi_head_m{
	color:#004990;
	border-bottom:2px solid #004990;
	}
/*
.g_navi_head_m .g_navi_title{
	background:url(/user_data/packages/store/images/globalmenu_icon_m.png) no-repeat left bottom;
	}
*/
.g_navi_head_l{
	color:#FD4F46;
	border-bottom:2px solid #FD4F46;
	}
/*
.g_navi_head_l .g_navi_title{
	background:url(/user_data/packages/store/images/globalmenu_icon_l.png) no-repeat left bottom;
	}
*/
.g_navi_title_totop{
	float:right;
	color:#fff;
	width:224px;
	font-weight:bold;
	font-size:1.3rem;
	padding-top: 5px;
    padding-bottom: 5px;
}
.g_navi_title_totop div{
	padding-left: 40px;
	}
.g_navi_title_totop span{
	padding-left: 10px;
	font-size:10px;
	}
.g_navi_head_l .g_navi_title_totop div{
	padding-left: 30px;
	}
.g_navi_head_m .g_navi_title_totop{
	background:#004990;
	}
.g_navi_head_l .g_navi_title_totop{
	background:#FD4F46;
	}
.m-megaDropdown-white ul.g_navi_footer{
	margin-top:15px;
	}
.m-megaDropdown-white ul.g_navi_footer li{
	display:inline-block;
	width:49%;
	}
.m-megaDropdown-white .g_navi_footer .text_right{
	font-size: 1.3rem;
    color: #de1642;
    width: 100%;
    font-weight: bold;
	padding-left:1em;
}
.headertitle_text{font-weight:bold;font-size:1.3em;}
.rightside_bnr_area{margin-top:20px;}
/*グローバルナビ修正end*/

/*siteframe適用ページ　レディース用20161221*/
#l_index_tmp .l-cont_inner .m-bar-pink {
    border-bottom: 4px solid #FD4F46;
    color: #FD4F46;
    background: url(/user_data/packages/store/images/icon_sankaku_l.png) center no-repeat #fff;
    background-position: 14px 18px;
    padding-left: 30px;
    padding-top: 14px;
}
#l_index_tmp .l-cont_inner .m-bar-pink .m-link-white{
    color: #FD4F46;
}
#l_index_tmp .l-cont_inner .m-bar-pink .m-bar_title {
    font-size: 1.8rem;
}
#l_index_tmp .category_block {
    margin-bottom: 20px;
    margin-top: 20px;
}
#l_index_tmp .barAndThumbnail {
    margin-bottom: 20px;
}
#l_index_tmp .m-card_caption p.price .tax {
    font-size: 11px;
    font-weight: normal;
}
/*
#l_index_tmp #recommend_view .m-bar-black{
    background: #FD4F46;
}
*/
#l_index_tmp #recommend_view {
   /* padding-top: 34px; */
}
/*siteframe適用ページ　レディース用20161221 end*/
/*グロナビ用ボーダー位置修正*/
.m-header-blue .m-header_borderbtm{padding-bottom:16px;}
/*グロナビ用ボーダー位置修正end*/


/*クーポン店舗検索導線*/
#coupon_btn-wrap{
  width: 100%;
  background-color: #f7f7f7;
  padding:30px 0;
}
#coupon_btn-wrap .foot-btn-wrap{
  width: 976px;
  margin:0 auto;

}
#coupon_btn-wrap .foot-column-2{
  margin-left: 0px /*-25px*/;
}
#coupon_btn-wrap .foot-column_item-2{
  float: left;
  margin-left: 25px;
  width: 438px;
  margin-right: 25px;
}

#coupon_btn-wrap .foot-column_item-2 a{
	padding-left:10%;
}
#coupon_btn-wrap .foot-column_item-2:last-child a{
	padding-left:28%;
}

#coupon_btn-wrap .m-ticket-2{padding:20px 22px;}


#coupon_btn-wrap .foot-btncl-dblue{
  background-color: #122d6b;
}
#coupon_btn-wrap .foot-btncl-cred{
  background-color: #de1642;
}
#coupon_btn-wrap .foot-btncl-cred:hover{
  background: #FD4F46;
}
#coupon_btn-wrap .foot-column_item-2 .foot-icon{
  font-size: 1em;
}

/*2017.09.28 add start*/

#header_item_search_wrap_close{
position: absolute;
top: -27px;
right: -26px;
color: #000;
background: #fff;
border: 1px solid #ccc;
/* width: 15px; */
/* height: 15px; */
padding-top: 12px;
padding-bottom: 10px;
border-radius: 100%;
padding-left: 5px;
padding-right: 5px;
display: block;
}
#header_item_search_wrap_close:hover{
	opacity:0.7;
}

#search_keyword_wp{
	display: block;
}

#header_itemsearch_wrap .search_keyword_cont {
	margin-top: 15px;
}
#header_itemsearch_wrap .search_keyword_itemList {
	font-size: 0;
}
#header_itemsearch_wrap .search_keyword_item {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 3px;
	vertical-align: baseline;
}
#header_itemsearch_wrap .search_keyword_item:last-child {
	margin: 0;
}
#header_itemsearch_wrap .search_keyword_itemLink {
	display: inline-block;
	color: #222;
	padding: 0 1rem;
	border-radius: 25px;
	font-size: 10px;
	position: relative;
	height: 25px;
	line-height: 25px;
	border: 1px solid #fd4f46;
	/*box-shadow: 0px 2px 0px 0px #fd4f46;*/
	transition: .3s all;
}
#header_itemsearch_wrap .search_keyword_itemLink:hover {
	/*box-shadow: 0px 1px 0px 0px #fd4f46;
	transform: translateY(1px);*/
	background: #ffe7e7;
}
#header_itemsearch_wrap .search_keyword_cont p {
	color: #222;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	display: block;
	margin-bottom: 7px;
}
#header_itemsearch_wrap .search_keyword_cont p:after {
	z-index: 1;
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
#header_itemsearch_wrap .search_keyword_cont p span {
	z-index: 2;
	display: inline-block;
	background-color: #fff;
	font-weight: bold;
	position: relative;
	padding-right: 1rem;
}
/*2017.09.28 add end*/

/*2017.10.12 start add*/
.newicon_pos{
	position:absolute;
	width:50px;
	height:50px;
	top:0;
	left:0;
	display:block;
}
/*2017.10.12 end add*/

/*2017.10.17 start add*/
.m-label_new{
	border-radius:2px;
	color:#fff;
	font-weight:bold;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	padding-left: 5px;
	margin-left: 5px;
}
/*2017.10.17 end add*/


/*2017.11.08 add start*/
ul.recommenditem_2017aw_list li{
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	width:322px;
	float:left;
}
ul.recommenditem_2017aw_list li:first-child,ul.recommenditem_2017aw_list li:last-child{
	margin-left:0;
	margin-right:0;
}
ul.recommenditem_2017aw_list li a{
	display:block;
}
ul.recommenditem_2017aw_list li img{
	width:100%;
}

/*2017.11.08 add end*/
/*2018.04.23 add start*/
/*クーポン店舗検索導線*/
#fitting_btn-wrap{
  width: 100%;
  padding:30px 0;
}
#fitting_btn-wrap .foot-btn-wrap{
  width: 976px;
  margin:0 auto;

}
#fitting_btn-wrap .foot-column-2{
  margin-left: 0px /*-25px*/;
}
#fitting_btn-wrap .foot-column_item-2{
  float: left;
  margin-left: 25px;
  width: 438px;
  margin-right: 25px;
}

#fitting_btn-wrap .foot-column_item-2 a{
	padding-left: 24%;
}
#fitting_btn-wrap .foot-column_item-2:last-child a{
	padding-left:28%;
}

#fitting_btn-wrap .m-ticket-2{padding:20px 22px;}

#fitting_btn-wrap .foot-btncl-dblue{
  background-color: #122d6b;
}
#fitting_btn-wrap .foot-btncl-cred{
  background-color: #a27a5b;
}
#fitting_btn-wrap .foot-column_item-2 .foot-icon{
  font-size: 1em;
}
/*2018.04.23 add end*/

/*2020.12 add*/
.c-table__head{
    text-align: center;
}
