/************************************************************
 * reset
 ************************************************************/
*, *::before, *::after {
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	color: #000;
}
a:hover{
	text-decoration: none!important;
}
a, img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	line-height: 1.2;
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
li {
	list-style: none;
}
ul, ol, li {
	list-style-position: outside;
	vertical-align: bottom;
}
@charset "utf-8";

input,
select,
textarea{
	appearance: revert;
}


/* --------------------------------------------------------------------------------
common-BK
-------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------
ボタン系
-------------------------------------------------------------------------------- */
.fs-c-button--primary,
.fs-c-button--primary:link,
.fs-c-button--primary:hover,
.fs-c-button--primary:visited,
.fs-c-button--primary:active{
	color: #fff !important;
}
.fs-c-button--secondary,
.fs-c-button--secondary:link,
.fs-c-button--secondary:hover,
.fs-c-button--secondary:visited,
.fs-c-button--secondary:active{
	color: #fff !important;
}

/* --------------------------------------------------------------------------------
★予約商品アイコン　全箇所　色変更
-------------------------------------------------------------------------------- */
.fs-c-mark--preorder {
    background: #4F65B2;
    color: #fff;
}

/* --------------------------------------------------------------------------------
アイコン
-------------------------------------------------------------------------------- */

/*予約コメントパーツ*/
.fs-c-mark--preorder.fs-c-mark {
	border: none;
	background: none;
	color: #fff;
	display: block;
	padding: 0!important;
}
.fs-c-mark--preorder.fs-c-mark .fs-c-mark__label{
	border: none;
	text-align: center;
	background-color: #c89cae;
	display: block;
	padding: 4px;
	font-size: 0.9rem;
	text-align: center;
}
/* --------------------------------------------------------------------------------
slick スライダー
-------------------------------------------------------------------------------- */
.slider {
	margin: 0 0 100px;
}
.slider ul.slider-box.slick-initialized.slick-slider {
	margin: 0;
	padding: 0;
	width: 980px;
}
.slider ul.slider-box li.slick-slide img{
	width: 100%;
}
.slider ul.slider-box .slick-dots{
	bottom: -34px;
}
.slider ul.slider-box .slick-dots li{
	width: auto;
	height: auto;
	padding: 0 4px;
	margin: 3px;
}
.slider ul.slider-box .slick-dots li button{
	width: auto;
	height: auto;
}
.slider ul.slider-box .slick-dots li button:before{
	display: block;
	content: '';
	width: 15px;
	height: 14px;
	background: url("../images/c/common/slider-icon-heart-white.png") no-repeat 0 0;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
	
	opacity: 1;
}
.slider ul.slider-box .slick-dots li.slick-active button:before{
	background-image: url("../images/c/common/slider-icon-heart-pink.png");
	
	opacity: 1;
}

/************************************************************
 * common style
 ************************************************************/
html {
	font-size: 62.5%;
}
html, body {
	overflow-x: hidden;
}
body{
	width: 100%;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: .075em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	position: relative;
}
body.fs-body-category-rojita{
	background: rgba(239,226,230,0.4);
}
body.fs-body-category-couture{
	background: rgba(245,237,231,0.4);
}
body.fs-body-category-rmine{
	background: #fff2f4;
}
.fs-body-category .fs-c-productList .fs-c-buttonContainer{
	display: none;
}

.fs-body-search .fs-c-productList .fs-c-buttonContainer{ 
display: none; 
}

body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
}
img {
	width:100%;
}
.pc { display: none !important; }
.sp { display: block !important; }
@media (min-width: 999px) {
	.pc { display: block !important; }
	.sp { display: none !important; }
}
.aligncenter{
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.bold{
	font-weight: bold;
	font-weight: 700;
}
.f-small{
	font-size: 80%;
}
/* layout */
.inner{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1200px){
	.inner{
		width: 100%;
		max-width: 1200px;
	}
}
.dispflex{
	display: flex;
}
.dispinblock{
	display: inline-block;
}
/* btn */
.btn a{
	display: block;
	color: #000;
	line-height: 1;
	text-align: center;
	padding: 1rem 1.5rem;
	position: relative;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #707070;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
@media (min-width: 999px){
	.btn a{
		font-size: 1.2rem;
		max-width: 136px;
		padding: 0.5rem;
	}
}
/************************************************************
 * hover style
 ************************************************************/
@media (min-width: 999px){
	.hov{
		-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.hov:hover{
		filter: alpha(opacity=70);
		opacity: .7;
		text-decoration: none;
		cursor: pointer!important;
	}
	.hov:hover a{
		text-decoration: none;
	}
}
/************************************************************
 * HOME
 ************************************************************/
.fs-l-pageMain{
	max-width: 100%!important;
	margin-bottom: 0!important;
}
main#content-main section#mainvisual{
	margin-bottom: 1rem;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slide-arrow{
	display: none!important;
}
.slick-dots{
	bottom: 2rem!important;
}
.slick-dots li,
.slick-dots li button
{
	width: auto;
	height: auto;
}
.slick-dots li button:before{
	width: auto;
	height: auto;
	line-height: 10px;
	font-size: 10px;
	color: #FFF;
}
main#content-main .shop-news{
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 2rem;
}
main#content-main #topics .topics-slide{
	margin-bottom: 2rem;
}
main#content-main #topics li{
	padding: 0 .3rem;
}
main#content-main h2{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1.5rem;
	line-height: 1;
	font-weight: 500;
}
main#content-main h2 span{
	vertical-align: top;
}
main#content-main h2 span.icon{
	margin-right: 1rem;
}
main#content-main h2 span.icon img{
	display: block;
}
main#content-main section{
	margin-bottom: 3rem;
}
body.fs-body-top section#new-arrival{
	padding: 3rem 0;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
}
main#content-main .brand-nav{
	width: 100%;
	gap: 10px;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	padding: 0 1rem;
	margin-bottom: 2rem;
}
main#content-main .brand-nav li{
	text-align: center;
	width: calc(120 / 430 * 100vw);
	border: 1px solid #707070;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
