@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




	
	
/* globalnav
--------------------- */
#globalnav {
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	top: 1px;
	left: 0;
	z-index: 100;
	transform: translatex(-100%);
	transition: all 0.6s;
}
#globalnav.active{
	transform: translateY(0%) !important;
}




	
	
/* contents
--------------------- */
#contents {
	width: 990px;
	margin: auto;
	padding-bottom: 100px;
}




	
	
/* cart
--------------------- */
.cart .fs-l-cart__contentsArea {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
	.cart .fs-l-cart__contentsArea #fs-cartContent-container {
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
	}
		.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable {
			width: 100%;
			border-collapse: collapse;
		}
			.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable th {
				background: #fff2f2;
				border: solid 1px #ddd;
				font-size: 93%;
				font-weight: 500;
				text-align: center;
				padding: 10px 5px;
				letter-spacing: 0.1em;
			}
			.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td {
				border: solid 1px #ddd;
				font-weight: 500;
				padding: 10px;
				letter-spacing: 0.1em;
			}
			.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--quantity {
				width: 8%;
			}
			.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--subtotal {
				width: 15%;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
			}
			.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--point {
				width: 11%;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
			}
			.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action {
				width: 15%;
			}
				.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart {
					margin-bottom: 10px;
				}
					.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart button,
					.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--buyItLater button {
						height: 26px;
						border: solid 1px;
						font-size: 79%;
						transition: 0.3s;
						-webkit−transition: 0.3s;
					}
					.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart button:hover,
					.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--buyItLater button:hover {
						background: #484848;
						color: #fff;
					}

				.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-productImage {
					width: 80px;
				}
				.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-listedProductName__variation {
					font-size: 86%;
				}
				.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__main {
					padding-top: 5px;
					font-family: 'Montserrat', sans-serif;
					font-weight: 500;
				}
				.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
					font-size: 79%;
				}
	
	
	
	.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper {
		width: 260px;
		padding: 20px;
	}
		.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-cartTotals-container table.fs-c-orderTotalTable {
			width: 100%;
			border-collapse: collapse;
			margin-bottom: 15px;
		}
			.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-cartTotals-container table.fs-c-orderTotalTable th {
				border-right: none;
				border-left: none;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				font-size: 93%;
				font-weight: 500;
				letter-spacing: 0.1em;
				text-align: left;
				padding: 10px 0;
			}
			.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-cartTotals-container table.fs-c-orderTotalTable td {
				border-right: none;
				border-left: none;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				text-align: right;
				padding: 10px 0;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
				letter-spacing: 0.1em;
			}
				.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-cartTotals-container table.fs-c-orderTotalTable td .fs-c-price {
					font-size: 20px;
				}


		.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-payHere-container {
			margin-bottom: 20px;
		}
			.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-payHere-container .fs-c-purchaseHere__message {
				font-size: 86%;
				text-align: center;
				margin-bottom: 10px;
			}

			.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-payHere-container .fs-c-buttonContainer--loginAndPurchase {
				margin-bottom: 10px;
			}
				.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-payHere-container .fs-c-cartPayment__button a {
					display: block;
					height: 50px;
					background: pink;
					line-height: 50px;
					letter-spacing: 0.1em;
					text-align: center;
					transition: 0.3s;
					-webkit−transition: 0.3s;
					border-radius: 10px;
				}
				.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-payHere-container .fs-c-cartPayment__button a:hover {
					background: #484848;
					color: #fff;
				}


		.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-amazon-container .fs-c-payWithAmazon__message {
			font-size: 86%;
			text-align: left;
			margin-bottom: 10px;
		}

		.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-amazon-container .fs-c-payWithAmazon__button {
			text-align: center;
		}
			.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-amazon-container .fs-c-payWithAmazon__button img {
				width: auto;
				height: 45px;
			}

		.cart .fs-l-cart__contentsArea .subtxt {
			padding-top: 12px;
			font-size: 72%;
			letter-spacing: 1px;
			text-align: center;
		}




