@charset "utf-8";

.sp{
	display:none;
}
@media screen and (max-width:798px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}
/*----------------------------------------------------------
 header login louout
-----------------------------------------------------------*/
.header_loginout_wrap{
	display: flex;
	flex-wrap: wrap;
	width: 4rem;
	justify-content: center;
	margin:10px 5px 0 ;
	position:relative;
	border:none !important;
}


.header_loginout_icon{
	width: 3rem;
	display: block;
	margin: 0 auto 1rem;
	font-size: 3rem;
}

.header_loginout_txt{
	display: block;
	text-align: center;
	width: 100%;
}

/*2016.9.13 add start*/
/*新商品部分のPC非表示*/
.pc_newitem_mens{display:none;}
/*2016.9.13 add end*/


/*-------------------------------------------
# title
--------------------------------------------*/
.m-title-xlarge{
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
}
.m-title-large{
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: bold;
}
.m-title-medium{
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: bold;
}
.m-title_read{
	font-size: 1.1rem;
	line-height: 1.45;
	color: #6e7590;
}
.m-title_underMargin .m-title_read{
	font-size: 1rem;
}
.m-title-center{
	text-align: center;
}
.m-title_underMargin{
	margin-bottom: 20px;
}
/*-------------------------------------------
# text
--------------------------------------------*/
.m-text-medium{
	font-size: 1.1rem;
	line-height: 1.3;
}
.m-text-small{
	font-size: .8rem;
	line-height: 1.3;
}
.m-text-small-5{
	display: inline-block;
	font-size: 10px;
	transform: scale(0.5);
	-webkit-transform:scale(0.5);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin-right: -6px;
	font-weight: bold;
}
.m-text-small-8{
	display: inline-block;
	font-size: 10px;
	transform: scale(0.8);
	-webkit-transform:scale(0.8);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin-right: -6px;
	font-weight: bold;
}
.m-text-small-9{
	display: inline-block;
	font-size: 10px;
	transform: scale(0.9);
	-webkit-transform:scale(0.9);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin-right: 0;
	font-weight: bold;
}
/*-------------------------------------------
# btn
--------------------------------------------*/
.m-btn,
input[type="submit"].m-btn,
button[type="submit"].m-btn{
	font-size: 1.3rem;
	border-radius: 4px;
	color: #fff;
	padding: 13px 0;
	display: block;
	text-align: center;
	width: 100%;
}
.m-btn_type-1,
input[type="submit"].m-btn_type-1,
button[type="submit"].m-btn_type-1{
	background: #000;
}
.m-btn_type-2,
input[type="submit"].m-btn_type-2,
button[type="submit"].m-btn_type-2{
	background: #004990;
}
/* 2016.06.30 add START */
.m-btn_type-2[disabled] ,
input[type="submit"].m-btn_type-2[disabled] ,
button[type="submit"].m-btn_type-2[disabled] {
	background: #9199c2;
}
/* 2016.06.30 add END */
.m-btn_type-3,
input[type="submit"].m-btn_type-3,
button[type="submit"].m-btn_type-3{
	/*background: #008f65;*/
    background: #3b7575;
}
.m-btn_type-4,
input[type="submit"].m-btn_type-4,
button[type="submit"].m-btn_type-4{
	background: none;
	border-width: 1px;
	border-style: solid ;
	border-color: rgba(255,255,255,0.5);
}
.m-btn_type-5,
input[type="submit"].m-btn_type-5,
button[type="submit"].m-btn_type-5{
	background: #6e7590;
}

.m-btn_type-6,
input[type="submit"].m-btn_type-6,
button[type="submit"].m-btn_type-6{
	background: #ffa0b6 !important;
}
.m-btn_type-7,
input[type="submit"].m-btn_type-7,
button[type="submit"].m-btn_type-7{
	background: #de1642 !important;
}

.m-btn_type-8,
.m-btn_type8,
input[type="submit"].m-btn_type-8,
button[type="submit"].m-btn_type-8{
	background: #666;
}

.m-btn_type-9,
input[type="submit"].m-btn_type-9,
button[type="submit"].m-btn_type-9{
	border: 1px solid #444;
    background: #fff;
    color: #000;
}
.m-btn-type-10,
.m-btn-type10,
input[type="submit"].m-btn_type-10,
button[type="submit"].m-btn_type-10{
    background: #e8e8e8;
    color: #000;
}
.m-btn-type-11,
input[type="submit"].m-btn_type-11,
button[type="submit"].m-btn_type-11{
    background: #444;
}


/*2018.02.20 add start*/
.m-btn_cartbuy,
input[type="submit"].m-btn_cartbuy,
button[type="submit"].m-btn_cartbuy{
	/*background: #000;*/
    background: #b59860;
}
.m-btn_cartbuy[disabled],
input[type="submit"].m-btn_cartbuy[disabled],
button[type="submit"].m-btn_cartbuy[disabled]{
    background: #bcbcbc;
}

.m-btn_cart_reserve,
input[type="submit"].m-btn_cart_reserve,
button[type="submit"].m-btn_cart_reserve{
	/*background: #008f65;*/
    background: #3b7575;
}
.m-btn_cart_reserve[disabled],
input[type="submit"].m-btn_cart_reserve[disabled],
button[type="submit"].m-btn_cart_reserve[disabled]{
	background: #70b5a1;
}
/*2018.02.20 add end*/
/* btn icon */
.m-btn .icon{
	vertical-align: middle;
}
.m-btn .m-icon-arrow_right,
.m-btn .m-icon-arrow_left{
	color: #fff;
	opacity: .5;
	vertical-align: middle;
}
.m-btn .m-icon-arrow_right{
	margin-left: 4px;
}
.m-btn .m-icon-arrow_left{
	margin-right: 7px;
}
.m-btn .m-icon-logout{
	font-size: 24px;
	margin-right: 10px;
	color: #fff;
	opacity: .4;
}
.m-btn .m-icon-favorite{
	font-size: 24px;
	margin-right: 7px;
	color: #fff;
	vertical-align: middle;
}
.m-btn_type-5 .m-icon-favorite{
	opacity: .4;
}

.m-btn-close{
	position: relative;
	border-radius: 120px;
	width: 18px;
	height: 18px;
	background-color: rgba(0,0,0,0.5);
}
.m-btn-close .m-icon{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.m-btn_type-9 .m-icon-arrow_left,
.m-btn_type-9 .m-icon-arrow_right,
.m-btn_type-10 .m-icon-arrow_left,
.m-btn_type-10 .m-icon-arrow_right {
    color: #000;
    opacity: 1;
}

/*-------------------------------------------
# link
-------------------------------------------*/
.m-link{
	font-size: 1.3rem;
	color: #1b95e0;
}

/*201708015 Add start*/
.m-link_coloronly{
	color: #1b95e0;
}
/*201708015 Add end*/

.m-link .m-icon{
	vertical-align: middle;
}
.m-link .m-icon-arrow_left,
.m-link .m-icon-arrow_right{
	font-size: 11px;
	color: #949bb7;
}
.m-link .m-icon-newwindow{
	font-size: 14px;
	margin-left: 5px;
	color: #949bb7;
}
/*-------------------------------------------
# dropdown
-------------------------------------------*/
.m-dropdown{
	position: relative;
	width: 100%;
	font-size: 1.3rem;
	text-align:-webkit-center;
	text-align: center;
	border: 1px solid #949bb7;
	border-radius: 4px;
	background: #fff;
}
.m-dropdown_label {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	padding: 10px 15px;
	width: 100%;
	z-index: 1;
	color: #222;
	background-image: url("../../img/icon/icon_arrow_down.png");
	background-repeat: no-repeat;
	background-position:right 7px center;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
}
/* 2016.07.26 add START */
.m-dropdown_label[disabled] {
	background-color: #c8c8d4;
}
/* 2016.07.26 add END */
.m-dropdown_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	width: 100%;
	border: none;
	opacity: 0;
	position: relative;
	z-index: 2;
}
.m-dropdown_select_size {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	width: 100%;
	border: none;
	z-index: 2;
}

.m-dropdown_select_time {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	width: 100%;
	border: none;
}


