@charset "utf-8";
.productimgarea{
	margin-bottom:35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen 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:460px;
	margin-right: 70px;
}
.fs-c-productCarouselMainImage img{width:460px;height: auto;}
.productimgarea .fs-c-productCarouselMainImage{
	
}
@media screen and (max-width:1350px) { 
  .productimg{width:420px;margin-right: 30px;}
  .fs-c-productCarouselMainImage img{width:420px;}
  #fs_ProductDetails .mininner{width:94%;}
}
@media screen and (max-width:1130px) { 
  .productimg{width:360px;margin-right: 20px;}
  .fs-c-productCarouselMainImage img{width:360px;}
}
@media screen and (max-width:950px) { 
	.productimg{width:450px;margin-bottom:70px;}
  .fs-c-productCarouselMainImage img{width:450px;}
}
.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;
}

.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{
	margin:5px 0 30px;
	font-size:12px;
}
.fs-c-breadcrumb a{
	text-decoration: underline;
}
h1.fs-c-productNameHeading{
	font-size:15px;
	margin-bottom:10px;
	letter-spacing:2px;
	color:#414141;
}
h1.fs-c-productNameHeading .fs-c-productNameHeading__copy{
	font-size: 13px;
	color:#ee6b1a;
	display: block;
	padding-left:10px;
}
.fs-c-productPointDisplay{
	text-align: right;
}
.fs-c-productNumber{
	display:inline-block;
	margin-bottom:20px;
	font-size:12px;
	color:#404040;
}
.fs-c-productPrice__main span{
	display:inline-block;
	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-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main span.fs-c-productPrice__main__label{
	display: inline;
}
#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-button--particular::before {
    content: "\e919";
    top: -3px;
    left: 0;
}




