@charset "utf-8";
/* ===================================================================
	コンテンツ
		01 基本設定
		02 購入フローフォーム共通設定
		03 エラーエリア
		04 左サイド
		05 右サイド
		06 セット割
		07 チェックボックス・ラジオボタン
		08 ポップアップ用
=================================================================== */
/* 01 基本設定
--------------------------------------------------------------------*/
body{
	font-size: 12px;
}
.header-user-info, .header-btn-block, .header_info, .header_caution, .footer-brand-info {
	display: none;
}
.header-wrap, .header-wrap.fixed, .header-wrap.fixed .header-inner-box, .header, .header-wrap.fixed .header, .header-inner-box {
	height: 76px;
}
.header.inner{
	border-bottom: 1px solid #4D4D4D;
	box-sizing: content-box;
}
.header-inner-box {
	width: 1080px;
}
.header-logo {
	width: 228px;
}
#footer {}
footer.footer .footer-inner{
	padding:0;
}
#footer .footer_copyright {
	display: block;
}
.small{
	font-size: 12px;
}

input:placeholder-shown {
	color: #c4c4c4;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder {
	color: #c4c4c4;
}
/* Firefox 18- */
input:-moz-placeholder {
	color: #c4c4c4;
	opacity: 1;
}
/* Firefox 19+ */
input::-moz-placeholder {
	color: #c4c4c4;
	opacity: 1;
}
/* IE 10+ */
input:-ms-input-placeholder {
	color: #c4c4c4;
}
select + .ok {
	margin-left: -50px;
	margin-top: 0;
}
.page-title {
	margin: 34px 0 36px;
	padding: 0;
	border: none;
}
.page-title span {
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 auto;
	display: block;
}
.subtitle {
	color: #000;
	background: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.section-title {
	color: #000;
	background: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#contents.cart {
	position: relative;
	width: 100%;
	margin: 0 auto 120px;
	padding: 36px 0 0;
}
#cart_main {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5rem 0;
/*	padding-bottom: 2.5rem;*/
}
.cart_title {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 24px;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}
.cart_block {
	margin: 0 -1.5rem;
	padding: 0 1.5rem;
}
.cart_block + .cart_block {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #d9d9d9;
}
.cart_block_other {
	margin-top: 80px;
}
.cart_wrapper {}
.cart_subtitle {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.cart_section {
	margin-bottom: 80px;
}
.cart_section:last-child {
	margin-bottom: 0;
}
.cart_section_title {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid #555;
}
.cart_subsection {
	margin-bottom: 30px;
}
.cart_subsection:last-child {
	margin-bottom: 0;
}
.cart_subsection_title {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.order_section {
	margin-bottom: 80px;
}
.order_section:last-child {
	margin-bottom: 0;
}
.order_section_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 15px 20px;
	position: relative;
}
.order_subsection {
	margin-bottom: 30px;
}
.order_subsection:last-child {
	margin-bottom: 0;
}
.order_subsection_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 0 20px;
}
.cart_header {
	display: flex;
	flex-direction: column-reverse;
	gap: 32px;
	margin-bottom: 24px;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}
.cart_header_title {
	font-size: 24px;
	line-height: 1.4;
}
.cart_step {}
.cart_step_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.cart_step_list:before, .cart_step_list:after {
	content: none;
}
.cart_step_item {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.cart_step_item:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #d9d9d9;
}
.cart_step_item:last-child:after {
	content: none;
}
.cart_step_text {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.4;
	white-space: nowrap;
	background-color: #ffff;
	padding: 5px 16px;
	border: 1px solid #555;
	border-radius: 20px;
}
.cart_step_item.active .cart_step_text {
	color: #fff;
	background-color: #2a292f;
	border-color: #2a292f;
}
.order_settement {}
.order_item {
	margin-bottom: 80px;
}
.order_heading {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.cart_lead_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
}

.back_shopping {
	text-align: center;
	margin: 0 auto 80px;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}
