/* マイページクーポン情報の適用条件非表示 */
.fs-body-my-coupons .fs-c-couponAppliedCondition{display:none}

.fs-c-lineIdLinkMessage {
    text-align: left;
}

.fs-c-quantity__select {
    width: 50px;
}
.fs-c-productQuantityAndWishlist__quantity:before {
    display: inline-block;
    width: 50px;
}
.fs-system-quantity-text {
    width: 50px;
}
.fs-c-productQuantityAndWishlist__quantity {
    position: relative;
}
.fs-c-quantity__message {
    position: absolute;
    left: 100px;
}

/* お気に入りボタン非表示 */
.fs-c-productListItem__control.fs-c-buttonContainer{
    display: none;
}

.sub_title_area_9 .sub_title:after {
	vertical-align: middle;
	font-size: 1rem;
	margin-left: 20px;
	content: "BEST SELLES";
	color: #ACA692;
}
.sub_title_area_9 .side_text_2 a {
	vertical-align: sub;
	color: #000000;
	display: block;
}

.item_box_area .item_box {
  width: 160px;
}

/* リニューアルテスト */
#renewal-test-top_slider_pc{
    height: 600px;
}

.renewal-top_slider{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.renewal-top_slider .fs-pt-carousel__track .fs-pt-carousel__slide a img {
  width: 400px;
  margin: 0 10px;
}

.renewal-top_slider {
    background: beige;
    height: 80%;
}

.renewal-top_slider .fs-pt-carousel__track {
  position: relative;
  top: 90px;
}

.fs-l-main {
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
}
