@charset "utf-8";
/* カートページ用 CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
親テーマのアップデートによりレイアウト崩れが発生した為、
親テーマのCSSを統合
=========ここから==========*/
/*---- item_page_title ---*/
.item_page_title {
	margin: 0 0 .625em;
	font-size: 1.14286em;
	line-height: 1.25em;
}

/*---- img-box ---*/
#itempage #img-box {
	margin-bottom: 1.66667em;
}

#itempage .itemimg {
	text-align: center;
}

#itempage .itemimg a {
	display: block;
}

#img-box .itemimg img {
	width: 100%;
	height: auto;
}

#itempage .itemsubimg {
	margin: 3% -3% 0 0;
	overflow: hidden;
}

#itempage .itemsubimg a {
	display: inline-block;
	width: 22%;
	margin: 0 3% 3% 0;
	float: left;
	text-align: center;
}

#itempage .itemsubimg img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/*---- item-info ---*/
#itempage .item-info {
	padding-top: 2.5em;
}

/*---- itemcode ---*/
#itempage .itemcode {
	margin-bottom: 1.42857em;
	padding-bottom: .357143em;
	border-bottom: 1px solid #ccc;
}

/*---- sku-name ---*/
.item-info .skuname {
	min-height: 30px;
	margin-bottom: 1.42857em;
	padding: .357143em;
	background-color: #dedede;
	font-weight: bold;
}

/*---- skuform ---*/
.item-info form {
	clear: both;
}

.item-info .skuform {
	margin-bottom: 2.142856em;
}

.item-info form .skuform:last-child {
	margin-bottom: 0;
}

.item-info .skuform form {
	clear: both;
}

/*---- zaikostatus ---*/
.item-info .zaikostatus {
	float: left;
}

/*---- field ---*/
.item-info .field {
	padding: 0 0 .357143em;
	overflow: hidden;
}

/*---- price ---*/
.item-info .field_price {
	float: right;
	font-size: 1.42857em;
	font-weight: bold;
}

.item-info .field_cprice {
	margin-right: .666667em;
	color: #999;
	font-size: .6em;
	font-weight: normal;
	text-decoration: line-through;
}

.item-info .field_price em {
	font-size: .5em;
}

/* ---- .tax_inc_block ---- */

.item-info .tax_inc_block {
	clear: both;
	font-size: 12px;
	text-align: right;
}

.item-info .tax_inc_block em {
	margin-right: 3px;
	color: #262626;
}


/*---- itemGpExp ---*/
.item-info .itemGpExp {
	margin: 1.42857em 0;
	padding: 1.42857em .357143em .714286em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.item-info .itemGpExp dt {
	font-weight: bold;
}

.item-info .itemGpExp .tax_inc_block {
	margin-left: .714286em;
}

.item-info .itemGpExp .price {
	padding: 0 0 0 .625em;
	font-size: 1.14286em;
	font-weight: bold;
}

.item-info .itemGpExp em {
	font-size: .5em;
}

/*---- item-option ---*/
.item-info .item-option {
	margin-bottom: 1.42857em;
	padding: 0 .357143em .714286em;
	clear: both;
	border-top: none;
	border-bottom: 1px solid #ccc;
}

.item-info .item-option dt {
	font-weight: bold;
}

.item-info .item-option dd {
	margin: 0 0 .714286em;
}

.item-info .item-option select option {
	background-color: #fff;
}

.item-info .item-option input[type="text"] {
	width: 60%;
}

.item-info .item-option .iopt_radio_label {
	display: block;
}

.item-info .item-option textarea {
	width: 100%;
	height: 100px;
}

/*---- c-box ---*/
.item-info .c-box {
	padding: 0;
	clear: both;
	text-align: right;
}

/*---- quantity ---*/
.item-info .quantity {
	display: inline-block;
	margin-bottom: 5px;
}

.item-info .quantity input.skuquantity {
	width: 60px !important;
	height: 40px;
	margin: 0 .357143em;
	padding: .357143em;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

/*---- cart-btn ---*/
.item-info .skubutton {
	padding: .714286em 2.142856em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff8c00;
	color: #fff;
	font-family: FontAwesome;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.item-info .skubutton:hover {
	background-color: #ffa500;
	cursor: pointer;
}

/*---- incart-btn ---*/
.item-info .incart-btn {
	text-align: left;
}

/*---- itemsoldout ---*/
.item-info .itemsoldout {
	color: #ff8c00;
	font-weight: bold;
	letter-spacing: .5px;
	text-align: right;
}

/*---- item_custom_field ---*/
.item-info ul.item_custom_field {
	margin-bottom: 2.142856em;
	float: right;
	line-height: 200%;
}

.item-info ul.item_custom_field li {
	padding: 0 .357143em;
	border-bottom: 1px dotted #999;
}

/*---- item-info table ---*/
.item-info table.item_custom_field {
	margin-bottom: 2.142856em;
	float: right;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.item-info .item_custom_field th {
	width: 40%;
	padding: .357143em;
	border: 1px solid #ccc;
	background-color: #eee;
}

.item-info .item_custom_field td {
	padding: .357143em;
	border: 1px solid #ccc;
}

/*---- assistance_item ---*/
.assistance_item h3 {
	margin: 1.42857em 0 0;
	border-bottom: 3px solid #eee;
	color: #000;
}

.assistance_item ul {
	overflow: hidden;
	letter-spacing: -.5em;
}

.assistance_item li {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}

.assistance_item li:nth-child(even) {
	margin-right: 0;
}

.assistance_item li .slit a {
	display: block;
	margin-bottom: .357143em;
}

.assistance_item li .slit img {
	width: 100%;
	height: auto;
}

.assistance_item li .detail h4 {
	height: 43px;
	margin: 0;
	overflow: hidden;
	font-weight: normal;
}

.assistance_item li .detail p {
	height: 60px;
	overflow: hidden;
}

.assistance_item li .detail .assist_price {
	height: 22px;
	font-weight: bold;
	text-align: right;
}

/*---- .date sku-form ---*/
.date .item-info .skuform {
	border: none;
}

/*---- dlseller ---*/
.item-info .frequency {
	margin-bottom: .714286em;
	text-align: right;

}

.item-info .field_frequency {
	display: inline-block;
	padding: 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #d3222a;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

#itempage table.dlseller {
	width: 100%;
	margin: 1.42857em 0 0;
}

#itempage table.dlseller th {
	width: 50%;
	padding: .714286em;
	border: 1px solid #ccc;
	background-color: #eee;
}

#itempage table.dlseller td {
	padding: .714286em;
	border: 1px solid #ccc;
}


/* =wc_search_page.php
-------------------------------------------------------------- */

section#usces-cart .navigation {
	clear: both;
	letter-spacing: normal;
	line-height: 300%;
}

section#usces-cart form {
	letter-spacing: normal;
}

section#usces-cart form .outlabel {
	display: block;
	padding: 1.42857em 0 .714286em;
}

#searchbox fieldset {
	margin-bottom: 1.42857em;
	padding: .7142857em 1.42857em;
	border: 1px solid #e0e0e0;
}

#searchbox legend {
	padding: 0 .7142857em;
}

#searchbox input.usces_search_button {
	display: block;
	margin: 0 auto;
	padding: 1.071428em 3em;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eee;
}

#searchbox .searchitems p {
	letter-spacing: normal;
}

/* =Cart Page + Member Page
-------------------------------------------------------------- */

/* ---- autofill ---- */
#wc_newmemberform .customer_form input#mailaddress1:-webkit-autofill,
#wc_newmemberform .customer_form input[type="password"]:-webkit-autofill,
#wc_customer .customer_form input#mailaddress1:-webkit-autofill,
#wc_customer .customer_form input[type="password"]:-webkit-autofill,
#wc_member .customer_form input#mailaddress1:-webkit-autofill,
#wc_member .customer_form input#password1:-webkit-autofill,
#wc_editmemberform .customer_form input#mailaddress1:-webkit-autofill,
#wc_editmemberform .customer_form input#password1:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
}

#wc_customer .customer_form input#loginpass:-webkit-autofill {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* =cart
-------------------------------------------------------------- */

#main #content.cart-page {
	float: none;
}

/*---- page-title ---*/
.cart_page_title {
	margin: 0 0 1.25em;
	font-size: 1.1428545em;
	line-height: 1.25em;
}

/*---- usccart_navi ---*/
div.cart_navi ul {
	overflow: hidden;
	list-style: none;
}

div.cart_navi li {
	display: block;
	padding: 0 .909095em 0 1.81818em;
	float: left;
	background: #dedede;
	color: #262626;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

div.cart_navi li::before {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 -20px -20px auto;
	float: right;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
	border-right: 4px solid #fff;
	background: #dedede;
}

div.cart_navi li::after {
	content: " ";
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: -20px -20px 0 auto;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
	border-right: 4px solid #fff;
	background: #dedede;
}

div.cart_navi li:last-child::before,
div.cart_navi li:last-child::after {
	border: none;
}

div.cart_navi li.current,
div.cart_navi li.current::before,
div.cart_navi li.current::after {
	background-color: #161616;
	color: #fff;
}

/*---- send ---*/
.cart-page .send {
	padding-top: .714286em;
	text-align: center;
}

.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button {
	background-color: #ff8c00;
	color: #fff;
}

.send input.to_customerinfo_button:hover,
.send input.to_memberlogin_button:hover,
.send input.to_deliveryinfo_button:hover,
.send input.to_confirm_button:hover,
.send input#purchase_button:hover {
	background-color: #ffa500;
}

/*---- header_explanation ---*/
div.header_explanation {
	margin: 1.42857em 0 1.42857em;
}

