/* ---------------------------------------------------------------
start Products CSS
--------------------------------------------------------------- */

/* --------------- common --------------- */



/* --------------- cart --------------- */

.col_cart {
	width: 100%;
	max-width: 1012px;
	margin: 0 auto;
	padding: 46px 0 40px 0;
}

.wrap_bags1 {
	margin: 50px 0 100px 0;
}

dl.box_attention {
	width: 100%;
	max-width: 850px;
	margin: 10px auto 40px;
	padding: 15px 20px;
	color: #df0000;
	border: solid 2px #d50000;
	box-sizing: border-box;
}

dl.box_attention dt {
	margin: 0 0 10px;
	padding: 0;
}

dl.box_attention dt span {
	margin: 0;
	padding: 0 3px 6px;
	font-size: 17px;
	font-weight: 600;
	border-bottom: solid 1px #df0000;
	display: inline-block;
}

dl.box_attention dd {
	margin: 0;
	padding: 0 3px;
}

#cart.cart_history .upbutton {
	margin: 0 0 18px;
	padding: 0;
	text-align: right;
}

#cart.cart_history .upbutton input {
	padding: 2px 5px 3px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	border: solid 1px #909090;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	transition: .2s;
}

#cart.cart_history .upbutton input:hover {
	color: #fff;
	background-color: #e7370c;
}

.cart_history table#cart_table {
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
}

.cart_history table#cart_table th {
	width: 158px;
	padding: 1px 10px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	background-color: #accc34;
	border: none;
	border-left: solid 6px #fff;
}

.cart_history table#cart_table th.num {
	width: 45px;
}

.cart_history table#cart_table th.thumbnail {
	width: 190px;
}

.cart_history table#cart_table th.itemname {
	width: 100%;
}

.cart_history table#cart_table th em.tax {
	font-style: normal;
}

.cart_history table#cart_table th.action {
	width: 124px;
}

.cart_history table#cart_table td {
	width: auto;
	padding: 23px 8px;
	color: #404040;
	line-height: 25px;
	border: none;
	text-align: center;
	word-wrap: break-word;
	border-bottom: solid 1px #b2b2b2;
}

.cart_history table#cart_table .aleft {
	text-align: left;
}

.cart_history table#cart_table .thumbnail {
	padding-left: 5px;
	padding-right: 5px;
}

.cart_history table#cart_table .thumbnail a,
.cart_history table#cart_table .thumbnail span {
	width: 96%;
	height: 175px;
	margin: auto;
	display: block;
	overflow: hidden;
}

.cart_history table#cart_table td a {
	width: 174px;
	height: 174px;
	display: block;
	transition: .2s;
}

.cart_history table#cart_table td a:hover {
	opacity: 0.75;
}

.cart_history table#cart_table td img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	border: solid 1px #accc34;	
	border-radius: 6px;
	overflow: hidden;
	object-fit: cover;
}

.cart_history table#cart_table td input {
	width: 60px;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	display: block;
}

.cart_history table#cart_table td.aright {
	padding-left: 10px;
	color: #e8380d;
	text-align: left;
}

.cart_history table#cart_table td.aright.unitprice {
	display: none;
}

.cart_history table#cart_table tr.pricesum th {
	color: #404040;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	background-color: transparent;
}

.cart_history table#cart_table tr.postage th {
	padding: 20px 15px 0;
	color: #404040;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	line-height: 1;
	background-color: transparent;
}

.cart_history table#cart_table tr.pricesum .price {
	font-size: 32px;
	font-weight: 900;
	color: #e8380d;
	vertical-align: text-bottom;
}

.txt_cart_empty {
	padding: 40px 0 40px;
	text-align: center;
}

.cart_history table#cart_table .productname {
	padding-left: 8px;
	padding-right: 15px;
}

.cart_history table#cart_table .skuquantity {
	width: 80px;
	height: 26px;
	padding: 0 15px;
	font-family: 'Noto Serif JP', serif, sans-serif;
	color: #404040;
	font-size: 15px;
	text-align: right;
	border: none;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-bottom: solid 1px #404040;
	border-radius: 0;
	vertical-align: middle;
	-webkit-appearance: none;
    appearance: none;
	outline: none;
}

.cart_history table#cart_table .plus {
	width: 26px;
	height: 26px;
	color: #fff;
	border: none;
	border-radius: 0;
	background-color: #404040;
	background-image: url(../img/cart/btn_del.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	-webkit-appearance: none;
    appearance: none;
	cursor: pointer;
	outline: none;
	transition: opacity .2s;
	outline: none;
	vertical-align: middle;
}

.cart_history table#cart_table .delButton {
	width: 43px;
	height: 43px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(../img/cart/btn_del.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	border-radius: 0;
	-webkit-appearance: button;
    appearance: button;
	cursor: pointer;
	transition: .2s;
	outline: none;
}

.cart_history table#cart_table .delButton:hover {
	opacity: 0.75;
}

.cart_history table#cart_table th.total {
	padding: 35px 15px 0;
	text-align: right;
}

.history .cart_history {
	overflow: auto;
}

.history .cart_history table#cart_table {
	min-width: 1010px;
}

.history .cart_history table#cart_table th.itemname {
	width: 150px;
}

.btnarea_cart1 {
	width: 100%;
	margin: 95px 0 0 0;
	padding: 0 20px 0 0;
	display: flex;
	justify-content: center;
}

.continue_shopping_button,
.to_customerinfo_button {
	width: 274px;
	height: 58px;
	margin: 0 10px;
	color: #404040;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	border: solid 1px #404040;
	background-color: #fff;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: button;
    appearance: button;
	border-radius: 60px;
	transition: .2s;
	outline: none;
}

.to_customerinfo_button {
	margin-right: 0;
	color: #fff;
	border-color: #e7370c;
	background-color: #e7370c;
}

.continue_shopping_button:hover,
.to_customerinfo_button:hover {
	color: #fff;
	background-color: #404040;
}

.to_customerinfo_button:hover {
	color: #e7370c;
	background-color: #fff;
}

.btnarea_cart1.noitem .continue_shopping_button {
	margin-right: 0;
}

.confirmpage .cart_history table#cart_table th.itemname {
	width: calc( 100% - 660px );
}

.confirmpage .cart_history table#cart_table .aright {
	color: #404040;
	text-align: right;
}



/* --------------- login --------------- */

.error_message {
	margin: 0 20px 40px;
	padding: 0;
	color: #ea0000;
	font-weight: bold;
	text-align: center;
}


/* --------------- customer_page --------------- */

.col_cart_customer1 {
	margin: 0;
	padding: 30px 0 60px;
	border-bottom: solid 1px #404040;
}

ul.flow_cartnavi {
	width: 94%;
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}

