/* 商品ページ共通 — 注目ストリップスライダー + 購入安心セクション
   gigaplus: assets/1new/product_common/featured_strip.css
   ※ Paidyロゴ画像: assets/1new/product_common/end_2000.png / end_paidy.png */

/* ── 新着商品スライダー ── */

.vm-featured-strip-section {
  margin: 0 0 20px;
}

.vm-featured-strip-slider {
  --vm-strip-side-pad: 44px;
  --vm-strip-inner-pad-x: 16px;
  margin: 0;
  overflow: visible;
}

.vm-featured-strip-slider__main {
  width: 100%;
}

.vm-featured-strip-section__title {
  display: inline-block;
  margin: 0 0 0 calc(var(--vm-strip-side-pad) + var(--vm-strip-inner-pad-x));
  padding: 7px 14px;
  border-radius: 8px 8px 0 0;
  background: #3a3a3a;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.vm-featured-strip-slider__body {
  position: relative;
  padding: 0 var(--vm-strip-side-pad);
}

.vm-featured-strip-slider__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.vm-featured-strip-slider__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.vm-featured-strip-slider__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.vm-featured-strip-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #E4FD00 !important;
  color: #000 !important;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
}

.vm-featured-strip-slider__arrow--prev {
  left: 0 !important;
  right: auto !important;
}

.vm-featured-strip-slider__arrow--next {
  right: 0 !important;
  left: auto !important;
}

.vm-featured-strip-slider__arrow::before {
  color: #000 !important;
  opacity: 1 !important;
  font-size: 20px;
  line-height: 1;
}

/* サイト共通 slick の ::after 装飾（白い箱）を無効化 */
.vm-featured-strip-slider__arrow.slick-prev::after,
.vm-featured-strip-slider__arrow.slick-next::after {
  display: none !important;
  content: none !important;
}