/*---- footer_explanation ---*/
div.footer_explanation {
	margin-top: 1.42857em;
}


/*---- cart_table ---*/
#cart_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}

#cart_table th {
	padding: .357143em;
	border: 1px solid #ccc;
	background-color: #efefef;
	text-align: center;
}

#cart_table td {
	padding: .357143em;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

#cart_table .aleft {
	text-align: left;
}

#cart_table .aright {
	text-align: right;
}

#cart_table td.productname {
	text-align: left;
}

#cart_table .amount {
	padding: .3125em .3125em .3125em 10px;
	font-size: 16px;
	letter-spacing: 1px;
}

#cart_table .subtotal {
	white-space: nowrap;
}

#cart_table em.tax {
	font-style: normal;
}

#cart_table .num,
#cart_table .thumbnail,
#cart_table .stock {
	display: none;
}

#cart_table .thumbnail img {
	height: auto;
}

#cart_table .quantity {
	width: 50px;
	text-align: center;
}

#cart_table .quantity input {
	width: 45px;
	padding: 0 5px;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
}

#cart .action {
	width: 40px;
	text-align: center;
	white-space: nowrap;
}

#cart .action input.delButton {
	display: block;
	padding: .557143em .714286em;
}


/*---- customer_form ---*/
.customer_form {
	width: 100%;
}

.customer_form tr {
	display: block;
	margin-bottom: 1.071428em;
	padding: 0 .5714285em 1.071428em;
	border-bottom: 2px solid #efefef;
}

.customer_form th {
	display: block;
	width: auto;
	margin-bottom: .357143em;
	padding: 0;
	border: none;
	background: none;
}

.customer_form th em {
	color: #f36;
	font-weight: bold;
}

.customer_form td {
	display: block;
	margin-bottom: 0;
	padding: 0;
	border: none;
	color: #666;
	font-size: 1em;
}

.customer_form td label {
	color: black;
}

.customer_form tr.inp1 td {
	display: inline-block;
	width: 45%;
}

.customer_form .member_name {
	padding-left: 1em;
}

.customer_form p.password_policy {
	margin-top: .4em;
	font-size: 12px;
}

.customer_form input#loginmail,
.customer_form input#mailaddress1,
.customer_form input#mailaddress2 {
	width: 70%;
}

.customer_form input#zipcode {
	margin-right: 0;
}

.customer_form input#search_zipcode {
	margin: .5714285em;
	padding: 5px 20px;
}

.customer_form input[type="password"] {
	display: block;
	margin-right: .5em;
}

.customer_form tr.inp1 input {
	width: 70%;
	margin-right: 0;
	margin-left: .5em;
}

.customer_form input[type="text"] {
	margin-right: .5em;
}


/* =wc_cart_page.php
-------------------------------------------------------------- */

#wc_cart #cart .upbutton {
	padding: 0 0 .714286em;
	text-align: right;
}

#wc_cart #cart .upbutton input {
	margin-left: 5px;
	padding: 3px 15px;
	border: 1px solid #ff8c00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	color: #ff8c00;
}

#wc_cart #cart .upbutton input:hover {
	background-color: #fdffd3;
	color: #e28619;
}

#wc_cart .currency_code {
	padding: .357143em 0;
}

#wc_cart .no_cart {
	padding: 3em 0;
	font-weight: bold;
	text-align: center;
}

/*--- PayPal Style ---*/

.ui-dialog {
	width: 95% !important;
	font-size: 1em;
}

.ui-dialog #paypal_dialog {
	padding: 10px;
}

#paypal_dialog #paypal_confirm td {
	text-align: right;
}

#paypal_dialog #paypal_shipping select {
	width: 100%;
}

#paypal_dialog #paypal_point table {
	border: none;
}

#paypal_dialog #paypal_point table th,
#paypal_dialog #paypal_point table td {
	border: 1px solid #e6e6e6;
}

#paypal_dialog #paypal_point tr:last-child td {
	padding: .83334em 0 0;
	border: none;
	text-align: center;
}

#paypal_dialog #paypal_use_point {
	width: auto;
	border: 1px solid #ff8c00;
	background-color: #fff;
	color: #ff8c00;
}

#paypal_dialog #paypal_use_point:hover {
	background-color: #fdffd3;
	color: #e28619;
}

/* =wc_customer_page.php
-------------------------------------------------------------- */

#customer-info h5 {
	margin: 1.42857em 0;
	padding: .357143em 0 .357143em .357143em;
	border-bottom: 1px solid #ccc;
	color: #000;
	letter-spacing: .05em;
}

#wc_customer .send input.to_reganddeliveryinfo_button {
	margin-top: .714286em;
	background-color: #ff8c00;
	color: #fff;
}

#wc_customer .send input.to_reganddeliveryinfo_button:hover {
	background-color: #ffa500;
}

#wc_customer .liwpp_area {
	padding: .714286em 0 0;
	text-align: center;
}


/* =wc_delivery_page.php
-------------------------------------------------------------- */

#wc_delivery .customer_form dt {
	padding: .714286em 0;
	font-weight: bold;
}

#wc_delivery .customer_form dd {
	margin-left: 1.42857em;
	color: #262626;
	overflow-wrap: anywhere;
}

#wc_delivery .customer_form select {
	width: fit-content;
	max-width: 280px;
}

#wc_delivery .customer_form dd * {
	max-width: 100%;
}

/*---　credit style　---*/
#wc_delivery #zeus select,
#wc_delivery #remise select,
#wc_delivery #escott select,
#wc_delivery #welcart select {
	width: auto;
	margin-right: .25em;
}

/*---　DL Seller　---*/

#dlseller_terms .dlseller_terms {
	height: 200px;
	padding: .833334em;
	overflow-y: scroll;
	border: 1px solid #ccc;
	font-size: 12px;
}


/* =wc_confirm_page.php
-------------------------------------------------------------- */

#wc_confirm div.usccart_navi li.usccart_confirm {
	background: none;
	background-color: #262626;
}

/*---- info-confirm ---*/
#info-confirm .confiem_notice {
	padding-bottom: 5px;
}

/*---- cart_table ---*/
#wc_confirm #cart_table {
	margin-bottom: 1.4286em;
}

#wc_confirm #cart_table td.unitprice,
#wc_confirm #cart_table td.subtotal {
	text-align: right;
}

/*---- point_table ---*/
#cart #point_table {
	width: 100%;
	margin: 0 auto 1.42857em !important;
	float: none;
}

#point_table td {
	width: 50%;
	padding: .357143em;
	border: 1px solid #ccc;
	text-align: center;
}

#point_table td.c-point,
#point_table td.u-point {
	background-color: #efefef;
	font-weight: bold;
}

#point_table .point-btn {
	padding: .83334em 0 0;
	border: none;
	text-align: center;
}

#point_table td span.point {
	padding-right: .3125em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

#point_table td input[type="text"] {
	width: 80px;
	margin: 0 .357143em;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
}

#point_table td input.use_point_button {
	border: 1px solid #ff8c00;
	background-color: #fff;
	color: #ff8c00;
}

#point_table td input.use_point_button:hover {
	background-color: #fdffd3;
	color: #e28619;
}

/*---- wcex_coupon ---*/
#cart #coupon_table {
	width: 100% !important;
	margin: 0 auto 1.42857em;
	float: none;
}

#cart #coupon_table th {
	width: 50%;
	padding: .357143em;
	border: 1px solid #ccc;
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

#cart #coupon_table td {
	width: 50%;
	height: auto !important;
	padding: .357143em;
	border: 1px solid #ccc;
	text-align: center;
}

#cart #coupon_table tr:first-child td:first-child {
	background-color: #efefef;
	font-weight: bold;
}

#cart #coupon_table tr:last-child td {
	padding: .714286em 0 0;
	border: none;
}

#cart #coupon_table td .use_coupon_button {
	margin-right: 5px;
	border: 1px solid #ff8c00;
	background-color: #fff;
	color: #ff8c00;
}

#cart #coupon_table td .use_coupon_button:hover {
	background-color: #fdffd3;
	color: #e28619;
}

/*---- confirm_table ---*/
#confirm_table {
	width: 100%;
	border-collapse: collapse;
}

#confirm_table th {
	width: auto;
	padding: .357143em;
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #262626;
	font-size: 1em;
	font-weight: bold;
}

#confirm_table td {
	padding: .357143em;
	border: 1px solid #ccc;
}

#confirm_table tr.ttl td {
	background-color: #efefef;
}

#wc_confirm table .action {
	display: none;
}

#confirm_table .ttl h3 {
	color: #fff;
	letter-spacing: .05em;
}

#wc_confirm .currency_code {
	padding-bottom: .357143em;
}

/*---- send ---*/
#wc_confirm .send input#back_button {
	margin-bottom: .714286em;
}

.wc_confirm_notes_area {
	margin: 2em 0;
}

#wc_confirm #checkout_paypal_cp iframe {
	position: static;
	width: 750px;
	max-width: 100%;
	padding: 0 20px;
}


/* =wc_completion_page.php
-------------------------------------------------------------- */

#wc_ordercompletion h3 {
	margin: 1.785715em 0;
	text-align: center;
}

#wc_ordercompletion .header_explanation {
	text-align: center;
}

#wc_ordercompletion .send a {
	padding: 10px 20px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #efefef;
}

#wc_ordercompletion .send a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/*　wc_templates dlseller　*/
#wc_ordercompletion .dllist {
	text-align: center;
}

#wc_ordercompletion .dllist li {
	margin-bottom: 1.4286em;
}

