:root {
  --dogcake-checkout-text: #3f3a36;
  --dogcake-checkout-muted: #786f68;
  --dogcake-checkout-line: #e9ded2;
  --dogcake-checkout-soft: #fffaf1;
  --dogcake-checkout-soft-2: #faf7f1;
  --dogcake-checkout-accent: #ffc400;
  --dogcake-checkout-green: #00b900;
}

/* DogCake confirmation page */
#confirm-view.dogcake-yunth-confirm {
  background: #fff;
  color: #5f5359;
}

#confirm-view.dogcake-yunth-confirm .c-steps_to_order,
#confirm-view.dogcake-yunth-confirm .dogcake-confirm-guide {
  display: none;
}

#confirm-view .dogcake-confirm-breadcrumb {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
  color: #9a9290;
  font-size: 14px;
  line-height: 1.7;
}

#confirm-view .dogcake-confirm-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

#confirm-view.dogcake-yunth-confirm .p-page_header {
  margin: 0;
  text-align: center;
}

#confirm-view.dogcake-yunth-confirm .p-page_header__inner {
  padding: 0;
}

#confirm-view.dogcake-yunth-confirm .p-page_header__inner__title {
  color: #5f5359;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.55;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm {
  width: min(100%, 760px);
  margin: 0 auto;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner {
  display: grid;
  gap: 42px;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list {
  display: grid;
  gap: 42px;
  width: 100%;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block__title,
#confirm-view.dogcake-yunth-confirm .p-order_confirmation__heading {
  margin: 0 0 24px;
  color: #5f5359;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.45;
}

#confirm-view.dogcake-yunth-confirm .p-shipping_information__label {
  margin: 0 0 14px;
  color: #5f5359;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block > table,
#confirm-view.dogcake-yunth-confirm .p-order_confirmation > table,
#confirm-view.dogcake-yunth-confirm .p-shipping_information > table,
#confirm-view.dogcake-yunth-confirm .c-confirm_field,
#confirm-view.dogcake-yunth-confirm .c-form_table--confirm {
  width: 100%;
  border-collapse: collapse;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block > table > tbody > tr,
#confirm-view.dogcake-yunth-confirm .p-order_confirmation > table > tbody > tr,
#confirm-view.dogcake-yunth-confirm .p-shipping_information > table > tbody > tr,
#confirm-view.dogcake-yunth-confirm .c-confirm_field__row,
#confirm-view.dogcake-yunth-confirm .c-form_table--confirm > tbody > tr {
  display: grid;
  gap: 8px;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #dedbd7;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block > table > tbody > tr:last-child,
#confirm-view.dogcake-yunth-confirm .p-order_confirmation > table > tbody > tr:last-child,
#confirm-view.dogcake-yunth-confirm .p-shipping_information > table > tbody > tr:last-child,
#confirm-view.dogcake-yunth-confirm .c-confirm_field__row:last-child,
#confirm-view.dogcake-yunth-confirm .c-form_table--confirm > tbody > tr:last-child {
  margin-bottom: 0;
}

#confirm-view.dogcake-yunth-confirm th,
#confirm-view.dogcake-yunth-confirm td,
#confirm-view.dogcake-yunth-confirm .c-confirm_field__label,
#confirm-view.dogcake-yunth-confirm .c-confirm_field__value {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5f5359;
  font-family: inherit;
  letter-spacing: 0;
  text-align: left;
}

#confirm-view.dogcake-yunth-confirm th,
#confirm-view.dogcake-yunth-confirm .c-confirm_field__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

#confirm-view.dogcake-yunth-confirm td,
#confirm-view.dogcake-yunth-confirm .c-confirm_field__value {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

#confirm-view.dogcake-yunth-confirm .c-confirm_field__value p,
#confirm-view.dogcake-yunth-confirm .p-shipping_address_table__text {
  margin: 0;
}

#confirm-view .dogcake-confirm-policy-note {
  margin-top: 34px;
  color: #5f5359;
  font-size: 15px;
  line-height: 1.9;
}

#confirm-view .dogcake-confirm-policy-note p {
  margin: 0;
}

#confirm-view .dogcake-confirm-policy-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__side {
  display: grid;
  gap: 44px;
  width: 100%;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list {
  padding: 36px 34px;
  border: 0;
  background: #f8f7f6;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list__title {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px dashed #dedbd7;
  color: #5f5359;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.45;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list ul {
  margin: 0;
  padding: 0;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__base {
  display: grid;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #dedbd7;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__row,
#confirm-view.dogcake-yunth-confirm .c-billing_list__total,
#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__row__title,
#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__row__price,
#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__rate,
#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__list__item__title,
#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__list__item__price {
  color: #5f5359;
  font-size: 16px;
  line-height: 1.7;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__row__price,
#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__list__item__price,
#confirm-view.dogcake-yunth-confirm .c-billing_list__total__price {
  text-align: right;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
  gap: 18px;
  width: 100%;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__top__border,
#confirm-view.dogcake-yunth-confirm .c-billing_list__detail__top__border__no__padding {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px dashed #dedbd7;
}

#confirm-view.dogcake-yunth-confirm .c-billing_list__total__title,
#confirm-view.dogcake-yunth-confirm .c-billing_list__total__price {
  color: #5f5359;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list {
  border: 0;
  background: transparent;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #dedbd7;
  color: #5f5359;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.45;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__text a {
  color: #8e8582;
  font-size: 14px;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__list {
  display: grid;
  gap: 0;
  padding: 0;
  border: 0;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__list__item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px dashed #dedbd7;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__img {
  width: 160px;
  aspect-ratio: 4 / 3;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__img__inner {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info {
  min-width: 0;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info__category,
#confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info__variant {
  display: none;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info__title {
  margin: 0 0 18px;
  color: #5f5359;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

#confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info__total {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  color: #5f5359;
  font-size: 16px;
  line-height: 1.6;
}

#confirm-view .dogcake-confirm-help {
  display: grid;
  gap: 14px;
}

#confirm-view .dogcake-confirm-help details {
  border: 1px solid #6a5c63;
  background: #fff;
}

#confirm-view .dogcake-confirm-help summary {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 0 24px;
  color: #5f5359;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
  cursor: pointer;
}

#confirm-view .dogcake-confirm-help summary::-webkit-details-marker {
  display: none;
}