.vm-featured-strip {
  flex: 0 0 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(14, 14, 14, 0.94);
  border-radius: 6px;
  overflow: hidden;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.vm-featured-strip:hover,
.vm-featured-strip:focus {
  background: rgba(20, 20, 20, 0.98);
  box-shadow: 0 0 20px rgba(228, 253, 0, 0.12);
  text-decoration: none;
  color: #fff;
}

.vm-featured-strip__line {
  height: 2px;
  background: linear-gradient(90deg, #E4FD00 0%, rgba(228, 253, 0, 0.15) 100%);
}

.vm-featured-strip__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  min-height: 96px;
}

.vm-featured-strip__image {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 6px;
  box-sizing: border-box;
}

.vm-featured-strip__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.vm-featured-strip__main {
  flex: 1;
  min-width: 0;
}

.vm-featured-strip__label {
  margin: 0 0 6px;
  display: inline-block;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 3px;
  border: 1px solid rgba(228, 253, 0, 0.55);
  background: rgba(228, 253, 0, 0.1);
  color: #E4FD00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.vm-featured-strip__category {
  margin: 0 0 6px;
  display: inline-block;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.vm-featured-strip__name {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vm-featured-strip__desc {
  margin: 4px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #d6d6d6;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.vm-featured-strip__aside {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.vm-featured-strip__meta {
  text-align: right;
}

.vm-featured-strip__cbd {
  margin: 0;
  display: inline-block;
  width: fit-content;
  background: #E4FD00;
  color: #141414;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 3px 8px;
}

.vm-featured-strip__price {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.vm-featured-strip__price-tax {
  font-size: 10px;
  opacity: 0.9;
  font-weight: 300;
}

.vm-featured-strip__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 12px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.76);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transition: background 0.25s ease, color 0.25s ease;
}

.vm-featured-strip:hover .vm-featured-strip__button,
.vm-featured-strip:focus .vm-featured-strip__button {
  background: #E4FD00;
  color: #000;
}

.vm-featured-strip__button span {
  display: inline-block;
}

@media (max-width: 680px) {
  .vm-featured-strip-slider {
    --vm-strip-side-pad: 36px;
    --vm-strip-inner-pad-x: 12px;
  }

  .vm-promo-assurance,
  .vm-benefits-trust {
    --vm-promo-font-emph: 26px;
  }

  .vm-promo-shipping__main-line {
    white-space: normal;
  }

  .vm-featured-strip-section__title {
    padding: 6px 12px;
    font-size: 15px;
  }

  .vm-featured-strip-slider__arrow {
    width: 32px;
    height: 32px;
  }

  .vm-featured-strip__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 12px;
    padding: 12px;
    min-height: 0;
  }

  .vm-featured-strip__image {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
  }

  .vm-featured-strip__main {
    flex: 1 1 calc(100% - 76px);
  }

  .vm-featured-strip__aside {
    flex: 1 1 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
  }

  .vm-featured-strip__meta {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .vm-featured-strip__price {
    margin-top: 4px;
  }

  .vm-featured-strip__button {
    position: static;
    flex: 0 0 auto;
    align-self: flex-end;
    font-size: 10px;
    padding: 8px 10px;
  }

  .vm-featured-strip__name {
    white-space: normal;
  }
}

/* ── 購入安心セクション ── */

.vm-promo-assurance {
  --vm-promo-lime: #d4f000;
  --vm-promo-lime-soft: #eef9b0;
  --vm-promo-lime-deep: #b8d600;
  --vm-promo-navy: #1c2644;
  --vm-promo-navy-deep: #121a30;
  --vm-promo-yellow: #ffd800;
  --vm-promo-yellow-soft: #fff4b8;
  --vm-promo-pink: #e4007f;
  --vm-promo-text: #1a1a1a;
  --vm-promo-muted: #5a5a5a;
  --vm-promo-white: #ffffff;
  --vm-promo-radius: 10px;
  --vm-promo-radius-lg: 14px;
  --vm-promo-section-gap: 16px;
  --vm-promo-font-body: 18px;
  --vm-promo-font-note: 15px;
  --vm-promo-font-sm: 16px;
  --vm-promo-font-xs: 14px;
  --vm-promo-font-heading: 20px;
  --vm-promo-font-title: 26px;
  --vm-promo-font-emph: 32px;
  --vm-promo-font-amount: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--vm-promo-section-gap);
  width: 100%;
  margin: 0 0 var(--vm-promo-section-gap);
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: var(--vm-promo-font-body);
  line-height: 1.7;
  color: var(--vm-promo-text);
  letter-spacing: 0.02em;
}

.vm-promo-assurance *,
.vm-promo-assurance *::before,
.vm-promo-assurance *::after {
  box-sizing: border-box;
}

.vm-promo-assurance__upper {
  display: flex;
  flex-direction: column;
  gap: var(--vm-promo-section-gap);
  margin-bottom: 0;
}

.vm-promo-member {
  margin: 0;
}

.vm-promo-member__banner {
  display: block;
  border-radius: var(--vm-promo-radius-lg);
  overflow: hidden;
  line-height: 0;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.vm-promo-member__banner:hover {
  opacity: 0.92;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.vm-promo-member__img {
  display: block;
  width: 100%;
  height: auto;
}

.vm-benefits-reasons {
  padding: clamp(20px, 3vw, 28px);
  border-radius: var(--vm-promo-radius-lg);
  background: var(--vm-promo-white);
  border: 1px solid #e8e8e8;
}

.vm-benefits-reasons__sub {
  margin: 0 0 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #2a2a2a;
  color: var(--vm-promo-white);
  font-size: var(--vm-promo-font-sm);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}

.vm-benefits-reasons__title {
  display: table;
  margin: 0 auto 20px;
  padding-bottom: 4px;
  font-size: var(--vm-promo-font-title);
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  background: linear-gradient(transparent 62%, var(--vm-promo-yellow) 62%);
}

.vm-benefits-reasons__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.vm-benefits-reasons__item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: var(--vm-promo-radius);
  color: var(--vm-promo-white);
}

.vm-benefits-reasons__item--1 { background: linear-gradient(90deg, #3d8fd9 0%, #2a6fad 100%); }
.vm-benefits-reasons__item--2 { background: linear-gradient(90deg, #2db89a 0%, #1f9a80 100%); }
.vm-benefits-reasons__item--3 { background: linear-gradient(90deg, #e8a317 0%, #c9860d 100%); }
.vm-benefits-reasons__item--4 { background: linear-gradient(90deg, #e85d3b 0%, #c94428 100%); }

.vm-benefits-reasons__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.vm-benefits-reasons__body {
  min-width: 0;
}

.vm-benefits-reasons__name {
  margin: 0 0 4px;
  font-size: var(--vm-promo-font-heading);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.vm-benefits-reasons__desc {
  margin: 0;
  margin-top: 0;
  font-size: var(--vm-promo-font-body);
  line-height: 1.65;
  opacity: 0.95;
}

.vm-promo-assurance p.vm-benefits-reasons__desc,
.vm-promo-assurance p.vm-promo-paidy__desc {
  margin-top: 0;
}

.vm-promo-shipping {
  display: grid;
  gap: 0;
  border-radius: var(--vm-promo-radius-lg);
  overflow: hidden;
  color: var(--vm-promo-white);
}

.vm-promo-shipping__delivery {
  padding: clamp(20px, 3.5vw, 28px) clamp(20px, 4vw, 32px);
  text-align: center;
  background: var(--vm-promo-navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vm-promo-shipping__catch {
  margin: 0 0 10px;
  font-size: var(--vm-promo-font-sm);
  font-weight: 500;
  opacity: 0.9;
}

.vm-promo-shipping__main-line {
  margin: 0;
  font-size: var(--vm-promo-font-body);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.vm-promo-shipping__emph {
  font-family: Montserrat, "Noto Sans JP", sans-serif;
  font-size: var(--vm-promo-font-emph);
  font-weight: 900;
  color: var(--vm-promo-yellow);
  letter-spacing: 0.06em;
}

.vm-promo-shipping__free {
  padding: clamp(16px, 3vw, 20px) clamp(20px, 4vw, 32px);
  background: var(--vm-promo-navy-deep);
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vm-promo-shipping__free-text {
  margin: 0;
  font-size: var(--vm-promo-font-body);
  font-weight: 500;
  line-height: 1.6;
}

.vm-promo-shipping__amount {
  font-family: Montserrat, sans-serif;
  font-size: var(--vm-promo-font-amount);
  font-weight: 800;
  color: var(--vm-promo-yellow);
}

.vm-promo-shipping__free-label {
  display: inline-block;
  margin-left: 2px;
  font-size: 22px;
  font-weight: 900;
  color: var(--vm-promo-yellow);
  letter-spacing: 0.04em;
}

.vm-promo-shipping__payments {
  padding: clamp(18px, 3vw, 24px) clamp(20px, 4vw, 32px) clamp(22px, 3.5vw, 28px);
  text-align: center;
  background: var(--vm-promo-navy);
}

.vm-promo-shipping__payments-tag {
  margin: 0 0 4px;
  font-size: var(--vm-promo-font-sm);
  font-weight: 700;
  opacity: 0.75;
  letter-spacing: 0.08em;
}

.vm-promo-shipping__payments-title {
  margin: 0 0 14px;
  font-size: var(--vm-promo-font-heading);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.vm-promo-shipping__payments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.vm-promo-shipping__payments-item {
  padding: 10px 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: var(--vm-promo-font-sm);
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.vm-promo-paidy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(12px, 3vw, 18px);
  align-items: center;
  margin-top: 20px;
  padding: clamp(14px, 3vw, 18px);
  border-radius: var(--vm-promo-radius);
  background: var(--vm-promo-yellow);
  color: var(--vm-promo-navy-deep);
  text-align: left;
}

.vm-promo-paidy__icon {
  flex-shrink: 0;
  line-height: 0;
}

.vm-promo-paidy__img {
  display: block;
  width: clamp(64px, 16vw, 96px);
  height: auto;
  margin: 0;
}

.vm-promo-paidy__body {
  min-width: 0;
}

.vm-promo-paidy__title {
  margin: 0 0 4px;
  font-size: var(--vm-promo-font-heading);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.vm-promo-paidy__desc {
  margin: 0;
  margin-top: 0;
  font-size: var(--vm-promo-font-note);
  line-height: 1.55;
}
.vm-promo-assurance h3.vm-benefits-reasons__name,
.vm-promo-assurance h4.vm-promo-paidy__title {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .vm-benefits-reasons__list {
    gap: 10px;
  }

  .vm-benefits-reasons__item {
    grid-template-columns: 52px 1fr;
    padding: 16px 18px;
  }
}

/* ── 類似品注意・品質安心 ── */

.vm-benefits-trust {
  --vm-promo-section-gap: 16px;
  --vm-promo-font-body: 18px;
  --vm-promo-font-note: 15px;
  --vm-promo-font-sm: 16px;
  --vm-promo-font-heading: 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 var(--vm-promo-section-gap);
  padding: clamp(24px, 4vw, 36px) clamp(16px, 4vw, 28px);
  border-radius: 14px;
  overflow: hidden;
  background: #d9d9d9;
  color: #1a1a1a;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: var(--vm-promo-font-body);
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.vm-benefits-trust *,
.vm-benefits-trust *::before,
.vm-benefits-trust *::after {
  box-sizing: border-box;
}

.vm-benefits-trust__block + .vm-benefits-trust__block {
  margin-top: clamp(18px, 3.5vw, 24px);
}

.vm-benefits-trust__head {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.5vw, 14px);
  margin-bottom: 8px;
}

.vm-benefits-trust__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 10vw, 48px);
  color: #1a1a1a;
  line-height: 0;
}

.vm-benefits-trust__icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.vm-benefits-trust__title {
  margin: 0;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  font-size: var(--vm-promo-font-heading);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.vm-benefits-trust__body p {
  margin: 0 0 5px;
  font-size: var(--vm-promo-font-note);
  line-height: 1.55;
}

.vm-benefits-trust__body p:last-child {
  margin-bottom: 0;
}

.vm-benefits-trust__hl {
  padding: 0 1px;
  background: #fff500;
  color: inherit;
  font-weight: inherit;
}

.vm-benefits-trust__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-top: clamp(18px, 3.5vw, 24px);
  padding-top: clamp(14px, 2.5vw, 18px);
  border-top: 2px dotted #666;
}

.vm-benefits-trust__footer-lead {
  margin: 0;
  font-size: var(--vm-promo-font-note);
  font-weight: 500;
  line-height: 1.55;
}

.vm-benefits-trust__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
}

.vm-benefits-trust__phone:hover {
  opacity: 0.75;
  color: #1a1a1a;
}

.vm-benefits-trust__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  line-height: 0;
}

.vm-benefits-trust__phone-icon svg {
  display: block;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 520px) {
  .vm-benefits-trust__head {
    align-items: flex-start;
  }

  .vm-benefits-trust__title {
    flex: 1;
    min-width: 0;
  }

  .vm-benefits-trust__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
