@charset "utf-8";

/*================
カート周り
=================*/

.cart-under {
	margin: 0 auto 50px auto;
}

.fs-c-button--addToCart--detail {
	background: #f0880f;
	border: none;
	border-radius: 5px;
	padding: 1em 1.6em;
	font-size: 16px;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    padding: 2px 0px 2px 20px;
    font-size: 0.94em;
    width: 180px;
}

.fs-c-featuredProduct__title{
    margin-bottom: 16px;
}

h2.fs-c-featuredProduct__title{
    font-size: 1em;
    color: black;
    font-weight: bold;
}


.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title{
    border-bottom: none;
}

.fs-c-productName__copy{
    display: none;
}


/*============
バリエーション
==============*/

.fs-c-variationCart li:not(:first-child) {
    border-top: 1px solid #cccccc; /* 灰色の線 */
}


/*============
シリーズセレクト
==============*/

.fc-wrapper .cart-series {
	box-sizing: border-box;
	margin: 0 0 25px 0;
	display: flex;
	/* justify-content: space-between; */
	justify-content: flex-end;
	flex-wrap: wrap;
}

.fc-wrapper .cart-series li {
	box-sizing: border-box;
	/* margin: 0 0 10px 0; */
	margin: 0 5px 10px 5px;
	/* width: 205px; */
	width: 155px;
	border: 2px solid #d9d3bc;
	border-radius: 5px;
	background: #FFF;
}

.fc-wrapper .cart-series li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 15px;
}

.fc-wrapper .cart-series li.select {
	background: #faf5e3;
}

.fc-wrapper .cart-series li:hover {
	opacity: 0.7;
	cursor: pointer;
}

.fc-wrapper .cart-series li span {
	display: block;
}

/*============
商品説明
商品詳細
==============*/

.fc-wrapper .cart-detail__ttl {
	margin: 0 0 15px 0;
	font-weight: bold;
	line-height: 1.0;
}

.fc-wrapper .cart-detail__txt {
	color: #666;
	margin: 0 0 35px 0;
}

.fc-wrapper .cart-detail__table {
	width: 100%;
	border: 1px solid #d9d3bc;
	text-align: left;
	border-collapse: collapse;
	font-size: 1.4rem;
}

.fc-wrapper .cart-detail__table th {
	box-sizing: border-box;
	width: 130px;
	padding: 10px 20px;
	border: 1px solid #d9d3bc;
	font-weight: normal;
	vertical-align: middle;
}

.fc-wrapper .cart-detail__table td {
	box-sizing: border-box;
	padding: 10px 20px;
	border: 1px solid #d9d3bc;
}

/*============
商品下部コンテンツ
==============*/

.item-under {
	width: 760px;
	margin: 0 auto;
}

.fc-wrapper .item-under-cts {
	width: 630px;
	margin: 0 auto;
}

.fc-wrapper .tem-under-cts__main-img {
	margin: 0 0 30px 0;
}

.fc-wrapper .tem-under-cts__ttl {
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	line-height: 1.0;
}

.fc-wrapper .tem-under-cts__txt {
	margin: 0 0 40px 0;
	color: 666;
	font-size: 1.4rem;
}

.fs-c-productMainImage__image {
	border: solid 2px #faf5e3;
}