#confirm-view .dogcake-confirm-help summary::after {
  content: "+";
  justify-self: end;
  color: #5f5359;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

#confirm-view .dogcake-confirm-help details[open] summary::after {
  content: "-";
}

#confirm-view .dogcake-confirm-help__icon {
  width: 26px;
  height: 20px;
  border: 2px solid #8f8588;
  border-radius: 3px;
}

#confirm-view .dogcake-confirm-help p {
  margin: -6px 24px 22px 68px;
  color: #786f68;
  font-size: 14px;
  line-height: 1.8;
}

#confirm-view.dogcake-yunth-confirm [data-section-id="order_confirmation_button"] {
  display: grid;
  gap: 22px;
  justify-items: center;
  width: 100%;
  text-align: center;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__form,
#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__static {
  display: grid !important;
  justify-items: center;
  width: 100%;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__float {
  position: static !important;
  display: grid !important;
  justify-items: center;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__float_content {
  display: grid !important;
  justify-items: center;
  width: 100%;
  padding: 0;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__float .p-checkout_confirm__total,
#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__float .p-checkout_confirm__submit {
  display: none !important;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block--bottom,
#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__static {
  margin: 0;
  padding: 0;
  border: 0;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block__submit,
#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: var(--dogcake-checkout-accent) !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block__back {
  color: #5f5359;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#confirm-view.dogcake-yunth-confirm .amazon_pay_button_all,
#confirm-view.dogcake-yunth-confirm .amazon_pay_button_all_ec,
#confirm-view.dogcake-yunth-confirm [id*="AmazonPay"] {
  max-width: 100%;
}

#confirm-view.dogcake-yunth-confirm .p-checkout_confirm__float [id*="AmazonPay"] {
  width: min(100%, 420px) !important;
  min-height: 64px;
}

@media screen and (max-width: 767px) {
  #confirm-view .dogcake-confirm-breadcrumb {
    width: calc(100% - 30px);
    margin-top: 24px;
    font-size: 13px;
  }

  #confirm-view.dogcake-yunth-confirm .dogcake-checkout-shell {
    width: calc(100% - 30px);
  }

  #confirm-view.dogcake-yunth-confirm .p-page_header__inner__title {
    font-size: 26px;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm {
    width: 100%;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner,
  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list {
    gap: 38px;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block__title,
  #confirm-view.dogcake-yunth-confirm .p-order_confirmation__heading,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__title,
  #confirm-view.dogcake-yunth-confirm .c-cart_list__title {
    font-size: 26px;
  }

  #confirm-view.dogcake-yunth-confirm th,
  #confirm-view.dogcake-yunth-confirm .c-confirm_field__label {
    font-size: 16px;
  }

  #confirm-view.dogcake-yunth-confirm td,
  #confirm-view.dogcake-yunth-confirm .c-confirm_field__value {
    font-size: 17px;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list {
    margin: 0 -1px;
    padding: 34px 24px;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax {
    grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list__list__item {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 22px;
    padding: 24px 0;
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__img {
    width: 108px;
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info__title {
    margin-bottom: 14px;
    font-size: 17px;
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info__total {
    display: grid;
    gap: 8px;
    font-size: 16px;
  }

  #confirm-view .dogcake-confirm-help summary {
    grid-template-columns: 28px minmax(0, 1fr) 24px;
    min-height: 74px;
    padding: 0 20px;
    font-size: 17px;
  }

  #confirm-view .dogcake-confirm-help p {
    margin-right: 20px;
    margin-left: 62px;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block__submit,
  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__submit {
    width: 100%;
  }
}

#cart-show-view,
#new-view,
#confirm-view,
#perform-view {
  color: var(--dogcake-checkout-text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: 0;
}

#cart-show-view *,
#new-view *,
#confirm-view *,
#perform-view * {
  box-sizing: border-box;
}

#cart-show-view .p-page_header__inner__title,
#new-view .p-page_header__inner__title,
#confirm-view .p-page_header__inner__title,
#perform-view .p-page_header__inner__title,
#new-view .p-checkout__list__block__inner__title,
#confirm-view .p-checkout_confirm__inner__list__block__title,
#confirm-view .p-order_confirmation__heading {
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0;
}

.dogcake-checkout-shell {
  width: min(100% - 48px, 1120px);
  margin-left: auto;
  margin-right: auto;
}

#cart-show-view .dogcake-cart-message-row {
  width: 100%;
  margin-top: 28px !important;
}

#cart-show-view .dogcake-cart-message-row:empty {
  display: none;
}

#cart-show-view .dogcake-cart-message-row:not(:has(.control-alert)) {
  display: none;
}

#cart-show-view .dogcake-cart-message-row .control-alert {
  width: 100%;
  margin: 0;
  padding: 16px max(24px, calc((100% - 1120px) / 2));
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
}

#cart-show-view .dogcake-cart-message-row .alert-success {
  border-top: 0;
  border-bottom: 0;
  background: transparent;
  color: var(--dogcake-checkout-text);
}

#cart-show-view .dogcake-cart-message-row .alert-danger {
  border-top: 0;
  border-bottom: 0;
  background: transparent;
  color: var(--dogcake-checkout-text);
}

#cart-show-view .dogcake-cart-message-row .control-alert .text {
  background: transparent !important;
  color: inherit !important;
}

#cart-show-view .dogcake-cart-heading-row {
  margin-top: 42px;
}

#cart-show-view .p-page_header {
  margin: 0;
}

#cart-show-view .p-page_header__inner {
  padding: 0;
}

#cart-show-view .p-page_header__inner__title {
  font-size: 34px;
  line-height: 1.35;
}

#cart-show-view .p-cart_content {
  border-color: var(--dogcake-checkout-line);
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
}

#cart-show-view .p-cart_content__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 34px;
  padding-bottom: 0;
}

#cart-show-view .p-cart_content__inner__product {
  min-width: 0;
}

#cart-show-view .p-cart_content__inner__side {
  display: grid;
  align-content: start;
  gap: 18px;
  width: 100%;
  max-width: none;
  min-width: 0;
  position: sticky;
  top: 24px;
}

#cart-show-view .c-cart_item,
#cart-show-view .c-cart_submit,
#cart-show-view .c-billing_list,
#cart-show-view .dogcake-cart-help-list {
  border-color: var(--dogcake-checkout-line);
  background: #fff;
}