#wc_ordercompletion .dllist li:last-child {
	margin-bottom: 0;
}

#wc_ordercompletion .dllist .thumb {
	margin-bottom: 1.4286em;
	padding: .714286em 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}

#wc_ordercompletion .dllist .thumb img {
	height: auto;
}

#wc_ordercompletion .dllist table {
	margin: 0 auto 1.4286em;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#wc_ordercompletion .dllist th {
	width: 30%;
	padding: .714286em;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}

#wc_ordercompletion .dllist td {
	padding: .714286em;
	border: 1px solid #ccc;
}

#wc_ordercompletion .item_info_list p {
	text-align: center;
}

#wc_ordercompletion a.redownload_button {
	display: inline-block;
	margin-bottom: 1em;
	padding: .714286em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff8c00;
	color: #fff;
	text-decoration: none;
}

#wc_ordercompletion a.redownload_button:hover {
	background-color: #ffa500;
}


/* =member
-------------------------------------------------------------- */

#main #content.member-page {
	width: 100%;
	float: none;
}

/*---- page-title ---*/
.member_page_title {
	margin: 0 0 1.25em;
	font-size: 1.14286em;
	line-height: 1.25em;
}

/*---- send ---*/
.member-page .send {
	padding-top: .714286em;
	text-align: center;
}

.member-page .send input {
	background-color: #ff8c00;
	color: #fff;
}

.member-page .send input:hover {
	background-color: #ffa500;
}


/* =wc_login_page.php
-------------------------------------------------------------- */

#wc_login .loginbox,
#wc_member .loginbox {
	padding: .714286em 2.142856em;
	text-align: left;
}

#wc_login .loginbox label,
#wc_member .loginbox label {
	line-height: 180%;
}

#wc_login .loginbox input,
#wc_memebr.login .loginbox input {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}

#wc_login .loginbox input.loginmail,
#wc_login .loginbox input.loginpass,
#wc_member .loginbox input.loginmail,
#wc_member .loginbox input.loginpass {
	width: 100%;
	margin-bottom: .714286em;
	border: 1px solid #ccc;
}

.loginbox .submit {
	padding: .714286em 0;
}

#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff8c00;
	color: #fff;
}

#wc_login .loginbox #member_login:hover,
#wc_member .loginbox #member_login:hover {
	background-color: #ffa500;
}

#wc_login .loginbox .new-entry,
#wc_member .loginbox .new-entry {
	margin: 10px 0;
	padding: 20px;
	background-color: #efefef;
}

#wc_login .loginbox .new-entry #nav,
#wc_member .loginbox .new-entry #nav {
	margin-top: .833338em;
	text-align: center;
}

#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a {
	display: inline-block;
	padding: .714286em 1.42857em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff8c00;
	color: #fff;
}

#wc_login .loginbox .new-entry #nav a:hover,
#wc_member .loginbox .new-entry #nav a:hover {
	background-color: #ffa500;
	text-decoration: none;
}

#wc_member .loginbox a {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
}

#wc_member .loginbox a:hover {
	background: none;
	text-decoration: underline;
}

#wc_login .footer_explanation,
#wc_member .footer_explanation {
	clear: both;
}

#wc_login .liwpp_area,
#wc_member .liwpp_area {
	text-align: center;
}


/* =wc_changepassword_page.php
-------------------------------------------------------------- */

wc_changepassword .whitebox {
	text-align: center;
}

#wc_changepassword .loginbox {
	padding: .8333em 2.5em;
	font-size: .85714em;
	text-align: left;
}

#wc_changepassword .loginbox label {
	line-height: 180%;
}

#wc_changepassword .loginbox input.loginpass {
	width: 100%;
	margin-bottom: .714286em;
	padding: .35714em;
	border: 1px solid #ccc;
}

#wc_changepassword #member_login {
	width: 240px;
    height: 55px;
    font-size: 1rem;
    background-color: #6A2A10;
	margin: 36px auto 0;
    display: block;
}

#wc_changepassword #member_login:hover {
	background-color: #6A2A10;
}

#wc_changepassword p.password_policy {
	margin: 0 0 .8em;
	font-size: 12px;
}
@media screen and (max-width: 760px) {
	#wc_changepassword #member_login {
		width: 100%;
	}
}

/* =wc_lostpassword_page.php
-------------------------------------------------------------- */

#wc_lostmemberpassword .whitebox {
	text-align: center;
}

#wc_lostmemberpassword .loginbox {
	padding: .714286em 2.142856em;
	text-align: left;
}

#wc_lostmemberpassword .loginbox label {
	line-height: 180%;
}

#wc_lostmemberpassword input,
#wc_lostmemberpassword a {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#wc_lostmemberpassword .loginbox input.loginmail {
	width: 100%;
	margin-bottom: .714286em;
}

#wc_lostmemberpassword #member_login {
	margin-bottom: .714286em;
	padding: .714286em 1.42857em;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff8c00;
	color: #fff;
}

#wc_lostmemberpassword #member_login:hover {
	background-color: #ffa500;
}

#wc_lostmemberpassword #nav a {
	display: inline-block;
	padding: .714286em 1.42857em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #efefef;
	color: #262626;
	text-align: center;
}

#wc_lostmemberpassword #nav a:hover {
	background-color: #ddd;
	text-decoration: none;
}

#wc_lostmemberpassword .error_message {
	margin: 0 auto 10px;
	text-align: left;
}


/* =wc_member_completion_page.php
-------------------------------------------------------------- */

#wc_newcompletion #memberpages,
#wc_lostcompletion #memberpages,
#wc_changepasscompletion #memberpages {
	text-align: center;
}

#wc_newcompletion #memberpages p a,
#wc_lostcompletion #memberpages p a{
	display: inline-block;
	margin: 1.071428em 0 0;
	padding: .714286em 1.42857em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #efefef;
}

#wc_newcompletion #memberpages p a:hover,
#wc_lostcompletion #memberpages p a:hover{
	background-color: #ddd;
	text-decoration: none;
}

#wc_newcompletion .send a,
#wc_lostcompletion .send input,
#wc_lostcompletion .send a {
	display: inline-block;
	padding: .714286em 1.42857em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #efefef;
}

#wc_newcompletion #memberpages a:hover,
#wc_lostcompletion #memberpages input:hover,
#wc_lostcompletion #memberpages a:hover {
	background-color: #ddd;
	text-decoration: none;
}


/* =wc_member_page.php
-------------------------------------------------------------- */

/*---- h3 ---*/
#wc_member h3,
#wc_editmemberform h3 {
	margin: 1.42857em 0;
	padding: .357143em;
	border-bottom: 1px solid #ccc;
	color: #000;
	letter-spacing: .05em;
}

#wc_member h3 a,
#wc_editmemberform h3 a {
	padding: 0;
	background: none;
}

/*---- table ---*/
#memberinfo table {
	display: block;
	width: 100%;
	margin-bottom: .714286em;
	border: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#memberinfo table tbody,
#memberinfo table tr {
	display: block;
}

#memberinfo th {
	display: block;
	width: auto;
	padding: .357143em;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	font-weight: normal;
}

#memberinfo td {
	display: block;
	padding: .357143em;
	border: none;
	border-bottom: 1px solid #ccc;
}

#memberinfo .space {
	display: none;
}

#memberinfo .button {
	text-align: center;
}

#memberinfo td img {
	max-width: 100%;
	height: auto;
}

/*---- member_submenu ---*/
.member_submenu {
	margin: 0;
}

.member_submenu li {
	margin-bottom: .714286em;
	list-style: none;
	text-align: center;
}

.member_submenu a {
	display: inline-block;
	width: 100%;
	padding: .714286em 1.42857em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #efefef;
	color: #262626;
}

.member_submenu a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/*---- history-area ---*/
#memberinfo .history-area table .aleft {
	text-align: left;
}

#memberinfo .history-area table .rightnum {
	text-align: right;
}

/*---- .retail + #history_head  ---*/
#memberinfo .retail tbody,
#memberinfo #history_head tbody {
	display: table-row-group;
}

#memberinfo .retail tr,
#memberinfo #history_head tr {
	display: table-row;
}

#memberinfo #history_head th,
#memberinfo .retail th {
	display: table-cell;
	padding: 5px 3px;
	border: 1px solid #ccc;
	background-color: #efefef;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
}

#memberinfo #history_head td,
#memberinfo .retail td {
	display: table-cell;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 1.2em;
	vertical-align: middle;
}

/*---- history_head ---*/
#memberinfo #history_head {
	display: table;
	width: 100%;
	margin-bottom: .8333em;
	border-collapse: collapse;
}

/*---- customer_form ---*/
#memberinfo .customer_form {
	margin-bottom: 0;
	border: none;
}

#memberinfo .customer_form th {
	width: auto;
	margin-bottom: .357143em;
	padding: 0;
	border: none;
	background: none;
	font-weight: bold;
}

#memberinfo .customer_form td {
	display: block;
	padding: 0;
	border: none;
	color: #666;
	font-size: 1em;
}

#memberinfo .customer_form tr.inp1 td {
	display: inline-block;
}

/*---- send ---*/
.member-page #memberinfo .send input.top,
.member-page #memberinfo .send input.deletemember {
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	background-color: #efefef;
	color: #262626;
}

.member-page #memberinfo .send input.deletemember {
	margin-top: .714286em;
}

.member-page #memberinfo .send input.top:hover,
.member-page #memberinfo .send input.deletemember:hover {
	background-color: #ddd;
}


/*-------------------------------------------
　WCEX DL Seller　*/

#memberinfo #history_head td.retail a {
	padding: 0;
	background: none;
	color: #0f9abb;
}

