@charset "utf-8";
/* 商品画像箇所 */
.slick-dotted.slick-slider {
    margin-bottom: 8px !important;
}
.productimgarea{
	margin-bottom:35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}
.productimg{
	width:460px;
	margin-right: 50px;
}
.fs-c-productCarouselMainImage img{
	width:460px;
	height: auto;
	pointer-events: none;
}
.fs-c-productCarouselMainImage__thumbnailList > li{
	flex-basis: 49px;
	margin: 4px 4px 5px;
	cursor: pointer;
}
.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 figcaption {
    font-size: 10px;
    text-align: center;
    margin-top: 2px;
    color:#808080;
}
/* キャプション位置 */
.fs-c-productCarouselMainImage__image__caption{
	bottom:-2px;
	position: relative;
	font-size:12px;
}
.productinner{
	flex:1;
}
@media screen and (min-width:1000px){
  .productimgarea{width:90%;margin:40px auto 50px;}
}
@media screen and (max-width:1350px) { 
  .productimg{width:440px;margin-right: 55px;}
  .fs-c-productCarouselMainImage img{width:420px;}
  #fs_ProductDetails .mininner{width:94%;}
}
@media screen and (max-width:1130px) { 
  .productimg{width:400px;margin-right: 45px;}
  .fs-c-productCarouselMainImage img{width:400px;}
  .fs-c-productCarouselMainImage__thumbnailList > li{flex-basis: 48px;}
}
@media screen and (max-width:950px) { 
	.productimg{width:450px;margin-bottom:70px;}
  .fs-c-productCarouselMainImage img{width:450px;}
}
@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;
	  margin:auto;
	  width:450px;
	 }
}
.fs-c-productCarouselMainImage__carousel{
  opacity: 0;
  transition: opacity .3s linear;
}
.fs-c-productCarouselMainImage__carousel.slick-initialized{
  opacity: 1;
}
.productimg .fs-c-productCarouselMainImage__thumbnailList{
	display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.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: 40px;
	line-height: 1;
	color: #7f7f7f;
}
.fs-c-slick .slick-next:before {
	content: '\f105';
}
.fs-c-slick .slick-prev:before {
	content: '\f104';
}
.fs-c-slick .slick-prev {
    left: 10px;
}
.fs-c-slick .slick-next {
	right: 25px;
}
.slick-slide > div {
    margin: 0 5px;
}
.productinner{
	width:470px;
}
.fs-c-breadcrumb{
	margin:5px 0 30px;
	font-size:12px;
}
.fs-c-breadcrumb a{
	text-decoration: underline;
}
h1.fs-c-productNameHeading{
	font-size:17px;
	margin-bottom:10px;
	letter-spacing:2px;
}
h1.fs-c-productNameHeading .fs-c-productNameHeading__copy{
	font-size: 13px;
	color:#1e1e1e;
	font-weight: normal;
	display: block;
}
.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;
}
.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:14px;
}
#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:10px;
}
.fs-c-button--particular::before {
	font-family: 'fs-icon' !important;
	font-weight: 500;
	content: "\e919";
	font-size: 18px;
	top: -3px;
	left: 0;
	position: absolute;
	color: #555555;
}
.fs-c-button--removeFromWishList--icon.fs-c-button--particular::before{
	color:#e95978;
}
.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{
	padding-left:20px;
}
.fs-c-button--particular {
	background: none;
	border: none;
	position: relative;
	font-size: 14px;
	padding-left: 20px;
}
.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: 3px 5px;
	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;
	border: none;
	text-decoration: underline;
	position: relative;
	padding-left: 26px;
	color: #5c5c5c;
}
.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: #888888;
}
.fs-c-button--primary, .fs-c-button--next {
	background: #192448;
	width: 100%;
	border: none;
	padding: 9px 0 7px;
	position: relative;
	font-size: 14px;
	margin: 10px 0 25px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
	display: block;
	text-align: center;
	transition: all 0.5s;
	line-height:1.7;
}
.fs-c-button--primary:hover, .fs-c-button--next:hover{
	background: #000;
}
.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__addReview{
	text-align:center;
	margin-top: 20px;
}
.fs-c-productReview__addReview a{
	color:#192448;
	position:relative;
	padding: 11px 45px 9px 58px;
	text-align:center;
	display: inline-block;
	border:1px solid #192448;
}
.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: #192448;
}
.fs-c-productReview__addReview a:hover{
	background:#192448;
	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 {
  display: block;
  height: 0;
  text-align: right;
}
.fs-c-button--viewExtendedImage {
  position: relative;
  bottom: 74px;
  right: .3vw;
  background: none;
  border: none;
  padding: 0 10px;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer span {
  display: none;
}
.fs-c-button--viewExtendedImage::before {
  pointer-events: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00e";
  font-size: 26px;
  color: #454545;
}

#fs_ProductDetails .fs-c-price{
	display: inline-block;
}
.fs-p-productDescription{
	margin-top:20px;
}
.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:25px 0;
}
/* バリエーションカート用 */
.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 {
	grid-template-columns: 152px 0px 1px 170px;
}
.fs-c-variationCart--withImage > li {
	grid-template-columns: 95px 1fr 40px 170px;
}
.fs-c-variationList__item__body:has(.fs-c-variationList__item__image) .fs-c-variationCart--withImage > li{
	grid-template-columns: 0px 1fr 40px 170px;
}
.productimgarea .fs-c-variationCart__variationName {
	min-width: 100px;
	-webkit-box-flex: unset;
	-ms-flex-positive: unset;
	flex-grow: unset;
}
.productimgarea .fs-c-variationCart__cartButton {
	width: 170px;
}
.fs-c-variationCart__image img{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	max-width: unset !important;
}
.fs-c-variationCart--withImage .fs-c-variationCart__image{
	margin-right: 12px;
}
@media screen and (max-width:1060px) { 
	.fs-c-variationCart--withImage > li {
      -ms-grid-columns: auto 1fr 40px 130px;
      grid-template-columns: auto 1fr 40px 130px;
  }
  .productimgarea .fs-c-variationCart__cartButton {width: 130px;}
}
@media screen and (max-width:1000px) { 
	.fs-c-variationCart--withImage > li {
      -ms-grid-columns: auto 1fr 40px 130px;
      grid-template-columns: auto 1fr 40px 130px;
  }
}
@media screen and (max-width:950px) { 
	.productinner{width:450px;}
	.fs-c-variationCart--withImage > li {
      -ms-grid-columns: auto 1fr 40px 249px;
      grid-template-columns: auto 1fr 40px 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;
	font-size: 13px;
}
.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-variationLabel{
	display: none;
}
.fs-c-variationCart > li + li{
	margin-top:2px;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
	margin: 0;
}
.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;
}
/* 商品説明部分 */
#itemnavi ul{
	overflow: hidden;
	border: 1px solid #000;
	border-right: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#itemnavi ul li{
	width: 25%;
	text-align: center;
	font-size: 13px;
	border-right: 1px solid #000;
}
#itemnavi ul li a{
	display: block;
	padding: 6px 0 4px;
	color: #000;
  position: relative;
}
#itemnavi ul li a::before {
  content: "\f13a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: .3em
}
#itemnavi ul li a:hover{
	background: #000;
	color: #fff;
}
.iteminfobox h3{
	font-size: 20px;
	text-align: center;
	padding: 0 0 15px;
	font-weight: bold;
	border-bottom: none;
	margin-bottom: 0;
}
.iteminfoT01{
	margin: 15px 0 15px;
	font-weight:bold;
}
.itemspectable01{
	width: 90%;
	border-collapse: collapse;
	margin: 20px auto;
	border-spacing:0;
	empty-cells:show;
}
.itemspectable01 th{
	border-bottom: 2px solid;
	font-size: 17px;
	padding-bottom: 5px;
}
.itemspectable01 td{
	text-align: center;
	padding: 8px 0 6px;
	border-bottom: 1px dashed #ccc;
}
.itemspectable02{
	border-collapse: collapse;
	width: 100%;
	margin: 70px auto 40px;
	border-spacing:0;
	empty-cells:show;
	border-top: 1px dashed #ccc;
}
.itemspectable02 th{
	border-bottom: 1px dashed #ccc;
	padding: 10px 10px 8px;
	width: 100px;
}
.itemspectable02 td{
	border-bottom: 1px dashed #ccc;
	padding: 10px 10px 8px;
}
.iteminfoboxsec{
	margin: 50px 0 0;
}
table.sizelink {
	width: 83%;
	margin: 10px 0 10px;
	border-top:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
.sizelink th {
	font-size: 14px;
	font-weight:normal;
	text-align: center;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color:#f0efee;
	padding:10px 0 8px;
}
.sizelink td {
	font-size: 14px;
	text-align:center;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	padding:5px 0 3px;
}
.sizelink td.active{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.sizelink td a{
	color:#046cc3;
	text-decoration:underline;
	padding:3px 15px;
}
.sizelink td a:hover{
	color:#0f0f0f;
	background:#e4e4e4;
	padding:3px 15px;
}
#staffcomment{
	border: 1px solid #a6a6a6;
	padding: 20px 20px 18px;
	border-radius: 3px;
}
#staffcomment a{
	color:#c18478;
	text-decoration: underline;
	padding:0 5px;
}
#staffcomment a:hover{
	color:#598684;
}
#itemimgsec ul{
	width: 90%;
	margin: 0 auto;
}
#itemimgsec ul li{
	text-align: center;
	margin-bottom: 20px;
}
#itemimgsec ul li img{
	width: 100%;
	padding-bottom: 5px;
}
#fs_ProductDetails .fs-c-productPrice--listed span.fs-c-productPrice__main__price{
	font-size:14px;
}
.reccord{
	margin:50px 0;
}
.reccord ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
   justify-content: center;
}
.reccord ul li{
	width:23.5%;
	margin-right:2%;
}
.reccord ul li:nth-child(4n){
	margin-right: 0;
}
.reccord ul li img{
	width:100%;
}
/* 混合ページ用 */
.mixpagecontents .fs-c-variationList__item__body,.mixpagesubcontents  .fs-c-variationList__item__body{
	display: none;
	animation:remove 1s linear 0s;
}
.mixpagecontents .fs-c-variationList__item__body.clicked,.mixpagesubcontents  .fs-c-variationList__item__body.clicked{
	animation: show 1s linear 0s;
	display: flex;
}
.mixpagesubcontents .fs-c-productCarouselMainImage{
	display: none;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.mixsub h1.fs-c-productNameHeading,.mixsub .fs-c-productPointDisplay,.mixsub .fs-c-productPrices--productDetail{
	display: none;
}
#mixpagecontentsbox .fs-c-variationList__item__title{
	margin-bottom:0;
	position:relative;
	cursor: pointer;
}
#mixpagecontentsbox .fs-c-variationList__item__title::after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 700; 
	content: "\f0dd";
	position: absolute;
	right	:10px;
	top:3px;
}
#mixpagecontentsbox .fs-c-variationList__item{
	padding: 5px 0;
}
.mixpagesubcontents .fs-c-variationList__item{
	padding: 5px 0;
}
.mixpagesubcontents .rcmd-slick-prev,.mixpagesubcontents .slick-prev{
	left:4px;
	top:50%;
}
.mixpagesubcontents .rcmd-slick-next,.mixpagesubcontents .slick-next{
	right:4px;
	top:50%;
}
.mixpagesubcontents .rcmd-slick-prev:before, .mixpagesubcontents .rcmd-slick-next:before,.mixpagesubcontents .slick-prev:before, .mixpagesubcontents .slick-next:before{
    font-size: 50px;
}
.mixpagesubcontents .rcmd-slick-dots li,.mixpagesubcontents .slick-dots li{
	width:57px;
	height: auto;
	margin: 0 8px 0 0;
}
.mixpagesubcontents .rcmd-slick-dots,.mixpagesubcontents .slick-dots{
	position: relative;
	bottom:0;
	margin-top:10px;
}
.mixpagesubcontents .rcmd-slick-dots,.mixpagesubcontents .slick-dots{
	text-align: left;
}
.cartabout{
	text-align: center;
	font-size: 16px;
}
.mixpagecontents .slick-slide>div{
	position: relative;
	margin-bottom:5px;
}
.mixpagecontents span.imgtitle{
	position: absolute;
	bottom:3px;
	position: absolute;
	  left: 50%;
	  transform: translateY(0%) translateX(-50%);
	  -webkit-transform: translateY(0%) translateX(-50%);
	  margin: auto;
}
.mixpagecontents .slick-slide .fs-c-productCarouselMainImage__image__caption{
	display: none;
}

