@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__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;
	font-weight: 500;
}
.fs-c-featuredProduct h2.fs-c-featuredProduct__title::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f560";
	padding-right: 7px;
}
h2.fs-c-productListItem__productName{
	line-height: 1;
	margin: 6px 0 10px;
}

.fs-c-featuredProduct .fs-c-productName__copy{
	display: none;
}


.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;
}
}

/* マージ */
.productinner{
	display: flex;
	flex-direction: column;
}
dl.fs-c-productOption {
	order: 1;
}
.fs-c-productQuantityAndWishlist {
	order: 2;
}
.fs-c-productActionButton {
	order: 3;
}
.fs-c-buttonContainer--inquiryAboutProduct {
	order: 6;
}
.cart-bottom-bnarea{
order: 5;
}
.multibuyarea {
	order: 4;
}
#shipmentday .fs-c-productActionButton {
	order:inherit;
	margin-bottom: 15px;
	margin-top: 0;
}
#shipmentday .fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
margin-top: 0;
}
#shipmentday .modal-content-inner .fs-c-productActionButton {
	order: 3;
}
.fs-c-breadcrumb a{
	text-decoration: underline;
}
h1.fs-c-productNameHeading{
	letter-spacing:2px;
}
h1.fs-c-productNameHeading .fs-c-productNameHeading__copy{
	color:#ee6b1a;
	display: block;
	padding-left:10px;
}
.fs-c-productNumber{
	display:inline-block;
	color:#404040;
}
.fs-c-productPrice__main span{
	display:inline-block;
}
.fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main span.fs-c-productPrice__main__label{
	display: inline;
}
.fs-c-button--removeFromWishList--icon.fs-c-button--particular::before{
	color:#da4d65;
}
.fs-c-button--particular .fs-c-button__label{
	display: none !important;
}
.fs-c-productQuantityAndWishlist {
	margin: 20px 0 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fs-c-button--particular {
	background: none;
	border: none;
	position: relative;
	font-size: 14px;
}
.fs-c-productQuantityAndWishlist select.fs-system-quantity-list {
	width: 50px;
	height: 35px;
}
select.fs-system-quantity-list {
	border: 1px solid #797979;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	line-height: 1.4;
	min-height: 2.4em;
	width: 100%;
	border-radius: 3px;
}
input[type="text"], input[type="password"], textarea, select {
	outline: none;
}
.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
	background: none;
	position: relative;
	color: #000;
}
.fs-c-buttonContainer--inquiryAboutProduct button{
	display: block;
	width: 100%;
}

.fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label{
	padding-left: 26px;
	position: relative;
}
.fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label:before{
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f0e0";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	vertical-align: middle;
	position: absolute;
	color: #000;
}
.fs-c-button--primary, .fs-c-button--next {
	background: #eb4f8b;
	width: 100%;
	border: none;
	position: relative;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 21px;
	display: block;
	text-align: center;
	line-height:1.7;
}
.fs-c-slick .slick-prev,.fs-c-slick .slick-next{
	background:none;
	width:0;
	height:0;
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 50px;
	line-height: 1;
}
.fs-c-slick .slick-next {
	right: 25px;
}
.fs-c-productReview__addReview{
	text-align:center;
}
.fs-c-productReview__addReview a{
	color:#3ca1a1;
	position:relative;
	text-align:center;
	display: inline-block;
	border:1px solid #66cccc;
}
.fs-c-productReview__addReview a:hover{
	background:#66cccc;
	color:#fff;
}
.fs-c-productReview__addReview a:hover::before{
	color:#fff;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
	display: none;
}
#fs_ProductDetails .fs-c-price{
	display: inline-block;
}
.productsizelist{
	width:84%;
	margin:23px auto;
}
.productsizelist li{
	margin-bottom:3px;
}
.productsizelist li img{
	width:100%;
}
.productsizelist li a{
	display:block;
}
.productinfo li{
	margin-bottom:4px;
}
.productinfo li a{
	display: block;
}
.matchproduct{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.matchproduct>p{
	flex:1;
}
.matchproduct>p:first-child{
	margin-right:15px;
}
.suckinglist{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:30px 0;
}
.suckinglist li{
	margin-bottom:15px;
}
.suckinglist li p{
	font-weight:bold;
	font-size: 11px;
	text-align:center;
}
.suckinglist li p a{
	color:#192448;
}
.productinfoarea h2{
	margin-top:20px;
	border-bottom:1px dotted #a1a1a1;
	margin-bottom:20px;
	font-size: 17px;
	color:#192448;
}
table.spec-g_cont {
	margin: 0px auto 50px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.spec-g_cont th {
	font-size: 13px;
	font-weight:normal;
	text-align: left;
	border-bottom:1px solid #c8c8c8;
	padding:7px 0 5px 7px;
	width:84px;
}
.spec-g_cont td {
	font-size: 13px;
	border-bottom:1px solid #c8c8c8;
	padding:7px 10px 5px 15px;
}





@media screen and (min-width: 768px){
	.productimgarea{
		margin-bottom:35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.productimg{
		width:460px;
		margin-right: 70px;
	}
	.fs-c-productCarouselMainImage img{width:460px;height: auto;}

	.productimg .fs-c-productCarouselMainImage__thumbnailList{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.fs-c-productCarouselMainImage__image > img{
		max-height: auto !important;
	}
	.fs-c-productCarouselMainImage__thumbnail{
		margin-bottom:10px;
	}
	.productinner{
		width:360px;
	}
	.fs-c-breadcrumb{
		margin:5px 0 30px;
		font-size:12px;
	}
	h1.fs-c-productNameHeading{
		font-size:15px;
		margin-bottom:10px;
		color:#414141;
	}
	h1.fs-c-productNameHeading .fs-c-productNameHeading__copy{
		font-size: 13px;
	}
	.fs-c-productPointDisplay{
		text-align: right;
	}
	.fs-c-productNumber{
		margin-bottom:20px;
		font-size:12px;
	}
	.fs-c-productPrice__main span{
		line-height: 1.4;
		color: #181818;
	}
	.fs-c-productPrice--listed span.fs-c-productPrice__main__price {
    font-size: 11px !important;
	}
	.fs-c-productPrice__main{
		margin:14px 0;
	}
	.fs-c-productPrice__main .fs-c-productPrice__main__price{
		font-size:17px;
	}
	#fs_ProductDetails .fs-c-productPrice .fs-c-productPrice__addon{
		font-size:11px;
		display: none;
	}
	#fs_ProductDetails .fs-c-productPrices span.fs-c-productPrice__main__price{
		font-size:22px;
	}
	#fs_ProductDetails .fs-c-productPrices span.fs-c-productPrice__addon__label,#fs_ProductDetails .fs-c-productPrice__main span.fs-c-productPrice__main__label{
		font-size: 11px;
	}
	#fs_ProductDetails .fs-c-productPrice__main{
		text-align:left;
	}
	.fs-c-productPrices--productDetail{
		margin-bottom:14px;
	}
	.fs-c-button--particular::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;
			position: relative;
			font-size: 20px;
			color:#da4d65;
	}
	.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular::before {
		font-size:20px;
	}

	.fs-c-productQuantityAndWishlist {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.fs-c-button--particular {
		padding-left: 11px;
		padding-top: 10px;
	}
	[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
		padding: 8px 11px;
		font-size: 17px;
	}
	.fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label:before{
		font-size:18px;
	}
	.fs-c-button--primary, .fs-c-button--next {
		padding: 28px 0 26px;
		margin: 10px 0 6px;
		border-radius:10px;
		transition: all 0.5s;
	}
	
.fs-c-button--addToCart--detail.fs-c-button--primary{
	padding: 19px 0 18px;
}
	
	.fs-c-button--primary:hover, .fs-c-button--next:hover{
		background: #f0465a;
	}
	.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
		color: #343434;
	}
	.fs-c-slick .slick-next:before {
		content: '\f105';
	}
	.fs-c-slick .slick-prev:before {
		content: '\f104';
	}
	.product-contents{
		margin:65px auto 60px;
		border-top:1px solid #d2d2d2;
		padding:50px 5% 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fs-c-productReview{
		margin-bottom:100px;
	}
	.fs-c-productReview__addReview a{
		padding: 11px 45px 9px 58px;;
	}
	.fs-c-productReview__addReview a::before {
		top: 10px;
		left: 37px;
	}
	.fs-p-productDescription.fs-p-productDescription--full{
		margin-top:15px;
	}
	.fs-p-productDescription{
		margin:10px auto 0;
	}
	.fs-p-productDescription.fs-p-productDescription--short{
		margin:15px auto 15px;
		color:#eb124c;
		font-size: 15px;
		letter-spacing: 0.5px;
	/*	border-bottom:1px solid #fd1451;*/
		text-align: center;
		display: inline-block;
			text-decoration: underline;
	}
#templateDL	.fs-p-productDescription.fs-p-productDescription--short{
	color: #222;
	text-decoration: none;
	text-align: left;
}
	.fs-p-productDescription.fs-p-productDescription--short a {
			color: #eb124c;
	}
	.fs-c-productChooseVariation__variationLabel.fs-c-variationLabel {
			font-weight: bold;
			margin-top: 10px;
	}
	.fs-c-productNotice.fs-c-productNotice--outOfStock {
			font-weight: bold;
	}
	.catebnarea{
		padding:0px 5% 10px;
	}
	.productinfo{
		width:50%;
		margin-right: 3%;
	}
	.suckinglist li{
		width:23.5%;
		margin-right:2%;
	}
	.suckinglist li:last-child{
		margin-right:0;
	}
	.productinfoarea .spec-g_txt{
		margin-right:20px;
	}
	.spec-g_table{
		width:90%;
		margin:40px auto;
	}
	table.spec-g_cont {
		width: 80%;
	}
	.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label{
		display: none;
	}
	.productimgarea .fs-c-variationCart > li{
		position: relative;
	}
	.productimgarea .fs-c-variationCart > li:nth-child(even){
		background:#f9f9f9;
	}
	.productimgarea .fs-c-variationCart__wishlist {
		position: absolute;
		right: 10px;
		top: 7px;
		bottom: 0;
		margin: auto;
	}
	.fs-c-productCarouselMainImage__thumbnail__caption{
		display: none;
	}
	.fs-c-buttonContainer--inquiryAboutProduct button{
		text-align: center;
		margin:3px 0 25px;
		border: 1px solid #000;
			padding: 11px 0 9px;
	}


}
@media screen and (max-width: 767px){
	#fs_ProductDetails .mininner {
    width: 100%;
	}
	.productinner{
		width:88%;
		margin:0 auto;
	}
	.fs-c-productCarouselMainImage img{
		width:100%;
		height: auto;
	}
	.fs-c-breadcrumb{
		margin:5px 5% 10px;
		font-size:10px;
		letter-spacing: 0px;
	}
	h1.fs-c-productNameHeading{
		font-size:14px;
		line-height: 1.8;
		margin-top: 10px;
	}
	h1.fs-c-productNameHeading .fs-c-productNameHeading__copy{
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.fs-c-productNumber{
		margin-bottom:15px;
		font-size:11px;
	}
	#fs_ProductDetails .fs-c-productPrices span.fs-c-productPrice__addon__label,#fs_ProductDetails .fs-c-productPrice__main span.fs-c-productPrice__main__label{
		font-size: 11.5px;
	}
	.fs-c-productPrice__main{
		margin:14px 0;
	}
	.fs-c-productPrice__main .fs-c-productPrice__main__price{
		font-size:20px;
	}
	.fs-c-productPrices--productDetail{
		text-align:right;
	}
	.fs-c-productQuantityAndWishlist {
		-webkit-box-pack: justify;
		 -ms-flex-pack: justify;
		 justify-content: flex-end;
	}
	.fs-c-productQuantityAndWishlist__wishlist{
		padding-left:15px;
		padding-top: 8px;
	}
	.fs-c-button--particular {
		padding-left: 0px !important;
	}
	select.fs-system-quantity-list {
		background:#fff;
		color:#000;
	}
	[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
		padding: 10px 10px;
		font-size: 16px !important;
	}
	.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
		padding-inline: 23px;
	}

	.fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label:before{
		font-size:16px;
	}
	.fs-c-productActionButton.fs-c-buttonContainer{
		width:100%;
	}
	.fs-c-button--primary, .fs-c-button--next {
		border-radius: 4px;
		padding: 29px 0 27px;
		border-radius:10px;
		margin: 10px 0 8px;
	}
	.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
		color: #232323;
	}
	.fs-c-slick .slick-next:before {
		content: none;
	}
	.fs-c-slick .slick-prev:before {
		content:none;
	}
	.fs-c-productCarouselMainImage__thumbnailList figcaption{
		font-size: 10px;
		text-align: center;
	}
	.product-contents {
		width: 96%;
		margin: 50px auto 60px;
		border-top: 1px solid #d2d2d2;
		padding: 25px 2% 0;
	}
	.fs-c-inquiryAboutProduct button{
		text-align:center;
		margin:3px 0 25px;
		font-size: 13px;
		border:1px solid #000;
		padding:11px 0 9px;
	}
	.fs-c-productReview{
		margin-bottom:80px;
	}
	.fs-c-productReview__addReview{
		width:209px;
		margin:13px auto 0;
	}
	.fs-c-productReview__addReview a{
		padding: 8px 31px 6px 43px;
	}
	.fs-c-productReview__addReview a::before {
		top: 6px;
		left: 21px;
	}
	#fs_ProductDetails .fs-c-productPrice .fs-c-productPrice__addon{
		font-size: 11px;
		display: none;
	}
	#fs_ProductDetails .fs-c-productPrices span.fs-c-productPrice__main__price {
		font-size: 19px;
	}
	.fs-c-productPointDisplay{
		text-align: right;
		font-size: 11px;
	}
	.spec-text{
		margin:30px auto 10px;
		width:84%;
	}
	.spec-text h2{
		text-align: center;
		border-top:1px solid #939393;
		padding-top:20px;
		font-size:18px;
		margin-bottom:10px;
	}
	.catebnarea{
		margin:0px auto 30px;
		width:84%;
	}
