@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 67%;
	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;
}

.eb_item_size_text a {
	text-decoration: underline;
}

main.fs-l-main {
	margin-top: 80px;
}
.fs-c-productCarouselMainImage {
	display: none;
}
.fs-c-productNameHeading__copy {
	display: none;
}
.fs-c-productNameHeading,
.fs-c-productNumber,
.eb_icatchicon_box,
.fs-c-productPrices,
.fs-c-productReview__aggregateRating {
	width: 96% !important;
	margin: 0 auto 4px;
}
.eb_icatchicon_box {
	margin-top: 16px;
}
.fs-c-productPointDisplay {
	display: inline-block;
	font-size: 11px;
	margin-left: 12px;
}
.fs-c-productNumber__label {
	display: none;
}
.fs-c-productNumber {
	font-size: 10px;
}
.fs-c-productNameHeading__name {
	font-size: 14px;
}
.fs-c-productPrice__main__price {
	font-size: 14px;
}
.fs-c-productPrice--listed,
.fs-c-productPrice--selling {
	display:block;
}
.fs-c-productPrice__main__label {
	display: unset;

}
.fs-c-productPrice--listed {
	font-size: 12px;
	text-decoration: line-through;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling {
	color: #ca6554;
}
.fs-c-price {
	display: unset;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main__label,
.fs-c-productPrices--productDetail .fs-c-productPrice__main__price,
.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
	font-size: 12px;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__price {
	font-size: 16px;
}
.fs-c-productPrice--selling .fs-c-productPrice__addon,
.fs-c-productPrice--selling .fs-c-productPrice__main__label {
	font-size: 12px;
}
.eb-c-name {
	font-size: 10px;
	padding: 0 2px;
	text-align: center;
}
.fs-c-productPostage {
	display:none;
}
.fs-c-aggregateRating__rating::before,
.fs-c-aggregateRating__count::after {
	content: unset;
}
.fs-c-aggregateRating__rating,
.fs-c-rating__stars,
.fs-c-rating__value,
.fs-c-aggregateRating__count {
	display: inline-block;
}
.fs-c-aggregateRating__count {
	margin-left: 4px;
}
.change_table_tab_to_review {
	text-decoration: underline;
}
.fs-c-reviewRating {
	margin: 6px 0
}
#new_202102_item_announce {
	margin-top: 12px;
}
#new_202102_item_announce .new_202102_item_content_head {
	padding: 8px 0;
	border-top: 1px solid #e4e4e4;
	text-align: center;
}
#new_202102_item_announce .new_202102_item_announce_btn a {
	display: block;
	text-align: center;
	padding: 8px;
	border: 1px solid #999;
	margin-top: 12px;
}

.eb_new_wearing_item_btn_box {
	width: fit-content;
	max-width: 240px;
	display: none;
}
.eb_new_wearing_item_btn {
	width: 100%;
	padding: 8px 12px;
	border-radius: 20px;
	border: 1px solid #7c7c7c;
	opacity: 1;
	color: #555555;
	background: #ffffff;
	font-size: 11px;
}
#eb_new_wearing_item {
	padding: 0;
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	display: block !important;
}
#eb_new_wearing_item .new_202102_item_wear_item_list {
	display: flex;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}
