@charset "Shift_JIS";

/* 新top専用 2020.12追加 */
/* --------------------------------------------------------------------
　大枠レイアウト
--------------------------------------------------------------------- */
/*背景画像切れ防止*/
body {
	min-width: 1000px;
}
/*transition効果スピード変更*/
a,
.img_ img,
div.event_design_bottom_.more_ p.more_btn_ a,
li.pickup_shop_item_ img,
li.featured_cate_item_ img,
ul.category_list_ li img,
div.jrepoint_item_thumb_ img {
	transition: .3s;
}



/* --------------------------------------------
	フッター
----------------------------------------------- */
#footer {
	margin-top: 0;
}

/* --------------------------------------------------------------------
共通コンポーネント
--------------------------------------------------------------------- */

/* --------------------------------------------
	大見出し
----------------------------------------------- */
h2.event_title_,
h2.design_title_ {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 0;
	color: #005508;
	font-size: 24px;
}
h2.event_title_::after,
h2.design_title_::after {
	display: none;
}
h2.event_title_ .en_,
h2.design_title_ .en_ {
	display: block;
	color: #A6B90B;
	font-size: 13px;
}
h2.event_title_ .link_,
h2.design_title_ .link_ {
	margin-left: auto;
	color: #00833E;
	font-weight: normal;
	font-size: 14px;
}
h2.event_title_ .link_::before,
h2.design_title_ .link_::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 4px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	vertical-align: middle;
}

/* --------------------------------------------
	もっとみるボタン
----------------------------------------------- */
div.event_design_bottom_.more_ {
	/* margin-top: 30px; */
	display: none;
}
div.event_design_bottom_.more_ p.more_btn_ {
	width: auto;
}
div.event_design_bottom_.more_ p.more_btn_ a {
	display: inline-block;
	padding: 0 30px 0 30px;
	background: #E0E0E0;
	border: 0;
}
div.event_design_bottom_.more_ p.more_btn_ a::before {
	content: "";
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	margin-right: 5px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	vertical-align: middle;
	color: inherit;
}
div.event_design_bottom_.more_ p.more_btn_ a:hover {
	background: #E0E0E0;
	opacity: 0.75;
	text-decoration: none;
	color: inherit;
}


/* --------------------------------------------
	商品一覧（イベント用）
----------------------------------------------- */
div.StyleT_Frame_,
div.StyleP_Frame_ {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-top: 20px;
}
div.StyleT_Line_,
div.StyleP_Line_ {
	flex-shrink: 0;
	display: flex;
	flex-wrap: nowrap;
	width: 768px;
	margin-bottom: 10px;
}
div.StyleT_Item_,
div.StyleP_Item_ {
	flex-shrink: 0;
	width: 172px;
	margin: 0 20px 0 0;
}
div.StyleT_Item_ div.cart_,
div.StyleT_Item_ div.bookmark_,
div.StyleT_Item_ div.backorder_,
div.StyleT_Item_ div.soldout_,
div.StyleP_Item_ div.cart_,
div.StyleP_Item_ div.bookmark_,
div.StyleP_Item_ div.backorder_,
div.StyleP_Item_ div.soldout_ {
	display: none;
}
div.StyleT_Item_ div.img_,
div.StyleP_Item_ div.img_ {
	width: 170px;
	height: 170px;
	border: 1px solid #e6e6e6;
}
div.StyleT_Item_ div.img_ img,
div.StyleP_Item_ div.img_ img {
	width: 170px;
	height: 170px;
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IE対策*/
}
div.StyleT_Item_ div.name1_,
div.StyleP_Item_ div.name1_  {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.57;
}
div.StyleT_Item_ div.name2_,
div.StyleP_Item_ div.name2_ {
	display: none;
}
div.StyleP_Item_ div.name3_ {
	text-align: left;
}
div.StyleT_Item_ div.price_,
div.StyleP_Item_ div.price_ {
	font-weight: bold;
}
div.StyleT_Item_ div.price_ span.special_price_,
div.StyleP_Item_ div.price_ span.special_price_ {
	color: #E20000;
}
div.StyleT_Item_ div.price_ .xsmall_,
div.StyleP_Item_ div.price_ .xsmall_ {
	font-weight: normal;
}
div.StyleT_Item_ div.img_ a.goods_name_,
div.StyleP_Item_ div.img_ a.goods_name_ {
	position: relative;
	display: block;
}
/*アイコン表示*/
div.StyleT_Item_ div.img_,
div.StyleP_Item_ div.img_ {
	position: relative;
}
div.StyleT_Item_ div.img_ div.freeicon_,
div.StyleP_Item_ div.img_ div.freeicon_ {
	position: absolute;
	right: 0;
	bottom: 0;
	height: auto !important;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
}
/*ポイントUP*/
div.StyleT_Item_ div.img_ span.point_icon_,
div.StyleP_Item_ div.img_ span.point_icon_ {
	margin: 0;
	padding: 5px 8px;
	height: 22px;
	border: 0;
	background: #008803;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	word-break: keep-all;
	box-sizing: border-box;
}
/*送料無料*/
div.StyleT_Item_ div.img_ span.postagefree_icon_,
div.StyleP_Item_ div.img_ span.postagefree_icon_ {
	margin: 0;
	padding: 5px 8px;
	height: 22px;
	border: 0;
	background: #008803;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	word-break: keep-all;
	box-sizing: border-box;
}
/*セール中*/
div.StyleT_Item_ div.img_ span.sale_icon_,
div.StyleP_Item_ div.img_ span.sale_icon_  {
	margin: 0;
	padding: 5px 8px;
	height: 22px;
	border: 0;
	background: #E20000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	word-break: keep-all;
	box-sizing: border-box;
}