ul.flow_cartnavi li {
	height: 112px;
	margin: 0;
	padding: 0;
	color: #accc34;
	font-size: 14px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.flow_cartnavi li:not(:last-child):before {
	content: "\2026";
	color: #404040;
	font-size: 32px;
	font-weight: 500;
	position: absolute;
	top: 45px;
	right: -1em;
	z-index: -1;
}

ul.flow_cartnavi li:nth-of-type(1) {
	width: 116px;
	padding-top: 32px;
	background-image: url(../img/cart/bg_flow1.svg);
}

ul.flow_cartnavi li:nth-of-type(2) {
	width: 110px;
	height: 110px;
	background-image: url(../img/cart/bg_flow2.svg);
}

ul.flow_cartnavi li:nth-of-type(3) {
	width: 136px;
	height: 86px;
	padding-bottom: 18px;
	padding-left: 25px;
	background-image: url(../img/cart/bg_flow3.svg);
}

ul.flow_cartnavi li:nth-of-type(4) {
	width: 84px;
	height: 112px;
	padding-top: 10px;
	background-image: url(../img/cart/bg_flow4.svg);
}

ul.flow_cartnavi li.active {
	color: #fff;
}

ul.flow_cartnavi li.active:nth-of-type(1) {
	background-image: url(../img/cart/bg_flow1_on.svg);
}

ul.flow_cartnavi li.active:nth-of-type(2) {
	background-image: url(../img/cart/bg_flow2_on.svg);
}

ul.flow_cartnavi li.active:nth-of-type(3) {
	background-image: url(../img/cart/bg_flow3_on.svg);
}

ul.flow_cartnavi li.active:nth-of-type(4) {
	background-image: url(../img/cart/bg_flow4_on.svg);
}

.wrap_cart_customer1 {
	margin: 0;
	padding: 0 0 120px;
}

.col_customer_login1 {
	margin: 0 0 52px;
	padding: 0 68px 45px;
	border-bottom: solid 1px #c5c5c5;
	display: flex;
}

.col_customer_login1.basic {
	margin-bottom: 90px;
	padding-bottom: 0;
	border-bottom: none;
}

.col_customer_login1 dt {
	width: 225px;
	margin: 0;
	padding: 0;
	font-size: 23px;
	line-height: 1.5;
	font-weight: 600;
}

.col_customer_login1.basic dt {
	width: 210px;
	padding-top: 15px;
}

.col_customer_login1 dd {
	width: 100%;
	max-width: 430px;
	margin: 0;
	padding: 0;
}

.col_customer_login1.basic dd {
	max-width: 660px;
}

.form_customer_login1 {
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	align-items: center;
}

.form_customer_login1 .txt {
	width: 8em;
	flex-shrink: 0;
}

.customer_loginform input[type="text"],
.customer_loginform input[type="password"],
table.customer_form td input[type="text"],
table.customer_form td input[type="password"] {
	width: 100%;
	max-width: 315px;
	padding: 10px 12px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #f2f2f2;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.delivery table#custom_order th,
.delivery table#custom_order td {
	padding-left: 0;
	vertical-align: middle;
	box-sizing: border-box;
}

table#custom_order th {
	width: 155px !important;
}

table#custom_order td {
	width: calc(100% - 155px) !important;
}

table#custom_order td textarea {
	width: 100%;
	height: 200px;
}

.form_customer_login1.forget {
	margin-bottom: 38px;
	justify-content: flex-end;
}

.form_customer_login1.forget a{
	color: #357b9f;
	font-size: 13px;
}

.forgetpass {
	color: #404040;
	font-size: 13px;
	text-decoration: underline;
}

.form_customer_login1.btn input#member_login,
.btn_customer_next {
	width: 274px;
	height: 58px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	border: solid 1px #404040;
	border-radius: 60px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s;
	outline: none;
}

.form_customer_login1.btn input#member_login:hover,
.btn_customer_next:hover {
	color: #fff;
	background-color: #404040;;
}

.delivery table.customer_form {
	width: 100%;
	line-height: 1.5 ;
}

table.customer_form th {
	width: 220px;
	padding: 14px 25px 14px 20px;
	font-weight: 400;
	text-align: left;
	vertical-align: baseline;
}

table.customer_form th .inner {
	width: 100%;
	word-break: keep-all;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

table.customer_form th .inner em {
	display: none;
}

table.customer_form th .inner .require {
	padding: 1px 9px 0px;
	color: #fff;
	font-size: 14px;
	background-color: #e7370c;
	border-radius: 2px;
	flex-shrink: 0;
}

table.customer_form td {
	padding: 14px 0;
	vertical-align: baseline;
}

table.customer_form td .cell2 {
	display: flex;
}

.box_form_select1 {
	max-width: 210px;
	background-color: #fff;
	position: relative;
	z-index: 0;
}

.box_form_select1:before {
	content: "";
	width: 62px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-left: solid 1px #aaa;
	background-color: #b2b2b2;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.box_form_select1:after {
	content: "";
	width: 8px;
	height: 8px;
	margin: auto;
	cursor: default;
	position: absolute;
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: -4px;
	bottom: 0;
	right: 26px;
	z-index: -1;
}

.box_form_select1 select {
	width: 100%;
	max-width: 210px;
	padding: 8px 62px 8px 10px;
	font-size: 15px;
	color: #404040;
	background-color: transparent;
	border: solid 1px #b2b2b2;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

table.customer_form .inp1 input[type="text"] {
	width: 95%;
	max-width: 210px;
}

table.customer_form input#address1[type="text"],
table.customer_form input#address2[type="text"],
table.customer_form input#address3[type="text"] {
	max-width: 97.5%;
}

table.customer_form input#tel[type="text"] {
	width: 48%;
}

.border_customer_form1 {
	margin: 30px 0;
	padding: 0;
	border: none;
	border-bottom: dashed 1px #8c8c8c;
}

table.customer_form td .note1 {
	margin-top: 6px;
}

table.customer_form.pass td input[type="text"],
table.customer_form.pass td input[type="password"] {
	width: 97.5%;
	max-width: 400px;
}

.customer_form input[type=text]#zipcode {
	width: 48.6%;
	max-width: 210px;
	margin-right: 1em;
}

#search_zipcode {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: auto;
	color: #357b9f;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: underline;
	display: inline-block;
}

#search_zipcode:hover {
	text-decoration: none;
}

.customer_form select {
	width: 100%;
	max-width: 210px;
	padding: 8px 8px;
	font-family: 'Noto Sans JP', sans-serif;
	border: solid 1px #404040;
}

.btnarea_cart {
	display: flex;
	justify-content: center;
}

.btnarea_cart input {
	width: 274px;
	height: 58px;
	margin: 0 12px 0 0;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	border: solid 1px #404040;
	border-radius: 60px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s;
	outline: none;
}

.btnarea_cart input[name="deliveryinfo"],
.btnarea_cart input[name="reganddeliveryinfo"],
.btnarea_cart input:last-child {
	margin-right: 0;
	color: #fff;
	background-color: #e7370c;
	border-color: #e7370c;
}

.btnarea_cart input.back_cart_button {
	background-color: #fff;
}

.btnarea_cart input:hover {
	color: #fff;
	background-color: #404040;
}

.btnarea_cart input:last-child:hover {
	color: #e7370c;;
	background-color: #fff;
}




/* --------------- delivery_page --------------- */

.col_cart.delivery {
	padding-bottom: 180px;
}

.delivery .col_cart_customer1 {
	padding-bottom: 0;
	border-bottom: none;
}

.ttl_delivery1 {
	margin: 0;
	padding: 30px 12px 20px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: solid 1px #404040;
}

.wrap_delivery1 {
	margin: 0;
	padding: 40px 30px 50px 130px;
	display: flex;
}

.wrap_delivery1.address {
	padding-bottom: 20px;
}

.customer_form#time {
	width: 98%;
	max-width: 100%;
	border-collapse: collapse;
}

.customer_form#time th {
	width: 155px;
	padding: 16px 10px 10px 0;
	vertical-align: top;
}

.customer_form#time td {
	width: calc(100% - 155px);
	padding: 7px 0 7px 35px;
	vertical-align: top;
}

.notice_delivery1 {
	margin: 25px 0 0 0;
	font-size: 13px;
	line-height: 1.9;
}

.mds_delivery1 {
	width: 155px;
}

.form_delivery1 {
	width: calc(100% - 155px);
	padding-left: 35px;
}

.form_delivery1 input {
	display: none;
}

.form_delivery1 input + label {
	height: 23px;
	margin-bottom: 38px;
	padding-left: 43px;
	line-height: 1.5;
	position: relative;
	display: block;
}

