@charset "UTF-8";

/* ===============================
	style
=============================== */

/*------ ショッピングカートページ ------*/
.header .header--brand {
    padding: 60px 15px 61px !important;
    width: 20% !important;
    margin: 0 auto !important;
}

.form .form--required {
    background-color: #e83e0b !important;
}

.shipping_notification.shipping_notification--is_warning {
    color: #ff9800 !important;
    background-color: #fff5e6 !important;
	border-color: #ffe0b3 !important;
}


.shipping_notification {
    padding: 5px !important;
}
.shipping_notification.shipping_notification--is_warning {
    color: #ffffff !important;
    background-color: #e83e0b !important;
}

/* ===============================
	PC / Tab Style
=============================== */
@media print , screen and (min-width: 768px) {
	
	/*------ contents ------*/
	
	
	
}

/* ===============================
	Mobile Style
=============================== */
@media screen and (max-width: 767px) {
	
	
	/*------ main-visual ------*/

	
	

}