.m-dropdown_select:focus {
	z-index: -1;
	opacity: 1;
}
/*2016.10.17マイ店舗ドロップダウン用 START*/
.m-dropdown_select_2 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	width: 100%;
	border: none;
	position: relative;
	z-index: 2;
}
.m-dropdown_select_2:focus {
	z-index: -1;
	opacity: 1;
}
/*2016.10.17マイ店舗ドロップダウン用 END*/
/*----------------------------------------------------------
##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.3rem;
	color: #222;
}
/* 2016.07.19 add START */
.m-radio input[type="radio"] + label[disabled]{
	color: #6e7590;
}
/* 2016.07.19 add END */
@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: #de1642;
		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;
}
/* 2016.07.27 add START */
.m-checkbox_line1 input[type=checkbox] + label{
	font-size: 1.3rem;
	line-height: 1.3;
}
/* 2016.07.27 add END */
.m-checkbox_line2 input[type=checkbox] + label{
	font-size: 1.3rem;
	line-height: 1.3;
}
@media (min-width: 1px) {
	.m-checkbox input[type=checkbox] {
		display: none;
		margin: 0;
	}
	.m-checkbox input[type=checkbox] + label {
		padding: 0 0 0 24px;
	}
	.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;
	}
	.m-checkbox input[type=checkbox] + label::before {
		border: 1px solid #c6c6ca;
		border-radius: 3px;
	}
	.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);
	}
	.m-checkbox_line2 input[type=checkbox] + label::before {
		margin-top: -16px;
	}
	.m-checkbox_line2 input[type=checkbox]:checked + label::after {
		margin-top: -11px;
	}
}
/*-------------------------------------------
# label
-------------------------------------------*/
.m-label{
	border-radius: 4px;
	padding: 0 6px;
	height: 16px;
	color: #fff;
	margin-left: 10px;
	font-weight: bold;
	display: inline-block;
}
.m-label-red{
	background: #de1642;
}
.m-label-blue{
	background: #004990;
}
.m-label_text{
	line-height: 1;
}
.m-label_wrap{
	letter-spacing: -.4em;
	text-align: left;
}
.m-label_product{
	display: inline-block;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	letter-spacing: normal;
	font-size: 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;
}
/*-------------------------------------------
# tab
--------------------------------------------*/
.m-tab{
	-webkit-user-select: none;
	display: block;
	overflow-y: hidden;
	padding: 0;
	position: relative;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
}
.m-tab_list{
	letter-spacing: -.4em;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	border-top: 1px solid #e0e0e7;
	border-bottom: 1px solid #e0e0e7;
}
.m-tab_item{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 6px;
	padding: 14px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	font-size: 1.3rem;
}
.m-tab_item-blue{
	color: #1b95e0;
}
.m-tab_item-pink{
	color: #ff91b9;
}

/*---------------------------------------------
# header
---------------------------------------------*/
/* 2016.09.24 add START */
.m-header_left {
	float: left;
}
.m-header_right {
	float: right;
	display: table;
}
/* 2016.09.24 add END */
/* app info */
.m-appinfo_btn-close{
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 10px;
	margin-top: -9px;
}
/* 2016.09.24 edit START */
/* header red */
.m-header-red{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	background: #de1642;
	overflow: hidden;
}
/* 2016.09.24 edit END */
.m-logo{
	/*box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);*/
}
.m-tickerText img{
	width: 408px;
	height: 15px;
}
/* header blue */
.m-header-blue{
	background: #122d6b;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
	border-top:4px solid #de1642;
}
/* header white */
.m-header-white{
	overflow: hidden;
	background: #fff;
}
.m-header_user{
	float: left;
	color: #6e7590;
	padding: 3px 10px;
}
.m-header_user-bold{
	font-weight: bold;
	color: #000;
	margin-right: 5px;
}
.m-header_point{
	/* 2016.09.24 edit START */
	display: table-cell;
	vertical-align: middle;
	/* 2016.09.24 edit END */
	color: #6e7590;
	padding: 3px 10px;
}
.m-header_point-red{
	color: #de1642;
	margin-right: 5px;
}
/* 2016.09.24 add START */
.m-header_coupon {
	display: table-cell;
	border-collapse: separate;
	border-spacing: 5px 0;
	margin: 3px 10px;
	vertical-align: middle;
	padding: 4px 0 0;
}
.m-header-white .m-header_coupon {
	padding: 2px 0;
}
.m-coupon_applied {
	font-weight: bold;
	border: 1px solid #cc0000;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.m-dmCoupon_applied {
	background: #fff none repeat scroll 0 0;
	border-color: #cc0000;
	color: #cc0000;
}
/* 2016.09.24 add END */
/* nav */
.m-nav_list{
	/*padding-top: 6px;*/
}
.m-nav_item{
	color: #fff;
	text-align: center;
	float: left;
    width: 21%;
}
.m-nav_text{
	color: #aeb9e0;
	line-height: 1;
	/*margin-right: -7px;*/
	margin-right: -16px;
	display: block;
}
.m-nav_icon{
	padding-top: 6px;
	font-size: 23px;
	height: auto;
}
.m-nav_icon:before{
	line-height: 1;
}
/* menu */
.m-menu{
	background: #004990;
	position: relative;
	width: 44px;
	height: 44px;
	cursor: pointer;
}
.m-menu .m-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 28px;
	color: #fff;
}

.l-menu .m-menu .m-icon{
	top: 40%;
}

.l-menu .m-menu .m-nav_text{
	position: absolute;
	top: 32px;
	left: 5px;
}