.back_shopping .default-btn.btn-back {
	background: #999999;
	border: none;
	color: #fff;
	width: 300px;
	height: 58px;
	line-height: 58px;
}
#rakuten_point_parts{
	display:inline;
	vertical-align:top;
}
.cart_caution ul {
	display: table;
	font-size: 12px;
	margin-top: 40px;
}
.cart_caution ul li {
	display: table-row;
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	word-break: break-word;
}
.cart_caution ul li b {
	font-weight: bold;
}
.cart_caution ul li:before {
	content: "※";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.cart_caution ul li:after {
	content: "";
	display: block;
	margin-bottom: 8px;
}
.cart_caution ul li.caution_mark {}
.cart_caution ul li.caution_mark:before {
	content: none;
	font-weight: bold;
}
.cart_caution_text {
	color: #7b7b7b;
	width: 100%;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 24px;
}
.cart_lead_caution {
	color: #d64728;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.cart_pre_message {
	margin-top: 40px;
}
.cart_pre_message h3 {
	color: #7b7b7b;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 8px;
}
.cart_pre_message p {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
}

.fischer_agree_message {}
.fischer_agree_message p {
	color: #d64728;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.6;
	font-size: 12px;
}
.sampleValue {
	color: #1A1A1A;
}
.ast {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.4;
}
.cart_display_pc {
	display: none;
}
.cart_display_sp {
	display: block;
	padding: 1.5rem;
}

/*ERROR*/
.errorTextbox {
	text-align: center;
	margin: 0 auto 15px;
}

@media screen and (min-width: 1001px){
	#contents.cart {
		margin: 0  auto 160px;
		padding: 64px 0 0;
	}
	#cart_main {
		grid-template-columns: 1fr 450px;
		grid-gap: 0 2.5rem;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
		/*padding-bottom: 3rem;*/
	}
	#cart_main.cart_main_full {
		grid-template-columns: 1fr;
	}
	.cart_title {
		font-size: 32px;
		margin-bottom: 40px;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
	}
	.cart_subtitle {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.cart_section {}
	.cart_section_title {
		font-size: 20px;
	}
	.cart_header {
		justify-content: space-between;
		flex-direction: row;
		margin-bottom: 64px;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
	}
	.cart_header_title {
		font-size: 32px;
	}
	.cart_step_list {
		gap: 14px;
	}
	.cart_step_item {
		gap: 14px;
	}
	.cart_step_item:after {
		width: 120px;
	}
	.cart_step_text {
		font-size: 20px;
		padding: 6px 40px;
	}
	.cart_block {
		margin: 0;
		padding: 0;
	}
	.cart_block + .cart_block {
		margin-top: 80px;
		padding-top: 0;
		border-top: 0;
	}
	.order_heading {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.back_shopping {
		text-align: left;
		margin: 0 auto 100px;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
	}
	.cart_display_pc {
		display: block;
		padding: 2.5rem;
	}
	.cart_display_sp {
		display: none;
	}
}

/* 02 購入フローフォーム共通設定
--------------------------------------------------------------------*/
.cart_form {}
.cart_form + .cart_form {
	margin-top: 32px;
}
.cart_form_heading {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 6px;
}
.cart_form_detail {}
.cart_form_detail * {
/*	letter-spacing: normal;*/
}
.cart_form_detail #id {
	font-size: 12px;
	line-height: 30px;
}
.cart_form .error_message {
	display: block;
	color: #ff3300;
	font-size: 12px;
}
.cart_form_input {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	background: #fff !important;
	padding: 5px;
	border: 1px solid #B2B2B2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cart_form_input::-webkit-input-placeholder,
.cart_form_input::-moz-placeholder,
.cart_form_input:-moz-placeholder,
.cart_form_input:-ms-input-placeholder {
	color: #ccc;
}
.cart_form .tag.tag_required {
	position: relative;
}
.cart_form_text_help {
	display: block;
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 8px;
}
.cart_form_text_link {
	color: inherit;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: underline;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	/* background: none transparent; */
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	line-height: 1;
}
.cart_form .select {}
.cart_form_select {
	/* overflow: hidden; */
	display: inline-block;
	font-size: 12px;
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* .cart_form_select:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	display: block;
	content: "";
	background: url(/static/full/images/common/mypage_select.png) center no-repeat;
	pointer-events: none;
	border-left: 1px solid #ccc;
} */
.cart_select {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url(/static/full/images/common/mypage_select_arrow.png) right center no-repeat;
	background-size: 40px;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cart_form_radio {
	display: inline-block;
	vertical-align: middle;
}
.cart_form_radio + .cart_form_radio {
	margin-left: 20px;
}
.cart_form_input {
	display: inline-block;
	vertical-align: middle;
}
.cart_form_group {
	display: inline-block;
	vertical-align: middle;
}
.cart_form_group + .cart_form_group {
	margin-left: 20px;
}
.cart_form .radio_checkbox_parallel .radio_leftside input[type="radio"] + label {
	margin-right: 20px;
	margin-bottom: 5px;
}
.cart_form .radio_checkbox_parallel .radio_leftside input[type="radio"] + label:last-child {
	margin-right: 0;
}
.cart_form .checkbox_parallel .check_leftside input[type="check"] + label {
	font-size: 12px;
}
.cart_form_input.-wide_xss, .cart_form_select.-wide_xss, .cart_form_radio.-wide_xss {
	width: 80px;
}
.cart_form_input.-wide_xs, .cart_form_select.-wide_xs, .cart_form_radio.-wide_xs {
	width: 120px;
}
.cart_form_input.-wide_sm, .cart_form_select.-wide_sm, .cart_form_radio.-wide_sm {
	width: 210px;
}
.cart_form_input.-wide_md, .cart_form_select.-wide_md, .cart_form_radio.-wide_md {
	width: 570px;
}
.cart_form_input.-wide_lg, .cart_form_select.-wide_lg, .cart_form_radio.-wide_lg {
	width: 800px;
}
/* Safari対応ハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .cart_form_text--name {
		display: inline;
	}
	::i-block-chrome, .cart_form_input.-wide_sm {
		width: 220px;
	}
}
_::-webkit-full-page-media, _:future, :root .cart_form_text--name {
	display: inline;
}
_::-webkit-full-page-media, _:future, :root .cart_form_input.-wide_sm {
	width: 225px;
}

.allconf {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	padding: 40px 0;
}
.required {
	display: inline-block;
	color: #ff3300;
	font-size: 11px;
	margin: 0 0 0 5px;
}

/* 03 エラーエリア (ログイン用はmembers.cssに記載)
--------------------------------------------------------------------*/
.cart_error {
	margin-bottom: 20px;
}
.cart .errorSlot {
	color: #d64728;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}
.input_error_message .errorSlot {
	text-align: left;
}
.cart .errorSlot .errorText {
	color: #d64728;
	font-size: 14px;
}
.cart_error_text {
	color: #d64728;
	font-size: 14px;
	line-height: 1.4;
}
.cart_error_text + .cart_error_text {
	margin-top: 8px;
}
.cart_error_text_link {
	color: #d64728;
	font-size: 14px;
	line-height: 1.4;
}
.cart_error_text_notice {
	display: block;
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
}

.cart_error_text_large {
	font-size: 20px;
}

.cart_no_items_text {
	font-size: 18px;
	line-height: 1.4;
}

/* セール時の注意文言 */
.cart #left_box #cart_info {
	border: 1px #ff0000 solid !important;
	margin-top: 5px;
	margin-bottom: 10px;
}
.cart #left_box #cart_info h3 {
	background-color: #ff0000;
	color: #ffffff;
}
.cart #left_box #cart_info p {
	color: #ff0000;
	padding: 10px;
}
/* 予約商品の注意文言 */
.cart_reserve_area {
	margin-top: 40px;
}
.cart_reserve_area h3 {
	background: none;
	color: #7b7b7b;
	margin-bottom: 0;
	font-size: 12px;
	border-bottom: none;
	line-height: 1.6;
	height: auto;
	padding: 0;
	margin-bottom: 8px;
}
.cart_reserve_area p {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 0;
}
/* 抽選商品の注意文言 */
.cart_lot_area {
	margin-top: 40px;
}
.cart_lot_area h3 {
	background: none;
	color: #7b7b7b;
	margin-bottom: 0;
	font-size: 12px;
	border-bottom: none;
	line-height: 1.6;
	height: auto;
	padding: 0;
	margin-bottom: 8px;
}
.cart_lot_area p {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* 04 左サイド
--------------------------------------------------------------------*/
#left_box {
	padding: 0 1.5rem;
}
.cart_accordions {}
.cart_accordions_list {}
.cart_accordions_item {
	padding: 16px 0;
	border-bottom: 1px solid #d9d9d9;
}
.cart_accordions_item:first-child {
	padding-top: 0;
}
.cart_accordions_choose {}
.cart_accordions_detail {}

.cart_accordions_box {
	padding: 24px 0 0 30px;
}

