@charset "utf-8";

/* -----------------------------------
m-hl
----------------------------------- */
.m-hl div {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-size: 40px;
}
.m-hl span {
	display: inline-block;
	margin-top: 8px;
	line-height: 1.5;
	font-size: 12px;
	font-weight: bold;
}

/* -----------------------------------
m-more-btn
----------------------------------- */
.m-more-btn {
	text-align: center;
	margin: 0 auto;
}
.m-more-btn a {
	display: inline-block;
	position: relative;
	line-height: 1.3;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-size: 16px;
	transition: opacity 300ms;
}
.m-more-btn a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.m-more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* -----------------------------------
shopRecommend
----------------------------------- */
.shopRecommend .shopRecommend-unit {
	margin: 0 5px;
	line-height: 1.8;
}
.shopRecommend .shopRecommendInner {
	margin: 0 -5px;
	padding-bottom: 40px;
}
.shopRecommend .shopRecommend-unit .shopImg img {
	width: 100%;
	transition: opacity 300ms;
}
.shopRecommend .shopRecommend-unit a:hover .shopImg img {
	opacity: 0.7;
}
.shopRecommend .shopRecommend-unit .shopName {
	margin-top: 10px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.shopRecommend .shopRecommend-unit .shopTxt {
	padding: 10px 20px 0 0;
	line-height: 1.5;
	font-size: 11px;
}

/* for top */
#top .hl-online {
  margin-bottom: 54px;
  font-size: 10px;
  font-weight: bold;
}
#top .hl-online img {
  vertical-align: middle;
}
#top .hl-online span {
  padding-left: 10px;
}
#top .m-hl {
	margin-bottom: 28px;
}
#top .shopRecommend {
	width: 1120px;
	margin: 0 auto;
}
#top .shopRecommend .shopRecommend-unit {
	width:200px !important;
}
#top .shopRecommend .shopRecommend-unit:nth-child(-n+5) {
    margin-bottom: 40px;
}
#top .shopRecommend .shopRecommendInner{
	display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
/* for brandlist */
#brandlist .m-hl div {
	margin-bottom: 25px;
	font-size: 30px;
}
#brandlist .hl-online,
#brandlist .m-hl span,
#brandlist .shopRecommend .shopRecommend-unit .shopTxt {
	display: none;
}
#brandlist .shopRecommend {
	margin-bottom: 30px;
	padding: 45px 0 50px;
	border-top: solid 1px #D5D5D5;
	border-bottom: solid 1px #D5D5D5;
}
#brandlist .shopRecommend .shopRecommend-unit .shopName {
	text-align: center;
}
#brandlist .shopRecommend .shopRecommend-unit {
	width: 216px !important;
}
#brandlist .shopRecommend .slick-track {
	margin-left: 0;
}
#brandlist .slick-arrow {
	top: 100%;
	left: 5px;
	transform: none;
	background: #ff0000;
	transition: none;
}
#brandlist .slick-prev,
#brandlist .slick-next {
	width: 10px;
	height: 19px;
}
#brandlist .slick-prev {
	background: url(/ec/shop/hankyu-mens/images/common/arrow_line01_prev.svg) center center / 10px 19px no-repeat;
}
#brandlist .slick-next {
	margin-left: 30px;
	background: url(/ec/shop/hankyu-mens/images/common/arrow_line01_next.svg) center center / 10px 19px no-repeat;
}
#brandlist .shopRecommendInner {
  display: none;
}
#brandlist .shopRecommendInner.slick-initialized {
  display: block;
}