.cart .fs-c-continueShopping {
	width: 320px;
	margin: auto;
	padding-top: 40px;
	margin-bottom: 70px;
}
	.cart .fs-c-continueShopping a {
		display: block;
		height: 70px;
		line-height: 70px;
		font-size: 115%;
		background: #fff2f2 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_black.svg) no-repeat 92% center;
		text-align: center;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.cart .fs-c-continueShopping a:hover {
		color: #fff;
		background: #484848 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_white.svg) no-repeat 95% center;
	}





.cart .fs-c-wishlistProduct {
}
	.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__header h2.fs-c-wishlistProduct__title {
		font-size: 100%;
		font-weight: 500;
		color: #c66067;
		border-bottom: solid 1px #ddd;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}


	.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list {
		margin-bottom: 30px;
	}
		.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .slick-slide {
				width: 207px;
				float: none;
				margin-right: 22px;
			}
				.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .slick-slide .fs-c-productListItem__productName a {
					display: block;
					font-size: 12px;
					line-height: 1.5em;
					padding-top: 12px;
					padding-bottom: 15px;
				}

				.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-productMarks {
					display: none;
				}

				.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-productPrice .fs-c-productPrice__main__label {
					display: none;
				}

				.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-productPrice--listed .fs-c-price {
					font-size: 86%;
					font-family: 'Montserrat', sans-serif;
					font-weight: 500;
					text-decoration: line-through;
					justify-content: left;
				}

				.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-productPrice--selling {
					font-size: 108%;
					font-family: 'Montserrat', sans-serif;
					font-weight: 500;
					color: #c76067;
					display: flex;
					-ms-flex-wrap: wrap;
					flex-wrap: wrap;
				}
					.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-productPrice--selling .fs-c-productPrice__addon {
						font-size: 10px;
						padding-top: 6px;
					}

				.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-buttonContainer {
					display: none;
				}


	.cart .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--prev .fs-c-button__label {
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		width: 48px;
		height: 21px;
		background: url(https://piccin0301.itembox.design/item/piccin/img/slider_arrow_prev.gif) no-repeat left center;
	}
	.cart .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--next .fs-c-button__label {
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		width: 48px;
		height: 21px;
		background: url(https://piccin0301.itembox.design/item/piccin/img/slider_arrow_next.gif) no-repeat right center;
	}


	.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
		width: 320px;
		margin: auto;
		padding-top: 20px;
	}
		.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer a {
			display: block;
			height: 70px;
			line-height: 70px;
			font-size: 115%;
			background: #fff2f2 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_black.svg) no-repeat 92% center;
			text-align: center;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer a:hover {
			color: #fff;
			background: #484848 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_white.svg) no-repeat 95% center;
		}


	.cart .fr2-listItem__productName {
		margin: 0;
		padding-top: 5px;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		}
		
	.cart .pricebox {
		font-size: 72%;
		color:#c76067;
				}
	
	
/* order
--------------------- */
.order .fs-l-checkout__mainColumn {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
}
	.order .fs-l-checkout__mainColumn .fs-c-checkout-preview {
		margin-bottom: 40px;
	}
		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview h2.fs-c-checkout-preview__title {
			font-size: 143%;
			font-weight: 500;
			color: #c66067;
			border-bottom: solid 1px #ddd;
			margin-bottom: 20px;
			padding-bottom: 10px;
		}


		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-customerInfo rb,
		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-destination__list rb {
			font-size: 20px;
		}
		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-customerInfo rt,
		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-destination__list rt {
			font-size: 10px;
		}
		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-destination__list .fs-c-checkout-destination__name__home {
			font-size: 20px;
		}


		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__button {
			text-align: right;
		}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview button.fs-c-button--change--small {
				width: 100px;
				height: 40px;
				 background: #fff2f2;
				 border: none;
				 border-radius: 10px;
			}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview button.fs-c-button--chooseDestination {
				width: 180px;
				height: 40px;
				border: solid 1px;
				border-radius: 10px;
			}


		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body {
			background: #ededed;
			padding: 10px;
		}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__message,
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__setting {
				margin: 0;
			}
				.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__setting table.fs-c-commissionTable {
					width: 100%;
					border-collapse: collapse;
				}
					.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__setting table.fs-c-commissionTable th {
						padding: 10px;
						border: solid 1px #ddd;
						text-align: center;
						background: #fff1f1;
					}
					.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__setting table.fs-c-commissionTable td {
						padding: 10px;
						border: solid 1px #ddd;
						background: #fff;
					}


		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-previewAndEdit .fs-c-checkout-pointInfo__usePoint {
			font-size: 72%;			
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-previewAndEdit .fs-c-checkout-pointInfo__usePoint .fs-c-checkout-confirmationList__label {	
				font-size: 1rem;	
				width: 110px;
				padding-top: 10px;
			}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-previewAndEdit .fs-c-checkout-pointInfo__usePoint .fs-c-checkout-confirmationList__value .fs-c-checkout-pointInfo__usePoint__number {
				font-size: 1rem;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
			}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-previewAndEdit .fs-c-checkout-pointInfo__usePoint .fs-c-checkout-confirmationList__value .fs-c-checkout-pointInfo__usePoint__label {
				font-size: 1rem;
			}


		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-previewAndEdit .fs-c-checkout-previewAndEdit__button {
			text-align: right;
		}


		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable {
			width: 100%;
			border-collapse: collapse;
		}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable th {
				background: #fff2f2;
				border: solid 1px #ddd;
				font-size: 72%;
				font-weight: 500;
				text-align: center;
				padding: 10px 5px;
				letter-spacing: 0.1em;
			}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable td {
				border: solid 1px #ddd;
				font-weight: 500;
				padding: 10px;
				letter-spacing: 0.1em;
			}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable td.fs-c-cartTable__dataCell--quantity {
				width: 8%;
			}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable td.fs-c-cartTable__dataCell--subtotal {
				width: 15%;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
			}
			.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable td.fs-c-cartTable__dataCell--point {
				width: 11%;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
			}


		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-productImage {
			width: 80px;
		}
		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-listedProductName__variation {
			font-size: 86%;
		}
		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__main {
			padding-top: 5px;
			font-family: 'Montserrat', sans-serif;
			font-weight: 500;
		}
		.order .fs-l-checkout__mainColumn .fs-c-checkout-preview table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
			font-size: 79%;
		}


		.order .fs-l-checkout__mainColumn .fs-c-returnedSpecialContract {
			display: none;
		}




.order .fs-c-totalAndActions {
	width: 260px;
	padding: 20px;
	border-style: solid;
    border-color: #eeeeee;
}
	.order .fs-c-totalAndActions .fs-c-checkout-preview__title {
		font-size: 16px;
		line-height: 1;
		text-align: center;
		padding-bottom: 15px;
	}


	.order .fs-c-totalAndActions .fs-c-orderTotalTable {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
	}
		.order .fs-c-totalAndActions .fs-c-orderTotalTable th {
			border-right: none;
			border-left: none;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			font-size: 93%;
			font-weight: 500;
			letter-spacing: 0.06em;
			text-align: left;
			vertical-align: middle;
			padding: 10px 0;
		}
		.order .fs-c-totalAndActions .fs-c-orderTotalTable td {
			border-right: none;
			border-left: none;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			text-align: right;
			padding: 10px 0;
			font-family: 'Montserrat', sans-serif;
			font-weight: 500;
			letter-spacing: 0.1em;
		}
			.order .fs-c-totalAndActions .fs-c-orderTotalTable td .fs-c-price {
				font-size: 20px;
			}


	.order .fs-c-totalAndActions .fs-c-buttonContainer--confirmOrder button {
		display: block;
		width: 100%;
		height: 50px;
		background: pink;
		border-radius: 10px;
		border: none;
		letter-spacing: 0.1em;
		text-align: center;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.order .fs-c-totalAndActions .fs-c-buttonContainer--confirmOrder button:hover {
		background: #484848;
		color: #fff;
	}


.fs-c-creditCardIcons {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.fs-c-creditCardIcons .fs-c-creditCardIcons__icon {
		margin-right: 10px;
	}
	.fs-c-creditCardIcons .fs-c-creditCardIcons__icon:nth-last-child(1) {
		margin-right: 0;
	}
		.fs-c-creditCardIcons .fs-c-creditCardIcons__icon img {
			width: auto;
			height: 32px;
		}



/* モーダル */
.fs-c-modal__inner {
    width: 768px;
    max-width: 90vw;
}
	.fs-c-modal__inner .fs-c-modal__header {
		background: #f7f7f7;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		padding: 8px 16px;
	}
		.fs-c-modal__inner .fs-c-modal__header .fs-c-modal__title, .fs-c-modal__inner .fs-c-modal__header .fs-c-modal__productName {
			font-size: inherit;
			font-weight: bold;
			font-size: 122%;
			margin: 0;
			padding: 0.1em 0 0;
		}

		.fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close {
			color: #333333;
			cursor: pointer;
			white-space: nowrap;
			padding: 6px 0 3px 3px;
		}
		.fs-c-modal__inner .fs-c-modal__header .fs-c-modal__close::before {
			font-size: 20px;
		}


	.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-inputTable {
		width: 100%;
		border-collapse: collapse;
	}
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-inputTable th {
			font-weight: 500;
			padding-bottom: 5px;
		}

		.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-inputTable td input,
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-inputTable td #fs_input_prefecture {
			padding: 15px;
			border-radius: 3px;
			background: #ededed;
			border: none;
		}


	.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-additionalCheckField {
		text-align: center;
		padding: 15px 0 0 0;
	}


	.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair {
		display: flex;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px 0;
	}
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--settings,
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
			width: 300px;
			height: 60px;
			border: none;
			background: #e4c1c3;
			font-size: 115%;
			margin-right: 15px;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--cancel {
			width: 300px;
			height: 60px;
			border: none;
			background: #fff2f2;
			font-size: 115%;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--settings:hover,
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee:hover,
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--cancel:hover {
			color: #fff;
			background: #484848;
		}


	.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__data {
			width: -webkit-calc(100% - 130px);
			width: calc(100% - 130px);
		}
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
			width: 100px;
			padding-top: 25px;
		}
			.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control button {
				width: 100px;
				height: 34px;
				border: none;
				background: #e4c1c3;
				font-size: 93%;
				transition: 0.3s;
				-webkit−transition: 0.3s;
			}
			.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control button:hover {
				color: #fff;
				background: #484848;
			}


.fs-c-checkout-confirmationList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 8px;
    margin: 0;
}

.fs-c-checkout-confirmationList > dd {
  font-size: 0.9rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-checkout-confirmationList > dt::after {
    content: " : ";
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
}

	
	
/* thanks
--------------------- */
.thanks h2 {
	font-size: 172%;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}

.thanks p {
	text-align: center;
	line-height: 32px;
}







/* 1000px */
@media screen and (max-width: 1000px) {




	
	
/* globalnav
--------------------- */
#globalnav {
	display: block;
}




	
	
/* contents
--------------------- */
#contents {
	width: 100%;
	padding: 0 5% 100px 5%;
}




	
	
/* cart
--------------------- */
.cart .fs-l-cart__contentsArea {
	display: block;
}
	.cart .fs-l-cart__contentsArea #fs-cartContent-container {
		width: 100%;
		margin-bottom: 40px;
	}
	
	
	.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper {
		width: 100%;
		padding: 40px;
	}
		.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper #fs-checkout-payHere-container .fs-c-cartPayment__button {
			width: 260px;
			margin: 0 auto 10px auto;
		}
	
	
	.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .slick-slide {
		width: 184px;
	}





	
	
/* order
--------------------- */
.order .flex-start {
	display: block;
}
.order .fs-l-checkout__mainColumn {
	width: 100%;
}


.order .fs-c-totalAndActions {
	width: 100%;
	padding: 20px;
	border-style: solid;
    border-color: #eeeeee;
}







}

	







/* max 767px */
@media screen and (max-width: 767px) {




	
	
/* contents
--------------------- */
#contents {
	padding-bottom: 50px;
}




	
	
/* cart
--------------------- */
.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable tr.fs-c-cartTable__row {
	border-bottom: solid 1px #ddd;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td {
		width: 100% !important;
		border: none;
		padding: 0;
	}
	.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--product {
		display: block;
		padding-bottom: 10px;
	}
	.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-productImage {
		width: 110px;
	}
	.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--quantity,
	.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--subtotal,
	.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--point {
		display: inline-flex;
		padding: 3px 0;
	}
	.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action {
		display: block;
	}
		.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton {
			width: 210px;
			margin: auto;
			padding: 10px 0 20px 0;
		}
			.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart {
				margin-bottom: 0;
			}
				.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart button,
				.cart .fs-l-cart__contentsArea #fs-cartContent-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--buyItLater button {
					width: 100px;
				}
	
	