#cart-show-view .c-cart_item {
  display: grid;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid var(--dogcake-checkout-line);
  grid-template-columns: 136px minmax(0, 1fr) 92px;
  gap: 22px;
  align-items: start;
  padding: 24px;
}

#cart-show-view .c-cart_item__img {
  width: 136px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--dogcake-checkout-soft-2);
}

#cart-show-view .c-cart_item__info {
  align-self: start;
}

#cart-show-view .c-cart_item__info__category {
  margin-bottom: 4px;
  line-height: 1.4;
}

#cart-show-view .c-cart_item__info__title {
  display: inline-block;
  color: var(--dogcake-checkout-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

#cart-show-view .c-cart_item__info__variant {
  margin-top: 4px;
  line-height: 1.5;
}

#cart-show-view .c-cart_item__info__quantity {
  margin-top: 18px;
}

#cart-show-view .c-cart_item__action {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 8px;
  min-width: 0;
  width: 92px;
}

#cart-show-view .c-cart_item__action__delete__btn {
  justify-content: flex-end;
  gap: 4px;
  white-space: nowrap;
}

#cart-show-view .c-cart_item__action__price {
  display: none !important;
}

#cart-show-view .c-cart_submit {
  order: 2;
  width: 100%;
  max-width: none;
  padding: 24px;
  border: 1px solid var(--dogcake-checkout-line);
  border-radius: 8px;
  background: #fff;
}

#cart-show-view .c-cart_submit__block {
  margin: 0;
  padding: 0;
  border: 0;
  border-color: var(--dogcake-checkout-line);
}

#cart-show-view .c-cart_submit__block + .c-cart_submit__block,
#cart-show-view .c-cart_submit .cart_show_login_form {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dashed var(--dogcake-checkout-line);
}

#cart-show-view .c-cart_submit__block__title {
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

#cart-show-view .c-cart_submit__block__submit {
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  background: var(--dogcake-checkout-accent);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

#cart-show-view .c-cart_submit__block__submit:hover {
  opacity: .88;
}

#cart-show-view .c-cart_submit__block__link {
  display: none;
}

#cart-show-view .c-billing_list {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: none;
  padding: 28px 26px;
  border: 1px solid var(--dogcake-checkout-line);
  border-radius: 8px;
  order: 1;
}

#cart-show-view .c-billing_list__title {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--dogcake-checkout-line);
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}

#cart-show-view .c-billing_list__detail__item__row,
#cart-show-view .c-billing_list__total,
#cart-show-view .c-billing_list__detail__item__tax__list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
}

#cart-show-view .c-billing_list__detail__item__row__price,
#cart-show-view .c-billing_list__detail__item__tax__list__item__price,
#cart-show-view .c-billing_list__total__price {
  text-align: right;
}

#cart-show-view .c-billing_list__total {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--dogcake-checkout-line);
}

#cart-show-view .dogcake-cart-help-list {
  margin: 20px 0 0;
  border: 1px solid var(--dogcake-checkout-line);
  border-radius: 8px;
  overflow: hidden;
  order: 1;
}

#cart-show-view .dogcake-cart-help-list details + details {
  border-top: 1px solid var(--dogcake-checkout-line);
}

#cart-show-view .dogcake-cart-help-list summary {
  position: relative;
  padding: 18px 42px 18px 18px;
  color: var(--dogcake-checkout-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
}

#cart-show-view .dogcake-cart-help-list summary::-webkit-details-marker {
  display: none;
}

#cart-show-view .dogcake-cart-help-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--dogcake-checkout-muted);
  font-size: 18px;
  font-weight: 400;
}

#cart-show-view .dogcake-cart-help-list details[open] summary::after {
  content: "-";
}

#cart-show-view .dogcake-cart-help-list p {
  margin: -4px 18px 18px;
  color: var(--dogcake-checkout-muted);
  font-size: 13px;
  line-height: 1.8;
}

.dogcake-section-label {
  margin-bottom: 10px;
  color: #9a8d82;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dogcake-cart-recommend-row {
  margin-top: 46px;
  margin-bottom: 72px;
}

.dogcake-cart-upsell,
.dogcake-express-checkout,
.dogcake-confirm-guide,
.dogcake-thanks-card {
  border-radius: 0;
  background: #fff;
}

.dogcake-cart-upsell {
  padding: 28px 0;
  border-top: 1px solid var(--dogcake-checkout-line);
  border-bottom: 1px solid var(--dogcake-checkout-line);
}

.dogcake-cart-upsell h2,
.dogcake-express-checkout h2,
.dogcake-confirm-guide h2,
.dogcake-thanks-card h2 {
  margin: 0;
  color: var(--dogcake-checkout-text);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.dogcake-cart-upsell p,
.dogcake-express-checkout__lead,
.dogcake-confirm-guide p,
.dogcake-thanks-card p,
.dogcake-thanks-card li {
  color: var(--dogcake-checkout-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
}

.dogcake-cart-upsell > p {
  margin: 14px 0 18px;
}

.dogcake-cart-upsell__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--dogcake-checkout-text);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

#cart-show-view .p-recommend_product {
  padding: 46px 0 38px;
  border-top: 1px solid var(--dogcake-checkout-line);
  border-bottom: 1px solid var(--dogcake-checkout-line);
  background: linear-gradient(180deg, #fffdf9 0%, #fffaf1 100%);
}

#cart-show-view .p-recommend_product__inner {
  width: 100%;
}

#cart-show-view .p-recommend_product__inner__title {
  margin-bottom: 24px;
  text-align: left;
}

#cart-show-view .p-recommend_product__inner__title__jp {
  display: none;
  margin-bottom: 8px;
  color: #9a8d82;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#cart-show-view .p-recommend_product__inner__title__en {
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

#cart-show-view .p-product_slider,
#cart-show-view .p-product_slider__list {
  width: 100%;
}

#cart-show-view .p-product_slider__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#cart-show-view .p-product_slider__item {
  min-width: 0;
}

#cart-show-view .p-recommend_product .c-product_item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--dogcake-checkout-line);
  border-radius: 8px;
  background: #fff;
}

#cart-show-view .p-recommend_product .c-product_item__link {
  z-index: 1;
}

#cart-show-view .p-recommend_product .c-product_item__inner__eyecatch__img {
  aspect-ratio: 1 / 1;
  background: #fffaf4;
}