@media screen and (min-width: 1001px){
	#left_box {
		padding: 0;
	}
}

/* カート内アイテム情報 */
.cart_product {}
.cart_product_item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d9d9d9;
}
.cart_product_data {
	display: flex;
	align-items: flex-start;
}
.cart_product_photo {
	max-width: 104px;
	flex-basis: 104px;
	position: relative;
}
.cart_product_photo:before {
	content: "";
	display: block;
	padding-top: 133.3333333%;
}
.cart_product_photo_link {
	display: block;
}
.cart_product_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.cart_product_info {
	flex: 1;
	padding: 0 0 0 16px;
}
.cart_product_brandname {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 2px;
}
.cart_product_dispname {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 2px;
}
.cart_product_dispname_link {
	color: #1a1a1a;
	font-size: 14px;
	line-height: 1.4;
}
.cart_product_shippingdate {
	color: #be7454;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 14px;
}
.cart_product_colorsize {
	margin-bottom: 2px;
}
.cart_product_color {
	font-size: 12px;
	line-height: 1.6;
}
.cart_product_size {
	font-size: 12px;
	line-height: 1.6;
}
.cart_product_bindingvalue {
	font-size: 12px;
	line-height: 1.6;
}
.cart_product_sellprice {}
.cart_product_price {
	margin-bottom: 14px;
}
.cart_price_proper {
	font-size: 14px;
	line-height: 1.4;
}
.cart_price_sell {
	font-size: 14px;
	line-height: 1.4;
}
.cart_price_down {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: line-through;
	margin-bottom: 2px;
}
.cart_price_campaign {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 2px;
}
.cart_price_off {
	display: block;
	color: #be7454;
	font-size: 14px;
	line-height: 1.4;
}
.cart_price_tax {
	color: inherit;
	font-size: inherit;
}
.cart_product_change {
	display: flex;
	gap: 24px;
	align-items: center;
}
.cart_stock {}
.cart_delete {}
.cart_delete_link {
	color: #555;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #7b7b7b;
}
.cart_delete_link:hover {
	color: #555;
	text-decoration: none;
}
.cart_product_num {
	font-size: 14px;
	line-height: 1.4;
}

/* ノベルティアイテム */
.cart_novelty {}
.cart_novelty_item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d9d9d9;
}
.cart_novelty_data {
	display: flex;
	align-items: flex-start;
}
.cart_novelty_photo {
	max-width: 104px;
	flex-basis: 104px;
	position: relative;
}
.cart_novelty_photo:before {
	content: "";
	display: block;
	padding-top: 133.3333333%;
}
.cart_novelty_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.cart_novelty_info {
	flex: 1;
	padding: 0 0 0 16px;
}
.cart_novelty_title {
	color: #be7545;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 2px;
}
.cart_novelty_title.cart_novelty_title_limit {}
.cart_novelty_title.cart_novelty_title_select {}
.cart_novelty_dispname {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 2px;
}
.cart_novelty_colorsize {}
.cart_novelty_color {
	font-size: 12px;
	line-height: 1.6;
}
.cart_novelty_size {
	font-size: 12px;
	line-height: 1.6;
}
.cart_novelty_num {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 14px;
}
.cart_novelty_notwant {
	margin-top: 32px;
}
.cart_novelty_change {
	width: 100%;
	margin-top: 8px;
}
.cart_novelty_change_text {
	font-size: 14px;
	line-height: 1.6;
}

.cart_attention {
	margin-top: 24px;
	padding: 16px;
	border: 1px solid #d9d9d9;
}
.cart_attention_title {
	color: #555;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 8px;
}
.cart_attention_text {
	color: #555;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 8px;
}
.cart_attention_list {
	padding-left: 1.5em;
}
.cart_attention_item {
	color: #555;
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.8;
}
.cart_attention_banner {}
.cart_attention_banner img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 1001px){
	.cart_novelty_change {
		width: 416px;
	}
}

/* 情報入力 */
/*お届け先指定*/
.cart_address {}
.cart_address_content {
	margin-bottom: 30px;
}
.cart_address_list {}
.cart_address_item {
	padding: 16px 0;
	border-bottom: 1px solid #d9d9d9;
}
.cart_address_item:first-child {
	padding-top: 0;
}
.cart_address_choose {}
.cart_address_detail {
	padding: 24px 0 0 30px;
}
.cart_address_info {
	font-size: 14px;
	line-height: 1.8;
}
.cart_address_text {
	font-size: 14px;
	line-height: 1.8;
}
.cart_address_edit {
	width: 100%;
	margin-top: 32px;
}
@media screen and (min-width: 1001px){
	.cart_address_content {
		margin-bottom: 90px;
	}
	.cart_address_edit {
		width: 416px;
	}
}

/* 配送日時指定 */
.cart_delivery {}

/* お支払い方法選択 */
.cart_pay {}
.cart_pay_text {
	font-size: 16px;
	line-height: 1.8;
}
.cart_pay_link {
	color: inherit;
	font-size: 16px;
	line-height: 1.8;
	text-decoration: underline;
}
.cart_pay_text_caution {
	display: block;
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 16px;
}
.cart_pay_link_caution {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: underline;
}
.cart_pay_cc_number {
	font-size: 14px;
	line-height: 1.8;
}
.cart_pay_same {
	margin-bottom: 16px;
}
.cart_pay_box {
	display: none;
	padding: 32px 0 0 30px;
}
.credit_explanation {
	display: block;
	margin-top: 6px;
}
.credit_explanation_link {
	color: #555;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: underline;
}

/* ポイントのご利用 */
.cart_point {}
.cart_point_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
}
.cart_point_num {
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
}
.cart_point_input {
	display: inline-block;
	width: 160px !important;
	height: 54px;
	padding: 12px 16px;
	color: #000;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}

/* 優待コード */
.cart_coupon {}
.cart_coupon_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
}
.cart_coupon_input {
	display: inline-block;
	width: 100% !important;
	height: 54px;
	padding: 12px 16px;
	color: #000;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}
.cart_coupon .form_radio_left input[type="radio"] + label {
	margin-bottom: 16px;
}
.cart_coupon .form_radio_left input[type="radio"] + label:last-child {
	margin-bottom: 0;
}

/* 選択クーポン */

/* AmazonPay決済 */
.payment_amazon_image {}
.payment_amazon_link {
	color: #555;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: underline;
}

/* セキュリティコードモーダル */
.modal_security {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	min-height: 100%;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .3s;
}
.modal_security.is_show {
	opacity: 1;
	visibility: visible;
}
.modal_security_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	inset: 0;
	animation-name:fadeBg;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}
