@charset "utf-8";
.deliveryflow__title{
	display: flex;
	position: relative;
	padding:0 7px;
}
.deliveryflow__title::before{
	position: absolute;
	content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2px solid #000;
    z-index:-1;
}
.deliveryflow__title li{
	margin:0 7px;
	width:100%;
	text-align: center;
	background:#fff;
	position: relative;
}
.deliveryflow__title li a{
	display: block;
	padding:6px 0 4px;
	border-radius: 30px;
	border:1px solid #828282;
}
.deliveryflow__title li a:hover{
	background:#f9f8f3;
	color:#000;
}

.deliveryflow__title li:first-child{
	background:#f9f8f3;
	border:1px solid #101010;
	padding:6px 0 4px;
	border-radius: 30px;
}

.deliveryflow__title li:first-child::before {
    background: #fff;
    content: "";
    border-left: 8px dashed transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000000;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
}



.sentdaybox{
	background:#fbf6f1;
	margin:20px 0 18px;
	padding:15px 15px 20px;
}
.deliverytype__box{
	display: flex;
	margin-bottom: 15px;
}
.deliverytype__box__content{
	background:#fff;
	border:1px solid #a7a7a7;
	padding: 13px;
	margin-right: 14px;
	text-align: center;
	width: 100%;
}
.deliverytype__box__content:last-child{
	margin-right: 0;
}
.shiptime__title{
	display: block;
}

.modal-ct-text-box{
	display: flex;
	flex-direction: column;
}
.modal-ct-text-box .fs-c-productOption{
	order:2;
}
.modal-ct-text-box .fs-c-productChooseVariation{
	order:1;
}
.modal-ct-text-box .modal-btn-close.textmodalbtn{
	order:3;
	text-align: center;
}
.modal-ct-text-box .modal-btn-close.textmodalbtn i{
	padding-right: 4px;
}


/* カート上ラジオボタン整形 */
.modalcartarea .fs-c-radio__label{
	display: grid;
	grid-template-rows: 25px 31px 20px;
	grid-template-columns: 150px;
	justify-items: center;
  align-items: center;
  margin:10px 0 20px;
}
.fs-c-radio__radioMark{
	grid-row: 2 / 3;
}
.fs-c-radio__radioLabelText{
	grid-row: 1 / 2;
}
.fs-c-productOption__price{
	grid-row: 3 / 4;
}
.modalcartarea .fs-c-productOption__price .fs-c-price__addon{
	display: inline;
}

@media screen and (max-width:767px) { 
	.modalcartarea .fs-c-productOption__field.fs-c-radioGroup{
		flex-direction:row;
	}
	.modalcartarea .fs-c-radioGroup > * + *{margin-top: 0}
}