.cart .fs-l-cart__contentsArea #fs-totalsArea-wrapper {
	padding: 25px;
}




.cart .fs-c-continueShopping {
	width: 80%;
	padding-top: 30px;
	margin-bottom: 40px;
}
	.cart .fs-c-continueShopping a {
		height: 55px;
		line-height: 56px;
		font-size: 100%;
	}
	



.cart .fs-c-wishlistProduct {
}
	.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__header h2.fs-c-wishlistProduct__title {
		font-size: 95%;
	}


	.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list {
		margin-bottom: 10px;
	}
			.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .slick-slide {
				width: 143px;
			}

				.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-productPrice--listed .fs-c-price {
					font-size: 79%;
				}

				.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-productPrice--selling {
					font-size: 100%;
				}
					.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__list .fs-c-productListCarousel__list .slick-track .fs-c-productPrice--selling .fs-c-productPrice__addon {
						padding-top: 5px;
					}


	.cart .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--next .fs-c-button__label {
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		width: 48px;
		height: 21px;
		background: url(https://piccin0301.itembox.design/item/piccin/img/slider_arrow_next.gif) no-repeat 54% center;
	}


	.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer {
		width: 80%;
		padding-top: 30px;
		margin-bottom: 40px;
	}
		.cart .fs-c-wishlistProduct .fs-c-wishlistProduct__footer a {
			height: 55px;
			line-height: 56px;
			font-size: 100%;
		}



	.cart .fr2-listItem__productName {
		margin: 0;
		padding-top: 5px;
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		}
		
	.cart .pricebox {
		font-size: 72%;
		color:#c76067;
				}
		

	
	
/* order
--------------------- */
.order .fs-l-checkout__mainColumn .fs-c-checkout-preview h2.fs-c-checkout-preview__title {
	font-size: 100%;
}


.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-customerInfo {
	padding-bottom: 15px;
}


.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-customerInfo rb,
.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-destination__list rb,
.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-destination__list .fs-c-checkout-destination__name__home {
	font-size: 16px;
}


.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-destination__control {
	width: 290px;
	margin: auto;
	padding-top: 15px;
}


.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-preview__button {
	text-align: center;
}
	.order .fs-l-checkout__mainColumn .fs-c-checkout-preview button.fs-c-button--change--small {
		font-size: 93%;
	}
	.order .fs-l-checkout__mainColumn .fs-c-checkout-preview button.fs-c-button--chooseDestination {
		font-size: 93%;
	}


.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body {
	background: #ededed;
	padding: 10px;
	font-size: 13px;
}
	.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__message,
	.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-paymentMethodList li .fs-c-checkout-paymentMethod__body .fs-c-checkout-paymentMethod__setting {
		margin: 0;
		font-size: 13px;
	}


.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-previewAndEdit .fs-c-checkout-previewAndEdit__button {
	text-align: center;
}


.order .fs-l-checkout__mainColumn .fs-c-checkout-preview .fs-c-checkout-delivery__method__message {
	padding-bottom: 15px;
}



.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable tr.fs-c-cartTable__row {
	border-bottom: solid 1px #ddd;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td {
		width: 100% !important;
		border: none;
		padding: 0;
	}
	.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--product {
		display: block;
		padding-bottom: 10px;
	}
	.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--product .fs-c-cartTable__product .fs-c-productImage {
		width: 110px;
	}
	.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--quantity,
	.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--subtotal,
	.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--point {
		display: inline-flex;
		padding: 3px 0;
	}
	.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action {
		display: block;
	}
		.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton {
			width: 210px;
			margin: auto;
			padding: 10px 0 20px 0;
		}
			.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart {
				margin-bottom: 0;
			}
				.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--cancel--cart button,
				.order .fs-l-checkout__mainColumn #fs-orderContents-container table.fs-c-cartTable td.fs-c-cartTable__dataCell--action .fs-c-cartTable__actionButton__container--buyItLater button {
					width: 100px;
				}

	
	



/* モーダル */
.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-inputTable th {
	font-size: 93%;
}

.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-inputTable td input,
.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-inputTable td #fs_input_prefecture {
	padding: 10px;
	font-size: 93%;
}


.fs-c-modal__inner .fs-c-modal__contents .fs-c-inputInformation__field .fs-c-additionalCheckField {
	font-size: 86%;
}


.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair {
	display: block;
	width: 80%;
	margin: auto;
	padding-bottom: 15px;
}
	.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--settings,
	.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
		width: 100%;
		height: 56px;
		font-size: 90%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--cancel {
		width: 100%;
		height: 56px;
		font-size: 90%;
	}


	.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__data {
			width: -webkit-calc(100% - 100px);
			width: calc(100% - 100px);
		}
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control {
			width: 80px;
			padding-top: 28px;
		}
			.fs-c-modal__inner .fs-c-modal__contents .fs-c-checkout-addresseeList .fs-c-checkout-addressee .fs-c-checkout-addressee__control button {
				width: 80px;
				height: 30px;
				font-size: 86%;
			}




	
	
/* thanks
--------------------- */
.thanks h2 {
	font-size: 135%;
}

.thanks p {
	font-size: 93%;
	line-height: 2em;
}



}


	