.modal_security_bg.is_show {
	opacity: 1;
	visibility: visible;
}
.modal_security_dialog {
	position: relative;
	width: auto;
	pointer-events: none;
	margin: 3.5rem 0.875rem;
	transition: transform .3s ease-out;
	transform: translate(0,-56px);
}
.modal_security.is_show .modal_security_dialog {
	transform: none;
}
.modal_security_close {
	display:block;
	width:24px;
	height:24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position:absolute;
	top:-42px;
	right:0;
}
.modal_security_close:before {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.modal_security_close:after {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.modal_security_content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	padding: 2rem 1.5rem;
}
.modal_security_title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.modal_security_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 12px;
}
.modal_security_section {
	margin-bottom: 24px;
}
.modal_security_section:last-child {
	margin-bottom: 0;
}
.modal_security_description {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 24px;
}
.modal_security_photo {
	text-align: center;
}
.modal_security_image {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 1001px){
	.modal_security {}
	.modal_security_dialog {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		min-height: calc(100% - 3.5rem * 2);
	}
	.modal_security_content {
		padding: 5rem 8.5rem;
	}
	.modal_security_title {
		font-size: 32px;
	}
	.modal_security_text {
		margin-bottom: 48px;
	}
	.modal_security_section {
		margin-bottom: 40px;
	}
	.modal_security_description {}
}