main#content-main .brand-nav li span{
	display: flex;
	height: 20px;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
main#content-main .brand-nav li.nav-rojita img{
	width: calc(73 / 430 * 100vw);
	max-width: 73px;
}
main#content-main .brand-nav li.nav-couture img{
	width: calc(62 / 430 * 100vw);
	max-width: 62px;
}
main#content-main .panel{
	display: none;
}
main#content-main .brand-nav .tab.is-active{
	border: none;
	background: #FFF;
  transition: all 0.2s ease-out;
}
main#content-main .panel.is-show{
  display: block;
}
main#content-main ul.item-list{
	display: flex;
	gap: 15px 10px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
main#content-main ul.item-list li{
	width: calc( (100% - 10px) / 2 );
}
main#content-main ul.item-list li .thumb{
	display: block;
	margin-bottom: .7rem;
}
main#content-main ul.item-list li .thumb img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 1 / 1.2;/* ここにアスペクト比を入れる */
}
main#content-main ul.item-list li .title{
	font-size: 1.3rem;
}
main#content-main ul.item-list li .price{
	font-size: 1.3rem;
}
main#content-main ul.item-list li .price .tax{
	font-size: 9px;
}
body.fs-body-top main#content-main section#ranking{
	padding: 3rem 0;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
}
main#content-main section#ranking .item-list li{
	position: relative;
}
main#content-main section#ranking .item-list li:before{
	content: "";
	display: block;
	position: absolute;
	top: -1rem;
	left: .5rem;
	z-index: 1;
}
main#content-main section#ranking .item-list li:first-child:before{
	width: 48px;
	height: 34px;
	background: url("https://rojita.itembox.design/item/rank01.png") no-repeat left top;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
main#content-main section#ranking .item-list li:nth-child(2):before{
	width: 48px;
	height: 34px;
	background: url("https://rojita.itembox.design/item/rank02.png") no-repeat left top;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
main#content-main section#ranking .item-list li:nth-child(3):before{
	width: 48px;
	height: 34px;
	background: url("https://rojita.itembox.design/item/rank03.png") no-repeat left top;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
main#content-main section#ranking .item-list li:nth-child(n+4):before{
	font-family: 'Times New Roman', serif;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	background: #000;
	color: #FFF;
}
main#content-main section#ranking .item-list li:nth-child(4):before{
	content: "4";
}
main#content-main section#ranking .item-list li:nth-child(5):before{
	content: "5";
}
main#content-main section#ranking .item-list li:nth-child(6):before{
	content: "6";
}
main#content-main section#ranking .item-list li:nth-child(7):before{
	content: "7";
}
main#content-main section#ranking .item-list li:nth-child(8):before{
	content: "8";
}
main#content-main section#ranking .item-list li:nth-child(9):before{
	content: "9";
}
main#content-main section#ranking .item-list li:nth-child(10):before{
	content: "10";
}
main#content-main section#insta h2 span.icon{
	width: 20px;
	height: 20px;
}
main#content-main section#insta .insta-text{
	margin-bottom: 2rem;
}
main#content-main section#insta .brand-nav{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
main#content-main section#insta .brand-nav li span{
	font-size: 1rem;
}
section#brand{
	background: #FFF;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding-top: 2rem;
	margin-bottom: 0!important;
	padding-bottom: 2rem!important;
}
section#brand .sns-link{
	padding: 1rem 0;
}
section#brand .sns-link li{
	margin: 0 5px;
}
section#category-area{
	background: #fff;
	margin-bottom: 0!important;
	padding: 3rem 0!important;
}
section#category-area ul{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	gap: 10px;
}
section#category-area li{
	text-align: center;
	width: calc( (100% - 20px) / 3 );
}
section#category-area li a,
section#category-area li span{
	font-weight: 500;
}
section#category-area li .cate-top{
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #707070;
	padding-bottom: 1rem;
	line-height: 1;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
section#category-area .cate-bottom a{
	display: block;
	font-size: 1.4rem;
}
main#content-main section#insta .ecbn-selection-page-wrapper .ecbn-selection-title,
main#content-main section#insta .ecbn-selection-wrapper .ecbn-selection-title,
main#content-main section#insta .ecbn-selection-description{
	display: none!important;
}
main#content-main section#insta .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 10px;
}
main#content-main section#insta .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li{
	padding: 0;
	display: block;
	width: calc( (100% - 20px ) / 3 );
}
main#content-main section#insta .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a{
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
main#content-main section#insta .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a{
	background: #F9F9F9;
	color: #000!important;
	border: none;
}
main#content-main section#insta .ecbn-selection-more-btn{
	display: block;
	background-color: transparent;
	color: #000;
	line-height: 1;
	text-align: center;
	padding: 1rem 1.5rem;
	position: relative;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #707070;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