.m-menu .m-icon-close{
	display: none;
}
/* toggle */
.m-toggle_wrap{
/*	padding-top: 72px;*/
/*	background: #fff;*/
	background-color: rgba(0,0,0,0.8);
	height: 1000px;
	overflow-y: scroll;
	display: none;
}
.m-header_toggle_top{
	padding: 16px 12px;
	background: #fff;
}
.m-header_toggle_under .m-category_list{
	background: #fff;
}
.m-toggle_space{
	height: 72px;
	background: #fff;
}
.m-toggle_search{
	margin-bottom: 16px;
}
/* search */
.m-search{
	display: flex;
}
.m-search_text{
	flex: 1;
	height: 40px;
}
.m-search_btn{
	position: relative;
	width: 56px;
	height: 40px;
	margin-left: 9px;
}
.m-search_btn .m-icon-search{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 22px;
}
/* input */
.m-input_text{
	width: 100%;
	border: 1px solid #949bb7;
	border-radius: 4px;
	padding: 10px;
	font-family: inherit;
	color: #222;
	box-shadow: inset rgba(148,155,183,0.2) 2px 2px 4px;
}
/* 2016.07.19 add START */
.m-input_text[disabled]{
	background-color: #c8c8d4;
}
/* 2016.07.19 add END */
.m-input_text-right{
	text-align: right;
}
/*-------------------------------------------
# textarea
-------------------------------------------*/
.m-textarea{
	width: 100%;
	min-height: 147px;
	border: 1px solid #949bb7;
	border-radius: 2px;
	padding: 10px;
	font-family: inherit;
	color: #222;
	-webkit-box-shadow: inset rgba(148,155,183,0.2) 2px 2px 4px;
	box-shadow: inset rgba(148,155,183,0.2) 2px 2px 4px;
}
/* ticket */
.m-ticket{
	background: #004990;
	color: #fff;
	display: table;
	padding: 12px;
	width: 100%;
	min-height: 60px;
}
.m-ticket_icon{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.m-ticket_icon .m-icon:before{
	line-height: 1;
}
.m-ticket_icon .m-icon-shopsearch{
	font-size: 24px;
}
.m-ticket_icon .m-icon-coupon{
	font-size: 24px;
}
.m-ticket_icon .m-icon-productsearch{
	font-size: 27px;
}
.m-ticket_icon .m-icon-history{
	font-size: 25px;
}
.m-ticket_text{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 9px;
}
.m-ticket_text-large{
	font-weight: bold;
	font-size: 1.3rem;
}

/* subnav */
.m-subnav_list{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: -12px;
	padding-right: 12px;
}
.m-subnav_item{
	float: left;
	width: 50%;
	margin-right: 12px;
	margin-bottom: 12px;
}
.m-subnav_item:nth-child(2n){
	margin-right: -12px;
}

/* category */
.m-category_list{
	border-bottom: 1px solid #e0e0e7;
}
.m-category_item{
	font-size: 1.3rem;
	border-bottom: 1px solid #e0e0e7;
	color: #6e7590;
}
.m-category_item:last-child{
	border: none;
}
.m-category_item a {
	display: block;
}
.m-category_item-top{
	border-top: 1px solid #d1d2dd;
}
.m-category_item-mens{
	border: none;
}
.m-category_item-ladies{
	border: none;
}
.m-category_icon{
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translate(-50%,0);
	color: #949bb7;
}
.m-category_icon.m-icon-arrow_up{
	display: none;
}
.m-category_text{
	position: relative;
	padding: 10px 12px;
}
.m-category_text-mens{
	background: #004990;
	color: #fff;
	border-bottom: none;
}
.m-category_text-ladies{
	background: #ff6a8d;
	color: #fff;
	border-bottom: none;
}
.m-category_text-service{
	background: #e0e0e7;
	border-bottom: 1px solid #d1d2dd;
	color: #222;
}
.m-category_text-page{
	background: #f0f0f2;
	color: #222;
}
.m-catgory_inner_wrap{
	padding-left: 12px;
}
.m-category_inner_title{
	padding: 8px 12px;
	border-bottom: 1px solid #e0e0e7;
	font-weight: bold;
}
.m-category_inner_title-blue{
	color: #004990;
}
.m-category_inner_title-pink{
	color: #f36096;
}
.m-category_inner_title-only{
	border:none;
}
.m-category_inner_title > a {
	font-weight: inherit;
}
/* toggle btn */
.m-toggle_overlay{
	/*background-color: rgba(0,0,0,0.8);*/
	padding: 15px;
}
.m-toggle_btn{
	width: 80%;
	margin: auto;
}
.m-toggle_btn_icon{
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
	opacity: .5;
}
/* badge */
.m-badge{
	position: relative;
}
.m-badge_inner{
	position: absolute;
	top: -2.1rem;
	right: -0.5rem;
	z-index: 2;
	background: #de1642;
	padding: 0.2rem 0.5rem 0 0.6rem;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	border-radius: 100%;
}
.m-badge_text {
	font-size: 1.1rem;
	color: #fff;
}
/* footer */
.m-footer{
	background: #fff;
}
.m-footerbottom{
	background: #10172e;
}
/* copyrigth */
.m-copyright{
	text-align: center;
	padding: 14px 20px;
	border-top: 1px solid #282f43;
	border-bottom: 1px solid #282f43;
}
.m-copyright_logo img{
	width: auto;
	height: 71px;
}
.m-copyright_text{
	color: #6e7590;
	margin-top: 15px;
	/*margin-right: -32px;*/
}
/* sns circle */
.m-share_group{
	width: 221px;
	margin: 0 auto;
	padding: 8px 0;
}
.m-share_title{
	font-size: 1.3rem;
	color: #6e7590;
	display: table-cell;
	vertical-align: middle;
}
.m-share_list{
	display: table-cell;
	vertical-align: middle;
}
.m-share_item{
	float: left;
	margin-left: 20px;
}
.m-sns_circle{
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 120px;
	color: #fff;
}
.m-sns_circle-twitter{
	background: #55acee;
	font-size: 17px;
}
.m-sns_circle-facebook{
	background: #3a5795;
	font-size: 20px;
}
.m-sns_circle-google{
	background: #dd4b39;
	font-size: 20px;
}
.m-sns_circle .m-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/* pc link */
.m-footer_pclink{
	padding: 16px 0 15px;
	text-align: center;
}
.m-footer_pclink_text{
	color: #fff;
	font-size: 1.3rem;
}
.m-footer_pclink_icon{
	font-size: 20px;
	margin-right: 13px;
	vertical-align: middle;
}
.m-content{
	padding: 18px 0;
}
.m-content-gray{
	background: #e0e0e7;
}
.m-content-white{
	background: #fff;
}
.m-content_inner-white{
	background: #fff;
	padding: 20px 12px;
	margin-bottom: 20px;
}
.m-content_inner-white:last-child{
	margin-bottom: 0;
}
.m-content_space{
	padding-left: 12px;
	padding-right: 12px;
}
.m-content_space_img{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom:10px;
}
.m-content_product_list{
	padding: 6px 0;
}

/* web icon */
.m-price_webicon{
	margin-right: 5px;
	width: auto;
	height: 16px;
}

/* product */
.m-product_media{
	display: flex;
}
.m-product_img{
	margin-right: 13px;
	width: 63px;
}
.m-product_img img{
	border: 1px solid #e0e0e7;
	width: auto;
	height: 71px;
}
.m-product_text_group{
	flex: 1;
}
.m-product_brand{
	line-height: 1.3;
	font-size: 1.3rem;
	font-weight: bold;
}
.m-product_name{
	line-height: 1.3;
	font-size: 1.3rem;
	font-weight: bold;
	color: #1b95e0;
}
.m-product_num{
	margin-top: 3px;
	color: #6e7590;
}

/* order */
.m-order_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 8px 20px;
}
.m-order_item{
	position: relative;
	width: 91px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	padding: 7px 0;
}
.m-order_item:last-child{
	padding-left: 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: -10px;
	position: absolute;
	width: 0;
	border-left-color: #fff;
}
.m-order_item:last-child:after{
	border: none;
}
.m-order_wrap{
	border: 1px solid #e0e0e7;
/*
	border-left: 1px solid #e0e0e7;
	border-right: 1px solid #e0e0e7;
*/
}
.m-order_title{
	margin-bottom: 17px;
}
.m-order_product_title{
	background: #f0f0f2;
	border-bottom: 1px solid #e0e0e7;
	font-weight: bold;
	padding: 12px;
	font-size: 1.3rem;
}
.m-order_product_title-bold{
	font-weight: bold;
}
.m-order_product_data{
	padding: 12px;
	border-bottom: 1px solid #e0e0e7;
	font-size: 1.3rem;
}
.m-order_detail_price{
	margin-top: 17px;
}
.m-order_text-right{
	text-align: right;
}
.m-order_product_title-left{
	float: left;
}
.m-order_product_title-right{
	float: right;
}
.m-order_text_column{
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.m-order_total{
	margin-top: 12px;
}
.m-order_select{
	margin-bottom: 10px;
}
/*------------------------------------------------------
bar
-------------------------------------------------------*/
.m-bar{
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	padding: 5px 0;
	font-weight: bold;
}
.m-bar_type-1{
	background: #de1642;
}
.m-bar_type-2{
	background: #004990;
}
.m-bar_type-3{
	background: #ffa0b6;
}
.m-bar_type-4{
	background: #000;
}

/*2016.9.12 add start*/
.m-bar_type-5{
    /*background: #008f65;*/
    background: #3b7575;
    margin-bottom:20px;
}

/*2016.9.12 add end*/
/* box */
.m-box{
	box-shadow: 0px 2px 4px -3px rgba(0,0,0,0.3);
}
.m-box_body{
	background: #fff;
}
.m-barAndPanel{
	margin-bottom: 12px;
}
/*---------------------------------------------------
thunbnail text
----------------------------------------------------*/
.m-thunbText{
	position: relative;
	width: 100%;
	display: block;
}
.m-thumbText_text{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 1px;
}
.m-thumbText_caption{
	margin-top: 3px;
	font-size: 1.0rem;
	text-align: center;
}
.m-thumbText_captionText{
	font-size: 1.1rem;
	text-align: center;
}
.m-thumbText_captionTitle{
	font-weight: bold;
}
.m-thumbText_captionText{
	color: #6e7590;
}
.m-thumbText_captionText-small{
	margin-top: 3px;
}
/*---------------------------------------------------
circle btn
-----------------------------------------------------*/
.m-circle_btn{
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: #fff;
	border-radius: 120px;
}
.m-circle_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 28px;
	color: #004990;
}
.m-circle_text{
	margin-top: 8px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}
.m-circle_icon.m-icon-quickdelivery{
	margin-left: -3px;
}
.m-circle_icon.m-icon-discountticket{
	margin-left: -2px;
}
/*---------------------------------------------------
card
-----------------------------------------------------*/
.m-card{
	position: relative;
	width: 120px;
	display: block;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
}

/*2016.10.21 add Strat*/
#bargain_image_list .m-card{
	position: relative;
	width: 130px;
	display: block;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
	margin:0 auto;
}

/*2016.10.21 add end*/

.m-card_rankingWrap{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 22px;
	height: 22px;
}
.m-card_ranking {
	color: #fff;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	left: 47%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.m-card_rankingWrap-mens {
	background: #004990;
	border-radius:30px;
}
.m-card_rankingWrap-ladies {
	background: #f36096;
	border-radius:30px;
}
.m-card_caption{
	background: #fff;
	padding: 5px;
}
.m-card_captionProductWrap{
	margin-bottom: -2px;
	min-height:51px;
}
.m-card_captionShop{
	word-wrap: break-word;
	width: 138px;
	font-weight: bold;
}
.m-card_captionProduct{
	width: 138px;
	font-weight: bold;
	color: #1b95e0;
}
.m-priceBlock_text{
	width: 138px;
	color: #6e7590;
}
.m-priceBlock_futura{
	vertical-align: baseline;
}
.m-text-tax{
	display: inline-block;
	font-size: 10px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin-right: -6px;
	margin-bottom: -2px;
	vertical-align: bottom;
	font-weight: bold;
}
.m-priceBlock_inner{
	margin-top: -2px;
}
.m-priceBlock_inner img{
	display: inline-block;
}
.m-priceBlock_icon{
	width: 24px;
	margin-right: 3px;
}
.m-priceBlock-red{
	display: inline-block;
	color: #de1642;
}
.m-priceBlock_price{
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
}
.m-priceBlock_yen{
	margin-left: 2px;
	margin-bottom: -4px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	font-weight: bold;
}
.m-priceBlock_taxout{
	position: absolute;
	top: -9px;
	left: 0;
	width: 30px;
}
/* 2016.07.06 add START */
.m-priceBlock_soldout{
	margin-left: 2px;
	margin-bottom: -4px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	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: 180px;
}
/* 2016.09.24 add END */

/* panel */
.m-panel{
	position: relative;
	width: 120px;
	display: block;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
}


/* carl */
.js-carousel {
	position: relative;
	overflow: hidden;
}

.js-carousel_item {
	width: 120px !important;
}
.js-carousel .bx-viewport{
	padding: 0 12px;
}
.m-card_carousel .bx-viewport{
	height: 240px !important;
}

.rankingBox .m-card_carousel .bx-viewport{
	height: 155px !important;
}