#memberinfo #history_head td.retail a:hover {
	text-decoration: underline;
}

/*---- retail ---*/
#memberinfo .retail {
	display: table;
	width: 100%;
	margin-bottom: 1.666666em;
	border-collapse: collapse;
}

#memberinfo .retail td.cartrownum,
#memberinfo .retail td.thumbnail {
	text-align: center;
}

#memberinfo .retail .quantity {
	white-space: nowrap;
}

#memberinfo table.retail .redownload_link {
	margin: .714286em 0;
	text-align: center;
}

#memberinfo table.retail .redownload_link a {
	padding: .714286em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff8c00;
	color: #fff;
	text-decoration: none;
}

#memberinfo table.retail .redownload_link a:hover {
	background-color: #ffa500;
}


/* =ZEUS
-------------------------------------------------------------- */

/*--- wc_member_page.php ---*/
.gotoedit,
.gotoedit {
	margin: 10px 0;
	text-align: center;
}

.gotoedit a,
.gotoedit a {
	display: inline-block;
	padding: .714286em 1.42857em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #efefef;
	color: #262626;
}

.gotoedit a:hover,
.gotoedit a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/*---　#wc_member_update_settlement　---*/
#wc_member_update_settlement h3 {
	margin: 1.53846em 0;
	padding: .384615em 0 .384615em .23076em;
	border-bottom: 1px solid #ccc;
	color: #000;
	letter-spacing: .05em;
}

#wc_member_update_settlement .send {
	text-align: center;
}

#wc_member_update_settlement .send input:last-child {
	margin-top: 10px;
}

#wc_member_update_settlement td select {
	width: auto;
}


/* =wc_new_member_page.php + wc_customer.php
-------------------------------------------------------------- */

.agree_member_area {
	width: 90%;
	margin: 1.42857em auto 0;
}

.agree_member_area .at_exp_text {
	margin-bottom: .714286em;
}

.agree_member_area textarea {
	width: 100%;
	height: 150px;
	margin-bottom: .41666em;
	padding: .769231em;
	border: 1px solid #ccc;
	color: #565656;
	font-size: 13px;
	line-height: 180%;
	resize: none;
}

.agree_member_area .at_check_area {
	text-align: center;
}


/*---　Delivery Address in Cart　---*/

.delivery-address-book #delivery_address_book {
	display: block;
	margin-bottom: 15px;
}

table#delivery_table tr td.delivery-address-book a.new-delivery-address-button {
	float: none;
}

/* =wc_member_mda_page.php
-------------------------------------------------------------- */

.memb-delivery-address #new_destination {
	width: 100%;
	margin: 10px 0 0;
}

.memb-delivery-address .return_navi {
	position: initial;
	width: 100%;
	margin: 10px 0 0 0;
}

.memb-delivery-address .return_navi a {
	width: 100%;
	text-align: center;
}

.memb-delivery-address .return_navi a:hover {
	color: #fff;
}

.memb-delivery-address .destination_label {
	display: block;
}

.memb-delivery-address #destination {
	width: 100%;
	margin: 0;
}

.memb-delivery-address .msa_field {
	padding: 1.071428em 0;
	border-bottom: #efefef 2px solid;
	background: none;
}

.memb-delivery-address .msa_field label {
	display: block;
	width: 100%;
	margin-bottom: 4px;
	padding: 0;
}

.memb-delivery-address .msa_field textarea,
.memb-delivery-address .msa_field input[type="text"] {
	width: 100%;
	margin: 0;
}

.memb-delivery-address .msa_field .member_name {
	padding-left: 1em;
}

.memb-delivery-address .msa_field #msa_name,
.memb-delivery-address .msa_field #msa_name2,
.memb-delivery-address .msa_field #msa_furigana,
.memb-delivery-address .msa_field #msa_furigana2 {
	width: calc((100% / 2) - 3.5em);
	margin: 0 .5em;
	vertical-align: middle;
}

.memb-delivery-address .msa_field #msa_name2,
.memb-delivery-address .msa_field #msa_furigana2 {
	margin-right: 0;
}

.memb-delivery-address #zipcode {
	width: 8em;
	margin-right: 1em;
}

.memb-delivery-address .msa_field .search-zipcode {
	margin: 0;
}

.memb-delivery-address #msa_address1,
.memb-delivery-address #msa_address2,
.memb-delivery-address #msa_note {
	width: 100%;
}

.memb-delivery-address #msa_tel,
.memb-delivery-address #msa_fax {
	width: 43%;
}

.memb-delivery-address .msa_field select {
	margin: 0;
}

.memb-delivery-address .msa_message {
	margin-left: 1em;
}

.memb-delivery-address #name_message,
.memb-delivery-address #zip_message,
.memb-delivery-address #tel_message {
	display: block;
	margin-left: 0;
}

.memb-delivery-address #address1_message,
.memb-delivery-address #address2_message {
	margin-left: 0;
}