section#history{
	background: #FFF;
	margin-bottom: 0!important;
	padding: 3rem 0;
}
section#history .inner{
	max-width: 960px;
}
section#history li .thumb{
	display: block;
	margin-bottom: .7rem;
}
section#history li .thumb img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 1 / 1.2;/* ここにアスペクト比を入れる */
}
section#history li .title{
	font-size: 1.3rem;
}
section#history li .price{
	font-size: 1.3rem;
}
section#history li .price .tax{
	font-size: 9px;
}
section#history .slick-slide{
	padding: 0 .5rem;
}
/*PC*/
@media (min-width: 999px){
	main#content-main section{
		margin-bottom: 3rem;
	}
	.slide-arrow{
		display: block!important;
		width: 8px;
		height: auto;
		position: absolute;
		top: 50%;
		margin-top: -4px;
	}
	.slide-arrow.prev-arrow{
		left: -2rem;
	}
	.slide-arrow.next-arrow{
		right: -2rem;
	}
	main#content-main section#mainvisual{
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
	}
	main#content-main #topics li{
		padding: 0 1rem;
	}
	main#content-main h2{
		margin-bottom: 2.5rem;
	}
	main#content-main ul.item-list{
		gap: 20px;
	}
	main#content-main ul.item-list li{
		width: calc( (100% - 80px) / 5 );
	}
	main#content-main .brand-nav{
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	main#content-main .brand-nav li:hover{
		cursor: pointer;
	}
	main#content-main .brand-nav li.nav-rojita img{
		width: 105px;
	}
	main#content-main .brand-nav li.nav-couture img{
		width: 90px;
	}
	main#content-main .brand-nav li span{
		height: 30px;
	}
	main#content-main #insta .brand-nav{
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	main#content-main #insta .brand-nav li{
		width: calc( (100% - 50px) / 6 );
	}
	main#content-main section#insta .brand-nav li span{
		font-size: 1.5rem;
	}
	main#content-main section#insta .brand-nav .tab.is-active{
		background: #F9F9F9;
	}
	section#history .slick-slide{
		padding: 0 1rem;
	}
	section#brand{
		padding-bottom: 2.5rem;
	}
	section#brand .brand-wrap{
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		gap: 2rem;
	}
	section#brand .sns-link li{
		margin: 0 .5rem;
	}
	#category-area .inner{
		width: 754px;
		margin-left: auto;
		margin-right: auto;
	}
	section#category-area li .cate-top{
		font-size: 1.3rem;
	}
	section#category-area .cate-bottom a{
		font-size: 1.1rem;
	}
	main#content-main section#insta .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li{
		width: calc( (100% - 50px ) / 6 );
	}
	main#content-main section#insta .ecbn-selection-more-btn{
		font-size: 1.2rem;
		max-width: 136px;
		padding: 0.5rem;
	}
	section#category-area li{
		width: calc( (100% - 30px) / 4 );
	}
}
/************************************************************
 * HOME（ROJITA/couture/Rmine）
 ************************************************************/
body.fs-body-category-rojita-home .fs-c-breadcrumb,
body.fs-body-category-couture-home .fs-c-breadcrumb,
body.fs-body-category-rmine-home .fs-c-breadcrumb,
body.fs-body-category-rojita-home .fs-c-productList,
body.fs-body-category-couture-home .fs-c-productList,
body.fs-body-category-rmine-home .fs-c-productList{
	display: none;
}
body.fs-body-category-rojita-home main#content-main section h2,
body.fs-body-category-couture-home main#content-main section h2{
	position: relative;
}
body.fs-body-category-rojita-home main#content-main section h2:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: calc(200 / 430 * 100vw);
	max-width: 200px;
	background: url("https://rojita.itembox.design/item/tit_heart.png") no-repeat 50% 50%;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
body.fs-body-category-couture-home main#content-main section h2:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: calc(230 / 430 * 100vw);
	max-width: 230px;
	background: url("https://rojita.itembox.design/item/tit_ribbon.png") no-repeat 50% 50%;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
body.fs-body-category-rojita-home main#content-main section#new-arrival,
body.fs-body-category-couture-home main#content-main section#new-arrival,
body.fs-body-category-rmine-home main#content-main section#new-arrival,
body.fs-body-category-rojita-home main#content-main section#ranking,
body.fs-body-category-couture-home main#content-main section#ranking,
body.fs-body-category-rmine-home main#content-main section#ranking{
	background: #FFF;
	padding: 3rem 0;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
}
main#content-main section#history h2:before,
main#content-main section#insta h2:before,
main#content-main section#tiktok h2:before,
main#content-main section#brand h2:before,
main#content-main section#category-area h2:before{
	display: none!important;
}
body.fs-body-category-rojita-home main#content-main section#insta .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a{
	background: #EFE2E6;
	color: #000!important;
	border: none;
}
body.fs-body-category-couture-home main#content-main section#insta .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a{
	background: #F5EDE7;
	color: #000!important;
	border: none;
}
body.fs-body-category-rmine-home main#content-main section#insta .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a{
	background: #ECF4FD;
	color: #000!important;
	border: none;
}
.fs-c-productPrice__addon:where(:not([class*="--listed"])), .fs-c-productPrice__main__addon:where(:not([class*="--listed"])){
	-webkit-align-items: center;
	        align-items: center;
	line-height: 1;
}
/************************************************************
 * 任意商品
 ************************************************************/