/* ポップアップモーダル */
.popmodal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index:997;
}
.popmodal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(231, 231, 231, 0.8);
  z-index:998;
}
.popmodal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  height:auto;
  background: white;
   z-index:999;
   max-width:600px;
}
.popmodal-content.wd450{
	max-width:508px;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.popclosebtn{
	position: absolute;
	cursor: pointer;
}



h1.fs-c-productNameHeading .fs-c-productNameHeading__copy{
	padding-left:0;
}
.fs-p-productDescription.fs-p-productDescription--short span{
	color:#ee6b1a !important;
	text-decoration: underline #ee6b1a !important;
}
.fs-l-productLayout h2.delivarytitle{
	text-align: center;
	color:#121212;
}
.fs-l-productLayout h2.delivarytitle img{
	width:25px;
	padding-right: 8px;
	vertical-align: middle;
}
.submittoday{
	font-size:1.18em;
	text-align: center;
	font-weight: bold;
	color:#cc0000;
	margin-bottom: 10px;
}
.submittoday span{
	text-decoration: underline;
}
.submittoday01{
	font-size:1em;
	text-align: center;
	font-weight: bold;
	color:#cc0000;
	margin-bottom: 10px;
}
.submittoday01 span{
	text-decoration: underline;
}


.shiptime__day{
	color:#ee6b1a;
	font-weight: bold;
	padding-top: 6px;
	font-size:1.14em;
}
.sentdaybox__undertext img{
	width:15px;
	margin-right: 7px;
	vertical-align: top;
	padding-top: 4px;
}
.sentdaybox__undertext{
	margin-bottom: 3px;
}
.sentdaybox__undertext a{
	text-decoration: underline;
}
.fs-c-productOption__option .fs-c-radio__radioMark{
	width: 20px;
	height: 20px;
}
.fs-c-productOption__name{
	border-bottom: 1px solid #9d9d9d;
}
.fs-c-productOption__option .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark{
	border-color:#eb4f8b;
}
.fs-c-productOption__option .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before{
	background:#eb4f8b;
}
.modalcartarea #modal-open{
	background:#eb4f8b;
	border-radius: 10px;
	margin-bottom: 25px;
}
.modalcartarea #modal-open:hover{
	background:#e30058;
}
.modalcartarea #modal-open img{
	width: 16px;
	vertical-align: top;
	padding-top: 4px;
	margin-right: 8px;
}
.modalcartarea #modal-open .cartintext{
	font-size: 1.4em;
	display: block;
	font-weight: bold;
}
.catbtnundertext{
	border:1px solid #a2a2a2;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.catbtnundertext a{
	display: block;
}
.catbtnundertext a:hover{
	background:#f1f1f1;
	color:#030303;
}
.catbtnundertext:after{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 21px;
	color: #3c3c3c;
	content: "\2b";
	right:3%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
}
.catbtnundertext.telbtn a{
	padding:15px 0 13px;
}
.catbtnundertext.telbtn span{
	color:#bf0505;
}
.catbtnundertext.sentfree a{
	padding:8px 0 6px;
}
.catbtnundertext.sentfree span{
	display: block;
	font-size: 0.9em;
}
/* 説明分タブメニュー */
.tab_content {display:none;}
.tab_content.active {display:block;}
.tabnav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.tabnav>div{
	margin-right:2%;
  width:32%;
  text-align:center;
	display: block;
	cursor: pointer;
	padding: 10px 0px 8px;
	text-decoration: none;
	position: relative;
	border-radius:30px;
	border:1px solid #828282;
	font-weight: bold;
	background:#fff;
}
.tabnav>div:last-child{
	margin-right: 0;
}
.tabnav>div:hover,
.tabnav>div.active{
	color: #000;
	background:#f9f8f4;
	border:1px solid #101010;
}
.tabnav::before{
	position: absolute;
	content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2px solid #000;
    z-index:-1;
}
.tabnav>div.active:before,
.tabnav>div:hover:before {
    background: #fff;
    content: "";
    border-left: 8px dashed transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000000;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
}
#tabcontents{
}

/* PCのみ */
@media screen and (min-width:768px) {
.tabnav{
	padding:0 20px;
	margin-bottom: 50px;
}
}


/* SPのみ */
@media screen and (max-width:767px) {
.tabnav{
	padding:0 10px;
	margin-bottom: 30px;
}
.tabnav>div{
	font-size:12px;
}
.submittoday{
	margin-top: 10px;
}
.submittoday01{
	margin-top: 10px;
}
}









/* モーダル中身 */
.modalcontentsarea{
	padding:20px;
}
/* youtube */
.modalcontentsarea .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modalcontentsarea .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modaltitle{
	font-size: 20px;
	font-weight: bold;
	margin:5px 0 15px;
}
.deliveryflow{
	margin:25px 0 10px;
}
.deliveryflow dt{
	background:#ee6b1a;
	padding:5px 10px 4px;
	color:#fff;
	margin-bottom: 8px;
	display: 	inline-block;
}
.deliveryflow dd{
	margin-bottom: 25px;
}
.orange{
	color:#ee6b1a;
}
.modalcontentsarea .orange{
	font-weight: bold;
}
.uproadbtn{
	background: #facbaf;
	text-align: center;
	border:1px solid #111111;
	font-weight: bold;
}
.uproadbtn a{
	padding:14px 0 12px;
	display: block;
	position: relative;
}
.uproadbtn a:hover{
	background:#ee6b1a;
	color:#fff;
}
.uproadbtn span{
	display: block;
	font-size: 0.8em;
}

