#rank_top_wrap {
	margin-bottom: 40px;
}
#rank_top_link li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% / 3);
	height: 30px;
	padding-right: 20px;
	border: 2px solid #007b69;
	border-radius: 5px;
	background: #fff;
	/* box-sizing: border-box; */
	font-weight: 700;
	font-size: 12px;
	transition: .2s;
	pointer-events: auto;
	line-height: 1.3;
	cursor: pointer;
}
#rank_top_link li:after {
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	right: 8px;
	border-top: 9px solid #007b69;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: '';
	transition: .2s;
	pointer-events: none;
}
#rank_top_link li.active {
    background-color: #007b69;
    color: #fff;
}
#rank_top_link li.active:after {
	border-top: 9px solid #fff;
}
.event_wrap_ {
	position: relative;
}
.link_position {
	display: block;
	position: absolute;
	top: -170px;
	left: 0;
	width: 1px;
	height: 1px;
	background: transparent;
}
#rank_top_link_wrap {
	position: relative;
}
#rank_top_link_wrap.fixed {
	position: fixed;
	/*top: 50px;*/
	top: 0;
	z-index: 100;
	background: #fff;
	padding: 7px 0;
	border: 1px solid #ccc;
	border-right: 0;
	border-left: 0;
}
#rank_top_link_wrap .bx-viewport {
	left: 34%;
	overflow: visible !important;
}
#rank_top_link_wrap .bx-controls-direction {
	height: 0;
	pointer-events: none;
}
#rank_top_link_wrap .bx-wrapper .bx-controls-direction a.bx-prev,
#rank_top_link_wrap .bx-wrapper .bx-controls-direction a.bx-next {
	display: block;
	position: absolute;
	top: 0;
	width: 32px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	color: transparent;
	background-color: #fff;
	pointer-events: auto;
}
#rank_top_link_wrap .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	background-image: url(../../../img/event/mall2/icon_arrow_rank_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
#rank_top_link_wrap .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	background-image: url(../../../img/event/mall2/icon_arrow_rank_next.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
#rank_top_link_wrap.fixed .bx-wrapper .bx-controls-direction a.bx-prev,
#rank_top_link_wrap.fixed .bx-wrapper .bx-controls-direction a.bx-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height:100%;
}
#rank_top_link_wrap .bx-wrapper .bx-pager {
    display: none;
}
#rank_top_wrap p {
	padding: 20px 10px 30px;
	text-align: left;
}
#ranking_page .event_title_.ranking_ {
	padding: 15px 0;
	background: #fffaea;
}
#ranking_page .event_title_.ranking_ em {
	font-style: normal;
	font-size: 20px;
	color: #ed512b;
}
#ranking_page .event_ .event_title_wrap_ .event_title_.ranking_ a {
    padding: 0 0 0 40px;
    font-size: 18px;
    font-size: 5vw;
    font-weight: bold;
    display: inline-block;
    background: url(../../../img/usr/common/sp/sp_ttl_icon_ranking.png) left center no-repeat;
    -webkit-background-size: 31px 25px;
    background-size: 31px 25px;
}
#ranking_page .event_ .event_title_wrap_ .event_title_.ranking_ span {
    background: none;
    padding: 0;
    margin: 0;
    /* color: #eb512b; */
    font-size: 23px;
    font-size: 6.1vw;
}
#ranking_page .event_wrap_ .more_look_ a {
	position: relative;
	width: calc(100% - 30px);
	height: 60px;
	margin: 0 auto 30px;
	line-height: 60px;
	border-radius: 5px;
	font-size: 16px;
	background: #eb512b;
	transition: .2s;
}
#ranking_page .event_wrap_ p.more_look_ a:after {
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
	content: '';
	transition: .2s;
	pointer-events: none;
}
#recommend_item_wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fffaea;
	padding: 20px 0 30px;
}
#recommend_item_wrapper h3 {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}
#recommend_item_wrapper h3 span {
	display: inline-block;
	color: #e52f00;
	font-weight: 700;
	font-size: 22px;
}
#recommend_item_wrapper .bx-viewport {
	overflow: visible !important;
}
#recommend_item_wrapper .icon_ ul {
	display: flex;
	flex-wrap: wrap;
}
#recommend_item_wrapper .icon_ ul li {
	margin: 0 1px 0 0;
}
#recommend_item_wrapper .icon_ ul li img {
	height: 17px;
	margin: 0;
	vertical-align: top;
}
#recommend_item_wrapper .StyleR_Item_ .img_ {
	margin-bottom: 10px;
	text-align: center;
}
#recommend_item_wrapper .StyleR_Item_ .name_ {
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
	white-space: unset;
}
#recommend_item_wrapper .StyleR_Item_ .name_ a {
	white-space: unset !important;
}
#recommend_item_wrapper .StyleR_Item_ .price_ {
	margin-bottom: 0;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}
#recommend_item_wrapper .StyleR_Item_ .price_ span {
	display: block;
}
#recommend_item_wrapper .StyleR_Item_ .price_ .price_strikethrough {
	text-decoration: line-through;
}
#recommend_item_wrapper .StyleR_Item_ .price_ .price_discount {
	color: #e52f00;
	font-weight: 700;
	font-size: 16px;
}
#recommend_item_wrapper .price_favorite_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}
#recommend_item_wrapper .StyleR_Item_ .heart_ img {
	width: auto;
	height: 17px;
	margin: 0 5px;
	vertical-align: middle;
}
#recommend_item_wrapper .StyleR_Item_ a {
	text-decoration: none;
	display: block;
}
#recommend_item_wrapper .shop_ a {
	padding: 0 0 0 17px;
	text-align: left;
	font-size: 12px;
	background: url(../../../img/sys/icon_shop_sp.png) left 3px no-repeat;
	-webkit-background-size: 10px 11px;
	background-size: 10px 11px;
	display: block;
}
#recommend_item_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 12px;
}
#recommend_item_wrapper .bx-controls {
	margin-top: 20px;
}
#ranking_page .goods_r_ li .rank_ {
	height: 30px;
}
#ranking_page .goods_r_ .rank_ span {
	height: 30px;
	font-size: 28px;
}
#ranking_page .goods_r_ .rank1_ .rank_ span {
	background-size: auto 20px;
}
#ranking_page .goods_r_ .rank2_ .rank_ span {
	background-size: auto 20px;
}
#ranking_page .goods_r_ .rank3_ .rank_ span {
	background-size: auto 20px;
}
#ranking_page .goods_r_ .rank4_ .rank_ span,
#ranking_page .goods_r_ .rank5_ .rank_ span,
#ranking_page .goods_r_ .rank6_ .rank_ span,
#ranking_page .goods_r_ .rank7_ .rank_ span,
#ranking_page .goods_r_ .rank8_ .rank_ span,
#ranking_page .goods_r_ .rank9_ .rank_ span,
#ranking_page .goods_r_ .rank10_ .rank_ span {
	background-size: auto 20px;
	padding-left: 28px;
}
#ranking_page .event_ .event_banner_ {
	margin: 0 0 10px;
}