/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {

	/* =item-single.php
	-------------------------------------------------------------- */
	.item_page_title {
		margin: 0 0 2.22222em;
		font-size: 1.285714em;
		line-height: 1.285714em;
	}

	#itempage #img-box {
		width: 40%;
		margin-bottom: 0;
		float: left;
	}

	#img-box .itemsubimg a {
		width: 30.333%;
	}

	.detail-box {
		width: 55%;
		float: right;
	}

	#itempage .item-info {
		clear: both;
	}

	.item-info .skuform {
		margin: 0 0 2.85714em;
	}

	.item-info .skubutton {
		padding: 1.071428em 2.142856em;
	}

	.item-info .field {
		text-align: right;
	}

	.item-info .zaikostatus,
	.item-info .field_price {
		margin-bottom: .357143em;
		float: none;
	}

	/* ---- .tax_inc_block ---- */

	.item-info .tax_inc_block {
		margin: -8px 0 10px;
		clear: both;
		text-align: right;
	}

	.assistance_item li {
		width: 22%;
		margin-right: 4%;
		padding: 1.42857em 0 0;
	}

	.assistance_item li:nth-child(even) {
		margin-right: 4%;
	}

	.assistance_item li:nth-child(4n) {
		margin-right: 0;
	}

	/* =cart
	-------------------------------------------------------------- */
	.cart_page_title {
		margin: 0 0 2.22222em;
		font-size: 1.285714em;
		line-height: 1.285714em;
	}

	div.cart_navi li {
		width: 24.5%;
		font-size: 1em;
	}

	#cart_table .thumbnail {
		display: table-cell;
	}

	/* =wc_cart_page.php
	-------------------------------------------------------------- */
	.ui-dialog {
		width: 400px !important;
	}

	/* =wc_confirm_page.php
	-------------------------------------------------------------- */
	#wc_confirm .send input#back_button {
		margin-bottom: 0;
	}

	/* =member
	-------------------------------------------------------------- */
	.member_page_title {
		margin: 0 0 2.22222em;
		font-size: 1.285714em;
		line-height: 1.285714em;
	}

	#wc_login .error_message,
	#wc_member .error_message,
	#wc_changepassword .loginbox,
	#wc_changepassword .error_message,
	#wc_lostmemberpassword .loginbox,
	#wc_lostmemberpassword .error_message {
		width: 50%;
	}

	#wc_login .loginbox,
	#wc_changepassword .loginbox,
	#wc_lostmemberpassword .loginbox {
		margin: 0 auto;
		padding: .714286em 2.14285em;
		font-size: 1em;
	}

	.loginbox .submit,
	#wc_lostmemberpassword #nav a {
		font-size: 1em;
	}

	#wc_newcompletion #memberpages p a,
	#wc_lostcompletion #memberpages p a {
		margin: 1.0714em 0 0;
		padding: .714286em 1.42857em;
		font-size: 1em;
	}

	/* =wc_member_page.php
	-------------------------------------------------------------- */
	.member_submenu a {
		width: auto;
	}

	.member-page .send {
		padding-top: 1.42857em;
	}

	#memberinfo table {
		display: table;
		font-size: 1em;
		font-weight: normal;
	}

	#memberinfo table tbody {
		display: table-row-group;
	}

	#memberinfo table tr {
		display: table-row;
	}

	#memberinfo th {
		display: table-cell;
		border: 1px solid #ccc;
		font-weight: bold;
	}

	#memberinfo td {
		display: table-cell;
		border: 1px solid #ccc;
	}

	#memberinfo .space {
		display: table-cell;
	}

	#memberinfo #history_head {
		font-size: 1em;
	}

	#memberinfo #history_head th {
		font-size: 1em;
		white-space: nowrap;
	}

	#memberinfo #history_head td,
	#memberinfo .retail th,
	#memberinfo .retail td {
		padding: .35715em;
		font-size: 1em;
	}

	.member-page #memberinfo .send input.editmember {
		margin: 0;
	}

	.member-page #memberinfo .send input.deletemember {
		margin-top: 0;
	}

	#memberinfo .customer_form th {
		display: table-cell;
		width: 30%;
		padding: .35715em 1.0714em;
		border: 1px solid #ccc;
		background-color: #efefef;
		vertical-align: middle;
	}

	#memberinfo .customer_form td {
		display: table-cell;
		padding: .35715em 1.0714em;
		border: 1px solid #e0e0e0;
	}

	#memberinfo .customer_form tr.inp1 td {
		display: table-cell;
	}


	/*---　Delivery Address in Cart　---*/

	.delivery-address-book #delivery_address_book {
		display: inline-block;
		margin: 0 1em 0 0;
	}

	table#delivery_table tr td.delivery-address-book a.new-delivery-address-button {
		float: right;
	}

}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {


	/* =item-single.php
	-------------------------------------------------------------- */

	.item-info .item-option dt,
	.item-info .itemGpExp dt {
		display: inline-block;
		width: 25%;
		margin-bottom: .714286em;
		vertical-align: top;
	}

	.item-info .item-option dd,
	.item-info .itemGpExp dd {
		display: inline-block;
		width: 65%;
		margin-bottom: .714286em;
		padding-left: 3%;
		border-left: 1px solid #ccc;
	}

	.item-info .field {
		padding-bottom: 0;
	}


	/* =cart
	-------------------------------------------------------------- */

	/*--- cart_table ---*/
	.cart-page .send {
		padding-top: 1.42857em;
	}

	#cart_table .stock {
		display: table-cell;
		white-space: nowrap;
	}

	/*---- customer_form ---*/
	.customer_form {
		margin-bottom: 1.071428em;
	}

	.customer_form tr {
		display: table-row;
		margin-bottom: 0;
		padding: 0;
		border: none;
	}

	.customer_form th {
		display: table-cell;
		width: 25%;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
		background-color: #f6f6f6;
		vertical-align: middle;
	}

	.customer_form td {
		display: table-cell;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
		color: #6e6e6e;
	}

	.customer_form tr.inp1 td {
		display: table-cell;
		width: auto;
		margin-bottom: 0;
	}

	.customer_form input[type="password"] {
		display: inline-block;
	}


	/* =wc_confirm_page.php
	-------------------------------------------------------------- */

	/*---- confirm_table ---*/
	#confirm_table th {
		display: table-cell;
		width: 30%;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
		background-color: #efefef;
		vertical-align: middle;
	}

	#confirm_table td {
		display: table-cell;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
	}

	#confirm_table .ttl h3 {
		margin: 0;
		padding: 0;
		background: none;
	}


	/* =wc_new_member_page.php + wc_customer.php
	-------------------------------------------------------------- */

	.agree_member_area {
		width: 70%;
		margin: 1.42857em auto 0;
	}


	/* =wc_member_mda_page.php
	-------------------------------------------------------------- */

	.memb-delivery-address .msa_total {
		display: flex;
		align-items: center;
	}

	.memb-delivery-address #new_destination {
		width: auto;
		margin: 0 0 0 1em;
	}

	.memb-delivery-address .return_navi {
		position: absolute;
		width: auto;
		margin: 0;
	}

	.memb-delivery-address #destination {
		width: auto;
		margin: 0 0 0 1em;
	}

	.memb-delivery-address .msa_operation {
		display: flex;
		align-items: center;
	}

	.memb-delivery-address .msa_field {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: none;
	}

	.memb-delivery-address .msa_field label {
		width: 25%;
		margin: 0;
	}

	.memb-delivery-address .msa_field textarea,
	.memb-delivery-address .msa_field input[type="text"],
	.memb-delivery-address #msa_address1,
	.memb-delivery-address #msa_address2,
	.memb-delivery-address #msa_note {
		width: 75%;
	}

	.memb-delivery-address .msa_field #msa_name,
	.memb-delivery-address .msa_field #msa_name2,
	.memb-delivery-address .msa_field #msa_furigana,
	.memb-delivery-address .msa_field #msa_furigana2 {
		width: calc((75% / 2) - 5em);
	}

	.memb-delivery-address #msa_tel,
	.memb-delivery-address #msa_fax {
		width: 30%;
	}

	.memb-delivery-address #name_message,
	.memb-delivery-address #address1_message,
	.memb-delivery-address #address2_message {
		display: block;
		margin-left: 25%;
	}

	.memb-delivery-address #zip_message,
	.memb-delivery-address #tel_message {
		display: inline;
		margin-left: 1em;
	}


}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

	/* =cart
	-------------------------------------------------------------- */
	#cart_table .num {
		display: table-cell;
	}

	/* =wc_login_page.php
	-------------------------------------------------------------- */
	#wc_login .loginbox {
		width: 50%;
	}

	/* =wc_delivery_page.php
	-------------------------------------------------------------- */
	#wc_delivery .customer_form select {
		max-width: 500px;
	}
}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {


	/* =item-single.php
	-------------------------------------------------------------- */

	/*---- imgblock ---*/
	#itempage #img-box {
		width: 300px;
		margin-bottom: 2.142856em;
	}

	#itempage .item-description {
		margin-bottom: 2.142856em;
	}

	/*---- item-option ---*/
	.item-info .item-option select[multiple] {
		width: 100%;
	}

	/*---- assistance_item ---*/
	.assistance_item h3 {
		margin: 2.142856em 0 0;
	}

	/* =member
	-------------------------------------------------------------- */
	#memberinfo h3 {
		margin: 2.142856em 0 1.42857em;
		padding: 0;
		background: none;
		font-size: 1em;
	}

	#memberinfo th {
		padding: .714286em;
	}

	#memberinfo td {
		padding: .357143em 1.071428em;
	}

	/*---- history-area ---*/
	#memberinfo .history-area {
		max-height: 500px;
		margin-bottom: 2.85714em;
		padding: 1.42857em 1.42857em 0 0;
		overflow-y: scroll;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	/*--- wc_login  ---*/
	#wc_login .loginbox .new-entry #nav a,
	#wc_member .loginbox .new-entry #nav a,
	#wc_lostmemberpassword #member_login,
	#wc_lostmemberpassword #nav a,
	#wc_newcompletion #memberpages p a,
	#wc_lostcompletion #memberpages p a,
	#wc_newcompletion .send a,
	#wc_lostcompletion .send input,
	#wc_lostcompletion .send a {
		padding: 1.071428em 2.14286em;
	}
}


/*=========ここまで==========*/
/*バスケットの中*/
.ec-01 {
	margin-top: 120px;
}

.ec-01 div.cart_navi ul {
	padding: 0;
}

.ec-01 div.cart_navi li{
	width: 25%;
	font-weight: normal;
	color: #776B58;
	background-color: #F4F2ED;
}
.ec-01 div.cart_navi li:last-child::before,
.ec-01 div.cart_navi li:last-child::after {
    display: none;
} 

.ec-01 div.cart_navi li:last-child {
	width: 25%;
}

.ec-01 div.cart_navi li.current,
.ec-01 div.cart_navi li.current::before,
.ec-01 div.cart_navi li.current::after,
.ec-01 #wc_cart #cart .upbutton input,
.ec-01 .send .to_customerinfo_button {
	background-color: #6A2A10;
	color: #ffffff;
}
.ec-01 #cart_table {
    border: 1px solid #ccc;
}
.ec-01 #cart_table tbody tr {
    border-bottom: 1px solid #ccc;
}
.ec-01 #cart_table .amount {
    padding: 0.3125em 20px;
} 

.ec-01 #cart .upbutton {
	margin-top: 20px;
	padding: 0;
}

.ec-01 #wc_cart #cart .upbutton input {
	width: 80px;
	height: 30px;
	padding: 0;
}

.send input.to_customerinfo_button:hover {
	background-color: #ffffff;
	color: #6A2A10;
}



.ec-01 .send {
	padding: 0;
	margin-top: 60px;
	display: flex;
	gap: 30px;
	justify-content: center;
}

.ec-01 #cart_table th,
.ec-01 .customer_form th {
	font-weight: normal;
	background-color: #F4F2ED;
}

.ec-01 .continue_shopping_button,
.ec-01 .to_customerinfo_button {
	width: 240px;
	border: 0.75px solid #776B58;
}

.ec-01 .send .btn_return::after {
	content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(120deg);
    transform: skewX(120deg);
    border-bottom: 1px solid #6A2A10;
    border-left: 1px solid #6A2A10;
    position: relative;
    top: -32px;
    right: -10%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}