/* 商品ページ */

.itemss{
	margin-bottom: 75px;
}

.fs-c-coordinationCatalog__title {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #444444;
  padding-bottom: 5px;
  margin: 30px 0;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fs-c-coordinationListItem__staffInfo__image {
  width: 48px;
  height: 48px;
}
.fs-c-coordinationListItem__staffInfo__image .fs-c-noImage {
  font-size: 1rem;
}
.fs-c-coordinationListItem__staffInfo__profile {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  line-height: 1.5;
}
.fs-c-coordinationListItem__staffInfo {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  align-items: start;
  margin: 8px 0;
}
.fs-c-coordinationListItem__staffInfo__profile .fs-c-coordinationListItem__staffInfo__height::before,.fs-c-coordinationListItem__staffInfo__profile .fs-c-coordinationListItem__staffInfo__shop::before{
	content:"#";
	padding-right: 2px;
}
.fs-c-coordinationListItem__staffInfo__profile>* {
  flex-basis: 100%;
  word-break: break-all;
}
.fs-c-coordinationListItem__staffInfo__name {
  font-size: 14px;
  margin-bottom:3px;
}
.fs-c-staffImage>* {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.fs-c-staffImage {
  display: block;
  display: grid;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
time.fs-c-coordinationListItem__creationDate{
	display: none;
}
time.fs-c-coordinationListItem__publicationDate{
	display: none;
}
span.fs-c-coordinationListItem__coordinationHeight{
	display: none;
}
a.fs-c-coordinationListItem__staffInfo__ruby{
	display: none;
}
.fs-c-coordinationListItem__staffInfo__label{
	display: none;
}
.fs-c-coordinationCatalog__footer a {
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0;
  width: 30%;
  font-size: 14px;
  color: #333333;
  display: block;
  position: static;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  margin: 30px auto 50px;
  padding: 6px 30px;
}
.fs-c-coordinationCatalog__footer a:hover {
  background: #222;
  color: #fff;
}

.fs-c-coordinationNewMark {
    display: none;
}
.fs-c-coordinationCatalog__list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, calc(25% - 16px));
}
@media screen and (min-width: 600px) {
  .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(33% - 16px));
  }
}
@media screen and (min-width: 768px) {
  .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
}
@media screen and (min-width: 960px) {
  .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
}
.pcmininner{
	width: 94%;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* この商品を使ったコーディネート(farfalle) */
.coordinated-ff .fs-c-coordinationCatalog__list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, calc(25% - 16px));
}
@media screen and (min-width: 600px) {
  .coordinated-ff .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(33% - 16px));
  }
}
@media screen and (min-width: 768px) {
  .coordinated-ff .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
}
@media screen and (min-width: 960px) {
  .coordinated-ff .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
}
.coordinated-ff .fs-c-coordinationCatalog__list__item:nth-child(n+5){
	display: none !important;
}
/* この商品を使ったコーディネート(trecord) */
.coordinated-tc .fs-c-coordinationCatalog__list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, calc(25% - 16px));
}
@media screen and (min-width: 600px) {
  .coordinated-tc .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(33% - 16px));
  }
}
@media screen and (min-width: 768px) {
  .coordinated-tc .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
}
@media screen and (min-width: 960px) {
  .coordinated-tc .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
}
.coordinated-tc .fs-c-coordinationCatalog__list__item:nth-child(n+9){
	display: none !important;
}
/* YouTube */
.youtube {
  margin-top:30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* 商品説明小 */
.fs-p-productDescription.fs-p-productDescription--short{
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.6;
}
/* 価格 */
.product-price-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  /* justify-content: space-between; */
}
.product-price-wrap .pp-wrap {
  margin: 0 1em 0 0;
}
.fs-c-productPostage {
  font-size: 11.5px;
}
/* カートモーダル */
.productcartbtn #modal-open {
	background: #6a6a6a;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0px 9px;
	width:100%;
	cursor: pointer;
	font-size: 15px;
	margin:20px auto 6px;
	letter-spacing:3px;
	position: relative;
}
.productcartbtn #modal-open::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f07a";
	font-size: 13px;
	padding-right: 5px;
}
.productcartbtn__favorite #modal-openfavorite{
	display: none;
}
.productcartbtn__favorite #modal-openfavorite::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f004";
	position: absolute;
	top: 12px;
	left: 12%;
	font-size: 13px;
}
.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-wrap2 {
  height: 100%;
  padding: 0 13px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-content2 {
  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-productOption {
  margin-top: 30px;
}

/* ピクトグラム */
.pictarea{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 15px;
  margin-top: -15px;
}
.pictarea p{
	width:16%;
}
.pictarea p img{
	width: 100%;
}

/* 商品ページアコーディオン */
.text-con-box {
  transition: height 0.5s ease;
  position: relative;
}
.text-con-box::before{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	content: '';
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.text-con-box.expanded::before{
	content: none;
}
.continue-btn .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
}
span.button-text-1::before {
  content: "商品情報をもっと見る";
}
span.button-text-2::before {
	content: "サイズ/ 素材をもっと見る";
}
.continue-btn.expanded span.button-text-1::before,
.continue-btn.expanded span.button-text-2::before{
	content: "閉じる";
}
button.continue-btn {
  width: 100%;
  max-width: 400px;
  padding: 15px 0 13px;
  line-height: 1;
  margin: 20px auto 0;
  display: block;
  position: relative;
}
.continue-btn::after{
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 30%;
  z-index: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  font-size: 20px;
}
.continue-btn.expanded::after{
	content: "\f106";
}
#text-box-1,
#text-box-2{
	height: 500px;
	overflow: hidden;
}
button.continue-btn {
	font-size: 18px;
}