.cart-head-list {
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #6b6c70
}
.cart-product-list {
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #c5c7ce
}
@media(max-width: 767px) {
    .cart-product-list {
        padding: 2rem 0
    }
}
.cart-product-list__flex, .cart-product-list__right {
    display: flex;
    align-items: center
}
.cart-product-list__flex {
    align-items: stretch;
    gap: 2rem
}
@media(max-width: 767px) {
    .cart-product-list__flex {
        gap: 1.5rem
    }
}
.cart-product-list__head {
    font-size: 2rem;
    font-weight: 700;
    color: #000
}
.cart-product-list__img {
    width: 14.8rem;
    height: auto
}
@media(max-width: 767px) {
    .cart-product-list__img {
        width: 12rem;
        flex-shrink: 0
    }
}
.cart-product-list__detail {
    font-family: YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    width: 47rem;
    margin-right: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}
@media(max-width: 767px) {
    .cart-product-list__detail {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.4rem;
        font-size: 1.4rem
    }
}
.cart-option-area {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem
}
.cart-option__name {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
.cart-product-list__qty {
    margin: 0
}
@media(max-width: 767px) {
    .cart-product-list__qty {
        margin-left: auto;
        margin-right: 1.4rem;
        order: 1
    }
}
.cart-product-list__qty.quantity-box .quantity-btn {
    translate: 0;
    top: 1rem
}
.quantity-notification {
    width: 7rem;
    height: 3.5rem;
    border-radius: 4px;
    text-align: center;
    margin: 0
}
.cart-product-list__price {
    font-size: 2rem;
    font-weight: 500;
    margin-left: 6.4rem;
    color: #000
}
@media(max-width: 767px) {
    .cart-product-list__price {
        margin-left: 0
    }
}
.yen {
    font-size: 2rem
}
.komi {
    font-size: 1.4rem;
    margin-left: .6rem
}
.cart-product-list__remove {
    text-align: center;
    margin-left: auto
}
@media(max-width: 767px) {
    .cart-product-list__remove {
        text-decoration: underline;
        order: 2;
        margin-left: 0
    }
}
.cart-product-list__remove img {
    width: 1rem;
    height: 1rem
}
.delete {
    display: block;
    margin: 0 auto;
    font-size: 1.1rem
}
.plg-apg-stock {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
    margin-top: 8px
}
.cart-total {
    justify-content: space-between;
    width: 100%;
    display: flex;
    margin: 2.8rem 0 4rem;
    align-items: center;
}
@media(max-width: 767px) {
    .cart-total {
        flex-direction: column;
        align-items: center;
        margin: 3.5rem 0 4rem
    }
}
.link--cart {
    color: #31abbe;
    margin-right: auto;
    font-weight: 500;
    font-family: YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif
}
@media(max-width: 767px) {
    .link--cart {
        margin: 0
    }
}
.link--cart-inner {
    padding-left: .5rem
}
.cart_right {
    display: flex;
    align-items: flex-end;
    font-family: YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif
}
@media(max-width: 767px) {
    .cart_right {
        display: block
    }
}
.total__text {
    font-size: 2rem
}
@media(max-width: 767px) {
    .total__text {
        font-size: 1.4rem;
        margin-bottom: 2.5rem
    }
}
.total__price {
    font-size: 3rem;
    font-weight: 700;
    color: #000
}
@media(max-width: 767px) {
    .total__price {
        font-size: 2.5rem
    }
}
.yen__large {
    font-size: 2rem
}
.payment__add-btn {
    width: 29.44%;
    margin-left: 2.5rem;
    max-width: 33.2rem
}
@media(max-width: 767px) {
    .payment__add-btn {
        margin: 0;
        width: 100%;
        max-width: 35rem
    }
}
.cart-btn {
    background: #000;
    padding: 1.8rem;
    text-align: center;
    display: block;
    border-radius: 6px;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, .99)
}
@media(max-width: 767px) {
    .cart-btn {
        margin: 0 auto 1.5rem;
        display: block
    }
}
.cart__attention {
    display: flex;
    padding: 3rem 3rem 2.5rem;
    background: #f5f5f5;
    margin-bottom: 8rem
}
@media(max-width: 767px) {
    .cart__attention {
        display: block;
        padding: 3rem 2rem
    }
}
.cart__attention-tit {
    font-size: 2.2rem;
    font-weight: 500;
    margin: 0;
    font-family: "Noto Serif JP", serif !important;
    padding-right: 3rem;
    color: #ca2b2c;
    flex-shrink: 0
}
@media(max-width: 767px) {
    .cart__attention-tit {
        margin-bottom: 2rem
    }
}
.cart__attention-body {
    font-size: 1.8rem;
    font-family: YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500
}
.cart__attention-body p:not(:last-child) {
    padding-bottom: 1.5rem
}
.shop-link {
    display: none
}
@media(max-width: 767px) {
    .shop-link {
        display: block;
        text-align: center
    }
}
@media(max-width: 767px) {
    .ec-cartRole {
        display: block;
        padding: 0
    }
}
.ec-cartRole img {
    width: auto
}
.ec-cartRole {
    display: block
}
section.cart-section {
    margin-top: 6rem
}
.cart-area .ec-cartRole {
    padding: 0
}
.cart-product-list__right {
    width: calc(100% - 14.8rem)
}
@media(max-width: 767px) {
    .cart-product-list__right {
        flex-wrap: wrap
    }
}
.link--color__large {
    color: #31abbe;
    text-decoration: underline
}

