@charset "UTF-8";

.option_hide {
	display: none!important;
}

.fs-c-subgroup {
	margin: 0 0 25px;
}

.fs-c-subgroup .fs-c-listControl {
	display: none;
}

.fs-c-subgroupList {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fs-c-subgroupList__item {
	flex-grow: unset;
	width: 20%;
	
}

.fs-c-subgroupList__link {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    background: #fff;
    border: 1px solid #BBBBBB;
    color: inherit;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 1.2em;
    grid-template-columns: auto 1fr 1.2em;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    height: 50px;
    padding: 0 7px 0 20px;
    text-decoration: none;
}

.fs-c-subgroupList__label {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.4rem;
}

.fs-c-subgroupList__link::after {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7c8790;
    content: "";
    font-size: 2.2rem;
    width: 9px;
    height: 15px;
    background: url(../images/common/arrow.png) center center no-repeat;
    background-size: 9px 15px;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}

.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.fs-c-detailsearch {
	order: 3;
    border: none;
    display: flex;
    align-items: stretch;
    font-size: 1.4rem;
    position: relative;
}

.fs-c-detailsearch .fs-c-detailsearch__continar {
	display: none;
}

.fs-c-sortItems {
	order : 2;
    border: none;
    display: flex;
    align-items: stretch;
    font-size: 1.4rem;
    position: relative;
}

.fs-c-listControl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 2;
    padding: 0;
    font-size: 1.4rem;
}

.fs-c-detailsearch__label,
.fs-c-sortItems__label {
    position: relative;
    display: block;
    text-align: center;
    width: 200px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #BBBBBB;
    font-size: 1.4rem;
    font-weight: normal;
    color: inherit;
    padding: 0;
    cursor: pointer;
}

.fs-c-detailsearch__label {
	border-left: none;
}

.fs-c-detailsearch__label:before,
.fs-c-sortItems__label:before {
	content: '';
}

.fs-c-detailsearch__label:after,
.fs-c-sortItems__label:after {
	content: '';
}

.fs-c-detailsearch__continar {
	position: absolute;
    top: 50px;
    left: -200px;
    width: 400px;
    border: none;
    background: #EEEEEE;
    box-sizing: border-box;
    z-index: 50;
    padding: 30px;
}
.fs-c-detailsearch__block {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
}
.fs-c-detailsearch__block.fs-c-detailsearch__block_item {
    margin-bottom: 10px;
}
.fs-c-detailsearch_ttl {
    width: 90px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.fs-c-detailsearch_content {
    width: 250px;
}

.fs-c-detailsearch_content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
    color: #111111;
    width: 100%;
    max-width: 500px;
    padding: 14px 3em 14px 8px;
    background: url(../images/common/arrow_up.png) right 10px center no-repeat;
    background-color: #ffffff;
    background-size: 15px auto;
}

.fs-c-detailsearch_content select option[value=""] {
	display: block!important;
}

.fs-c-detailsearch_content #select_label .momotarojeans_select,
.fs-c-detailsearch_content #select_label .japanbluejeans_select,
.fs-c-detailsearch_content #select_label .setto_select,
.fs-c-detailsearch_content #select_label .otherbrands_select,
.fs-c-detailsearch_content #select_item .momotarojeans_select,
.fs-c-detailsearch_content #select_item_child .jeans_select,
.fs-c-detailsearch_content #select_item_child .bottom_select,
.fs-c-detailsearch_content #select_item_child .outer_select,
.fs-c-detailsearch_content #select_item_child .tops_select,
.fs-c-detailsearch_content #select_item_child .goods_select,
.fs-c-detailsearch_content #select_item_child .order_select {
    display: none;
}

.fs-c-detailsearch_content input[type="radio"] {
    vertical-align: middle;
    margin-right: 5px;
}

.fs-c-detailsearch_content select+select {
    margin-top: 10px;
}

.fs-c-detailsearch__continar button[type="submit"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #3D6D96;
    border: none;
    border-radius: 0;
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 30px auto 0;
}

.fs-c-detailsearch__continar button[type="reset"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #3D6D96;
    border-radius: 0;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #3D6D96;
    padding: 0;
    margin: 30px auto 0;
}

.fs-c-sortItems__list {
    position: absolute;
    top: 50px;
    width: 200px;
    border: none;
    background: #FFF;
    box-sizing: border-box;
    z-index: 50;
}