.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular::before {
	font-size:20px;
}
.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-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fs-c-productQuantityAndWishlist__wishlist{
}
.fs-c-button--particular {
	background: none;
	border: none;
	position: relative;
	font-size: 14px;
	padding-left: 11px;
	padding-top: 10px;
}
.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;
	padding: 8px 11px;
	width: 100%;
	border-radius: 3px;
	font-size: 17px;
}
input[type="text"], input[type="password"], textarea, select {
	outline: none;
}
.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
	background: none;
	border: none;
	position: relative;
	padding-left: 26px;
	color: #000;
}
.fs-c-button--inquiryAboutProduct.fs-c-button--plain::before {
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 300; 
	content: "\f0e0";
	font-size: 18px;
	top: -1px;
	left: 0;
	position: absolute;
	color: #000;
}
.fs-c-button--primary, .fs-c-button--next {
	background: #eb4f8b;
	width: 100%;
	border: none;
	padding: 28px 0 26px;
	position: relative;
	font-size: 14px;
	margin: 10px 0 6px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 21px;
	display: block;
	border-radius:10px;
	text-align: center;
	transition: all 0.5s;
	line-height:1.7;
}
.fs-c-button--primary:hover, .fs-c-button--next:hover{
	background: #f0465a;
}
.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;
	color: #343434;
}
.fs-c-slick .slick-next:before {
	content: '\f105';
}
.fs-c-slick .slick-prev:before {
	content: '\f104';
}
.fs-c-slick .slick-next {
	right: 25px;
}
.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{
	text-align:center;
}
.fs-c-productReview__addReview a{
	color:#3ca1a1;
	position:relative;
	padding: 11px 45px 9px 58px;
	text-align:center;
	display: inline-block;
	border:1px solid #66cccc;
}
.fs-c-productReview__addReview a::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f303";
	font-size: 15px;
	top: 10px;
	left: 37px;
	position: absolute;
	color: #3ca1a1;
}
.fs-c-productReview__addReview a:hover{
	background:#66cccc;
	color:#fff;
}
.fs-c-productReview__addReview a:hover::before{
	color:#fff;
}
.fs-p-productDescription.fs-p-productDescription--full{
	margin-top:15px;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
	display: none;
}
#fs_ProductDetails .fs-c-price{
	display: inline-block;
}
.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;
}
.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;
}
.productsizelist{
	width:84%;
	margin:23px auto;
}
.productsizelist li{
	margin-bottom:3px;
}
.productsizelist li img{
	width:100%;
}
.productsizelist li a{
	display:block;
}
.productinfo{
	width:50%;
	margin-right: 3%;
}
.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{
	width:23.5%;
	margin-right:2%;
	margin-bottom:15px;
}
.suckinglist li:last-child{
	margin-right:0;
}
.suckinglist li p{
	font-weight:bold;
	font-size: 11px;
	text-align:center;
}
.suckinglist li p a{
	color:#192448;
}
.productinfoarea .spec-g_txt{
	margin-right:20px;
}
.productinfoarea h2{
	margin-top:20px;
	border-bottom:1px dotted #a1a1a1;
	margin-bottom:20px;
	font-size: 17px;
	color:#192448;
}
.spec-g_table{
	width:90%;
	margin:40px auto;
}
table.spec-g_cont {
	width: 80%;
	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;
}
.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{
	text-align: center;
	margin:3px 0 25px;
	border: 1px solid #000;
    padding: 11px 0 9px;
}
/* バリエーションカート用 */
.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;
}
@media screen 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 (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 (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;}
}
.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;
}
.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;
}
.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;
}
.fs-c-variationCart > li + li{
	margin-top:2px;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
	flex-basis: 57px;
}
.FS2_Recommend2_recommend ul {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 .FS2_itemPrice_addition{
	font-size: 0.8em;
}
.FS2_Recommend2_recommend ul li:nth-child(5n){
	margin-right: 0;
}
.FS2_Recommend2_recommend ul li img{
	width:100%;
	margin-bottom:10px;
}
.recommenditem h3.keytitle{
	border-bottom: 1px solid #2b2b2b;
}

.slick-slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slick-slider.slick-initialized{
  opacity: 1;
}
.fs-c-variationAndActions{
	margin-bottom:20px;
}
.fs-c-variationRadioList{
	margin-top: 17px;
}
.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-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;
	margin-bottom:10px;
	margin-top:14px;
	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;
	text-align: right;
	margin-top:0;
	margin-bottom:6px;
	color:#616161;
	font-weight: normal;
	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;
}
.addImg{
	vertical-align: bottom;
	border:1px solid #e6e6e6;
	margin-bottom:10px;
}
.addTxt{
	font-size:13px;
	letter-spacing: 0px;
}
.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;
}