.ec-01 .btn_next::after {
	content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: relative;
    top: -32px;
    right: -80%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.ec-01 .shopping-guide h3 {
    font-size: 16px;
    font-weight: bold;
}

.shopping-flow-list li {
    padding: 30px 0 0 0;
	display: flex;
}

.shopping-flow-list p {
    padding-right: 2rem;    
}

.ec-01 .num2 {
	font-size: 35px;
    color: #6A2A10;
    font-weight: bold;
    padding: 0 18px 0 0;
}

.ec-01 .shopping-guide-sendcost .table2 {
    display: none;
}
div.cart_navi li::after,
div.cart_navi li::before {
    background: #F4F2ED;
}

@media screen and (max-width: 730px) {
    .ec-01 div.cart_navi li:last-child {
        width: 25%;
    }
    div.cart_navi li::after,
    div.cart_navi li::before {
        width: 10px;
        height: 20px;
        background: #F4F2ED;
    }
    div.cart_navi li::before {
        margin: 0 -15px -20px auto;
    }
    div.cart_navi li::after {
        margin: -20px -15px 0 auto;
    }
    .ec-01 #cart_table,
    .ec-01 #cart_table tbody {
        display: block;
    }
    .ec-01 #cart_table thead,
    .ec-01 #cart_table .productname::before,
    .ec-01 #cart_table .num,
    .ec-01 #cart_table .stock {
        display: none;
    }
    .ec-01 #cart_table td {
        border: none;
        display: flex;
        float: right;
        width: 75%;
        justify-content: flex-start;
        align-items: center;
    }
    .ec-01 #cart_table td::before  {
        content: attr(data-label);
        display: block;
        margin-right: 15px;
    }
    .ec-01 #cart_table .thumbnail {
        float: left;
        width: 25%;
    }
    .ec-01 #cart_table .quantity input {
        width: 60px;
        height: 35px;
        text-align: left;
    }
    .ec-01 #cart_table tfoot {
        display: block;
    }
    .ec-01 #cart_table tfoot tr {
        display: flex;
    }
    .ec-01 #cart_table tfoot th {
        display: block;
        border: none;
        width: 50%;        
    }
    .ec-01 #cart_table tfoot th.action {
        display: none;
    }
    .ec-01 #cart tbody .action::before {
        display: none;
    } 
    .ec-01 #cart .action input.delButton {
        display: block;
        padding: 0.557143em 0.714286em;
        max-width: 187px;
        width: 100%;
        background: #F4F2ED;
        border-radius: 3px;
        margin: 5px 0 20px;
        color: #43403D;
    }
    .ec-01 .shopping-guide-flow,
    .ec-01 .shopping-guide-payment,
    .ec-01 .shopping-guide-sendcost {
        width: 100%;
    }
    .ec-01 .shopping-guide-payment,
    .ec-01 .shopping-guide-sendcost {
        margin-top: 60px;
    }
    .t-form__area.t-form__area--col.sp-modal {
        display: block;
    }
    .takeout__credit.t-credit {
        scrollbar-width: none; 
        -ms-overflow-style: none;
        touch-action: none;
    }
    .takeout__credit.t-credit::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .ec-01 .send {
        margin-top: 50px;
        gap: 20px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .ec-01 .send .btn_return,
    .ec-01 .send .btn_next, 
    .ec-01 .continue_shopping_button,
    .ec-01 .to_customerinfo_button {
        height: 60px;
        width: 325px;
    }

    .ec-01 .upbutton p {
        width: 70%;
        float: left;
    }

    .ec-01 #wc_cart #cart .upbutton input {
        margin: 5px auto;
        width: 70px;
        height: 40px;
    }
    
    .ec-01 .send .btn_next::after {
        top: -35px;
        left: 85%;
    }

    .ec-01 .send .btn_return::after {
        top: -35px;
        left: 8%;
    }

    .ec-01 .shopping-flow-list p {
        padding-right: 0;
    }
    
    .ec-01 .shopping-guide-detail {
        padding: 1.5rem 20px;
    }

    .ec-01 .shopping-payment-item {
        flex-direction: column;
    }

    .ec-01 .shopping-payment-item dd {
        padding-left: 1rem;
    }

    .ec-01 .shopping-guide-sendcost .table1 {
        display: none;
    }

    .ec-01 .shopping-guide-sendcost .table2 {
        display: table;
    }

    .ec-01 .shopping-guide-sendcost th {
        padding: 1.5rem 0.3rem;
        width: 34%;
    }

    .ec-01 .shopping-guide-sendcost td {
        width: 36%;
    }

}


/*お客様情報*/

.ec-02 {
	margin-top: 120px;
}

.ec-02 .cart_page_title {
    font-size: 24px;
    margin: 0 0 30px;
    line-height: 36px;
    font-weight: bold;
    color: #6A2A10;
}

.ec-02 input {
	height: 35px;
}

.ec-02 div.cart_navi ul {
	padding: 0;
}

.ec-02 div.cart_navi li{
	width: 25%;
	font-weight: normal;
	color: #776B58;
	background-color: #F4F2ED;
}

.ec-02 div.cart_navi li:last-child {
	width: 24%;
}

.ec-02 div.cart_navi li.current,
.ec-02 div.cart_navi li.current::before,
.ec-02 div.cart_navi li.current::after,
.ec-02 #wc_cart #cart .upbutton input,
.ec-02 .send .to_customerinfo_button {
	background-color: #6A2A10;
	color: #ffffff;
}

.ec-02 #customer-info h5 {
    color: #6A2A10;
	font-weight: bold;
	font-size: 24px;
    margin: 15px 0;
    padding: 0;
    letter-spacing: 0;
    border-bottom: none;
}

.ec-02 .customer_form input#loginmail,
.ec-02 .customer_form input {
	width: 240px;
	background-color: unset;
}
#address1,
#address2,
#address3 {
    width: 70%;
}
.ec-02 .customer_form td {
    padding: 10px 20px;
}

.ec-02 .send {
	width: 100%;
	margin: 30px auto 60px;
	padding: 0;
}

.ec-02 .send2 {
	width: 100%;
	margin: 36px auto 0;
	padding: 0;
	display: flex;
    align-content: center;
    justify-content: center;
    gap: 30px;
}

.ec-02 .next_btn::after {
	content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: relative;
    top: -33px;
    right: -85%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.ec-02 .send2 .next_btn::after {
    right: -84%;
}

.ec-02 .send input.to_memberlogin_button,
.ec-02 .send2 input.to_deliveryinfo_button,
.ec-02 .send2 input.to_reganddeliveryinfo_button {
	color: #ffffff;
	background-color: #6A2A10;
	padding: 0;
    line-height: 55px;
    width: 240px;
    height: 55px;
}

.ec-02 .send2 .back_cart_button {
	width: 240px;
	height: 55px;
	border: 0.75px solid #776B58;
}

.ec-02 .send2 .return_btn::after {
	content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(150deg);
    transform: skewX(150deg);
    border-bottom: 1px solid #6A2A10;
    border-left: 1px solid #6A2A10;
    position: relative;
    top: -32px;
    right: -10%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.ec-02 .must {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.ec-02 .mustmark {
    background-color: #6A2A10;
    color: #ffffff;
    width: 45px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    border-radius: 3px;
}

.ec-02 input::placeholder {
    font-size: 0.75rem;
    color: #aaa;
}


/*発送・支払い方法*/

.ec-03 {
	margin-top: 120px;
}

.ec-03 .cart_page_title {
    font-size: 24px;
    margin: 0 0 30px;
    line-height: 36px;
    font-weight: bold;
    color: #6A2A10;
}

.ec-03 div.cart_navi ul {
	padding: 0;
}

.ec-03 div.cart_navi li {
	width: 25%;
	font-weight: normal;
	color: #776B58;
	background-color: #F4F2ED;
}

.ec-03 div.cart_navi li:last-child {
	width: 24%;
}

.ec-03 div.cart_navi li.current,
.ec-03 div.cart_navi li.current::before,
.ec-03 div.cart_navi li.current::after,
.ec-03 #wc_cart #cart .upbutton input,
.ec-03 .send .to_customerinfo_button {
	background-color: #6A2A10;
	color: #ffffff;
}

.ec-03 .t-credit__btn .next_btn::after {
	content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: relative;
    top: -33px;
    right: -57%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.ec-03 input#cre-next-btn {
	color: #ffffff;
	background-color: #6A2A10;
	padding: 0;
    line-height: 55px;
    width: 240px;
    height: 55px;
}
/*
.ec-03 .customer_form th {
    border: none;
}
*/
#wc_delivery .customer_form dd {
    padding: 15px 0 15px 200px;
    font-size: 0.75rem;
}

#wc_delivery .customer_form dt {
    font-weight: bold;
    padding: 10px 0;
    float: left;
}

.ec-03 .send {
	width: 100%;
	margin: 36px auto 110px;
	padding: 0;
	display: flex;
    align-content: center;
    justify-content: center;
    gap: 30px;
}

.ec-03 .send .return_btn::after {
	content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(150deg);
    transform: skewX(150deg);
    border-bottom: 1px solid #6A2A10;
    border-left: 1px solid #6A2A10;
    position: relative;
    top: -32px;
    right: -10%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.ec-03 .send .back_to_customer_button {
    width: 240px;
    height: 55px;
    border: 0.75px solid #776B58;
}

.ec-03 .next_btn::after {
    content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: relative;
    top: -32px;
    right: -84%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.ec-03 .send input.to_confirm_button {
    color: #ffffff;
    background-color: #6A2A10;
    padding: 0;
    line-height: 55px;
    width: 240px;
    height: 55px;
}
#wc_delivery .customer_form input[type="radio"]{
    accent-color: #6A2A10;
    /* 大きさ */
    inline-size: 1rem;
    block-size: 0.9rem;
}
article#wc_ordercompletion {
    margin-top: 100px;
}
@media screen and (max-width: 730px) {
    #wc_delivery .customer_form dt {
        float: none;
    }
    #wc_delivery .customer_form dd {
        margin-left: 1rem;
        padding: 0px 0 10px;
    }
    .ec-03 .send .next_btn,
    .ec-03 .send input.to_confirm_button {
        width: 100%;
    }
}



/*注文内容確認*/

.ec-04 {
	margin-top: 120px;
}

.ec-04 div.cart_navi ul {
	padding: 0;
}

.ec-04 div.cart_navi li {
	width: 25%;
	font-weight: normal;
	color: #776B58;
	background-color: #F4F2ED;
}

.ec-04 div.cart_navi li:last-child {
	width: 24%;
}

.ec-04 div.cart_navi li.current,
.ec-04 div.cart_navi li.current::before,
.ec-04 div.cart_navi li.current::after,
.ec-04 #wc_cart #cart .upbutton input,
.ec-04 .send .to_customerinfo_button {
	background-color: #6A2A10;
	color: #ffffff;
}
.ec-04 div.cart_navi li.current::before,
.ec-04 div.cart_navi li.current::after{
    transform: none;
}
.ec-04 #confirm_table tr.ttl td {
	background-color: #6A2A10;
	color: #ffffff;
    height: 45px;
}

#confirm_table .ttl h3 {
    font-size: 1rem;
}


/*　マイページ　*/

.membersite .member_page_title {
    line-height: 1.5rem;
    margin: 120px 0 20px;
    font-size: 1.5rem;
}

.membersite #memberinfo h3 {
    font-size: 1.5rem;
    color: #6A2A10;
}

.membersite #memberinfo th {
    background-color: #F4F2ED;
}

.membersite .member_submenu .member-edit,
.membersite .send .editmember {
    width: 240px;
    height: 55px;
    margin: 30px auto 20px;
    background-color: #6A2A10;
    color: #fff;
}

.membersite .member_submenu .member-edit a {
    color: #fff;
    background-color: unset;
    line-height: 55px;
    padding: unset;
}
.membersite .member_submenu .member-logout {
    margin: 0 auto;
}

.membersite .member_submenu .member-logout a {
    color: #776B58;
    background-color: unset;
    line-height: 55px;
    padding: unset;
}

.membersite .member_submenu .member-edit a::after {
    content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: relative;
    top: -32px;
    left: 115%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.membersite #memberinfo .member_submenu .member-logout,
.membersite #memberinfo .send input.deletemember,
.membersite #memberinfo .send input.top {
    width: 240px;
    height: 55px;
    background-color: #fff;
    color: #776B58;
    border: 0.75px solid #776B58;
}

.membersite .send .return::after {
    content: "";
    display: block;
    width: 25px;
    height: 6px;
    -webkit-transform: skewX(150deg);
    transform: skewX(150deg);
    border-bottom: 1px solid #6A2A10;
    border-left: 1px solid #6A2A10;
    position: relative;
    top: -32px;
    right: -5%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}
.membersite .send .dummy::after {
    content: "";
    display: block;
    height: 6px;
}

.membersite .send {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.v-inverted {
    display: flex;
    gap: 20px;
}
.ec-04 #wc_confirm .send input#back_button {
    background: none;
    color: #776B58;
    border: 0.75px solid #776B58;
}

@media screen and (max-width: 760px) {
    .membersite .send {
        flex-direction: column;
        gap: 5px;
    }
    .v-inverted {
        flex-direction: column-reverse;
        gap: 0;
    }
    .ec-02 #customer-info h5 {
        border-bottom: 1px solid #ccc;
    }
    .ec-02 .customer_form td {
        padding: 0px 0px 10px;
    }
    .ec-02 .customer_form input#loginmail,
    .ec-02 .customer_form input {
        width: 100%;
    }
    .ec-02 .customer_form tr {
        padding: 0 0 0;
    }
    .ec-02 .customer_form tr#states_row,
    .ec-02 .customer_form tr#address1_row,
    .ec-02 .customer_form tr#address2_row,
    .customer_form tr#mail1_row,
    .customer_form tr#pass1_row {
        border-bottom: none;
        margin-bottom: 5px;
    }
    .ec-02 .send .next_btn,
    .ec-02 .send2 .next_btn,
    .ec-02 .send input.to_memberlogin_button,
    .ec-02 .send2 input.to_deliveryinfo_button,
    .ec-02 .send2 input.to_reganddeliveryinfo_button {
        width: 100%;
    }
    .ec-02 .must {
        justify-content: flex-start;
        gap: 15px;
    }
    .customer_form tr.inp1 td {
        width: 100%;
        display: inline-block;
    }
    .customer_form tr.inp1 input {
        width: 87%;
    }
    .customer_form input#zipcode {
        width: calc(100% / 3 + 30px);
    }
    .customer_form #address1,
    .customer_form #address2,
    .customer_form #address3,
    .customer_form input#loginmail,
    .customer_form input#mailaddress1,
    .customer_form input#mailaddress2 {
        width: 100%;
    }
}

@media screen and (max-width: 730px) {
    .ec-04 #cart_table {
        border: 1px solid #CCCCCC;
    }
    .ec-04 #cart_table tr {
        border-bottom: 1px solid #CCCCCC;
    }
    .ec-04 #cart_table,
    .ec-04 #cart_table tbody {
        display: block;
    }
    .ec-04 #cart_table thead,
    .ec-04 #cart_table tfoot .thumbnail,
    .ec-04 #cart_table tfoot .thumbnail::before,
    .ec-04 #cart_table td.aright::before,
    .ec-04 #cart_table .productname::before,
    .ec-04 #cart_table .num,
    .ec-04 #cart_table .stock {
        display: none;
    }
    .ec-04 #cart_table .aright {
        text-align: left;
    }
    .ec-04 #cart_table td {
        border: none;
        display: flex;
        float: right;
        width: 75%;
        justify-content: flex-start;
        align-items: center;
    }
    .ec-04 #cart_table td::before  {
        content: attr(data-label);
        display: block;
        margin-right: 15px;
    }
    .ec-04 #cart_table .thumbnail {
        float: left;
        width: 25%;
    }
    .ec-04 #cart_table .thumbnail::before {
        display: none;
    }
    .ec-04 #cart_table .quantity input {
        width: 60px;
        height: 35px;
        text-align: left;
    }
    .ec-04 #cart_table tfoot {
        display: block;
    }
    .ec-04 #cart_table tfoot tr {
        display: flex;
    }
    .ec-04 #cart_table tfoot th {
        display: block;
        border: none;
        width: 50%;        
    }
    .ec-04 #cart_table tfoot th.action {
        display: none;
    }
    .ec-04 #cart tbody .action::before {
        display: none;
    }
    .ec-04 .send,
    .ec-04 .send input#purchase_button,
    .ec-04 .send input#purchase_button:hover {
        width: 100%;
    } 
    #wc_ordercompletion h3 {
        margin-top: 100px;
    }
}

/*　会員ログイン　*/

.memberlogin .member_page_title {
    line-height: 1.5rem;
    margin: 120px 0 20px;
    font-size: 1.5rem;
    text-align: center;
}

.memberlogin #wc_login .loginform input {
    height: 2.5rem;
}
#wc_lostmemberpassword .loginbox {
    max-width: 765px;
    width: auto;
}
#wc_lostmemberpassword .lostpassword-text {
    text-align: center;
    margin-top: 100px;
}
.memberlogin #wc_login .loginbox .submit,
.memberlogin #wc_login .loginbox .new-entry #nav,
.memberlogin #wc_lostmemberpassword .loginbox .submit,
.memberlogin #wc_lostmemberpassword .loginbox #nav {
    width: 240px;
    height: 55px;
    margin: 30px auto;
    padding: unset;
}

.memberlogin #wc_login .loginbox #member_login,
.memberlogin #wc_login .loginbox .new-entry #nav a,
.memberlogin #wc_lostmemberpassword .loginbox #member_login{
    width: 240px;
    height: 55px;
    font-size: 1rem;
    background-color: #6A2A10;
}
.memberlogin #wc_lostmemberpassword .loginbox #nav a {
    width: 240px;
    height: 55px;
    font-size: 1rem;
    background-color: #ffffff;
    border: solid 1px #776B58;
    color: #776B58;
}

.memberlogin #wc_login .loginbox .new-entry #nav a,
.memberlogin #wc_lostmemberpassword #nav a {
    padding: unset;
    line-height: 55px;
}

.memberlogin .memberbox #nav,
.memberlogin #wc_lostmemberpassword #nav{
    text-align: center;
    margin-bottom: 30px;
}

.memberlogin h2 {
    font-size: 1.5rem;
    text-align: center;
}

/*　購入履歴　*/
#memberinfo #history_head {
    margin-bottom: 0.3em;
}
#memberinfo #history_head thead .order_head_label th{
    background: #6A2A10;
    color: #fff;
}
#memberinfo .retail {
    margin-bottom: 2em;
}
@media screen and (max-width: 730px){
	.usces_filter_history {
		justify-content: space-between;
	}
    .usces_filter_history .exclude_cancel {
        margin-right: 0em;
    }
	.usces_filter_history label, .usces_filter_history .usce_period span{
		cursor: pointer;
		font-size: 14px;
	}
	
	
}
/*　新規会員登録　*/

.member-regist .member_page_title {
    line-height: 2rem;
    margin: 120px 0 20px;
    font-size: 2rem;
    text-align: center;
}

.member-regist .send {
    width: 240px;
    height: 55px;
    margin: 30px auto;
    padding: unset;
    font-size: 1rem;
    background-color: #6A2A10;
}

.member-regist .member-page .send input {
    width: 240px;
    height: 55px;
    background: unset;
    padding: unset;
}


/*　登録完了　*/

.membercom .member_page_title {
    line-height: 2rem;
    margin: 120px 0 20px;
    font-size: 2rem;
    text-align: center;
}

.membercom #memberpages p {
    text-align: center;
}

.membercom #memberpages .to-mypage {
    text-align: center;
    width: 240px;
    height: 55px;
    margin: 30px auto;
    padding: unset;
    background-color: #6A2A10;
}
.membercom #wc_lostcompletion #memberpages .to-mypage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.membercom #wc_lostcompletion #memberpages .to-mypage a {
    background: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
.membercom #wc_changepasscompletion #memberpages p.to-mypage {
    display: flex;
    align-items: center;
    justify-content: center;
}
#wc_changepasscompletion #memberpages p a{
    background: none!important;
    color: #fff!important;
    padding: 0!important;
    margin: 0!important;
}
#wc_changepasscompletion .send {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 0;
    padding-top: 0;
}
#wc_changepasscompletion .send a {
	color: #6A2A10;
	background: none;
	border: solid 1px #6A2A10;
	width: 240px;
    height: 55px;
    margin: 30px auto;
	line-height: 1;
}
.membercom #wc_newcompletion #memberpages .to-mypage a {
    width: 240px;
    height: 55px;
    padding: unset;
    margin: 0 auto;
    line-height: 55px;
    background-color: unset;
    color: #fff;
}

.membercom #wc_newcompletion #memberpages .send {
    margin: 30px auto;
    width: 240px;
    height: 55px;
    padding: unset;
    background-color: #fff;
    border: 0.75px solid #776B58;
}

.membercom #wc_newcompletion #memberpages .send a {
    padding: unset;
    line-height: 55px;
    width: 240px;
    height: 55px;
    background: unset;
    color: #776B58;
}
#wc_lostcompletion .send a {
    background: none;
    border: solid 1px #776B58;
    padding: 16px 0 15px;
    max-width: 240px;
    display: block;
    margin: auto;
    line-height: 1.37;
}

/*　商品詳細　*/

.ec-item .back-home {
    width: 300px;
}

.ec-item .item-page-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.ec-item .slick-content {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.ec-item .slider-nav {
    width: 660px;
    margin: 0 auto;
}

.ec-item .item-slide {
    margin-bottom: 20px;
}

.ec-item .item-intro {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.ec-item .itemtext h2 {
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.5rem;
}
.ec-item .itemtext table {
    width: 100%;
}
.ec-item .itemtext th {
    font-weight: normal;
    width: 25%;
}

.ec-item #itempage {
    justify-content: space-between;
}

.ec-item #itempage .itemimg {
    width:660px;
    height: 440px;
}

.ec-item .item-info .skubutton {
    background-color: #DECDBE;
    width: 190px;
    height: 50px;
    color: #6A2A10;
	float: right;
}
.ec-item .item-info a.skubutton {
    padding-left: 60px;
}
.ec-item .detail-box {
    max-width: 325px;
}

.ec-item .item-info .skuname {
    border-top: none;
    border-color: #6A2A10;
    color: #6A2A10;
    background-color: unset;
}

.ec-item .item-info .skuname::after {
    display: none;
}

.ec-item .content-box {
    max-width: 660px;
    position: relative;
    top: 0px;
    margin-bottom: -40px
}

.ec-item .cut-choice {
    float: right;
    margin: 20px 0 20px 25px
}

.ec-item .cut-choice p {
    float: left;
    margin: 3px 25px 0 0;
}

.ec-item .cut-choice select {
    background-color: #fff;
}

.ec-item .item-info .quantity input.skuquantity {
    margin: 5px 26px 0 16px;
}

.ec-item .item-info .quantity {
    margin-top: 63px;
    float: left;
}

.ec-item .item-info .field_price {
    float: right;
    margin-bottom: 15px;
    font-weight: bold;
}
.item-info .item-option dt,
.item-info .itemGpExp dt {
    width: 30%;
}
.item-info .item-option dd select option:first-child {
    display: none;
} 
.ec-item .basketicon {
    position: relative;
    top: 146px;
    left: 44%;
}

.ec-item .num2 {
	font-size: 35px;
    color: #6A2A10;
    font-weight: bold;
    padding: 0 18px 0 0;
}

.ec-item .shopping-guide-sendcost .table2 {
    display: none;
}

.ec-item .return_btn {
    width: 380px;
    height: 40px;
    margin: 40px auto 0;
    text-align: center;
}

.ec-item .return_btn a {
    font-size: 1.25rem;
    color: #6A2A10;
    font-weight: bold;
}

.ec-item .return_btn a::after {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    -webkit-transform: skewX(120deg);
    transform: skewX(120deg);
    border-bottom: 1px solid #6A2A10;
    border-left: 1px solid #6A2A10;
    position: relative;
    top: -26px;
    right: -5%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.ec-item .frame-box::before, .frame-box::after {
    height: 35px;
}

.ec-item .frame-box::before {
    left: -5%;
}
.cart-button input{
    background: url(./img/basket_icon.svg)center left 3% no-repeat;
    display: block;
}
.cart-button a.skubutton{
    background: url(./img/basket_icon.svg)center left 15% no-repeat;
    display: block;
}
.send input#purchase_button,
.send input#purchase_button:hover{
    color: #ffffff;
    background-color: #6A2A10;
    padding: 0;
    line-height: 55px;
    width: 240px;
    height: 55px;
}

.send input.back_to_delivery_button{
    width: 240px;
    height: 55px;
    border: 0.75px solid #776B58;
    padding-left: 10px;
    padding-right: 10px;
}
.ec-item .tanpin-page {
    position: relative;
    color:#6A2A10;
    border-bottom: solid 1px #6A2A10;
    padding-right: 20px;
}
.ec-item .tanpin-page::after {
    position: absolute;
    top: -4px;
    right: 0;
    content: '▶';
    display: block;
} 
.cart-page .send {
    display: flex;
    justify-content: center;
    gap: 20px;
}
#wc_ordercompletion .header_explanation {
    text-align: center;
}
#wc_ordercompletion .header_explanation p {
    margin-bottom: 40px;
}
#wc_ordercompletion .gocat-btn {
    margin: 50px auto ;
}
#wc_ordercompletion .sign_toLeft a {
    padding-right: 0px;
}
.fixed-box {
    display: none;
}
#wc_newmemberform .header_explanation ul{
    padding-left: 0;
}
.lostpass {
    color: #6A2A10;
    text-align: center;
    text-decoration: underline;
}
#wc_login .loginbox .new-entry, #wc_member .loginbox .new-entry {
    margin: 50px 0 10px;
}
.ec-item.site-content {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .ec-item.site-content{
        margin-top: 80px;
    }
    .ec-item .slick-content {
        width: auto;
    }
    .ec-item #itempage{
        display: block;
        margin-top: 80px;
    }
    #itempage #img-box {
        width: auto;
        max-width: 720px;
        margin: 0;
    }
    .ec-item #itempage .itemimg {
        width: 100%;
        height: auto;
    }
    .ec-item .slider-nav .slick-track {
        width: auto!important;
        margin: 0 auto;
        display: flex;
        gap: 5px;
        overflow: unset;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .slick-track:before, .slick-track:after {
        display: none!important;
    }
    .ec-item .slider-nav .slick-track .slick-cloned {
        display: none;
    }
    .ec-item .slider-nav {
        width: 90%;
        margin: auto;
    }
    .slider-nav .slick-track {
        transform: unset !important;
    }
    .slider-nav .slick-slide {
        width: calc(100% / 4 - 5px) !important;
        float: none;
    }
    .slider-nav .slick-list {
        padding: 0px !important;
    }
    .slider-nav .slick-slide img {
        width: auto!important;
        height: auto!important;
        transform: initial!important;
    }
    .ec-item .detail-box{
        max-width: 100%;
        width: auto;
        margin: auto;
        float: none;
    }
    .ec-item .content-box {
        top: 0;
        margin-bottom: 0px;
    }
    .ec-item .item-page-title {
        font-size: 24px;
        font-weight: bold;
        text-align: left;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 14px;
    }
    #wc_ordercompletion .header_explanation p {
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .ec-item .itemtext th {
        width: 30%;
        padding-top: 0px;
        padding-bottom: 10px;
    }
	.ec-item .itemtext td {
        padding-bottom: 10px;
    }
    .item-info .item-option dt, .item-info .itemGpExp dt {
        width: 33%;
    }
    .fixed-box {
        background: rgba(255, 255, 255, 1);
        display: flex;
        justify-content: space-around;
        align-items: center;
        justify-content: space-evenly;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 500;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .item-info .fixed-box .field_cprice {
        color: #43403D;
        font-size: 24px;
        font-weight: normal;
        margin-right: 0em;
        text-decoration: none;
        line-height: 1.2;
    }
    .item-info .fixed-box .field_cprice .tax {
        font-size: .9rem;
    }
    #itempage .item-info#fixed-link {
        padding-top: 50px;
        margin-top: -50px;
    }
}

@media screen and (max-width: 730px) {
    .ec-item .shopping-guide-flow,
    .ec-item .shopping-guide-payment,
    .ec-item .shopping-guide-sendcost {
        width: 100%;
    }
    .ec-item .shopping-guide-payment,
    .ec-item .shopping-guide-sendcost {
        margin-top: 60px;
    }
}


@media screen and (max-width: 599px) {
    .ec-item .shopping-flow-list p {
        padding-right: 0;
    }

    .ec-item .shopping-guide-detail {
        padding: 1.5rem 20px;
    }

    .ec-item .shopping-payment-item {
        flex-direction: column;
    }

    .ec-item .shopping-payment-item dd {
        padding-left: 1rem;
    }

    .ec-item .shopping-guide-sendcost .table1 {
        display: none;
    }

    .ec-item .shopping-guide-sendcost .table2 {
        display: table;
    }

    .ec-item .shopping-guide-sendcost th {
        padding: 1.5rem 0.3rem;
        width: 34%;
    }

    .ec-item .shopping-guide-sendcost td {
        width: 36%;
    }
    .ec-02 .send2,
    .ec-03 .cart-page .send,
    .ec-04 .send {
        flex-direction: column-reverse;
        align-items: center;
    }
    .ec-02 .send2 .next1 {
        order: 3
    }
    .ec-02 .send2 .next2 {
        order: 2
    }
    .ec-02 .send2 .return_btn {
        order: 1
    }
    div.cart_navi li {
        padding: 0 0.84em 0 1.2em;
    }
    div.cart_navi li.sp-layout {
        line-height: 1.8;
    }
    .ec-item .item-info .quantity {
        margin-top: 53px;
    }
    .cart-button{
        float: right;
    }
    .ec-item .item-info .skubutton {
        width: 200px;
		text-align: left;
		padding-right: 0;
	}
    }
    .ec-item .item-info .quantity input.skuquantity {
        margin: 5px 0px 0 5px;
    }
    .customer_form input[type="password"] {
        margin-right: 0;
        width: 100%;
    }
}
/*ブレイクポイント設定フォーム*/

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 599px) {}