.fs-c-sortItems__list > li {
	width: 100%;
    cursor: default;
    box-sizing: border-box;
    padding: 5px 10px;
    line-height: 1.5;
    background: #EEEEEE;
    text-align: center;
}

.fs-c-sortItems__list__item.is-active {
    background: #CCCCCC;
    color: inherit;
}

.fs-c-sortItems__list__item__label {
	font-size: 1.4rem;
	text-decoration: none!important;
}

.fs-c-productList > .fs-c-productList__controller:nth-of-type(1) .fs-c-pagination,
.fs-c-productList > .fs-c-productList__controller:nth-of-type(3) .fs-c-sortItems,
.fs-c-productList > .fs-c-productList__controller:nth-of-type(3) .fs-c-listControl .fs-c-listControl__status {
	display: none!important;
}

.fs-c-productList > .fs-c-productList__controller:nth-of-type(3) .fs-c-listControl {
	flex-direction: row;
	justify-content: center;
}

.fs-c-productList__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fs-c-productList__list .fs-c-productList__list__item {
    width: calc(92%/3);
    padding: 0;
    margin-right: 4%;
    margin-bottom: 36px;
    border: none;
    position: relative;
}

.fs-body-search .fs-c-productList__list .fs-c-productList__list__item,
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item {
    width: calc(92%/4);
    margin-right: 2.66%;
}


.fs-c-productList__list .fs-c-productList__list__item:nth-child(3n) {
    margin-right: 0;
}

.fs-body-search .fs-c-productList__list .fs-c-productList__list__item:nth-child(3n),
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item:nth-child(3n) {
    margin-right: 2.66%;
}

.fs-body-search .fs-c-productList__list .fs-c-productList__list__item:nth-child(4n),
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item:nth-child(4n) {
    margin-right: 0;
}

.fs-c-productList__list .fs-c-productList__list__item a:hover {
    color: inherit!important;
    text-decoration: none!important;
}

.fs-c-button--addToCart--list.fs-c-button--plain,
.fs-c-button--viewMoreImage.fs-c-button--plain,
.fs-c-button--viewProductDetail.fs-c-button--plain,
.fs-c-productListItem__preorderMessage.fs-c-preorderMessage,
.fs-c-productListItem__notice,
#fs_ProductCategory .fs-c-salesPeriod__date,
#fs_ProductSearch .fs-c-salesPeriod__date {
    display: none;
}
.fs-c-productPrice__main__label,
.fs-c-productPrice__addon--listed {
	display: none;
}

.fs-c-productPrices .fs-c-productPrice--listed {
	text-decoration: line-through;
	color: #111111;
	margin-bottom: 10px;
}
.fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin: 8px 0;
    line-height: 1.6;
}

.fs-c-productPrice__main,
.fs-c-productPrice__addon {
    font-size: 1.4rem;
}

.fs-c-price__currencyMark,
.fs-c-price__value {
	color: inherit!important;
}

.fs-c-productPrices .fs-c-price__value:after {
    content: "円";
}

.fs-c-productMarks {
	margin: 8px 0;
}

.fs-body-my-wishlist .fs-c-productListItem__control {
	display: flex!important;
}

.fs-body-my-wishlist .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-body-my-wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
	font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.2rem;
}

.fs-body-my-wishlist .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
	content: "\e919";
}

.fs-body-my-wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
	content: "\e91a";
}

.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
	position: absolute;
	top: 12px;
	right: 12px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
	color: #3D6D96;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
	color: #3D6D96;
}

.fs-c-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.fs-c-pagination a.fs-c-pagination__item,
.fs-c-pagination span.fs-c-pagination__item {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    color: #111;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
}

.fs-c-pagination span.fs-c-pagination__item.is-active {
    color: #fff;
    background: #3D6D96;
    border: 1px solid #3D6D96;
}

.fs-c-pagination a.fs-c-pagination__item--next,
.fs-c-pagination a.fs-c-pagination__item--next:hover,
.fs-c-pagination a.fs-c-pagination__item--prev,
.fs-c-pagination a.fs-c-pagination__item--prev:hover {
    border: none;
    background: none;
    position: relative;
}