/* メイクから引っ張ってきた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{
    font-size:12px;
    color:#666;
    text-align:left;
    margin-left:20px;
}
.text_dec05{
    font-size:13px;
    color:#222;
    text-align:left;
    margin-left:7px;
    line-height:1.2em:}
.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{
    width:600px;
    margin-right:auto;
    margin-left:auto;
}
.box550{
    width:550px;
    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-size:16px;
    margin:10px 0px 10px 0px;
font-weight:bold;
    color:#532817;
    letter-spacing:0.2em;
}
/* リンクテキストボタン========================================== */
/*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{
    padding:10px 20px;
    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;
}
/*brown btn midi*/
a:link.btn_00m,a:visited.btn_00m,a:active.btn_00m{
    padding:3px 20px;
    margin:10px 5px;
    color:#FFF;
    text-decoration:none;
    background:#c9b79a;
    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_00m{
    color:#FFF;
    background:#ad9b7e;
}
/*blue btn*/
a:link.btn_01,a:visited.btn_01,a:active.btn_01{
    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_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);
}
/*blue btn midi*/
a:link.btn_02m,a:visited.btn_02m,a:active.btn_02m{
    padding:3px 20px;
    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);
}
/*pink btn*/
a:link.btn_02,a:visited.btn_02,a:active.btn_02{
    padding:10px 20px;
    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);
}
/*gray btn*/
a:link.btn_03,a:visited.btn_03,a:active.btn_03{
    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_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;
}
/*gray btn midi*/
a:link.btn_03m,a:visited.btn_03m,a:active.btn_03m{
    padding:3px 20px;
    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;
}
/*brown btn*/
a:link.btn_04,a:visited.btn_04,a:active.btn_04{
    padding:10px 30px;
    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;
}
/*top btn（green）*/
a:link.btn_06,a:visited.btn_06,a:active.btn_06{
    padding:10px 30px;
    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;
}
/*top btn（pink）*/
a:link.btn_10,a:visited.btn_10,a:active.btn_10{
    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;
}
/*blue btn（カートに入れるボタンへ）*/
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);
}
/*top btn（pink）*/
a:link.btn_20,a:visited.btn_20,a:active.btn_20{
    display:block;
    width:70%;
    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;
}
/*top btn（blue）*/
a:link.btn_21,a:visited.btn_21,a:active.btn_21{
    display:block;
    width:70%;
    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;
}
/*top btn（orange）*/
a:link.btn_22,a:visited.btn_22,a:active.btn_22{
    display:block;
    width:70%;
    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;
}
/*top btn（gray）*/
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;
}
/*top btn（green）*/
a:link.btn_24,a:visited.btn_24,a:active.btn_24{
    display:block;
    width:70%;
    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;
}
/*top btn（lightgreen）*/
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;
}
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;
}
.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-size:12px;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color:#222;
    text-align:left;
}
#product h2{
    text-align:center;
    font-size:17px;
    margin:5px auto 20px;
}
 #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;
}
 #p-detail{
    margin:20px 1px 40px 1px;
    padding:30px 50px;
    border:1px solid #ccc;
    background:#f3f3f3;
}
 .item-spec{
    line-height:1.5em;
    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){
    .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;
}



/*-------商品詳細ページデフォルト用css------*/
	#productnew{
		width: 95%;
		margin: 0 auto;
	}
  #productnew h2{
	  font-size: 27px;
	  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1px;
    text-align: center;
    margin: 70px 0 15px;
    padding-top: 12%;
    color: #888768!important;
    position: relative;
  }
  #productnew h2::before{
	  content: "";
	  background: url(https://farbe.itembox.design/item/images/productnew/decortop.svg) no-repeat;
	  background-size: 100%;
	  height: 100%;
	  width: 40%;
	  left: 0;
	  right: 0;
	  margin: auto;
	  position: absolute;
	  top: 0;
  }
  #productnew .imagetop{
	  outline: dotted 2px #fff;
	  outline-offset: -13px;
  }
  #productnew img{
	  width: 100%;
  }
  #productnew h3{
	  font-size: 24px;
	  margin: 60px 0 20px;
	  background: #fbf6f1;
	  padding: 7px 15px 4px;
	  color: #888768;
	  text-align: center;
	  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  letter-spacing: 1px;
	  font-weight: normal;
  }
  #productnew h3 span{
	  position: relative;
  }
  #productnew h3 span::before{
	  content: "";
	  background: url(https://farbe.itembox.design/item/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://farbe.itembox.design/item/images/productnew/decor2.svg) no-repeat;
	  height: 15px;
	  width: 44px;
	  right: -55px;
	  position: absolute;
	  top: 5px;
	  opacity: .6;
  }
  #productnew .title1, #productnew .title2{
	  width: 95%;
	  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{
	  font-size: 23px;
	  text-align: center;
  }
  #productnew .title2{
	  font-size: 17px;
	  color: #727157;
  }
  #productnew p{
	  font-size: 16px;
  }
  #productnew .image93{
	  margin: 30px auto 15px;
	  width: 93%;
  }
  #productnew .image85{
	  margin: 30px auto 0;
	  width: 85%;
  }
  #productnew p.txttop{
	  font-weight: bold;
	  text-align: center;
	  width: 90%;
	  margin: 15px auto 0;
  }
  #productnew p.txttop2{
	  padding: 0 5px;
  }
  #productnew p.note_normal{
	  padding: 0 5px;
	  font-size: 15px;
  }
  #productnew .text1{
	  margin: 17px auto 10px;
	  width: 92%;
  }
