@charset "UTF-8";
.p_cart .product_flow_step_order .en,
.p_cart .product_flow_bill_preview_cost .num,
.p_cart .product_flow_bill_preview_amount_dis .num,
.p_cart .product_flow_bill_preview_subtotal .num,
.p_cart .product_flow_bill_preview_total .num,
.p_cart .product_flow_bill_preview_vouchers .num {
  font-family: "Oswald", sans-serif;
}

.p_cart {

  color: #1a1a1a;
  background-color: #fff;
}
.p_cart .intro {
  padding-top: 0px;
}
.p_cart .intro_heading {
  font-size: 1.25875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.p_cart .lr_product {
  margin-top: 0px;
  margin-left: -12px;
  margin-right: -12px;
}
.p_cart .product_flow {
  background-color: #f5f5f5;
  padding: 9px 13px 10px 12px;
}
.p_cart .product_flow_step {
  display: flex;
  gap: 11px;
}
.p_cart .product_flow_step_order {
  --accent: #a2a2a2;
  width: 25%;
  height: 81px;
  background-color: var(--accent);
  position: relative;
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: center;
  padding: 9px 2px 10px 2px;
}
.p_cart .product_flow_step_order:nth-child(1)::before {
  display: none;
}
.p_cart .product_flow_step_order:nth-child(4),
.p_cart .product_flow_step_order:nth-child(3) {
  padding-top: 12px;
  padding-bottom: 20px;
}
.p_cart .product_flow_step_order:nth-child(4) .jp,
.p_cart .product_flow_step_order:nth-child(3) .jp {
  margin-top: 12px;
}
.p_cart .product_flow_step_order:last-child::after {
  display: none;
}
.p_cart .product_flow_step_order.current {
  --accent: #000;
}
.p_cart .product_flow_step_order::before,
.p_cart .product_flow_step_order::after {
  content: "";
  border: 0;
  position: absolute;
  top: 0;
}
.p_cart .product_flow_step_order::before {
  content: "";
  left: -10px;
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-top: 40px solid var(--accent);
  border-bottom: 41px solid var(--accent);
}
.p_cart .product_flow_step_order::after {
  content: "";
  right: -10px;
  border-left: 11px solid var(--accent);
  border-top: 40px solid rgba(0, 0, 0, 0);
  border-bottom: 41px solid rgba(0, 0, 0, 0);
}
.p_cart .product_flow_step_order .en,
.p_cart .product_flow_step_order .jp {
  display: block;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #fff;
}
.p_cart .product_flow_step_order .en {
  font-size: 1.063125rem;
  font-weight: 700;
}
.p_cart .product_flow_step_order .jp {
  font-size: 0.7975rem;
  font-weight: 400;
}
.p_cart .product_flow_tag {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.p_cart .product_flow_tag_name {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.022em;
  font-feature-settings: "palt";
  margin-top: 10px;
}
.p_cart .product_flow_tag_name:nth-child(1) {
  width: 25%;
}
.p_cart .product_flow_tag_name:nth-child(2) {
  width: 23%;
}
.p_cart .product_flow_tag_name:nth-child(3) {
  width: calc(18% + 2px);
}
.p_cart .product_flow_tag_name:nth-child(4) {
  width: 9%;
}
.p_cart .product_flow_bill_preview {
  background-color: #fff;
  margin-top: 10px;
  padding: 14px 16px 20px;
}
.p_cart .product_flow_bill_preview_row {
  display: flex;
  flex-direction: column;
}
.p_cart .product_flow_bill_preview_photo {
  display: flex;
  gap: 21px;
}
.p_cart .product_flow_bill_preview_photo dt {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.p_cart .product_flow_bill_preview_photo dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_cart .product_flow_bill_preview_photo dd {
  width: calc(100% - 60px - 28px);
  font-size: 0.70875rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
}
.p_cart .product_flow_bill_preview_cost {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-left: 6px;
}
.p_cart .product_flow_bill_preview_cost dt {
  font-size: 0.70875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
}
.p_cart .product_flow_bill_preview_cost dd {
  font-size: 0.7975rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
}
.p_cart .product_flow_bill_preview_cost .num {
  font-size: 0.974375rem;
}
.p_cart .product_flow_bill_preview_amount {
  display: flex;
  justify-content: space-between;
  border-top: 0.4252px solid #a2a2a2;
  margin-top: 7px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 18px;
}
.p_cart .product_flow_bill_preview_amount dt {
  font-size: 0.70875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
  padding-top: 10px;
}
.p_cart .product_flow_bill_preview_amount dd {
  margin-bottom: 0;
}
.p_cart .product_flow_bill_preview_amount_wrap {
  width: 50.4252px;
  height: 30.4252px;
  position: relative;
}
.p_cart .product_flow_bill_preview_amount_dis {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #fff;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  border: 0.4252px solid #bbb;
  border-radius: 2px;
  pointer-events: none;
  font-size: 0.7975rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
  padding-top: 1px;
  padding-right: 11px;
}
.p_cart .product_flow_bill_preview_amount_dis::after {
  content: "";
  width: 4.5262px;
  height: 4.5262px;
  position: absolute;
  top: 50%;
  right: 8px;
  rotate: 45deg;
  translate: 0 -50%;
  border: 0;
  border-right: 0.5669px solid #4d4d4d;
  border-bottom: 0.5669px solid #4d4d4d;
}
.p_cart .product_flow_bill_preview_amount_dis .num {
  font-size: 0.974375rem;
}
.p_cart .product_flow_bill_preview_amount_opt {
  position: absolute;
  inset: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 2px 10px;
}
.p_cart .product_flow_bill_preview_amount_ref {
  display: none;
}
.p_cart .product_flow_bill_preview_subtotal {
  display: flex;
  justify-content: space-between;
  border-top: 0.4252px solid #a2a2a2;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 14px;
}
.p_cart .product_flow_bill_preview_subtotal dt {
  font-size: 0.70875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
  padding-top: 10px;
}
.p_cart .product_flow_bill_preview_subtotal dd {
  font-size: 0.7975rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
  text-align: right;
  margin-bottom: 0;
  padding-top: 5px;
}
.p_cart .product_flow_bill_preview_subtotal .num {
  font-size: 0.974375rem;
}
.p_cart .product_flow_bill_preview_subtotal .delete {
  font-size: 0.7975rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.033em;
  color: #808080;
  font-feature-settings: "palt";
  display: inline-flex;
  margin-top: 14px;
}
.p_cart .product_flow_bill_preview_total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1.1339px solid #e1e1e1;
  margin-top: 15px;
  padding-left: 5px;
}
.p_cart .product_flow_bill_preview_total dt {
  font-size: 0.70875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
  padding-top: 22px;
}
.p_cart .product_flow_bill_preview_total dd {
  font-size: 0.7975rem;
  font-weight: 700;
  letter-spacing: 0.033em;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 17px;
}
.p_cart .product_flow_bill_preview_total .num {
  font-size: 0.974375rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-right: 3px;
}
.p_cart .product_flow_bill_preview_vouchers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1.1339px solid #e1e1e1;
  margin-top: 23px;
  padding-left: 5px;
}
.p_cart .product_flow_bill_preview_vouchers dt {
  font-size: 0.70875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
  padding-top: 21px;
}
.p_cart .product_flow_bill_preview_vouchers dd {
  margin-bottom: 0;
  padding-top: 13px;
}
.p_cart .product_flow_bill_preview_vouchers .num {
  font-size: 0.974375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.033em;
}
.p_cart .product_checkout {
  margin-top: 31px;
  padding-left: 10px;
  padding-right: 8px;
}
.p_cart .product_checkout_txt {
  font-size: 0.7975rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
.p_cart .product_checkout_lists {
  max-width: 225.4252px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}
.p_cart .product_checkout_item:nth-child(1) .product_checkout_link {
  background-color: #fff;
  color: #3355a4;
}
.p_cart .product_checkout_item:nth-child(2) .product_checkout_link {
  background-color: #3355a4;
  color: #fff;
}
.p_cart .product_checkout_link {
  width: 100%;
  height: 45.4252px;
  border: 0.4252px solid #3355a4;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7975rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
.p_cart .product_customer {
  margin-top: 71px;
  padding-left: 12px;
  padding-right: 13px;
}
.p_cart .product_customer_title {
  font-size: 1.063125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  padding-bottom: 16px;
  border-bottom: 1.1339px solid #000;
}
.p_cart .product_customer_txt {
  font-size: 0.974375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-top: 11px;
  margin-left: -2px;
  padding-left: 2px;
}
.p_cart .product_customer_form {
  background-color: #f5f5f5;
  margin-top: 8px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 34px 18px 29px;
}
.p_cart .product_customer_form_remember {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 0.70875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-feature-settings: "palt";
  margin-top: 11px;
}
.p_cart .product_customer_form_submit {
  width: 225.4252px;
  height: 45.4252px;
  background-color: #1a1a1a;
  border-radius: 2px;
  font-size: 0.7975rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-feature-settings: "palt";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.p_cart .product_customer_row {
  display: flex;
  flex-direction: column;
}
.p_cart .product_customer_row + .product_customer_row {
  margin-top: 24px;
}
.p_cart .product_customer_row dt {
  font-size: 0.974375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.033em;
  font-feature-settings: "palt";
}
.p_cart .product_customer_row dd {
  margin-top: 10px;
  margin-bottom: 0;
}
.p_cart .product_customer_row input[type="password"],
.p_cart .product_customer_row input[type="text"] {
  width: 100%;
  height: 46.1339px;
  background-color: #fff;
  display: block;
  border: 0;
  outline: 0;
  font-size: 1rem;
  border: 1.1339px solid #e1e1e1;
  padding: 5px 10px;
}
.p_cart .product_customer_row input[type="checkbox"] {
  width: 10.0693px;
  height: 10.0693px;
  display: block;
  border: 0;
  outline: 0;
  accent-color: #b40000;
}
.p_cart .product_customer_privacy {
  font-size: 0.70875rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-top: 16px;
  margin-left: -10px;
  margin-right: -10px;
}
.p_cart .product_customer_privacy a {
  color: #3355a4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p_cart .product_customer_privacy a:hover {
  text-decoration: none;
}
.p_cart .product_visitor {
  margin-top: 57px;
  padding-left: 12px;
  padding-right: 13px;
}
.p_cart .product_visitor_title {
  font-size: 1.063125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  padding-bottom: 15px;
  border-bottom: 1.1339px solid #000;
}
.p_cart .product_visitor_txt {
  font-size: 0.974375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  margin-top: 12px;
  margin-right: -4px;
}
.p_cart .product_visitor_register {
  background-color: #f5f5f5;
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 41px 40px 34px;
}
.p_cart .product_visitor_register_button {
  width: 225.4252px;
  height: 45.4252px;
  background-color: #b40000;
  font-size: 0.7975rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p_cart .intro {
    padding-top: 0px;
  }
  .p_cart .intro_heading {
    font-size: 2.87875rem;
    font-feature-settings: "palt";
  }
  .p_cart .lr_product {
    margin-top: 44px;
    margin-left: 0;
    margin-right: 0;
  }
  .p_cart .lr_product_main {
    padding-bottom: clamp(60px, (100vw - 1024px) * 1000, 71px);
  }
  .p_cart .product_flow {
    padding: 30px 18px 24px 22px;
  }
  .p_cart .product_flow_step_order {
    height: 60px;
    gap: 3px;
    padding: 0 10px 3px 0;
  }
  .p_cart .product_flow_step_order:nth-child(1) {
    width: calc(26% + 3px);
    padding-right: 0;
  }
  .p_cart .product_flow_step_order:nth-child(4),
  .p_cart .product_flow_step_order:nth-child(3) {
    padding-top: 0;
    padding-bottom: 3px;
  }
  .p_cart .product_flow_step_order:nth-child(4) .jp,
  .p_cart .product_flow_step_order:nth-child(3) .jp {
    margin-top: 0;
  }
  .p_cart .product_flow_step_order::before {
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
  .p_cart .product_flow_step_order::after {
    border-left-width: 11px;
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
  .p_cart .product_flow_step_order .en {
    font-size: 1rem;
  }
  .p_cart .product_flow_step_order .jp {
    font-size: 0.885625rem;
    position: relative;
    top: 1px;
    left: -1px;
  }
  .p_cart .product_flow_tag {
    display: flex;
    margin-top: 10px;
  }
  .p_cart .product_flow_tag_name {
    font-size: 0.885625rem;
    margin-top: 23px;
  }
  .p_cart .product_flow_bill_preview {
    margin-top: 14px;
    padding: 19px 20px 0;
  }
  .p_cart .product_flow_bill_preview_row {
    gap: 10px;
    align-items: flex-start;
    flex-direction: row;
  }
  .p_cart .product_flow_bill_preview_photo {
    width: 360px;
    gap: 30px;
  }
  .p_cart .product_flow_bill_preview_photo dt {
    width: 80px;
    height: 80px;
  }
  .p_cart .product_flow_bill_preview_photo dd {
    font-size: 0.885625rem;
    line-height: 1.4;
    padding-top: 9px;
    padding-right: 53px;
    padding-right: clamp(20px, (100vw - 1400px) * 1000, 53px);
  }
  .p_cart .product_flow_bill_preview_cost {
    width: 171px;
    padding-top: 15px;
    padding-left: 1px;
  }
  .p_cart .product_flow_bill_preview_cost dt {
    display: none;
  }
  .p_cart .product_flow_bill_preview_cost dd {
    font-size: 0.885625rem;
  }
  .p_cart .product_flow_bill_preview_cost .num {
    font-size: 1rem;
  }
  .p_cart .product_flow_bill_preview_amount {
    width: 120px;
    margin: 0;
    border-top: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .p_cart .product_flow_bill_preview_amount dt {
    display: none;
  }
  .p_cart .product_flow_bill_preview_amount_wrap {
    width: 80.4252px;
    height: 30.4252px;
  }
  .p_cart .product_flow_bill_preview_amount_dis {
    gap: 7px;
    font-size: 0.885625rem;
    padding-top: 0;
    padding-right: 22px;
  }
  .p_cart .product_flow_bill_preview_amount_dis::after {
    width: 10px;
    height: 10px;
    right: 11px;
  }
  .p_cart .product_flow_bill_preview_amount_dis .num {
    font-size: 0.875rem;
  }
  .p_cart .product_flow_bill_preview_amount_opt {
    font-size: 0.885625rem;
  }
  .p_cart .product_flow_bill_preview_subtotal {
    width: 86px;
    justify-content: flex-end;
    border-top: 0;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    flex-shrink: 0;
  }
  .p_cart .product_flow_bill_preview_subtotal dt {
    display: none;
  }
  .p_cart .product_flow_bill_preview_subtotal dd {
    font-size: 0.885625rem;
    padding-top: 0;
  }
  .p_cart .product_flow_bill_preview_subtotal .num {
    font-size: 0.9375rem;
  }
  .p_cart .product_flow_bill_preview_subtotal .delete {
    font-size: 0.7975rem;
    margin-top: 14px;
  }
  .p_cart .product_flow_bill_preview_total {
    width: 370px;
    align-items: center;
    margin-top: 22px;
    margin-left: auto;
    margin-right: 10px;
    padding: 15px 2px 20px 7px;
  }
  .p_cart .product_flow_bill_preview_total dt {
    position: relative;
    top: 2px;
    padding-top: 0;
    font-size: 0.885625rem;
  }
  .p_cart .product_flow_bill_preview_total dd {
    font-size: 0.885625rem;
    padding-top: 0;
  }
  .p_cart .product_flow_bill_preview_total .num {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .p_cart .product_flow_bill_preview_vouchers {
    width: 370px;
    margin-top: 0;
    margin-right: 10px;
    margin-left: auto;
    padding: 14px 2px 18px 7px;
  }
  .p_cart .product_flow_bill_preview_vouchers dt {
    font-size: 0.885625rem;
    padding-top: 0;
  }
  .p_cart .product_flow_bill_preview_vouchers dd {
    padding-top: 0;
  }
  .p_cart .product_flow_bill_preview_vouchers .num {
    font-size: 1.0625rem;
    position: relative;
    top: -3px;
    left: 2px;
  }
  .p_cart .product_checkout {
    margin-top: 41px;
    padding-left: 0;
    padding-right: 0;
  }
  .p_cart .product_checkout_txt {
    font-size: 1.063125rem;
    line-height: 1.2;
    text-align: center;
  }
  .p_cart .product_checkout_lists {
    max-width: 632px;
    gap: 30px;
    flex-direction: row;
    position: relative;
    left: 2px;
    margin-top: 33px;
  }
  .p_cart .product_checkout_item {
    width: calc(50% - 15px);
  }
  .p_cart .product_checkout_link {
    height: 60.4252px;
    font-size: 0.974375rem;
    transition: opacity 150ms linear;
  }
  .p_cart .product_checkout_link:hover {
    opacity: 0.8;
  }
  .p_cart .product_customer {
    margin-top: 74px;
    padding-left: 0;
    padding-right: 0;
  }
  .p_cart .product_customer_title {
    font-size: 1.24rem;
    padding-left: 6px;
    padding-bottom: 15px;
  }
  .p_cart .product_customer_txt {
    font-size: 1.151875rem;
    line-height: 1.2;
    margin-top: 19px;
    margin-left: 0;
    padding-left: 2px;
  }
  .p_cart .product_customer_form {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 57px 40px 52px;
  }
  .p_cart .product_customer_form_remember {
    gap: 5px;
    font-size: 0.885625rem;
    margin-top: 14px;
    padding-left: 4px;
  }
  .p_cart .product_customer_form_submit {
    width: 300.4252px;
    height: 60.4252px;
    font-size: 0.974375rem;
    margin-top: 7px;
    margin-left: 0;
    margin-right: 0;
    transition: 300ms linear;
  }
  .p_cart .product_customer_form_submit:hover {
    opacity: 0.8;
  }
  .p_cart .product_customer_row {
    width: 596px;
    max-width: 100%;
    gap: 20px;
    flex-direction: row;
    position: relative;
    left: 6px;
    margin-left: auto;
    margin-right: auto;
  }
  .p_cart .product_customer_row + .product_customer_row {
    margin-top: 17px;
  }
  .p_cart .product_customer_row dt {
    width: 126px;
    font-size: 1.063125rem;
    padding-top: 15px;
  }
  .p_cart .product_customer_row dd {
    width: calc(100% - 126px - 20px);
    margin-top: 0;
  }
  .p_cart .product_customer_row input[type="password"],
  .p_cart .product_customer_row input[type="text"] {
    height: 51.1339px;
  }
  .p_cart .product_customer_row input[type="checkbox"] {
    width: 13.3398px;
    height: 13.3398px;
  }
  .p_cart .product_customer_privacy {
    font-size: 0.885625rem;
    line-height: 1.5;
    margin-top: 19px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
  }
  .p_cart .product_visitor {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .p_cart .product_visitor_title {
    font-size: 1.24rem;
    padding-left: 6px;
    padding-bottom: 15px;
  }
  .p_cart .product_visitor_txt {
    font-size: 1.151875rem;
    line-height: 1.8;
    margin-top: 14px;
    margin-right: 0;
    padding-left: 4px;
  }
  .p_cart .product_visitor_register {
    margin-top: 13px;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 15px 41px 20px;
  }
  .p_cart .product_visitor_register_button {
    width: 300.4252px;
    height: 60.4252px;
    font-size: 0.974375rem;
  }
}

/* シングルレイアウト（中央寄せ） */
.lr_product--single {
  display: block;
}
.lr_product--single .lr_product_main {
  max-width: 960px;
  margin: 0 auto;
}
.lr_product--single .product_form,
.lr_product--single .product_customer {
  width: 100%;
}
.product_flow_bill_preview_row {
  align-items: center;
}
/* ====== Checkout 調整（最小差分パッチ）====== */

/* 1) 見出しの上下間隔を統一 */
.p_cart .product_customer_title {
  margin-top: 32px;
}
.p_cart .product_customer .product_customer_title:first-of-type {
  margin-top: 0;
}

/* 2) dl 行の縦位置を安定化（dt=ラベル / dd=入力域） */
.p_cart .product_customer_row {
  align-items: flex-start; /* dt と dd を上揃え */
}
.p_cart .product_customer_row dt {
  padding-top: 6px;
} /* ラベル位置を微調整 */

/* 3) dd 内に .row を入れた時の余白・行高を最適化 */
.p_cart .product_customer_row dd .row {
  margin-left: 0;
  margin-right: 0;
}
.p_cart .product_customer_row dd .col-12,
.p_cart .product_customer_row dd .col-6,
.p_cart .product_customer_row dd .col-md-4,
.p_cart .product_customer_row dd .col-md-6,
.p_cart .product_customer_row dd .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}

/* ラベル＆入力の密度感を整える */
.p_cart .product_customer_row .form-label {
  font-size: 0.974375rem;
  margin-bottom: 6px;
}
.p_cart .product_customer_row input[type="text"],
.p_cart .product_customer_row input[type="email"],
.p_cart .product_customer_row input[type="tel"],
.p_cart .product_customer_row input[type="date"],
.p_cart .product_customer_row select {
  height: 46px; /* 既存 46.1339px と揃えるが切りの良い値に */
  line-height: 1.2;
}

/* 4) 決済ラジオ（expanded=true の ChoiceType）を綺麗に */
.p_cart .product_customer .form-check {
  margin-bottom: 6px;
}
.p_cart .product_customer .form-check-input {
  margin-top: 0.3rem;
}
.p_cart .product_customer #checkout_payment {
  /* 自動生成されるコンテナIDの例 */
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* 5) 郵便番号・都道府県 横並びの幅バランス（任意） */
@media (min-width: 768px) {
  .p_cart .product_customer_row dd .col-md-4 {
    padding-right: 8px;
  }
  .p_cart .product_customer_row dd .col-md-8 {
    padding-left: 8px;
  }
}

/* 6) 市区町村・番地 + 建物名（横並び）の見た目を揃える */
@media (min-width: 768px) {
  .p_cart .product_customer_row dd .col-md-6:first-child {
    padding-right: 8px;
  }
  .p_cart .product_customer_row dd .col-md-6:last-child {
    padding-left: 8px;
  }
}

/* 7) 数量UI（wrap/dis）の高さとセンタリングを安定化 */
.p_cart .product_flow_bill_preview_amount_wrap {
  position: relative;
  width: 80px;
  height: 32px;
}
.p_cart .product_flow_bill_preview_amount_dis {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0.5px solid #bbb;
  border-radius: 2px;
  background: #fff;
  padding: 0 22px 0 8px; /* 右は▼分の余白 */
}
.p_cart .product_flow_bill_preview_amount_dis::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.p_cart .product_flow_bill_preview_amount .num {
  font-variant-numeric: tabular-nums;
}

/* 8) 行の縦リズム（小計や区切りの上下） */
.p_cart .product_flow_bill_preview_cost,
.p_cart .product_flow_bill_preview_amount,
.p_cart .product_flow_bill_preview_subtotal {
  align-items: center;
}
.p_cart .product_flow_bill_preview_subtotal dd {
  padding-top: 0;
}

.product_customer {
  padding: 0 !important;
  marign: 0 !important;
}

.product_customer_form {
  padding-top: 0.5em !important;
  marign-top: 0 !important;
}



/* ========== カート内の余白/行間を詰める（問3） ========== */
.product_flow_tag {
  mragin-top: 0px !important;;
}

.product_flow_bill_preview_row {
  padding: 3px 0;
  margin: 0 !important;
}

.product_flow_bill_preview_total {
  margin-top: 0 !important;
  padding: 0.5em 0 !important;
  line-height: 1.25;
}

.product_flow_tag_name {
  padding: 0px !important;
  margin: 0px !important;
}
/* カスタム商品の詳細表示用 */
.collapse {
  transition: height 0.35s ease;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.bg-success {
  background-color: #198754!important;
  color: white;
}


/* ===== 強制1行化：幅770px以下 ===== */
@media (max-width: 770px) {
  .product_flow_bill_preview_row *{
    padding:0.2em 0 !important;
  }

}
.p_cart .product_flow_step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); /* 要素数に応じて1frずつ均等 */
  gap: 8px;
}
.p_cart .product_flow_step_order {
  float: none !important;
  width: auto !important;
  min-width: 0;
  text-align: center;
}




/* --- 支払方法ボタンスタイル --- */
.payment-options {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
}

.payment-btn {
  position: relative;
  display: inline-block;
  padding: .6em 1.4em;
  border: 2px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  background: #fff;
  color: #333;
  transition: all 0.25s ease;
  user-select: none;
}

/* ホバー時 */
.payment-btn:hover {
  border-color: #0d6efd;
  color: #0d6efd;
}

/* ラジオボタン自体は非表示 */
.payment-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* 選択中（checked）時 */
.payment-btn input[type="radio"]:checked + span,
.payment-btn input[type="radio"]:checked ~ * {
  /* 上のセレクタで中の文字に適用 */
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* disabled */
.payment-btn input[disabled] + span,
.payment-btn input[disabled] ~ * {
  opacity: .4;
  cursor: not-allowed;
}
/* ラジオがチェックされている .payment-btn を直接装飾 */
.payment-btn:has(input[type="radio"]:checked){
  color:#fff;
  background-color:#0d6efd;
  border-color:#0d6efd;
}

/* disabled */
.payment-btn:has(input[disabled]){
  opacity:.4; cursor:not-allowed;
}