@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------------------------
 リニューアル2024
----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {

  .fs-l-main {
    margin: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-l-main {
		margin: 0px;
	}
}
@media screen and (min-width: 1200px) {
  .fs-l-main {
    width: auto;
  }
}

.fs-l-page {
    padding-top: 108px;
}	
	
.fs-l-main {
  padding-left: 7.6vw;
  padding-right: 7.6vw;
}
.l-pl-page {
  max-width: 1220px;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  /*background: #ccc;*/
}
@media screen and (max-width: 768px) {
  .fs-l-main {
    padding-left: 6.7vw;
    padding-right: 6.7vw;
  }
.fs-l-page {
    padding-top: 92px;
}	
}

@media screen and (max-width: 480px) {
.fs-l-page {
    padding-top: 86px;
}	
}

/*幅100％エリアのテスト*/
/*.p-page-title {
	background: red;
	margin-left: -7.6vw;
	width: 100%;
	width: calc(100% + 15.2vw);
}
@media screen and (max-width: 768px) {
.p-page-title {
	margin-left: -6.7vw;
	width: calc(100% + 15.2vw);
}
}*/
/*幅100％エリアのテスト　ここまで*/
/*商品グループレイアウト*/
.fs-l-main.product-group .l-pl-page {
  margin-left: -7.6vw;
  width: 100%;
  width: calc(100% + 15.2vw);
  max-width: none;
}
@media screen and (max-width: 768px) {
  .fs-l-main.product-group .l-pl-page {
    margin-left: -6.7vw;
    width: calc(100% + 13.4vw);
  }
}

.p-page-title {
	padding: 80px 0;
}
.fs-l-main.product-group .p-page-title__text {
  font-size: 42px;
	margin-bottom: 0;
	line-height: 1.5;
	letter-spacing: 0.06em;
}



.fs-l-main.product-group .l-pl-page__nav {
  width: 20%;
	align-self: auto;
}
.fs-l-main.product-group .l-pl-page__body {
  width: 80%;
}
.fs-l-main.product-group .fs-c-productList__list__item {
  /*width: 25% !important;*/
  width: calc(25% - 2px) !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 50px;
  margin-left: 2px;
}
.fs-l-main.product-group .ctm__imageContainer-wrapper {
  /*padding-left: 1px;
	padding-right: 1px;*/
}
.fs-l-main.product-group .fs-c-productListItem__imageContainer {
  padding-bottom: 0;
}
.fs-l-main.product-group .fs-c-productListItem__image {
  margin-bottom: 0px;
  border: none;
  background: #f2f2f2;
}
.fs-l-main.product-group .productListItem__wrapper {
  padding: 10px 15px 0;
}
.fs-l-main.product-group .productListItem__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
.fs-l-main.product-group .fs-c-productListItem__productName {
  width: 60%;
  margin-bottom: 0.4em;
  font-size: 12px;
  color: #212121;
  line-height: 1.4;
}
.fs-l-main.product-group .fs-c-productListItem__prices {
  width: 35%;
  text-align: right;
  /*	background: #ccc;*/
  font-size: 5px;
}
.fs-l-main.product-group .fs-c-productName__copy {
  font-size: 12px;
  color: #212121;
  line-height: 1.4;
}
.fs-l-main.product-group .fs-c-productListItem .fs-c-productPrice {
  font-size: 12px;
  color: #212121;
  line-height: 1.4;
  text-align: right;
  font-weight: bold;
}
.fs-l-main.product-group .fs-c-price__currencyMark {
  display: inline;
}
.fs-l-main.product-group .fs-c-productPrice__addon {
  display: none;
}
.fs-l-main.product-group .fs-c-price:after {
  content: none;
}
.fs-l-main.product-group .fs-c-productPrice {
  display: inline;
}
.fs-l-main.product-group .fs-c-productPrice__main {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .fs-l-main.product-group .productListItem__box {
    flex-wrap: wrap;
  }
  .fs-l-main.product-group .fs-c-productListItem__productName {
    width: 100%;
  }
  .fs-l-main.product-group .fs-c-productListItem__prices {
    width: 100%;
    text-align: left;
  }
	
	.fs-l-main.product-group .fs-c-productListItem__outOfStock {
		color: #A1051D;
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
  .fs-l-main.product-group .l-pl-page__body {
    width: 100%;
  }
  .l-pl-page__nav {
    display: none;
  }
  .fs-l-main.product-group .fs-c-productList__list__item {
    margin-left: 0px;
    margin-right: 2px;
  }
  .fs-l-main.product-group .fs-c-productList__list__item:nth-child(4n) {
    margin-right: 0;
  }
.p-page-title {
	padding: 40px 0 20px;
}
}
@media screen and (max-width: 480px) {
  .fs-l-main.product-group .l-pl-page__body {
    width: 100%;
  }
  .fs-l-main.product-group .p-page-title__text {
    font-size: 26px;
  }
  .fs-l-main.product-group .fs-c-productList__list__item {
    width: calc(50% - 1px) !important;
    padding-bottom: 30px;
    margin-right: 2px;
  }
  .fs-l-main.product-group .fs-c-productList__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-l-main.product-group .fs-c-productListItem__productName {
    font-size: 14px;
  }
  .fs-l-main.product-group .fs-c-productListItem .fs-c-productPrice {
    font-size: 14px;
  }
}


/*商品グループ
サイドナビ*/
.product-group .l-pl-page__nav--inner {
    padding-top: 0px;
}
.sidenavi__wrapper {
  padding-left: 30px;
}
.fs-l-main.product-group .l-pl-page__nav {
	/*z-index: -1;*/
}

/*.sidenavi__wrapper{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
*/


.sidenavi__block {
  /*  display: flex;
  flex-direction: column;
  min-width: 200px;*/
}
.sidenavi__item {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.sidenavi__head {
  text-align: left;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
}
.sidenavi__body {
  background: #fff;
  font-size: 12px;
  border: none;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.sidenavi__body.is-open li {
  margin-top: 10px;
}
.sidenavi__body.is-open {
  line-height: 1.5;
  opacity: 1;
}

.sidenavi__body a {
  pointer-events: none;
}

.sidenavi__body.is-open a {
  pointer-events: auto;
}

.sidenavi__body a {
    transition: none;
}

.sidenavi__body.is-open {
	animation: sidnavi-animation .4s ease-in-out forwards;
}
@keyframes sidnavi-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*商品グループ
並び替え*/
.product-list-parts__wrapper .fs-c-productList__controller {
  width: 250px;
}
.product-list-parts__wrapper .fs-c-sortItems__list {
  padding-right: 20px;
}
.product-list-parts__wrapper .fs-c-productList__controller .fs-c-sortItems {
  display: block !important;
}
.product-list-parts__wrapper .fs-c-productList__controller .fs-c-sortItems__list__item__label {
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  display: inline-block;
  opacity: 1;
  transition: none;
}
.product-list-parts__wrapper .fs-c-productList__controller a.fs-c-sortItems__list__item__label:hover {
  color: #000;
  background-color: #fff;
  transition: none;
}
.product-list-parts__wrapper .fs-c-productList__controller .is-active .fs-c-sortItems__list__item__label {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}
.fs-c-productList__controller .fs-c-sortItems__label {
  display: none;
}
.fs-c-sortItems ul.fs-c-sortItems__list {
  /*position: absolute;
    top: -35px;
    right: 0;*/
  font-size: 11px;
}
.fs-c-sortItems li.fs-c-sortItems__list__item {
  margin-left: 12px;
  display: inline-block;
}
.fs-c-sortItems li.fs-c-sortItems__list__item.is-active a {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .product-list-parts__wrapper .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
    margin-bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .product-list-parts__wrapper .fs-c-productList__controller {
    width: 70%;
  }
.fs-c-sortItems li.fs-c-sortItems__list__item {
    line-height: 1;
}
.product-list-parts__wrapper .fs-c-productList__controller .fs-c-sortItems {
    margin-bottom: 10px;
}
}

/*商品グループ
絞り込み*/
.product-list-parts__wrapper .fs-c-pagination {
  display: none;
}
.product-list-parts__wrapper {
  display: flex;
  justify-content: space-between;
	    flex-direction: row-reverse;
}
.narrowdown-navi__wrapper {
  /*width: 60%;*/
	width: calc(100% - 250px);
  padding-left: 3px;
	margin-bottom: 10px;
}
.narrowdown-navi__wrapper ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.narrowdown-navi__wrapper li.narrowdown-list a {
  font-size: 11px;
  background: #f0f0f0;
  padding: 2px 4px;
  margin-right: 7px;
  margin-bottom: 5px;
}
.narrowdown-navi__wrapper li.narrowdown-list.is-current a {
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 2px 6px;
}
.narrowdown-navi__title {
  display: none;
}
.narrowdown-navi__wrapper li.narrowdown-list_return a {
	background: none;
	padding-left: 12px;
	margin-right: 12px;
}
.narrowdown-navi__wrapper li.narrowdown-list_return a span {
	position: relative;
}

.narrowdown-navi__wrapper li.narrowdown-list_return a span::after {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    left: -12px;
    top: 0;
    transform: rotate(135deg);
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 991px) {
  .narrowdown-navi__wrapper {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
 .narrowdown-navi__wrapper {
    width: 30%;
	 position: relative;
  }
  .narrowdown-navi__title {
    display: block;
	  font-size: 11px;
	  position: relative;
  }
 .narrowdown-navi__title span {
	  position: relative;
  }
	.narrowdown-navi__title span::after {
		content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: -15px;
    top: 0;
    transform: rotate(45deg);
		transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
   -webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  }
.active_sp .narrowdown-navi__title span::after {
	top: 4px;
    transform: rotate(225deg);
  }
  .narrowdown-navi__wrapper ul {
    display: none;
  }

.narrowdown-navi__wrapper ul {
    display: block;
	overflow: hidden;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100vw;
	top: 25px;
    left: 0;
    padding: 0;
	height: 0px;
	transition: .4s;
	opacity: 0;

}
	.narrowdown-navi__wrapper .active_sp ul {
	height: auto;
	/*overflow: visible;*/
		opacity: 1;
}	
.narrowdown-navi__wrapper li.narrowdown-list {
	overflow: hidden;
	/*transition: .4s;*/
	padding: 0 ;
}

.narrowdown-navi__wrapper .active_sp li.narrowdown-list {
	/*height: 30px;*/
	overflow: visible;
	border-top: 1px solid #D5D5D5;
}
/*.narrowdown-navi__wrapper li.narrowdown-list {
	border-bottom: 1px solid #D5D5D5;
	padding: 0 ;
}*/	
.narrowdown-navi__wrapper li.narrowdown-list a {
    background: none;
    padding: 10px 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}
.narrowdown-navi__wrapper li.narrowdown-list.is-current a {
    background: none;
    color: #000;
    border-radius: 0px;
    padding: 10px 20px;
}
.narrowdown-navi__wrapper li.narrowdown-list.is-current a {
	font-weight: bold;
}
.narrowdown-navi__wrapper li.narrowdown-list_return a span::after {
	content: none;
}
}

.product-group .fs-c-productListItem__salesPeriodNotice.fs-c-productListItem__notice {
    color: #A1051D;
	font-size: 12px;
}



/* AIレコメンド　スライダー修正 */
/* rank_handkerchief*/
.recommend_history_wrapper .fr3-productListCarousel__responsive_2 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 9px * 10) / 10);
}

@media screen and (max-width: 480px) {
  /* ここに480px以下の場合に適用されるCSSを記述 */
/* スライダー修正 */

/*.fs-l-main {
    margin: 0 0 0 20px;
	width: 100%;
}*/

.recommend_history_wrapper .fr3-productListCarousel {
    /* display: grid; */
	display: block;
    /* grid-template-columns: 32px 1fr 32px; */
	grid-template-columns: none;
    overflow: scroll;
    width: calc(100vw - 20px);
}

.recommend_history_wrapper .fr3-productListCarousel__ButtonContainer {
    display: none;
}

.recommend_history_wrapper .fr3-productListCarousel__slides {
    /*justify-content: space-between;*/
    gap: 10px;
}
.recommend_history_wrapper .fr3-productListCarousel__responsive_2 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 10px * -5) / 3);
}
/*480px end*/
}
	