#eb_new_wearing_item .new_202102_item_wear_item_list_main_img {
	flex: 0 0 42%;
	padding-right: 6px;
}
#eb_new_wearing_item .new_202102_item_wear_item_list_item {
	flex: 0 0 58%;
}
#eb_new_wearing_item .new_202102_item_wear_item_list_item_list {
	display: flex;
	align-items: center;
}
#eb_new_wearing_item .new_202102_item_wear_item_list_item_img {
	flex: 0 0 36%;
}
#eb_new_wearing_item .new_202102_item_wear_item_list_item_text {
	flex: 0 0 64%;
	text-align: left;
	vertical-align: middle;
	margin-left: 8px;
	text-decoration: underline;
}
#eb_new_wearing_item .eb_close_wearing_item {
	text-align: right;
	margin-bottom: 12px;
	padding-right: 8px;
}
#eb_new_wearing_item .eb_close_wearing_item_btn {
	width: 18px;
	display: inline-block;
}
.remodal-overlay_wi {
	background: rgba(41, 41, 41, .9);
}
.remodal-overlay_wi {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

#eb_rs_item_btn_box {
	width: 96%;
	margin: 24px auto 12px;
}
#eb_rs_item_btn_box div {
	display: inline-block;
	margin-right: 8px;
}
.eb_new_relation_item_btn_box {
	width: fit-content;
	max-width: 240px;
	display: none;
}
.eb_new_relation_item_btn {
	width: 100%;
	padding: 8px 12px;
	border-radius: 20px;
	border: 1px solid #7c7c7c;
	opacity: 1;
	color: #555555;
	background: #ffffff;
	font-size: 11px;
}
#eb_new_relation_item {
	padding: 0;
	background: #fff;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	display: block !important;
}
#eb_new_relation_item .relation_item_wrap {
	display: unset;
	flex-wrap: wrap;
}
#eb_new_relation_item .new_202102_item_relation_item_list {
	flex: 0 0 50%;
	padding: 0 6px 12px;
}
#eb_new_relation_item .eb_close_relation_item {
	text-align: right;
	margin-bottom: 12px;
	padding-right: 8px;
}
#eb_new_relation_item .eb_close_relation_item_btn {
	width: 18px;
	display: inline-block;
}
.remodal-overlay_ri {
	background: rgba(41, 41, 41, .9);
}
.remodal-overlay_ri {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.eb_new_specific_item_btn_box {
	width: fit-content;
	max-width: 240px;
	display: none;
}
.eb_new_specific_item_btn {
	width: 100%;
	padding: 8px 12px;
	border-radius: 20px;
	border: 1px solid #7c7c7c;
	opacity: 1;
	color: #555555;
	background: #ffffff;
	font-size: 11px;
}
[id^="eb_new_specific_item"] {
	padding: 0;
	background: #fff;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	display: block !important;
}
[id^="eb_new_specific_item"] .specific_item_wrap {
	display: block;
}
[id^="eb_new_specific_item"] .specific_item_list {
	flex: 0 0 50%;
	padding: 0 6px 12px;
}
[id^="eb_new_specific_item"] .eb_close_specific_item {
	text-align: right;
	margin-bottom: 12px;
	padding-right: 8px;
}
[id^="eb_new_specific_item"] .eb_close_specific_item_btn {
	width: 18px;
	display: inline-block;
}
.remodal-overlay_si {
	background: rgba(41, 41, 41, .9);
}
.remodal-overlay_si {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.eb_item_detail_table {
	word-break: break-all;
}
#new_202102_item_staff_comment {
	margin-top: 22px;
	line-height: 1.8em;
}
.new_202102_item_staff_comment_list {
	margin: 10px;
	border: 1px solid #aaa;
	padding: 8px;
}
.new_202102_item_staff_comment_list_section dl {
	display: flex;
	flex-wrap: nowrap;
}
.new_202102_item_staff_comment_list_section dl dt {
	flex: 0 0 30%;
}
.new_202102_item_staff_comment_list_section dl dd {
	flex: 0 0 60%;
}
.new_202102_item_staff_comment_list_head {
	margin-bottom: 12px;
}
.new_202102_item_content_head {
	text-align: center;
	border-bottom: 1px solid;
}

.eb_item_size_text:nth-child(2) {
	border: 1px solid #c5c5c5;
	padding: 3%;
	margin: 3%;
}
.eb_item_size_text dl {
	display: flex;
}
.eb_item_size_text dl dt:not(:empty):after {
	content: '：';
	display: inline-block;
	margin: 0 12px;
}
.new_202102_item_content_section {
	padding: 12px 0;
}
.eb_item_size_table {
	width: max-content !important;
	min-width: 100%;
}
.eb_item_size_table th,
.eb_item_size_table td {
	min-width: fit-content !important;
	padding: 1% 4px;
}
@media (min-width: 480px){
	main.fs-l-main {
		margin-top: 60px;
	}
}
@media (min-width: 770px){
	main.fs-l-main {
		margin-top: 120px;
	}
	.eb_pc_main_box {
		width: 100%;
		margin: 0 auto;
		max-width: 1000px;
		display: flex;
	}
	.eb_pc_left_box,
	.eb_pc_right_box {
		flex: 0 0 50%;
	}
	.eb_pc_right_box {
		padding: 24px;
	}
	.fs-c-productNotice {
		width: 96% !important;
		margin: 0 auto;
	}
	#eb_button_area {
		margin: 60px auto 24px;
	}
	.header_bottom_fixed {
		display: none;
	}
	#eb_new_wearing_item,
	.fs-c-variationAndActions,
	#eb_store_quantity_area,
	#eb_new_relation_item,
	[id^="eb_new_specific_item"] {
		max-width: 650px;
	}
	.eb_thumb_img_box {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}
	.eb_swiper_thumb {
		flex: 0 0 19%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
}



.eb-gallery-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 9999;
	overflow: hidden;
	/*background: rgba(0,0,0,0.8);*/
}