.form_delivery1 input + label:last-child {
	margin-bottom: 0;
}

.form_delivery1 input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border: 1px solid #c5c5c5;
	border-radius: 50%;
}

.form_delivery1 input:checked + label::after {
	content: "";
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	width: 9px;
	height: 9px;
	background: #404040;
	border-radius: 50%;
}

.wrap_delivery_basic {
	max-width: 760px;
	margin-top: 15px;
	padding-top: 11px;
	position: relative;
	z-index: 0;
	display: none;
}

.wrap_delivery_basic.address {
	margin: 0 0 0 285px;
	display: block;
}

.wrap_delivery_basic:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	border-color: transparent transparent #eef3da transparent;
	position: absolute;
	top: 0;
	left: 38px;
}

.box_delivery_basic {
	margin: 0;
	padding: 30px 42px 40px 20px;
	background-color: #eef3da;
}

.box_delivery_basic table.customer_form td input[type="text"] {
	border: none;
	background-color: #fff;
}

.box_delivery_basic table.customer_form td input::placeholder {
	color: #c5c5c5;
}

.box_delivery_basic table.customer_form td input:-ms-input-placeholder {
	color: #c5c5c5;
}

.box_delivery_basic table.customer_form td input::-ms-input-placeholder {
	color: #c5c5c5;
}

.delivery table.customer_form th {
	width: 195px;
	padding-right: 40px;
}

.delivery table.customer_form th,
.delivery table.customer_form td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.border_delivery1 {
	margin: 70px 0 40px 0;
	padding: 0;
	border: none;
	border-bottom: dashed 1px #6e4900;
}

.border_delivery2 {
	margin: 40px 0 10px;
	padding: 0;
	border: none;
	border-bottom: dashed 1px #6e4900;
}

.wrap_delivery1.payment {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.radio_delivery2 {
	margin: 0;
	padding: 0;
}

.radio_delivery2 ul,
.radio_delivery2 dl {
	margin: 0;
	padding: 0;
}

.radio_delivery2 ul li,
.radio_delivery2 dl dt {
	margin: 0 0 20px;
	padding: 0;
}

.radio_delivery2 dl dt:last-of-type {
	margin-bottom: 0;
}

.radio_delivery2 ul li:last-child {
	margin-bottom: 0;
}

.radio_delivery2 input[type=radio] {
	display: none;
}

.radio_delivery2 input[type=radio] + label,
.radio_delivery2 dl dt label {
	height: 23px;
	padding-left: 43px;
	line-height: 1.5;
	position: relative;
	display: block;
}

.radio_delivery2 input[type=radio] + label::before,
.radio_delivery2 dl dt label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border: 1px solid #c5c5c5;
	border-radius: 50%;
}

.radio_delivery2 input[type=radio]:checked + label::after,
.radio_delivery2 dl dt.checked label::after {
	content: "";
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	width: 9px;
	height: 9px;
	background: #404040;
	border-radius: 50%;
}

.radio_delivery2 .wrap_delivery_basic {
	margin-top: 0;
	display: block;
}

.radio_delivery2 .box_delivery_basic {
	padding-top: 30px;
}

.img_crediticon {
	max-width: 258px;
	margin: 0 12px 20px;
	padding: 0;
}

.wrap_delivery_basic.creditcart table.customer_form th {
	width: 168px;
	padding-right: 10px;
}

.wrap_delivery_basic.creditcart table.customer_form td {
	width: calc(100% - 168px);
	color: #9f9f9f;
}

.wrap_delivery_basic.creditcart .expire_form {
	display: flex;
	align-items: center;
}

.wrap_delivery_basic.creditcart .expire_form select {
	width: 110px;
}

.wrap_delivery_basic.creditcart .expire_form .box_form_select1 {
	margin-right: 10px;
}

.wrap_delivery_basic.creditcart .expire_form .box_form_select1:before {
	content: none;
}

.wrap_delivery_basic.creditcart .expire_form .box_form_select1:after {
    border-top: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
}

.check_credit_reg {
	margin: 0;
}

.check_credit_reg input[type="checkbox"] {
	display: none;
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
}

.check_credit_reg input[type="checkbox"] + span {
	padding-left: 18px;
	position: relative;
	z-index: 0;
}

.check_credit_reg input[type="checkbox"] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #a7a7a8;
	background-color: #fff;
}

.check_credit_reg input[type="checkbox"]:checked + span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.wrap_delivery_basic.creditcart,
.wrap_delivery_basic.daibiki {
	margin-top: 0;
	margin-left: 285px;
	background-color: #fff;
}

.wrap_delivery_basic.daibiki:before {
	content: none;
}

.wrap_delivery_basic.daibiki .box_delivery_basic {
	padding: 0;
	background-color: #fff;
}

.tbl_payment_daibiki {
	width: 100%;
	max-width: 420px;
	margin: 0 0 20px;
	background-color: #fff;
	border-left: solid 1px #a9a9a9;
	border-top: solid 1px #a9a9a9;
	border-collapse: collapse;
}

.tbl_payment_daibiki th {
	padding: 9px 20px;
	font-weight: normal;
	background-color: #ededed;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
}

.tbl_payment_daibiki td {
	padding: 9px 20px;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
}

.note_payment_daibiki {
	font-size: 13px;
	line-height: 1.8;
}

.delivery .btnarea_cart {
	margin-top: 80px;
}



/* --------------- confirmpage_page --------------- */


.confirmpage .col_cart_customer1 {
	margin-bottom: 58px;
	padding-bottom: 0;
	border-bottom: none;
}

.confirmpage .wrap_bags1 {
	margin-top: 16px;
	margin-bottom: 200px;
}

.confirmpage .cart_history table#cart_table td {
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
}

.confirmpage .cart_history table#cart_table td.unitprice,
.confirmpage .cart_history table#cart_table td.subtotal {
	color: #e8380d;
}

.confirmpage .cart_history table#cart_table td.thumbnail {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.confirmpage .cart_history table#cart_table td.thumbnail img {
	width: 174px;
	height: 174px;
}

#col_confirmpage1 {
	margin: 0 0 112px;
	padding: 20px 0 0;
}

.wrap_confirmpage1 {
	margin: 0 0 70px;
	display: flex;
}

.wrap_confirmpage1:last-of-type {
	margin-bottom: 0;
}

.mds_confirmpage1 {
	width: 180px;
	padding: 10px 0 0 35px;
}

.tbl_confirmpage1 {
	width: calc(100% - 180px);
}

.tbl_confirmpage1 .customer_form {
	width: 100%;
	max-width: 100%;
	border-top: solid 1px #b2b2b2;
	border-collapse: collapse;
}

.tbl_confirmpage1 .customer_form tr {
	border-bottom: solid 1px #b2b2b2;
}

.tbl_confirmpage1 .customer_form th {
	width: 173px;
	padding: 18px 10px 18px 42px;
	background-color: #eef3da;
}

.tbl_confirmpage1 .customer_form td {
	padding: 18px 10px 18px 25px;
}

.tbl_confirmpage1 .customer_form .ttl td {
	padding-left: 42px;
	color: #fff;
	text-align: left;
	background-color: #accc34;
}

.tbl_confirmpage1 .customer_form .ttl td h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
}

.btnarea_cart.confirmpage {
	margin-left: 180px;
	flex-direction: row;
}

.btnarea_cart.confirmpage > .send {
	width: 100%;
}

.btnarea_cart.confirmpage .send_paypal,
.btnarea_cart.confirmpage form .send {
	display: flex;
	justify-content: center;
}

.btnarea_cart.confirmpage input {
	height: 60px;
}