.uproadbtn a::before{
	content:"";
	background:url(https://www.farbeco.jp/s/images/common/uplpadicon.svg) no-repeat;
	display	:inline-block;
	background-size: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
	transition: all  0.8s ease;
}
.uproadbtn a:hover::before{
	content:"";
	background:url(https://www.farbeco.jp/s/images/common/uplpadicon-w.svg) no-repeat;
	display	:inline-block;
	background-size: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
}

.sentdaysec{
	position: relative;
}
.sentdaysec::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f354";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size:54px;
	color:#ee6b1a;
}
.sentdaysec__title{
	font-weight: bold;
	text-align: center;
	font-size:1.5em;
	letter-spacing:2px;
}
.sentdaysec__title span{
	padding-top: .5em;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1.11em .3em;
    background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
}
.sentdaysec__ship{
	display: flex;
	margin-top: 15px;
}
.sentdaysec__ship li{
	flex:1;
	width:100%;
	border:2px solid #111c4e;
	text-align: center;
	padding:8px 0 6px;
	font-weight: bold;
}
.sentdaysec__ship li:first-child{
	color:#111c4e;
}
.sentdaysec__ship li:nth-child(2){
	background:#111c4e;
	color:#fff;
}
.modaltextclose{
	margin-top: 30px;
	text-align: center;
	background:#f5f5f5;
	border:1px solid #626262;
}
.modaltextclose a{
	display: block;
	padding:7px 0 5px;
}
.modaltextclose a:hover{
	background:#a7a7a7;
	color:#fff;
}
.modaltextclose i{
	padding-right: 5px;
}
.contentssec{
	padding:10px 0 15px;
	margin:15px 0;	
}
.contentssec .modaltitle{
	border-bottom: 1px dashed #5b5b5b;
}
.lineiconsec{
	display: flex;
}
.lineiconsec__img{
	width:75px;
	margin-right: 10px;
}
.modalcontentsarea .telno a{
	font-size:2.4em;
	font-weight: bold;
}
.modalcontentsarea .telno a i{
	font-size: 0.8em;
	padding-right: 6px;
}
.modalcontentsarea .telordertext{
	margin-bottom: 18px;
}
.modalcontentsarea .shipfree{
	margin-bottom: 20px;
	font-size:1.3em;
}
.cautionlist{
	margin-top: 8px;
}
.cautionlist li{
	position: relative;
	padding-left:20px;
}
.cautionlist li::before{
	content:"※";
	position: absolute;
	left:0;
}


.nonmatecontents{
	position: relative;
}
.nonmatecontents::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f354";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size:54px;
	color:#ee6b1a;
}

.fs-c-featuredProduct h2.fs-c-featuredProduct__title{
	color: #532817;
	border-bottom: 1px solid #cc9966;
	margin-bottom: 20px;
	font-size: 1.17em;
}
.fs-c-featuredProduct h2.fs-c-featuredProduct__title::before{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	content: "\f560";
	padding-right: 7px;
}
h2.fs-c-productListItem__productName{
	line-height: 1;
	margin: 6px 0 10px;
}
.fs-c-featuredProduct .fs-c-productListItem__numberOfStock.fs-c-productListItem__notice.fs-c-productStock{
	display: none;
}
.fs-c-featuredProduct .fs-c-productName__copy{
	display: none;
}
.fs-c-featuredProduct .fs-c-productMark{
	display: none;
}
#fs_ProductDetails .fs-c-productPrices .fs-c-productPrice--selling span.fs-c-productPrice__main__price.fs-c-price{
	font-weight: bold;
}
.modal-content .fs-c-button--primary{
	padding: 19px 0 17px;
}



#fs_ProductDetails .fs-c-featuredProduct .fs-c-productPrices span.fs-c-productPrice__main__price{
	font-weight: normal;
}
.fs-c-featuredProduct .fs-c-productPrices .fs-c-productPrice.fs-c-productPrice--selling{
	text-align: right;
}
.fs-c-productListCarousel__list.fs-c-slick{
  opacity: 0;
  transition: opacity .2s linear;
}
.fs-c-productListCarousel__list.fs-c-slick.slick-initialized{
  opacity: 1;
}

.fs-c-productNotice.fs-c-productNotice--outOfStock{
	text-align: center;
	color: #c80808;
	border: 1px solid #c80808;
	padding:15px 0 13px;
	margin-bottom: 20px;
}
.outofcart{
	display: none;
}

/* PCのみ */
@media screen and (min-width:768px) {
.popmodal-content{
  width: 60%;
  max-height: 68%;
}
.uproadbtn{
	font-size:1.35em;
}
.uproadbtn a::before{
	width: 35px;
	height: 42px;
	right:24px;
}
.uproadbtn a:hover::before{
	width: 35px;
	height: 42px;
	right:24px;
}
.sentdaysec__ship li{
	font-size: 1.2em;
}
.sentdaysec__ship li span{
	font-size: 1.35em;
}
.sentdaysec__ship li:first-child{
	margin-right: 15px;
}
.sentdaysec__ship li span{
	padding-right: 4px;
}
.sentdaysec{
	padding-top: 106px;
}
.sentdaysec::before{
	top:10px;
}
.nonmatecontents{
	padding-top: 58px;
}
.nonmatecontents::before{
	top:-26px;
}
.popclosebtn{
	top: 1px;
	right: 25px;
	font-size: 29px;
}
}


/* SPのみ */
@media screen and (max-width:767px) {
.deliveryflow__title{
	margin-top: 25px;
}
.popmodal-content{
  width: 90%;
  max-height: 73%;
}
.uproadbtn{
	font-size:1.1em;
}
.uproadbtn a::before{
	width: 25px;
	height: 32px;
	right:8px;
}
.uproadbtn a:hover::before{
	width: 25px;
	height: 32px;
	right:8px;
}
.sentdaysec__ship li{
	font-size: 1.1em;
}
.sentdaysec__ship li span{
	font-size: 1.2em;
}
.sentdaysec__ship li:first-child{
	margin-right: 10px;
}
.sentdaysec__ship li span{
	padding-right: 2px;
}
.sentdaysec{
	padding-top: 72px;
}
.sentdaysec::before{
	top:-9px;
}
.nonmatecontents{
	padding-top: 44px;
}
.nonmatecontents::before{
	top:-39px;
}
.cautionlist li{
	font-size:13px;
}
.popclosebtn{
	top: 0px;
	right: 5px;
	font-size: 26px;
}
.fs-l-productLayout h2.delivarytitle{
	margin-bottom: 15px;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: -11px;
}
.fs-c-featuredProduct h2.fs-c-featuredProduct__title{font-size: 14px;font-weight: bold;}
}


/* レビュー */
.fs-c-productReview__aggregateRating{
	margin-top:２0px;
}
.fs-c-reviewRating .fs-c-reviewStars::before{
	font-size: 1em;
}
.fs-c-reviewer__profile .fs-c-reviewer__profile__status{
	display: none;
}
.fs-c-aggregateRating__count{
	border-bottom:1px solid #9c9c9c;
}
.fs-c-reviewInfo__reviewer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fs-c-reviewer__name__reviewNumber{
	display: none;
}
.fs-c-reviewerStatus {
    background: #31557c;
    border-radius: 1em;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin: 0 4px;
    min-width: 8em;
    padding: 4px 8px;
    text-align: center;
}
.fs-c-reviewer__status span{
	vertical-align: top;
	margin-top:4px;
	display: inline-block;
	margin-right: 6px;
}
.fs-c-reviewRating{
	margin-top:10px;
}
#fs_ProductDetails .fs-c-reviewBody{
	margin-top:10px;
}
#fs_ProductDetails  .fs-c-reviewBody{
	min-height: auto;
	background:#fff;
	border:1px solid #a9a9a9;
	padding:13px;
}
.fs-c-productReview__allReviews{
	text-align:center;
	font-size: 14px;
	margin-bottom: 60px;
}
.fs-c-productReview__allReviews a{
	color: #264de6;
	text-decoration: underline;
}



/* PCのみ */
@media screen and (min-width:768px) {
ul.fs-c-productReview__reviewList{
	padding:15px 30px;
	margin:15px 0;
}
.fs-c-aggregateRating__rating.fs-c-rating{
	padding:6px 10px 4px;
	margin-bottom:20px;
}
}


/* SPのみ */
@media screen and (max-width:767px) {
.fs-c-productReview {
    width: 100%;
    margin: 0 auto;
}
ul.fs-c-productReview__reviewList{
	padding:10px 10px;
	margin:7px 0;
}
.fs-c-aggregateRating__rating.fs-c-rating{
	padding:6px 0px 4px;
	margin-bottom:16px;
	font-weight: bold;
}
.fs-c-aggregateRating__rating.fs-c-rating .fs-c-rating__value{
	padding-left:5px;
}
}


.fs-c-inquiryProduct__productImage {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.fs-c-inquiryMessage {
    margin-top: 12px;
    font-weight: bold;
    text-align: center;
    background: #f0f0f0;
    padding: 8px 0 7px;
}
.fs-c-inputTable--inModal > tbody > tr{
	padding:0;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--sendInquiry {
    text-align: center;
    margin-top: 20px;
}
.fs-c-inputInformation__button .fs-c-button--standard {
    background: #8c8c8c;
    border: none;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 1.7;
    text-decoration: none;
    text-align: center;
    padding: 8px 40px 6px;
    box-shadow: none;
    transition: all 0.5s;
}
@media screen and (max-width:767px) {
.fs-c-modal .fs-c-modal__inner{
	width: 90%;
}
.fs-c-modal--inquiry .fs-c-modal__contents{
	padding: 0;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--sendInquiry {
    margin-bottom: 15px;
}
}


/* 項目選択肢POPUP用 */
#shipmentday-optionpopup .fs-c-productChooseVariation .fs-c-variationLabel__label::before{
	content:"\02460";
	font-size:1.3em;
	display: inline-block;
    vertical-align: middle;
    padding-top: 1px;
    padding-right: 4px;
}