/* PCの閲覧履歴の表示（10アイテム表示） ctm_history_2024 */
.ctm_history_2024_wrapper .fr3-productListCarousel__responsive_2 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 9px * 10) / 10);
}


@media screen and (max-width: 480px) {

.ctm_history_2024_wrapper .fr3-productListCarousel {
    /* display: grid; */
	display: block;
    /* grid-template-columns: 32px 1fr 32px; */
	grid-template-columns: none;
    overflow: scroll;
    width: calc(100vw - 20px);
}

.ctm_history_2024_wrapper .fr3-productListCarousel__ButtonContainer {
    display: none;
}

.ctm_history_2024_wrapper .fr3-productListCarousel__slides {
    /*justify-content: space-between;*/
    gap: 10px;
}
.ctm_history_2024_wrapper .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 10px * 8) / 3);
}	

/*480px end*/
}


/* 新着のお品 */
.airecommend_2024_wrapper .fs-p-heading--lv2 {
	display: none;
}

.airecommend_2024_wrapper .fr3-productListCarousel {
    display: block;
	position: relative;
}
.airecommend_2024_wrapper .fr3-productListCarousel__ButtonContainer {
	display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
}
.airecommend_2024_wrapper .fr3-productListCarousel__ButtonContainer img {
	display: none;
}
.airecommend_2024_wrapper .fr3-productListCarousel__prevButton {
    width: 17px;
    height: 32px;
    align-items: center;
    position: absolute;
    left: -46px;
    top: 150px;
    background: url(/item/assets/images/common/img_airecommend_prev.png) center center no-repeat;
    background-size: 17px auto;
}