/* 注文内容確認ページ */
.cart_confirm {}
.cart_confirm_info {
	font-size: 16px;
	line-height: 1.8;
	word-break: break-all;
}
.cart_confirm_text {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	word-break: break-all;
}
.cart_confirm_edit {
	width: 100%;
	margin-top: 32px;
}
.cart_notes {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 8px;
}
.cart_notes_list {
	display: table;
	font-size: 12px;
}
.cart_notes_item {
	display: table-row;
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	word-break: break-word;
}
.cart_notes_item b {
	font-weight: bold;
}
.cart_notes_item.type_attention:before {
	content: "※";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.cart_notes_item.type_star:before {
	content: "★";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.cart_notes_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.cart_notes_item:after {
	content: "";
	display: block;
	margin-bottom: 2px;
}

.cart_mailmagazine_list {}
.cart_mailmagazine_item {
	margin-bottom: 12px;
}
.cart_mailmagazine_item:last-child {
	margin-bottom: 0;
}
.cart_brand_list:before, .cart_brand_list:after {
	content: none;
}
.cart_brand_list {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cart_brand_item {
	width: 100%;
	height: 100%;
}
.cart_brand_check {
	display: block;
	text-align: center;
	border: 1px solid #d9d9d9;
	padding: 10px;
}
.cart_brand_photo {
	margin-bottom: 6px;
}
.cart_brand_image {
	max-width: 100%;
	height: auto;
}
.cart_agreement_text {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 16px;
}
@media screen and (min-width: 1001px){
	.cart_confirm_edit {
		width: 416px;
	}
	.cart_mailmagazine_item {
		margin-bottom: 16px;
	}
		.cart_brand_list {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
}

/* ポイントのご利用確認・変更 */

/* ニュース レターを受け取る確認・変更 */

/* キャリア決済ページ */
.cart_carrier {
	width: 100%;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}
.cart_carrier_title {
	font-size: 24px;
	margin-bottom: 24px;
}
.cart_carrier_subtitle {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 24px;
}
.cart_carrier_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 48px;
}
/* マルチ決済ページ */
.cart_multi {
	width: 100%;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}
.cart_multi_title {
	font-size: 24px;
	margin-bottom: 24px;
}
.cart_multi_subtitle {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 24px;
}
.cart_multi_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 48px;
}
.cart_multi_link {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (min-width: 1001px){
	.cart_carrier {
		max-width: 1028px;
		margin: 0 auto;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
	}
	.cart_carrier_title {
		font-size: 32px;
	}
	.cart_carrier_subtitle {
		font-size: 24px;
	}
	.cart_carrier_text {
		margin-bottom: 56px;
	}
	.cart_multi {
		max-width: 1028px;
		margin: 0 auto;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
	}
	.cart_multi_title {
		font-size: 32px;
	}
	.cart_multi_subtitle {
		font-size: 24px;
	}
	.cart_multi_text {
		margin-bottom: 56px;
	}
}

/* 注文内容完了ページ */
.cart_complete {
	width: 100%;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}
.cart_complete_content {
	margin-bottom: 120px;
}
.cart_complete_top {
	margin-bottom: 40px;
}
.cart_complete_bottom {
	margin-bottom: 80px;
}
.cart_complete_title {
	font-size: 18px;
	margin-bottom: 20px;
}
.cart_complete_text {
	font-size: 16px;
	line-height: 1.8;
}
.cart_complete_link {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.8;
}
.cart_complete_photo {
	text-align: center;
	margin-top: 40px;
}
.cart_complete_image {
	max-width: 100%;
	height: auto;
}
.cart_complete_nav {
	margin: 0 -1.5rem;
	padding: 3rem 1.5rem 7.5rem;
	border-top: 1px solid #d9d9d9;
}
.cart_complete_nav_list:before, .cart_complete_nav_list:after {
	content: none;
}
.cart_complete_nav_list {
	display: grid;
	gap: 56px;
	grid-template-columns: 1fr;
}
.cart_complete_nav_item {}
.cart_complete_nav_title {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 16px;
}
.cart_complete_nav_photo {
	margin-bottom: 16px;
}
.cart_complete_nav_link {}
.cart_complete_nav_image {
	max-width: 100%;
	height: auto;
}
.cart_complete_nav_text {
	font-size: 14px;
	line-height: 1.8;
}

.cart .webstore_nav {
	background: #eeeeee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	margin-bottom: 47px;
}
.cart .webstore_nav nav {
	text-align: center;
}
.cart .webstore_nav nav li {
	display: inline-block;
	padding: 0 3px;
}
.section_common_title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 24px;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}
.section_checkeditem {
	width: 100%;
	padding-top: 80px;
}
.checkeditem_slide,
.recommend_slide {
	position: relative;
}
.checkeditem_slide_list,
.recommend_slide_list {
	display: flex;
	gap: 12px;
	flex-wrap: nowrap;
}
.checkeditem_slide .store_item,
.recommend_slide .store_item  {
	width: 148px;
	min-width: 148px;
}
.section_recommend {
	width: 100%;
	padding-top: 66px;
}
.section_checkeditem + .section_recommend {
	padding-top: 64px;
}
.section_recommend .common-title01 {
	font-size: 20px;
	text-align: center;
}
/* スライダー関連 */
.embla {
	overflow: hidden;
	padding-bottom: 26px;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}
.embla__viewport::before,
.embla__viewport::after {
	content: none;
}
.embla__progress {
	z-index: 1;
	background-color: #e9e9e9;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
	width: calc(100% - 48px);
	overflow: hidden;
	display: none;
}
.embla__progress__bar {
	background-color: #1A1A1A;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: -100%;
}
.embla__button--prev {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	outline: 2px solid transparent;
	outline-offset: 2px;
	line-height: 1.2;
	font-weight: 300;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	min-width: 2.5rem;
	font-size: 16px;
	-webkit-padding-start: 1rem;
	padding-inline-start: 1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end: 1rem;
	color: #ffffff;
	width: 54px;
	padding: 0px;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	background: #ffffff;
	height: 54px;
	border-radius: 50%;
	-webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}
.embla__button--next {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	outline: 2px solid transparent;
	outline-offset: 2px;
	line-height: 1.2;
	font-weight: 300;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	min-width: 2.5rem;
	font-size: 16px;
	-webkit-padding-start: 1rem;
	padding-inline-start: 1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end: 1rem;
	color: #ffffff;
	width: 54px;
	padding: 0px;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	background: #ffffff;
	height: 54px;
	border-radius: 50%;
	-webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}
.embla__button--prev:hover,
.embla__button--next:hover {
	-webkit-transform: translateY(-50%) scale(1.04);
	transform: translateY(-50%) scale(1.04);
}
.embla>.arrow_button {
	opacity: 0;
}
.embla:hover > .arrow_button {
	opacity: 1;
}
.embla:hover > .arrow_button[disabled] {
	opacity:0;
}
.arrow_button {
	visibility: hidden;
}
.embla__progress {
	display: block;
}

@media screen and (min-width: 1001px){
	.cart_coupon_input {
		width: 327px !important;
	}
	.cart_complete {
		max-width: 1028px;
		margin: 0 auto;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
	}
	.cart_complete_content {
		margin-bottom: 160px;
	}
	.cart_complete_bottom {
		margin-bottom: 0;
	}
	.cart_complete_title {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.cart_complete_nav {
		margin: 0;
		padding: 10rem 0;
		border: 0;
	}
	.cart_complete_nav_list {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.section_common_title {
		font-size: 24px;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
	}
	.section_checkeditem {
		padding-top: 120px;
	}
	.checkeditem_slide_list,
	.recommend_slide_list {
		gap: 24px;
	}
	.checkeditem_slide .store_item,
	.recommend_slide .store_item {
		width: 204px;
		min-width: 204px;
	}
	.section_recommend {
		padding-top: 70px;
	}
	.section_checkeditem + .section_recommend {
		padding-top: 80px;
	}
	.embla {
		padding-bottom:0;
		-webkit-padding-start: 2.5rem;
		padding-inline-start: 2.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
	}
	.embla__progress {
		display: none;
	}
	.arrow_button {
		visibility:visible;
	}
}


/* 05 右サイド
--------------------------------------------------------------------*/
#right_box {}
#user_box {
	width: 100%;
	padding: 0 1.5rem;
}

/*-- 送料無料最低閾値 --*/
.postage_price {
	margin-bottom: 20px;
}
.postage_price_detail {
	line-height: 1.4;
}
.postage_price_text {
	display: block;
	color: #be7454;
	font-size: 12px;
	line-height: 1.4;
}
.postage_price_link {
	color: #be7454;
	font-size: 12px;
	line-height: 1.4;
	text-decoration: underline;
}
.calc_title {
	display: none;
	color: #1a1a1a;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.calc_text {
	font-size: 14px;
	line-height: 1.4;
	padding: 0 0 2.5rem;
}
.cart_display_sp .calc_text {
	padding: 1.5rem 0 0;
}

/*-- 商品代金合計 --*/
.calc_payment {
	padding: 0 0 2.5rem;
}
.cart_display_sp .calc_payment {
	padding: 1.5rem 0 0;
}
.calc_payment_price {
    margin-bottom: 24px;
}
.calc_price {}
.cart_product + .calc_price {
	margin-top: 20px;
}
.cart_novelty + .calc_price {
	margin-top: 20px;
}
.calc_price_total {
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.calc_price_list {}
.calc_price_item {}
.calc_price_item + .calc_price_item {
	margin-top: 8px;
}
.calc_price_data:before, .calc_price_data:after {
	content: none;
}
.calc_price_data {
	display: -webkit-flex;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}
.calc_price_heading {
	font-size: 14px;
	line-height: 1.4;
	padding: 0 5px;
}
.calc_price_detail {
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex: 1;
	flex: 1;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0 5px;
}
.calc_price_text {
	font-size: 14px;
	line-height: 1.4;
}
.calc_price_off {
	color: #be7454;
	font-size: 14px;
	line-height: 1.4;
}
.calc_price_num {
	font-size: 14px;
	line-height: 1.4;
}
/*-- 商品代金詳細 --*/
.calc_price_other {}
.calc_price_other_list {}
.calc_price_other_item {}
.calc_price_other_item + .calc_price_other_item {
	margin-top: 8px;
}
.calc_price_other_data:before, .calc_price_other_data:after {
	content: none;
}
.calc_price_other_data {
	display: -webkit-flex;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}
.calc_price_other_heading {
	font-size: 11px;
	padding: 0 5px;
}
.calc_price_other_detail {
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex: 1;
	flex: 1;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0 5px;
}
.calc_price_other_text {
	font-size: 12px;
}
.calc_campaign {
	margin-top: 24px;
}
.calc_campaign_heading {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.calc_campaign_detail {}
.calc_campaign_list {}
.calc_campaign_item {}
.calc_campaign_item + .calc_campaign_item {
	margin-top: 8px;
}
.calc_campaign_text {
	color: #be7454;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

/*-- 合計金額 --*/
.cart_total {
	margin-bottom: 16px;
}
.cart_total_data:before, .cart_total_data:after {
	content: none;
}
.cart_total_data {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
}
.cart_total_heading {
	font-size: 20px;
	line-height: 1.4;
	padding: 0 5px;
}
.cart_total_detail {
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-flex: 1;
	flex: 1;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0 5px;
}
.cart_total_text {
	font-size: 20px;
	line-height: 1.4;
}
.cart_total_num {
	font-size: 20px;
	line-height: 1.4;
}
/* ログインエリア */
.cart_login {}
.cart_login_box {
	margin: 0 -1.5rem;
	padding: 2.5rem 1.5rem 0;
	border-top: 1px solid #d9d9d9;
}
.cart_login_box + .cart_login_box {
	margin-top: 2.5rem;
}
.cart_login_title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 24px;
}
.cart_login_text {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.cart_rempass {
	margin-bottom: 24px;
}
.cart_rempass_list {}
.cart_rempass_item {
	text-align: center;
}
.cart_rempass_item + .cart_rempass_item {
	margin-top: 12px;
}
.cart_rempass_link {
	color: #555;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: underline;
}
.cart_login_btn {}
.cart_login_btn + .cart_login_other{
	margin-top: 16px;
}
.cart_login_other {
	background-color: #f5f5f5;
	padding: 16px;
}
.cart_login_caution {
	display: block;
	color: #555;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
	margin-top: 10px;
}
.cart_login_error {
	padding: 32px 24px 0;
}

/* 購入・会員登録系ボタン */
.cart_btn {}
.cart_btn + .cart_btn {
	margin-top: 12px;
}
.cart_btn img{
	width:100%;
	height:auto;
}
.cart_btn #AmazonPayButton{}
#AmazonPayButton img{
	width: 100%;
	height: auto;
}

/* バナーエリア */
#bnr_area {
	width: 280px;
	text-align: center;
}
#bnr_area .title_bg {
	background: url("/static/full/images/cart/bnr_info.gif") no-repeat 15px center;
	padding: 20px 0 10px 75px;
	margin: 10px 0;
	border-bottom: 1px #d6d6d6 solid;
	text-align: left;
}
#bnr_area .title_bg p {
	font-size: 13px;
	font-weight: bold;
	color: #5a5655;
}
#bnr_area ul {
	padding: 0 10px;
}
#bnr_area ul li {
	margin-bottom: 15px;
}
#bnr_area li img {
	max-width: 276px;
}