.eb-modal-content {
	position: absolute;
	top: 50%;
	left: 100%; /* 初期位置: 右側に待機 */
	transform: translateY(-50%);
	width: 100vw;
	height: 100vh;
	background: #fff;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	transition: left 0.4s ease;
}

.eb-modal-content.slide-in {
	left: 50%; /* 中央にスライドイン */
	transform: translate(-50%, -50%);
}

.eb-modal-content.slide-out {
	left: 100%; /* 右に戻る */
	transform: translateY(-50%);
}

.eb-grid-gallery {
	gap: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 100vh;
	overflow-y: scroll;
	padding-bottom: 220px;
	padding-left: 6px;
	align-items: flex-start;
}

.eb-grid-gallery img {
	width: 24%;
	cursor: pointer;
	margin: 0px;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	color: #000;
	cursor: pointer;
}
.eb-modal-title {
	text-align: center;
	padding: 20px;
	background: #eee;
	font-size: 14px;
}

body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

html[data-ostype=android] [class*=" c-icon--"], html[data-ostype=android] [class^=c-icon--] {
	font-weight: 400;
}
.c-icon--cell-2by2:before {
	content: "\e922";
	font-family: 'icomoon'; /* ← これが必要 */
}

.eb-open-gallery-grid {
	width: 60px;
	position: absolute;
	bottom: 40px;
	z-index: 100;
	left: 1%;
}
.eb-open-gallery-grid button {
	background: unset;
	border: none;
}
.eb-open-gallery-grid button img {
	opacity: 0.5;
}
.eb-fullscreen-swiper {
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 100000;
	background: #cacaca;
}
.eb-fullscreen-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow-x: scroll;
}
.eb-fullscreen-swiper .swiper-slide img {
	max-height: 100vh;
	width: auto;
	transition: all 0.4s ease;
	cursor: pointer;
}
/* 縦幅いっぱい表示時 */
.eb-fullscreen-swiper .swiper-slide img.fit-width {
	height: 100vh;
	object-fit: cover; /* containにすれば全体表示も可 */
	max-width: fit-content;
	transform: translate3d(160px, 0px, 0px) scale(1);
}
.eb-fullscreen-swiper-close-btn {
	position: absolute;
	top: 0;
	z-index: 999999;
	right: 0;
	display: none;
}
.swiper-button-next2.swiper-button-white {
	background-image: url(https://fsurs.itembox.design/item/assets/images/next_arrow_bk.png);
	background-size: 50%;
}
.swiper-button-prev2.swiper-button-white {
	background-image: url(https://fsurs.itembox.design/item/assets/images/prev_arrow_bk.png);
	background-size: 50%;
}
.swiper-button-next2,
.swiper-button-prev2 {
	position: absolute;
	top: 45%;
	width: 7%;
	height: 10%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	opacity: 0.4;
	padding: 25px 0 25px 10px;
}
.swiper-button-next2 {
	right: 0;
	left: auto;
}
.swiper-button-prev2 {
	left: 0;
	right: auto;
}
.swiper-zoom-container {
	min-width: fit-content;
}
@media (min-width: 768px){
	.eb-open-gallery-grid {
		display: none;
	}
}



.section__title span.section__main_title {
	font-size: 14px;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




