@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;
}




	
	
/* ログイン画面
--------------------- */
.login h2.fs-c-subSection__title,
.login h2.fs-c-guestReview__title  {
	font-size: 143%;
	font-weight: 500;
	color: #c66067;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}



.login .fs-c-guestReview {
	margin-bottom: 70px;
}
	.login .fs-c-guestReview .fs-c-buttonContainer--addReview--guest {
		width: 320px;
		margin: auto;
		padding-top: 40px;
	}
		.login .fs-c-guestReview .fs-c-buttonContainer--addReview--guest a {
			display: block;
			height: 70px;
			line-height: 70px;
			font-size: 115%;
			background: #dedede 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;
		}
		.login .fs-c-guestReview .fs-c-buttonContainer--addReview--guest a:hover {
			color: #fff;
			background: #484848 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_white.svg) no-repeat 95% center;
		}



.login .left_area {
	width: 47%;
}
.login .login_cart {
	width: 990px;
	margin: auto;
}
	.login .left_area .fs-c-inputInformation .fs-c-inputTable {
		width: 100%;
	}
		.login .left_area .fs-c-inputInformation .fs-c-inputTable th {
			width: 147px;
			text-align: left;
			font-weight: 500;
			padding: 13px 0;
		}
		.login .left_area .fs-c-inputInformation .fs-c-inputTable td {
			width: -webkit-calc(100% - 155px);
			width: calc(100% - 155px);
			padding: 13px 0;
		}
			.login .left_area .fs-c-inputInformation .fs-c-inputTable td input {
				width: 100%;
				padding: 5px;
			}
			.login .left_area .fs-c-inputInformation .fs-c-inputTable td .fs-c-button--particular {
				display: none;
			}


	.login .left_area .fs-c-inputInformation .fs-c-buttonContainer--login {
		width: 320px;
		margin: auto;
		padding-top: 20px;
	}
		.login .left_area .fs-c-inputInformation .fs-c-buttonContainer--login button.fs-c-button--primary {
			width: 320px;
			height: 50px;
			line-height: 50px;
			border: none;
			font-size: 115%;
			background: pink 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;
			border-radius: 10px;
		}
		.login .left_area .fs-c-inputInformation .fs-c-buttonContainer--login button.fs-c-button--primary:hover {
			color: #fff;
			background: #484848 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_white.svg) no-repeat 95% center;
		}


	.login .left_area .fs-c-inputInformation .fs-c-textLinkContainer {
		text-align: center;
		padding-top: 15px;
	}
		.login .left_area .fs-c-inputInformation .fs-c-textLinkContainer a {
			font-size: 93%;
			letter-spacing: 0.15em;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		.login .left_area .fs-c-inputInformation .fs-c-textLinkContainer a:hover {
			color: #c66067;
		}


	.login .left_area .fs-c-otherServiceLogin {
		margin: 0;
		padding-top: 40px;
	}
		.login .left_area .fs-c-otherServiceLogin .fs-c-anotherLogin__message--amazon {
			margin-bottom: 15px;
		}	

		.login .left_area .fs-c-otherServiceLogin .fs-c-buttonContainer {
			text-align: center;
			margin: auto;
		}
			.login .left_area .fs-c-otherServiceLogin .fs-c-buttonContainer img {
				width: auto;
				height: 41px;
			}



.login .right_area {
	width: 47%;
}
	.login .right_area .fs-c-newUsers .fs-c-subSection__message {
		line-height: 30px;
	}


	.login .fs-c-newUsers .fs-c-buttonContainer--memberRegister {
		width: 320px;
		margin: auto;
		padding-top: 40px;
	}
	.login .fs-c-guestPurchase .fs-c-buttonContainer--guestPurchase {
		width: 320px;
		margin: auto;
		padding-top: 60px;
	}
		.login .fs-c-newUsers .fs-c-buttonContainer--memberRegister a,
		.login .fs-c-guestPurchase .fs-c-buttonContainer--guestPurchase a {
			display: block;
			height: 50px;
			line-height: 50px;
			font-size: 115%;
			background: pink 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;
			border-radius: 10px;
		}
		.login .fs-c-newUsers .fs-c-buttonContainer--memberRegister a:hover,
		.login .fs-c-guestPurchase .fs-c-buttonContainer--guestPurchase a:hover {
			color: #fff;
			background: #484848 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_white.svg) no-repeat 95% center;
		}



.certification .head_register {
	font-size: 200%;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}
.certification .pt0 {
	padding-top: 10px;
	margin-bottom: 60px;
}



.certification .fs-c-inputInformation__field table.fs-c-inputTable {
	width: 100%;
	border-collapse: collapse;
}
	.certification .fs-c-inputInformation__field table.fs-c-inputTable th {
		width: 200px;
		padding: 20px 0 20px 20px;
		font-size: 100%;
		font-weight: 500;
		text-align: left;
		letter-spacing: 0.1em;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}
	.certification .fs-c-inputInformation__field table.fs-c-inputTable td {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		padding: 20px;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}
		.certification .fs-c-inputInformation__field table.fs-c-inputTable td .fs-system-assistTarget {
			border: none;
		}
		.certification .fs-c-inputInformation__field table.fs-c-inputTable td .fs-c-button--displayPassword {
			display: none;
		}
		.certification .fs-c-inputInformation__field table.fs-c-inputTable td input,
		.certification .fs-c-inputInformation__field table.fs-c-inputTable td #fs_input_prefecture {
			padding: 15px;
			background: #ededed;
			border: none;
			border-radius: 3px;
		}



.certification .fs-c-inputInformation__message {
	text-align: center;
	padding-bottom: 40px;
}



.certification .fs-c-inputInformation__button {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
}
	.certification .fs-c-inputInformation__button button.fs-c-button--cardAuthenticate,
	.certification .fs-c-inputInformation__button button.fs-c-button--merge {
		width: 300px;
		height: 60px;
		border: none;
		background: #e4c1c3;
		font-size: 115%;
		margin-right: 15px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.certification .fs-c-inputInformation__button .fs-c-button--notAuthenticate {
		display: block;
		width: 300px;
		height: 60px;
		background: #dedede;
		font-size: 115%;
		text-align: center;
		line-height: 60px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.certification .fs-c-inputInformation__button button.fs-c-button--cardAuthenticate:hover,
	.certification .fs-c-inputInformation__button .fs-c-button--notAuthenticate:hover,
	.certification .fs-c-inputInformation__button button.fs-c-button--merge:hover {
		color: #fff;
		background: #484848;
	}

	
	
/* ローカルナビ
--------------------- */
.mypage ul.fs-c-accountService {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
	.mypage ul.fs-c-accountService li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.mypage ul.fs-c-accountService li:nth-child(4n) {
		margin-right: 0;
	}
		.mypage ul.fs-c-accountService li a {
			display: block;
			height: 52px;
			text-align: center;
			line-height: 52px;
			border: solid 1px #ddd;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		.mypage ul.fs-c-accountService li a:hover {
			background: #e4c1c3;
			border: solid 1px #e4c1c3;
		}




	
	
/* マイページ
--------------------- */
.mypage .fs-c-wishlistProduct {
	display: none;
}




	
	
/* 会員カード
--------------------- */
.mypage .fs-c-membershipCard {
	text-align: center;
	padding-top: 20px;
}
	.mypage .fs-c-membershipCard #fs_membershipCard {
		width: 165px;
		padding: 0;
		margin: 0 auto 10px auto;
	}
	* html .mypage .fs-c-membershipCard #fs_membershipCard {
		zoom: 100%;
	}
	*:first-child+html .mypage .fs-c-membershipCard #fs_membershipCard {
		display: inline-block;
	}
	.mypage .fs-c-membershipCard #fs_membershipCard:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}




	
	
/* お気に入り
--------------------- */
.mypage .fs-c-productList {
	padding: 0;
}



	
	
/* 注文履歴
--------------------- */
.mypage .fs-c-orderHistory {
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
	.mypage .fs-c-orderHistory .fs-c-orderHistoryItem {
		border-top: solid 1px #ddd;
	}
		.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header {
			margin-bottom: 40px;
		}
			.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo {
				margin-bottom: 30px;
			}
				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl {
					display: flex;
					display: -webkit-flex;
					justify-content: space-between;
					border-bottom: dashed 1px #ddd;
					padding: 20px 0;
				}
					.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dt {
						width: 150px;
					}
					.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dd {
						width: -webkit-calc(100% - 150px);
						width: calc(100% - 150px);
					}
						.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dd .fs-c-price {
							justify-content: left;
						}

			.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-buttonContainer--viewOrderHistoryDetail {
				width: 320px;
				margin: auto;
			}
				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-buttonContainer--viewOrderHistoryDetail a {
					display: block;
					height: 70px;
					line-height: 70px;
					font-size: 115%;
					background: #dedede 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;
				}
				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-buttonContainer--viewOrderHistoryDetail a:hover {
					color: #fff;
					background: #484848 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_white.svg) no-repeat 95% center;
				}


		.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
				width: 32%;
				margin-right: 2%;
				margin-bottom: 30px;
			}
			.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(3n) {
				margin-right: 0;
			}
				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productImage a {
					display: block;
					overflow: hidden;
				}
					.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productImage a img {
						-moz-transition: -moz-transform 0.2s linear;
						-webkit-transition: -webkit-transform 0.2s linear;
						-o-transition: -o-transform 0.2s linear;
						-ms-transition: -ms-transform 0.2s linear;
						transition: transform 0.2s linear;
					}
					.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productImage a:hover img {
						-webkit-transform: scale(1.05);
						-moz-transform: scale(1.05);
						-o-transform: scale(1.05);
						-ms-transform: scale(1.05);
						transform: scale(1.05);
					}

				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName {
					padding: 15px 0;
				}
					.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName .fs-c-listedProductName__name {
						font-size: 100%;
					}
					.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName .fs-c-listedProductName__variation {
						font-size: 14px;
					}

				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__main {
					font-size: 108%;
					font-family: 'Montserrat', sans-serif;
					font-weight: 500;
				}
				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__addon {
					font-size: 10px;
					padding-top: 6px;
				}

				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productQuantity {
					padding-top: 10px;
					font-size: 86%;
					letter-spacing: 1px;
				}

				.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-buttonContainer--addReview--detail {
				display: none;
			}




.mypage .fs-c-orderDetail .fs-c-orderDetail__data {
	margin-bottom: 40px;
}
	.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl.fs-c-orderDetailList {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl.fs-c-orderDetailList dt {
			width: 250px;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			padding: 20px 0;
		}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl.fs-c-orderDetailList dd {
			width: -webkit-calc(100% - 250px);
			width: calc(100% - 250px);
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			padding: 20px 0;
		}



.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo,
.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo {
	margin-bottom: 40px;
}
	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo h2,
	.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo h2 {
		font-size: 143%;
		font-weight: 500;
		color: #c66067;
		border-bottom: solid 1px #ddd;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList h3 {
		font-size: 129%;
		margin-bottom: 10px;
	}

	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee__addressee {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee__addressee dt {
			width: 135px;
			margin-bottom: 10px;
		}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee__addressee dd {
			width: -webkit-calc(100% - 135px);
			width: calc(100% - 135px);
			margin-bottom: 10px;
		}


	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table,
	.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 15px;
	}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table th,
		.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table th {
			background: #fff2f2;
			border: solid 1px #ddd;
			font-size: 14px;
			font-weight: 500;
			text-align: center;
			padding: 10px;
			vertical-align: middle;
		}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td,
		.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td {
			border: solid 1px #ddd;
			font-size: 14px;
			font-weight: 500;
			padding: 10px;
		}
			.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__productName,
			.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__productName {
				font-size: 14px;
				margin-bottom: 10px;
			}
				.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__productName .fs-c-listedProductName__variation,
				.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__productName .fs-c-listedProductName__variation {
					font-size: 14px;
				}

			.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__unitPrice .fs-c-productPrice__main,
			.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__unitPrice .fs-c-productPrice__main {
				font-size: 108%;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
			}

			.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__unitPrice .fs-c-productPrice__addon,
			.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
				font-size: 10px;
				padding-top: 6px;
			}

			.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__dataCell--subtotal,
			.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__dataCell--subtotal {
				font-size: 108%;
				font-family: 'Montserrat', sans-serif;
				font-weight: 500;
			}




.mypage .fs-c-buttonContainer--back {
	width: 300px;
	margin: auto;
}
	.mypage .fs-c-buttonContainer--back button.fs-c-button--back {
		display: block;
		width: 300px;
		height: 60px;
		border: none;
		background: #dedede;
		font-size: 115%;
		text-align: center;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
		.mypage .fs-c-buttonContainer--back button.fs-c-button--back:hover {
			color: #fff;
			background: #484848;
		}




.mypage .fs-c-buttonContainer--moveToStoreOrders,
.mypage .fs-c-buttonContainer--moveToOrderHistory {
	width: 420px;
	margin: auto;
	padding-bottom: 40px;
}
	.mypage .fs-c-buttonContainer--moveToStoreOrders a,
	.mypage .fs-c-buttonContainer--moveToOrderHistory a {
		display: block;
		height: 70px;
		line-height: 70px;
		font-size: 115%;
		letter-spacing: 1px;
		background: #dedede url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_black.svg) no-repeat 95% center;
		text-align: center;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.mypage .fs-c-buttonContainer--moveToStoreOrders a:hover,
	.mypage .fs-c-buttonContainer--moveToOrderHistory a:hover {
		color: #fff;
		background: #484848 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_white.svg) no-repeat 97% center;
	}




	
	
/* レビュー履歴
--------------------- */
.mypage .fs-c-history .fs-c-reviewList {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item {
		width: 32%;
		margin-right: 2%;
		padding: 20px;
		background: #eeeeee;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item:nth-child(3n) {
		margin-right: 0;
	}
		.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewProduct__info {
			padding-top: 10px;
			padding-bottom: 10px;
		}

		.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date {
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			padding: 10px 0;
			margin: 10px 0;
		}
			.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date dt {
				width: 60px;
			}
			.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewInfo__date dd {
				width: -webkit-calc(100% - 60px);
				width: calc(100% - 60px);
			}

		.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewInfo__status {
			padding-top: 5px;
			margin-bottom: 15px;
		}

		.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__body {
			display: none;
		}

		.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__editButton {
			width: 140px;
			margin: auto;
		}
			.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item .fs-c-reviewList__item__editButton a {
				display: block;
				background: #e4c1c3;
				height: 30px;
				font-size: 86%;
				letter-spacing: 1px;
				line-height: 30px;
				text-align: center;
			}




	
	
/* パスワード変更
--------------------- */
.mypage .fs-system-assistTarget .fs-c-button--particular {
	display: none;
}




	
	
/* ポイント履歴
--------------------- */
.mypage .fs-c-history {
}
	.mypage .fs-c-history .fs-c-history__info {
		width: 560px;
		background: #f3f3f3;
		padding: 20px;
		margin: 0 auto 50px auto;
	}
		.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
			.mypage .fs-c-history .fs-c-history__info .fs-c-history__term {
				padding-top: 15px;
			}


			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--availablePoint {
				width: 65%;
				background: #e6e6e6;
				padding: 15px 15px 5px 15px;
			}
			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint {
				width: 35%;
				background: #e6e6e6;
				padding: 15px 15px 5px 15px;
				text-align: right;
			}
				.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
					font-size: 172%;
					line-height: 1;
					font-family: 'Montserrat', sans-serif;
					font-weight: 500;
					color: #c76067;
				}


			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--limitedPoint {
				width: -webkit-calc(100% - 90px);
				width: calc(100% - 90px);
				background: #e6e6e6;
				padding: 0 0 15px 15px;
				font-size: 86%;
				text-align: right;
			}
			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--limitedPoint:before {
				content: "（";
			}
			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--limitedPoint {
				width: 90px;
				background: #e6e6e6;
				padding: 0 7px 15px 5px;
				font-size: 86%;
				text-align: right;
			}
			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--limitedPoint:after {
				content: "）";
			}


			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--purchasePointExpiration {
				width: 50%;
				padding-top: 15px;
			}
			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--purchasePointExpiration {
				width: 50%;
				padding-top: 15px;
				text-align: right;
			}


			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--waitingPoint {
				width: 50%;
				padding-top: 5px;
			}
			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--waitingPoint {
				width: 50%;
				padding-top: 5px;
				text-align: right;
			}


			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--purchasePointTotal {
				width: 50%;
				padding-top: 5px;
			}
			.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--purchasePointTotal {
				width: 50%;
				padding-top: 5px;
				text-align: right;
			}



	.mypage .fs-c-history .fs-c-history__listContainer .fs-c-listControl {
		padding: 10px 0;
		text-align: right;
	}


	.mypage .fs-c-history .fs-c-history__listContainer .fs-c-listTable {
		width: 100%;
		border-collapse: collapse;
	}
		.mypage .fs-c-history .fs-c-history__listContainer .fs-c-listTable th {
			background: #fff2f2;
			border: solid 1px #ddd;
			font-size: 14px;
			font-weight: 500;
			text-align: center;
			padding: 10px;
		}
		.mypage .fs-c-history .fs-c-history__listContainer .fs-c-listTable td {
			background: #fff;
			border: solid 1px #ddd;
			font-weight: 500;
			padding: 10px;
		}
			.mypage .fs-c-history .fs-c-history__listContainer .fs-c-listTable td .fs-c-pointListTable__data {
				font-size: 14px;
			}




	
	
/* お届け先
--------------------- */
.fs-c-addressBookList__form .fs-c-buttonContainer--addAddressbook {
	width: 320px;
	margin: auto;
	padding-bottom: 40px;
}
	.fs-c-addressBookList__form .fs-c-buttonContainer--addAddressbook a {
		display: block;
		height: 70px;
		line-height: 70px;
		font-size: 115%;
		background: #dedede 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;
	}
	.fs-c-addressBookList__form .fs-c-buttonContainer--addAddressbook a:hover {
		color: #fff;
		background: #484848 url(https://piccin0301.itembox.design/item/piccin/img/btn_arrow_white.svg) no-repeat 95% center;
	}


.fs-c-addressBookList__form .fs-c-addressBookList__count {
	padding-bottom: 10px;
}


.fs-c-addressBookList__form table.fs-c-addressBookList__list {
	width: 100%;
	border-collapse: collapse;
}
	.fs-c-addressBookList__form table.fs-c-addressBookList__list td {
		background: #fff;
		border: solid 1px #ddd;
		font-weight: 500;
		padding: 15px;
	}
	.fs-c-addressBookList__form table.fs-c-addressBookList__list td:nth-child(1) {
		background: #fff2f2;
	}
	.fs-c-addressBookList__form table.fs-c-addressBookList__list td:nth-child(2) {
		border-right: none;
	}
	.fs-c-addressBookList__form table.fs-c-addressBookList__list td:nth-child(3) {
		width: 180px;
		border-left: none;
	}
		.fs-c-addressBookList__form table.fs-c-addressBookList__list td .fs-c-buttonContainer--deleteChange {
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
		}
			.fs-c-addressBookList__form table.fs-c-addressBookList__list td .fs-c-buttonContainer--deleteChange .fs-c-button--secondary,
			.fs-c-addressBookList__form table.fs-c-addressBookList__list td .fs-c-buttonContainer--deleteChange button.fs-c-button--delete {
				width: 70px;
				height: 34px;
				background: #ddd;
				text-align: center;
				line-height: 34px;
				border: none;
			}







/* お届け先追加&変更
--------------------- */
.mypage .fs-c-inputInformation__message {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 40px;
}


.mypage .fs-c-inputInformation__field table.fs-c-inputTable {
	width: 100%;
	border-collapse: collapse;
}
	.mypage .fs-c-inputInformation__field table.fs-c-inputTable th {
		width: 200px;
		padding: 20px 0 20px 20px;
		font-size: 100%;
		font-weight: 500;
		text-align: left;
		letter-spacing: 0.1em;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}
	.mypage .fs-c-inputInformation__field table.fs-c-inputTable td {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		padding: 20px;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}
		.mypage .fs-c-inputInformation__field table.fs-c-inputTable td input,
		.mypage .fs-c-inputInformation__field table.fs-c-inputTable td #fs_input_prefecture {
			padding: 15px;
			background: #ededed;
			border: none;
			border-radius: 3px;
		}


.mypage .fs-c-inputInformation__button {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
}
	.mypage .fs-c-inputInformation__button button.fs-c-button--register,
	.mypage .fs-c-inputInformation__button button.fs-c-button--confirmChange {
		width: 300px;
		height: 60px;
		border: none;
		background: #e4c1c3;
		font-size: 115%;
		margin-right: 15px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.mypage .fs-c-inputInformation__button .fs-c-button--cancel {
		display: block;
		width: 300px;
		height: 60px;
		background: #dedede;
		font-size: 115%;
		text-align: center;
		line-height: 60px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.mypage .fs-c-inputInformation__button button.fs-c-button--register:hover,
	.mypage .fs-c-inputInformation__button button.fs-c-button--confirmChange:hover,
	.mypage .fs-c-inputInformation__button .fs-c-button--cancel:hover {
		color: #fff;
		background: #484848;
	}


.mypage .fs-c-buttonContainer--myPageTop {
	display: none;
}







/* お届け先追加&変更
--------------------- */
.mypage .fs-c-inputInformation__button .fs-c-button--change {
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background: #e4c1c3;
	text-align: center;
	font-size: 115%;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
.mypage .fs-c-inputInformation__button .fs-c-button--change:hover {
	color: #fff;
	background: #484848;
}







/* 退会手続き
--------------------- */
.mypage .fs-c-inputInformation__button .fs-c-button--primary {
	display: block;
	width: 300px;
	height: 60px;
	border: none;
	background: #e4c1c3;
	text-align: center;
	margin-right: 15px;
	font-size: 115%;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
.mypage .fs-c-inputInformation__button .fs-c-button--primary:hover {
	color: #fff;
	background: #484848;
}



/* 2021 会員登録
--------------------- */
.column {
    width: 300px;
    height: 60px;
    border: none;
    transition: 0.3s;
font-size: smaller;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
	white-space: pre;
}



/* モーダル */
.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-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--confirmDelete {
			width: 300px;
			height: 60px;
			border: none;
			background: #e4c1c3 !important;
			color: #484848 !important;
			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: #dedede;
			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--confirmDelete,
		.fs-c-modal__inner .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--cancel:hover {
			color: #fff;
			background: #484848;
		}









/* 1000px */
@media screen and (max-width: 1000px) {




	
	
/* globalnav
--------------------- */
#globalnav {
	display: block;
}




	
	
/* contents
--------------------- */
#contents {
	width: 100%;
	padding: 0 5% 100px 5%;
}




	
	
/* ログイン画面
--------------------- */
.login h2.fs-c-subSection__title,
.login h2.fs-c-guestReview__title  {
	letter-spacing: 0.06em;
}

	
.login .login_cart {
	width: 100%;
	margin: auto;
}







}

	







/* max 768px */
@media screen and (max-width: 768px) {




	
	
/* contents
--------------------- */
#contents {
	padding: 0 0 50px 0;
}
.login #contents {
	padding: 0 5% 50px 5%;
}




	
	
/* ログイン画面
--------------------- */
.login h2.fs-c-subSection__title,
.login h2.fs-c-guestReview__title  {
	font-size: 122%;
}



.login .fs-c-guestReview {
	margin-bottom: 50px;
}
	.login .fs-c-guestReview .fs-c-guestReview__message h3 {
		font-size: 108%;
	}
	.login .fs-c-guestReview .fs-c-guestReview__message p {
		font-size: 93%;
	}
	
	.login .fs-c-guestReview .fs-c-buttonContainer--addReview--guest {
		width: 80%;
		padding-top: 20px;
	}
		.login .fs-c-guestReview .fs-c-buttonContainer--addReview--guest a {
			display: block;
			height: 55px;
			line-height: 56px;
			font-size: 100%;
		}
	
	
	
.login .flex-start {
	display: block;
}
	.login .left_area {
		width: 100%;
		padding-bottom: 50px;
	}
		.login .left_area .fs-c-inputInformation .fs-c-inputTable th {
			display: block;
			width: 100%;
			font-size: 93%;
			padding: 0 0 6px 0;
		}
		.login .left_area .fs-c-inputInformation .fs-c-inputTable td {
			display: block;
			width: 100%;
			padding: 0 0 15px 0;
		}
			.login .left_area .fs-c-inputInformation .fs-c-inputTable td input {
				font-size: 86%;
				padding: 10px;
			}


		.login .left_area .fs-c-inputInformation .fs-c-buttonContainer--login {
			width: 80%;
			padding-top: 10px;
		}
			.login .left_area .fs-c-inputInformation .fs-c-buttonContainer--login button.fs-c-button--primary {
				width: 100%;
				height: 55px;
				line-height: 55px;
				font-size: 100%;
			}


		.login .left_area .fs-c-inputInformation .fs-c-textLinkContainer a {
			font-size: 86%;
		}


		.login .left_area .fs-c-otherServiceLogin {
			padding-top: 30px;
		}
			.login .left_area .fs-c-otherServiceLogin .fs-c-anotherLogin__message--amazon {
				font-size: 93%;
				line-height: 2em;
			}	
	

	
	.login .right_area {
		width: 100%;
	}
		.login .right_area .fs-c-newUsers .fs-c-subSection__message {
			font-size: 93%;
			line-height: 2em;
		}


		.login .fs-c-newUsers .fs-c-buttonContainer--memberRegister {
			width: 80%;
			padding-top: 20px;
		}
		.login .fs-c-guestPurchase .fs-c-buttonContainer--guestPurchase {
			width: 80%;
			padding-top: 50px;
		}
			.login .fs-c-newUsers .fs-c-buttonContainer--memberRegister a,
			.login .fs-c-guestPurchase .fs-c-buttonContainer--guestPurchase a {
				display: block;
				height: 55px;
				line-height: 56px;
				font-size: 100%;
			}

		


.certification .head_register {
	font-size: 122%;
}
.certification .pt0 {
	margin-bottom: 40px;
}
	
	

.certification .fs-c-inputInformation__message {
	font-size: 93%;
	padding: 0 5% 30px 5%;
}

	
	
.certification .fs-c-inputInformation__field {
}
	.certification .fs-c-inputInformation__field table.fs-c-inputTable {
		width: 100%;
		border-collapse: collapse;
		border-bottom: solid 1px #ddd;
	}
		.certification .fs-c-inputInformation__field table.fs-c-inputTable th {
			display: block;
			width: 100%;
			padding: 20px 0 0 0;
			font-size: 93%;
			border-bottom: none;
		}
		.certification .fs-c-inputInformation__field table.fs-c-inputTable td {
			display: block;
			width: 100%;
			padding: 0 0 20px 0;
			border-top: none;
			border-bottom: none;
		}
			.certification .fs-c-inputInformation__field table.fs-c-inputTable td input,
			.certification .fs-c-inputInformation__field table.fs-c-inputTable td #fs_input_prefecture {
				padding: 10px;
				font-size: 93%;
			}



.certification .fs-c-inputInformation__button {
    margin: auto;
    display: flex;
    width: 90%;
    height: 60px;
    justify-content: center;
	flex-wrap: nowrap;
}
	.certification .fs-c-inputInformation__button button.fs-c-button--cardAuthenticate,
	.certification .fs-c-inputInformation__button button.fs-c-button--merge {
		width: 100%;
		height: 56px;
		font-size: 100%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.certification .fs-c-inputInformation__button .fs-c-button--notAuthenticate {
		width: 100%;
		height: 56px;
		font-size: 90%;
		line-height: 30px;
	}

	
	
/* ローカルナビ
--------------------- */
.mypage ul.fs-c-accountService {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: solid 1px #ddd;
}
	.mypage ul.fs-c-accountService li {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
	}
		.mypage ul.fs-c-accountService li a {
			font-size: 86%;
			letter-spacing: 0.05em;
			border-bottom: none;
		}
		.mypage ul.fs-c-accountService li:nth-child(2n) a {
			border-right: none;
			border-left: none;
		}




	
	
/* お気に入り
--------------------- */
.mypage .fs-c-productList {
	padding: 0 5%;
}



	
	
/* 注文履歴
--------------------- */
.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl {
	padding: 15px 0;
}
	.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dt,
	.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-orderHistoryItem__orderInfo dl dd {
		font-size: 93%;
	}

.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-buttonContainer--viewOrderHistoryDetail {
	width: 80%;
	margin: auto;
}
	.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header .fs-c-buttonContainer--viewOrderHistoryDetail a {
		height: 55px;
		line-height: 56px;
		font-size: 100%;
	}


.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
	width: 48%;
	margin-right: 4%;
}
.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(2n) {
	margin-right: 0;
}
.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product:nth-child(3) {
	margin-right: 4%;
}
	.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName {
		padding: 15px 0;
	}
		.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName .fs-c-listedProductName__name {
			font-size: 93%;
		}
		.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName .fs-c-listedProductName__variation {
			font-size: 13px;
		}

	.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__main {
		font-size: 100%;
	}
	.mypage .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__unitPrice .fs-c-productPrice__addon {
		font-size: 10px;
		padding-top: 6px;
	}




.mypage .fs-c-orderDetail .fs-c-orderDetail__data {
	padding: 0 5%;
}
	.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl.fs-c-orderDetailList {
		display: block;
		border-bottom: solid 1px #ddd;
	}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl.fs-c-orderDetailList dt {
			width: 100%;
			font-size: 93%;
			border-top: solid 1px #ddd;
			border-bottom: none;
			padding-bottom: 5px;
		}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__data dl.fs-c-orderDetailList dd {
			width: 100%;
			font-size: 93%;
			padding-top: 0;
			border-top: none;
			border-bottom: none;
		}



.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo,
.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo {
	padding: 0 5%;
}
	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo h2,
	.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo h2 {
		font-size: 122%;
	}

	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList h3 {
		font-size: 108%;
	}

	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee__addressee {
		display: block;
	}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee__addressee dt {
			width: 100%;
			font-size: 93%;
			margin-bottom: 5px;
		}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList .fs-c-orderPerAddressee__addressee dd {
			width: 100%;
			font-size: 93%;
			margin-bottom: 15px;
		}


	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table th,
	.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table th {
		font-size: 93%;
	}
	.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td,
	.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td {
		font-size: 93%;
	}
		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__productName,
		.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__productName {
			font-size: 13px;
		}
			.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__productName .fs-c-listedProductName__variation,
			.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__productName .fs-c-listedProductName__variation {
				font-size: 13px;
			}

		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__unitPrice .fs-c-productPrice__main,
		.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__unitPrice .fs-c-productPrice__main {
			font-size: 14px;
		}

		.mypage .fs-c-orderDetail .fs-c-orderDetail__addresseeInfo .fs-c-orderPerAddresseeList table td .fs-c-cartTable__dataCell--subtotal,
		.mypage .fs-c-orderDetail .fs-c-orderDetail__orderInfo table td .fs-c-cartTable__dataCell--subtotal {
			font-size: 14px;
		}




.mypage .fs-c-buttonContainer--back {
	width: 80%;
	margin: auto;
}
	.mypage .fs-c-buttonContainer--back button.fs-c-button--back {
		width: 100%;
		height: 56px;
		font-size: 100%;
	}




.mypage .fs-c-buttonContainer--moveToStoreOrders,
.mypage .fs-c-buttonContainer--moveToOrderHistory {
	width: 80%;
	padding-bottom: 30px;
}
	.mypage .fs-c-buttonContainer--moveToStoreOrders a,
	.mypage .fs-c-buttonContainer--moveToOrderHistory a {
		height: 55px;
		line-height: 56px;
		font-size: 100%;
		background: #dedede none;
	}




	
	
/* ポイント履歴
--------------------- */
.mypage .fs-c-history {
	padding: 0 5%;
}
	.mypage .fs-c-history .fs-c-history__info {
		width: 100%;
		margin-bottom: 30px;
	}
		.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--purchasePointExpiration,
		.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--purchasePointExpiration,
		.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--waitingPoint,
		.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--waitingPoint,
		.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__label--purchasePointTotal,
		.mypage .fs-c-history .fs-c-history__info .fs-c-pointSummary .fs-c-pointSummary__value--purchasePointTotal {
			font-size: 86%;
		}



	.mypage .fs-c-history .fs-c-history__listContainer .fs-c-listControl {
		font-size: 86%;
	}


	.mypage .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable {
		border-bottom: solid 1px #ddd;
	}
		.mypage .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable td {
			display: block;
			border-bottom: none;
		}
		.mypage .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable td:before {
			width: 100%;
			font-size: 12px;
			letter-spacing: 0.1em;
		}
			.mypage .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable td .fs-c-pointListTable__data {
				font-size: 12px;
			}
			.mypage .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable td dl.fs-c-pairList {
				display: block;
			}
				.mypage .fs-c-history .fs-c-history__listContainer .fs-c-pointListTable td dl.fs-c-pairList dt::after {
					display: none;
				}
	
			.mypage .fs-c-history .fs-c-history__listContainer .fs-c-listTable tr {
				margin-top: 0 !important;
			}




	
	
/* お届け先
--------------------- */
.fs-c-addressBookList__form {
	padding: 0 5%;
}
	.fs-c-addressBookList__form .fs-c-buttonContainer--addAddressbook {
		width: 80%;
	}
		.fs-c-addressBookList__form .fs-c-buttonContainer--addAddressbook a {
			height: 55px;
			line-height: 56px;
			font-size: 100%;
		}


	.fs-c-addressBookList__form .fs-c-addressBookList__count {
		font-size: 93%;
	}


	.fs-c-addressBookList__form table.fs-c-addressBookList__list td {
		width: 100%;
		display: block;
	}
	.fs-c-addressBookList__form table.fs-c-addressBookList__list td:nth-child(1) {
		background: #fff2f2;
		border-bottom: none;
	}
	.fs-c-addressBookList__form table.fs-c-addressBookList__list td:nth-child(2) {
		border-right: solid 1px #ddd;
		border-bottom: none;
	}
	.fs-c-addressBookList__form table.fs-c-addressBookList__list td:nth-child(3) {
		width: 100%;
		border-left: solid 1px #ddd;
		border-top: none;
		padding-top: 0;
	}
		.fs-c-addressBookList__form table.fs-c-addressBookList__list td .fs-c-buttonContainer--deleteChange {
			width: 150px;
			margin: auto;
		}
	
	
	
	
	
/* お届け先追加&変更
--------------------- */
.mypage .fs-c-inputInformation__message {
	font-size: 93%;
}

.mypage .fs-c-inputInformation__field {
	padding: 0 5%;
}
	.mypage .fs-c-inputInformation__field table.fs-c-inputTable {
		width: 100%;
		border-collapse: collapse;
		border-bottom: solid 1px #ddd;
	}
		.mypage .fs-c-inputInformation__field table.fs-c-inputTable th {
			display: block;
			width: 100%;
			padding: 20px 0 0 0;
			font-size: 93%;
			border-bottom: none;
		}
		.mypage .fs-c-inputInformation__field table.fs-c-inputTable td {
			display: block;
			width: 100%;
			padding: 0 0 20px 0;
			border-top: none;
			border-bottom: none;
		}
			.mypage .fs-c-inputInformation__field table.fs-c-inputTable td input,
			.mypage .fs-c-inputInformation__field table.fs-c-inputTable td #fs_input_prefecture {
				padding: 10px;
				font-size: 93%;
			}


.mypage .fs-c-inputInformation__button {
	width: 80%;
	margin: auto;
	display: block;
	padding-top: 40px;
}
	.mypage .fs-c-inputInformation__button button.fs-c-button--register,
	.mypage .fs-c-inputInformation__button button.fs-c-button--confirmChange {
		width: 100%;
		height: 56px;
		font-size: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mypage .fs-c-inputInformation__button .fs-c-button--cancel {
		width: 100%;
		height: 56px;
		font-size: 100%;
		line-height: 56px;
	}







/* お届け先追加&変更
--------------------- */
.mypage .fs-c-inputInformation__button .fs-c-button--change {
	margin: auto;
	width: 80%;
	height: 56px;
	line-height: 56px;
	font-size: 100%;
}







/* 退会手続き
--------------------- */
.mypage .fs-c-inputInformation__button .fs-c-button--primary {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}




	
	
/* レビュー履歴
--------------------- */
.mypage .fs-c-history .fs-c-reviewList {
	display: block;
}
	.mypage .fs-c-history .fs-c-reviewList .fs-c-reviewList__item {
		width: 100%;
		margin-right: 0;
	}

	
/* 2021 会員登録
--------------------- */
.row {
    padding-top: 80px;
    font-size: smaller;
}

.column {
   width: 45%;
}




/* モーダル */
.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--confirmDelete {
		width: 100%;
		height: 56px;
		font-size: 100%;
		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: 100%;
	}





			.fs-c-productList .fs-c-productList__list .fs-c-productListItem__viewMoreImageButton,
			.fs-c-productList .fs-c-productList__list .fs-c-buttonContainer {
				display: block;
				font-size: 80%;
				padding-top: 10px;
			}




}