#cart table#point_table {
	width: 100%;
	max-width: 400px;
	margin: 0;
	padding: 0;
	border: none;
	border-top: solid 1px #ccc;
}

#cart table#point_table th {
	width: 170px;
	margin: 0;
	padding: 13px 10px;
	color: #444;
	background-color: #f5f5f5;
	border: none;
	border-bottom: solid 1px #ccc;
}

#cart table#point_table td {
	margin: 0;
	padding: 13px 10px;
	border: none;
	border-bottom: solid 1px #ccc;
}

#cart table#point_table tr:last-child td {
	text-align: right;
	border-bottom: none;
}

#cart table#point_table td input.used_point {
	width: 120px;
	margin: 0 10px 0 0;
	padding: 10px 12px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	border: none;
	border: solid 1px #404040;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.confirmpage .cart_history table#cart_table tr.totalprice th,
.confirmpage .cart_history table#cart_table tr:nth-last-child(1) th {
	padding: 23px 15px;
	border-bottom: solid 1px #b2b2b2;
	background-color: #fff;
	border-left: none;
}

.confirmpage .cart_history table#cart_table tr.totalprice th.aright:nth-of-type(2) {
	color: #e8380d;
}

.confirmpage .cart_history table#cart_table tr:nth-last-child(1) th.aright:nth-of-type(1) {
	font-size: 17px;
}

.confirmpage .cart_history table#cart_table tr:nth-last-child(1) th.aright:nth-of-type(2) {
	font-size: 22px;
	font-weight: 900;
	color: #e8380d;
}

/* --------------- thanks_page --------------- */

.thankspage .col_cart_customer1 {
	padding-bottom: 0;
	border-bottom: none;
}

.txt_thankspage1 {
	margin: 0 0 25px;
	text-align: center;
}

.lead_thankspage1 {
	margin: 0 0 30px;
	color: #f4b100;
	font-size: 61px;
	font-weight: 900;
	text-align: center;
	line-height: 1.1;
}

.lead_thankspage1 .blue {
	color: #49aae0;
}

.lead_thankspage1 .green {
	color: #accc34;
}

.txt_thankspage2 {
	margin: 0 0 40px;
	text-align: center;
}

.link_thankspage {
	margin: 0 0 80px;
	font-size: 13px;
	text-align: center;
}

.link_thankspage a {
	color: #404040;
}

.error_page_mesage {
	text-align: center;
}

.error_page_mesage p {
	font-size: 14px !important;
}

.error_page_mesage p:first-of-type {
	margin-bottom: 20px !important;
	font-size: 18px !important;
	font-weight: 600;
}

.return_settlement a {
	width: 274px;
	height: 58px;
	margin: 20px auto 0 auto;
	color: #404040;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
	border: solid 1px #404040;
	border-radius: 60px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}

.return_settlement a:hover {
	color: #fff;
	background-color: #404040;
}


/* --------------- forget passward --------------- */

.wrap_forgetpw {
	margin: 20px 0 100px 0;
	padding: 60px 50px 90px;
	background-color: #eef3da;
}

.mds_forgetpw {
	margin: 0 0 20px;
	padding: 0;
	color: #404040;
	font-size: 21px;
	font-weight: 600;
}

.box_forgetpw {
	margin: 0;
	padding: 0;
}

.box_forgetpw .header_explanation {
	padding-top: 8px;
	padding-bottom: 8px;
}

.box_forgetpw .error_message {
	margin: 0 0 15px;
	text-align: left;
}

.input_forget {
	margin: 0 0 35px;
	display: flex;
	align-items: center;
}

.input_forget .left {
	width: 8em;
	line-height: 1;
}

.input_forget .right {
	width: calc(100% - 8em);
}