#cart-show-view .p-recommend_product .c-product_item__inner__content {
  padding: 16px;
}

#cart-show-view .p-recommend_product .c-product_item__inner__title {
  color: var(--dogcake-checkout-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

#cart-show-view .p-recommend_product .c-product_item__inner__category,
#cart-show-view .p-recommend_product .c-product_item__inner__price,
#cart-show-view .p-recommend_product .product_description {
  color: var(--dogcake-checkout-muted);
  font-size: 13px;
  line-height: 1.7;
}

#cart-show-view .p-recommend_product .c-product_item__actions {
  position: static;
  display: block;
  padding: 0 16px 16px;
  opacity: 1;
  transform: none;
}

#cart-show-view .p-recommend_product .c-product_item__form--cart {
  position: relative;
  z-index: 3;
  width: 100%;
}

#cart-show-view .p-recommend_product .c-product_item__button--cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  background: var(--dogcake-checkout-text);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

#cart-show-view .p-recommend_product .c-product_item__button--cart span {
  display: inline;
}

.dogcake-express-checkout {
  margin-bottom: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.dogcake-express-checkout__lead {
  margin: 12px 0 22px;
}

.dogcake-wallet-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.dogcake-wallet-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--dogcake-checkout-line);
  background: #fff;
}

.dogcake-wallet-card__name {
  color: var(--dogcake-checkout-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.dogcake-wallet-card__text {
  color: var(--dogcake-checkout-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
}

#new-view #AmazonPayOneClickOrderArea {
  margin: 0;
}

#new-view .amazon_pay_box {
  padding: 26px 18px;
  border: 0;
  background: #fff;
}

#new-view .amazon_pay_title,
#new-view .amazon_pay_subtitle,
#new-view .amazon_pay_message,
#new-view .amazon_pay_not_use_message {
  font-family: inherit;
  letter-spacing: 0;
}

#new-view .amazon_pay_title {
  margin-bottom: 18px;
  color: var(--dogcake-checkout-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#new-view .amazon_pay_subtitle,
#new-view .amazon_pay_message,
#new-view .amazon_pay_not_use_message {
  color: var(--dogcake-checkout-muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

#new-view .amazon_pay_subtitle {
  margin-bottom: 10px;
  color: var(--dogcake-checkout-text);
  font-weight: 700;
}

#new-view .amazon_pay_message {
  max-width: 560px;
  margin: 18px auto 0;
  font-weight: 600;
}

#new-view .amazon_pay_not_use_message {
  max-width: 560px;
  margin: 34px auto 0;
  color: var(--dogcake-checkout-text);
  font-weight: 700;
}

.dogcake-normal-checkout-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  color: #9a8d82;
  font-size: 13px;
}

.dogcake-normal-checkout-divider::before,
.dogcake-normal-checkout-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--dogcake-checkout-line);
}

#new-view .p-checkout,
#confirm-view .p-checkout_confirm {
  max-width: none;
}

#new-view .p-checkout__list,
#confirm-view .p-checkout_confirm__inner__list {
  min-width: 0;
}

#new-view .p-checkout__list__block,
#confirm-view .p-checkout_confirm__inner__list__block,
#confirm-view .c-billing_list,
#confirm-view .c-cart_list {
  border-color: var(--dogcake-checkout-line);
}

#new-view #select_scheduled_to_be_delivered_at,
#new-view #select_scheduled_delivery_time {
  min-height: 46px;
  padding: 0 16px;
  background-color: #fff;
}

#new-view .p-page_header {
  margin: 0;
  text-align: center;
}

#new-view .p-page_header__inner {
  padding: 0;
}

#new-view .p-page_header__inner__title {
  color: var(--dogcake-checkout-text);
  font-size: 30px;
  line-height: 1.45;
}

#new-view .p-page_header__inner__lead {
  margin-top: 10px;
  color: var(--dogcake-checkout-muted);
  font-size: 14px;
  line-height: 1.75;
}

#new-view .p-page_header__inner__lead .u-color__text--alert,
#new-view .c-form_table th .u-color__text--alert,
#new-view .c-form_table p .u-color__text--alert,
#new-view .c-form_table__checkbox__text .u-color__text--alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  margin-left: 8px;
  padding: 1px 6px;
  border-radius: 2px;
  background: var(--dogcake-checkout-accent);
  color: #fff !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  vertical-align: middle;
}

#new-view .p-page_header__inner__lead .u-color__text--alert,
#new-view .c-form_table th .u-color__text--alert,
#new-view .c-form_table p .u-color__text--alert,
#new-view .c-form_table__checkbox__text .u-color__text--alert {
  font-size: 0;
}

#new-view .p-page_header__inner__lead .u-color__text--alert::before,
#new-view .c-form_table th .u-color__text--alert::before,
#new-view .c-form_table p .u-color__text--alert::before,
#new-view .c-form_table__checkbox__text .u-color__text--alert::before {
  content: "必須";
  color: #fff !important;
  font-size: 10px;
}

#new-view .p-checkout {
  width: min(100%, 760px);
  margin: 0 auto;
}

#new-view .p-checkout__list {
  display: grid;
  gap: 34px;
}

#new-view .p-checkout__list__block {
  border: 0;
  background: transparent;
}

#new-view .p-checkout__list__block__inner {
  padding: 0;
}

#new-view .p-checkout__list__block__inner__title {
  margin: 0 0 22px;
  color: var(--dogcake-checkout-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

#new-view .p-checkout__list__block__inner__content {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid var(--dogcake-checkout-line);
  background: var(--dogcake-checkout-soft);
  color: var(--dogcake-checkout-muted);
  font-size: 13px;
  line-height: 1.8;
}

#new-view .c-form_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

#new-view .c-form_table > tbody > tr {
  display: grid;
  gap: 8px;
  padding: 0 0 20px;
}

#new-view .c-form_table > tbody > tr:last-child {
  padding-bottom: 0;
}

#new-view .c-form_table > tbody > tr > th,
#new-view .c-form_table > tbody > tr > td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  letter-spacing: 0;
  text-align: left;
}

#new-view .c-form_table > tbody > tr > th,
#new-view .c-form_table > tbody > tr > td > p:first-child {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