.productinfo{
	width:86%;
	margin:23px auto;
}
.suckinglist{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.suckinglist li{
	width:47%;
	margin-right:6%;
}
.suckinglist li:nth-child(2n){
	margin-right:0;
}
.suckinglist li p{
	letter-spacing:1px;
}
table.spec-g_cont {
	width: 100%;
}
#templateDL	.fs-p-productDescription.fs-p-productDescription--short{
	color: #222;
	text-decoration: none;
	text-align: left;
}
}

/* バリエーションカート用 */
.fs-c-variationList__item__cart .fs-c-button--particular{
	padding-left:0;
}
.fs-c-variationList__item__cart .fs-c-button--particular::before{
	position: inherit;
}
.fs-c-variationAndActions .fs-c-variationCart{
	margin-bottom:10px;
}
.morelinkbt{
	display: block;
	margin:5px auto;
	background:#929292;
	border:1px solid #616161;
	text-align:center;
	color:#fff;
	padding:3px 0 2px;
}
.morelinkbt:hover{
	color:#fff;
	background:#363636;
}
.FS2_Recommend2_recommend ul {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FS2_Recommend2_recommend ul li .FS2_itemPrice_addition{
	font-size: 0.8em;
}
.FS2_Recommend2_recommend ul li img{
	width:100%;
	margin-bottom:10px;
}
.fs-c-variationAndActions{
	margin-bottom:20px;
}
.fs-c-variationRadioList__row {
	border-top: 1px solid #aaaaaa;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 6px 10px;
}
.fs-c-variationRadioList__row:last-child{
	border-bottom: 1px solid #aaaaaa;
}
.fs-c-variationRadioList__radio {
    flex-grow: 1;
    letter-spacing: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon,.fs-c-button--particular.fs-c-button--removeFromWishList--icon{
	background: none;
    border: none;
    box-shadow: none;
    padding: 3px 0 0;
}
.fs-c-button--particular {
    color: #3c3c3c;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    display: flex;
}
.fs-c-button--particular::before {
    content: "\e919";
    top: -3px;
    left: 0;
}
.fs-c-variationLabel > :not(:first-child)::before{
	padding-right: 7px;
}
.fs-c-variationAndActions__variationLabel{
	font-weight: bold;
}
.fs-c-productOption p{
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0;
	color:#474747;
}
.fs-c-productOption p span{
	color:#db0b0b;
	display: block;
}
.fs-c-productOption p small{
	font-size: 12px;
}
.fs-c-productOption p.nameoptiontext{
	margin-top:3px;
	margin-top:0;
	color:#616161;
	font-weight: normal;
}
.addImg{
	vertical-align: bottom;
	border:1px solid #e6e6e6;
	margin-bottom:10px;
}
.addTxt{
	font-size:13px;
	letter-spacing: 0px;
}



@media screen and (min-width: 768px) and (max-width:1060px) { 
	.fs-c-variationCart--withImage > li {
      -ms-grid-columns: 0 70px 1px 130px;
      grid-template-columns: 0 70px 1px 130px;
  }
  .productimgarea .fs-c-variationCart__cartButton {width: 130px;}
}
@media screen and (min-width: 768px) and (max-width:1000px) { 
	.fs-c-variationCart--withImage > li {
      -ms-grid-columns: 0 40px 1px 130px;
      grid-template-columns: 0 40px 1px 130px;
  }
}
@media screen and (min-width: 768px) and (max-width:950px) { 
	.productinner{width:450px;}
	.fs-c-variationCart--withImage > li {
      -ms-grid-columns: 0 70px 1px 249px;
      grid-template-columns: 0 70px 1px 249px;
  }
  .productimgarea .fs-c-variationCart__cartButton {width: 249px;}
}
@media screen and (min-width: 768px){
	.fs-c-variationList__item__title{
		background:#f1f1f1;
		padding:5px 0 3px;
		text-align:center;
		font-size:15px;
		letter-spacing: 2px;
		margin-bottom:20px;
	}
	.fs-c-variationList__item{
		padding:10px 0;
	}
	.fs-c-variationCart{
		padding:0;
	}
	.fs-c-variationCart  > li {
		-ms-grid-columns: 152px 0px 1px 170px;
		grid-template-columns: 152px 0px 1px 170px;
	}
	.fs-c-variationCart--withImage > li {
		-ms-grid-columns: 0 70px 1px 170px;
		grid-template-columns: 0 70px 1px 170px;
	}
	.productimgarea .fs-c-variationCart__variationName {
		width: 50px;
		text-align: center;
		-webkit-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
	}
	.productimgarea .fs-c-variationCart__cartButton {
		width: 170px;
	}
	.fs-c-variationCart__cartButton .fs-c-button--primary{
		margin:3px 0;
		background: #6a6a6a;
		padding: 4px 0 3px;
	}
	.fs-c-variationList__item__image{
		width:100px;
		margin-right: 10px;
	}
	.fs-c-variationList__item__image > img {
		max-width: 100%;
		width: 100%;
		border:1px solid #f1f1f1;
	}
	.fs-c-variationCart > li + li{
		margin-top:2px;
	}
	.fs-c-productCarouselMainImage__thumbnailList > li {
		flex-basis: 57px;
	}
	.FS2_Recommend2_recommend ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.FS2_Recommend2_recommend ul li{
		width:18.4%;
		margin-right:2%;
		font-size:12px;
		margin-bottom:25px;
	}
	.FS2_Recommend2_recommend ul li p{
		margin-bottom:6px;
	}
	.FS2_Recommend2_recommend ul li:nth-child(5n){
		margin-right: 0;
	}
	.recommenditem h3.keytitle{
		border-bottom: 1px solid #2b2b2b;
	}
	.slick-slider{
		opacity: 0;
		transition: opacity .3s linear;
	}
	.slick-slider.slick-initialized{
		opacity: 1;
	}
	.fs-c-variationRadioList{
		margin-top: 17px;
	}
	.fs-c-productOption p{
		margin-bottom:10px;
		margin-top:14px;
	}
	.fs-c-productOption p.nameoptiontext{
		text-align: right;
		margin-bottom:6px;
		font-size: 12px;
	}
	.fs-c-productOption{
		margin-top: 15px;
	}
	/* 追加 */
	#r_addImg{
		margin:5px 0 40px;
	}	
	ul.addproductimglist{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}	
	ul.addproductimglist li{
		width:31%;
		margin-right: 3.5%;
	}
	ul.addproductimglist li:nth-child(3n){
		margin-right: 0;
	}
	.FS2_Recommend2_productrecommend{
		margin:40px 0 0;
	}
	.FS2_Recommend2_productrecommend h3.CrossHead{
		color:#532817;
		border-bottom:1px solid #cc9966;
		margin-bottom:20px;
	}
	.productrecommend li{
		width:18.4%;
		margin-right: 2%;
	}
	.productrecommend li .name{
		font-size:11px;
	}
	.productrecommend li .price{
		font-size:10px;
	}
	.productrecommend li:nth-child(5){
		margin-right: 	0;
	}
	.productrecommend li:nth-child(n+6){
		display: none;
	}
	.footfixcart{
		display: none;
	}

}
@media screen and (max-width: 767px){
	.fs-c-variationAndActions{
		margin-top:30px;
		padding-top: 30px;
		border-top:1px solid #e3e3e3;
	}
	.fs-c-variationCart--withImage > li{
		grid-template-columns: auto 1fr 2em 100px;
	}
	.fs-c-variationCart--withImage > li .fs-c-button--primary,.fs-c-variationList__item__cart > li .fs-c-button--primary{
		font-size:10px;
		padding:5px 0 4px;
	}
	.fs-c-variationCart--withImage > li .fs-c-variationCart__variationName__stock,.fs-c-variationList__item__cart > li .fs-c-variationCart__variationName__stock{
		font-size:11px;
	}
	.fs-c-variationList__item__cart .fs-c-button--addToWishList--icon .fs-c-button__label{
		display: none;
	}
	.fs-c-variationCart__cartButton .fs-c-button--primary{
		margin:0;
	}
	.fs-c-variationCart__cartButton .fs-c-button--primary{
		margin:0;
		background: #6a6a6a;
		padding: 4px 0 3px;
	}
	.fs-c-variationList__item__image{
		margin-left: 10px;
	}
	.productimg{
		margin-bottom:30px;
		border-bottom:1px solid #e3e3e3;
		padding-bottom:30px;
	}
	.productimgarea .fs-c-variationCart > li{
		position: relative;
		display: flex;
	}
	.productimgarea .fs-c-variationCart > li:nth-child(odd){
	}
	.productimgarea .fs-c-variationCart__wishlist {
		position: absolute;
		right: 0px;
		top: 7px;
		bottom: 0;
		margin: auto;
	}
	.fs-c-variationCart__variationName {
		width: 55px;
		text-align: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0 10px;
	}
	.fs-c-variationCart__cartButton {
		width: 100%;
		margin: 0 23px 0 0;
	}
	.fs-c-variationList__item__image > img{
		max-width:85px;
		border: 1px solid #f1f1f1;
	}
	.fs-c-variationList__item__title {
		background: #f1f1f1;
		padding: 5px 0 3px;
		text-align: center;
		font-size: 13px;
		letter-spacing: 2px;
		margin-bottom: 16px;
	}
	.FS2_Recommend2_recommend{
		width: 100%;
		height: 180px;
		overflow-x: scroll;
	}
	.FS2_Recommend2_recommend ul {
		padding: 0;
		list-style: none;
		width:1090px;
	}
	.FS2_Recommend2_recommend ul li{
		width:96px;
		margin-right:13px;
		font-size:10px;
		text-align: center;
	}
	.FS2_Recommend2_recommend ul li p{
		margin-bottom:4px;
	}
	#itemnavi{
		display: none;
	}
	#fs_ProductDetails .fs-c-productPrice--listed span.fs-c-productPrice__main__price{
		font-size:14px;
	}
	
	.productimg{
		margin:0 auto;
	}
	.fs-c-variationRadioList {
    margin-top: 17px;
}
.fs-c-variationRadioList__row {
	font-size: 13px;
}
.slick-slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slick-slider.slick-initialized{
  opacity: 1;
}
.fs-c-button--particular::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;
    position: relative;
    font-size: 20px;
    color:#da4d65;
}
.fs-c-productOption p{
	margin-top: 17px;
	margin-bottom:13px;
}
.fs-c-productOption p span{
	padding-top: 4px;
}
.fs-c-productOption p.nameoptiontext{
	font-size: 12px;
	margin-bottom:5px;
	text-align: right;
	font-weight: normal;
}
.fs-p-productDescription.fs-p-productDescription--short{
	margin:15px auto 10px;
	color:#eb124c;
	font-size: 15px;
	letter-spacing: 0.5px;
/*	border-bottom:1px solid #fd1451;*/
	text-align: center;
	display: inline-block;
    text-decoration: underline;
}
.fs-p-productDescription.fs-p-productDescription--short a {
    color: #eb124c;
}
.fs-c-productOption{
	margin-top: 10px;
}
.fs-c-productChooseVariation__variationLabel.fs-c-variationLabel {
    font-weight: bold;
}
.fs-c-productNotice.fs-c-productNotice--outOfStock {
    font-weight: bold;
}