/*下層用パーツ非表示*/
div.StyleT_Item_ > div.freeicon_,
div.StyleT_Item_ div.price_ img.icon_,
div.StyleP_Item_ div.freeicon_,
div.StyleP_Item_ div.price_ img.icon_ {
	display: none;
}

/* --------------------------------------------
	商品一覧（人気ランキング）
----------------------------------------------- */
div.StyleR_Frame_ {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0;
	padding-top: 20px;
}
ul.StyleR_Line_ {
	display: flex;
	padding-top: 15px;
	padding-left: 15px;
}
li.StyleR_Item_ {
	flex-shrink: 0;
	width: 172px;
	margin: 0 20px 0 0;
}
li.StyleR_Item_ div.img_ {
	border: 1px solid #e6e6e6;
}
li.StyleR_Item_ .img_ img {
	width: 170px;
	height: 170px;
	margin-bottom: 0;
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IE対策*/
	vertical-align: top;
}
li.StyleR_Item_ div.name_ {
	min-height: 63px;
}
li.StyleR_Item_ div.name1_ {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.57;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
li.StyleR_Item_ div.name2_ {
	display: none;
}
li.StyleR_Item_ div.price_ {
	font-weight: bold;
}
li.StyleR_Item_ div.price_ .xsmall_ {
	font-weight: normal;
}
/*ランキングアイコン*/
.StyleR_Item_ div.rank_ {
	display: flex;
	justify-content: center;
	align-items: center;
	right: auto;
	left: -10px;
	width: 36px;
	height: 36px;
	padding: 0 3px 0 0;
	background: #E0E0E0;
	border-radius: 50%;
	color: #4C4C4C;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
	box-sizing: border-box;
}
.StyleR_Item_.rank1_ div.rank_,
.StyleR_Item_.rank2_ div.rank_,
.StyleR_Item_.rank3_ div.rank_ {
	top: -15px;
	left: -15px;
	width: 48px;
	height: 35px;
	padding-top: 12px;
	padding-right: 3px;
	border-radius: 0;
	color: #ffffff;
	font-size: 20px;
	text-indent: 0;
}
.StyleR_Item_.rank1_ div.rank_ {
	background: url(../img/usr/top/cmn_ico_rank1.png) center center / contain no-repeat;
}
.StyleR_Item_.rank2_ div.rank_ {
	background: url(../img/usr/top/cmn_ico_rank2.png) center center / contain no-repeat;
}
.StyleR_Item_.rank3_ div.rank_ {
	background: url(../img/usr/top/cmn_ico_rank3.png) center center / contain no-repeat;
}

/*ポイント・セール中アイコン表示*/
li.StyleR_Item_ div.img_ {
	position: relative;
}
li.StyleR_Item_ div.img_ div.freeicon_ {
	position: absolute;
	right: 0;
	bottom: 0;
	height: auto !important;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
/*ポイントUP*/
li.StyleR_Item_ div.img_ span.point_icon_ {
	margin: 0;
	padding: 5px 8px;
	height: 22px;
	border: 0;
	background: #008803;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	word-break: keep-all;
	box-sizing: border-box;
}
/*送料無料*/
li.StyleR_Item_ div.img_ span.postagefree_icon_ {
	margin: 0;
	padding: 5px 8px;
	height: 22px;
	border: 0;
	background: #008803;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	word-break: keep-all;
	box-sizing: border-box;
}
/*セール中*/
li.StyleR_Item_ div.img_ span.sale_icon_ {
	margin: 0;
	padding: 5px 8px;
	height: 22px;
	border: 0;
	background: #E20000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	word-break: keep-all;
	box-sizing: border-box;
}


/*下層用パーツ非表示*/
li.StyleR_Item_ div.desc_ div.freeicon_,
li.StyleR_Item_ div.price_ img.icon_ {
	display: none;
}

/* --------------------------------------------
	商品一覧（ネットでエキナカ）
----------------------------------------------- */
div.StyleP_Frame_ {
	position: relative;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 0 20px 0 0;
}
div.StyleP_Line_ {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
div.StyleP_Item_ {
	flex-shrink: 0;
	width: 172px;
}
div.StyleP_Frame_ div.img_ {
	height: 172px;
	border: 1px solid #e6e6e6;
	background: #ffffff;
}
div.StyleP_Frame_ div.img_ img {
	width: 172px;
	height: 172px;
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IE対策*/
}
div.StyleP_Frame_ div.name1_ {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
}
div.StyleP_Frame_ div.name2_ {
	display: none;
}
div.StyleP_Frame_ div.price_ {
	font-weight: bold;
}
div.StyleP_Frame_ div.price_ .xsmall_ {
	font-weight: normal;
}

/* --------------------------------------------
	横スクロール対象エリア
----------------------------------------------- */
div.scroll_wrap_ {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	margin-bottom: 0;
	padding-top: 20px;
}


/* --------------------------------------------
	セクションレイアウト
----------------------------------------------- */
/*セクション間隔
---------------------------------------*/
div.top_recommend_,
div.top_pointup_,
div.top_featured_,
div.top_pickup_shop_,
div.top_featured_category_,
div.top_category_list_,
div.top_your_recommend_,
div.top_itemhistory_ {
	margin-bottom: 80px;
}

div.top_ranking_ {
	margin-bottom: 16px;
}

/*コンテナ
---------------------------------------*/
div.container_ {
	width: 972px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------
	コンテンツスタイル
-------------------------------------------------------------------- */


/* --------------------------------------------
	メインビジュアル
----------------------------------------------- */
#mainvisual {
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 20px;
	min-width: 972px;
	height: 370px;
}
#mainvisual_inner {
	width: 100%;
}
#mainvisual img {
	width: 100%;
	height: auto;
}
#mainvisual .slider_main .img_ {
	opacity: 0.5;
	transition: 0.3s;
}
#mainvisual .slider_main .img_.slick-active.slick-center {
	opacity: 1;
}
#mainvisual .slick-arrow {
	position: absolute;
	z-index: 1;
	appearance: none;
	border: 0;
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.8);
	cursor: pointer;
}
#mainvisual .slick-arrow::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
#mainvisual .slick-arrow:focus {
	outline: none;
}
#mainvisual .slick-prev {
	left: calc(50% - 546px);
	top: 50%;
	margin-top: -25px;
}
#mainvisual .slick-next {
	right: calc(50% - 546px);
	top: 50%;
	margin-top: -25px;
}
#mainvisual .slick-prev::before {
	transform: rotate(-135deg);
}
#mainvisual .slick-next::before {
	transform: rotate(45deg);
}
#mainvisual .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}
#mainvisual .slick-dots li {
	margin: 0 10px;
}
#mainvisual .slick-dots button {
	appearance: none;
	border: 0;
	overflow: hidden;
	width: 10px;
	height: 0;
	margin: 0;
	padding: 10px 0 0 0;
	border-radius: 50%;
	background: #e0e0e0;
}
#mainvisual .slick-dots .slick-active button {
	background: #00833E;
}
@media screen and (max-width: 1200px) {
	#mainvisual .slick-prev {
		left: 0;
	}
	#mainvisual .slick-next {
		right: 0;
	}
}