@media screen and (min-width: 1001px){
	#user_box {
		position: sticky;
		top: 60px;
		padding: 1.875rem 1.5rem 1.5rem;
		border: 1px solid #d9d9d9;
	}
	.calc_title {
		display: block;
		font-size: 20px;
		margin-bottom: 16px;
	}
	.cart_total_heading {
		font-size: 24px;
	}
	.cart_total_text {
		font-size: 24px;
	}
	.cart_login_title {
		font-size: 24px;
	}
}

/* 06 セット割
--------------------------------------------------------------------*/
.detail_area .color_size .choose_set {
	text-align: right;
}
/* 07 チェックボックス・ラジオボタン
--------------------------------------------------------------------*/
#cart input[type="checkbox"] + label {
	line-height: 24px;
}
/* 08 ポップアップ用
--------------------------------------------------------------------*/
#popup-content1, #popup-content2 {
	margin: 0;
	border: 2px solid #d6d6d6;
	width: 400px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 9999;
	padding-bottom: 20px;
	text-align: center;
}
#popup-content1 p, #popup-content2 p {
	text-align: left;
	padding: 15px 15px 10px 15px;
	font-size: 11px;
	line-height: 20px;
}
#popup-content1 p span {
	text-align: left;
	color: rgb(200, 18, 32);
}
#popup-content1 span {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
#popup-content1 .close_btn, #popup-content2 .close_btn {
	text-decoration: underline;
	margin-top: 30px;
	background: #333333;
	color: #FFFFFF;
	padding: 5px;
}
#popup-overlay {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}
.reserve_area p:before {
	content: "" !important;
	padding-right: 0 !important;
}
.reserve_area p {
	line-height: 1.2;
}
.cart_u_text_indent {
	margin-left: 1em;
	text-indent: -1em;
}
.section_directrecommend {
	/*	width:1000px;*/
	width: 1190px;
	text-align: left;
	margin: 0 auto 50px;
}
.section_directrecommend .item_container li:nth-of-type(5) a {
	margin: 0;
}
/* AUかんたん決済info */
.payment_method_info a {
	color: #2423ff;
	text-decoration: underline;
	cursor: pointer;
	padding: 10px;
	background: url(/static/full/images/cart/cart_q.gif) no-repeat left center;
	display: inline-block;
	padding-left: 20px;
	line-height: 39px;
	margin-left: 20px;
}

