@charset "UTF-8";


#eb_button_area {
	width: 96%;
	margin: 32px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.eb_curt_btn_box {
	margin-bottom: 8px;
	flex: 0 0 100%;
}
.eb_curt_btn {
	width: 100%;
	line-height: 2em;
	background: #4CA7D9;
	border: unset;
	color: #fff;
	font-size: 14px;
	padding: 8px;
}
.eb_curt_fixed_btn {
	height: 100%;
}
.eb_wish_btn_box {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 2px;
	flex: 0 0 100%;
	font-size: 14px;
}
@media (min-width: 770px){
	.eb_wish_btn_box {
		flex: 0 0 38%;
	}
	.eb_curt_btn_box {
		flex: 0 0 59%;
	}
	.eb_storestock_btn_box {
		display: none !important;
	}
}




.eb_storestock_btn_box {
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
}
.eb_wish_btn {
	width: 100%;
	background: #E38FA2;
	border: unset;
	line-height: 2em;
	padding: 6px;
	color: #fff;
	border: 1px solid #E38FA2;
}
.eb_storestock_btn {
	width: 100%;
	background: #ffffff;
	border: 1px solid #999;
	line-height: 2em;
	padding: 8px;
}
.fs-c-returnedSpecialContract,
.fs-c-inquiryAboutProduct {
	display: none;
}
#eb_item_explanation_wrap {
	width: 96%;
	margin: 24px auto;
}
#eb_item_explanation_wrap .tab-list {
	width: 100%;
	display: flex;
}
#eb_item_explanation_wrap .tab-list .tab-list-item {
	width: 33.33%;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	background: unset;
	border: unset;
	border-bottom: 1px solid #dbdbdb;
}
#eb_item_explanation_wrap .tab-list .tab-list-item.is-btn-active {
	border-bottom: 2px solid #353535;
}
#eb_item_explanation_wrap .tab-contents {
	display: none;
	padding: 14px 0;
}
#eb_item_explanation_wrap .is-contents-active {
	display: block;
}
.eb_item_detail_table {
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.eb_item_detail_table tr th {
	padding: 3%;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	width: 22%;
	vertical-align: middle;
	font-weight: normal;
}
.eb_item_detail_table tr td {
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	font-size: 12px;
	vertical-align: middle;
	padding: 3%;
	line-height: 18px;
}
.eb_item_size_annotation {
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #353535;
	margin-top: 12px;
}
.eb_item_size_table_scroll {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
.eb_item_size_table {
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto 2px;
}
.eb_item_size_table th {
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	text-align: center;
	background: #eee;
	padding: 1% 10px;
	vertical-align: middle;
	min-width: 50px;
	box-sizing: border-box;
	font-weight: normal;
}
.eb_item_size_table td {
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	text-align: center;
	padding: 1% 10px;
	vertical-align: middle;
}
.fs-c-productReview__reviewList {
	width: 100%;
	font-size: 12px;
}
.fs-c-productReview__reviewList li {
	border-bottom: 1px dotted #ddd;
	line-height: 1.1;
	padding: 10px 3px;
}
.fs-c-reviewer__status {
	background: #1f5da0;
	color: #fff;
	font-size: 80%;
	padding: 2px;
}
.fs-c-reviewer__name,
.fs-c-reviewer__status,
.fs-c-reviewer__profile,
.fs-c-reviewInfo__date {
	display: inline-block;
}
.fs-c-reviewInfo__date {
	font-size: 11px;
	color: #666;
	margin-top: 4px;
}
.fs-c-reviewInfo__date dt,
.fs-c-reviewInfo__date dd {
	display: inline-block;
}
.fs-c-reviewer__profile__status {
	font-size: 10px;
}
.fs-c-reviewList__item__body {
	margin-bottom: 6px;
}
.fs-c-button--viewAllReviews,
.fs-c-productReview__addReview {
	border: 1px solid rgb(181 181 181);
	width: 90%;
	display: block;
	line-height: 2em;
	padding: 8px;
	text-align: center;
	margin: 8px auto;
}
.fs-c-variationPanelList__list {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.fs-c-variationPanelList__list li {
	flex: 0 0 auto;
	margin-right: 4px;
}
.fs-c-variationPanelList__panel__image {
	display: block;
	height: 124px;
	width: 100px;
}
.fs-c-variationPanelList__list__item input {
	display: none;
}
.fs-c-productChooseVariation {
	width: 96%;
	margin: 18px auto;
}
.fs-c-variationPanelList__panel {
	display: block;
	padding-bottom: 12px;
}
.fs-c-variationPanelList__panel__stock {
	display: block;
	font-size: 10px;
	padding: 0 4px;
}
.fs-c-variationPanelList__panel__label {
	font-size: 10px;
	display: block;
	padding: 4px;
}
.fs-c-productChooseVariation .fs-c-productChooseVariation__variation:nth-child(1) .fs-c-variationPanelList__panel {
	display: block;
	padding-bottom: 12px;
	border: 2px solid #ededed;
	border-radius: 3px;
	height: 180px;
	margin-bottom: 12px;
	margin-bottom: 12px;
	min-width: 100px;
}
.fs-c-productChooseVariation .fs-c-productChooseVariation__variation:nth-child(2) .fs-c-variationPanelList__panel {
	width: 80px;
	height: 40px;
	text-align: center;
	padding: 8px;
	border: 2px solid #ededed;
	border-radius: 3px;
}
.fs-c-productChooseVariation__variation {
	margin-bottom: 24px;
}
.fs-c-variationPanelList__label {
	margin-bottom: 6px;
}
.fs-c-productSalesPeriod {
	line-height: 2em;
	width: 96%;
	margin: 0 auto;
	padding: 4px 0;
}

.fs-c-variationAndActions {
	width: 92%;
	padding: 24px;
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 9999;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 24px auto;
	max-height: 94vh;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}
.eb_sku_img_title_row {
	display: flex;
	gap: 10px;
	align-items: center;
	background: #eee;
}
.fs-c-variationList__item__image {
	flex: 0 0 20%;
}
.fs-c-variationList__item__title {
	flex: 0 0 80%;
	margin-left: 4%;
	text-align: left;
}
.fs-c-variationList__item__image > img {
	max-width: unset;
}
.fs-c-variationCart--withImage > li {
	display: flex;
}
.fs-c-variationCart__variationName {
	flex: 0 0 44%;
	display: unset;
	padding: 6px;
}
.fs-c-variationCart__wishlist {
	flex: 0 0 14%;
	display: unset;
	padding: 6px 0;
	text-align: right;
}
.fs-c-variationCart__cartButton {
	flex: 0 0 43%;
	display: unset;
	padding: 6px;
	text-align: center
}
.fs-c-button--addToCart--variation,
.fs-c-button--subscribeToArrivalNotice--variation {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 6px 0px;
	border: unset;
	color: #fff;
}
.fs-c-button--addToCart--variation {
	background: black;
}
.fs-c-button--subscribeToArrivalNotice--variation {
	background: #999;
}
.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
	border: unset;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 40px;
}
.fs-c-button--addToWishList--icon img,
.fs-c-button--removeFromWishList--icon img {
	margin-top: 4px;
}

.fs-c-modal .fs-c-modal__inner {
	padding: 12px;
}
.fs-c-modal .fs-c-productName__copy {
	display: none;
}
.fs-c-modal .fs-c-modal__contents {
	padding: 8px 0;
}
.fs-c-modal .fs-c-inputTable {
	width: 100%;
}
.fs-c-modal .fs-c-inputTable .fs-c-inputTable__headerCell {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 8px 0 4px;
}
.fs-c-modal .fs-c-inputTable .fs-c-inputTable__dataCell {
	display: inline-block;
	width: 100%;
	padding: 0 0 12px;
}
#fs_input_mailAddress {
	line-height: 2em;
	padding: 4px 8px;
}
.fs-c-modal .fs-c-inputField__field {
	line-height: 2em;
}
.fs-c-modal .fs-c-button--subscribeToArrivalNotice {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 10px 0;
	color: #fff;
	background: #999;
	border: none;
	width: 100%;
}
.fs-c-modal .fs-c-stockNotificationsProduct__productImage {
	padding: 12px 0;
}
.fs-c-modal .fs-c-modal__close::before {
	font-size: 1.5em;
}
.fs-c-modal .fs-c-productName__name,
.fs-c-modal .fs-c-productName__variation {
	margin-bottom: 4px;
}
.remodal-overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.remodal-overlay {
	background: rgba(41, 41, 41, .9);
}
.fs-c-button--particular span {
	display: none;
}
.eb_close_variation_box {
	text-align: right;
}
.eb_close_variation_btn {
	width: 18px;
	display: inline-block;
}
.fs-c-variationCart {
	padding: 8px 0;
}
.fs-c-variationCart > li {
	display: flex;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.fs-c-variationList__item__body {
	margin-bottom: 12px;
}

#eb_sq_overlay {
	background: rgba(41, 41, 41, .9);
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 99997;
	display: block;
	top: 0;
	right: 0;
}
#eb_store_quantity_area {
	position: fixed;
	height: 92%;
	width: 92%;
	z-index: 99998;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 18px;
	overflow-y: scroll;
	margin: auto;
}
#eb_store_quantity_area .eb_sq_title {
	margin: 16px 0;
}
#eb_store_quantity_area .eb_sq_itembox {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 18px;
}
#eb_store_quantity_area .eb_sq_item_img {
	width: 50%;
}
#eb_store_quantity_area .eb_sq_item_detail {
	width: 50%;
	padding-left: 12px;
	vertical-align: middle;
	padding-top: 40px;
	font-size: 12px;
}
#eb_store_quantity_area .eb_sq_item_name {
	margin-bottom: 12px;
	line-height: 1.4;
}
#eb_store_quantity_area .eb_sq_item_code {
	margin-bottom: 12px;
	display: flex;
	flex-wrap: nowrap;
}
#eb_store_quantity_area .eb_sq_item_code .eb_sq_item_code_title {
	width: 24%;
}
#eb_store_quantity_area .eb_sq_item_code .eb_sq_item_code_value {
	width: 76%;
}
#eb_store_quantity_area .eb_sq_item_price {
	margin-bottom: 12px;
	display: flex;
	flex-wrap: nowrap;
}
#eb_store_quantity_area .eb_sq_item_price .eb_sq_item_code_title {
	width: 24%;
}
#eb_store_quantity_area .eb_sq_item_price .eb_sq_item_code_value {
	width: 76%;
	line-height: 1.4;
}
#eb_store_quantity_area .eb_sq_item_price .eb_sq_item_code_value .eb_sq_tax {
	font-size: 10px;
	margin-left: 4px;
}
#eb_store_quantity_area .eb_sq_exp_box {
	line-height: 1.6;
	font-size: 12px;
	color: #cc0000;
	margin-bottom: 24px;
}
#eb_store_quantity_area .eb_sq_storelist_title {
	border-bottom: 1px solid #aaa;
	padding-bottom: 14px;
	padding-top:20px;
}
#eb_store_quantity_area .eb_sq_storelist_default {
	margin-top: 24px;
	text-align: center;
	color: #575757;
}
#eb_store_quantity_area .eb_sq_popup_cancel_button {
	position: absolute;
	right: 12px;
	font-size: 24px;
	padding: 8px;
	top: 12px;
}
#eb_store_quantity_area #eb_sq_color_name {
	line-height: 2rem;
	padding: 8px 12px;
	width: 100%;
	margin-bottom: 12px;
	border: 1px solid #aaa;
	border-radius: 6px;
	background: #fff;
	height: 38px;
	color: #333;
}
#eb_store_quantity_area #eb_sq_size_name {
	line-height: 2rem;
	padding: 8px 12px;
	width: 100%;
	margin-bottom: 12px;
	border: 1px solid #aaa;
	border-radius: 6px;
	background: #fff;
	height: 38px;
	color: #333;
}
#eb_store_quantity_area #eb_sq_done_btn {
	border-radius: 6px;
	border: 1px solid #aaa;
	width: 100%;
	padding: 8px 12px;
	color: #fff;
	background: #0F2C6E;
	font-family: kozuka-gothic-pr6n, sans-serif;
	margin-bottom: 24px;
	height: 38px;
}
#eb_store_quantity_area #eb_sq_done_btn:disabled {
	background: #ccc;
}
#eb_store_quantity_area .eb_store_quantity_error {
	margin: 24px auto;
	text-align: center;
}
#eb_store_quantity_area .eb_sq_storelist {
	padding-top: 20px;
	line-height: 1.4;
}
#eb_store_quantity_area .eb_sq_storelist dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 12px;
}
#eb_store_quantity_area .eb_sq_storelist dl dt {
	width: 65%;
}
#eb_store_quantity_area .eb_sq_storelist dl dd {
	width: 35%;
	vertical-align: middle;
	display: table;
}
#eb_store_quantity_area .eb_store_quantity_name {
	text-decoration: underline;
	font-size: 14px;
}
#eb_store_quantity_area .eb_store_quantity_map {
	background: #868686;
	color: #fff;
	padding: 3px 6px;
	font-size: 10px;
	border-radius: 3px;
}
#eb_store_quantity_area .eb_store_quantity_title {
	margin-bottom: 8px;
}
#eb_store_quantity_area .eb_store_quantity_address {
	font-size: 12px;
	margin-bottom: 2px;
}
#eb_store_quantity_area .eb_store_quantity_tel {
	font-size: 12px;
	margin-bottom: 2px;
}
#eb_store_quantity_area .eb_store_quantity_opentime {
	font-size: 12px;
	margin-bottom: 2px;
}
#eb_store_quantity_area .eb_store_quantity_label {
	text-align: center;
	font-size: 24px;
	vertical-align: middle;
	display: table-cell;
}
.fs-c-productNotice {
	width: 96%;
	margin: 12px auto 0;
}

.cart_item_detail_color_size_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 6px 0px;
	border: unset;
	color: #fff;
	background: #999;
}