/* 予約販売ラベル非表示 */
#fs_ProductDetails span.fs-c-mark__label {
    display: none;
}
#r_addImg{
	margin:5px 0 30px;
}
ul.addproductimglist li{
	margin-bottom: 15px;
}
.addImg{
	padding:25px;
}
.oiwaikoubou_prodctP button.fs-c-button--addToWishList--detail.fs-c-button--particular {
	top: -10px;
}
}
@media screen and (min-width: 1130px) and (max-width:1350px) { 
	.productimg{width:420px;margin-right: 30px;}
	.fs-c-productCarouselMainImage img{width:420px;}
	#fs_ProductDetails .mininner{width:94%;}
}
@media screen and (min-width: 950px) and (max-width:1130px) { 
	.productimg{width:360px;margin-right: 20px;}
	.fs-c-productCarouselMainImage img{width:360px;}
}
@media screen and (min-width: 768px) and (max-width:950px) { 
	.productimgarea{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 450px;
		margin:auto;
	 }
	 .productimg{width:450px;margin-bottom:70px;}
	 .fs-c-productCarouselMainImage img{width:450px;}
}

/* メイクから引っ張ってきたCSS */
/*----------------------------------------------------clearfix----------------------------------------------------*/
/* clearfix */
.M_clearfix:after,#M_wrapper:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .M_clearfix,* html #M_wrapper{
	zoom:1;
}
/* IE6 */
*:first-child+html .M_clearfix,*:first-child+html #M_wrapper{
	zoom:1;
}
/* IE7 */
.clear{
	clear:both;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
/*楽天cssの部分と同じ（わざと重複させてます。）*/
.m5{
	margin-top:5px;
	margin-bottom:5px;
}
.m7{
	margin-top:7px;
	margin-bottom:7px;
}
.md5{
	margin-top:0px;
	margin-bottom:5px;
}
.md7{
	margin-top:0px;
	margin-bottom:7px;
}
/*楽天cssEND*/
.M_mgnT8{
	margin-top:8px;
}
.m0{
	margin:0px;
}
.mt5{
	margin-top:5px;
}
.mr5{
	margin-right:5px;
}
.mb5{
	margin-bottom:5px;
}
.ml5{
	margin-left:5px;
}
.mt10{
	margin-top:10px;
}
.mr10{
	margin-right:10px;
}
.mb10{
	margin-bottom:10px;
}
.ml10{
	margin-left:10px;
}
.mt15{
	margin-top:15px;
}
.mr15{
	margin-right:15px;
}
.mb15{
	margin-bottom:15px;
}
.ml15{
	margin-left:15px;
}
.mt20{
	margin-top:20px;
}
.mr20{
	margin-right:20px;
}
.mb20{
	margin-bottom:20px;
}
.ml20{
	margin-left:20px;
}
.mt25{
	margin-top:25px;
}
.mr25{
	margin-right:25px;
}
.mb25{
	margin-bottom:25px;
}
.ml25{
	margin-left:25px;
}
.mt30{
	margin-top:30px;
}
.mr30{
	margin-right:30px;
}
.mb30{
	margin-bottom:30px;
}
.ml30{
	margin-left:30px;
}
.mt50{
	margin-top:50px;
}
.mr50{
	margin-right:50px;
}
.mb50{
	margin-bottom:50px;
}
.ml50{
	margin-left:50px;
}
.p0{
	padding:0px;
}
.pt5{
	padding-top:5px;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pl5{
	padding-left:5px;
}
.pl10{
	padding-left:10px;
}
.pl20{
	padding-left:20px;
}
.pl30{
	padding-left:30px;
}
.pr5{
	padding-right:5px;
}
.pr10{
	padding-right:10px;
}
.pr20{
	padding-right:20px;
}
.pr30{
	padding-right:30px;
}
hr{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#cccccc;
	height:1px;
}
/* 文字位置 */
.txtright{
	text-align:right;
}
.txtleft{
	text-align:left}
.txtcenter, .center{
	text-align:center;
}
/* 強調 */
.strong, .M_textBold{
	font-weight:bold;
}
/* ノーマル */
.M_textNormal{
	font-weight:normal;
}
/* フォントサイズ小 */
.M_textSmall{
	font-size:92%;
}
.txt8px{
	font-size:8px;
}
.txt10px{
	font-size:10px;
}
.txt11px{
	font-size:11px;
}
.txt13px{
	font-size:13px;
}
.txt16px{
	font-size:16px;
}
/* フォントサイズ小　色薄グレー */
.M_textSmallGray{
	font-size:92%;
	color:#666;
}
/* 打ち消し線 */
.M_textLinethrough{
	text-decoration:line-through;
}
.red{
	color:#CC0000;
}
.bold{
	font-weight:bold;
}
.brown{
	color:#532817;
}
.lightbrown{
	color:#c9b79a;
}
.white{
	color:#FFF;
}
.title_dec02{
	padding:3px 3px 3px 10px;
	margin-bottom:15px;
	background-color:#E3F6CE;
	font-size:13px;
	font-weight:bold;
	color:#330000;
}
.title_dec05{
	background-image:url(https://ssl.farbe.co.jp/image/top/parts/footer_back.jpg);
	background-repeat:repeat-x;
	color:#532817;
	font-weight:bold;
	font-size:12px;
	margin:30px 0 20px 0;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:20px;
}
.title_dec09{
	background-color:#F5F4ED;
	color:#532817;
	font-weight:bold;
	font-size:12px;
	margin:5px auto;
	text-align:center;
	padding:5px 0;
}
.text_dec01{
	font-size:14px;
	font-weight:bold;
	color:#663333;
}
.text_dec02{
	background-color:#FFFF00;
}
.text_dec03{
	font-size:16px;
	font-weight:bold;
	color:#532817;
	text-align:left;
	margin:30px 0px 10px 10px;
}
.text_dec04{
	color:#666;
	text-align:left;
	margin-left:20px;
}
.text_dec05{
	color:#222;
	text-align:left;
	margin-left:7px;
}
.text_dec06{
	font-size:14px;
	font-weight:bold;
	color:#532817;
	text-align:left;
	margin:20px 0px 10px 10px;
	border-bottom:2px solid #532817;
	padding-bottom:7px;
}
.text_dec07{
	font-size:16px;
	font-weight:bold;
	color:#532817;
	text-align:left;
	margin:30px 0px 10px 5px;
	padding-bottom:3px;
	border-bottom:2px solid #cc9966;
}
.text_dec08{
	font-size:14px;
	font-weight:bold;
	color:#532817;
	background-color:#F1EADF;
	text-align:left;
	margin:10px 0 10px;
	padding:7px;
}
.title_dec10{
	background-color:#a5d18d;
	color:#FFF;
	padding:7px;
	margin:10px;
	text-align:center;
}
.text_small{
	font-size:10px;
}
.box600{
	margin-right:auto;
	margin-left:auto;
}
.box550{
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	background-color:#FFFFFF;
}
.description{
	width:90%;
	font-size:12px;
	text-align:left;
	margin:auto;
	padding-top:20px;
}
 /* H2========================================== */
 .fs-l-productLayout h2{
	font-weight:bold;
	color:#532817;
}
/* リンクテキストボタン========================================== */
/*brown btn small*/
a:link.M_btnStyle,a:visited.M_btnStyle,a:active.M_btnStyle,a:link.btn_00s,a:visited.btn_00s,a:active.btn_00s{
	padding:1px 5px;
	margin:0 4px;
	color:#FFF;
	text-decoration:none;
	background:#532817;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.M_btnStyle,a:hover.btn_00s{
	color:#FFF;
	background:#ad9b7e;
}
/*brown btn*/
a:link.btn_00,a:visited.btn_00,a:active.btn_00{
	margin:10px 4px;
	color:#FFF;
	text-decoration:none;
	background:#532817;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_00{
	color:#FFF;
	background:#ad9b7e;
}
a:hover.btn_00m{
	color:#FFF;
	background:#ad9b7e;
}
a:link.btn_01,a:visited.btn_01,a:active.btn_01{
	color:#FFF;
	text-decoration:none;
	background:#00C0CB;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_01{
	color:#FFF;
	background:rgba(0, 192, 203, 0.5);
}
/*blue btn small*/
a:link.btn_03s,a:visited.btn_03s,a:active.btn_03s{
	padding:1px 4px;
	margin:0 4px;
	color:#FFF;
	text-decoration:none;
	background:#00C0CB;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_03s{
	color:#FFF;
	background:rgba(0, 192, 203, 0.5);
}
a:link.btn_02m,a:visited.btn_02m,a:active.btn_02m{
	margin:10px 5px;
	color:#FFF;
	text-decoration:none;
	background:#00C0CB;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_02m{
	color:#FFF;
	background:rgba(0, 192, 203, 0.5);
}
a:link.btn_02,a:visited.btn_02,a:active.btn_02{
	margin:10px 4px;
	color:#FFF;
	text-decoration:none;
	background:#ff3d8b;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_02{
	color:#FFF;
	background:rgba(255, 61, 139, 0.5);
}
/*pink btn small*/
a:link.btn_02s,a:visited.btn_02s,a:active.btn_02s{
	padding:1px 4px;
	margin:0 4px;
	color:#FFF;
	text-decoration:none;
	background:#ff3d8b;
	font-size:11px;
	border-radius:3px;
}
a:hover.btn_02s{
	color:#FFF;
	background:rgba(255, 61, 139, 0.5);
}
a:link.btn_03,a:visited.btn_03,a:active.btn_03{
	margin:10px 4px;
	color:#FFF;
	text-decoration:none;
	background:#00C0CB;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_03{
	color:#FFF;
	background:#00C0CB;
}
/*gray btn small*/
a:link.btn_03s,a:visited.btn_03s,a:active.btn_03s{
	padding:1px 4px;
	margin:0 4px;
	color:#FFF;
	text-decoration:none;
	background:#999999;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_03s{
	color:#FFF;
	background:#999;
}

a:link.btn_03m,a:visited.btn_03m,a:active.btn_03m{
	margin:10px 5px;
	color:#FFF;
	text-decoration:none;
	background:#999999;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_03m{
	color:#FFF;
	background:#999;
}
a:link.btn_04,a:visited.btn_04,a:active.btn_04{
	margin:10px 4px;
	color:#532817;
	text-decoration:underline;
	background:#84d2d7;
	font-size:12px;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_04{
	color:#FFF;
	background:#00C0CB;
}
a:link.btn_06,a:visited.btn_06,a:active.btn_06{
	margin:10px 4px;
	color:#532817;
	text-decoration:underline;
	background:#E3F6CE;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:link.btn_10,a:visited.btn_10,a:active.btn_10{
	margin:10px 4px;
	color:#FFF;
	text-decoration:underline;
	background:#ff3d8b;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:link.btn_11,a:visited.btn_11,a:active.btn_11{
	padding:10px 20px;
	margin:10px 4px;
	color:#FFF;
	text-decoration:none;
	background:#00C0CB;
	font-size:11px;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:hover.btn_11{
	color:#FFF;
	background:rgba(0, 192, 203, 0.5);
}
a:link.btn_20,a:visited.btn_20,a:active.btn_20{
	display:block;
	padding:10px 30px;
	margin:10px 4px;
	color:#FFF;
	text-decoration:underline;
	background:#ff3d8b;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:link.btn_21,a:visited.btn_21,a:active.btn_21{
	display:block;
	padding:10px 30px;
	margin:10px 4px;
	color:#532817;
	text-decoration:underline;
	background:#66cccc;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:link.btn_22,a:visited.btn_22,a:active.btn_22{
	display:block;
	padding:10px 30px;
	margin:10px 4px;
	color:#532817;
	text-decoration:underline;
	background:#ffcc33;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:link.btn_23,a:visited.btn_23,a:active.btn_23{
	display:block;
	width:90%;
	padding:15px 10px;
	margin:10px 4px;
	color:#532817;
	text-decoration:underline;
	background:#FFF;
	border:#CCC solid 1px;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:link.btn_24,a:visited.btn_24,a:active.btn_24{
	display:block;
	padding:10px 30px;
	margin:10px 4px;
	color:#FFF;
	text-decoration:underline;
	background:#28af78;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
a:link.btn_25,a:visited.btn_25,a:active.btn_25{
	display:block;
	width:90%;
	padding:15px 10px;
	margin:10px 4px;
	color:#532817;
	text-decoration:underline;
	background:#E3F6CE;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
	-webkit-transition:background-color 0.3s linear 0;
	-moz-transition:background-color 0.3s linear 0;
	-ms-transition:background-color 0.3s linear 0;
	-o-transition:background-color 0.3s linear 0;
}
/* Table========================================== */
td,th{
	vertical-align:top;
}
/* list style ulにクラス追加で●表示========================================== */
.list_disc li{
	list-style-type:disc !important;
}
.special_item{
	background-color:#FFF4F4;
	padding:5px 15px;
	border:solid 3px rgba(160, 128, 64, 0.2);
}
/*楽天との共通CSS*/
.Classf01{
	font-size:9pt;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666666;
}
.Classf02{
	font-size:8pt;
	color:#666666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.frame01{
	border-width:1px 1px 1px 1px;
	border-style:solid solid solid solid;
	border-color:#cccccc #cccccc #cccccc #cccccc;
}
.frame02{
	border-width:1px 1px 1px 1px;
	border-style:solid solid solid solid;
	border-color:#cccccc #cccccc #cccccc #cccccc;
	padding:10px;
	border-radius:10px;
}
.m5{
	margin-top:5px;
	margin-bottom:5px;
}
.m7{
	margin-top:7px;
	margin-bottom:7px;
}
.md5{
	margin-top:0px;
	margin-bottom:5px;
}
.md7{
	margin-top:0px;
	margin-bottom:7px;
}
.title11{
	padding-top:5px;
	background-color:#532817;
	margin-top:5px;
	padding-left:15px;
	padding:7px;
	font-size:10pt;
	color:#FFFFFF;
	margin-bottom:5px;
}
/*商品ページ新フォーマット*/
#product{
	line-height:1.6em;
	margin:0;
	padding:0;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color:#222;
	text-align:left;
}
#product h2{
	text-align:center;
}
#product h3{
	margin-top:15px;
	margin-bottom:15px;
	padding:7px;
	background:rgba(142, 187, 191, 0.3);
	line-height:1.3;
	font-size:15px;
	font-weight:bold;
	color:#222;
}
#product .title-natural{
	margin-top:15px;
	margin-bottom:15px;
	padding:8px;
	background:#efffe8;
	line-height:1.3;
	font-size:15px;
	font-weight:bold;
	color:#532817;
}
#product .caption-text{
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	text-align:left;
	font-size:10px;
	color:#868686;
}
#product .center{
	text-align:center;
}
.item-spec{
	font-size:13px;
	text-align:left;
}
.item-heading{
	font-size:16px;
	padding:5px;
	border-bottom:#CCC solid 1px;
	color:#222;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
}
/*** 商品ページ同じデザインリンクボタン（ピンク）**/
.stbtn::before,.stbtn::after{
	position:absolute;
	z-index:-1;
	display:block;
	content:'';
}
.stbtn,.stbtn::before,.stbtn::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.stbtn{
	font-size:12px;
	display:inline-block;
	width:300px;
	height:25px;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	outline:none;
	margin:0.5em;
	border:1px solid #f1478c;
	background-color:#fd7cb0;
	background-image:-webkit-linear-gradient(top, #fd7cb0, #fa65a0);
	background-image:linear-gradient(to bottom, #fd7cb0, #fa65a0);
	border-radius:4px;
	color:#fff;
	line-height:25px;
	-webkit-transition:none;
	transition:none;
}
.stbtn:hover{
	border:1px solid #dd3178;
	background-color:#e7659a;
	background-image:-webkit-linear-gradient(top, #e7659a, #ed5894);
	background-image:linear-gradient(to bottom, #e7659a, #ed5894);
}
.stbtn:active{
	background:#ed5894;
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, .2);
	color:#d93476;
	text-shadow:0 1px 1px rgba(255, 255, 255, .5);
}
/** 商品ページ同じデザインリンクボタン（ブラウン）**/
.stbtn02::before,.stbtn02::after{
	position:absolute;
	z-index:-1;
	display:block;
	content:'';
}
.stbtn02,.stbtn02::before,.stbtn02::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.stbtn02{
	font-size:12px;
	display:inline-block;
	width:300px;
	height:25px;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	outline:none;
	margin:0.5em;
	border:1px solid #330000;
	background-color:#532817;
	border-radius:4px;
	color:#fff;
	line-height:25px;
	-webkit-transition:none;
	transition:none;
}
.stbtn02:hover{
	border:1px solid #692423;
	background-color:#8b3533;
	background-image:-webkit-linear-gradient(top, #8b3533, #692423);
	background-image:linear-gradient(to bottom, #8b3533, #692423);
}
.stbtn02:active{
	background:#692423;
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, .2);
	color:#692423;
	text-shadow:0 1px 1px rgba(255, 255, 255, .5);
}
@media (max-width:400px){
	.stbtn{
	line-height:25px;
	margin:0.3em;
}
.stbtn02{
	line-height:25px;
	margin:0.3em;
}
}
/*** 商品ページレスポンシブデザイン ***/
.point{
	width:100%;
	border:0;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
	margin-top:20px;
	margin-bottom:20px;
}
.point th{
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
}
.point td{
	text-decoration:none;
	padding:6px 8px 5px;
	width:69%;
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
	vertical-align:middle;
}
.point02{
	width:100%;
	border:0;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
	margin-bottom:20px;
}
.point02 th{
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
}
.point02 td{
	text-decoration:none;
	padding:6px 8px 5px;
	width:49%;
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
	vertical-align:middle;
}
.point02top{
	width:100%;
	border:0;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
	margin-bottom:20px;
}
.point02top th{
	text-align:center;
	vertical-align:top;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
}
.point02top td{
	text-decoration:none;
	padding:6px 8px 5px;
	width:49%;
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
	vertical-align:top;
}
.point03{
	width:100%;
	border:0;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
	margin-bottom:20px;
}
.point03 th{
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	word-break:break-all;
	word-wrap:break-word;
}
.point03 td{
	text-decoration:none;
	padding:6px 8px 5px;
	width:33%;
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
	vertical-align:middle;
}
.itemtitle{
	font-size:65px;
}
.lead01{
	font-size:23px;
	line-height:1.8em;
	letter-spacing:3px;
	font-family:'Sawarabi Mincho';
	padding-top:10px;
	text-align:center;
}
.lead02y{
	font-size:16px;
	line-height:1.8em;
	letter-spacing:3px;
	font-family:'Sawarabi Mincho';
	padding-bottom:2px;
	border-bottom:dashed #ffd900 1px;
	text-align:center;
}
.lead03{
	font-size:20px;
	line-height:1.8em;
	letter-spacing:3px;
	font-family:'Sawarabi Mincho';
	border:1px solid white;
	margin-top:20px;
	text-align:center;
}
/*説明文用*/
.sentence01{
	font-size:12px;
	line-height:1.8em;
	letter-spacing:2px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}
.headline02{
	font-family:'Allura', cursive;
	font-size:20px;
	line-height:1.0em;
	margin-top:20px;
	text-align:center;
	border-bottom:1px dotted #532817;
	padding:0 10px 10px;
}
.lead02{
	font-size:16px;
	line-height:1.8em;
	letter-spacing:3px;
	font-family:'Sawarabi Mincho';
	padding-bottom:2px;
	border-bottom:dashed #FFFFFF 1px;
	text-align:center;
}
/*規格内小さい文字用*/
.sentence02{
	font-size:12px;
	line-height:1.5em;
	text-align:center;
}
.headline01{
	font-family:'Allura', cursive;
	font-size:27px;
	line-height:1.0em;
	margin-top:20px;
	text-align:center;
}
.txt-emphasize{
	font-size:150%;
	color:#CC0000;
	margin-left:5px;
	margin-right:5px;
}
.appeal-box{
	border:solid 2px #532817;
	padding:20px;
	margin:20px auto;
	text-align:center;
}
.appeal-box img{
	width:70%;
}
/*! 埋め込み動画をレスポンシブ対応させる */
.video{
	position:relative;
	height:0;
	padding:0 0 56.25%;
	overflow:hidden;
}
.video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media screen and (min-width:650px) and (max-width:767px){
	.br-pc{
	display:block;
}
.br-sp{
	display:none;
}
}
@media screen and (max-width:650px){
	.br-pc{
	display:none;
}
.br-sp{
	display:block;
}
}
/*　商品ページswiper　*/
.swiper-container{
	width:100%;
	height:100%;
}
.swiper-slide{
	text-align:center;
	font-size:15px;
	background:#fff;
	/* Center slide text vertically */
display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.marker_yellow{
	background:linear-gradient(rgba(255, 255, 255, 0) 20%, #ffff66);
}
.itemimg img{
	max-width:120px;
	min-height:80px;
	margin:10px;
	max-height:120px;
}
.product-contents .title{
	background-color:#84d2d7;
	padding:10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.2em;
}
#product .title{
	margin-top:15px;
	margin-bottom:15px;
	padding:8px;
	background:#ffdfef;
	line-height:1.3;
	font-size:15px;
	font-weight:bold;
	color:#532817;
}
.detail_table td,
.nitemtable td{
	border-bottom:#ececec 1px solid;
	border-right:#ececec 1px solid;
	padding:10px;
}
.detail_table th,
.nitemtable th{
	border-bottom:#ececec 1px solid;
	border-right:#ececec 1px solid;
	padding:10px;
	text-align:center;
	font-weight:bold;
}
.detail_table,
.detail_tableB,
.nitemtable {
	border-top:#ececec 1px solid;
	border-left:#ececec 1px solid;
}
.detail_table td div{
	box-sizing: content-box;
}

.detail_tableB td{
	border-bottom:#ececec 1px solid;
	border-right:#ececec 1px solid;
	font-size:14px;
}

.detail_tableB th{
	border-bottom:#ececec 1px solid;
	border-right:#ececec 1px solid;
	font-size:14px;
}
.detail_tableB td{
	border-top:#ececec 1px solid;
	border-left:#ececec 1px solid;
	text-align:center;
}
.detail_tableC td{
	padding:10px;
}
#productnew h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 1px;
	text-align: center;
	color: #888768!important;
	position: relative;
}
#productnew h2::before{
	content: "";
	background: url(https://www.farbeco.jp/s/images/productnew/decortop.svg) no-repeat;
	background-size: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
#productnew .imagetop{
	outline: dotted 2px #fff;
}
#productnew img{
	width: 100%;
}
#productnew h3{
	background: #fbf6f1;
	color: #888768;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 1px;
}
#productnew .title1, #productnew .title2{
	margin: 20px auto 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	border-bottom: dashed 1px #888768;
	padding-bottom: 3px;
}
#productnew .title1{
	text-align: center;
}