.no-slide.fs-c-productListCarousel.fs-c-slick{
	display: block;
}
.no-slide span.fs-c-productListCarousel__ctrl{
	display: none !important;
}
.no-slide .fs-c-productListCarousel__list{
	display: block;
}
.no-slide div.slick-track{
	position: static;
	width: 100% !important;
	transform: none !important;
	display: flex;
	gap: 15px 10px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.no-slide div.slick-track .slick-slide{
	width: calc( (100% - 10px) / 2 );
	float: none;
}
.no-slide div.slick-track::before{
	content: none !important;
}
.no-slide article.fs-c-productListCarousel__list__item.fs-c-productListItem{
	min-width: 100%;
	margin: 0;
	display: flex!important;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.no-slide .fs-c-productListItem__imageContainer{
	margin-bottom: 0.7rem;
}
.no-slide .fs-c-productListItem__image__image{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 1 / 1.2;/* ここにアスペクト比を入れる */
}
.no-slide h2{
	margin: 0!important;
	-webkit-order: 2;
	    -ms-order: 2;
	        order: 2;
}
main#content-main section .no-slide h2:before{
	display: none!important;
}
.no-slide h2 a{
	text-align: left;
}
.no-slide .fs-c-productName__name,
.no-slide .fs-c-productName__copy{
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left!important;
	display: inline-block!important;
}
.no-slide .fs-c-productListItem__prices{
	font-size: 1.3rem;
	margin-top: 0;
	-webkit-order: 3;
	    -ms-order: 3;
	        order: 3;
}
.no-slide .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
	color: #000;
}
.no-slide .fs-c-productPrice__addon__label{
	font-size: 9px;
}
.no-slide .fs-c-productMarks{
	margin-top: 0;
	-webkit-order: 1;
	    -ms-order: 1;
	        order: 1;
	margin-bottom: 0.5rem!important;
}
.no-slide .fs-c-productListItem__control{
	display: none;
}
/*PC*/
@media (min-width: 999px){
	.no-slide div.slick-track{
		gap: 20px;
	}
	.no-slide div.slick-track .slick-slide{
		width: calc( (100% - 80px) / 5 );
	}
	.no-slide a{
		-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.no-slide a:hover{
		filter: alpha(opacity=70);
		opacity: .7;
		text-decoration: none;
		cursor: pointer!important;
	}
}
/************************************************************
 * 下層 共通
 ************************************************************/

body:has(header#header-rojita) {
	  background: rgba(239,226,230,0.4);
}
body:has(header#header-couture) {
	  background: rgba(245,237,231,0.4);
}
body:has(header#header-rmine) {
	  background: #fff2f4;
}
nav.fs-c-breadcrumb{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.fs-l-main h1.fs-c-heading--page{
	color: #000;
	font-size: 1.9rem;
	font-weight: 400;
	border-bottom: none;
	margin-bottom: 3rem;
	padding: 0;
}
.fs-l-main img{
	width: auto;
}
.fs-l-page section{
	margin-bottom: 3rem;
}
section#history h2,
section#brand h2,
section#category-area h2{
	text-align: center;
	font-size: 1.9rem;
	margin-bottom: 2rem;
}
@media (min-width: 999px){
	nav.fs-c-breadcrumb{
		max-width: 1200px;
	}
	.fs-l-main img{
		max-width: 100%;
	}
}
/************************************************************
 * カテゴリ一覧
 ************************************************************/
.fs-c-subgroupList{
	margin: 0;
	padding: 0;
	-webkit-justify-content: center;
	        justify-content: center;
	gap: 5px;
}
body.fs-body-category-ROJITA .fs-c-subgroupList,
body.fs-body-category-couture-BY-ROJITA .fs-c-subgroupList,
body.fs-body-category-Rmine .fs-c-subgroupList{
	display: none;
}
.fs-c-subgroupList__item{
	flex-basis: auto;
	flex-grow: 0;
	margin: 0;
	padding: 0;
}
.fs-c-subgroupList__link{
	background: none;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	padding: .3rem .6rem;
	font-size: 1.2rem;
}
.fs-c-subgroupList__link::after{
	font-size: 1.8rem;
}
.fs-c-productList__list__item{
	border-bottom: none;
}
.fs-c-productList__controller{
	text-align: center;
	display: block;
}
.fs-c-productList__controller .fs-c-listControl{
	-webkit-justify-content: center!important;
	        justify-content: center!important;
	    -webkit-align-items: center!important;
	            align-items: center!important;
}
.pager2 .fs-c-productList__controller .fs-c-listControl{
	display: inline-block;
}
.pager2 .fs-c-productList__controller .fs-c-sortItems{
	display: none;
}
.fs-c-sortItems{
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: center;
	        align-items: center;
}
.fs-c-sortItems__list{
	-webkit-flex-grow: 0;
	        flex-grow: 0;
}
.fs-c-sortItems__label{
	border: none;
	border-right: 1px solid #A6A6A6;
	padding: 0 2rem;
}
.fs-c-sortItems__list__item__label{
	padding: 0 2rem;
}
ul.fs-c-sortItems__list li{
	border-right: 1px solid #A6A6A6;
}
ul.fs-c-sortItems__list li:last-child{
	border: none;
}
ul.fs-c-sortItems__list li:last-child .fs-c-sortItems__list__item__label{
	padding-right: 0;
}
.fs-c-sortItems__list__item.is-active{
	background: none;
	color: #333;
	text-decoration: underline;
}
.fs-c-listControl__status{
	display: none;
}
.fs-c-pagination .fs-c-pagination__item,
.fs-c-pagination .fs-c-pagination__item{
	color: #A6A6A6;
}
.fs-c-pagination .fs-c-pagination__item.is-active{
	background: none;
	color: #000;
}
.fs-c-productList .fs-c-productListItem__imageContainer{
	margin-bottom: 1rem;
}
.fs-c-productList .fs-c-productListItem__viewMoreImageButton{
	display: none;
}
.fs-c-productList .item-logo{
	margin-bottom: .8rem!important;
}
.fs-c-productMarks{
	display: flex;
	gap: 5px;
	-webkit-align-items: center;
	        align-items: center;
}
.fs-c-productMark{
	gap: 5px;
}
.fs-c-productList .fs-c-productMark li,
.fs-c-productList .fs-c-productMark li span{
	color: #FFF;
}
.fs-c-productMark__mark{
	padding: 4px;
	font-size: .9rem;
	text-align: center;
	margin-right: 0;
}
.fs-c-productList .fs-c-productListItem__productName{
	font-size: 1.3rem!important;
}
.fs-c-productList .fs-c-productPrice__main__label{
	font-size: 1.3rem;
}
.fs-c-productList .fs-c-price{
	font-size: 1.3rem;
}
.fs-c-productList .fs-c-salesPeriod__date{
	font-size: 1rem!important;
}
.fs-c-productList .fs-c-buttonContainer {
    display: flex;
    font-size: 13px;
}

.fs-c-productList .fs-c-productPrice span{
	font-size: 1.3rem!important;
}
.fs-c-productList .fs-c-productPrice--listed .fs-c-productPrice__main__price{
	text-decoration: line-through;
}

/*PC*/
@media screen and (min-width:999px) {
	.fs-c-subgroupList__link{
		padding: .3rem 1rem;
		font-size: 1.4rem;
	}
	.fs-c-productList article a{
		-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
		opacity: 1;
		filter: alpha(opacity=100);
		
	}
	.fs-c-productList article a:hover{
		filter: alpha(opacity=70);
		opacity: .7;
		text-decoration: none;
		cursor: pointer!important;
	}
}
/*SP*/
@media screen and (max-width:1000px) {
	.stock-sort{
		position: static!important;
	}
	.fs-c-sortItems{
		border: none;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.fs-c-sortItems__list{
		border: none;
	}
	.fs-c-sortItems__label{
		display: none;
	}
	.fs-c-sortItems__list__item__label{
		padding: 0 .5rem;
	}
}
/************************************************************
 * 商品詳細
 ************************************************************/
/*PC*/
@media screen and (min-width:999px) {
	/********** レイアウト **********/
	.fs-body-product .fs-l-productLayout{
		grid-template-columns: 500px 482px;
		grid-row-gap: 18px;
	}
	.fs-body-product .fs-l-product2 .fs-l-productLayout {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 900px;
		margin: 0 auto;
	}
	/*****************************左側**************************************/
	.fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--1 {
		width: 400px;
	}
	/********** 商品画像 **********/
	.fs-body-product .fs-c-productCarouselMainImage__image > img {
		width: 400px;
		max-height: none;
	}

	.fs-body-product .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
	    background: rgba(0, 0, 0, 0);
	}
	/*サムネイル　通常バージョン*/
	.fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image {
		margin: 4px 5px 4px 0;
		flex-basis: 76px;
		min-width: 76px;
	}
	.fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image:nth-child(5n) {
		margin: 4px 0 4px 0;
	}
	/*****************************右側**************************************/
	.fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--2 {
		width: 452px;
	}
	/* 商品名 */
	.fs-body-product .fs-c-productNameHeading{
		font-size: 2rem;
		margin-bottom: 1.3rem;
	}
	/********** アイコン **********/
	.fs-body-product .fs-c-productMarks {
		margin: 0;
	}
	/********** 商品番号 **********/
	.fs-body-product .fs-c-productNumber {
		border: none;
		display: inline-block;
		font-size: 1.2rem;
		padding: 0;
		margin: 0;
	}
	.fs-c-productNumber__number{
		font-weight: normal!important;
	}
	/********** 価格（商品詳細のみ　※共通はfscc.css） **********/
	.fs-body-product .fs-l-productLayout__item .fs-c-productPrice{
		margin: 0 0 10px;
	}
	.fs-body-product .fs-c-productPrice--listed .fs-c-productPrice__main__price{
		text-decoration: line-through;
	}
	.fs-body-product .fs-l-productLayout__item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
		font-size: 2rem;
	}
	.fs-body-product span.fs-c-productPrice__addon {
		font-size: .9rem;
	}
	/********** ポイント **********/
	.fs-body-product .fs-c-productPointDisplay{
		background: #fff;
		color: #333;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		padding: 0;
		margin:0 0 10px;
	}
	/********** 項目選択肢 **********/
	.fs-body-product .fs-c-variationAndActions .fs-c-variationCart{
		padding: 0;
	}
	.fs-body-product .fs-c-variationAndActions .fs-c-variationCart__image {
		margin: 0 15px 0 0;
	}
	.fs-body-product .fs-c-productSelection .fs-c-productSelection__name{
		font: inherit;
	}
	/********** お気に入りに登録する **********/
	.fs-c-variationCart__wishlist {
		justify-content: start;
	}
	/********** 非表示 **********/
	.fs-body-product .recommend-parts-area{
		display: none;
	}
	/********** カートに入れる **********/
	.fs-body-product .fs-c-variationCart--withImage > li {
		-ms-grid-columns: auto 1fr 37px 180px;
		grid-template-columns: auto 1fr 37px 180px;
		margin:0 0 30px;
	}
	.fs-body-product button.fs-c-button--addToCart--variation.fs-c-button--primary{
		background: url(https://rojita.itembox.design/item/icon-cart.png) no-repeat;
		-webkit-background-size: 22px 22px;
		     -o-background-size: 22px 22px;
		        background-size: 22px 22px;
		background-position: 20%;
		background-color: #BE8996;
		width: 180px;
		padding: 14px 10px;
		border: none;
		-webkit-border-radius: 8px;
		        border-radius: 8px;
		outline: none;
	}
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary{
		background: url(https://rojita.itembox.design/item/images/product/common/icon-mail.png) no-repeat;
		background-position: 20px;
		background-color: #cccccc;
		background-size:20px 15px;
		padding: 14px 10px;
		border: 1px solid #cccccc;
		color: #666666 !important;
		width: 180px;
		border: none;
		-webkit-border-radius: 8px;
		        border-radius: 8px;
		outline: none;
	}
	.fs-body-product .fs-c-variationCart__cartButton span.fs-c-button__label {
	    padding-left: 30px;
	    padding-top: 5px;
	}
	/********** 入荷お知らせメール **********/
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary:link, 
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary:hover, 
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary:visited, 
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary:active {
		color: #666666 !important;
	}
	/********** 返品・交換のお手続きについて**********/
	.fs-body-product .fs-c-returnedSpecialContract {
	   font-weight: 500;
	   padding: 0;
	}
	/********** 商品についてのお問い合わせ**********/
	.fs-body-product .fs-c-inquiryAboutProduct {
	    font-weight: 500;
	    padding: 0;
	    margin-bottom: 20px;
	}
	/********** レビューを書く**********/
	.fs-body-product .fs-c-button--addReview--detail:before{
	    content: "";
	}
	.fs-body-product .fs-c-productReview a.fs-c-button--addReview--detail {
	    background: url(https://rojita.itembox.design/item/icon-reviewedit.png) no-repeat;
	    -webkit-background-size: 16px;
	         -o-background-size: 16px;
	            background-size: 16px;
	    background-position: 0 75%;
	}
	.fs-body-product .fs-c-productReview span.fs-c-button__label{
	    padding-left: 20px;
	}
	.fs-body-product .fs-c-buttonContainer--viewAllReviews span.fs-c-button__label{
	    padding-left: 0;
	}
	/********** DETAIL**********/
	.fs-body-product .product_comment-1 {
	    font-weight: 500;
	    line-height: 1.8;
	    margin: 50px 0;
	}
	.fs-body-product .product_comment-1 .tab1 {
	    margin-bottom: 30px;
	}
	.fs-body-product .product_comment-1 .tab1 .tab1_label,
	.fs-body-product .product_comment-1 .tab2 .tab2_label{
	    font-size: 18px;
	    border-bottom: 1px solid #eeeeee;;
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	}
	.fs-body-product .product_comment-1 .tab1 p {
	    margin-bottom: 20px;
	}
	.fs-body-product .product_comment-1 .tab1 li {
	    list-style: none;
	}
	/* --------------------
	browsing-history
	-------------------- */
	.fs-body-product .browsing-history{
		position: relative;
		background: #fff;
		width: 980px;
		margin: 0 auto;
	}
	.fs-body-product .browsing-history h2{
		margin: 0 0 49px;
		padding: 0 0 33px;
		text-align: center;
		font-size: 30px;
		background: url("../images/index/icon-heading.png") no-repeat 50% 100%;
		background-size: 169px auto;
	}

	.fs-body-product .browsing-history .new-arrival-slider-box{
	    margin: 0 10px;
	}
	/*
	browsing-history
	タブ・スライダー
	-------------------- */
	.fs-body-product .browsing-history-slider{
		padding: 0 34px 50px;
	}
	/* 次・前（←　→） */
	.fs-body-product .browsing-history-slider .slick-arrow{
		position: absolute;
		top: 113px;	
		width: 15px;
		height: 29px;
		opacity: 1;
		overflow: hidden;
		text-indent: -9999px;
		border: none;
		-webkit-appearance: unset;
	}
	.fs-body-product .browsing-history-slider .slick-prev{
		left: 0;
		
		margin-left: 0;
		background: url("../images/index/btn-slider-prev.png") no-repeat 0 0;
		background-size: 100%;
	}
	.fs-body-product .browsing-history-slider .slick-next{
		right: 0;
		
		margin-right: 0;
		background: url("../images/index/btn-slider-next.png") no-repeat 0 0;
		background-size: 100%;
	}
}
@media screen and (max-width:1000px) {
	/********** レイアウト **********/
	.fs-body-product .fs-l-product2 .fs-l-productLayout {
		margin: 0 auto;
	}
	/********** 商品画像 **********/
	.fs-body-product .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
		background: rgba(0, 0, 0, 0);
	}

	/*サムネイル　通常バージョン*/
	.fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image {
		margin: 1vw 2.75vw 1vw 0;
		flex-basis: 17vw;
		min-width: 17vw;
	}
	.fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image:nth-child(5n) {
		margin: 1vw 0 1vw 0;
	}
	/********** 商品名 **********/
	.fs-c-productNameHeading{
		font-size: 2rem;
		margin-bottom: 1.3rem;
	}
	/********** 商品番号 **********/
	.fs-body-product .fs-c-productNumber {
		border: none;
		display: inline-block;
		padding: 0;
		font-size: 3.6vw;
		margin: 0 0 1vw;
	}
	/********** 価格（商品詳細のみ　※共通はfscc.css） **********/
	.fs-body-product .fs-c-productPrices{
		margin: 0 0 1vw;
	}
	.fs-body-product .fs-c-productPrice--listed .fs-c-productPrice__main__price{
	        text-decoration: line-through;
	}
	.fs-body-product .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
		font-size: 4.8vw;
		font-weight: 700;
	}
	.fs-body-product span.fs-c-productPrice__addon {
		font-size: 3.6vw;
	}
	/********** ポイント **********/
	.fs-body-product .fs-c-productPointDisplay{
		background: inherit;
		color: #333;
		display: inline-block;
		font-size: 3.6vw;
		line-height: 1;
		padding: 0;
		margin: 0 0 5vw;
		font-weight: 300;
	}
	/********** 項目選択肢 **********/
	.fs-body-product ul.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
		padding: 0;
	}
	/********** 数量 **********/
	.fs-body-product .fs-c-quantity__select{
		font-size: 2.2rem;
	}
	/********** 項目選択肢 **********/
	.fs-body-product .fs-c-productSelection .fs-c-productSelection__name{
		font: inherit;
	}
	/********** 非表示 **********/
	.fs-body-product .recommend-parts-area{
		display: none;
	}
	/********** カートに入れる **********/
	.fs-body-product .fs-c-variationCart--withImage > li {
	    -ms-grid-columns: auto 1fr 3em 40vw;
	    grid-template-columns: auto 1fr 3em 40vw;
		margin: 0 0 6vw;
	}
	.fs-body-product button.fs-c-button--addToCart--variation.fs-c-button--primary  {
	   background: url(https://rojita.itembox.design/item/icon-cart.png) no-repeat;
		-webkit-background-size: 22px 22px;
		     -o-background-size: 22px 22px;
		        background-size: 22px 22px;
	    background-position: 15%;
	    background-color: #BE8996;
	    width: 40vw;
	    padding: 10px;
			border: none;
		-webkit-border-radius: 8px;
		        border-radius: 8px;
			outline: none;
		appearance: none;
	}
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary{
		background: url(https://rojita.itembox.design/item/images/product/common/icon-mail.png) no-repeat;
		background-position: 2.5vw;
		background-color: #cccccc;
		background-size:3.9vw 3vw;
		padding: 2vw;
		border: none;
		-webkit-border-radius: 8px;
		        border-radius: 8px;
		outline: none;
		color: #666666 !important;
	}
	.fs-body-product .fs-c-variationCart__cartButton span.fs-c-button__label {
	    padding-left: 30px;
	    padding-top: 5px;
	}
	/********** 入荷お知らせメール **********/
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary:link, 
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary:hover, 
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary:visited, 
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary:active {
		color: #666666 !important;
	}
	.fs-body-product button.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary span.fs-c-button__label {
	    padding-left: 5.5vw;
	    padding-top: 1vw;
	}
	/********** 返品・交換のお手続きについて**********/
	.fs-body-product .fs-c-returnedSpecialContract {
	      font-weight: 300;
	}
	/********** 商品についてのお問い合わせ**********/
	.fs-body-product .fs-c-inquiryAboutProduct {
	    font-weight: 300;
	    padding: 0;
	    margin-bottom: 5vw;
	}
	/********** レビューを書く**********/
	.fs-body-product .fs-c-button--addReview--detail:before{
	    content: "";
	}
	.fs-body-product .fs-c-productReview a.fs-c-button--addReview--detail {
	    background: url(https://rojita.itembox.design/item/icon-reviewedit.png) no-repeat;
	    -webkit-background-size: 16px;
	         -o-background-size: 16px;
	            background-size: 16px;
	    background-position: 0 75%;
	}
	.fs-body-product .fs-c-productReview span.fs-c-button__label{
	    padding-left: 20px;
	}
	/********** DETAIL**********/
	.fs-body-product .product_comment-1 {
	    font-weight: 300;
	    line-height: 1.8;
	    margin: 13vw 0;
	}
	.fs-body-product .product_comment-1 .tab1 {
	    margin-bottom: 20vw;
	}
	.fs-body-product .product_comment-1 .tab1 .tab1_label,
	.fs-body-product .product_comment-1 .tab2 .tab2_label{
	    font-size: 4.8vw;
	    border-bottom: 1px solid #eeeeee;;
	    padding-bottom: 2vw;
	    margin-bottom: 2vw;
	}
	.fs-body-product .product_comment-1 .tab1 p {
	    margin-bottom: 2vw;
	}
	.fs-body-product .product_comment-1 .tab1 li {
	    list-style: none;
	}
	/* --------------------
	browsing-history
	-------------------- */
	.fs-body-product .browsing-history{
		position: relative;
		background: #fff;
	}
	.fs-body-product .browsing-history h2{
		margin: 0 0 5vw;
		padding: 0 0 5vw;
		text-align: center;
		font-size: 4.8vw;
		background: url("../images/index/icon-heading.png") no-repeat 50% 100%;
		background-size: 25vw auto;
	}
	.fs-body-product .browsing-history .new-arrival-slider-box{
	    margin: 0 1vw;
	}
	/*
	browsing-history
	タブ・スライダー
	-------------------- */
	.fs-body-product .browsing-history-slider{
		padding: 0 8vw;
	}

	/* 次・前（←　→） */
	.fs-body-product .browsing-history-slider .slick-arrow{
		position: absolute;
		top: 12vw;
		
		width: 3.6vw;
		height: 6.6vw;
		opacity: 1;
		overflow: hidden;
		text-indent: -9999px;
		border: none;
		-webkit-appearance: unset;
	}
	.fs-body-product .browsing-history-slider .slick-prev{
		left: 1vw;
		
		margin-left: 0;
		background: url("../images/index/btn-slider-prev.png") no-repeat 0 0;
		background-size: 100%;
	}
	.fs-body-product .browsing-history-slider .slick-next{
		right: 1vw;
		
		margin-right: 0;
		background: url("../images/index/btn-slider-next.png") no-repeat 0 0;
		background-size: 100%;
	}
}

.fs-c-productMark__mark{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.fs-c-mark--preorder.fs-c-mark{
	margin-top: 0;
}
.fs-c-mark{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.fs-c-productPreorderMessage{
	margin: 1rem 0;
	font-size: 1.1rem;
}
.fs-c-productPointDisplay__quantity{
	font-weight: 300;
}
.fs-c-variationCart__variationName__name{
	font-weight: 300;
}
.fs-body-product .fs-c-productSalesPeriod{
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 1rem 0;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
}
.fs-c-button--plain{
	color: #333;
}
.item-logo.rojita{
	background: url("https://rojita.itembox.design/item/logo_rojita.png") no-repeat;
	display: block;
	width: 75px;
	height: 9px;
	margin-bottom: 1.5rem;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.item-logo.couture{
	background: url("https://rojita.itembox.design/item/logo_couture.png") no-repeat;
	display: block;
	width: 75px;
	height: 15px;
	margin-bottom: 1.5rem;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.item-logo.rmine{
	background: url("https://rojita.itembox.design/item/logo_rmine.png") no-repeat;
	display: block;
	width: 75px;
	height: 20px;
	margin-bottom: 1.5rem;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.fs-c-productCarouselMainImage__thumbnail__caption{
	text-align: center;
}
.FS2_Recommend2_recommend .CrossHead{
	font-weight: normal!important;
	font-size: 100%!important;
	padding: 0!important;
	margin: 3rem 0 1.5rem 0!important;
}
.fs-body-product .fs-c-productPrice__main__label{
	font-size: 0.9rem;
}
.fs-body-product .fs-c-productPrice__main__price{
	color: #000!important;
	font-weight: 600;
}
.fs-body-product .fs-c-returnedSpecialContract,
.fs-body-product .fs-c-inquiryAboutProduct,
.fs-body-product .fs-c-button__label,
.fs-body-product .tabs{
	font-size: 1.4rem;
}
.fs-c-productReview-wrap .fs-c-productReview{
	display: none;
}
.vsm-gallery, .vsm-tile, .vsm-tile-goods{
	max-width: 1000px;
}
/*.fs-body-product .fs-c-productPrice--selling,
.fs-body-product .fs-c-productPrice--selling .fs-c-productPrice__main__price{
	color: red!important;
}*/
/************************************************************
 * BK
 ************************************************************/

@media screen and (max-width:999px) {
		.fs-body-product .browsing-history-slider .slick-prev {
		     background-size: 50% !important;

		}
		.fs-body-product .browsing-history-slider .slick-next {
		     background-size: 50% !important;
		     right: 0vw !important;
		}
}
@media screen and (max-width:999px) {
    .recommand-slider {
        display:none;
    }
    .recommand-mobile-slider{
    	margin: 0!important;
    	padding: 0!important;
    }
    .recommand-mobile-slider a{
    	margin-left: 0!important;
    }
    .recommand-mobile-slider ul{
    	gap: 5px;
    }
    .recommand-mobile-slider ul li{
    	width: calc( (100% - 10px) / 3 )!important;
    }
    .recommand-mobile-slider ul li img{
    	margin: 0!important;
    }
}
@media screen and (min-width:999px) {
    .recommand-mobile-slider {
        display:none;
    }
    .fs-body-product .fs-l-product2 .fs-l-productLayout {
        width: 1100px !important;
    }
    .fs-body-product .fs-l-productLayout {
        grid-template-columns: 600px 482px;
        grid-row-gap: 18px;
        }
    .fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--1 {
        width: 500px !important;
    }
    .fs-body-product .fs-c-productCarouselMainImage__image > img {
        width: 500px !important;
        max-height: none;
    }
    .fs-c-productCarouselMainImage__thumbnailList {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        overflow-x: auto; 
        padding: 0;
    }
    .fs-c-productCarouselMainImage__thumbnail {
        font-size: 10px !important;
    }
    .fs-c-productCarouselMainImage__thumbnailList > li {
      flex-basis: 70px !important;
      flex-shrink: 0 !important;
      margin: 0 !important;
    }
}