/* --------------------------------------------
	おすすめ特集
----------------------------------------------- */
div.top_recommend_ .design_title_ {
	text-align: left;
}
ul.top_recommend_list_ {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.top_recommend_list_ .img_ {
	width: 230px;
	margin-top: 17px;
}
ul.top_recommend_list_::before,
ul.top_recommend_list_::after {
	content: "";
	display: block;
	width: 230px;
}
ul.top_recommend_list_::before {
	order: 1;
}
ul.top_recommend_list_::after {
	order: 2;
}
ul.top_recommend_list_ img {
	width: 100%;
	height: auto;
	width: 230px;
	height: fit-content;
}

/* 22.12 Add
   おすすめ特集 Rtoaster修正 */
.top_recommend_rt_ {
	display: flex;
	justify-content: space-between;
}
.top_recommend_rt_ > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_recommend_rt_ #rtoaster_small-1,
.top_recommend_rt_ #rtoaster_small-2 > li,
.top_recommend_rt_ #rtoaster_small-3 {
	max-width: 230px;
}
.top_recommend_rt_ #rtoaster_small-2 {
	max-width: calc(230px * 2 + (100% - 230px * 4) / 3);	/* 2カラム＋余白 */
}
.top_recommend_rt_ .img_ { margin-top: 17px; }
.top_recommend_rt_ .img_ img {
	width: auto;
	max-width: 100%;
}