#productnew .title2{
	color: #727157;
}
#productnew p.txttop{
	font-weight: bold;
}
#productnew p.txttop2{
	padding: 0 5px;
}
#productnew p.note_normal{
	padding: 0 5px;
}
#productnew .text1{
	margin: 17px auto 10px;
}
#productnew .text2{
	color: #dc9051;
	font-weight: bold;
}
#productnew .link1{
	text-align: center;
	margin: 15px auto 0;
}
#productnew .link1 a{
	color: #dc9051;
	font-weight: bold;
	display: inline-block;
	border-bottom: solid 1px #dc9051;
	padding-right: 7px;
}
#productnew .link2 a{
	color: #795547;
	font-weight: bold;
	display: inline-block;
	border-bottom: solid 1px #795547;
	padding-right: 5px;
	font-size: 13px;
}
#productnew .notelist1{
	border: solid 1px #bab9a1;
}
#productnew p.notetitle1{
	font-weight: bold;
	background: #dd9457;
	color: #fff;
	border-radius: 3px;
}
#productnew p.notetext1{
	margin-top: 5px;
}
#productnew p.notetext1 span{
	color: #dc9051;
	font-weight: bold;
 }
 #productnew .notelist2{
	background: #fffdf4;
	border: solid 1px #d9d8cc;
}
#productnew .notelist2 li{
	position: relative;
	padding-left: 20px;
	margin: 3px 0;
}
#productnew .notelist2 li::before{
	content: "※";
	position: absolute;
	left: 0;
}
#productnew .notelist3{
	padding: 10px 15px;
	margin-top: 10px;
	border: double 3px #d6d3c2;
	color: #d20000;
	background: #fff;
}
#productnew .notelist3 li{
	position: relative;
	padding-left: 20px;
	margin: 3px 0;
}
#productnew .notelist3 li::before{
	content: "※";
	position: absolute;
	left: 0;
}
#productnew .border1{
	font-weight: bold;
	background: #ffecda;
	padding: 0 3px;
}
#productnew .detailcontainer{
	margin: 40px 0;
	border: solid 1px #c1bfa4;
	background: #fbfaf8;
}
#productnew p.dctitle{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #888768;
	position: relative;
	border-bottom: solid 1px #c4b8a3;
}
#productnew p.dctitle::before{
	content: "";
	background: url(https://www.farbeco.jp/s/images/productnew/decor3.svg) no-repeat;
	left: 0;
	position: absolute;
}
#productnew p.dctitle:first-child{
	margin-top: 0;
}
#productnew p.dctitle2{
	font-weight: bold;
}
#productnew p.dctitle2:firstchild{
	margin-top: 0;
}
#productnew p.dcnotecolor{
	color: #dc9052;
	font-weight: bold;
}
#productnew .pointtxt{
	margin-top: 5px;
	color: #dc9052;
	font-weight: bold;
}
#productnew .dcflex_2, .dcflex_3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 97%;
	margin: 0 auto;
}
#productnew .dcflex_2 li span, .dcflex_3 li span{
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
#productnew .product-reviewarea {
	padding: 40px 30px 30px;
	border: solid 1px #bab9a1;
	margin: 70px auto;
	background: url(https://www.farbeco.jp/s/images/productnew/back-marble.jpg) repeat;
}
#productnew .product-reviewarea h4 {
	text-align: center;
	border-bottom: solid 1px #bab9a1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-weight: bold;
}
#productnew .product-reviewarea h4 span {
	position: relative;
	font-size: 14px;
	color: #888768;
}
#productnew .product-reviewarea h4 span::before {
	content: "";
	background: url(https://www.farbeco.jp/s/images/originalitem/bright.svg) no-repeat;
	background-size: 100%;
	width: 50px;
	top: -20px;
	right: -18px;
	height: 25px;
	position: absolute;
}