.airecommend_2024_wrapper .fr3-productListCarousel__nextButton {
    width: 17px;
    height: 32px;
    align-items: center;
    position: absolute;
    right: -46px;
    top: 150px;
	background: url(/item/assets/images/common/img_airecommend_next.png) center center no-repeat;
    background-size: 17px auto;
}



.airecommend_2024_wrapper .fr3-productListCarousel__slides {
    gap: 2px;
	overflow: hidden;
}

.airecommend_2024_wrapper .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 2px * 4) / 5);
}


@media screen and (max-width: 768px) {
	

	

.airecommend_2024_wrapper .fr3-productListCarousel {
    /* display: grid; */
	display: block;
    /* grid-template-columns: 32px 1fr 32px; */
	grid-template-columns: none;
    overflow: scroll;
    width: calc(100vw - 6.7vw);
}
	
	
.airecommend_2024_wrapper .fr3-productListCarousel__ButtonContainer {
    display: none;
}
.airecommend_2024_wrapper .fr3-productListCarousel__slides {
    /*justify-content: space-between;*/
    gap: 2px;
	overflow-x: scroll;
    overflow-y: hidden;
}
	
	
.airecommend_2024_wrapper .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 10px * 8) / 3);
}	

/*768px end*/
}
@media screen and (max-width: 480px) {

.airecommend_2024_wrapper .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 10px * 7) / 2);
}	