/* --------------------------------------------
	話題のキーワード
----------------------------------------------- */
div.top_keyword_ {
	padding: 15px;
}
div.top_keyword_inner_ {
	display: flex;
	align-items: center;
	width: 980px;
	margin: 0 auto;
}
div.top_keyword_ h2.top_keyword_title_ {
	flex-shrink: 0;
	margin-right: 20px;
	width: 120px;
	color: #999999;
	font-weight: bold;
}
div.top_keyword_ ul.top_keyword_list_ li {
	display: inline-block;
	margin: 5px 10px 5px 0;
}
div.top_keyword_ ul.top_keyword_list_ a {
	display: block;
	padding: 7px 10px 5px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: #ffffff;
	line-height: 1;
}
div.top_keyword_ ul.top_keyword_list_ a:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.75;
}

/* --------------------------------------------
	注目ショップ
----------------------------------------------- */
ul.pickup_shop_ {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}
li.pickup_shop_item_ {
	margin-bottom: 14px;
}
li.pickup_shop_item_ a:hover img {
	opacity: 0.75;
}
#rtoaster_maineunder .pickup_shop_item_ img {
	height: fit-content;
	width: 384px !important;
}

/* --------------------------------------------
	注目カテゴリ
----------------------------------------------- */
ul.featured_cate_ {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
li.featured_cate_item_ {
	margin-bottom: 15px;
}
li.featured_cate_item_ a:hover img {
	opacity: 0.75;
}
li.featured_cate_item_ img {
	max-width: 250px;
}

/* --------------------------------------------
	カテゴリ一覧
----------------------------------------------- */
ul.category_list_ {
	display: flex;
	flex-wrap: wrap;
}
ul.category_list_ li {
	width: 100px;
	margin-top: 30px;
	margin-right: 35px;
	text-align: center !important;
}
ul.category_list_ li:nth-child(6n) {
	margin-right: 0;
}
ul.category_list_ li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
ul.category_list_ li a:hover img {
	opacity: 0.75;
}
ul.category_list_ li img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #E6E6E6;
}
ul.category_list_ .title_ {
	display: block;
	width: 100px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.375;
}
div.top_category_list_ div.event_design_bottom_.more_ {
	display: block;
	margin-top: 30px;
}

