@charset "utf-8";


/* m-title
===================================================================== */
.m-sub_title{
	padding-bottom: 25px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: "DIN Alternate", '游ゴシック Medium', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0.2em;
	line-height: 1.5;
	padding-left: 0.2em;
}
.m-sub_title span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	padding-right: 0.4em;
}

@media screen and (max-width:767px) {
	.m-sub_title{
		padding-bottom:20px;
		font-size: 25px;
		letter-spacing: 0.1em;
	}
	.m-sub_title span{
		font-size: 12px;
	}
}


/* m-btn
===================================================================== */
.m-btn a{
	display: block;
	width: 500px;
	height: 60px;
	line-height: 60px;
	background: url(/base/departmentstore/common/img/arrow_r2.svg) no-repeat right 8px center #AA1F24;
	background-size: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
}
.m-btn.m-btn-small a{
	width: 300px;
}
.m-btn.m-btn-xsmall a{
	width: 160px;
}
.m-btn.l2 a{
	line-height: 18px;
	padding-top: 12px;
}
.m-wrap01.m-line-none a{
	border-top: none;
}

@media screen and (max-width:767px) {
	.m-btn a{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.m-btn.m-btn-small a{
		width: 100%;
	}
	.m-btn.l2 a{
		line-height: 15px;
		padding-top: 10px;
	}
}