/*480px end*/
}

/*フォント関係*/
.airecommend_2024_wrapper .fr3-item__productName {
    font-size: 12px;
}
.airecommend_2024_wrapper .fr3-item__productPrice__price {
    font-size: 13px;
	font-weight: bold;
}
.airecommend_2024_wrapper .fr3-item__productPrice__addon {
	display: none;
}
.airecommend_2024_wrapper .fr3-item__productName,
.fr3-item__productPrice {
	padding-left: 10px;
	padding-right: 10px;
}


/*最近ご覧になったお品*/
.airecommend_ctm_history_wrapper {
	max-width: 1220px;
	margin: 100px auto 100px;
}
.airecommend_ctm_history_wrapper .ctm_history_title {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.airecommend_ctm_history_wrapper .fs-p-heading--lv2 {
	display: none;
}

.airecommend_ctm_history_wrapper .fr3-productListCarousel__slides {
    display: flex;
    gap: unset;
    overflow-x: auto;
    overflow-y: auto;
    scroll-snap-type: none;
    scroll-behavior: auto;
	justify-content: center;
}
.airecommend_ctm_history_wrapper .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
	flex: none;
	width: calc(10% - 2px);
	margin: 0 1px;
}
.airecommend_ctm_history_wrapper .fr3-item__productName,
.airecommend_ctm_history_wrapper .fr3-item__productPrice {
	display: none;
}
.airecommend_ctm_history_wrapper .fr3-productListCarousel {
    display: block;
}
.airecommend_ctm_history_wrapper .fr3-productListCarousel__ButtonContainer {
    display: none;
}
@media screen and (max-width: 1280px) {
.airecommend_ctm_history_wrapper {
	padding-left: 7.6vw;
	padding-right: 7.6vw;
}
/*1280px end*/
}
@media screen and (max-width: 768px) {
.airecommend_ctm_history_wrapper {
	padding-left: 6.7vw;
	padding-right: 0;
}
	
.airecommend_ctm_history_wrapper .fr3-productListCarousel__slides {
    display: flex;
    gap: 2px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
	justify-content: flex-start;
}
.airecommend_ctm_history_wrapper .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
        flex: 0 0 calc((100% - 2px) / 6.5);
	    width: auto;
    margin: 0;
    }