.input_forget .right input {
	width: 100%;
	max-width: 443px;
	padding: 11px 10px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.input_forget .right input::placeholder {
	color: #c5c5c5;
	font-weight: 400;
}

.box_search input:-ms-input-placeholder {
	color: #c5c5c5;
	font-weight: 400;
}

.box_search input::-ms-input-placeholder {
	color: #c5c5c5;
	font-weight: 400;
}

.btn_forgetpw {
	width: 100%;
	margin: 0 0 40px;
}

.btn_forgetpw input {
	width: 274px;
	height: 58px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	background-color: #e7370c;
	border: solid 1px #e7370c;
	cursor: pointer;
	-webkit-appearance: button;
    appearance: button;
	border-radius: 60px;
	transition: .2s;
	outline: none;
	transition: .2s;
}

.btn_forgetpw input:hover {
	color: #e7370c;;
	background-color: #fff;
}

.txt_forgetpw {
	margin: 0 0 20px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.75;
}

.txt_forgetpw_send1 {
	margin: 0 0 30px;
	padding: 0;
}

.btn_forgetpw_send2 {
	display: flex;
}

.btn_forgetpw_send2 a {
	width: 100%;
	max-width: 236px;
	height: 45px;
	margin: 0;
	color: #404040;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	border: solid 1px #404040;
	background-color: #fff;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	transition: .2s;
	outline: none;
}

.btn_forgetpw_send2 a.link_memberspage {
	margin-right: 20px;
	color: #fff;
	border-color: #e7370c;
	background-color: #e7370c;
}




/* --------------- member's page --------------- */

table.tbl_info_members {
	width: 100%;
	max-width: 800px;
	margin: 0 0 15px;
	padding: 0;
	border-top: solid 1px #ccc;
}

table.tbl_info_members th {
	width: 20%;
	max-width: 160px;
	margin: 0;
	padding: 12px 8px;
	background-color: #f5f5f5;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}

table.tbl_info_members td {
	margin: 0;
	padding: 12px 10px;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}

.wrap_member_history {
	padding: 0 68px;
}

.col_member_history {
	width: 100%;
	margin: 0 0 50px;
	padding: 20px 0 40px;
	border-bottom: solid 1px #ccc;
}

.col_member_history .history-area {
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 0;
}

.col_member_history .history-area table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}

.col_member_history .history-area table th {
	padding: 3px 8px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	line-height: 1.5;
	background-color: #accc34;
	border: none;
	border-left: solid 4px #fff;
}

.col_member_history .history-area table td {
	padding: 8px 8px;
	color: #404040;
	line-height: 25px;
	border: none;
	border-left: solid 4px #fff;
	text-align: center;
	word-wrap: break-word;
}

.col_member_history .history-area table td.aleft {
	text-align: left;
}

.col_member_history .history-area table :first-child {
	border-left: none;
	object-fit: cover;
}

.col_member_history .history-area table td.retail {
	padding: 0;
	border-bottom: solid 12px #fff;
}

.col_member_history .history-area table td.retail table {
	background-color: #f4f4f4;
}

.col_member_history .history-area table td.retail th {
	background-color: #888;
}

.col_member_history .history-area table td.retail td {
	border-bottom: solid 4px #fff;
}

.col_member_history .history-area table td.retail tr:last-child td {
	border-bottom: none;
}

.col_member_history .history-area table td.retail td img {
	width: 70px;
	height: auto;
	vertical-align: top;
}

.col_member_history .history-area table td.retail .aleft {
	text-align: left;
}

@media print,screen and ( max-width: 1200px ) {

	.col_member_history {
		overflow: auto;
	}

	.col_member_history .history-area {
		width: 1000px;
	}

}


.history table.customer_form {
	max-width: 760px;
}

.history table.customer_form th {
	padding-right: 20px;
}

.col_customer_login1.history .send {
	width: 100%;
	max-width: 760px;
	margin: 0;
	padding: 70px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.col_customer_login1.history .send input {
	width: calc( (100% - 30px)/3 );
	max-width: 200px;
	height: 45px;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.2;
	border: solid 1px #404040;
	border-radius: 60px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s;
	outline: none;
}

.col_customer_login1.history .send input:last-child {
	margin-right: 0;
}

.col_customer_login1.history .send input.btn_totop_member {
	color: #444;
	border: solid 1px #999;
}

.col_customer_login1.history .send input.btn_update_member {
	color: #fff;
	border-color: #e7370c;
	background-color: #e7370c;
}

.col_customer_login1.history .send input.btn_delete_member {
	color: #fff;
	background-color: #767676;
}

/* --------------- itemlist --------------- */

.mds_itemlist1 {
	margin: 0;
	padding: 0 5px 6px 5px;
	font-size: 21px;
	font-weight: bold;
	border-bottom: solid 1px #404040;
}

.col_terms_itemlist {
	width: 100%;
	margin: 0 0 30px;
	padding: 12px 8px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.col_terms_itemlist dl {
	margin: 0;
	padding: 0;
	display: flex;
	font-size: 12px;
	align-items: center;
	justify-content: space-between;
}

.col_terms_itemlist dl dt {
	margin: 0;
	padding: 0;
}

.col_terms_itemlist dl dd {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.col_terms_itemlist dl dd select {
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0 2px;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	border: solid 1px #404040;
	background-color: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.col_terms_itemlist dl dd select::-ms-expand {
    display: none;
}

.col_terms_itemlist dl dd .btn_select {
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	background-color: #ececec;
	border-left: solid 1px #b2b2b2;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.col_terms_itemlist dl dd .btn_select:before,
.col_terms_itemlist dl dd .btn_select:after {
	content: "";
	margin: 0 0 0 -4px;
	padding: 0;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
	position: absolute;
	left: 50%;
}

.col_terms_itemlist dl dd .btn_select:before {
	border-bottom: solid 4px #404040;
	top: 10px;
}

.col_terms_itemlist dl dd .btn_select:after {
	border-top: solid 4px #404040;
	top: 20px;
}

.col_terms_itemlist dl.col_select_category {
	width: 270px;
}

.col_terms_itemlist dl.col_select_category dt {
	width: calc( 100% - 210px );
}

.col_terms_itemlist dl.col_select_category dd {
	width: 210px;
}

.col_terms_itemlist dl.col_select_sort {
	width: 218px;
}

.col_terms_itemlist dl.col_select_sort dt {
	width: calc( 100% - 170px );
}

.col_terms_itemlist dl.col_select_sort dd {
	width: 170px;
}

ul.pagenation_itemlist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

ul.pagenation_itemlist li {
	margin: 0 3px 0 0;
	padding: 0;
}

ul.pagenation_itemlist li:last-child {
	margin-right: 0;
}

ul.pagenation_itemlist li a,
ul.pagenation_itemlist li span {
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	color: #404040;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #b2b2b2;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}

ul.pagenation_itemlist li.more span {
	width: 20px;
	height: 34px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.pagenation_itemlist li.current a,
ul.pagenation_itemlist li.current span,
ul.pagenation_itemlist li.prev a,
ul.pagenation_itemlist li.next a {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
}

.col_itemlist .col_itemlist1 .img_item {
	height: 18.8vw;
}

@media print,screen and ( max-width: 1500px ) {
	
	.col_itemlist .col_itemlist1 .img_item {
		height: 22.3vw;
	}

}

@media print,screen and ( max-width: 1200px ) {
	
	.col_itemlist .col_itemlist1 .box_item {
		width: calc(( 100% - 50px )/3 );
	}
	
	.col_itemlist .col_itemlist1 .box_item:nth-child(4n) {
		margin-right: 25px;
	}
	
	.col_itemlist .col_itemlist1 .box_item:nth-child(3n) {
		margin-right: 0;
		transition-delay: .4s;
		-moz-transition-delay: .4s;
		-webkit-transition-delay: .4s;
	}
	
	.col_itemlist .col_itemlist1 .box_item:nth-child(3n-2) {
		transition-delay: 0s;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}
	
	.col_itemlist .col_itemlist1 .box_item:nth-child(3n-1) {
		transition-delay: .2s;
		-moz-transition-delay: .2s;
		-webkit-transition-delay: .2s;
	}
	
	.col_itemlist .col_itemlist1 .img_item {
		height: 30.1vw;
	}
	
}

ul.pagenation_itemlist.btm {
	padding: 20px 0 40px;
	justify-content: flex-end;
}



/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media screen and ( max-width: 1200px ) {
	
	



}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {
	

/* --------------- cart --------------- */

	.cart_history table#cart_table th.thumbnail {
		width: 140px;
	}

	.cart_history table#cart_table td a {
		width: 100%;
		height: 124px;
	}

	.cart_history table#cart_table th {
		width: 120px;
	}

	.cart_history table#cart_table th.action {
		width: 90px;
	}
	

/* --------------- customer_page --------------- */

	.col_customer_login1 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.col_customer_login1 dt,
	.col_customer_login1.basic dt {
		width: 180px;
	}

	
/* --------------- delivery_page --------------- */
	
	.box_delivery_basic {
		padding: 20px 20px 20px 10px;
	}

	.wrap_delivery_basic.address,
	.wrap_delivery_basic.creditcart,
	.wrap_delivery_basic.daibiki {
		margin-left: 20px;
	}

	.wrap_delivery_basic.address:before,
	.wrap_delivery_basic.creditcart:before,
	.wrap_delivery_basic.daibiki:before {
		left: 350px;
	}



/* --------------- confirmpage_page --------------- */

	.confirmpage .cart_history table#cart_table th.thumbnail {
		width: 70px;
	}

	.confirmpage .cart_history table#cart_table td.thumbnail img {
		width: 140px;
		height: 140px;
	}
	
	.confirmpage .cart_history table#cart_table th.price {
		width: 50px;
	}
	
	.confirmpage .cart_history table#cart_table th.quantity {
		width: 50px;
	}
	
	.confirmpage .cart_history table#cart_table th.subtotal {
		width: 50px;
	}

	.tbl_confirmpage1 .customer_form th {
		width: 145px;
		padding-left: 20px;
	}


/* --------------- member's page --------------- */

	.wrap_member_history {
		padding: 0 15px;
	}



	
/* --------------- shopinfo --------------- */
	
	table.tbl_info_members {
		display: block;
	}

	table.tbl_info_members tbody {
		width: 100%;
		display: block;
	}

	table.tbl_info_members tr {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	table.tbl_info_members th {
		width: 160px;
		display: block;
	}

	table.tbl_info_members td {
		width: calc( 100% - 160px );
		display: block;
	}



}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	.cart_history table#cart_table th.thumbnail {
		width: 120px;
	}

	.cart_history table#cart_table td a {
		height: 104px;
	}


/* --------------- customer_page --------------- */

	.wrap_cart_customer1 {
		padding-bottom: 60px;
	}

	.col_cart_customer1 {
		margin-bottom: 35px;
		padding-bottom: 40px;
	}

	.col_customer_login1 {
		max-width: 620px;
		margin: 0 auto 40px;
		display: block;
	}

	.col_customer_login1.basic {
		margin-bottom: 50px;
	}

	.col_customer_login1 dt,
	.col_customer_login1.basic dt {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}

	.col_customer_login1 dt br {
		display: none;
	}

	.col_customer_login1 dd,
	.col_customer_login1.basic dd {
		max-width: 100%;
	}

	.form_customer_login1 .txt {
		width: 9em;
	}

	.customer_loginform input[type="text"],
	.customer_loginform input[type="password"],
	table.customer_form td input[type="text"],
	table.customer_form td input[type="password"] {
		max-width: 100%;
	}

	table.customer_form th {
		padding-left: 0;
	}