/*-------------------------------------
　ユーザー＆ポイント情報
---------------------------------------*/
div.cmn_usr_ {
	margin-top: 60px;
	margin-bottom: 60px;
  padding: 10px;
  background: #E9EFE9;
}
div.cmn_usr_inner_ {
	display: flex;
	justify-content: flex-end;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 4px;
}
/*ユーザー名*/
p.cmn_usr_name_ {
	align-self: center;
	width: 250px;
}
p.cmn_usr_name_ a{
  display: flex;
  align-items: center;
  font-weight: normal;
	text-decoration: none;
}
p.cmn_usr_name_ a:hover {
	opacity: 0.8;
}
p.cmn_usr_name_ a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  background: url(../img/usr/top/cmn_ico_login.png) center center / 25px 30px no-repeat;
  background-color: #E0E0E0;
}
/*保有ポイント見出し*/
p.cmn_usr_point_ttl_ {
	display: flex;
	align-items: center;
	margin-right: 40px;
	padding: 10px 20px;
  background: #EFEFEF;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
/*保有ポイント表示*/
dl.cmn_usr_point_ {
	flex-shrink: 0;
	width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
dl.cmn_usr_point_ dt.point_label1_ {
  width: 30%;
	font-weight: bold;
	font-size: 14px;
}
dl.cmn_usr_point_ dt.point_label2_ {
  width: 30%;
  font-size: 12px;
}
dl.cmn_usr_point_ dd.point_count1_{
  width: 70%;
	text-align: right;
	font-size: 14px;
}
dl.cmn_usr_point_ dd.point_count2_ {
  width: 70%;
  text-align: right;
  font-size: 12px;
}
dl.cmn_usr_point_ span.num_ {
  color: #00833E;
  font-weight: bold;
}
dl.cmn_usr_point_ dd.point_count1_ span.num_ {
  font-size: 20px;
}
dl.cmn_usr_point_ dd.point_count2_ span.num_ {
  font-size: 16px;
}
/*未連携の場合のテキスト*/
p.cmn_usr_txt_ {
  font-size: 12px;
}
/*JREポイント連携ボタン*/
p.cmn_usr_btn_ {
  margin-top: 10px;
}
p.cmn_usr_btn_ a {
  display: block;
  padding: 10px 5px;
  background: #00833E;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
	text-decoration: none;
}
p.cmn_usr_btn_ a:hover {
	opacity: 0.8;
}
p.cmn_usr_btn_ a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
/*JREポイント関連リンク*/
ul.cmn_usr_link_ {
  margin-top: 10px;
	text-align: right;
	font-size: 14px;
}
ul.cmn_usr_link_ li {
	display: inline-block;
	margin-left: 15px;
}
ul.cmn_usr_link_ a {
  color: #196236;
  text-decoration: none;
}
ul.cmn_usr_link_ a:hover {
	text-decoration: underline;
}
ul.cmn_usr_link_ a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  vertical-align: middle;
}
ul.cmn_usr_link_ a[target="_blank"]::before {
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  border: 0;
  transform: rotate(0);
  background: url(../img/usr/top/cmn_ico_blank.png) center center / contain no-repeat;
}



/* --------------------------------------------
	あなたにおすすめの商品
----------------------------------------------- */
div.top_your_recommend_ div.freeicon_ {
	margin: 0;
}

/* --------------------------------------------
	最近見た商品
----------------------------------------------- */
div.top_itemhistory_ div.freeicon_ {
	margin: 0;
}
#itemHistoryButton {
	margin-top: 10px;
}
#itemHistoryButton a.item_history_link_ {
	padding-right: 0;
	background: none;
	font-size: 14px;
	text-decoration: underline;
}
#itemHistoryButton a.item_history_link_:hover {
	color: #0A8C0D;
}