#new-view .u-text--input,
#new-view input[type="text"],
#new-view input[type="email"],
#new-view input[type="tel"],
#new-view input[type="number"],
#new-view input[type="password"],
#new-view textarea,
#new-view select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8cbc0 !important;
  border-radius: 4px;
  background: #fff !important;
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

#new-view input[type="text"],
#new-view input[type="email"],
#new-view input[type="tel"],
#new-view input[type="number"],
#new-view input[type="password"],
#new-view textarea,
#new-view select {
  padding: 0 14px;
}

#new-view textarea {
  min-height: 110px;
  padding-top: 13px;
  padding-bottom: 13px;
}

#new-view input::placeholder,
#new-view textarea::placeholder {
  color: #b8aba1;
}

#new-view input:focus,
#new-view textarea:focus,
#new-view select:focus {
  border-color: var(--dogcake-checkout-accent) !important;
  box-shadow: 0 0 0 3px rgba(255, 196, 0, .18);
  outline: 0;
}

#new-view .c-form_table__name,
#new-view .c-form_table__postcode,
#new-view .c-form_table__tel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 10px;
  align-items: center;
}

#new-view .c-form_table__name.is-single,
#new-view .c-form_table__postcode.is-single,
#new-view .c-form_table__tel.is-single {
  grid-template-columns: 1fr;
}

#new-view .c-form_table__select {
  position: relative;
  display: block;
  width: 100%;
}

#new-view .c-form_table__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--dogcake-checkout-muted);
  border-bottom: 1px solid var(--dogcake-checkout-muted);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

#new-view .c-form_table__select select {
  padding-right: 38px;
  appearance: none;
}

#new-view .dogcake-birth-field__inputs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#new-view .c-form_table__checkbox {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--dogcake-checkout-muted);
  font-size: 13px;
  line-height: 1.8;
}

#new-view .c-form_table__checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--dogcake-checkout-text);
}

#new-view .c-form_table__checkbox__frame {
  border-color: var(--dogcake-checkout-line);
}

#new-view .c-form_table__checkbox__text {
  color: var(--dogcake-checkout-muted);
  font-size: 13px;
  line-height: 1.8;
}

#new-view .p-checkout__add-shipping-address {
  min-height: 44px;
  border: 1px solid var(--dogcake-checkout-line);
  border-radius: 999px;
  background: #fff;
  color: var(--dogcake-checkout-text);
}

#new-view .p-checkout__bottom {
  display: grid;
  gap: 14px;
  justify-items: center;
  margin-top: 42px;
  padding: 0;
  text-align: center;
}

#new-view .p-checkout__bottom__submit,
#new-view .p-checkout__bottom__select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--dogcake-checkout-accent) !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

#new-view .p-checkout__bottom__submit:hover,
#new-view .p-checkout__bottom__select:hover {
  opacity: .88;
}

#new-view .p-checkout__bottom__back {
  color: var(--dogcake-checkout-muted);
  font-size: 13px;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#new-view .p-checkout__bottom__wrapper_newview,
#new-view .p-checkout__bottom__buttons_wrap {
  display: grid;
  gap: 14px;
  justify-items: center;
  width: 100%;
}

#new-view .p-checkout__bottom__backbtn_wrap {
  order: 2;
}

.dogcake-confirm-guide {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 26px;
  padding: 28px 30px;
  border-top: 1px solid var(--dogcake-checkout-line);
  border-bottom: 1px solid var(--dogcake-checkout-line);
  background: var(--dogcake-checkout-soft);
}

.dogcake-confirm-guide p {
  margin: 0;
}

.dogcake-thanks-card {
  display: grid;
  gap: 28px;
  margin-bottom: 24px;
  padding: 36px 34px;
  border-top: 1px solid var(--dogcake-checkout-line);
  border-bottom: 1px solid var(--dogcake-checkout-line);
  background: var(--dogcake-checkout-soft);
}

.dogcake-thanks-card__main {
  max-width: 720px;
}

.dogcake-thanks-card p {
  margin: 12px 0 0;
}

.dogcake-thanks-order {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
  margin: 22px 0 24px;
  padding: 10px 16px;
  border: 1px solid var(--dogcake-checkout-line);
  border-radius: 999px;
  background: var(--dogcake-checkout-soft-2);
}

.dogcake-thanks-order__label,
.dogcake-thanks-order__number {
  margin: 0;
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}

.dogcake-thanks-order__label {
  color: var(--dogcake-checkout-muted);
  font-weight: 500;
}

.dogcake-thanks-order__number {
  font-weight: 700;
}

.dogcake-thanks-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dogcake-thanks-flow li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--dogcake-checkout-line);
  background: #fff;
}

.dogcake-thanks-flow__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--dogcake-checkout-accent);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.dogcake-thanks-flow h3 {
  margin: 0 0 6px;
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.dogcake-thanks-flow p {
  margin: 0;
  color: var(--dogcake-checkout-muted);
  font-size: 13px;
  line-height: 1.75;
}

.dogcake-thanks-note {
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 3px solid var(--dogcake-checkout-accent);
  background: #fff;
}

.dogcake-thanks-note p {
  margin: 0;
  color: var(--dogcake-checkout-muted);
  font-size: 14px;
  line-height: 1.85;
}

.dogcake-thanks-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid var(--dogcake-checkout-line);
  background: #fff;
}

.dogcake-thanks-line h2 {
  margin: 0;
  color: var(--dogcake-checkout-text);
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.dogcake-thanks-line p,
#perform-view .dogcake-thanks-line .alert {
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--dogcake-checkout-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
}

#perform-view .line_new_ec {
  margin-top: 0;
}

#perform-view .line_new_ec .button-container .btn-line,
#new-view .line_new_ec .button-container .btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--dogcake-checkout-green);
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0;
}

#perform-view .p-page_header__inner__btn {
  border-radius: 999px;
}

