@charset "UTF-8";
/*====================================
  Common
====================================*/
body,
input,
textarea,
#global_header,
#contents,
#contents_title,
#global_footer {
  font-family: "ryo-gothic-plusn", sans-serif !important;
}

.bg-beige {
  background: #FCF6E8 !important;
}

#cart {
  /*------ オレンジボタン -------*/
  /*------ アウトラインボタン -------*/
  /*------ アイコン -------*/
  /*------ border -------*/
  /*------ その他 -------*/
}
#cart .box_wh {
  border-radius: 0px !important;
}
#cart .cart_table_price th {
  background: #E5E5E4;
}
#cart #FormAssist_submit,
#cart [for=send1_B],
#cart .btn_zipcode,
#cart #sofuInfoCheck {
  border-radius: 0px !important;
  box-shadow: none !important;
  transition: all 0.1s !important;
  justify-content: center;
  color: #fff !important;
  background: #E2700D !important;
  background-color: #E2700D !important;
}
#cart #FormAssist_submit:hover,
#cart [for=send1_B]:hover,
#cart .btn_zipcode:hover,
#cart #sofuInfoCheck:hover {
  background: #E2700D !important;
  background-color: #E2700D !important;
}
#cart #FormAssist_submit::before, #cart #FormAssist_submit::after,
#cart [for=send1_B]::before,
#cart [for=send1_B]::after,
#cart .btn_zipcode::before,
#cart .btn_zipcode::after,
#cart #sofuInfoCheck::before,
#cart #sofuInfoCheck::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#cart .cart_btn_back {
  border-radius: 0px !important;
  box-shadow: none !important;
  transition: all 0.1s !important;
  justify-content: center;
  color: #242424 !important;
  background: #fff !important;
  background-color: #fff !important;
  border: solid 1px #242424 !important;
}
#cart .cart_btn_back:hover {
  color: #E2700D !important;
  background: #fff !important;
  background-color: #fff !important;
  border: solid 1px #E2700D !important;
}
#cart .cart_btn_back::before, #cart .cart_btn_back::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#cart .btn_login_member {
  position: relative !important;
}
#cart .btn_login_member::before {
  content: "" !important;
  display: block !important;
  width: 1.5em !important;
  height: 1.5em !important;
  position: absolute !important;
  left: 7% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: unset !important;
  background-size: contain;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-color: unset !important;
  border-radius: 0px !important;
  border-top-color: unset !important;
  border-bottom-color: unset !important;
  border-left-color: unset !important;
  border-right-color: unset !important;
  border-width: 0px !important;
}
@media screen and (max-width: 760px) {
  #cart .btn_login_member::before {
    width: 1.3em !important;
    height: 1.3em !important;
    left: 5% !important;
  }
}
#cart .btn_login_member::before {
  background-image: url("/shared/img/xec/icon_login.png");
}
#cart .login_area_title {
  border-bottom-color: #1B1311;
}
#cart .cart_forward {
  position: relative !important;
  color: #fff !important;
  background: #1B1311 !important;
  height: 45px !important;
  min-height: auto !important;
  padding: 10px 20px !important;
}
#cart .cart_forward::after {
  content: "" !important;
  display: block !important;
  width: 0px !important;
  height: 0px !important;
  background: none !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -20px !important;
  border-width: 20px 570px 0px !important;
  border-color: #1B1311 transparent transparent !important;
  border-style: solid !important;
}
@media screen and (max-width: 760px) {
  #cart .cart_forward::after {
    border-width: 10px 40vw 0px !important;
    bottom: -10px !important;
  }
}
#cart .cart_content_delivery {
  color: #333;
}
#cart .cart_content_continue {
  background-color: #fff;
}
