.Detail_modelConfirm {
  margin: 25px 0 10px;
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.Detail_modelConfirm_label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 8px;
}

.Detail_modelConfirm_checkbox {
  width: 1.65em;
  height: 1.65em;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}

.Detail_modelConfirm_text {
  font-size: 1em;
  line-height: 1.6;
  color: #333;
  flex: 1;
  font-weight: bold;
}

.Detail_modelConfirm #downloadPlan_text,
.Detail_modelConfirm #deliveryPlan_text {
  display: block;
  font-size: 0.9em;
  line-height: 1.5;
  color: #e60012;
  font-weight: 500;
  margin-top: 8px;
  padding-left: 0;
}

.Detail_addCart_button .addCartButton.-isDisabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc !important;
}

.Detail_addCart_button .addCartButton.-isDisabled:hover {
  filter: none;
}

/* 会員登録完了ポップアップ */
.member-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}

.member-popup.is-open {
  display: block;
}

.member-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.member-popup__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(430px, calc(100% - 50px));
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.member-popup__head {
  background: #ececec;
  padding: 24px 24px 18px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 15px;
}

.member-popup__icon {
  color: #16a34a;
  font-size: 60px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.member-popup__icon i {
  display: inline-block;
  line-height: 1;
}

.member-popup__title {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #111;
}

.member-popup__body {
  padding: 15px 24px 20px;
  text-align: center;
}

.member-popup__highlight {
  margin: 0 0 12px;
  color: #ed0000;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
}

.member-popup__point {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.member-popup__desc {
  margin: 0 0 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.member-popup__link {
  text-decoration: none;
  font-weight: 700;
}

.member-popup__link:hover,
.member-popup__link:focus-visible {
  text-decoration: underline;
}

.member-popup__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 110px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: #0074be;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.member-popup__close:hover {
  filter: brightness(0.95);
}

.member-popup__close:focus-visible {
  outline: 3px solid rgba(11, 91, 211, 0.35);
  outline-offset: 3px;
}

.member-popup__close-x {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 480px) {
  .member-popup__title {
    font-size: 20px;
  }

  .member-popup__highlight {
    font-size: 18px;
  }

  .member-popup__point {
    font-size: 19px;
  }

  .member-popup__body {
    padding: 18px 18px 24px;
  }

  .member-popup__head {
    padding: 20px 18px 16px;
  }

  .member-popup__icon {
    font-size: 52px;
  }
}

/* 商品バッジ */
.ProductDetail_badges {
  margin: 0;
}

.ProductDetail_badges .Product_item_ityBadge,
.ProductDetail_badges .Product_item_memberPriceBadge,
.ProductDetail_badges .Product_item_saleBadge,
.ProductDetail_badges .Product_item_outletBadge {
  display: inline-block;
  font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  margin-right: 5px;
}

.ProductDetail_badges .Product_item_ityBadge {
  background: #ae00a9;
}

.ProductDetail_badges .Product_item_memberPriceBadge {
  background: #0371bc;
}

.ProductDetail_badges .Product_item_saleBadge {
  background: #d10001;
}

.ProductDetail_badges .Product_item_outletBadge {
  color: #000 !important;
  background: #fef406;
}