.fs-c-pagination a.fs-c-pagination__item--prev::before {
    position: absolute;
    content: '';
    top: 50%;
    margin: -4px auto 0 auto;
    right: 0;
    left: 0;
    width: 9px;
    height: 15px;
    background: url(../images/common/arrow.png) center center no-repeat;
    background-size: 9px 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fs-c-pagination a.fs-c-pagination__item--next::before {
    position: absolute;
    content: '';
    top: 50%;
    margin: -4px auto 0 auto;
    right: 0;
    left: 0;
    width: 9px;
    height: 15px;
    background: url(../images/common/arrow.png) center center no-repeat;
    background-size: 9px 15px;
}

.fs-c-detailsearch__label:before {
	content: '';
    width: 33px;
    height: 22px;
    background: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_detailsearch.svg) center center no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    background-size: contain;
    background-size: 33px 22px;
    margin-top: -11px;
}

.fs-c-sortItems__label:before {
	content: '';
    width: 23px;
    height: 21px;
    background: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_list.svg) center center no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    background-size: contain;
    background-size: 23px 21px;
    margin-top: -11px;
}

.fs-c-sortItems__label:after {
	content: '';
    width: 9px;
    height: 15px;
    background: url(https://momoweb.itembox.design/item/new_temp/images/common/arrow.png) center center no-repeat;
    position: absolute;
    right: 15px;
    transform: rotate( 90deg );
    top: 50%;
    background-size: contain;
    background-size: 9px 15px;
    margin-top: -7px;
}

.fs-c-sortItems__list {
	display: none;
}

.fs-c-productList__list .fs-c-price__value {
    color: #111!important;
}

.fs-c-productList__list .fs-c-price__currencyMark {
    display: none;
}


@media screen and (max-width: 1340px) {
	.fs-c-subgroup {
		margin: 0 0 calc(25 / 1340 * 100vw);
	}
	.fs-c-subgroupList__link {
	    height: calc(50 / 1340 * 100vw);
	    padding: 0 calc(7 / 1340 * 100vw) 0 calc(20 / 1340 * 100vw);
	}
	
	.fs-c-subgroupList__label {
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.fs-c-subgroupList__link::after {
	    font-size: calc(22 / 1340 * 100vw);
	    width: calc(9 / 1340 * 100vw);
	    height: calc(15 / 1340 * 100vw);
	    background-size: calc(9 / 1340 * 100vw) calc(15 / 1340 * 100vw);
	}
	
	.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
	    margin: calc(10 / 1340 * 100vw) 0;
	}
	
	.fs-c-detailsearch {
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.fs-c-sortItems {
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.fs-c-listControl {
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.fs-c-detailsearch__label,
	.fs-c-sortItems__label {
	    width: calc(200 / 1340 * 100vw);
	    height: calc(50 / 1340 * 100vw);
	    line-height: calc(50 / 1340 * 100vw);
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.fs-c-detailsearch__continar {
		position: absolute;
	    top: calc(50 / 1340 * 100vw);
	    left: calc(-200 / 1340 * 100vw);
	    width: calc(400 / 1340 * 100vw);
	    padding: calc(30 / 1340 * 100vw);
	}
	.fs-c-detailsearch__block {
	    margin-bottom: calc(20 / 1340 * 100vw);
	}
	.fs-c-detailsearch__block.fs-c-detailsearch__block_item {
	    margin-bottom: calc(10 / 1340 * 100vw);
	}
	.fs-c-detailsearch_ttl {
	    width: calc(90 / 1340 * 100vw);
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.fs-c-detailsearch_content {
	    width: calc(250 / 1340 * 100vw);
	}
	
	.fs-c-detailsearch_content select {
	    max-width: calc(500 / 1340 * 100vw);
	    padding: calc(14 / 1340 * 100vw) 3em calc(14 / 1340 * 100vw) calc(8 / 1340 * 100vw);
	    background: url(../images/common/arrow_up.png) right calc(10 / 1340 * 100vw) center no-repeat;
	    background-size: calc(15 / 1340 * 100vw) auto;
	}

	.fs-c-detailsearch_content input[type="radio"] {
	    margin-right: calc(5 / 1340 * 100vw);
	}
	
	.fs-c-detailsearch_content select+select {
	    margin-top: calc(10 / 1340 * 100vw);
	}
	
	.fs-c-detailsearch__continar button[type="submit"] {
	    width: calc(240 / 1340 * 100vw);
	    height: calc(40 / 1340 * 100vw);
	    line-height: calc(40 / 1340 * 100vw);
	    margin: calc(30 / 1340 * 100vw) auto 0;
	}
	
	.fs-c-detailsearch__continar button[type="reset"] {
	    width: calc(150 / 1340 * 100vw);
	    height: calc(40 / 1340 * 100vw);
	    line-height: calc(40 / 1340 * 100vw);
	    margin: calc(30 / 1340 * 100vw) auto 0;
	}
	
	.fs-c-sortItems__list {
	    top: calc(50 / 1340 * 100vw);
	    width: calc(200 / 1340 * 100vw);
	}
	
	.fs-c-sortItems__list > li {
	    padding: calc(5 / 1340 * 100vw) calc(10 / 1340 * 100vw);
	}
	
	.fs-c-sortItems__list__item__label {
		font-size: calc(14 / 1340 * 100vw);
	}
	
	.fs-c-productPrices .fs-c-productPrice--listed {
		margin-bottom: calc(10 / 1340 * 100vw);
	}
	
	.fs-c-productListItem__productName {
	    font-size: calc(14 / 1340 * 100vw);
	    margin: calc(8 / 1340 * 100vw) 0;
	}
	
	.fs-c-productPrice__main,
	.fs-c-productPrice__addon {
	    font-size: calc(14 / 1340 * 100vw);
	}
	
	.fs-c-productMarks {
		margin: calc(8 / 1340 * 100vw) 0;
	}
	
	.fs-c-button--addToWishList--icon,
	.fs-c-button--removeFromWishList--icon {
		top: calc(12 / 1340 * 100vw);
		right: calc(12 / 1340 * 100vw);
	}
	
	.fs-c-pagination a.fs-c-pagination__item,
	.fs-c-pagination span.fs-c-pagination__item {
	    margin: 0 calc(5 / 1340 * 100vw);
	    width: calc(50 / 1340 * 100vw);
	    height: calc(50 / 1340 * 100vw);
	    line-height: calc(50 / 1340 * 100vw);
	    font-size: calc(16 / 1340 * 100vw);
	}
		
	.fs-c-pagination a.fs-c-pagination__item--prev::before {
	    margin: calc(-4 / 1340 * 100vw) auto 0 auto;
	    width: calc(9 / 1340 * 100vw);
	    height: calc(15 / 1340 * 100vw);
	    background-size: calc(9 / 1340 * 100vw) calc(15 / 1340 * 100vw);
	}
	
	.fs-c-pagination a.fs-c-pagination__item--next::before {
	    margin: calc(-4 / 1340 * 100vw) auto 0 auto;
	    width: calc(9 / 1340 * 100vw);
	    height: calc(15 / 1340 * 100vw);
	    background-size: calc(9 / 1340 * 100vw) calc(15 / 1340 * 100vw);
	}
	
	.fs-c-detailsearch__label:before {
	    width: calc(33 / 1340 * 100vw);
	    height: calc(22 / 1340 * 100vw);
	    left: calc(20 / 1340 * 100vw);
	    background-size: calc(33 / 1340 * 100vw) calc(22 / 1340 * 100vw);
	    margin-top: calc(-11 / 1340 * 100vw);
	}
	
	.fs-c-sortItems__label:before {
		content: '';
	    width: calc(23 / 1340 * 100vw);
	    height: calc(21 / 1340 * 100vw);
	    background: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_list.svg) center center no-repeat;
	    position: absolute;
	    left: calc(15 / 1340 * 100vw);
	    top: 50%;
	    background-size: contain;
	    background-size: calc(23 / 1340 * 100vw); calc(21 / 1340 * 100vw);
	    margin-top: calc(-11 / 1340 * 100vw);
	}
	
	.fs-c-sortItems__label:after {
		content: '';
	    width: calc(9 / 1340 * 100vw);
	    height: calc(15 / 1340 * 100vw);
	    background: url(https://momoweb.itembox.design/item/new_temp/images/common/arrow.png) center center no-repeat;
	    position: absolute;
	    right: calc(15 / 1340 * 100vw);
	    transform: rotate( 90deg );
	    top: 50%;
	    background-size: contain;
	    background-size: calc(9 / 1340 * 100vw) calc(15 / 1340 * 100vw);
	    margin-top: calc(-7 / 1340 * 100vw);
	}



}


@media screen and (max-width: 750px) {
  .fs-c-subgroup {
	  margin: 0 0 calc(80 / 750 * 100vw);
  }
  .fs-c-subgroupList {
	  width: calc(700 / 750 * 100vw);
	  margin: 0 auto;
  }

  .fs-c-subgroupList .fs-c-subgroupList__item {
	  flex-basis: calc(50%);
  }
  
  .fs-c-subgroupList > li:nth-child(2n) {
	  margin-left: -1px;
  }

  .fs-c-subgroupList__link {
	    height: calc(100 / 750 * 100vw);
	    padding: 0 calc(14 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
	
  .fs-c-subgroupList__label {
	    font-size: calc(24 / 750 * 100vw);
  }
	
  .fs-c-subgroupList__link::after {
	    font-size: calc(44 / 750 * 100vw);
	    width: calc(12 / 750 * 100vw);
	    height: calc(24 / 750 * 100vw);
	    background-size: calc(12 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
	
  .fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
	    margin: calc(80 / 1340 * 100vw) 0;
  }
	
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - calc(10 / 750 * 100vw)) calc(50% - calc(10 / 750 * 100vw));
    grid-template-columns: calc(50% - calc(10 / 750 * 100vw)) calc(50% - calc(10 / 750 * 100vw));
    grid-gap: calc(20 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }

  .fs-c-productList__controller{
	  border-top: 1px solid #BBBBBB;
	  border-bottom: 1px solid #BBBBBB;
	  margin-bottom: calc(60 / 750 * 100vw);
  }
  
  .fs-c-productList > .fs-c-productList__controller:nth-of-type(3) {
	  border-top: none;
	  border-bottom: none;
	  margin-bottom: 0;
  }
  
	.fs-c-detailsearch {
	    font-size: calc(28 / 750 * 100vw);
	    margin: 0;
	}
	
	.fs-c-sortItems {
	    font-size: calc(28 / 750 * 100vw);
	}
	
	.fs-c-listControl {
	    font-size: calc(24 / 750 * 100vw);
	}

	.fs-c-detailsearch__label,
	.fs-c-sortItems__label {
	    width: calc(120 / 750 * 100vw);
	    height: calc(120 / 750 * 100vw);
	    line-height: calc(120 / 750 * 100vw);
	    font-size: calc(20 / 750 * 100vw);
	}
	
	.fs-c-detailsearch__label {
	    border: none;
	    border-left: 1px solid #BBBBBB;
	}
	
	.fs-c-detailsearch__continar {
	    top: calc(121 / 750 * 100vw);
	    left: auto;
	    right: 0;
	    width: calc(750 / 750 * 100vw);
	    padding: calc(40 / 750 * 100vw);
	}
	.fs-c-detailsearch__block {
	    margin-bottom: calc(40 / 750 * 100vw);
	}
	.fs-c-detailsearch__block.fs-c-detailsearch__block_item {
	    margin-bottom: calc(20 / 750 * 100vw);
	}
	.fs-c-detailsearch_ttl {
	    width: calc(180 / 750 * 100vw);
	    font-size: calc(28 / 750 * 100vw);
	}
	
	.fs-c-detailsearch_content {
	    width: calc(480 / 750 * 100vw);
	}
	
	.fs-c-detailsearch_content select {
	    max-width: none;
	    padding: calc(20 / 750 * 100vw) 3em calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
	    background: url(../images/common/arrow_up.png) right calc(20 / 750 * 100vw) center no-repeat;
	    background-color: #fff;
	    background-size: calc(12 / 750 * 100vw) auto;
	}

	.fs-c-detailsearch_content input[type="radio"] {
	    margin-right: calc(10 / 750 * 100vw);
	}
	
	.fs-c-detailsearch_content select+select {
	    margin-top: calc(20 / 750 * 100vw);
	}
	
	.fs-c-detailsearch__continar button[type="submit"] {
	    width: calc(480 / 750 * 100vw);
	    height: calc(80 / 750 * 100vw);
	    line-height: calc(80 / 750 * 100vw);
	    margin: calc(60 / 750 * 100vw) auto 0;
	}
	
	.fs-c-detailsearch__continar button[type="reset"] {
	    width: calc(300 / 750 * 100vw);
	    height: calc(80 / 750 * 100vw);
	    line-height: calc(80 / 750 * 100vw);
	    margin: calc(60 / 750 * 100vw) auto 0;
	}
	
	.fs-c-sortItems__list {
	    top: calc(121 / 750 * 100vw);
	    width: calc(750 / 750 * 100vw);
	}
	
	.fs-c-sortItems__list > li {
	    padding: calc(20 / 750 * 100vw) 0;
	}
	
	.fs-c-sortItems__list__item__label {
		font-size: calc(28 / 750 * 100vw);
	}
	
	.fs-c-productPrices .fs-c-productPrice--listed {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	
	.fs-c-productListItem__productName {
	    font-size: calc(24 / 750 * 100vw);
	    margin: calc(10 / 750 * 100vw) 0;
	}
	
	.fs-c-productPrice__main,
	.fs-c-productPrice__addon {
	    font-size: calc(24 / 750 * 100vw);
	}
	
	.fs-c-productMarks {
		margin: calc(10 / 750 * 100vw) 0;
	}
	
	.fs-c-button--addToWishList--icon,
	.fs-c-button--removeFromWishList--icon {
		top: calc(24 / 750 * 100vw);
		right: calc(24 / 750 * 100vw);
	}
	
	.fs-c-pagination a.fs-c-pagination__item,
	.fs-c-pagination span.fs-c-pagination__item {
	    margin: 0 calc(10 / 750 * 100vw);
	    width: calc(80 / 750 * 100vw);
	    height: calc(80 / 750 * 100vw);
	    line-height: calc(80 / 750 * 100vw);
	    font-size: calc(28 / 750 * 100vw);
	}
		
	.fs-c-pagination a.fs-c-pagination__item--prev::before {
	    margin: calc(-12 / 750 * 100vw) auto 0 auto;
	    width: calc(12 / 750 * 100vw);
	    height: calc(24 / 750 * 100vw);
	    background-size: calc(12 / 750 * 100vw) calc(24 / 750 * 100vw);
	}
	
	.fs-c-pagination a.fs-c-pagination__item--next::before {
	    margin: calc(-12 / 750 * 100vw) auto 0 auto;
	    width: calc(12 / 750 * 100vw);
	    height: calc(24 / 750 * 100vw);
	    background-size: calc(12 / 750 * 100vw) calc(24 / 750 * 100vw);
	}
	
	.fs-c-detailsearch__label:before {
	    width: 100%;
	    height: calc(46 / 750 * 100vw);
	    left: 0;
		top:  calc(20 / 750 * 100vw);
	    background-size: auto 100%;
	    margin-top: 0;
	    display: block;
		position: relative;
		margin-left: 0;
	}

	
  .fs-c-sortItems__label {
	  border: none;
	  width:calc(120 / 750 * 100vw);
	  font-size: calc(20 / 750 * 100vw);
	  border-left: 1px solid #BBBBBB;
  }

  .fs-c-sortItems__label:after {
	  content: none;
  }
  
  .fs-c-sortItems {
	  margin: 0;
  }
  
  .fs-c-listControl {
	  padding-left: calc(30 / 750 * 100vw);
  }
  
  .fs-c-sortItems__label:before {
	    content: '';
	    width: 100%;
	    height: calc(46 / 750 * 100vw);
	    background: url(https://momoweb.itembox.design/item/new_temp/images/common/icon_list.svg) center center no-repeat;
	    left: 0;
	    top:  calc(20 / 750 * 100vw);
	    background-size: auto 100%;
	    margin-top: 0;
	    display: block;
	    position: relative;
	    margin-left: 0;
  }

  .fs-c-sortItems__list {
      display: none;
      right: 0;
      width: calc(750 / 750 * 100vw);
      top: calc(120 / 750 * 100vw);
  }
  
  .fs-c-sortItems__list__item__label {
	  font-size: calc(28 / 750 * 100vw);
  }
  
  .fs-c-productList__list .fs-c-productList__list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(50 / 750 * 100vw);
    padding: 0;
  }
  
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
	  font-size: calc(24 / 750 * 100vw)
  }
  
  .fs-body-search .fs-c-sortItems__list,
  .fs-body-my-wishlist .fs-c-sortItems__list {
	  right: calc(-120 / 750 * 100vw);
  }
  
  .fs-body-search .fs-c-productList__list .fs-c-productList__list__item,
  .fs-body-my-wishlist .fs-c-productList__list .fs-c-productList__list__item {
	    width: 100%;
	    margin-right: 0;
	}

}

.fs-c-salesPeriod__date {
    border: 1px solid #3D6D96;
    color: #3D6D96;
}

.fs-c-salesPeriod__date dt {
	padding-bottom: 4px;
}

@media screen and (max-width: 750px) {
	.fs-l-main {
	    padding: 0;
	}
}