/*768px end*/
}
@media screen and (max-width: 480px) {
.airecommend_ctm_history_wrapper .fr3-productListCarousel__responsive_4 .fr3-productListCarousel__slide {
        flex: 0 0 calc((100% - 2px) / 3.5);
    }

/*480px end*/
}


/*フッター / BACK TO HOME*/
.l-back-to {
  position: relative
}
.l-back-to-top-area {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  transform: translateX(-50%)
}
.l-back-to-top-area .l-back-to-top {
  position: absolute;
  top: 18px;
  right: 8%;
  z-index: 2
}
.l-back-to-top-area--index .l-back-to-top {
  top: -22px
}
.l-back-to-home {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: WAKOROMAN, serif;
  font-size: 13px;
  color: #fff;
  background-color: #9b9b9b
}
.l-back-to-home:before {
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg)
}
.l-back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #f0ebe4;
  border-radius: 50%
}
.l-back-to-top > img {
  width: 5.5px
}
@media screen and (min-width:768px) {
 .l-back-to-top-area .l-back-to-top {
    right: 64px
  }
}


@media screen and (min-width:992px) {
 .l-back-to-top-area .l-back-to-top {
    top: 8px;
    right: 32px
  }
  .l-back-to-top-area--index .l-back-to-top {
    top: -30px
  }
  .l-back-to-home {
    height: 45px;
    transition: opacity .4s ease-in-out
  }
  .l-back-to-home:hover {
    opacity: .7
  }
  .l-back-to-top {
    width: 60px;
    height: 60px;
    transition: opacity .4s ease-in-out
  }
  .l-back-to-top:hover {
    opacity: .9
  }
  .l-back-to-top > img {
    width: 7px
  }
}

@media screen and (min-width:1200px) {
	
  .l-back-to-top-area .l-back-to-top {

    right: 64px
  }	
}

/*パンくず*/
nav.fs-c-breadcrumb {
	margin: 90px 0 0;
	width: 100%;
	/*max-width: 1200px;*/
	        
	    border-top: 1px dotted #030202;
    border-bottom: 1px dotted #030202;
}

ol.fs-c-breadcrumb__list {
    display: flex;
    align-items: center;
    height: 30px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	max-width: 1200px;
	margin: 0;
	padding-right: 64px;
        padding-left: 64px;
}

li.fs-c-breadcrumb__listItem {
    position: relative;
    font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, Meiryo, "\30E1\30A4\30EA\30AA", sans-serif;
    font-size: 10px;
    line-height: 1;
	padding-right: 30px;
}

.fs-c-breadcrumb__listItem a {
        transition: opacity .4s ease-in-out;
	color: #000;
    text-decoration: none;
    }
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: none;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    position: absolute;
    top: 5px;
    left: -20px;
    display: block;
    width: 14px;
    height: 1px;
    content: "";
    background-color: #555;
}

@media screen and (max-width: 480px) {
	

nav.fs-c-breadcrumb {
    overflow-x: scroll;
}
ol.fs-c-breadcrumb__list {
    width: 200vw;
}	
ol.fs-c-breadcrumb__list {
	padding-right: 8%;
        padding-left: 8%;
}

/*480px end*/
}

/*商品一覧　SOLD OUT表示*/
.fs-c-productListItem__outOfStock {
	color: #A1051D;
  font-size: 12px;
}
.ct__wrapper .fs-c-productListItem__outOfStock {
	color: #A1051D;
  font-size: 12px;
}


/*商品マーク*/
.fs-c-productMarks li.fs-c-productMark__item {
    margin: 0px;
}
.fs-c-productListItem .fs-c-productMarks {
    display: block;
}
.fs-c-productMark__mark {
        font-size: 10px;
        color: #000;
        background: #f0f0f0;
        border: none;
	margin: 0 5px 5px 0;
    }
.fs-c-productMarks .fs-c-productMark {
    margin-bottom: 0px;
}
.fs-c-productMark__mark {
	display: none;
}
.product-group .c-mark--product-group,
.product_details .c-mark--product-group {
	display: block;/*商品詳細と商品グループに表示*/
}
.product_details .c-mark--product-details {
	display: block;/*商品詳細のみ表示*/
}

/*現在登録されているお品はありませんの表示*/
/*.fs-c-noResultMessage__title {
	text-align: center;
}*/