#productnew .product-reviewarea dl {
	margin-top: 15px;
}

#productnew .product-reviewarea dt {
	font-weight: bold;
	font-size: 14px;
	color: #888768;
	margin-bottom: 3px;
}
#productnew .flex-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#productnew .flex-area_p-title {
	width: 100%;
	color: #dc9051;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#productnew .product-pointarea1 li{
	position: relative;
}
#productnew .plimg{
	box-shadow: 2px 2px 6px #9f9c8c;
}
#productnew .textpoint{
	position: absolute;
	background-color: #dc9051;
	padding: 1px 8px;
	color: #fff;
	font-family: 'Nothing You Could Do', cursive;
	white-space: nowrap;
}
#productnew .product-pointarea1 p{
	line-height: 1.5em;
}
#productnew .product-pointarea2{
	margin-left: 5%;
}
#productnew .plimg2{
	width: 43%;
	margin-right: 40px;
	position: relative;
}
#productnew .plimg2::after{
	content: "";
	background: #f7f6f3;
	background: linear-gradient(135deg, #fdfcfb 0%, #f0ebe2 100%);
	width: 100%;
	height: 100%;
	top: -7%;
	position: absolute;
	z-index: -10;
}
#productnew .product-pointarea2 h4{
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #dc9051;
}
#productnew .product-pointarea2 h4::before,#productnew .product-pointarea2 h4::after{
	content:none;
}
/*-------ポスター商品詳細ページデフォルト用css------*/
#productposter {
	width: 95%;
	margin: 0 auto;
}
#productposter .posterspec{
	margin: 40px 0;
	border: solid 1px #c1bfa4;
	background: #ffffff;
}
#productposter p.pstitle1{
	margin-bottom: 8px;
}
#productposter p.psnote1{
	margin-bottom: 8px;
	margin-left: 15px;
}
#productposter p.pstitle2{
	margin-bottom: 20px;
	margin-top: 20px
}
.pslink1 a{
	color: #222222;
	font-weight: bold;
	display: inline-block;
	border-bottom: solid 1px #222222;
	padding: 5px;
	font-size: 14px;
	line-height: 1.4em;
}