/* --------------- delivery_page --------------- */


	.wrap_delivery_basic.address:before,
	.wrap_delivery_basic.creditcart:before,
	.wrap_delivery_basic.daibiki:before {
		left: 188px;
	}

	.wrap_delivery1 {
		padding-left: 30px;
	}

	.mds_delivery1 {
		width: 120px;
	}

	.form_delivery1 {
		width: calc(100% - 120px);
		padding-left: 0;
	}

	/* --------------- confirmpage_page --------------- */
	
	.confirmpage .cart_history table#cart_table td.thumbnail img {
		width: 100%;
		height: 17vw;
	}
	
	.confirmpage .cart_history table#cart_table td:nth-child(3) {
		line-height: 1.5;
	}

	#col_confirmpage1 {
		margin-bottom: 45px;
	}

	.wrap_confirmpage1 {
		margin-bottom: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	}

	.mds_confirmpage1 {
		width: auto;
		padding: 0 0 8px;
		font-size: 16px;
	}

	.mds_confirmpage1 br {
		display: none;
	}

	.tbl_confirmpage1 {
		width: auto;
	}

	.tbl_confirmpage1 .customer_form th {
		width: 136px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}

	.tbl_confirmpage1 .customer_form td {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}

	.tbl_confirmpage1 .customer_form .ttl td {
		padding-left: 15px;
	}

	.btnarea_cart.confirmpage {
		margin: 0;
	}

	/* --------------- member's page --------------- */
	
	.wrap_member_history {
		max-width: 620px;
		margin: 0 auto;
		padding: 0 15px;
	}




}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	
	

/* --------------- member --------------- */

	.col_customer_login1.history .send input:hover {
		color: #fff;
		background-color: #404040;
	}

	.col_customer_login1.history .send input.btn_totop_member:hover {
		color: #fff;
		background-color: #404040;
	}

	.col_customer_login1.history .send input.btn_update_member:hover {
		color: #e7370c;
		background-color: #fff;
	}



/* --------------- forget passward --------------- */



	.btn_forgetpw_send2 a:hover {
		color: #fff;
		background-color: #404040;
	}

	.btn_forgetpw_send2 a.link_memberspage:hover {
		color: #e7370c;
		background-color: #fff;
	}



	
	/* --------------- itemlist --------------- */
	
	.col_breadcramb a:hover {
		text-decoration: none;
	}
	
	ul.pagenation_itemlist li a:hover {
		text-decoration: none;
		background-color: #e8e8e8;
	}
	
	ul.pagenation_itemlist li.current a:hover,
	ul.pagenation_itemlist li.prev a:hover,
	ul.pagenation_itemlist li.next a:hover {
		background-color: #777;
	}
	
	ul.pagenation_itemlist li.pageamount {
		display: none;
	}
	
	.mds_itemcategory {
		display: none;
	}


}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {
	
	.col_cart {
		padding-top: 20px;
	}

	.col_cart .ttl {
		margin-bottom: 20px;
	}

	.wrap_bags1 {
		margin: 0 0 60px;
	}

	#cart.cart_history {
		display: flex;
		flex-direction: column;
	}

	#cart.cart_history .upbutton {
		margin-bottom: 0;
		padding: 30px 20px 30px;
		text-align: center;
		background-color: #f0f1f1;
		order: 1;
	}

	#cart.cart_history .upbutton input {
		width: 90%;
		max-width: 250px;
		height: 45px;
		margin: 20px auto 0;
		color: #404040;
		font-size: 15px;
		font-weight: 400;
		line-height: 1;
		border: solid 1px #404040;
		background-color: #fff;
		cursor: pointer;
		-webkit-appearance: button;
		appearance: button;
		border-radius: 60px;
		outline: none;
		display: block;
	}
	
	.cart_history table#cart_table {
		margin-bottom: 35px;
		display: block;
		order: 0;
	}

	.cart_history table#cart_table tr:first-of-type {
		display: none;
	}

	.cart_history table#cart_table tr {
		padding: 25px 10px 10px;
		border-bottom: solid 1px #b2b2b2;
		display: flex;
		flex-wrap: wrap;
	}

	.cart_history table#cart_table td {
		padding: 0;
		border-bottom: none;
		display: block;
	}

	.cart_history table#cart_table td a {
		height: 140px;
	}

	.cart_history table#cart_table .thumbnail {
		padding: 0;
	}

	.cart_history table#cart_table td:nth-of-type(1) {
		width: 140px;
	}

	.cart_history table#cart_table td:nth-of-type(2) {
		width: calc(100% - 140px);
		padding: 0 0 15px 20px;
	}

	.cart_history table#cart_table td:nth-of-type(3) {
		width: calc(100% - 140px);
		margin-left: auto;
		padding-left: 20px;
	}

	.cart_history table#cart_table td input {
		margin: 0;
	}

	.cart_history table#cart_table td:nth-of-type(4) {
		width: calc(100% - 140px - 50px);
		margin-left: auto;
		padding-bottom: 5px;
		padding-left: 20px;
		display: flex;
		align-items: flex-end;
	}

	.cart_history table#cart_table td:nth-of-type(5) {
		width: 50px;
		position: relative;
		top: -10px;
	}

	.cart_history table#cart_table tr.pricesum {
		border-bottom: none;
		display: block;
	}

	.cart_history table#cart_table tr.pricesum th {
		width: 100%;
		padding: 0;
		display: block;
	}

	.btnarea_cart1 {
		margin-top: 50px;
		display: block;
	}

	.continue_shopping_button,
	.to_customerinfo_button {
		width: 90%;
		max-width: 260px;
		height: 55px;
		margin: 0 auto;
		display: block;
	}

	.cart_history table#cart_table tr.pricesum th {
		font-size: 15px;
	}

	.cart_history table#cart_table tr.pricesum .price {
		font-size: 25px;
	}

	.cart_history table#cart_table tr.postage {
		padding: 0 0 30px;
	}

	.cart_history table#cart_table tr.postage th {
		width: 100%;
	}

	.cart_history table#cart_table tr.postage th {
		padding: 0 15px 0;
		font-size: 15px;
	}

.history .cart_history table#cart_table {
		min-width: auto;
	}

	.history .cart_history table#cart_table .thumbnail span {
		height: 124px;
	}

	.history .cart_history table#cart_table td.spec,
	.history .cart_history table#cart_table td.unitprice,
	.history .cart_history table#cart_table td.quantity,
	.history .cart_history table#cart_table td.action {
		width: calc(100% - 140px);
		margin-left: auto;
		padding-left: 20px;
		text-align: left;
	}
	

