@charset "utf-8";

.contents.rankingNew,
.contents.rankingPopular {
	margin: 160px auto;
}

.m_dynamicRanking .rank {
	width: 910px;
	margin: 0 auto 132px;
}
#d_content .m_dynamicRanking .rank a {
	color: #333;
	text-decoration: none;
}

/* ms-ranking-tab */
.m_dynamicRanking .ms-ranking-tab ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #d4d4d4;
}
.m_dynamicRanking .ms-ranking-tab li a {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-feature-settings: 'palt';
  letter-spacing: .05em;
	height: 65px;
	padding: 0 5px;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
}
.m_dynamicRanking .ms-ranking-tab li a.current {
	position: relative;
	font-weight: bold;
}
.m_dynamicRanking .ms-ranking-tab li a.current:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -3px;
}

/* ranking-clm */
.m_dynamicRanking #ranking-clm {
	width: 100%;
	padding-top: 60px;
}
.m_dynamicRanking #ranking-clm a {
  text-align: left;
}
.m_dynamicRanking #ranking-clm ul {
	margin: auto auto 60px;
}
.m_dynamicRanking #ranking-clm .item_img img {
	width: auto;
	max-width: 222px;
	max-height: 222px;
}
.m_dynamicRanking #ranking-clm .item_img {
	background: #f9f9fa;
	text-align: center;
	margin-bottom: 10px;
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.m_dynamicRanking .item_img,
.m_dynamicRanking .item-brand,
.m_dynamicRanking .item-name,
.m_dynamicRanking .item-price {
	display: block;
	line-height: 1.6;
	font-size: 14px;
	word-break: break-all;
	letter-spacing: -0.01em;
}
.m_dynamicRanking .item-brand,
.m_dynamicRanking .item-name {
	padding-right: 5px;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
}
.m_dynamicRanking .item-brand {
	font-weight: bold;
}
.m_dynamicRanking .item_icon {
	display: none;
}
.m_dynamicRanking .item_icon img {
	margin: 2px 2px 0 0;
	height: 18px;
	width: auto;
	display: inline;
}
.m_dynamicRanking .sale-price {
	color: #d32d26;
}

/* btnBasic */
.m_dynamicRanking .btnBasic {
	text-align: right;
}
.m_dynamicRanking .btnBasic a {
	display: flex !important;
	justify-content: flex-end;
	position: relative;
	padding-right: 50px;
	line-height: 1.5;
	font-size: 12px;
	color: #000 !important;
	transform: translateY(17px);
}
.m_dynamicRanking .btnBasic a:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	top: 50%;
	right: 0;
	transform: translatey(-50%);
	border: 1px solid #000;
	border-radius: 100%;
	transition: all .3s ease-in;
}
.m_dynamicRanking .btnBasic a:after {
	content: "";
	background: url(/ec/shop/fashion/images/icon-arw-next-ef.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 32px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 10px;
	transition: all .3s ease-in;
	transform: translateY(-50%);
}
.m_dynamicRanking .btnBasic a:hover:before {
	right: 15px;
}
.m_dynamicRanking .btnBasic a:hover:after {
	right: -5px;
}

/* rankingPopular */
.m_dynamicRanking #ranking-clm [class^="rank"] ul {
  display: flex;
  justify-content: space-between;
}
.m_dynamicRanking #ranking-clm [class^="rank"] li {
  width: 222px;
}
.rankingPopular .item_img {
	position: relative;
}
.rankingPopular .item_img::before {
	content: "";
	display: block;
	width: 34px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 19px;
}
.rankingPopular li:nth-child(1) .item_img::before {
	background: url(/ec/shop/fashion/images/icon-no1.png) no-repeat;
	background-size: 100% auto;
}
.rankingPopular li:nth-child(2) .item_img::before {
	background: url(/ec/shop/fashion/images/icon-no2.png) no-repeat;
	background-size: 100% auto;
}
.rankingPopular li:nth-child(3) .item_img::before {
	background: url(/ec/shop/fashion/images/icon-no3.png) no-repeat;
	background-size: 100% auto;
}
.rankingPopular li:nth-child(4) .item_img::before {
	background: url(/ec/shop/fashion/images/icon-no4.png) no-repeat;
	background-size: 100% auto;
}