@media screen and (min-width: 768px){
	.text_dec04{
    font-size:12px;
	}
	.text_dec05{
    font-size:13px;
    line-height:1.2em;
	}
	.box600{
    width:600px;
	}
	.box550{
    width:550px;
	}
 /* H2========================================== */
 .fs-l-productLayout h2{
	font-size:16px;
	margin:10px 0px 10px 0px;
	letter-spacing:0.2em;
}
/*brown btn*/
a:link.btn_00,a:visited.btn_00,a:active.btn_00{
	padding:10px 20px;
}
a:link.btn_00m,a:visited.btn_00m,a:active.btn_00m{
	padding:3px 20px;
}
a:link.btn_01,a:visited.btn_01,a:active.btn_01{
	padding:10px 20px;
	margin:10px 4px;
}
a:link.btn_02m,a:visited.btn_02m,a:active.btn_02m{
	padding:3px 20px;
}
a:link.btn_02,a:visited.btn_02,a:active.btn_02{
	padding:10px 20px;
}
a:link.btn_03,a:visited.btn_03,a:active.btn_03{
	padding:10px 20px;
}
a:link.btn_03m,a:visited.btn_03m,a:active.btn_03m{
	padding:3px 20px;
}
a:link.btn_04,a:visited.btn_04,a:active.btn_04{
	padding:10px 30px;
}
a:link.btn_06,a:visited.btn_06,a:active.btn_06{
	padding:10px 30px;
}
a:link.btn_10,a:visited.btn_10,a:active.btn_10{
	padding:10px 30px;
	font-size:13px;
}
a:link.btn_20,a:visited.btn_20,a:active.btn_20{
	width:70%;
}
a:link.btn_21,a:visited.btn_21,a:active.btn_21{
	width:70%;
}
a:link.btn_22,a:visited.btn_22,a:active.btn_22{
	width:70%;
}
a:link.btn_24,a:visited.btn_24,a:active.btn_24{
	width:70%;

}
h4::before,h4::after{
	position:absolute;
	top:100%;
	left:30px;
	content:'';
	height:0;
	width:0;
	border:10px solid transparent;
}
h4::before{
	border-top:15px solid #ccc;
}
h4::after{
	margin-top:-2px;
	border-top:15px solid #fff;
}
#product{
	font-size:12px;
}
#product h2{
	font-size:17px;
	margin:5px auto 20px;
}
#p-detail{
    margin: 20px 1px 40px 1px;
    padding: 30px 50px;
    border: 1px solid #ccc;
    background: #f3f3f3;
	}
.item-spec{
	line-height:1.5em;
}
#productnew{
	width: 95%;
	margin: 0 auto;
}
#productnew h2{
	font-size: 27px;
	margin: 70px 0 15px;
	padding-top: 12%;
}
#productnew h2::before{
	width: 40%;
}
#productnew .imagetop{
	outline-offset: -13px;
}
#productnew h3{
	font-size: 24px;
	margin: 60px 0 20px;
	padding: 7px 15px 4px;
	font-weight: normal;
}
#productnew h3 span{
	position: relative;
}
#productnew h3 span::before{
	content: "";
	background: url(https://www.farbeco.jp/s/images/productnew/decor.svg) no-repeat;
	height: 15px;
	width: 44px;
	left: -55px;
	position: absolute;
	top: 5px;
	opacity: .6;
}
#productnew h3 span::after{
	content: "";
	background: url(https://www.farbeco.jp/s/images/productnew/decor2.svg) no-repeat;
	height: 15px;
	width: 44px;
	right: -55px;
	position: absolute;
	top: 5px;
	opacity: .6;
}
#productnew .title1, #productnew .title2{
	width: 95%;
}
#productnew .title1{
	font-size: 23px;
}
#productnew .title2{
	font-size: 17px;
}
#productnew p{
	font-size: 16px;
}
#productnew .image93{
	margin: 30px auto 15px;
	width: 93%;
}
#productnew .image85{
	margin: 30px auto 0;
	width: 85%;
}
#productnew p.txttop{
	text-align: center;
	width: 90%;
	margin: 15px auto 0;
}
#productnew p.note_normal{
	font-size: 15px;
}
#productnew .text1{
	width: 92%;
}
#productnew .link2 a{
	margin: 0  5px;
}
#productnew .notelist1{
	padding: 25px 30px;
	width: 95%;
	margin: 30px auto;
}
#productnew p.notetitle1{
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
	padding: 3px 0 2px;
}
#productnew p.notetext1{
	font-size: 14px;
}
#productnew .notelist2{
	padding: 16px 30px 12px;
	width: 95%;
	margin: 20px auto;
	font-size: 14px!important;
	margin: 0 auto;
}
#productnew .notelist3 li{
	font-size: 14px;
}
#productnew .detailcontainer{
	padding: 35px 50px 30px;
	font-size: 15px;
}
#productnew p.dctitle{
	font-size: 21px;
	margin: 40px 0 10px;
	padding-left: 28px;
}
#productnew p.dctitle::before{
	height: 14px;
	width: 18px;
	top: 10px;
}
#productnew p.dctitle2{
	margin: 25px 0 5px;
	font-size: 15px;
}
#productnew p.dcnote{
	font-size: 14px;
}
#productnew p.dcnotecolor{
	font-size: 14px;
}
#productnew .dcflex_2 li{
	margin-top: 4.3%;
	width: 48%;
}
#productnew .dcflex_3 li{
	margin-top: 4.3%;
	width: 31%;
}
#productnew .dcflex_2 li:nth-child(-n+2){
	margin-top: 10px;
}
#productnew .dcflex_3 li:nth-child(-n+3){
	margin-top: 10px;
}
#productnew .dcflex_2 li span, .dcflex_3 li span{
	padding: 10px 0px;
 border: solid 2px #b9b9a2;
 border-radius: 5px;
	background: #fff;
}
#productnew .product-reviewarea h4 {
	font-size: 24px!important;
}
#productnew .f_checkcontainer_p{
	padding: 30px 30px 25px;
	position: relative;
}
#productnew .flex-area_p {
	width: 100%;
	padding-top: 20px;
}

#productnew .flex-area_p-body {
	width: 100%;
	padding: 0 20px;
	border-bottom: 1px solid #c4b8a3;
}

#productnew .flex-area_p-img {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #c4b8a3;
}

#productnew .flex-area .flex-area_p {
	display: flex;
	margin: 0 0 24px;
}

.flex-area .flex-area_p:nth-child(odd) {
	flex-direction: row-reverse;
}
#productnew .flex-area_p-title {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
#productnew .product-pointarea1{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

#productnew .product-pointarea1{
	margin-top: 40px;
}
#productnew .product-pointarea1 li{
	width: 46%;
}
#productnew .textpoint{
	left: -4%;
	top: -4%;
	font-size: 1.2vw!important;
}
#productnew .product-pointarea1 p{
	font-size: 16px;
	margin: 20px 0 10px 5px;
}
#productnew .product-pointarea2 li{
	display: flex;
	margin-top: 60px;
}
#productnew .plimg2{
	width: 43%;
	margin-right: 40px;
}
#productnew .plimg2::after{
	left: -5%;
}
#productnew .product-pointarea2 h4{
	font-size: 20px;
	margin: 0 10px 15px 5px;
	border-bottom: dotted 3px #d2ccbb;
	padding-bottom: 3px;
}
#productnew .product-pointarea2 p{
	margin-left: 5px;
}
#productposter .posterspec{
	padding: 35px 50px 30px;
	font-size: 15px;
}
.pslink1 a{
	margin: 2px 0 20px 30px;
}
}
@media screen and (max-width: 767px){
	.text_dec04{
    font-size:14px;
	}
	.text_dec05{
    font-size:14px;
    line-height: 1.6;
	}
	.fs-l-productLayout h2{
		font-size: 17px;
	}
	a:link.btn_00,a:visited.btn_00,a:active.btn_00{
    padding:10px 10px;
	}
	a:link.btn_00m,a:visited.btn_00m,a:active.btn_00m{
    padding:7px 4px 5px;
	}
	a:link.btn_01,a:visited.btn_01,a:active.btn_01{
    padding:10px 10px;
    margin:4px 0px;
    text-align: center;
    display: block;
	}
	a:link.btn_02m,a:visited.btn_02m,a:active.btn_02m{
    padding:3px 10px;
	}
	a:link.btn_02,a:visited.btn_02,a:active.btn_02{
    padding:10px 10px;
	}
	a:link.btn_03,a:visited.btn_03,a:active.btn_03{
    padding:10px 10px;
	}
	a:link.btn_03m,a:visited.btn_03m,a:active.btn_03m{
    padding:3px 10px;
	}
	a:link.btn_04,a:visited.btn_04,a:active.btn_04{
    padding:10px 10px;
	}
	a:link.btn_06,a:visited.btn_06,a:active.btn_06{
    padding:10px 10px;
	}
	a:link.btn_10,a:visited.btn_10,a:active.btn_10{
    padding:10px 10px;
    font-size:11px;
	}
	a:link.btn_20,a:visited.btn_20,a:active.btn_20{
    width:90%;
	}
	a:link.btn_21,a:visited.btn_21,a:active.btn_21{
    width:90%;
	}
	a:link.btn_22,a:visited.btn_22,a:active.btn_22{
    width:90%;
	}
	a:link.btn_24,a:visited.btn_24,a:active.btn_24{
    width:90%;
	}
	.Classf01{
    width: 100%;
	}
	#product{
    font-size:14px;
	}
	#product h2{
    font-size:15px;
    margin:20px auto 17px;
	}
	#p-detail{
    margin: 20px 1px 40px 1px;
    padding: 10px 15px 20px;
    border: 1px solid #ccc;
    background: #f3f3f3;
	}
	.detail_table td,
	.nitemtable td{
		display: block;
		white-space: normal;
		width: 100%;
	}
	.detail_table,
	.detail_tableB,
	.nitemtable {
		width: 100%;
		table-layout: fixed;
	}
/* 追記 */
table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
}
.Classf01 td{
	display: block;
	border-bottom:1px dotted #8d5d4b;
	padding:6px 10px 5px;
	width: 100%;
}
.detail_table td::after{
	content: "";
  display: block;
  clear: both;
}
.text_dec05 table td{
	display	:block;
	padding:6px 5px;
}
.detail_table td img{
	display: block;
	margin: 0 auto;
}
table.mb20 td.txt11px img.mb10{
	width: 87%;
}