/* --------------- customer_page --------------- */
	ul.flow_cartnavi {
		width: 100%;
		max-width: 400px;
	}

	ul.flow_cartnavi li {
		height: 88px;
		font-size: 12px;
		background-size: contain;
	}

	ul.flow_cartnavi li:not(:last-child):before {
		font-size: 18px;
	}

	ul.flow_cartnavi li:nth-of-type(1) {
		width: 90px;
		padding-top: 26px;
	}
	
	ul.flow_cartnavi li:nth-of-type(2) {
		width: 86px;
		height: 89px;
	}
	
	ul.flow_cartnavi li:nth-of-type(3) {
		width: 100px;
		height: 88px;
		padding-bottom: 14px;
		padding-left: 20px;
	}
	
	ul.flow_cartnavi li:nth-of-type(4) {
		width: 65px;
		height: 86px;
		padding-top: 6px;
	}

	.col_cart_customer1 {
		margin-bottom: 30px;
		padding: 10px 0 30px;
	}

	.form_customer_login1 {
		margin-bottom: 14px;
		display: block;
	}

	.form_customer_login1 .txt {
		margin-bottom: 4px;
	}

	.form_customer_login1.forget {
		font-size: 15px;
		text-align: right;
	}

	.btn_customer_next {
		width: 100%;
		max-width: 260px;
		height: 50px;
	}

	.col_customer_login1 {
		padding: 0 0 40px;
	}

	.col_customer_login1.basic {
		margin-bottom: 70px;
	}

	.col_customer_login1.basic dt {
		margin-bottom: 20px;
	}

	table.customer_form {
		display: block;
	}

	table.customer_form tbody {
		display: block;
	}

	table.customer_form tr {
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	table.customer_form tr:last-child {
		margin-bottom: 0;
	}

	table.customer_form th {
		width: 100%;
		margin-bottom: 6px;
		padding: 0;
		display: block;
	}

	table.customer_form th .inner {
		justify-content: flex-start;
	}

	table.customer_form th .inner .require {
		margin-left: 8px;
	}

	table.customer_form td {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	table.customer_form .inp1 td {
		width: 48.5%;
	}

	table.customer_form .inp1 td:first-of-type {
		margin-right: 3%;
	}

	table.customer_form .inp1 input[type="text"] {
		max-width: 100%;
		width: 100%;
	}

	.customer_form input[type=text]#zipcode {
		width: calc(100% - 8em);
		max-width: 210px;
	}
	.box_form_select1 {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.box_form_select1 select {
		max-width: 100%;
		outline: none;
	}

	table.customer_form.pass th {
		width: auto;
		padding: 0;
	}

	table.customer_form input#address1[type="text"],
	table.customer_form input#address2[type="text"],
	table.customer_form input#address3[type="text"],
	table.customer_form.pass td input[type="text"],
	table.customer_form.pass td input[type="password"] {
		width: 100%;
		max-width: 100%;
	}

	table.customer_form input#tel[type="text"] {
		width: 70%;
	}

	table.customer_form td .note1 {
		width: 100%;
	}

	.btnarea_cart {
		display: block;
	}

	.btnarea_cart input,
	.btnarea_cart input:last-child {
		width: 90%;
		max-width: 260px;
		height: 55px;
		margin: 0 auto 15px;
		display: block;
	}

	/* --------------- delivery_page --------------- */
	
	.col_cart.delivery {
		padding-bottom: 60px;
	}

	.ttl_delivery1 {
		padding: 5px 8px 12px;
		font-size: 17px;
	}

	.wrap_delivery1 {
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}

	.wrap_delivery1.address {
		padding-top: 25px;
	}

	.mds_delivery1 {
		width: auto;
		margin-bottom: 15px;
	}

	.form_delivery1 {
		width: auto;
		padding-left: 15px;
	}

	.form_delivery1 input + label,
	.radio_delivery1 input + label {
		margin-bottom: 25px;
	}

	.wrap_delivery_basic.address,
	.wrap_delivery_basic.creditcart,
	.wrap_delivery_basic.daibiki {
		margin: 0;
	}

	.wrap_delivery_basic.address:before,
	.wrap_delivery_basic.creditcart:before,
	.wrap_delivery_basic.daibiki:before {
		left: 50px;
	}

	.box_delivery_basic {
		padding: 25px 20px 20px 20px;
	}

	.delivery table.customer_form th {
		width: 100%;
	}

	.delivery table.customer_form th,
	.delivery table.customer_form td {
		padding: 0;
	}

	.customer_form#time {
		width: auto;
		margin: 0;
	}

	.customer_form#time th {
		width: 100%;
		padding: 0;
	}

	.customer_form#time td {
		width: 100%;
		padding: 0;
	}

	.notice_delivery1 {
		margin-top: 20px;
	}

	.border_delivery1 {
		margin: 20px 0 30px;
	}

	.border_delivery2 {
		margin: 30px 0 0;
	}

	.wrap_delivery1.payment {
		display: block;
		padding-top: 30px;
	}

	.wrap_delivery1.payment .mds_delivery1,
	.wrap_delivery1.payment .form_delivery1 {
		width: 100%;
	}

	.wrap_delivery1.payment .mds_delivery1 {
		margin-bottom: 10px;
	}

	.wrap_delivery_basic.creditcart .box_delivery_basic {
		padding-top: 40px;
	}

	.img_crediticon {
		width: 92%;
		margin: 0 0 20px;
	}

	.wrap_delivery_basic.creditcart table.customer_form th {
		width: auto;
	}

	.wrap_delivery_basic.creditcart table.customer_form th.sp_none {
		display: none;
	}

	.wrap_delivery_basic.creditcart table.customer_form td {
		width: auto;
	}

	.wrap_delivery_basic.creditcart .expire_form .box_form_select1 {
		width: 110px;
		border: solid 1px #b2b2b2;
	}

	.wrap_delivery_basic.creditcart .expire_form select {
		width: 100%;
		border: none;
	}

	.wrap_delivery_basic.creditcart select.payment_way {
		min-width: 300px;
	}

	.check_credit_reg {
		text-align: center;
	}

	.col_itemlist.delivery .btnarea_cart {
		margin-top: 60px;
	}

	.tbl_payment_daibiki {
		max-width: 100%;
		margin-bottom: 12px;
	}

/* --------------- confirmpage_page --------------- */

	.confirmpage .wrap_bags1 {
		margin-bottom: 60px;
	}

	.confirmpage .col_cart_customer1 {
		margin-bottom: 30px;
	}

	.confirmpage .cart_history table#cart_table tbody {
		display: block;
	}

	.confirmpage .cart_history table#cart_table td.num {
		display: none;
	}

	.confirmpage .cart_history table#cart_table td.thumbnail {
		width: 140px;
		padding-left: 0;
		padding-right: 0;
	}

	.confirmpage .cart_history table#cart_table td.thumbnail img {
		width: 100%;
		height: 140px;
	}

	.confirmpage .cart_history table#cart_table td.unitprice,
	.confirmpage .cart_history table#cart_table td.quantity,
	.confirmpage .cart_history table#cart_table td.subtotal {
		width: calc(100% - 140px);
		margin-left: 140px;
		padding-left: 20px;
		top: 0;
	}

	.confirmpage .mds_itemlist1 {
		padding-left: 4%;
		text-align: left;
	}

	.confirmpage .cart_history {
		padding-top: 15px;
	}

	.confirmpage .error_message {
		margin-bottom: 10px;
	}

	.col_itemlist.confirmpage .wrap_bags1 {
		margin-top: 0;
		margin-bottom: 80px;
	}

	.wrap_confirmpage1 {
		margin-bottom: 40px;
	}

	.tbl_confirmpage1 .customer_form {
		font-size: 14px;
		display: table;
	}

	.tbl_confirmpage1 .customer_form tbody {
		display: table-row-group;
	}

	.tbl_confirmpage1 .customer_form tr {
		display: table-row;
	}

	.tbl_confirmpage1 .customer_form th {
		display: table-cell;
	}

	.tbl_confirmpage1 .customer_form td {
		display: table-cell;
	}

	.tbl_confirmpage1 .customer_form .ttl td h3 {
		font-size: 14px;
	}

	.btnarea_cart.confirmpage .send_paypal {
		flex-direction: column;
	}

	.btnarea_cart.confirmpage input#back_button,
	.btnarea_cart.confirmpage input#purchase_button {
		width: 100%;
		height: 56px;
	}

	.btnarea_cart.confirmpage input#back_button {
		margin-bottom: 12px;
	}

	
	.confirmpage .cart_history table#cart_table tr:nth-last-child(5),
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4),
	.confirmpage .cart_history table#cart_table tr:last-child {
		padding: 0;
	}
	
	.confirmpage .cart_history table#cart_table tr:nth-last-child(5) th,
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4) th,
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4) td,
	.confirmpage .cart_history table#cart_table tr:last-child th {
		padding: 10px 15px 10px 0;
		border: none;
		text-align :right;
		display: block;
		float: left;
	}
	
	.confirmpage .cart_history table#cart_table tr:nth-last-child(5) th:first-child,
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4) th:first-child,
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4) td:first-child,
	.confirmpage .cart_history table#cart_table tr:last-child th:first-child {
		width: calc( 100% - 140px );
		border-right: solid 6px #fff;
	}
	
	.confirmpage .cart_history table#cart_table tr:nth-last-child(5) th:nth-child(2),
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4) th:nth-child(2),
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4) td:nth-child(2),
	.confirmpage .cart_history table#cart_table tr:last-child th:nth-child(2) {
		width: 140px;
	}
	
	.confirmpage .cart_history table#cart_table tr:nth-last-child(5) th:last-child,
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4) th:last-child,
	.confirmpage .cart_history table#cart_table tr:nth-last-child(4) td:last-child,
	.confirmpage .cart_history table#cart_table tr:last-child th:last-child {
		display: none;
	}
	
	.confirmpage .cart_history table#cart_table tr:nth-last-child(3),
	.confirmpage .cart_history table#cart_table tr:nth-last-child(2) {
		padding: 5px 0 5px 3%;
	}
	
	.confirmpage .cart_history table#cart_table tr:nth-last-child(3) td:first-child,
	.confirmpage .cart_history table#cart_table tr:nth-last-child(2) td:first-child {
		width: calc( 100% - 140px );
		padding: 5px 15px 5px 0;
		border-right: solid 6px #fff;
		text-align: right;
	}
	
	.confirmpage .cart_history table#cart_table tr:nth-last-child(3) td:nth-child(2),
	.confirmpage .cart_history table#cart_table tr:nth-last-child(2) td:nth-child(2) {
		width: 140px;
		padding: 5px 15px 5px 0;
		text-align: right;
	}