/* 重さ + 合計金額 まとめブロック */
.cart-total__summary{
  display: flex;
  flex-direction: column;   /* SPは縦（重さ→合計） */
  align-items: center;
  gap: 25px;
  margin: 18px 0 10px;
}

/* PCは横（重さを左、合計を右） */
@media (min-width: 768px){
  .cart-total__summary{
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}

/* weight_size.twig 側の余計な margin がある場合の保険 */
.cart-total__weight > *{
  margin: 0;
}

/* 「買い物を続ける」だけ下揃えにする */
.cart-total .link--cart {
  align-self: flex-end;
}

/* =========================
   Cart Summary (下部の合計ブロック)
========================= */
.cart-summary{
  max-width: 820px;
  margin: 28px auto 0;
  padding: 0;
}

.cart-summary__row{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid #c5c7ce;
}

.cart-summary__row--total{
  border-bottom: 1px solid #c5c7ce;
}

.cart-summary__label{
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}

.cart-summary__value{
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-align: right;
}

.cart-summary__value--price{
  font-size: 2.6rem;
  font-weight: 700;
}

.cart-summary__note{
  font-size: 1.2rem;
  color: #6b6c70;
  margin: 14px 0 0;
  text-align: right;
}

/* 温度帯アラート */
.cart-summary__alert{
  margin: 18px 0 0;
  padding: 18px 18px;
  background: #fff;
  border: 1px solid #e3e6ee;
  border-radius: 6px;
}

.cart-summary__alert-head{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 10px;
}

.cart-summary__alert-icon{
  font-size: 2rem;
  line-height: 1;
}

.cart-summary__alert-title{
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}



/* 同意チェック */
.cart-summary__agree{
  margin-top: 14px;
  display:flex;
  align-items:center;
  gap: 10px;
}

.cart-summary__agree-check{
  width: 16px;
  height: 16px;
}

.cart-summary__agree-label{
  font-size: 1.4rem;
  color: #000;
}

/* CTA */
.cart-summary__cta{
  margin: 22px 0 0;
}

.cart-summary .cart-btn{
  width: 100%;
  max-width: 100%;
  background: #bfbfbf;   /* イメージのグレー */
  color: #fff;
  border-radius: 0;
  padding: 20px 18px;
  font-size: 1.5rem;
  font-weight: 700;
}

/* ログイン案内 */
.cart-summary__login{
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e3e6ee;
}

.cart-summary__login-text{
  font-size: 1.2rem;
  color: #6b6c70;
  text-align: center;
  margin: 0 0 14px;
}

.cart-summary__login-actions{
  display:flex;
  justify-content: center;
  gap: 16px;
}

.cart-summary__btn{
  display:inline-block;
  min-width: 240px;
  text-align:center;
  padding: 14px 18px;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
}

.cart-summary__btn--outline{
  border: 1px solid #333;
  color: #000;
  background: #fff;
}

.cart-summary__back{
  display:block;
  margin: 18px auto 0;
  text-align: left;
  color: #31abbe;
  font-weight: 500;
}
/* =========================
   Cart Summary（幅合わせ・見た目調整）
========================= */

/* container--wide に入れる前提で max-width は外す */
.cart-summary{
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
}

/* 行 */
.cart-summary__row{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid #c5c7ce;
}
.cart-summary__row--total{
  border-bottom: 1px solid #c5c7ce;
}

/* ラベル */
.cart-summary__label{
  font-weight: 700;
  color: #000;
}

/* ▼重量：合計金額より小さく */
.cart-summary__row--weight .cart-summary__label{
  font-size: 1.4rem;
}
.cart-summary__row--weight .cart-summary__value{
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}

/* weight_size.twig の出力が箱っぽい場合の“見た目統一” */
.cart-summary__row--weight .cart-summary__value .cart_right{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cart-summary__row--weight .cart-summary__value .cart_right *{
  margin: 0;
}

/* ▼合計金額：大きく */
.cart-summary__row--total .cart-summary__label{
  font-size: 1.8rem;
}
.cart-summary__row--total .cart-summary__value{
  text-align: right;
}
.cart-summary__value--price{
  font-size: 2.8rem;
  font-weight: 800;
}

/* 注意文（右寄せ・薄め） */
.cart-summary__note{
  font-size: 1.2rem;
  color: #6b6c70;
  margin: 12px 0 0;
  text-align: right;
}

/* ▼温度帯アラート：グレーのベタ背景 */
.cart-summary__alert{
  margin: 18px 0 0;
  padding: 18px 18px;
  background: #f5f5f5;   /* ベタ */
  border: none;          /* 枠いらない */
  border-radius: 0;      /* 角丸なし（見本に寄せる） */
}
.cart-summary__alert-head{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 10px;
}
.cart-summary__alert-title{
  font-size: 1.4rem;
  font-weight: 800;
  color: #000;
}
.cart-summary__alert-body{
  font-size: 1.3rem;
  color: #000;
  line-height: 1.8;
}

/* 同意チェック（見本っぽく） */
.cart-summary__agree{
  margin-top: 14px;
  display:flex;
  align-items:center;
  gap: 10px;
}
.cart-summary__agree-check{
  width: 16px;
  height: 16px;
}

/* CTA */
.cart-summary__cta{
  margin: 22px 0 0;
}
.cart-summary .cart-btn{
  width: 100%;
  background: #000;  /* 見本のグレー */
  color: #fff;
  border-radius: 0;
  padding: 22px 18px;
  font-size: 1.5rem;
  font-weight: 800;
}

/* ログイン案内 */
.cart-summary__login{
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e3e6ee;
}
.cart-summary__login-text{
  font-size: 1.2rem;
  color: #6b6c70;
  text-align: center;
  margin: 0 0 14px;
}
.cart-summary__login-actions{
  display:flex;
  justify-content: center;
  gap: 16px;
}
.cart-summary__btn{
  display:inline-block;
  min-width: 260px;
  text-align:center;
  padding: 16px 18px;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: 800;
  text-decoration: none;
}
.cart-summary__btn--outline{
  border: 1px solid #333;
  color: #000;
  background: #fff;
}

/* 戻る */
.cart-summary__back{
  display:block;
  margin: 28px 0 70px ;
  text-align: left;
  color: #31abbe;
  font-weight: 500;
}

.cart-summary{
  width: 100%;
  max-width: none;
  margin: 28px 0 0;
}

/* =========================
   DeliveryPlus 重量デザイン無効化
========================= */

/* 中央寄せを解除 */
.cart-summary .weight_size_wrap{
  text-align: right !important;
}

/* 囲みを消す */
.cart-summary .weight_size{
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  display: inline !important;
}

/* pタグの余白調整 */
.cart-summary .weight_size p{
  margin: 0 !important;
  font-size: 1.4rem;
  font-weight: 600;
}

/* g の数値を太く */
.cart-summary .weight_size span{
  font-weight: 700;
}

/* ログインエリア全体 */
.cart-summary__login{
  margin: 40px 0 0;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

/* 注意文 */
.cart-summary__login-text{
  font-size: 1.3rem;
  color: #6b6c70;
  line-height: 1.8;
  margin: 0 0 30px;
}

/* ログインエリア横並び */
.cart-summary__login-actions{
  display: flex;
  gap: 24px;              /* ボタン間の余白 */
  width: 100%;
}

/* 2等分でフル幅にする */
.cart-summary__btn{
  flex: 1;                /* これが重要。横幅を均等に伸ばす */
  width: auto;            /* 固定幅を解除 */
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 0;
  background: #fff;
  border: 1px solid #333;
  color: #000;
  text-align: center;
  transition: background .2s ease, color .2s ease;
}

.cart-summary__btn:hover{
  background:#000;
  color:#fff;
}

/* カート：未ログイン時のログイン/新規登録ボタン */
.cart-summary__login-actions{
  display: flex;
  gap: 12px;
}

/* SPは縦積み */
@media (max-width: 767px){
  .cart-summary__login-actions{
    flex-direction: column;
  }
  .cart-summary__login-actions .cart-summary__btn{
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* PCは横並び */
@media (min-width: 768px){
  .cart-summary__login-actions{
    flex-direction: row;
  }
  .cart-summary__login-actions .cart-summary__btn{
    flex: 1;
    text-align: center;
  }
}

.cart-empty{
  text-align: center;
  padding: 80px 20px;
}

.cart-empty__title{
  font-size: 18px;
  margin-bottom: 16px;
}

.cart-empty__text{
  color: #666;
  margin-bottom: 24px;
}

.cart-empty__btn{
  display: inline-block;
  padding: 14px 28px;
  background: #333;
  color: #fff;
  text-decoration: none;
}

/* カートページ オプション文字を少し小さく */
.cart_page .cart-option-text{
  font-size: 1.5rem;   /* 少し小さく */
  margin-top: 4px;
  line-height: 1.5;
}
.cart-summary__alert-note{
font-size:0.9em;
opacity:.8;
}

.cart-summary__alert-body p{
margin:8px 0;
line-height:1.6;
}

.cart-summary__alert-note{
font-size:0.9em;
opacity:.8;
}

.cart-free-shipping{
  margin: 0 0 24px;
  padding: 18px 20px;
  background: #f7f7f7;
}

.cart-free-shipping__lead,
.cart-free-shipping__remain,
.cart-free-shipping__done{
  margin: 0;
  line-height: 1.7;
}

.cart-free-shipping__lead{
  font-size: 14px;
  color: #d85b4f;
}

.cart-free-shipping__remain{
  margin-top: 4px;
  font-size: 14px;
  color: #d85b4f;
}

.cart-free-shipping__remain strong,
.cart-free-shipping__done strong{
  font-size: 20px;
  font-weight: 700;
}

.cart-free-shipping__done{
  font-size: 14px;
  color: #333;
}

.cart-summary__notice-smallorder {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 18px 20px;
  background: #f7f7f7;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

.cart-summary__notice-smallorder .notice-title {
  margin: 0 0 10px;
  font-weight: 700;
  color: #222;
}

.cart-summary__notice-smallorder p {
  margin: 0 0 10px;
}

.cart-summary__notice-smallorder p:last-child {
  margin-bottom: 0;
}