img{
	height: auto !important;
}
.footfixcart{
	position: fixed;
	background:#fff;
	width: 100%;
	bottom:0;
}
.footfixcart .footfixcart-btn{
	margin:7px auto 14px;
	width: 88%;
	border-radius: 3px;
	background:#ef8e3e;
	text-align: center;
}
.footfixcart .footfixcart-btn a{
	color:#fff;
	padding:10px 0 8px;
	display: block;
}
.footfixcart .footfixcart-btn i{
	padding-right: 10px;
}


.FS2_Recommend2_productrecommend{
	margin:40px auto 0;
	width:90%;
}
.FS2_Recommend2_productrecommend h3.CrossHead{
	color:#532817;
	border-bottom:2px solid #cc9966;
	margin-bottom:20px;
	font-size: 14px;
	letter-spacing: 0;
    font-weight: bold;
    padding: 7px;
}
.productrecommend{
	overflow: scroll;
	padding-bottom: 13px;
}    
.productrecommend li{
	min-width:115px;
	max-width:115px;
	margin-right: 3%;
}
.productrecommend li .name{
	font-size:11px;
}
.productrecommend li .price{
	font-size:10px;
}

.fs-c-productReview{
	width:88%;
	margin:0 auto;
}
#productnew h2{
	font-size: 17px;
	margin: 40px 0 10px;
	padding-top: 22%;
	line-height: 1.5em;
}
#productnew h2::before{
	width: 80%;
}
#productnew .imagetop{
	outline-offset: -8px;
}
#productnew h3{
	font-size: 17px;
	font-weight: bold;
	margin: 40px 0 13px;
	padding: 8px 0 6px;
	line-height: 1.5em;
}
#productnew .title1{
	font-size: 16px;
}
#productnew .title2{
	font-size: 14px;
	text-align: left;
}
#productnew .image93, .image85{
	margin: 15px 0 10px;
}
#productnew p.txttop{
	margin-top: 15px;
	font-size: 13px;
	padding: 0 10px;
}
#productnew p.note_normal{
	font-size: 13px;
}
#productnew .link2 a{
	line-height: 1.4em;
}
#productnew .notelist1{
	padding: 15px 15px;
	margin: 20px auto;
}
#productnew p.notetitle1{
	font-size: 14px;
	margin-bottom: 13px;
	padding: 4px 0;
	line-height: 1.5em;
	text-align: center;
}
#productnew p.notetext1{
	font-size: 13px;
}
#productnew .notelist2{
	padding: 8px 15px;
	margin: 10px auto;
	font-size: 13px!important;
}
#productnew .notelist3 li{
	font-size: 13px;
}
#productnew .detailcontainer{
	padding: 15px;
}
#productnew p.dctitle{
	margin: 30px 0 10px;
	padding-left: 16px;
	font-size: 16px;
	font-weight: bold;
}
#productnew p.dctitle::before{
	height: 9px;
	width: 12px;
	top: 8px;
	font-size: 15px;
}
#productnew p.dctitle2{
	margin: 20px 0 3px;
	line-height: 1.5em;
}
#productnew p.dcnote{
	font-size: 13px;
}
#productnew p.dcnotecolor{
	font-size: 13px;
}
#productnew .dcflex_2 li, .dcflex_3 li{
	margin-top: 4.3%;
	width: 48%;
}
#productnew .dcflex_2 li:nth-child(-n+2), .dcflex_3 li:nth-child(-n+3){
	margin-top: 10px;
}
#productnew .dcflex_2 li span, .dcflex_3 li span{
	font-size: 11px;
	letter-spacing: 0;
}
#productnew .product-reviewarea h4 {
	font-size: 18px!important;
}
#productnew .f_checkcontainer_p.flexlist{
	padding: 15px 15px 10px;
	position: relative;
	display: block;
}
#productnew .flex-area {
	flex-direction: column;
}

#productnew .flex-area .flex-area_p {
	width: 100%;
	padding-top: 20px;
}

#productnew .flex-area_p-body {
	width: 90%;
	margin: 0 auto;
	padding: 0 5px;
}

#productnew .flex-area_p-img {
	width: 90%;
	margin: 30px auto;
}
#productnew .flex-area_p-title {
	margin: 10px auto 14px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
#productnew .product-pointarea1 li{
	margin-top: 50px;
}
#productnew .plimg{
	position: relative;
	margin: 0 30px;
}
#productnew .textpoint{
	left: 5px;
	top: -15px;
	font-size: 14px;
}
#productnew .product-pointarea1 p{
	font-size: 14px;
	margin: 25px 30px 20px 35px;
}
#productnew .product-pointarea2 li{
	margin-top: 80px;
}
#productnew .plimg2{
	margin: 5px 27px 5px 7px
}
#productnew .plimg2::after{
	left: -4%;
}
#productnew .product-pointarea2 h4{
	font-size: 17px;
	margin: 20px auto 10px;
	text-align: center;
}
#productnew .product-pointarea2 p{
	margin: 5px;
}
#productposter .posterspec {
	padding: 20px;
	font-size: 14px;
}
.pslink1 a{
	margin: 2px 0 20px 20px;
}
}