/* --------------- forget passward --------------- */

	.wrap_forgetpw {
		width: 94%;
		margin: 20px auto 50px;
		padding: 60px 4%;
	}

	.mds_forgetpw {
		margin-bottom: 25px;
	}

	.input_forget {
		margin-bottom: 25px;
		align-items: stretch;
		flex-direction: column;
	}

	.input_forget .left {
		margin-bottom: 12px;
	}

	.btn_forgetpw {
		margin-bottom: 20px;
	}

	.btn_forgetpw input {
		width: 100%;
		max-width: 300px;
		height: 52px;
	}

	.input_forget .right {
		width: 100%;
	}

	.input_forget .right input {
		max-width: 100%;
	}

	.txt_forgetpw {
		margin-left: 1em;
		margin-right: 1em;
	}

	.txt_forgetpw br {
		display: block;
	}
	
	
	.btn_forgetpw {
		margin-bottom: 6vw;
		text-align: center;
	}
	
	.btn_forgetpw input {
		width: 100%;
		margin: 0 auto;
	}
	
	.txt_forgetpw_send1 {
		margin-bottom: 6vw;
	}
	
	.btn_forgetpw_send2 {
		flex-direction: column;
	}
	
	.btn_forgetpw_send2 a,
	.btn_forgetpw_send2 a.link_memberspage {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.btn_forgetpw_send2 a.link_memberspage {
		margin-bottom: 15px;
	}


	/* --------------- member's page --------------- */
	
	table.tbl_info_members th {
		width: 140px;
	}

	table.tbl_info_members td {
		width: calc(100% - 140px);
	}

	.wrap_member_history {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.col_customer_login1.history .send {
		padding: 8vw 0 0 0;
		display: block;
	}

	.col_customer_login1.history .send input {
		width: 100%;
		max-width: 320px;
		height: 50px;
		margin: 0 auto 3.5vw;
	}

	.col_customer_login1.history .send input:last-child {
		margin: 0 auto;
	}


/* --------------- itemlist --------------- */
	
	.col_terms_itemlist dl {
		justify-content: flex-start;
	}

	.col_terms_itemlist dl.col_select_category,
	.col_terms_itemlist dl.col_select_sort {
		width: auto;
	}

	.col_terms_itemlist dl.col_select_category dt {
		width: auto;
	}

	.col_terms_itemlist dl.col_select_category dd {
		width: 250px;
	}

	.col_terms_itemlist dl.col_select_sort dt {
		width: 55px;
	}

	.col_terms_itemlist dl.col_select_sort dd {
		width: calc( 100% - 55px );
	}

	.col_terms_itemlist ul.pagenation_itemlist {
		display: none;
	}


	.col_itemlist .col_itemlist1 .img_item {
		height: 28vw;
	}


	#wc_error .ttl {
		margin-bottom: 40px;
		font-size: 20px;
	}
	
}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.cart_history table#cart_table td:nth-of-type(1) {
		width: 90px;
	}

	.cart_history table#cart_table td a {
		height: 90px;
	}

	.cart_history table#cart_table td:nth-of-type(2) {
		width: calc(100% - 90px);
	}

	.cart_history table#cart_table td:nth-of-type(3) {
		width: calc(100% - 90px);
	}

	.cart_history table#cart_table td:nth-of-type(4) {
		width: calc(100% - 90px - 50px);
	}

	.history .cart_history table#cart_table .thumbnail span {
		height: 75px;
	}

	.history .cart_history table#cart_table td.spec,
	.history .cart_history table#cart_table td.unitprice,
	.history .cart_history table#cart_table td.quantity,
	.history .cart_history table#cart_table td.action {
		width: calc(100% - 90px);
	}

	ul.flow_cartnavi li {
		font-size: 2.5vw;
	}

	ul.flow_cartnavi li:not(:last-child):before {
		font-size: 4vw;
		top: 10vw;
	}

	ul.flow_cartnavi li:nth-of-type(1) {
		width: 20vw;
		height: 20vw;
		padding-top: 4vw;
	}
	
	ul.flow_cartnavi li:nth-of-type(2) {
		width: 19vw;
		height: 20vw;
	}
	
	ul.flow_cartnavi li:nth-of-type(3) {
		width: 22vw;
		height: 20vw;
		padding-bottom: 3vw;
		padding-left: 5vw;
	}
	
	ul.flow_cartnavi li:nth-of-type(4) {
		width: 14vw;
		height: 20vw;
	}

/* --------------- delivery_page --------------- */
	.delivery table#custom_order th,
	.delivery table#custom_order td {
		width:100% !important;
		display:block;
	}
	
/* --------------- confirmpage_page --------------- */

	.confirmpage .cart_history table#cart_table td.thumbnail {
		width: 90px;
	}

	.confirmpage .cart_history table#cart_table td.thumbnail img {
		width: 100%;
		height: 90px;
	}

	.confirmpage .cart_history table#cart_table td.unitprice,
	.confirmpage .cart_history table#cart_table td.quantity,
	.confirmpage .cart_history table#cart_table td.subtotal {
		width: calc(100% - 90px);
		margin-left: 90px;
		padding-left: 20px;
		top: 0;
	}

	table#point_table,
	table#point_table tbody,
	table#point_table tr,
	table#point_table th,
	table#point_table td {
		width: auto;
		text-align: right;
		display: block;
	}

/* --------------- thanks_page --------------- */

	.lead_thankspage1 {
		font-size: 45px;
		line-height: 1;
	}

	.link_thankspage {
		margin-bottom: 40px;
	}


/* --------------- member's page --------------- */
	
	table.tbl_info_members th {
		width: 100%;
		max-width: 100%;
		padding: 8px 8px;
		text-align: left;
	}

	table.tbl_info_members td {
		width: 100%;
		padding: 8px 8px;
	}






}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */

