@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 .cart_content,
#cart .cart_table_price {
  border-radius: 0px !important;
}
#cart .cart_table_price th {
  background: #E5E5E4;
}
#cart #ga__cart_new_pc,
#cart #ga__cart_exisiting_pc,
#cart .cart_login_anchor_link__toggle,
#cart .btn_login_new,
#cart .btn_login_member {
  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 #ga__cart_new_pc:hover,
#cart #ga__cart_exisiting_pc:hover,
#cart .cart_login_anchor_link__toggle:hover,
#cart .btn_login_new:hover,
#cart .btn_login_member:hover {
  background: #E2700D !important;
  background-color: #E2700D !important;
}
#cart #ga__cart_new_pc::before, #cart #ga__cart_new_pc::after,
#cart #ga__cart_exisiting_pc::before,
#cart #ga__cart_exisiting_pc::after,
#cart .cart_login_anchor_link__toggle::before,
#cart .cart_login_anchor_link__toggle::after,
#cart .btn_login_new::before,
#cart .btn_login_new::after,
#cart .btn_login_member::before,
#cart .btn_login_member::after {
  border-right-color: inherit !important;
  border-left-color: inherit !important;
}
#cart #ga__cart_new_pc::before, #cart #ga__cart_new_pc::after,
#cart #ga__cart_exisiting_pc::before,
#cart #ga__cart_exisiting_pc::after,
#cart .cart_login_anchor_link__toggle::before,
#cart .cart_login_anchor_link__toggle::after,
#cart .btn_login_new::before,
#cart .btn_login_new::after,
#cart .btn_login_member::before,
#cart .btn_login_member::after {
  content: none !important;
}
#cart .cart_btn {
  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 .cart_btn_continue {
  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_continue:hover {
  color: #E2700D !important;
  background: #fff !important;
  background-color: #fff !important;
  border: solid 1px #E2700D !important;
}
#cart .cart_btn_continue::before, #cart .cart_btn_continue::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 .login_area_title {
  color: #1B1311 !important;
  border-bottom-color: #1B1311 !important;
}
#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;
  }
}