/* ポスターページ */
.interior-productP .fs-c-button--addToWishList--icon.fs-c-button--particular::before,.interior-productP .fs-c-button--addToWishList--detail.fs-c-button--particular::before {
	content: "\e919";
    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;
    position: relative;
    font-size: 20px;
    color: #292929;
}
.is-disabled::before{
	content:none !important;
}
.interior-productP .fs-c-button--removeFromWishList--icon.fs-c-button--particular::before,.fs-c-button--removeFromWishList--detail.fs-c-button--particular::before {
	content: "\e91a";
    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;
    position: relative;
    font-size: 20px;
    color: #da4d65;
}
.interior-productP .fs-c-productReview__addReview a{
	color:#5c5c5c;
	border:1px solid #5c5c5c;
}
.interior-productP .fs-c-productReview__addReview a::before {
	color: #5c5c5c;
}
.interior-productP .fs-c-productReview__addReview a:hover{
	background:#b2b2b2;
	color:#0c0c0c;
}
.interior-productP .FS2_Recommend2_productrecommend h3.CrossHead {
	color: #393939;
	font-weight: normal;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productName__name{
	font-size:11px;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__main__price.fs-c-price{
	font-size: 10px !important;
	padding-right: 0;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__addon{
	display: inline !important;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__addon .fs-c-productPrice__addon__label{
	font-size: 10px !important;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__addon .fs-c-productPrice__addon__label:before{
	content:"(";
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__addon .fs-c-productPrice__addon__label:after{
	content:")";
}

.fs-c-featuredProduct__list .fs-c-productListItem__control{
	display: none;
}
.fs-c-featuredProduct__list .fs-c-button--carousel .fs-c-button__label {
    display: none;
}
.fs-c-featuredProduct__list .fs-c-button--carousel--prev:before {
    content: "\e90b";
}
.fs-c-featuredProduct__list .fs-c-button--carousel--next:before {
    content: "\e90c";
}
.fs-c-featuredProduct__list .fs-c-button--carousel: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;
	color:#3f3f3f;
}
.fs-c-featuredProduct__list.fs-c-productListCarousel{
	position: relative;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl {
	position: absolute;
	z-index:999;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev{
	left:-12px;
}
.fs-c-featuredProduct__list .fs-c-productPrice--listed{
	display: none;
}
/* 表組みカート */

.fs-c-variationMatrix {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fs-c-variationMatrix > li {
	box-sizing: border-box;
}
.fs-c-variationMatrix__row {
	display: flex;
}
.fs-c-variationMatrix__row__variationName {
	margin: 4px;
}
.fs-c-variationMatrix__lane {
	flex-grow: 1;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.fs-c-variationMatrix__item {
	flex-basis: 64px;
	flex-grow: 1;
}
.fs-c-variationMatrix__radio {
	display: none;
}
.fs-c-variationMatrix__panel {
	flex-grow: 1;
	align-items: center;
	padding: 8px;
}
.fs-c-variationMatrix__panel {
	background: rgba(165, 165, 165, 0.08);
	border: 1px solid #424242;
	border-radius: 3px;
	margin: 4px;
}
.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
	background: #bce8e8;
	color: #000;
}
.fs-c-productChooseVariation .fs-c-variationLabel__label::after{
content:"を選択してください";
}
.fs-c-variationMatrix__panel__stock.fs-c-stock::before{
content:"在庫数： ";
}
.fs-c-variationMatrix__panel__stock.fs-c-stock{
font-size: 11px;
}
.multibuyarea{
border:1px solid #ff3d8b;
border-radius: 5px;
padding:16px 13px 13px;
margin-bottom:5px;
}
.multibuyarea__title{
text-align: center;
font-size:16px;
font-weight: bold;
margin-bottom: 10px;
}
.multibuyarea__list{
display: flex;
justify-content: center;
}
.multibuyarea__list li{
width:32%;
margin-right: 2%;
}
.multibuyarea__list li:last-child{
margin-right: 0;
}
.multibuyarea__list li p{
	margin-top: 4px;
	border:2px solid #cfd0ca;
	padding:5px;
	border-radius: 6px;
	letter-spacing:0;
}
.multibuyarea__list.list04{
	flex-wrap: wrap;
	width:80%;
	margin: 0 auto;
}
.multibuyarea__list.list04 li{
	width:49%;
	margin-right: 2%; 
	margin-bottom: 10px;
}
.multibuyarea__list.list04 li:nth-child(2n){
	margin-right: 0;
}
.multibuyarea__list.list04 li p{
	padding:5px 7px;
}
/* カートモーダル */
.modalcartarea #modal-open {
	background: #d76502;
	color: #fff;
	display: block;
	text-align: center;
	padding: 16px 0px 15px;
	width:100%;
	cursor: pointer;
	font-size: 15px;
	margin:20px auto 6px;
	letter-spacing:3px;
	position: relative;
}
.modalcartarea #modal-open:hover{
	background:#e8852f;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
  background-color:rgba(241, 241, 241, 0.88);
}
.modal-wrap {
  height: 100%;
  padding: 0 13px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-content {
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.modal-table-cell {
  display: table-cell;
  padding: 20px 0 60px;
  vertical-align: middle;
}
.modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 7px;
}
#modal-btn-close {
  z-index: 9;
  position: absolute;
	color: #000 !important;
	line-height: 1;
	text-decoration: none;
}
#modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}
.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
	background:#a4a4a4;
	width: 100%;
	border: none;
	position: relative;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	line-height: 1.7;
}
.fs-c-modal .fs-c-modal__header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fs-c-stockNotificationsProduct__productImage.fs-c-productImage .fs-c-productImage__image {
	margin: 13px auto;
}
h2.fs-c-modal__title{
	line-height: 1.7;
}
.fs-c-inputTable td {
	display: block;
	padding: 0 0 13px;
}
.fs-c-inputInformation .fs-c-inputTable th {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0;
	font-weight: normal;
}

.fs-c-modal__contents .fs-c-button--standard {
	margin: 0 auto;
	width: 90%;
}
.fs-c-modal__contents .fs-c-inputTable {
	width: 100%;
}
.fs-c-button--subscribeToArrivalNotice.fs-c-button--standard {
	background: #8c8c8c;
	border: none;
	border-radius: 4px;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 1.7;
	text-decoration: none;
	text-align: center;
	padding: 8px 10px 6px;
	box-shadow: none;
	transition: all 0.5s;
}
.fs-c-modal .fs-c-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 25px;
	font-weight: bold;
}
.deliverytype__box.makersend{
	flex-direction: column;
	margin-bottom: 0;
}
.deliverytype__box.makersend .deliverytype__box__content{
	margin-right: 0;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	border:none;
}
.deliverytype__box.makersend .deliverytype__box__content h3{
	margin-right: 7px;
	font-size: inherit;
}
.deliverytype__box.makersend .shiptime__day{
	color: inherit;
	font-size:1em;
}
.deliverytype__box.makersend .shiptime__title{
	display: inline;
}



@media screen and (min-width: 768px) and (max-width:1350px) { 
	.interior-productP .productimg{width:450px;}
}
@media screen and (min-width: 768px) and (max-width:1130px) { 
	.interior-productP .productimg{width:380px;}
}
@media screen and (min-width: 768px) and (max-width:950px) { 
	.interior-productP .productimg{width:450px;margin-bottom:70px;}
}

@media screen and (min-width: 768px){
	.interior-productP{
		width:90%;
		max-width:982px;
		margin:0 auto;
	}
	.interior-productP .productimg{
		width:480px;
		margin-right: 40px;
	}

	.fs-c-button--viewExtendedImage.fs-c-button--plain{
		display: none;
	}
	.interior-productP .fs-c-productNumber{
		margin-bottom: 0px;
			font-size: 14px;
			color: #9a9a9a;
	}
	.interior-productP h1.fs-c-productNameHeading{
		font-size: 21px;
		margin:5px 0 15px;
	}
	.interior-productP #fs_ProductDetails .fs-c-productPrice__main span.fs-c-productPrice__main__label {
			font-size: 12px;
	}
	.interior-productP .fs-c-productPrice--listed span.fs-c-productPrice__main__price {
			font-size: 12px !important;
	}
	.interior-productP .fs-c-productPrice__main span.fs-c-productPrice__main__label{
		display: none;
	}
	.interior-productP .fs-c-productPointDisplay{
		text-align: left;
		font-size:12px;
	}
	.interior-productP .fs-c-productPrices--productDetail{
		margin-bottom:2px;
	}
	.interior-productP .fs-c-productThumbnail{
		margin:35px 0;
	}
	.interior-productP .fs-c-productThumbnail__image{
		margin: 4px 4px 13px;
			flex-basis: 78px;
			min-width: 78px;
			cursor: pointer;
	}
	.interior-productP .fs-c-productCarouselMainImage__thumbnailList{
		display: flex;
			flex-wrap: wrap;
			overflow-x:  visible;
			margin:35px 0 0;
	}
	.fs-c-productCarouselMainImage__thumbnailList > li{
		flex-basis: 78px;
		margin: 4px 4px 13px;
		 cursor: pointer;
	}
	.interior-productP.chromatic dl.fs-c-productOption {
			order: 1;
	}
	.interior-productP.chromatic .fs-c-variationAndActions {
			order: 2;
	}
	.interior-productP .fs-c-variationCart.fs-c-variationCart--withImage .fs-c-variationCart__image{
		display: none;
	}
	.interior-productP .fs-c-variationCart.fs-c-variationCart--withImage .fs-c-variationCart__variationName{
		display: none;
	}
	.interior-productP .productimgarea .fs-c-variationCart__cartButton{
		width: 306px;
	}
	.interior-productP .fs-c-variationCart__cartButton .fs-c-button--primary{
		padding:8px 0 7px;
	}
	.interior-productP .fs-c-variationCart__cartButton .fs-c-button--primary:hover{
		background:#000;
	}
	.interior-productP.chromatic .fs-c-variationAndActions__variationLabel.fs-c-variationLabel{
		display: none;
	}
	.interior-productP .fs-c-variationList__item{
		padding:20px 0 0;
	}
	.interior-productP .fs-c-buttonContainer--inquiryAboutProduct{
		margin-top: 0;
	}
	.interior-productP .fs-c-productReview__addReview a{
		padding: 11px 45px 9px 58px;
		text-align:center;
		display: inline-block;
	}
	.interior-productP .FS2_Recommend2_productrecommend{
		padding: 0 8%;
	}
	.interior-productP .fs-c-productOption{
		margin-top: 0;
	}
	.interior-productP .fs-c-button--primary, .fs-c-button--next {
		background: #6a6a6a;
		border-radius: 0;
	}
	.interior-productP .fs-c-button--primary:hover, .fs-c-button--next:hover{
		background:#000;
	}
	.interior-productP .FS2_Recommend2_productrecommend h3.CrossHead {
    border-bottom: 1px solid #b2b2b2;
	}
	.fs-c-featuredProduct__list .slick-slide {
    margin-right: 17px;
    width: 150px;
	}
	.fs-c-featuredProduct__list .fs-c-button--carousel:before {
    font-size: 36px;
	}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl {
	top: 59px;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next{
	right:-12px;
}
.multibuyarea__list li p{
	font-size:13px;
}
.modal-content-inner {
  padding: 50px 40px 50px;
}
#modal-btn-close {
	top: 16px;
	right: 25px;
	font-size: 36px;
}
.fs-c-productPrice--listed {
	text-align: right;
}
.fs-c-productPrice__main span.fs-c-productPrice__main__label{
display: none;
}
.fs-c-productPrice.fs-c-productPrice--selling {
	text-align: right;
}
.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
	padding: 7px 0 5px;
	margin: 10px 0 0px;
	font-size: 17px;
	transition: all 0.5s;
}
.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary:hover{
	background: #7f7f7f;
}
.fs-c-stockNotificationsProduct__productImage.fs-c-productImage .fs-c-productImage__image{
	margin:13px auto;
}
.fs-c-button--subscribeToArrivalNotice.fs-c-button--standard{
	display: block;
	padding: 14px 0 12px;
}
.fs-c-modal__contents .fs-c-inputInformation .fs-c-inputTable__headerCell{
	padding-top: 10px;
	font-weight: bold;
}
.fs-c-modal__contents .fs-c-inputInformation .fs-c-additionalCheckField .fs-c-checkbox{
	margin-left:7px;
}
.fs-c-modal .fs-c-modal__inner {
	padding: 30px;
	min-width: 400px;
	max-width: 524px;
}
h2.fs-c-modal__title{
	font-weight: bold;
}
.fs-c-modal__contents .fs-c-inputInformation__button {
	margin: 32px auto 0;
	max-width: 600px;
}
.deliverytype__box.makersend{
	font-size:0.82em;
}











}
@media screen and (max-width: 767px){
	.fs-c-modal .fs-c-modal__inner {
		max-width: 473px;
	}
	
	.interior-productP .fs-c-button--primary:hover, .fs-c-button--next:hover{
		background:#000;
	}
	.interior-productP .fs-c-productNumber{
		margin-bottom:0;
	}
	.interior-productP .fs-c-variationCart.fs-c-variationCart--withImage .fs-c-variationCart__variationName{
		display: none;
	}
	.interior-productP.chromatic .fs-c-variationAndActions__variationLabel.fs-c-variationLabel{
		display: none;
	}
	.interior-productP .fs-c-variationCart.fs-c-variationCart--withImage .fs-c-variationCart__image{
		display: none;
	}
	.interior-productP .fs-c-variationCart--withImage > li .fs-c-button--primary, .fs-c-variationList__item__cart > li .fs-c-button--primary {
			font-size: 16px;
			padding: 5px 0 4px;
	}
	.interior-productP .fs-c-variationCart__cartButton {
			margin: 0 31px 0 0;
	}
	.interior-productP.chromatic dl.fs-c-productOption {
			order: 1;
	}
	.interior-productP.chromatic .fs-c-variationAndActions {
			order: 2;
	}
	.interior-productP .FS2_Recommend2_productrecommend h3.CrossHead {
    border-bottom: 1px solid #717171;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0;
    padding: 7px;
	}
	.fs-c-featuredProduct{
		margin: 50px auto 0;
			width: 90%;
	}
	.fs-c-productListItem__numberOfStock.fs-c-productListItem__notice.fs-c-productStock {
			font-size: 11px;
			text-align: center;
			text-decoration: underline;
	}
	.fs-c-featuredProduct__list .slick-slide {
			margin-right: 15px;
			width: 115px;
	}
	.fs-c-featuredProduct__list .fs-c-button--carousel:before {
    font-size: 38px;
	}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl {
	top: 26px;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next{
	right:12px;
}
.multibuyarea__list li p{
	font-size:11px;
}
.modal-content-inner {
  padding: 54px 13px 50px;
}
#modal-btn-close {
	top: 7px;
	right: 10px;
	font-size: 31px;
}
.fs-c-productPrice__main span.fs-c-productPrice__main__label {
	display: none;
}
.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
    border-radius: 4px;
    padding: 8px 0 7px;
    margin: 10px 0 5px;
    font-size: 16px;
}
.fs-c-modal__contents .fs-c-inputInformation .fs-c-button--standard{
	width: 100%;
	margin-top: 22px;
}
.fs-c-modal__inner {
	max-width: calc(100vw - 20px*2);
	padding: 18px;
}
h2.fs-c-modal__title{
	font-size: 18px;
}
.deliverytype__box.makersend{
	font-size:0.97em;
}




}



/* テンプレートDL-css */
#templateDL	.fs-c-productPrices--productDetail,
#templateDL	.fs-c-productPointDisplay,
#templateDL	.fs-c-productOption,
#templateDL	.fs-c-productQuantityAndWishlist,
#templateDL .fs-c-productActionButton.fs-c-buttonContainer,
#templateDL .fs-c-productReview__addReview{
	display: none;
}
#templateDL .template-comment3{
	order:7;
}
#templateDL .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label{
	visibility: hidden;
	position: relative;
}
#templateDL .fs-c-buttonContainer--inquiryAboutProduct button{
	border-color: #5a5a5a;
}
#templateDL .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label:after{
	content:"テンプレートについてお問合せ";
	visibility: visible;
	position: absolute;
	  top: 50%;
	  left: calc(50% + 13px);
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	  margin: auto;
	  width: 100%;
}
#templateDL .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label:before{
	visibility: visible;
	position: absolute;
	left:-9px;
	top: 9px;
}
#templateDL .templateDL_btn a{
	background: #84d2d7;
	text-align: center;
	padding:20px 0 18px;
	color:#fff;
	display:block;
	margin:13px 0 10px;
	font-size:1.15em;
	
}