.m-carWrap{
	position: relative;
}
.m-carPrev{
	position: absolute;
	width: 25px;
	height: 39px;
	top: 50%;
	left: 0;
	margin-top: -12px;
	background: url("../../img/slider/slider_prev.png") no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.m-carNext{
	position: absolute;
	width: 25px;
	height: 39px;
	top: 50%;
	right: -1px;
	margin-top: -12px;
	background: url("../../img/slider/slider_next.png") no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}

/* pagetop */
.m-pagetop {
	position: fixed;
	bottom: 12px;
	right: 12px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.5);
	width: 40px;
	height: 40px;
	z-index:2147483649;
}
.m-pagetopIcon {
	font-size: 1.6rem;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.m-pagetopIcon:before{
	line-height: 1;
}
.m-check_carousel{
	background: #fff;
}
.m-check_carousel .bx-viewport{
	height: 132px !important;
	padding: 12px;
}
.m-check_carousel .carousel_item{
	width: 80px !important;
}

.m-panel_carousel .bx-viewport{
	height: 164px !important;
}


.js-carousel{
	display: none;
}
.m-modal_overlay{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
}
/*--------------------------------------------
sale media
---------------------------------------------*/
.m-sale_item{
	padding: 12px 0;
	border-bottom: 1px solid #949bb7;
}
.m-sale_media{
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.m-sale_media_text_group{
	-webkit-flex: 1;
	flex: 1;
	padding-right: 20px;
}
.m-sale_media_title{
	font-weight: bold;
}
.m-sale_media_text{
	color: #6e7590;
}
.m-sale_media_arrow{
	position: absolute;
	top: 50%;
	right: 0;
}
.m-sale_madia_img{
	width: 80px;
	margin-right: 10px;
}
/* custom selectの独自クラス */
.customSelect {
	border-radius: 4px;
	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;
	width: 100%;
	padding: 10px 15px;
}

.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;
}


/*スマホ版MODALSTOCK用 add start*/
.selectMedium_stock {
font-size: 1.1rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 48%;
height:32px;
padding: 6px 20px 6px 6px;
opacity: 1;
border: solid 1px #949bb7;
border-radius: 4px;
box-shadow: inset rgba(148,155,183,0.2) 2px 2px 4px;
}

/* table type1 */

.m-table_type-1 {
	width: 100%;
}
.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;
}

/*productarea*/

.product_area_img{width: 50%;margin:0 50px;}

.product_area .product_media-left {
    display: inline-block;
}

.product_area .product_media-right {
    display: inline-block;
	}

.product_shop {
    font-weight: bold;
    font-size: 1.3rem;
}

.product_name {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
}

.product_area ul.product_data-list {
    max-width: 339px;
    margin-top: 15px;
    letter-spacing: -1em;
}

.product_area .product_data-list li {
    display: inline-block;
    border: solid 1px #ccc;
    border-collapse: collapse;
    margin-bottom: 5px;
    padding: 5px;
    letter-spacing: normal;
}

.product_area .product_data-list li.product_head {
    background: #ccc;
    width: 80px;
}

.product_area .product_data-list li.product_data {
    width: 100%;
}

.product_area .product_data-list li.product_head {
    background: #ccc;
    width: 80px;
}

.m-btn-type1 {
    background: #000;
}
.m-btn-large {
    font-size: 1.3rem;
    padding: 17px 0;
}
.m-btn .m-icon-favorite {
    font-size: 22px;
    padding-right: 6px;
    vertical-align: middle;
}
.qr_area {
    border: medium double rgb(68, 68, 68);
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;

}

.qr_area .qr_media-left {
    display: inline-block;
    vertical-align: top;
    width: 120px;
}
.qr_area .qr_media-right {
    display: inline-block;
    width: 188px;
}


.btn_area_stocksearch li {
    display: inline-block;
    margin-bottom: 15px;
	width:100%;
}


/*スマホ版MODALSTOCK用 add end*/

/*2016.10.24 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;
}

.m-priceBlock-red_bargain{
	display: inline-block;
	color: #de1642;
	margin-top:10px;
}

#bargain_image_list .sale_item{
vertical-align:top;
}

#bargain_image_list .carousel_item{
	width: 100% !important;
}

#bargain_image_list .js-carousel_item_bargain {
	width: 100% !important;
	margin-bottom:5px;
}

#bargain_image_list .m-priceBlock_yen {
	vertical-align: baseline;
    padding-top: 1px !important;
}
#bargain_image_list .m-card_captionText-red_small {
	vertical-align: baseline;
}

/*お買い得情報追記*/
#bargain_image_list .sale_item{
	padding: 12px 0;
	border-bottom:none !important;
	display:inline-block;
	width:49%;
}

/*2016.10.24 add end*/
/*2016.12.08 add start*/
.m-card_rankingWrap123 {
	position: absolute;
	top: 5px;
	left: 5px;
}
.m-card_rankingWrap123 img{
	width: 40%;
}
/*2016.12.08 add end*/
/*新着商品用css 12.14 add start*/
.rankingBox .js-carousel_item, .rankingBox .m-hover_wrap, .rankingBox .m-card{width:105px !important; }
.rankingBox .m-priceBlock{margin-top:5px;}
.rankingBox .m-priceBlock_icon{width:20px !important;}
.rankingBox .m-card_carousel .bx-viewport{height:150px !important;}
.rankingBox .m-text-small-8{transform: scale(0.7); -webkit-transform:scale(0.7);}
.sp_ranking_linkbtn{width: 50%;text-align: center;font-size: 0.9rem;padding: 5px;margin:0 auto;}
.sp_ranking_linkbtn_ladies{margin-bottom:20px;}
.sp_ranking_linkbtn_mens{margin-bottom:20px;}
.updatedata_size{font-size: 0.9rem;}
/*新着商品用css add end*/
/*l_index切り離しによる追加クラス add start 2016.12.16*/
#bargain_image_list_ladies .sale_item , #outlet_image_list_ladies .sale_item{width: 50%; float: left; padding:3% 0 0;border-bottom:none;}
#bargain_image_list_ladies .sale_item:nth-child(2n) , #outlet_image_list_ladies .sale_item:nth-child(2n){margin-right: 0;}
#bargain_image_list_ladies .sale_item .m-hover_wrap , #outlet_image_list_ladies .sale_item .m-hover_wrap{ width: 93%; margin:0 auto; }

#bargain_image_list_ladies .m-card , #outlet_image_list_ladies .m-card{width: 100%;}
#bargain_image_list_ladies .m-bar , #outlet_image_list_ladies .m-bar{
    color: #000;
    background: none;
    border-bottom: solid 1px #bbb;
    font-size: 1.3em;
}
/*l_index切り離しによる追加クラス add end 2016.12.16*/
/*banner設置用クラス20161226*/
.banner_btn{
	clear:both;
}
.banner_btn a.btn_img{
    float: left;
    width: 33.333%
}
.banner_btn a.btn_img2 {
    float: left;
    width:50%;
}
/*indexコンテンツ変更に伴う追加クラス 2017.01.20*/
#bargain_image_list_mens .sale_item , #outlet_image_list_ladies .sale_item{width: 50%; float: left; padding:3% 0 0;border-bottom:none;}
#bargain_image_list_mens .sale_item:nth-child(2n) , #outlet_image_list_mens .sale_item:nth-child(2n){margin-right: 0;}
#bargain_image_list_mens .sale_item .m-hover_wrap , #outlet_image_list_mens .sale_item .m-hover_wrap{ width: 93%; margin:0 auto; }

#bargain_image_list_mens .m-card , #outlet_image_list_mens .m-card{width: 100%;}
#bargain_image_list_mens .m-bar , #outlet_image_list_mens .m-bar,
.m-content_space .masthead .m-bar
{
    color: #000;
    background: none;
    border-bottom: solid 1px #bbb;
    font-size: 1.3em;
}
/*indexコンテンツ変更に伴う追加クラス 2017.01.20*/


/*クーポン店舗検索導線*/
.bg_whi_wrap{
	width:100%;
	background:#fff;
	padding-top:5px;
	padding-bottom:30px;
}

#coupon_linkbtn_wrap{
	width: 90%;
	margin:30px auto 0;
}
#coupon_linkbtn_wrap .btn-icon{
	font-size: 20px;
    padding-right: 10px;
}
#coupon_linkbtn_wrap .flex-btn{
	display: flex;
	align-items: center;
	justify-content:center;
}
#coupon_linkbtn_wrap .m-btn-red{
	background-color: #de1642;
    margin-bottom: 10px;
}
#coupon_linkbtn_wrap .m-btn-blue{
	background-color: #122d6b;
}
/*クーポン店舗検索導線 END*/

/*2017.5.12 wwsバナーを独立させる目立たせるstart*/

.ban_top_wws_m{
	font-size:0;
	background: #004890;
	border: solid 1px #004890;
}

.ban_top_wws_m li{
	display:inline-block;
	width:33.3%;
}
.ban_top_wws_l li{
	float:left;
	width:50%;
}
/*wwsバナーを独立させる目立たせるend*/
/*2017.07.01add*/
#product_relation_items .m-priceBlock_inner img {
    display: inline-block;
    width: 20px;
}


/* 20170809 add breadcrumb用 start */
.m-breadcrumb {
	padding:5px 0;
}

.m-breadcrumb_list {
	letter-spacing: -.4em;
}

.m-breadcrumb_item {
	font-size: 0.9rem;
	color: #004990;
	display: inline-block;
	letter-spacing: normal;
	padding-top:2px;
	padding-bottom:2px;
}

.m-breadcrumb a.m-link{
	font-size: 0.9rem;
}

.m-breadcrumb_item:not(:first-child):before {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
	color: #004990;
}


.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: 5px;
}

/* 20170809 add breadcrumb用 end */


/*2017.10.12 start add*/
.newicon_pos{
	position:absolute;
	width:30%;
	height:30%;
	top:0;
	left:0.5%;
	display:block;
}
/*2017.10.12 end add*/

/*2017.10.17 start add*/
.m-label_new{
	position:absolute;
	border-radius:4px;
	color:#fff;
	font-weight:bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	right:5px;
}
/*2017.10.17 end add*/
/*2018.4.26 start add*/

#fitting_linkbtn_wrap {
    width: 90%;
    margin: 30px auto 0;
}
#fitting_linkbtn_wrap .flex-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
#fitting_linkbtn_wrap .ticket_item{
	width: 48%;
	margin-right: 4%;
	float: left;
}
#fitting_linkbtn_wrap .ticket_item:last-child{
	margin-right: 0;
}
#fitting_linkbtn_wrap .ticket_item .m-btn-half{
	line-height: 1.3;
	font-size: 13px;
	padding-left: 8px;
}
#fitting_linkbtn_wrap .ticket_item:last-child .m-btn-half{
	padding-left: 14px;
}
#fitting_linkbtn_wrap .m-btn-blue {
    background-color: #122d6b;
}
#fitting_linkbtn_wrap .m-btn-brown {
    background-color: #a27a5b;
}
#fitting_linkbtn_wrap .btn-icon {
    font-size: 20px;
    padding-right: 10px;
}
/*2018.4.26 start add*/

#recommend_view .m-check_carousel .bx-viewport {
	height: 110px !important;
}


/***▼iCON***/
@font-face {
	font-family: "icon";
	src: url( "../../icon/icon.eot" );
	src: url( "../../icon/icon.eot?#iefix" ) format( "eot" ),
		url( "../../icon/icon.woff" ) format( "woff" ),
		url( "../../icon/icon.ttf" ) format( "truetype" ),
		url( "../../icon/icon.svg#icon" ) format( "svg" );

	font-weight: normal;
	font-style: normal;
}
.m-icon{
	font-family: "icon";
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.m-icon:after, .m-icon:before{
	display: block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	line-height: 0;
}

.m-icon-arrow_left:before { content: "\E002" }
.m-icon-arrow_right:before { content: "\E003" }

.m-icon-campaign:before { content: "\E005" }
.m-icon-card:before { content: "\E006" }
.m-icon-cart:before { content: "\E007" }
.m-icon-check_fill:before { content: "\E008" }
.m-icon-check_outline:before { content: "\E009" }
.m-icon-clear:before { content: "\E00A" }
.m-icon-close:before { content: "\E00B" }
.m-icon-concierge:before { content: "\E00C" }
.m-icon-coupon:before { content: "\E00D" }
.m-icon-delete:before { content: "\E00E" }
.m-icon-delivery:before { content: "\E00F" }
.m-icon-direction:before { content: "\E010" }
.m-icon-discountticket:before { content: "\E011" }
.m-icon-eco:before { content: "\E012" }
.m-icon-facebook:before { content: "\E013" }
.m-icon-favorite:before { content: "\E014" }
.m-icon-fitting:before { content: "\E015" }
.m-icon-flyer:before { content: "\E016" }
.m-icon-giftcard:before { content: "\E017" }
.m-icon-googleplus:before { content: "\E018" }
.m-icon-guide:before { content: "\E019" }
.m-icon-history:before { content: "\E01A" }
.m-icon-home:before { content: "\E01B" }
.m-icon-listview:before { content: "\E01C" }
.m-icon-login:before { content: "\E01D" }
.m-icon-logout:before { content: "\E01E" }
.m-icon-mail:before { content: "\E01F" }
.m-icon-menu:before { content: "\E020" }
.m-icon-minus:before { content: "\E021" }
.m-icon-minus_fill:before { content: "\E022" }
.m-icon-minus_outline:before { content: "\E023" }
.m-icon-mobile:before { content: "\E024" }
.m-icon-mypage:before { content: "\E025" }
.m-icon-mysize:before { content: "\E026" }
.m-icon-pagetop:before { content: "\E028" }
.m-icon-parking:before { content: "\E029" }
.m-icon-pc:before { content: "\E02A" }
.m-icon-phone:before { content: "\E02B" }
.m-icon-plus:before { content: "\E02C" }
.m-icon-plus_fill:before { content: "\E02D" }
.m-icon-plus_outline:before { content: "\E02E" }
.m-icon-point:before { content: "\E02F" }
.m-icon-print:before { content: "\E030" }
.m-icon-productsearch:before { content: "\E031" }
.m-icon-quickdelivery:before { content: "\E032" }
.m-icon-search:before { content: "\E033" }
.m-icon-sewing:before { content: "\E034" }
.m-icon-shop:before { content: "\E035" }
.m-icon-shopsearch:before { content: "\E036" }
.m-icon-stocksearch:before { content: "\E037" }
.m-icon-thumbnailview:before { content: "\E038" }
.m-icon-tpoint:before { content: "\E039" }
.m-icon-twitter:before { content: "\E03A" }
.m-icon-uniform:before { content: "\E03B" }
.m-icon-wheelchair:before { content: "\E03C" }
.m-icon-wws:before { content: "\E03D" }
.m-icon-zoomin:before { content: "\E03E" }
.m-icon-zoomout:before { content: "\E03F" }

/* 取り置きアイコン add start*/
@font-face {
  font-family: 'icon';
  src:  url('../../icon/icon-torioki.eot'); 
  src:  url('../../icon/icon-torioki.eot?#iefix') format('eot'),
    url('../../icon/icon-torioki.ttf') format('truetype'),
    url('../../icon/icon-torioki.woff') format('woff'),
    url('../../icon/icon-torioki.svg#icon-torioki') format('svg');
  font-weight: normal;
  font-style: normal;
}

.m-icon-torioki:before { content: "\e900"; font-size: 66px;}
.m-icon-torioki_detail:before { content: "\e900";font-size: 25px; position: absolute;margin-left: -35px;margin-top: -5px;margin-right:5px;}
.m-icon-torioki_detail2:before { content: "\e900";font-size: 25px; position: absolute;margin-left: -35px;margin-right:5px;}

.iconred {
    background-color: #de1642 !important;
}
.iconblue {
    background-color: #004990 !important;
}
/* 取り置きアイコン add end*/

/* 後払いアイコン add start*/
@font-face {
  font-family: 'icon';
  src:  url('../../icon/icon-atobarai.eot'); 
  src:  url('../../icon/icon-atobarai.eot?#iefix') format('eot'),
    url('../../icon/icon-atobarai.ttf') format('truetype'),
    url('../../icon/icon-atobarai.woff') format('woff'),
    url('../../icon/icon-atobarai.svg#icon-atobarai') format('svg');
  font-weight: normal;
  font-style: normal;
}

.m-icon-atobarai:before { content: "\e910"; font-size: 60px;}
/***▲iCON***/

.order10w{
	width:10%;
}
.order20w{
	width:20%;
}
.order30w{
	width:30%;
}
.order40w{
	width:40%;
}
.order50w{
	width:50%;
}
.order60w{
	width:60%;
}
.order70w{
	width:70%;
}
.order80w{
	width:80%;
}
.order90w{
	width:90%;
}
.order100w{
	width:100%;
}

.d_block{
	display:block;
}
.d_flex{
	display:flex;
}
.d_flex_wrap{
	flex-wrap:wrap;
}
.raiten_tbl{
	border-collapse:collapse;
	border-bottom:1px solid #dedede;
}
.raiten_tbl th,.raiten_tbl td{
	text-align: left;
	padding: 0.5rem 1.5rem;
}
.raiten_tbl td{
	font-size:1.1rem;
}
.input_raiten{
	padding:0.6rem;
	border-radius:4px;
	-webkit-appearance: none;
	border:1px solid #dedede;
}
.login_wrap{
	padding:100px 0 50px;
}
.mt2{
	margin-top:2%;
}
.mt4{
	margin-top:4%;
}
.mt5{
	margin-top:5%;
}
.mb2{
	margin-bottom:2%;
}
.mb4{
	margin-bottom:4%;
}
.mb5{
	margin-bottom:5%;
}
/**FQA**/
#aoyama .qa_title_wrap{
	color:#044990;
}
#tsc .qa_title_wrap{
	color:#444;
}
.qa_cont_wrap{
	font-size:1.3rem;
	line-height:1.8rem;
}
.qa_cont_wrap .l-side_main,.qa_cont_wrap .m-title-underMargin{
	box-sizing:border-box;
	padding:2%;
}
.qa_cont_wrap .m-side_nav_list_inner{
	box-sizing:border-box;
	padding:1%;
	font-size:1.4rem;
	font-weight:bold;
}
.qa_cont_wrap .m-title-read m-title-left{
	font-size:1.2rem;
}
.qa_cont_wrap .is-disno{
	display:none;
}
.qa_cont_wrap .m-side_nav_item_inner{
	font-size:1.4rem;
	line-height:2rem;
	font-weight: bold;
}
.qa_cont_wrap .faq_list dt{
	margin:10px 0;
	font-weight:bold;
	display:block;
	text-align:left;
	position:relative;
	padding:0 2.5rem;
}
.qa_cont_wrap .faq_list dd{
	display:block;
	text-align:left;
	position:relative;
	padding:0 2.5rem;
}
.qa_cont_wrap .faq_list dt:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "Q.";
	color: #004990;
	font-size: 1.6rem;
	font-weight: bold;
}
.qa_cont_wrap .faq_list dd:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "A.";
	color: #de1642;
	font-size: 1.6rem;
	font-weight: bold;
}
#aoyama .qa_cont_wrap .faq_list dt{
	color:#044990;
}
#tsc .qa_cont_wrap .faq_list dt{
	color:#444;
}
#aoyama .m-mensSuit_side_nav_toggleBtn{
	background:#044990;
	color: #fff;
	box-sizing:border-box;
	padding: 2% 1%;
}
#tsc .m-mensSuit_side_nav_toggleBtn{
	background:#666;
	box-sizing:border-box;
	color: #fff;
	padding: 2% 1%;
}
#aoyama .m-mensSuit_side_nav_parentToggle{
	background:#fff;
	border-bottom:2px solid #dedede;
	color: #444;
	box-sizing:border-box;
	padding: 2% ;
}
#tsc .m-mensSuit_side_nav_parentToggle{
	background:#fff;
	border-bottom:2px solid #dedede;
	color: #444;
	box-sizing:border-box;
	padding: 2%;
}
.qa_cont_wrap .m-mensSuit_side_nav_inner_list{
	box-sizing:border-box;
	padding: 2% 0;
}
.qa_cont_wrap .m-mensSuit_side_nav_inner_list .m-mensSuit_side_nav_inner_list{
	box-sizing:border-box;
	padding: 2% 4%;
	border-bottom:2px solid #999;
}
.qa_cont_wrap .m-mensSuit_side_nav_inner_list .m-mensSuit_side_nav_inner_list li{
	box-sizing:border-box;
	padding: 2% 0;
	border-bottom:2px solid #efefef;
	text-indent: -2rem;
	padding-left: 2rem;
}
.qa_cont_wrap .m-mensSuit_side_nav_inner_list .m-mensSuit_side_nav_inner_list li:last-child{
	border-bottom:none;
}
.qa_cont_wrap .m-mensSuit_side_nav_inner_list .m-mensSuit_side_nav_inner_list li a:before{
	display:inline-block;
	width:0;
	height:0;
	border:0.5rem solid transparent;
	border-left:1rem solid #999;
	content:'';
}
.qa_cont_wrap .m-btn{
	display:block;
	width:80%;
	margin:20px auto;
	border-radius:6px;
}
.qa_cont_wrap .infomation_box{
	line-height:3rem;
}

/*********
ORDER ADD STYLE
20191003
************/


/***▼iCON***/
@font-face {
	font-family: "icon";
	src: url( "../../icon/icon.eot" );
	src: url( "../../icon/icon.eot?#iefix" ) format( "eot" ),
		url( "../../icon/icon.woff" ) format( "woff" ),
		url( "../../icon/icon.ttf" ) format( "truetype" ),
		url( "../../icon/icon.svg#icon" ) format( "svg" );

	font-weight: normal;
	font-style: normal;
}
.m-icon{
	font-family: "icon";
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.m-icon:after, .m-icon:before{
	display: block;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	line-height: 0;
}

.m-icon-arrow_left:before { content: "\E002" }
.m-icon-arrow_right:before { content: "\E003" }

.m-icon-campaign:before { content: "\E005" }
.m-icon-card:before { content: "\E006" }
.m-icon-cart:before { content: "\E007" }
.m-icon-check_fill:before { content: "\E008" }
.m-icon-check_outline:before { content: "\E009" }
.m-icon-clear:before { content: "\E00A" }
.m-icon-close:before { content: "\E00B" }
.m-icon-concierge:before { content: "\E00C" }
.m-icon-coupon:before { content: "\E00D" }
.m-icon-delete:before { content: "\E00E" }
.m-icon-delivery:before { content: "\E00F" }
.m-icon-direction:before { content: "\E010" }
.m-icon-discountticket:before { content: "\E011" }
.m-icon-eco:before { content: "\E012" }
.m-icon-facebook:before { content: "\E013" }
.m-icon-favorite:before { content: "\E014" }
.m-icon-fitting:before { content: "\E015" }
.m-icon-flyer:before { content: "\E016" }
.m-icon-giftcard:before { content: "\E017" }
.m-icon-googleplus:before { content: "\E018" }
.m-icon-guide:before { content: "\E019" }
.m-icon-history:before { content: "\E01A" }
.m-icon-home:before { content: "\E01B" }
.m-icon-listview:before { content: "\E01C" }
.m-icon-login:before { content: "\E01D" }
.m-icon-logout:before { content: "\E01E" }
.m-icon-mail:before { content: "\E01F" }
.m-icon-menu:before { content: "\E020" }
.m-icon-minus:before { content: "\E021" }
.m-icon-minus_fill:before { content: "\E022" }
.m-icon-minus_outline:before { content: "\E023" }
.m-icon-mobile:before { content: "\E024" }
.m-icon-mypage:before { content: "\E025" }
.m-icon-mysize:before { content: "\E026" }
.m-icon-pagetop:before { content: "\E028" }
.m-icon-parking:before { content: "\E029" }
.m-icon-pc:before { content: "\E02A" }
.m-icon-phone:before { content: "\E02B" }
.m-icon-plus:before { content: "\E02C" }
.m-icon-plus_fill:before { content: "\E02D" }
.m-icon-plus_outline:before { content: "\E02E" }
.m-icon-point:before { content: "\E02F" }
.m-icon-print:before { content: "\E030" }
.m-icon-productsearch:before { content: "\E031" }
.m-icon-quickdelivery:before { content: "\E032" }
.m-icon-search:before { content: "\E033" }
.m-icon-sewing:before { content: "\E034" }
.m-icon-shop:before { content: "\E035" }
.m-icon-shopsearch:before { content: "\E036" }
.m-icon-stocksearch:before { content: "\E037" }
.m-icon-thumbnailview:before { content: "\E038" }
.m-icon-tpoint:before { content: "\E039" }
.m-icon-twitter:before { content: "\E03A" }
.m-icon-uniform:before { content: "\E03B" }
.m-icon-wheelchair:before { content: "\E03C" }
.m-icon-wws:before { content: "\E03D" }
.m-icon-zoomin:before { content: "\E03E" }
.m-icon-zoomout:before { content: "\E03F" }

/* 取り置きアイコン add start*/
@font-face {
  font-family: 'icon';
  src:  url('../../icon/icon-torioki.eot'); 
  src:  url('../../icon/icon-torioki.eot?#iefix') format('eot'),
    url('../../icon/icon-torioki.ttf') format('truetype'),
    url('../../icon/icon-torioki.woff') format('woff'),
    url('../../icon/icon-torioki.svg#icon-torioki') format('svg');
  font-weight: normal;
  font-style: normal;
}

.m-icon-torioki:before { content: "\e900"; font-size: 66px;}
.m-icon-torioki_detail:before { content: "\e900";font-size: 25px; position: absolute;margin-left: -35px;margin-top: -5px;margin-right:5px;}
.m-icon-torioki_detail2:before { content: "\e900";font-size: 25px; position: absolute;margin-left: -35px;margin-right:5px;}

.iconred {
    background-color: #de1642 !important;
}
.iconblue {
    background-color: #004990 !important;
}
/* 取り置きアイコン add end*/

/* 後払いアイコン add start*/
@font-face {
  font-family: 'icon';
  src:  url('../../icon/icon-atobarai.eot'); 
  src:  url('../../icon/icon-atobarai.eot?#iefix') format('eot'),
    url('../../icon/icon-atobarai.ttf') format('truetype'),
    url('../../icon/icon-atobarai.woff') format('woff'),
    url('../../icon/icon-atobarai.svg#icon-atobarai') format('svg');
  font-weight: normal;
  font-style: normal;
}

.m-icon-atobarai:before { content: "\e910"; font-size: 60px;}
/***▲iCON***/

.order10w{
	width:10%;
}
.order20w{
	width:20%;
}
.order30w{
	width:30%;
}
.order40w{
	width:40%;
}
.order50w{
	width:50%;
}
.order60w{
	width:60%;
}
.order70w{
	width:70%;
}
.order80w{
	width:80%;
}
.order90w{
	width:90%;
}
.order100w{
	width:100%;
}
.d_block{
	display:block;
}
.pos_rel{
	position:relative;
}
.pos_abs{
	position:absolute;
}
.d_flex{
	display:flex;
	flex-wrap:nowrap;
}
.d_f_center{
	justify-content:center;
	align-items:center;
}
.d_f_wrap{
	flex-wrap:wrap;
}
.d_f_column{
	flex-direction:column;
}
.main_img{
	box-sizing:border-box;
}

.detail_info{
	box-sizing:border-box;
}

.h_space5{
	padding:0 5px;
}
.m_h_space5{
	margin:0 5%;
}
.v_space5{
	padding:5px 0;
}
.h_space10{
	padding:0 10px;
}
.v_space10{
	padding:10px 0;
}
.h_space20{
	padding:0 20px;
}
.mt10{
	margin-top:10px;
}
.mb10{
	margin-bottom:10px;
}
.mt20{
	margin-top:20px;
}
.mb20{
	margin-bottom:20px;
}
.v_space20{
	padding:20px 0;
}
/* History Parts */
#history_area{
	width:100%;
	height:100%;
	/*max-height:3400px;*/
	padding:0 0 5%;
	display:block;
	background:#fff;
	position:relative;
}
#history_area h4{
	font-style:italic;
	font-weight:bold;
	font-size:1.2rem;
	margin-top:10px;
	padding:5px;
	border-bottom:1px solid #efefef;
}
#history_area .history_wrap{
	background:#fff;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	width:96%;
	max-width:976px;
    padding: 5% 0 0;
}

#history_area .history_wrap .m-title-xlarge{
text-align: center;
}
#history_area .fabric_img_area{
	box-sizing: border-box;
	border: 1px solid #dedede;
	margin: 2% 0;
}

#history_area .fabric_name_area{
	box-sizing:border-box;
	padding:2% 5%;
}
#history_area .maker_name{
	font-size:1.2rem;
	font-weight:bold;
}
#history_area .pro_name{
	font-size:1.1rem;
	color:#999;
}
#history_area .pro_subttl{
	font-size:1.3rem;
	color:#444;
	font-weight:bold;
}
.#history_area .pro_subttl_2{
	font-size:1.2rem;
	color:#666;
	font-weight:normal;
}
#history_area .op_ttl_name{
	font-size: 1.5rem;
	color: #444;
	text-align: left;
	display: block;
	padding-bottom: 5px;
	margin: 10px 0;
	border-bottom: 2px solid #666;
	font-weight: bold;
}
.tri_down{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 2.5rem;
}
.tri_down_mini{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 1.5rem;
}
.tri_down:before,.tri_down_mini:before{
	content: '';
	width: 0;
	height: 0;
	border: 0.7rem solid transparent;
	border-top: 1.2rem solid #666;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-35%);
}
.tri_right_mini{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 1.5rem;
}
.tri_right_mini:before{
	content: '';
	width: 0;
	height: 0;
	border: 0.7rem solid transparent;
	border-left: 1.2rem solid #666;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-60%);
}
#history_area .table_col{
	width:50%;
	vertical-align:middle;
	padding: 10px 0;
	height: 130px;
	border-bottom: 1px solid #dedede;
}
#history_area .option_ttl{
	font-size:1.3rem;
	font-weight:bold;
	color:#444;
	display:block;
}
#history_area .option_name{
	font-size:1.0rem;
	color:#666;
	display:block;
}
#history_area .option_price{
	font-size:1.2rem;
	color:#de1642;
	display:block;
}
#history_area .option_img{
	width:130px;
	display:block;
}
#history_area img{
	width:100%;
	height:auto;
	display:block;
}
#detail_wrap_area .order30w{
	margin:0 0 0 3%;
}
#history_area .price_total_tbl th{
	width:50%;
	text-align:right;
}
#history_area .price_total_tbl td{
	width:50%;
	text-align:right;
	padding:10px 0;
}
#history_area .price_area{
	float:right;

}
#history_area .price_wrap{
	margin-top:15px;
	padding-bottom:5px;
	border-bottom:1px solid #efefef;
	font-size:1.8rem;
	color:#444;
}
#history_area .add_price{
	font-weight:bold;
	font-size:1.5rem;
	display:inline-block;
	vertical-align:text-bottom;
	color:#de1642;
}
#history_area .price_ttl{
	font-weight:bold;
	color:#666;
	font-size:1.3rem;
}
#history_area .mag_auto{
	margin:0 auto;
}
#history_area .price_format{
	padding-right:10px;
}
#history_area .price_mini_order{
	font-size:1rem;
	display:block;
}
#history_area .bigger{
	font-size: 2rem;
	font-style: italic;
	font-weight: bold;
	display: inline-block;
	vertical-align: initial;
}
#history_area .price_area_wrap_border{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:10px 0 30px;
}
.t_ali_r{
	text-align:right;
}
.t_ali_l{
	text-align:left;
}
.t_ali_c{
	text-align:center;
}
#modal_img_wrap{
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
}
#modal_img_inner{
	width:100%;
	max-width:976px;
	height:100%;
	max-height:750px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	padding:5%;
	box-sizing:border-box;
}
#modal_close{
	position: fixed;
	z-index: +1;
	top: 2%;
	right: 5%;
	font-size: 2rem;
	color: #666;
	border-radius: 100%;
	border: 1px solid #666;
	padding: 2rem 1rem 2rem;
}
#modal_close:hover{
	opacity:.8;
	cursor:pointer;
}
#history_area .m-hover-flash:hover,#history_area .m-hover-flash img:hover{
	cursor:pointer;
}
#modal_img_inner img{
	width: 100%;
	height: auto;
	display: block;
	margin: 25% auto;
}
.mini_txt{
	font-size:0.8rem;
}
#history_area .ssl_area img{
	width:100px !important;
	margin:0 auto;
}
#history_area .history_list_tbl{
	border-collapse: collapse;
	border: 1px solid #dedede;
}
#history_area .history_list_tbl th{
	text-align: center;
	padding: 10px;
    background: #eee;
	border-collapse: collapse;
	border: 1px solid #fff;
	font-weight: bold;
}
#history_area .history_list_tbl td{
	text-align: center;
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #dedede;
}
#history_area .history_list_tbl .shop_nm{
	width:15%;
}
#history_area .history_list_tbl .csdate{
	width:10%;
}
#history_area .history_list_tbl .item_nm{
	width:20%;
	font-size:0.9rem;
	color:#444;
	font-weight:bold;
}
#history_area .history_list_tbl .item_detail{
	width:20%;
}
#history_area .history_list_tbl .item_select{
	width:35%;
}
#history_area .history_order_tbl{
	border-collapse:collapse;
	border:1px solid #dedede;
}
#history_area .history_order_tbl th{
	background:#ccc;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border-collapse:collapse;
	border:1px solid #dedede;
	width:35%;
}
#history_area .history_order_tbl th.order_size_ttl{
	/*background:rgba(0, 143, 101, .8);*/
    background: #3b7575;
	color:#fff;
}
#history_area .history_order_tbl td{
	background:#fff;
	font-weight:normal;
	text-align:center;
	padding:10px;
	border-collapse:collapse;
	border:1px solid #dedede;
	width:65%;
}
#history_area .history_subttl{
	font-weight:bold;
	font-size:1.4rem;
	line-height:2rem;
	color:#666;
}
#history_area .history_order_list{
	box-sizing:border-box;
	width:100%;
}
#history_area .history_order_list li{
	padding: 0.5rem 0;
	text-indent: -1.1rem;
	margin: 0;
	padding-left: 1.1rem;
	font-size: 1.1rem;
}
#history_area .forexample{
	display:block;
	color:#de1642;
}
#history_area .itemselect_flex{
	width:48%;
	margin:1%;
	box-sizing:border-box;
	padding:5px 5px 0;
	position:relative;
	font-size:1.1rem;
	border-bottom:1px solid #efefef;
}
#history_area .option_mini_txt{
	display:block;
	font-size:0.9rem;
	font-weight:normal;
}
#history_area .abs_con_icon_r,#cart_index .abs_con_icon_r{
	position:absolute;
	right:2%;
	top:50%;
	transform:translate(0,-50%);
}
#history_area .tbl_explain{
	width:90%;
	margin:10px auto;
	display:block;
	border-top:1px dotted #dedede;
	font-size:1.1rem;
	text-align:left;
	padding:5px 0 0;
	color:#666;
	margin-block-end: 0;
}
#history_area .item_size_select{
	display:block;
	
}
#history_area .item_size_select{
	display:block;
	width:100%;
}
#history_area .item_size_select li{
	font-size:1.1rem;
	padding-left:1.1rem;
	text-indent:-1.1rem;
	width:100%;
	display:block;
	box-sizing:border-box;
}
.d_block{
	display:block;
}
.d_flex{
	display:flex;
}
.d_flex_wrap{
	flex-wrap:wrap;
}
.raiten_tbl{
	border-collapse:collapse;
	border:1px solid #dedede;
	border-top:transparent;
	
}
.raiten_tbl th{
	width: 100%;
	text-align: right;
	padding: 1rem;
	font-size: 1.5rem;
}
.raiten_tbl td{
	padding:0;
	font-size:1.1rem;
}
.input_raiten{
	padding:0.6rem;
	border-radius:4px;
	-webkit-appearance: none;
	border:1px solid #dedede;
}
.login_wrap{
	padding:100px 0 50px;
}
#history_area .column_option_navi{
	display:flex;
	width:100%;
	margin:2% 0;
}
#history_area .column_option_navi a{
	width:23%;
	margin:0 1%;
	padding:2%;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	border:1px solid #999;
	border-radius:2px;
	text-align:center;
	transition:background 0.3s,color 0.3s;
}
#history_area .column_option_navi a.is_navi_active{
	background: #000;
	color:#fff;
    border:1px solid #000;
	transition:background 0.3s,color 0.3s;
}
#history_area .fabric_detail_area{
	overflow:hidden;
	width:100%;
}
#history_area .fabric_detail_inner{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	transition:transform .5s;
}
#history_area .overflowtbl_area{
	display:block;
	height:450px;
	overflow-y:scroll;
	width:100%;
}
#history_area .option_selected_detail{
	opacity:0;
	transition:opacity 0.5s;
}
#history_area .res_con{
	position:relative;
}
#history_area .abs_con,#cart_index .abs_con{
	position:absolute;
}
#history_area .abs_l_c{
	top:50%;
	left:2%;
	transform:translate(0,-50%);
}
#history_area .abs_r_c{
	top:50%;
	right:2%;
	transform:translate(0,-50%);
}
/**FQA**/
#aoyama .qa_title_wrap{
	color:#044990;
}
#tsc .qa_title_wrap{
	color:#444;
}
.qa_cont_wrap{
	font-size:1.3rem;
	line-height:1.8rem;
}
.qa_cont_wrap .l-side_main{
	box-sizing:border-box;
	padding:2%;
}
.qa_cont_wrap .is-disno{
	display:none;
}
.qa_cont_wrap .m-side_nav_item_inner{
	font-size:1.4rem;
	line-height:2rem;
}
.qa_cont_wrap .faq_list dt{
	margin:10px 0;
	font-weight:bold;
	display:block;
	text-align:left;
	position:relative;
	padding:0 2.5rem;
}
.qa_cont_wrap .faq_list dd{
	display:block;
	text-align:left;
	position:relative;
	padding:0 2.5rem;
}
.qa_cont_wrap .faq_list dt:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "Q.";
	color: #004990;
	font-size: 1.6rem;
	font-weight: bold;
}
.qa_cont_wrap .faq_list dd:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "A.";
	color: #de1642;
	font-size: 1.6rem;
	font-weight: bold;
}
#aoyama .qa_cont_wrap .faq_list dt{
	color:#044990;
}
#tsc .qa_cont_wrap .faq_list dt{
	color:#444;
}
#tsc .m-mensSuit_side_nav_toggleBtn{
	background:#666;
}
.qa_cont_wrap .m-btn{
	display:block;
	width:80%;
	margin:20px auto;
	border-radius:6px;
}
.qa_cont_wrap .infomation_box{
	line-height:3rem;
}
@media screen and (max-width:769px){
	.m-table_row, .table_title, .table_data{
		display:block;
	}
	.table_title, .table_data{
		width:100% !important;
	}
	.selectMedium{
		display:block;
		width:100% !important;
	}

}

/***
hosei table style
***/

.hosei_tbl_wrap{
	display:block;
	width:100%;
	margin:2% auto;
	font-size:1.3rem;
	color:#444;
	line-height:1.8rem;
}
.hosei_tbl{
	width:100%;
	border-collapse:collapse;
}
.hosei_tbl td{
	vertical-align:top;
}
.hosei_tbl .hosei_ttl{
	width:25%;
	padding:0.5rem 0;
	text-align:center;
	font-weight:bold;
	background:#ccc;
	border: 1px solid #dedede;
	border-bottom: transparent;
}
.hosei_tbl .inner_tbl{
	width:100%;
	border-collapse:collapse;
	border:1px solid #dedede;
}
.hosei_tbl .inner_tbl th{
	width:50%;
	text-align:center;
	padding:0.8rem 0;
	font-weight:bold;
	border-collapse:collapse;
	border:1px solid #dedede;
	border-left:transparent;
	/*background:#999;*/
    background:#f3f3f3;
}
.hosei_tbl .inner_tbl td{
	width:50%;
	text-align:center;
	padding:0.8rem 0;
	border-collapse:collapse;
	border:1px solid #dedede;
	border-right:transparent;
	background:#fff;
}
.abs_hosei_close{
	position:absolute;
	right:0.6rem;
	top:0.6rem;
	font-size:1.2rem;
	z-index:2;
}
.hosei_modal{
	position:absolute;
	font-size:1.1rem;
	line-height:1.5rem;
	color:#444;
	width:100%;
	height:100%;
	display:block;
	opacity:1;
	transform:(0,0);
	background:rgba(255,255,255,.9);
	transition:transform 0.3s, display 0.8s;
	top:0;
	left:0;
	z-index:2;
}
.hosei_list_wrap{
	display:flex;
	flex-wrap:nowrap;
	align-items:flex-start;
}
.hosei_list_inner{
	display:block;
	width:34%;
	box-sizing:border-box;
	padding:1%;
}
.hosei_list_ttl{
	border-bottom: 2px solid #999;
	font-size: 1.2rem;
	font-weight: bold;
	width: 85%;
	margin: 0 0 4px;
	display: block;
}
.hosei_ttl_mini{
	text-decoration: none !important;
	font-weight:normal !important;
	font-size: 1.0rem !important;
	
}
.hosei_list dt{
	font-weight: bold;
	padding: 2px 0 0 0;
}

/**▼追記20191023**/
.shop_ttl_aoyama{
	color:#044990;
	font-weight:bold;
	font-size:1.1rem;
	padding-bottom:0.2rem;
	border-bottom:2px solid #044990;
	display:block;
	width:max-content;
	margin:0 0 0.5rem;
}
.shop_ttl_tsc{
	color:#444;
	font-weight:bold;
	font-size:1.1rem;
	padding-bottom:0.2rem;
	border-bottom:2px solid #999;
	display:block;
	width:fit-content;
	margin:0 0 0.5rem;
}
.shop_name_detail{
	font-weight:bold;
	font-size:1.3rem;
	display:block;
	width:100%;
}
/**▲追記20191023**/

/**▼mypage**/
.mypage_wrap{
	width: 100%;
	max-width: 976px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.mypage_wrap h1{
	padding-left:0.5rem;
    text-align: center;
}

.mypage_inner{

}

.mypage_inner_navi{
	width:100%;
	display:block;
	margin:2% 0;
	font-size:1.3rem;
}
.mypage_content{
	width: 100%;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	padding:2%;
    background: #fff;
}
.mypage_inner_content{
	width: 100%;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	padding:2% 4%;
	border:1px solid #999;
}

.cus_nm{
	font-size:2.0rem;
	font-weight:bold;
	display:block;
}
.cus_nm2{
	font-size:1.5rem;
	font-weight:normal;
	display:block;
	margin:0.6rem 0 0 0.5rem;
}
.cus_no{
	font-size:1.6rem;
	font-weight:bold;
	display:block;
	line-height:2.5rem;
}
.cus_pt_ttl{
	font-size:1.6rem;
	font-weight:bold;
	text-align:right;
	line-height:2.5rem;
}
.cus_pt_dtl{
	font-size:2.0rem;
	font-weight:bold;
	text-align:right;
	color:#de1642;
	line-height:2.5rem;
}
.my_page_navi{
	box-sizing: border-box;
	border:1px solid #999;
}
.mypage_navi_ttl_aoyama{
	background:#444;
	color:#fff;
	padding: 4% 0 4% 8%;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	text-align: left;
}
.mypage_navi_ttl_tsc{
	background:#444;
	color:#fff;
	padding: 4% 0 4% 8%;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	text-align: left;
}
.mypage_navi_list li{
	width:100%;
	display:block;
	padding: 4% 0 4% 8%;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	border-bottom:1px solid #999;
}
.mypage_navi_list a:last-child li{
	border-bottom:1px solid transparent;
}
.abs_con_right_middle{
	position:absolute;
	display:block;
	top:50%;
	right:2%;
	transform:translate(0,-50%);
}
.mypage_sub_ttl{
	font-size:2rem;
	line-height:2.5rem;
	margin:0.5rem 0;
	display:block;
	width:100%;
	font-weight:bold;
}
.reserve_mytbl{
	width:100%;
	margin:2% 0;
	border-collapse:collapse;
	border:1px solid #999;
}
.reserve_mytbl th{
	padding:1rem;
	background:#ccc;
	text-align:center;
	border-collapse:collapse;
	border:1px solid #999;
}
.reserve_mytbl td{
	padding:1rem 0;
	text-align:center;
	border-collapse:collapse;
	border:1px solid #999;
}
.res_no{
	width:15%;
}
.res_shop{
	width:15%;
}
.res_date{
	width:12.5%;
}
.res_time{
	width:12.5%;
}
.res_note{
	width:50%;
}
.res_cancel{
	width:5%;
}
.my_caution_explain{
	width:100%;
	box-sizing:border-box;
	padding:2%;
	font-size:1.3rem;
	line-height:1.6rem;
	display:block;
	margin:2% auto;
	border: 1px solid #de1642;
	color: #de1642;
}
.mypage_sub_ttl2{
	font-weight:bold;
	font-size:1.5rem;
	margin:2% 0 0 0;
}
/**▲mypage**/
.btn_postal_code{
	width: auto;
	margin: 12px 0 2px;
	background: #000 !important;
	padding: 10px !important;
	font-size: 1.3rem;
}

/*注文履歴オーダー注意書き*/
.annotate_box {
    margin-bottom: 0;
    border: 2px solid #de1642;
    padding: 20px;
}
.m-title-annotate {
    color: #de1642;
    font-size: 1.6rem;
    text-align: center;
}
.annotate_order {
    font-size: 1.4rem;
    line-height: 2rem;
    box-sizing: border-box;
    padding: 10px 0;
}
.annotate_order p {
    text-indent: -1rem;
    padding-left: 1rem;
}
.annotate_check {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin: 0.2rem 0 0 0;
    color: #de1642;
}