.close_btn.bottom {
	padding: 50px 0 0 !important;
	text-align: center;
}
.cart_banner {
	background: #eee;
	width: 100%;
	border-top: 1px solid #CCC;
}
.cart_banner ul {
	width: 430px;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
}
.cart_banner ul li {
	width: 210px;
	padding-left: 5px;
	padding-right: 0;
	float: right;
	box-sizing: border-box;
}
.cart_banner ul li:first-child {
	float: left;
	padding-right: 5px;
	padding-left: 0;
}
.cart_banner ul li img {
	border: #000 1px solid;
	box-sizing: border-box;
}
.add_address {
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.mypage_banner {
	width: 940px;
	margin: 0 auto 50px auto;
}
.mypage_banner li img {
	width: 100%;
	height: auto;
}
.cart_sns_nav {
	margin: 0 auto;
}
.cart_sns_nav ul {

	padding-left: 30px;

	line-height: 24px;
	position: relative;
	margin: 0 500px;
}
.cart_sns_nav ul li {
	width: 24px;
	margin-right: 10px;
	display: inline-block;
}
.cart_sns_nav a {
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
}
.cart_sns_nav .facebook a {
	background: url(../images/common/snsparts/sns_icon_01.png) no-repeat;
}
.cart_sns_nav .twitter a {
	width: 24px;
	background: url(../images/common/snsparts/sns_icon_02.png) no-repeat;
}
.cart_sns_nav .instagram a {
	background: url(../images/common/snsparts/sns_icon_03.png) no-repeat;
}
.cart_sns_nav .line a {
	background: url(../images/common/snsparts/sns_icon_04.png) no-repeat;
}
.caution_link {
	border-bottom: 1px solid
}
.caution_link:hover {
	text-decoration: none;
}
.postage_free {
	text-align: center;
}
.postage_free p {
	display: inline-block;
	padding-left: 30px;
	line-height: 150%;
	margin-bottom: 20px;
	background: url(../images/cart/icon_info.png) left center no-repeat;
	text-align: left;
}
.postage_free a {
	text-decoration: underline;
}
.page-mask {
	cursor: pointer;
}
.postage_popup {
	display: none;
	width: 550px;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 10000;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	line-height: 160%;
	font-size: 14px;
}
.postage_popup .modal_area_subtitle {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px #000 solid;
	text-align: left;
}
.modal_close_btn.right {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -30px;
}
.modal_close_btn.right a {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	position: relative;
}
.modal_close_btn.right a:before {
	content: "";
	width: 31px;
	height: 31px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: -15px;
	left: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.modal_close_btn.right a:after {
	content: "";
	width: 31px;
	height: 31px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 7px;
	left: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.postage_popup .modal_close_btn.bottom {
	padding: 100px 0 0 !important;
	text-align: center;
}
.modal_close_btn.bottom a {
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	display: block;
}
.modal_close_btn.bottom span {
	padding-left: 25px;
	display: inline-block;
	position: relative;
}
.modal_close_btn.bottom span:before {
	content: "";
	width: 13px;
	height: 13px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 8px;
	left: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.modal_close_btn.bottom span:after {
	content: "";
	width: 13px;
	height: 13px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 17px;
	left: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*打消し用*/
.g_form_text--name {
	display: none;
}
#familyName{}
#givenName{}

#tel{}
.other_pay{}
.btn_rakuten_pay{
	margin-right:10px;
}

.btn_amazon_pay{
	margin-left:10px;
}
.btn_rakuten_pay img{
	width:auto !important;
}

.btn_amazon_pay img{
	width:auto !important;
}

/*ギフトラッピング*/
.giftWrapping_notification {
	width: 100%;
	color: #d64728;
	font-size: 14px;
	text-align: center;
	line-height: 1.8;
	background-color: rgba(214, 71, 40, 0.1);
	margin-top: 24px;
	padding: 16px;
}
.cart_gift {
	margin-bottom: 16px;
}
.cart_wrapper + .cart_gift {
	padding-top: 24px;
}
.gift_toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
	padding: 12px;
	cursor: pointer;
}

.gift_toggle_content {
	display: inline-flex;
	gap: 12px;
	align-items: center;
}
.gift_toggle_photo {
	width: 92px;
}
.gift_toggle_image {
	width: 100%;
	height: auto;
}
.gift_toggle_title {
	font-size: 16px;
	line-height: 1.4;
}
.icon_gift_toggle {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
}
.icon_gift_toggle:before,
.icon_gift_toggle:after {
	display: block;
	content: '';
	background-color: #1a1a1a;
	position: absolute;
	width: 16px;
	height: 1px;
	top: 7px;
	left: 0;
}
.icon_gift_toggle:before {
	width: 1px;
	height: 16px;
	top: 0;
	left: 7px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gift_toggle.is_open .icon_gift_toggle:before {
	opacity: 0;
}
.gift_wrapper {
	display: none;
	background-color: #f5f5f5;
	padding: 0 12px;
}
.gift_section {
	background-color: #f5f5f5;
	padding: 24px 12px;
	border-top: 1px solid #d9d9d9;
}
.gift_section:last-child {
	padding: 24px 12px 12px;
}
.gift_container {}
.gift_title{
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.gift_text {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 24px;
}
.gift_list {}
.gift_item {
	background-color: #fff;
	padding: 12px;
}
.gift_item + .gift_item {
	margin-top: 12px;
}
.gift_content {
	display: flex;
	margin-bottom: 12px;
}
.gift_photo {
	width: 104px;
}
.gift_image {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.gift_detail {
	width: 88%;
}

.gift_credit {
	flex: 1;
	padding-left: 12px;
}
.gift_name {
	font-size: 14px;
	line-height: 1.4;
}

.gift_price {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 14px;
}
.gift_price_tax {
	font-size: 14px;
	line-height: 1.4;
}

.gift_description {
    font-size:12px;
    line-height: 1.8;
	margin-bottom: 12px;
}

.gift_btn {}

.gift_caution_message {
    color: rgb(190, 116, 84);
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.4;
}

/*ギフト購入時のアラート*/
.modal_gift {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	min-height: 100%;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .3s;
}
.modal_gift.is_show {
	opacity: 1;
	visibility: visible;
}
.modal_gift_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	inset: 0;
	animation-name:fadeBg;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}
.modal_gift_bg.is_show {
	opacity: 1;
	visibility: visible;
}
.modal_gift_dialog {
	position: relative;
	width: auto;
	pointer-events: none;
	margin: 3.5rem 0.875rem;
	transition: transform .3s ease-out;
	transform: translate(0,-56px);
}
.modal_gift.is_show .modal_gift_dialog {
	transform: none;
}
.modal_gift_close {
	display:block;
	width:24px;
	height:24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position:absolute;
	top:-42px;
	right:0;
}
.modal_gift_close:before {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.modal_gift_close:after {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.modal_gift_content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	padding: 2rem 1.5rem;
}
.modal_gift_title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.modal_gift_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 16px;
}
.modal_gift_description {
	margin-bottom: 24px;
}
.modal_gift_confirm {
	margin-bottom: 24px;
	padding: 16px;
	border: 1px solid #d9d9d9;
}
.modal_gift_confirm_heading {
	display: inline-flex;
	gap: .25rem;
	align-items: center;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
	position: relative;
}
.modal_gift_confirm_heading:before {
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background-image: url(/static/full/images/common/icon_caution.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.modal_gift_confirm_list {
	padding-left: 1.5em;
}
.modal_gift_confirm_item {
	list-style-type: disc;
	font-size: 16px;
	line-height: 1.8;
}
.modal_gift_confirm_text {
	font-size: 12px;
	line-height: 1.6;
}
.modal_gift_caution {}
.modal_gift_caution_list {}
.modal_gift_caution_item {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	word-break: break-word;
	margin-bottom: 8px;
}

.modal_gift_caution_heading {
	display: inline-flex;
	gap: .25rem;
	align-items: center;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
	position: relative;
}

.modal_gift_caution_item:last-child {
	margin-bottom: 0;
}
.modal_gift_btn {}

.gift_caution_word {
	color: #ff0000;
	word-break: break-all;
}

.coupon_code_txt{
	font-size: 14px;
	margin-bottom: 20px;
}
.coupon_code_txt2{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}
.coupon_txt{
	color: #ff0000;
	font-size: 14px;
	margin-bottom: 20px;
}
.coupon_txt2{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}

#popup_wrapper{
	padding: 40px;
}
#recommended{
    margin: 30px 15px 0;
}

.onlyWrapping{
	color:red;
	text-align: left;
	margin-left: 50px;
}


.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.5;
    height:20px;
}

.ui-widget-content  input[type="radio"] {
	vertical-align: middle;
}
.ui-widget-content  input[type="radio"] + label:before {
	content: "";
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/choose.png) no-repeat;
	background-position: 0;
	background-size: 14px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-widget-content  input[type="radio"]:checked + label:after {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0) url(/static/full/images/common/formparts/choosen.png) no-repeat;
	background-position: 0;
	background-size: 14px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-widget-content input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content{
	padding: 0.5em 1.5em !important;
}

@media screen and (min-width: 1001px){
	.cart_gift.cart_shopping  {
		margin-top: 24px;
	}
	.gift_toggle_title {
		font-size: 20px;
	}
	.gift_title {
		font-size: 24px;
	}
	.modal_gift {}
	.modal_gift_dialog {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		min-height: calc(100% - 3.5rem * 2);
	}
	.modal_gift_title {
		font-size: 32px;
	}
	.modal_gift_text {
		margin-bottom: 32px;
	}
	.modal_gift_description {
		margin-bottom: 62px;
	}
	.modal_gift_confirm {
		margin-bottom: 32px;
	}
}


/**/
/* zoom
-----------------------------------------------------------------------*/
.fade {
	transition: opacity .3s linear;
}
.fade:not(.is_open) {
	opacity: 0;
}
.gift_zoom {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	min-height: 100%;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .3s;
}
.gift_zoom.is_show {
	opacity: 1;
	visibility: visible;
}
.gift_zoom_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	inset: 0;
	animation-name:fadeBg;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}
.gift_zoom_bg.is_show {
	opacity: 1;
	visibility: visible;
}
.gift_zoom_dialog {
	position: relative;
	width: auto;
	pointer-events: none;
	margin: 3.5rem 0.875rem;
	transition: transform .3s ease-out;
	transform: translate(0,-56px);
}
.gift_zoom.is_show .gift_zoom_dialog {
	transform: none;
}
.gift_zoom_content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
}
.gift_zoom_close {
	display:block;
	width:24px;
	height:24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position:absolute;
	top:-42px;
	right:0;
}
.gift_zoom_close:before {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.gift_zoom_close:after {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.gift_zoom_figure {
	width: 100%;
	height: 100%;
	position: relative;
}
.gift_zoom_photo {}
.gift_zoom_image {
	width: 100%;
	height: auto;
}
.gift_zoom_credit {
	padding: 1rem;
	background-color: #fff;
}

@media screen and (min-width: 1001px){
	.gift_zoom {}
	.gift_zoom_dialog {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		min-height: calc(100% - 3.5rem * 2);
	}
	.gift_zoom_credit {
		padding: 2rem;
	}
}

/* ギフトのショッピングバッグ
-------------------------------*/
.gift_section.shopping_bag .cart_size_list {
    display: flex;
    justify-content: flex-start;
    gap: 12px 0;
    flex-wrap: wrap;
}

.gift_section.shopping_bag .cart_size_item {
    width: calc(25% - 9px);
    border: 1px solid #d9d9d9;
}

.gift_section.shopping_bag .button_gift {
	background: #fff;
	color: #1A1A1A;
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	height: 42px;
	min-width: 2.5rem;
	width: 100%;
	font-size: 14px;
	position: relative;
	border: 1px solid #d9d9d9;
}

.gift_section.shopping_bag .button_gift.checked {
	color:#fff;
	background:#000;
}

.gift_section.shopping_bag .button_gift.disabled {
	color:#d9d9d9;
}

.ecsg_button .button.button_gift,
.ecsn_button .button.button_gift {
    background:#000;
    color:#fff;
}

.button.button_gift:hover {
    color: #fff;
    background-color: #8d8d80;
    border-color: #8d8d80;
}

.gift_section.shopping_bag .cart_size_item:nth-child(-n+3) {
	margin-right: 12px;
}

.gift_section.shopping_bag .ecsg_button,
.gift_section.shopping_bag .ecsn_button {
    width:100%;
    /* background: #2A292F; */
    color: #fff;
    border: none;
}

.shopping_bag_size_list {
    display: flex;
    flex-flow: column;
    padding-left: 12px;
    margin-top: 12px;
    gap: 12px 0;
}

.shopping_bag_detail_list {
    display:flex;
    gap: 12px;
}

.shopping_bag_size_list.top {
    display:none;
}

.shopping_bag_size_list.bottom {
    display: flex;
    margin-bottom: 24px;
}

.shopping_bag_detail_list {
    flex-flow: column;
}

.button_cart_in {
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #2a292f;
    border: 1px solid #2a292f;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    height: 44px;
    min-width: 2.5rem;
}

.button_cart_in:hover {
    color: #fff;
    background-color: #8d8d80;
    border-color: #8d8d80;
}

@media screen and (min-width: 1001px){
	.gift_section.shopping_bag .cart_size_list {
	    display: flex;
	    justify-content: flex-start;
	    gap: 12px 12px;
	    flex-wrap: nowrap;
	}

	.gift_section.shopping_bag .cart_size_item {
	    width: 88px;
	}

	.gift_section.shopping_bag .cart_size_item:nth-child(-n+3) {
		margin-right: 0;
	}

	.gift_section.shopping_bag .ecsg_button,
	.gift_section.shopping_bag .ecsn_button {
	    width:279px;
	}

	.shopping_bag_detail_list {
	    display:flex;
	    gap: 12px;
		font-size: 14px;
	}

    .shopping_bag_detail_list {
        flex-flow: row;
    }

	.shopping_bag_detail_list .shopping_bag_detail_item:first-child {
		font-weight: bold;
	}

	.shopping_bag_detail_list .shopping_bag_detail_item:last-child {
		margin-left: auto;
	}

    .shopping_bag_size_list.top {
        display:flex;
    }

    .shopping_bag_size_list.bottom {
        display: none;
    }
}

@media screen and (max-width: 1000px){
	.shopping_bag_detail_list {
		font-size: 14px;
	}

	.shopping_bag_detail_list .shopping_bag_detail_item:first-child {
		font-weight: bold;
	}
}