/* --------------------------------------------
	JRE POINTについて
----------------------------------------------- */
div.jrepoint_ {
	padding-top: 47px;
	padding-bottom: 60px;
	background: #E6E6E6;
}
h2.jrepoint_title_ {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.04em;
}
div.jrepoint_wrap_ {
	display: flex;
	justify-content: space-between;
}
div.jrepoint_item_ {
	position: relative;
	width: 310px;
	padding-left: 120px;
	text-align: left;
	box-sizing: border-box;
}
div.jrepoint_item_thumb_ {
	position: absolute;
	left: 0;
	top: 0;
}
div.jrepoint_item_thumb_ a:hover img {
	opacity: 0.75;
}
h3.jrepoint_item_title_ {
	margin-bottom: 10px;
	font-weight: bold;
}
p.jrepoint_item_txt_ {
	font-size: 12px;
	line-height: 1.5;
}

/* --------------------------------------------
	ネットでエキナカ
----------------------------------------------- */
div.ekinaka_ {
	padding: 60px 0;
	background: #F1EFEA;
}
h2.ekinaka_title_ {
	margin-bottom: 30px;
}
div.ekinaka_text_ {
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.857;
}
div.ekinaka_ div.event_design_bottom_.more_ {
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
}
div.ekinaka_ div.event_design_bottom_.more_ .more_btn_ a {
	background: #400001;
	border: 1px solid #400001;
	color: #ffffff;
}

/* --------------------------------------------
	モール別人気商品ランキング
----------------------------------------------- */
#mall_ranking {
  width: 972px;
  margin: 0 auto 50px;
  text-align: left;
}
.mall_ranking_tab_ {
  position: relative;
  margin: 20px 0;
}
.mall_ranking_tab_ ul {
  display: flex;
}
.mall_ranking_tab_ li {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 121px;
  text-align: center;
  background: #D8D8D8;
  font-size: 10px;
  line-height: 1.8;
  padding: 13px 3px 12px;
  margin: 0 2px 0 0;
  box-sizing: border-box;
  word-break: break-all;
}
.mall_ranking_tab_ li:nth-child(n+9) {
  display: none;
}
.mall_ranking_tab_ li.slick-slide {
  display: flex;
}
.mall_ranking_tab_ li.active_ {
  color: #fff;
  background: #A6B90E;
}
.mall_ranking_tab_ li:last-child {
  margin: 0;
}
.mall_ranking_tab_ li:not(.active_) {
  cursor: pointer;
}
.mall_ranking_tab_ li:not(.active_):hover {
  opacity: .8;
}
.mall_ranking_more {
  text-align: right;
  margin: 15px 0 0;
}
.mall_ranking_more a {
  position: relative;
  padding: 0 12px 0 0;
  font-size: 14px;
  text-decoration: underline;
}
.mall_ranking_more a:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
}
.mall_ranking_more a:hover {
  text-decoration: none;
}
.mall_ranking_more a:hover:after {
  border-color: #00833E;
}
.mall_ranking_list_ {
  position: relative;
  height: 300px;
}
.mall_ranking_list_ .goods_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.mall_ranking_list_ .goods_:first-child {
  opacity: 1;
  z-index: 2;
}
.mall_ranking_list_.active_ .goods_:not(.hide_) {
  opacity: 1;
  z-index: 2;
}
.mall_ranking_list_ .goods_.hide_ {
  opacity: 0;
  z-index: 1;
}
.mall_ranking_list_ .goods_ {
  opacity: 0;
  z-index: 1;
}
.mall_ranking_list_ div.StyleR_Frame_ {
  overflow: hidden;
  padding: 0 2px 0 10px;
  box-sizing: border-box;
}
.mall_ranking_list_ ul.StyleR_Line_ {
  width: 100%;
  padding: 0;
}
.mall_ranking_list_ .StyleR_Line_ .StyleR_Item_ {
  padding: 20px 0 0 7px;
  margin: 0 8px 0 0;
  min-width: 177px;
  width: 177px !important;
}
.mall_ranking_list_ .StyleR_Line_ .StyleR_Item_:nth-child(4n+1) {
  clear: none;
}
.mall_ranking_list_ .StyleR_Item_{
  min-height: 295px;
}
.mall_ranking_list_ .StyleR_Item_ div.price_ {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}
.mall_ranking_list_ .StyleR_Item_ div.rank_ {
  top: 5px;
  left: 0;
  font-size: 16px;
}
.mall_ranking_list_ .StyleR_Item_ div.img_ {
  max-width: 170px;
  max-height: 170px;
}
#mall_ranking .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
#mall_ranking .slick-arrow.slick-prev {
  left: 5px;
  background: url(../img/usr/arrow_prev.png) no-repeat center / contain;
}
#mall_ranking .slick-arrow.slick-next {
  right: 5px;
  background: url(../img/usr/arrow_next.png) no-repeat center / contain;
}
#mall_ranking .slick-arrow.slick-disabled {
  display: none !important;
}
#mall_ranking .mall_ranking_tab_ .slick-arrow {
  width: 23px;
  height: 20px;
}
#mall_ranking .mall_ranking_list_ .slick-arrow {
  top: 95px;
  bottom: auto;
  margin: 0;
  width: 31px;
  height: 27px;
}
#mall_ranking .mall_ranking_list_ .slick-arrow.slick-prev {
  left: 10px;
}
#mall_ranking .mall_ranking_list_ .slick-arrow.slick-next {
  right: 15px;
}