#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;
	  margin: 0  5px;
  }
  #productnew .notelist1{
	  border: solid 1px #bab9a1;
	  padding: 25px 30px;
	  width: 95%;
	  margin: 30px auto;
  }
  #productnew p.notetitle1{
	  font-size: 18px;
	  margin-bottom: 15px;
	  font-weight: bold;
	  text-align: center;
	  background: #dd9457;
	  color: #fff;
	  padding: 3px 0 2px;
	  border-radius: 3px;
  }
  #productnew p.notetext1{
	  font-size: 14px;
	  margin-top: 5px;
  }
  #productnew p.notetext1 span{
	 color: #dc9051;
	 font-weight: bold;
  }
  #productnew .notelist2{
	  padding: 16px 30px 12px;
	  width: 95%;
	  margin: 20px auto;
	  background: #fffdf4;
	  border: solid 1px #d9d8cc;
	  font-size: 14px!important;
	  margin: 0 auto;
  }
  #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;
	  font-size: 14px;
  }
  #productnew .notelist3 li::before{
	  content: "※";
	  position: absolute;
	  left: 0;
  }
  #productnew .border1{
	  font-weight: bold;
	  background: #ffecda;
	  padding: 0 3px;
  }
  #productnew .detailcontainer{
	  margin: 40px 0;
	  padding: 35px 50px 30px;
	  border: solid 1px #c1bfa4;
	  background: #fbfaf8;
	  font-size: 15px;
  }
  #productnew p.dctitle{
	  font-size: 21px;
	  margin: 40px 0 10px;
	  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  color: #888768;
	  position: relative;
	  padding-left: 28px;
	  border-bottom: solid 1px #c4b8a3;
  }
  #productnew p.dctitle::before{
	  content: "";
	  background: url(https://farbe.itembox.design/item/images/productnew/decor3.svg) no-repeat;
	  height: 14px;
	  width: 18px;
	  left: 0;
	  top: 10px;
	  position: absolute;
  }
  #productnew p.dctitle:first-child{
	  margin-top: 0;
  }
  #productnew p.dctitle2{
	  font-weight: bold;
	  margin: 25px 0 5px;
	  font-size: 15px;
  }
  #productnew p.dctitle2:firstchild{
	  margin-top: 0;
  }
  #productnew p.dcnote{
	  font-size: 14px;
  }
  #productnew p.dcnotecolor{
	  font-size: 14px;
	  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{
	  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{
	  display: block;
	  text-align: center;
	  font-weight: bold;
	  padding: 10px 0px;
	  margin-top: 10px;
	 border: solid 2px #b9b9a2;
	 border-radius: 5px;
	  background: #fff;
  }
#productnew .product-reviewarea {
    padding: 40px 30px 30px;
    border: solid 1px #bab9a1;
    margin: 70px auto;
    background: url(https://farbe.itembox.design/item/images/productnew/back-marble.jpg) repeat;
}

#productnew .product-reviewarea h4 {
    text-align: center;
    border-bottom: solid 1px #bab9a1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 24px!important;
    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://farbe.itembox.design/item/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 .f_checkcontainer_p{
    padding: 30px 30px 25px;
    position: relative;
}
#productnew .flex-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#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 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #dc9051;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#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%;
    position: relative;
}
#productnew .plimg{
    box-shadow: 2px 2px 6px #9f9c8c;
}