@media screen and (min-width: 768px) {
  #perform-view .p-page_header__inner {
    max-width: 760px;
    margin: 0 auto;
  }

  #perform-view .p-page_header__inner__title {
    font-size: 34px;
    line-height: 1.45;
  }

  #perform-view .p-page_header__inner__lead {
    max-width: 680px;
    margin: 16px auto 0;
  }

  #perform-view .dogcake-thanks-shell {
    width: min(100% - 64px, 960px);
  }

  #perform-view .dogcake-thanks-card {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    column-gap: 46px;
    row-gap: 26px;
    align-items: start;
    padding: 46px 48px;
    background: #fbfaf7;
  }

  #perform-view .dogcake-thanks-card__main {
    max-width: none;
  }

  #perform-view .dogcake-thanks-card h2 {
    font-size: 28px;
    line-height: 1.55;
  }

  #perform-view .dogcake-thanks-card__main p {
    margin-top: 18px;
  }

  #perform-view .dogcake-thanks-flow {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 4px 0;
    background: #fff;
  }

  #perform-view .dogcake-thanks-flow li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 22px;
    border: 0;
    border-bottom: 1px solid var(--dogcake-checkout-line);
    background: transparent;
  }

  #perform-view .dogcake-thanks-flow li:last-child {
    border-bottom: 0;
  }

  #perform-view .dogcake-thanks-flow__num {
    width: 36px;
    height: 36px;
  }

  #perform-view .dogcake-thanks-flow h3 {
    font-size: 16px;
  }

  #perform-view .dogcake-thanks-note {
    margin-top: 32px;
    padding: 18px 20px;
  }

  #perform-view .dogcake-thanks-line {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 30px 34px;
    border-right: 0;
    border-left: 0;
    background: var(--dogcake-checkout-soft);
  }

  #perform-view .dogcake-thanks-line h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #new-view .dogcake-checkout-shell {
    width: min(100% - 72px, 860px);
  }

  #new-view .dogcake-checkout-shell.u-margin__top--80 {
    margin-top: 46px;
  }

  #new-view .dogcake-checkout-shell.u-margin__top--60 {
    margin-top: 34px;
  }

  #new-view .c-steps_to_order {
    justify-content: center;
    gap: 54px;
    padding: 0;
  }

  #new-view .c-steps_to_order__step {
    display: grid;
    grid-template-columns: 34px auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
  }

  #new-view .c-steps_to_order__number {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0;
    border: 1px solid var(--dogcake-checkout-line);
    border-radius: 999px;
    background: #fff;
    color: var(--dogcake-checkout-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  #new-view .c-steps_to_order__number.is-active {
    border-color: var(--dogcake-checkout-accent);
    background: var(--dogcake-checkout-accent);
    color: #fff;
  }

  #new-view .c-steps_to_order__text {
    margin: 0;
    color: var(--dogcake-checkout-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
  }

  #new-view .p-page_header {
    text-align: center;
  }

  #new-view .p-page_header__inner {
    padding: 0;
  }

  #new-view .p-page_header__inner__title {
    color: var(--dogcake-checkout-text);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.45;
  }

  #new-view .p-page_header__inner__lead {
    margin-top: 10px;
    color: var(--dogcake-checkout-muted);
    font-size: 13px;
    line-height: 1.7;
  }

  #new-view .dogcake-express-checkout {
    width: min(100%, 760px);
    margin: 0 auto 30px;
  }

  #new-view #AmazonPayOneClickOrderArea {
    padding: 0;
  }

  #new-view .amazon_pay_box {
    padding: 28px 0 0;
  }

  #new-view .amazon_pay_title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  #new-view .amazon_pay_subtitle {
    margin-bottom: 12px;
    font-size: 15px;
  }

  #new-view .amazon_pay_message {
    max-width: 640px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
  }

  #new-view .amazon_pay_not_use_message {
    max-width: 640px;
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.9;
  }

  #new-view .p-checkout {
    width: min(100%, 760px);
  }

  #new-view .p-checkout__list {
    gap: 28px;
  }

  #new-view .p-checkout__list__block {
    padding: 0;
  }

  #new-view .p-checkout__list__block__inner__title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.5;
  }

  #new-view .c-form_table > tbody > tr {
    gap: 8px;
    padding-bottom: 18px;
  }

  #new-view .u-text--input,
  #new-view input[type="text"],
  #new-view input[type="email"],
  #new-view input[type="tel"],
  #new-view input[type="number"],
  #new-view input[type="password"],
  #new-view textarea,
  #new-view select {
    min-height: 52px;
    font-size: 16px;
  }

  #new-view .dogcake-birth-field__inputs {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: center;
  }

  #new-view .dogcake-birth-field__inputs .c-form_table__select {
    min-width: 0;
  }

  #new-view .dogcake-birth-field__inputs > span {
    min-width: 1.4em;
    color: var(--dogcake-checkout-muted);
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .dogcake-checkout-shell {
    width: calc(100% - 30px);
  }

  #cart-show-view .dogcake-cart-message-row {
    margin-top: 18px !important;
  }

  #cart-show-view .dogcake-cart-message-row .control-alert {
    padding: 14px 16px;
    font-size: 14px;
  }

  #cart-show-view .dogcake-cart-heading-row {
    margin-top: 30px;
  }

  #cart-show-view .p-page_header__inner__title {
    font-size: 28px;
  }

  #cart-show-view .u-margin__top--60 {
    margin-top: 34px;
  }

  #new-view .u-margin__top--60,
  #confirm-view .u-margin__top--60,
  #perform-view .u-margin__top--60 {
    margin-top: 30px;
  }

  #new-view .u-margin_sp__top--40 {
    margin-top: 22px;
  }

  #new-view .dogcake-checkout-shell {
    width: min(100% - 30px, 392px);
  }

  #new-view .p-page_header__inner__title {
    font-size: 22px;
    line-height: 1.45;
  }

  #new-view .p-page_header__inner__lead {
    margin-top: 6px;
    font-size: 12px;
  }

  #new-view .dogcake-express-checkout {
    margin-bottom: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
  }

  #new-view #AmazonPayOneClickOrderArea {
    margin: 0;
  }

  #new-view .amazon_pay_box {
    padding: 24px 0 0;
  }

  #new-view .amazon_pay_title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
  }

  #new-view .amazon_pay_subtitle,
  #new-view .amazon_pay_message,
  #new-view .amazon_pay_not_use_message {
    font-size: 13px;
    line-height: 1.8;
  }

  #new-view .amazon_pay_message {
    margin-top: 16px;
  }

  #new-view .amazon_pay_not_use_message {
    margin-top: 30px;
  }

  #new-view .amazon_pay_button_all {
    max-width: 100%;
  }

  #new-view .dogcake-normal-checkout-divider {
    gap: 12px;
    margin-top: 24px;
    font-size: 12px;
  }

  #new-view .p-checkout__list {
    gap: 10px;
  }

  #new-view .p-checkout__list__block__inner__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.61;
  }

  #new-view .c-form_table > tbody > tr {
    gap: 6px;
    padding-bottom: 8px;
  }

  #new-view .c-form_table > tbody > tr > th,
  #new-view .c-form_table > tbody > tr > td > p:first-child {
    font-size: 13px;
    line-height: 1.6;
  }

  #new-view .u-text--input,
  #new-view input[type="text"],
  #new-view input[type="email"],
  #new-view input[type="tel"],
  #new-view input[type="number"],
  #new-view input[type="password"],
  #new-view textarea,
  #new-view select {
    min-height: 52px;
    border-radius: 4px;
    font-size: 16px;
  }

  #new-view input[type="text"],
  #new-view input[type="email"],
  #new-view input[type="tel"],
  #new-view input[type="number"],
  #new-view input[type="password"],
  #new-view textarea,
  #new-view select {
    padding-right: 14px;
    padding-left: 14px;
  }

  #new-view .c-form_table__name,
  #new-view .c-form_table__postcode,
  #new-view .c-form_table__tel {
    display: grid !important;
    min-height: 52px;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--dogcake-checkout-line);
    border-radius: 4px;
    background: #fff;
  }

  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__name {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__postcode {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__tel {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  #new-view form.p-checkout .c-form_table > tbody > tr > td .dogcake-birth-field__inputs {
    gap: 10px !important;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__name.is-single,
  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__postcode.is-single,
  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__tel.is-single {
    grid-template-columns: 1fr !important;
  }

  #new-view .c-form_table__name > *,
  #new-view .c-form_table__postcode > *,
  #new-view .c-form_table__tel > * {
    width: 100% !important;
    min-width: 0 !important;
  }

  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__name > *,
  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__postcode > *,
  #new-view form.p-checkout .c-form_table > tbody > tr > td .c-form_table__tel > * {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  #new-view .c-form_table__name input,
  #new-view .c-form_table__postcode input,
  #new-view .c-form_table__tel input {
    min-height: 50px;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
  }

  #new-view .c-form_table__name input:not(:first-of-type),
  #new-view .c-form_table__postcode input:not(:first-of-type),
  #new-view .c-form_table__tel input:not(:first-of-type) {
    border-left: 1px solid var(--dogcake-checkout-line) !important;
  }

  #new-view .c-form_table__name:focus-within,
  #new-view .c-form_table__postcode:focus-within,
  #new-view .c-form_table__tel:focus-within {
    border-color: var(--dogcake-checkout-accent);
    box-shadow: 0 0 0 3px rgba(255, 196, 0, .18);
  }

  #new-view .c-form_table__postcode span,
  #new-view .c-form_table__tel span {
    display: none;
  }

  #new-view .c-form_table__checkbox {
    font-size: 12px;
    line-height: 1.8;
  }

  #new-view .p-checkout__bottom {
    margin-top: 24px;
  }

  #new-view .p-checkout__bottom__submit,
  #new-view .p-checkout__bottom__select {
    width: 100%;
    min-height: 52px;
    font-size: 14px;
  }

  .dogcake-cart-recommend-row {
    margin-top: 26px;
    margin-bottom: 54px;
  }

  .dogcake-express-checkout,
  .dogcake-confirm-guide {
    padding: 24px 20px;
  }

  .dogcake-cart-upsell,
  .dogcake-thanks-card {
    padding: 24px 0;
  }

  .dogcake-thanks-card {
    gap: 22px;
    margin-bottom: 20px;
    border-top: 1px solid var(--dogcake-checkout-line);
    border-bottom: 1px solid var(--dogcake-checkout-line);
    background: transparent;
  }

  .dogcake-thanks-order {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin: 18px 0 22px;
    border-radius: 4px;
  }

  .dogcake-thanks-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dogcake-thanks-flow li {
    padding: 16px;
  }

  .dogcake-thanks-line {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .dogcake-thanks-line h2 {
    font-size: 20px;
  }

  #perform-view .line_new_ec .button-container .btn-line {
    width: 100%;
    min-width: 0;
  }

  .dogcake-cart-upsell h2,
  .dogcake-express-checkout h2,
  .dogcake-confirm-guide h2,
  .dogcake-thanks-card h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  #perform-view .dogcake-thanks-card h2 {
    font-size: 20px;
  }

  .dogcake-cart-upsell p,
  .dogcake-express-checkout__lead,
  .dogcake-confirm-guide p,
  .dogcake-thanks-card p,
  .dogcake-thanks-card li {
    font-size: 14px;
    line-height: 1.85;
  }

  .dogcake-wallet-list,
  .dogcake-confirm-guide {
    grid-template-columns: 1fr;
  }

  #cart-show-view .p-cart_content__inner {
    display: grid !important;
    grid-template:
      "products" auto
      "sidebar" auto / minmax(0, 1fr) !important;
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  #cart-show-view .p-cart_content__inner__product,
  #cart-show-view .p-cart_content__inner__side {
    width: 100% !important;
    max-width: none !important;
  }

  #cart-show-view .p-cart_content__inner__side {
    flex: 1 1 auto;
    min-width: 0;
    position: static;
  }

  #cart-show-view .dogcake-cart-help-list {
    margin-left: 0;
    margin-right: 0;
  }

  #cart-show-view .c-cart_submit {
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  #cart-show-view .c-cart_item {
    width: 100%;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 14px;
    row-gap: 4px;
    padding: 14px 0;
  }

  #cart-show-view .c-cart_item__img {
    grid-column: 1;
    grid-row: 2 / span 2;
    width: 92px;
  }

  #cart-show-view .c-cart_item__info {
    display: contents;
  }

  #cart-show-view .c-cart_item__info__title {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
    width: 100%;
    margin: 0 0 8px;
    text-align: left;
  }

  #cart-show-view .c-cart_item__info__variant,
  #cart-show-view .c-cart_item__badges {
    grid-column: 1 / -1;
  }

  #cart-show-view .c-cart_item__info__quantity {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }

  #cart-show-view .c-cart_item__action {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    justify-content: end;
    justify-items: end;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  #cart-show-view .c-cart_item__info__quantity {
    justify-content: flex-end;
  }

  #cart-show-view .c-cart_item__action__delete__btn,
  #cart-show-view .c-cart_item__action__price {
    justify-content: flex-end;
    text-align: left;
  }

  #cart-show-view .p-recommend_product {
    padding: 32px 0 28px;
  }

  #cart-show-view .p-recommend_product__inner__title__en {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }

  #cart-show-view .p-product_slider__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  #cart-show-view .p-recommend_product .c-product_item__inner__content {
    padding: 12px;
  }

  #cart-show-view .p-recommend_product .c-product_item__actions {
    padding: 0 12px 12px;
  }

  #cart-show-view .p-recommend_product .c-product_item__button--cart {
    min-height: 42px;
    font-size: 12px;
  }

  .dogcake-wallet-card {
    display: block;
    padding: 15px 16px;
  }

  .dogcake-wallet-card__name,
  .dogcake-wallet-card__text {
    display: block;
    text-align: left;
  }

  .dogcake-wallet-card__text {
    margin-top: 2px;
  }

  #new-view .p-checkout__list__block:has(.term_label) {
    margin-top: -8px;
  }

  #new-view .term_label {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  #cart-show-view .dogcake-cart-help-list + .cart_show_login_form {
    margin-top: 34px;
    padding-top: 28px;
  }

  #confirm-view.dogcake-yunth-confirm {
    background: #fffdf9;
  }

  #confirm-view .dogcake-confirm-breadcrumb {
    width: min(100% - 72px, 1180px);
    margin-top: 42px;
    font-size: 13px;
  }

  #confirm-view.dogcake-yunth-confirm .dogcake-checkout-shell {
    width: min(100% - 72px, 1180px);
  }

  #confirm-view.dogcake-yunth-confirm .u-margin__top--80 {
    margin-top: 54px;
  }

  #confirm-view.dogcake-yunth-confirm .u-margin__top--60 {
    margin-top: 34px;
  }

  #confirm-view.dogcake-yunth-confirm .p-page_header {
    text-align: center;
  }

  #confirm-view.dogcake-yunth-confirm .p-page_header__inner__title {
    font-size: 34px;
    line-height: 1.45;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm {
    width: 100%;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    grid-template-areas:
      "details summary"
      "details help"
      "details action";
    gap: 28px 42px;
    align-items: start;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list {
    grid-area: details;
    display: grid;
    gap: 30px;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__side {
    grid-area: summary;
    display: grid;
    gap: 24px;
    position: sticky;
    top: 96px;
  }

  #confirm-view.dogcake-yunth-confirm .dogcake-confirm-help {
    grid-area: help;
  }

  #confirm-view.dogcake-yunth-confirm [data-section-id="order_confirmation_button"] {
    grid-area: action;
    position: sticky;
    top: 96px;
    padding: 28px;
    border: 1px solid #eadfd4;
    background: #fff;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block {
    padding: 32px 34px;
    border: 1px solid #eadfd4;
    background: #fff;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block__title,
  #confirm-view.dogcake-yunth-confirm .p-order_confirmation__heading {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 1.45;
  }

  #confirm-view.dogcake-yunth-confirm .p-shipping_information__label {
    font-size: 15px;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block > table > tbody > tr,
  #confirm-view.dogcake-yunth-confirm .p-order_confirmation > table > tbody > tr,
  #confirm-view.dogcake-yunth-confirm .p-shipping_information > table > tbody > tr,
  #confirm-view.dogcake-yunth-confirm .c-confirm_field__row,
  #confirm-view.dogcake-yunth-confirm .c-form_table--confirm > tbody > tr {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  #confirm-view.dogcake-yunth-confirm th,
  #confirm-view.dogcake-yunth-confirm .c-confirm_field__label {
    font-size: 14px;
    line-height: 1.8;
  }

  #confirm-view.dogcake-yunth-confirm td,
  #confirm-view.dogcake-yunth-confirm .c-confirm_field__value {
    font-size: 15px;
    line-height: 1.85;
  }

  #confirm-view .dogcake-confirm-policy-note {
    margin-top: 26px;
    padding: 20px 22px;
    background: #fffaf1;
    font-size: 13px;
    line-height: 1.9;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list {
    padding: 28px;
    border: 1px solid #eadfd4;
    background: #f8f7f6;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list__title,
  #confirm-view.dogcake-yunth-confirm .c-cart_list__title {
    margin-bottom: 20px;
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 1.45;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__base {
    gap: 12px;
    padding-bottom: 18px;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__row,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__total,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__list__item {
    gap: 14px;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__row__title,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__row__price,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__rate,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__list__item__title,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax__list__item__price {
    font-size: 14px;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__item__tax {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__top__border,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__detail__top__border__no__padding {
    margin-top: 18px;
    padding-top: 18px;
  }

  #confirm-view.dogcake-yunth-confirm .c-billing_list__total__title,
  #confirm-view.dogcake-yunth-confirm .c-billing_list__total__price {
    font-size: 22px;
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list {
    padding: 28px;
    border: 1px solid #eadfd4;
    background: #fff;
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list__list__item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__img {
    width: 96px;
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info__title {
    margin-bottom: 10px;
    font-size: 15px;
  }

  #confirm-view.dogcake-yunth-confirm .c-cart_list__list__item__info__total {
    display: grid;
    gap: 4px;
    justify-content: start;
    font-size: 14px;
  }

  #confirm-view.dogcake-yunth-confirm .dogcake-confirm-help {
    gap: 10px;
  }

  #confirm-view.dogcake-yunth-confirm .dogcake-confirm-help summary {
    min-height: 58px;
    grid-template-columns: 22px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 0 18px;
    font-size: 14px;
  }

  #confirm-view.dogcake-yunth-confirm .dogcake-confirm-help summary::after {
    font-size: 24px;
  }

  #confirm-view.dogcake-yunth-confirm .dogcake-confirm-help__icon {
    width: 20px;
    height: 16px;
  }

  #confirm-view.dogcake-yunth-confirm .dogcake-confirm-help p {
    margin: -4px 18px 18px 52px;
    font-size: 13px;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__inner__list__block__submit,
  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__submit {
    width: 100%;
    min-height: 54px;
  }

  #confirm-view.dogcake-yunth-confirm .p-checkout_confirm__float [id*="AmazonPay"] {
    width: 100% !important;
    min-height: 70px;
  }
}