div.StyleT_Item_ div.img_ div.freeicon_ span.postagefree_icon_,
div.StyleP_Item_ div.img_ div.freeicon_ span.postagefree_icon_,
li.StyleR_Item_ div.img_ div.freeicon_ span.postagefree_icon_ {
	padding-right: 25px;
}
div.StyleT_Item_ .postagefree_icon_,
div.StyleP_Item_ .postagefree_icon_,
li.StyleR_Item_ .postagefree_icon_ {
	position: relative;
}
div.StyleT_Item_ div.img_ .postagefree_icon_ img,
div.StyleP_Item_ div.img_ .postagefree_icon_ img,
li.StyleR_Item_ div.img_ .postagefree_icon_ img {
	position: absolute;
	top: 50%;
	transform: translateY(-55%);
	height: 15px;
	width: 15px;
	margin: 0 0 3px 5px;
}
li.StyleR_Item_ div.img_ .postagefree_icon_ img {
	display: inline;
}

/* --------------------------------------------
	注目カテゴリー変更
----------------------------------------------- */
#top_featured_category .scroll_wrap_ ul.featured_cate_.featured_list {padding: 0 5px;}
li.featured_cate_item_{margin-bottom: 20px;}
#top_featured_category .scroll_wrap_ .featured_cate_.featured_list li a{
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	display: block;
}
#top_featured_category .scroll_wrap_ .featured_cate_.featured_list li a:hover{text-decoration: none;}
#top_featured_category .scroll_wrap_ .featured_cate_.featured_list li img{
	max-width: 245px;
	width: 245px;
	height: 245px;
	object-fit: cover;
}
#top_featured_category .scroll_wrap_ .featured_cate_.featured_list .featured_list_box{
	display: block;
	font-weight: bold;
	color: #11184b;
	padding: 15px 5px;
	font-size: 100%;
	text-align: center;
	background: #fff;
	border-bottom: 5px solid #00833E;
}


/* --------------------------------------------
	CLS改善
----------------------------------------------- */
#popular_shop li img {
	width: 172px;
	height: 90px;
	object-fit: cover;
}
#newopen_shop li img {
	width: 187px;
	height: fit-content;
}
#jrepoint div.jrepoint_item_thumb_ img {
	width: 110px;
	height: 110px;
	object-fit: contain;
}
#ekinaka .ekinaka_title_ img {
	width: 240px;
	height: 47px;
	object-fit: contain;
}
.leftmenuframe_ #rtoaster_bnr > li img {
	width: 150px;
	height: 70px;
	object-fit: contain;
}