.category-top .fs-c-pagination,
.product-group .fs-c-pagination {
    margin-left: -20vw;
}

@media screen and (max-width: 991px) {
	
.category-top .fs-c-pagination,
.product-group .fs-c-pagination {
    margin-left: 0vw;
}
	
/*現在登録されているお品はありませんの表示*/
.fs-c-noResultMessage__title {
	text-align: center;
}

/*911px end*/
}

/*カテゴリートップ　もっと見るボタン*/
.more_btn_wrapper .c-button {
display: none;
}
.fs-body-category-category-bag-leathergoods .morebtn_bag-leathergoods {
	display: block;
}
.fs-body-category-category-watch .morebtn_watch {
	display: block;
}
.fs-body-category-category-jewellery .morebtn_jewellery {
	display: block;
}
.fs-body-category-category-fashion .morebtn_fashion {
	display: block;
}
.fs-body-category-category-lifestyle-interior .morebtn_lifestyle-interior {
	display: block;
}
.fs-body-category-category-food .morebtn_food {
	display: block;
}.fs-body-category-category-bag-leathergoods .morebtn_bag-leathergoods {
	display: block;
}
.fs-body-category-category-gift .morebtn_gift {
	display: block;
}
.more_btn_wrapper {
	margin-top: 50px;
}
.more_btn_wrapper .c-button {
	margin: 0 auto;
}
.more_btn_wrapper .c-button a {
	margin-left: -10vw;
}
.more_btn_wrapper .c-button {
    border: none;
	width: 162px;
}
.more_btn_wrapper .c-button:hover {
    border: none;
	background-color: transparent;
}


@media screen and (max-width: 991px) {
	

.more_btn_wrapper .c-button a {
	margin-left: 0;
}
/*911px end*/
}

@media screen and (max-width: 480px) {
	

.more_btn_wrapper .c-button {
	width: 50vw;
}
	
/*911px end*/
}

/*カテゴリートップのページャー非表示*/
.category-top .fs-c-productList__controller {
	display: none;
}


/*検索結果*/
.fs-l-main.product-search-group {
    padding-left: 0;

    padding-right: 0;
}
.fs-l-main.product-search-group .l-pl-page {
    margin-left: 0;
    width: 100%;
    max-width: none;
}
.fs-l-main.product-search-group .l-pl-page__body {
    width: 100%;
}

.fs-l-main.product-search-group .fs-c-pagination {
    margin-left: 0;
}
.fs-l-main.product-search-group .fs-c-productList__list__item {
    width: calc(20% - 2px) !important;
}
.fs-l-main.product-search-group {
    padding-left: 0;
    padding-right: 0;
}
.fs-l-main.product-search-group .productListItem__box {
    flex-wrap: wrap;
}
.fs-l-main.product-search-group .fs-c-productListItem__productName {
    width: 100%;
}
.fs-l-main.product-search-group .fs-c-productListItem__prices {
    width: 100%;
	text-align: left;
}
.fs-l-main.product-search-group .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    font-size: 13px;
	margin-right:5px;
}

@media screen and (max-width: 480px) {
    .fs-l-main.product-search-group .fs-c-productList__list__item {
    width: calc(50% - 1px) !important;
}
}

/*アウトレット　商品グループ*/

.outlet-group .article.content {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
}

/* .fs-l-main.outlet-group .l-pl-page__body {
    width: 100%;
} */
.outlet-group .fs-c-productList__controller .fs-c-sortItems {
        margin-bottom: 10px;
    }
.fs-l-main.outlet-group .productListItem__box {
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.fs-l-main.outlet-group .fs-c-productListItem__productName {
    width: 100%;
}
.fs-l-main.outlet-group .fs-c-productListItem__prices {
    width: 100%;
	text-align: left;
}

.fs-l-main.outlet-group .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    font-size: 12px;
    margin-right: 0px;
}
.fs-l-main.outlet-group .fs-c-price {
    display: inline-block;
    font-size: 14px;
}
.fs-l-main.outlet-group .fs-c-productName__copy {
    color: #A1051D;
	font-weight: 600;
}

.fs-l-main.outlet-group .fs-c-pagination {
    margin-left: 0;
}



/*エラー表示*/
.iziToast.iziToast-color-red {
        background: #eee;
    border: none;
}


.outlet-group .fs-c-productName__name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.outlet-group .p-page-title__text {
    margin: 20px 0 50px;
}