#productnew .textpoint{
    position: absolute;
    left: -4%;
    top: -4%;
    background-color: #dc9051;
    padding: 1px 8px;
    font-size: 1.2vw!important;
    color: #fff;
    font-family: 'Nothing You Could Do', cursive;
    white-space: nowrap;
}
#productnew .product-pointarea1 p{
    font-size: 16px;
    margin: 20px 0 10px 5px;
    line-height: 1.5em;

}
#productnew .product-pointarea2{
    margin-left: 5%;
}

#productnew .product-pointarea2 li{
    display: flex;
    margin-top: 60px;
}
#productnew .plimg2{
    position: relative;
    width: 43%;
    margin-right: 40px;
    box-shadow: 2px 2px 6px #9f9c8c;
}
#productnew .plimg2::after{
    content: "";
    background: #f7f6f3;
    background: linear-gradient(135deg, #fdfcfb 0%, #f0ebe2 100%);
    width: 100%;
    height: 100%;
    left: -5%;
    top: -7%;
    position: absolute;
    z-index: -10;
}
#productnew .product-pointarea2 h4{
    font-size: 20px;
    margin: 0 10px 15px 5px;
    border-bottom: dotted 3px #d2ccbb;
    font-weight: bold;
    padding-bottom: 3px;
    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;
}
#productnew .product-pointarea2 p{
    margin-left: 5px;
}

/*-------ポスター商品詳細ページデフォルト用css------*/
#productposter {
    width: 95%;
    margin: 0 auto;
}
#productposter .posterspec{
    margin: 40px 0;
    padding: 35px 50px 30px;
    border: solid 1px #c1bfa4;
    background: #ffffff;
    font-size: 15px;
}

#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;
    margin: 2px 0 20px 30px;
    font-size: 14px;
    line-height: 1.4em;
}



/* ポスターページ */
.interior-productP{
	width:90%;
	max-width:982px;
	margin:0 auto;
}
.interior-productP .productimg{
	width:480px;
	margin-right: 40px;
}
@media screen and (max-width:1350px) { 
  .interior-productP .productimg{width:450px;}
}
@media screen and (max-width:1130px) { 
  .interior-productP .productimg{width:380px;}
}
@media screen and (max-width:950px) { 
	.interior-productP .productimg{width:450px;margin-bottom:70px;}
}
.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 .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 .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-buttonContainer--inquiryAboutProduct{
}
.interior-productP .fs-c-productReview__addReview a{
	color:#5c5c5c;
	padding: 11px 45px 9px 58px;
	text-align:center;
	display: inline-block;
	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{
	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 {
    color: #393939;
    border-bottom: 1px solid #b2b2b2;
    font-weight: normal;
}



/* おすすめ商品 */
.fs-c-featuredProduct__list .slick-slide {
    margin-right: 17px;
    width: 150px;
}
.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;
    font-size: 36px;
    color:#3f3f3f;
}
.fs-c-featuredProduct__list.fs-c-productListCarousel{
	position: relative;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl {
    position: absolute;
    top: 59px;
    z-index:999;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev{
	left:-12px;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next{
	right:-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 #cccccc;
    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;
	font-size:13px;
}

.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-content-inner {
  padding: 50px 40px 50px;
}
#modal-btn-close {
  z-index: 9;
  position: absolute;
	top: 16px;
	right: 25px;
	color: #000 !important;
	font-size: 36px;
	line-height: 1;
	text-decoration: none;
}
#modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}


.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{
	background:#a4a4a4;
	width: 100%;
    border: none;
    padding: 7px 0 5px;
    position: relative;
    margin: 10px 0 0px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 17px;
    display: block;
    text-align: center;
    transition: all 0.5s;
    line-height: 1.7;
}
.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;
}
.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{
	font-weight: bold;
    line-height: 1.7;
}
.fs-c-inputTable td {
    display: block;
    padding: 0 0 13px;
}
.fs-c-modal__contents .fs-c-inputInformation__button {
    margin: 32px auto 0;
    max-width: 600px;
}

.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;
	font-size:0.82em;
	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;
}