.fs-preview-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.login.my-false,
.logout.my-true {
  display: none !important;
}

.fs-c-agreementConfirmationArea__message img{
max-width:50%;
margin:auto;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
max-width:90%;
}


/* 注文内容確認 */
.fs-c-totalAndActions,
.fs-c-checkout-shippingInfo,
.fs-c-checkout-buyerInfo,
.fs-c-checkout-paymentInfo,
.fs-c-checkout-couponInfo,
.fs-c-checkout-orderInfo,
.fs-c-checkout-communicationInfo {
  background-color: #f7f7f7;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.fs-c-checkout-shippingDetail__parcel,
.fs-c-checkout-shippingDetail__shippingCarrier__comment,
.fs-c-checkout-shippingDetail__deliveryDetail,
.fs-c-checkout-shippingOptionPreview,
.fs-c-checkout-paymentMethod__title,
.fs-c-checkout-couponCodeInput,
.fs-c-checkout-previewAndEdit__info,
.fs-c-cartTable__dataCell {
  background-color: #fff;
}
.fs-c-cartTable__headerCell {
  background-color: #f7f7f7;
}

/* ========================================
   TOP めいひんポイント相互利用バナー
======================================== */

.top-point-mutual-banner {
  width: 100%;
  max-width: 1000px;
  margin: 72px auto 88px;
  padding: 0 24px;
  box-sizing: border-box;
}

.top-point-mutual-banner__link {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.top-point-mutual-banner__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.top-point-mutual-banner__link:focus-visible {
  outline: 3px solid #0b4da2;
  outline-offset: 5px;
}

@media (hover: hover) {
  .top-point-mutual-banner__link:hover {
    opacity: 0.9;
  }
}

@media screen and (max-width: 767px) {
  .top-point-mutual-banner {
    margin: 40px auto 48px;
    padding: 0 12px;
  }
}

/* ==================================================
   マイページ：めいひんポイント
================================================== */

.fs-body-my-top .mp-pointNav {
  clear: both !important;
  float: none !important;
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 24px 0 32px !important;
  padding: 0 !important;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #222222;
  box-sizing: border-box;
}

.mp-pointNav *,
.mp-pointNav *::before,
.mp-pointNav *::after {
  box-sizing: border-box;
}

/* メイン部分
----------------------------------- */

.mp-pointNav__content {
  display: grid;
  grid-template-columns:
    minmax(260px, 0.9fr)
    minmax(420px, 1.1fr);
  align-items: stretch;
}

.mp-pointNav__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 24px;
  border-right: 1px solid #e5e5e5;
}

.mp-pointNav__subTitle {
  display: block;
  margin: 0 0 4px;
  color: #666666;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.mp-pointNav__title {
  margin: 0 0 8px;
  padding: 0;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.mp-pointNav__description {
  margin: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.75;
}

/* ボタンエリア
----------------------------------- */

.mp-pointNav__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 24px;
}

.fs-body-my-top .mp-pointNav__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 10px 34px 10px 16px;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  opacity: 1 !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

/* メインボタン：通常・クリック済み共通 */

.fs-body-my-top .mp-pointNav__button--primary,
.fs-body-my-top .mp-pointNav__button--primary:link,
.fs-body-my-top .mp-pointNav__button--primary:visited {
  border-color: #222222 !important;
  background-color: #222222 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* メインボタン：ホバー・フォーカス */

.fs-body-my-top .mp-pointNav__button--primary:hover,
.fs-body-my-top .mp-pointNav__button--primary:focus {
  border-color: #444444 !important;
  background-color: #444444 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* サブボタン：通常・クリック済み共通 */

.fs-body-my-top .mp-pointNav__button--secondary,
.fs-body-my-top .mp-pointNav__button--secondary:link,
.fs-body-my-top .mp-pointNav__button--secondary:visited {
  border-color: #333333 !important;
  background-color: #ffffff !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

/* サブボタン：ホバー・フォーカス */

.fs-body-my-top .mp-pointNav__button--secondary:hover,
.fs-body-my-top .mp-pointNav__button--secondary:focus {
  border-color: #333333 !important;
  background-color: #f5f5f5 !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

/* 矢印 */

.mp-pointNav__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
}

/* 注意書き
----------------------------------- */

.mp-pointNav__note {
  margin: 0;
  padding: 11px 24px;
  border-top: 1px solid #e5e5e5;
  background: #fafafa;
  color: #666666;
  font-size: 12px;
  line-height: 1.7;
}

/* キーボード操作
----------------------------------- */

.fs-body-my-top .mp-pointNav__button:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 3px;
}

/* タブレット
----------------------------------- */

@media screen and (max-width: 1000px) {

  .mp-pointNav__content {
    grid-template-columns: 1fr;
  }

  .mp-pointNav__heading {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}

/* スマートフォン
----------------------------------- */

@media screen and (max-width: 767px) {

  .fs-body-my-top .mp-pointNav {
    margin: 20px 0 24px !important;
  }

  .mp-pointNav__heading {
    padding: 18px 16px;
  }

  .mp-pointNav__title {
    font-size: 18px;
  }

  .mp-pointNav__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .fs-body-my-top .mp-pointNav__button {
    min-height: 50px;
    font-size: 14px;
  }

  .mp-pointNav__note {
    padding: 11px 16px;
  }
}

/* ==================================================
   ポイント履歴：めいひんポイント導線
================================================== */

.fs-body-my-points .mp-pointHistoryGuide {
  display: grid;
  grid-template-columns:
    minmax(280px, 1fr)
    minmax(360px, 0.9fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0 0 28px;
  padding: 22px 24px;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #222222;
  box-sizing: border-box;
}

.mp-pointHistoryGuide *,
.mp-pointHistoryGuide *::before,
.mp-pointHistoryGuide *::after {
  box-sizing: border-box;
}

.mp-pointHistoryGuide__text {
  min-width: 0;
}

.mp-pointHistoryGuide__label {
  display: block;
  margin-bottom: 3px;
  color: #666666;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.mp-pointHistoryGuide__title {
  margin: 0 0 7px;
  padding: 0;
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.mp-pointHistoryGuide__description {
  margin: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.75;
}

.mp-pointHistoryGuide__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fs-body-my-points .mp-pointHistoryGuide__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* 移行ボタン：閲覧済みでも白文字を維持 */

.fs-body-my-points .mp-pointHistoryGuide__button--primary,
.fs-body-my-points .mp-pointHistoryGuide__button--primary:link,
.fs-body-my-points .mp-pointHistoryGuide__button--primary:visited {
  border-color: #222222 !important;
  background: #222222 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.fs-body-my-points .mp-pointHistoryGuide__button--primary:hover,
.fs-body-my-points .mp-pointHistoryGuide__button--primary:focus {
  border-color: #444444 !important;
  background: #444444 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* 詳細ボタン */

.fs-body-my-points .mp-pointHistoryGuide__button--secondary,
.fs-body-my-points .mp-pointHistoryGuide__button--secondary:link,
.fs-body-my-points .mp-pointHistoryGuide__button--secondary:visited {
  border-color: #333333 !important;
  background: #ffffff !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

.fs-body-my-points .mp-pointHistoryGuide__button--secondary:hover,
.fs-body-my-points .mp-pointHistoryGuide__button--secondary:focus {
  background: #f5f5f5 !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

.fs-body-my-points .mp-pointHistoryGuide__button:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 3px;
}

@media screen and (max-width: 900px) {

  .fs-body-my-points .mp-pointHistoryGuide {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {

  .fs-body-my-points .mp-pointHistoryGuide {
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px 16px;
  }

  .mp-pointHistoryGuide__actions {
    grid-template-columns: 1fr;
  }

  .fs-body-my-points .mp-pointHistoryGuide__button {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
  }
}

/* ==================================================
   レビュー履歴：めいひんポイント案内
================================================== */

.fs-body-my-reviews .myReviewPointGuide {
  clear: both !important;
  float: none !important;
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #222222;
  box-sizing: border-box;
}

.myReviewPointGuide *,
.myReviewPointGuide *::before,
.myReviewPointGuide *::after {
  box-sizing: border-box;
}

/* 上段
----------------------------------- */

.myReviewPointGuide__main {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(220px, 280px);
  align-items: stretch;
}

.myReviewPointGuide__benefit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 25px 28px;
}

.myReviewPointGuide__label {
  display: block;
  margin: 0 0 5px;
  color: #777777;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.myReviewPointGuide__title {
  margin: 0 0 10px;
  padding: 0;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.myReviewPointGuide__reward {
  display: inline-block;
  margin: 0 4px;
  white-space: nowrap;
}

.myReviewPointGuide__reward strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.myReviewPointGuide__reward small {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 700;
}

.myReviewPointGuide__description {
  margin: 0;
  color: #444444;
  font-size: 14px;
  line-height: 1.8;
}

.myReviewPointGuide__note {
  margin: 9px 0 0;
  color: #777777;
  font-size: 12px;
  line-height: 1.7;
}

/* 保有ポイント
----------------------------------- */

.myReviewPointGuide__balance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 24px 20px;
  border-left: 1px solid #e5e5e5;
  background: #f7f7f7;
  text-align: center;
}

.myReviewPointGuide__balanceLabel {
  display: block;
  margin: 0 0 7px;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.myReviewPointGuide__balanceValue {
  color: #222222;
  font-size: 0;
  line-height: 1.2;
  white-space: nowrap;
}

/*
  fs-clientInfoはポイント数の部分だけに使用。
  テーマ側の既存指定による崩れを防止。
*/

.fs-body-my-reviews
.myReviewPointGuide
.myReviewPointGuide__pointValue.fs-clientInfo {
  float: none !important;
  position: static !important;
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  font-variant-numeric: tabular-nums;
  text-align: inherit !important;
}

.myReviewPointGuide__balanceValue small {
  margin-left: 4px;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
}

/* 下段リンク
----------------------------------- */

.myReviewPointGuide__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 28px;
  border-top: 1px solid #e5e5e5;
  background: #fafafa;
}

.fs-body-my-reviews .myReviewPointGuide__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 10px 40px 10px 18px;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  opacity: 1 !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

/* ポイント移行ボタン：閲覧済みでも白文字を維持 */

.fs-body-my-reviews .myReviewPointGuide__button--primary,
.fs-body-my-reviews .myReviewPointGuide__button--primary:link,
.fs-body-my-reviews .myReviewPointGuide__button--primary:visited {
  border-color: #222222 !important;
  background-color: #222222 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.fs-body-my-reviews .myReviewPointGuide__button--primary:hover,
.fs-body-my-reviews .myReviewPointGuide__button--primary:focus {
  border-color: #444444 !important;
  background-color: #444444 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* 詳細ページボタン */

.fs-body-my-reviews .myReviewPointGuide__button--secondary,
.fs-body-my-reviews .myReviewPointGuide__button--secondary:link,
.fs-body-my-reviews .myReviewPointGuide__button--secondary:visited {
  border-color: #333333 !important;
  background-color: #ffffff !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

.fs-body-my-reviews .myReviewPointGuide__button--secondary:hover,
.fs-body-my-reviews .myReviewPointGuide__button--secondary:focus {
  border-color: #333333 !important;
  background-color: #f2f2f2 !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

.myReviewPointGuide__arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
}

.fs-body-my-reviews
.myReviewPointGuide__button:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 3px;
}

/* タブレット
----------------------------------- */

@media screen and (max-width: 900px) {

  .myReviewPointGuide__main {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .myReviewPointGuide__benefit {
    padding: 22px;
  }

  .myReviewPointGuide__links {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* スマートフォン
----------------------------------- */

@media screen and (max-width: 767px) {

  .fs-body-my-reviews .myReviewPointGuide {
    margin-bottom: 24px !important;
  }

  .myReviewPointGuide__main {
    grid-template-columns: 1fr;
  }

  .myReviewPointGuide__benefit {
    padding: 19px 16px;
  }

  .myReviewPointGuide__label {
    font-size: 10px;
  }

  .myReviewPointGuide__title {
    font-size: 18px;
  }

  .myReviewPointGuide__reward {
    margin-right: 2px;
    margin-left: 2px;
  }

  .myReviewPointGuide__reward strong {
    font-size: 25px;
  }

  .myReviewPointGuide__description {
    font-size: 13px;
  }

  .myReviewPointGuide__balance {
    flex-direction: row;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 16px;
    border-top: 1px solid #e5e5e5;
    border-left: 0;
    text-align: left;
  }

  .myReviewPointGuide__balanceLabel {
    margin: 0;
  }

  .myReviewPointGuide__pcBreak {
    display: none;
  }

  .fs-body-my-reviews
  .myReviewPointGuide
  .myReviewPointGuide__pointValue.fs-clientInfo {
    font-size: 27px !important;
  }

  .myReviewPointGuide__links {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .fs-body-my-reviews .myReviewPointGuide__button {
    min-height: 50px;
    font-size: 14px;
  }
}

//* =========================================================
   FS商品詳細：実際のフリックパーツ用セレクタ修正版
   既存の fs_swipe_gallery.css の「FS上部ギャラリー」部分と差し替え
========================================================= */

#fs_productCarouselMainImage {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #fff;
  box-sizing: border-box;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 0 6px;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList > li,
#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList .slick-slide {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  opacity: 0.65;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList .slick-current,
#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList [aria-current="true"],
#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList [aria-selected="true"] {
  border-color: #222;
  opacity: 1;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar {
  height: 5px;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-track {
  background: #eee;
}

#fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}

.meihinOriginalZoom--hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #fs_productCarouselMainImage .fs-c-productCarouselMainImage__image img {
    width: 100%;
    max-width: 100%;
  }

  #fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
    gap: 7px;
    margin-top: 8px;
    padding-bottom: 5px;
  }

  #fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList > li,
  #fs_productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList .slick-slide {
    flex-basis: 62px;
    width: 62px;
  }
}
/* ---------- 全画面ビューア ---------- */
.meihinImageViewer[hidden] {
  display: none !important;
}

.meihinImageViewer {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease, visibility 0.12s ease;
}

.meihinImageViewer.is-open {
  opacity: 1;
  visibility: visible;
}

.meihinImageViewer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.96);
}

.meihinImageViewer__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  width: 100%;
  height: 100%;
  color: #fff;
  outline: none;
}

.meihinImageViewer__toolbar {
  display: grid;
  grid-template-columns: 48px 1fr 68px;
  align-items: center;
  min-height: 56px;
  padding: max(6px, env(safe-area-inset-top)) 10px 6px;
  background: rgba(0, 0, 0, 0.52);
}

.meihinImageViewer__counter {
  justify-self: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.meihinImageViewer__toolButton,
.meihinImageViewer__nav,
.meihinImageViewer__thumb {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.meihinImageViewer__toolButton {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.meihinImageViewer__close {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.meihinImageViewer__stageWrap {
  position: relative;
  min-width: 0;
  min-height: 0;
}

.meihinImageViewer__stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  cursor: zoom-in;
}

.meihinImageViewer.is-zoomed .meihinImageViewer__stage {
  cursor: grab;
}

.meihinImageViewer.is-zoomed .meihinImageViewer__stage:active {
  cursor: grabbing;
}

.meihinImageViewer__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center center;
  will-change: transform;
  -webkit-user-drag: none;
  user-select: none;
}

.meihinImageViewer__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 56px;
  padding: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
  transform: translateY(-50%);
}

.meihinImageViewer__nav--prev {
  left: 12px;
}

.meihinImageViewer__nav--next {
  right: 12px;
}

.meihinImageViewer__nav:disabled {
  opacity: 0.2;
  cursor: default;
}

.meihinImageViewer__thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.66);
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.meihinImageViewer__thumbs::-webkit-scrollbar {
  display: none;
}

.meihinImageViewer__thumb {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 4px;
  background: transparent;
  opacity: 0.58;
}

.meihinImageViewer__thumb.is-active {
  border-color: #fff;
  opacity: 1;
}

.meihinImageViewer__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.meihinImageViewer__help {
  margin: 0;
  padding: 7px 12px max(8px, env(safe-area-inset-bottom));
  background: rgba(0, 0, 0, 0.78);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.meihinImageViewer button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .fs-c-productMainImage::after {
    right: 8px;
    bottom: 8px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .fs-c-productThumbnail {
    margin-top: 9px;
  }

  .meihinImageViewer__toolbar {
    min-height: 52px;
    grid-template-columns: 44px 1fr 62px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .meihinImageViewer__nav {
    width: 36px;
    height: 48px;
    font-size: 34px;
  }

  .meihinImageViewer__nav--prev {
    left: 5px;
  }

  .meihinImageViewer__nav--next {
    right: 5px;
  }

  .meihinImageViewer__thumbs {
    gap: 6px;
    padding: 8px;
  }

  .meihinImageViewer__thumb {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .meihinImageViewer,
  .fs-c-productThumbnail img {
    transition: none;
  }
}


.top-municipality {
  padding: 64px 20px;
  background: #edf3f8;
}

.top-municipality__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 48px;
  border-left: 6px solid #c78c2d;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #163a5f 0%, #214f69 100%);
  color: #fff;
  box-shadow: 0 18px 45px rgba(22,58,95,.13);
}

.top-municipality__label {
  margin: 0 0 10px;
  color: #f0cf86;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.top-municipality h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.45;
}

.top-municipality__lead {
  max-width: 780px;
  margin: 0 0 20px;
  color: rgba(255,255,255,.88);
  line-height: 1.8;
}

.top-municipality__points {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.top-municipality__points li {
  position: relative;
  margin: 7px 0;
  padding-left: 26px;
}

.top-municipality__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f0cf86;
  font-weight: 700;
}

.top-municipality__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #fff;
  color: #163a5f !important;
  font-weight: 700;
  text-decoration: none !important;
}

.top-municipality__btn:hover {
  background: #f7f3ea;
}

@media (max-width: 640px) {
  .top-municipality {
    padding: 42px 15px;
  }

  .top-municipality__inner {
    padding: 30px 22px;
  }

  .top-municipality__btn {
    width: 100%;
    justify-content: center;
  }
}

/* ======================================
   TOP 自治体向け小型CTA
   ====================================== */

.top-municipality-mini,
.top-municipality-mini * {
  box-sizing: border-box;
}

.top-municipality-mini {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: -16px auto 48px;
}

.top-municipality-mini__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;

  padding: 24px 28px;

  border: 1px solid #d6dee3;
  border-left: 5px solid #c78c2d;
  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      #f8fafc 0%,
      #edf3f8 58%,
      #eaf3ef 100%
    );

  box-shadow: 0 8px 24px rgba(22, 58, 95, .06);
}

.top-municipality-mini__label {
  margin: 0 0 5px;
  color: #1f6b5b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.top-municipality-mini__title {
  margin: 0 0 5px;
  color: #1c2b36;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.top-municipality-mini__text {
  margin: 0;
  color: #65727c;
  font-size: 14px;
  line-height: 1.75;
}

.top-municipality-mini__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 48px;
  padding: 11px 22px;

  border-radius: 999px;
  background: #163a5f;

  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;

  white-space: nowrap;

  box-shadow: 0 7px 18px rgba(22, 58, 95, .17);

  transition:
    background .2s ease,
    transform .2s ease;
}

.top-municipality-mini__action a:hover {
  background: #0f2f4f;
  transform: translateY(-1px);
}

.top-municipality-mini__action span {
  font-size: 17px;
}

@media screen and (max-width: 767px) {

  .top-municipality-mini {
    width: calc(100% - 30px);
    margin: -8px auto 36px;
  }

  .top-municipality-mini__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .top-municipality-mini__title {
    font-size: 17px;
  }

  .top-municipality-mini__text {
    font-size: 13px;
  }

  .top-municipality-mini__action a {
    width: 100%;
  }
}





/* =========================================================
   宅配ボックス名品館 TOPリニューアル v1
   既存CSSの後ろへ追加
========================================================= */

:root {
  --zt-ink: #2f312e;
  --zt-muted: #66645f;
  --zt-green: #234c3b;
  --zt-green-dark: #173629;
  --zt-green-soft: #edf3ef;
  --zt-cream: #f7f3eb;
  --zt-beige: #ebe3d6;
  --zt-line: #e2ddd4;
  --zt-white: #fff;
  --zt-gold: #a8762c;
  --zt-shadow: 0 12px 34px rgba(44, 54, 47, .08);
  --zt-radius: 16px;
  --zt-max: 1200px;
}

/* 旧ヘッダー左4リンクを非表示。ハンバーガーは残す */
.header_menu > ul.flex > li.hid-sp {
  display: none !important;
}

/* PRIMARY NAV ------------------------------------------------ */
.zt-primary-nav,
.zt-primary-nav * { box-sizing: border-box; }

.zt-primary-nav {
  position: relative;
  z-index: 30;
  border-top: 1px solid #eeeae4;
  border-bottom: 1px solid #e8e4dd;
  background: rgba(255,255,255,.98);
}

.zt-primary-nav__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  width: min(var(--zt-max), calc(100% - 40px));
  margin: 0 auto;
}

.zt-primary-nav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 18px;
  color: var(--zt-ink) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease;
}

.zt-primary-nav__item + .zt-primary-nav__item { border-left: 1px solid #eeeae4; }
.zt-primary-nav__item:hover { background: var(--zt-cream); color: var(--zt-green) !important; }
.zt-primary-nav__item svg {
  width: 21px; height: 21px; fill: none; stroke: currentColor;
  stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
}

/* COMMON ----------------------------------------------------- */
.zt-home-hero *, .zt-home-intro *, .zt-quick-nav *,
.zt-lineup *, .zt-shopping-support *, .zt-public-support *,
.zt-guide *, .zt-about-renewal *, .zt-trust-strip * { box-sizing: border-box; }

.zt-section-inner { width: min(var(--zt-max), calc(100% - 40px)); margin: 0 auto; }

.zt-section-head { margin: 0 auto 36px; text-align: center; }
.zt-section-head__en {
  margin: 0 0 7px; color: var(--zt-green); font-size: 12px;
  font-weight: 700; letter-spacing: .16em;
}
.zt-section-head h2 {
  margin: 0; color: var(--zt-ink); font-size: clamp(25px,3vw,36px);
  font-weight: 700; line-height: 1.45;
}
.zt-section-head > p:last-child {
  max-width: 760px; margin: 13px auto 0; color: var(--zt-muted);
  font-size: 15px; line-height: 1.85;
}
.zt-section-head--compact { margin-bottom: 24px; }
.zt-section-head--compact h2 { font-size: clamp(22px,2.5vw,30px); }
.zt-section-head--inline {
  display: flex; align-items: end; justify-content: space-between;
  gap: 20px; text-align: left;
}
.zt-section-head__more { color: var(--zt-green) !important; font-weight: 700; text-decoration: none !important; }
.zt-section-action { margin: 34px 0 0; text-align: center; }
.zt-section-action a {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-width: 300px; min-height: 52px; padding: 12px 28px;
  border-radius: 999px; background: var(--zt-green); color: #fff !important;
  font-weight: 700; text-decoration: none !important;
}
.zt-section-action a:hover { background: var(--zt-green-dark); }

/* HERO ------------------------------------------------------- */
.zt-home-hero { position: relative; background: #fff; }
.zt-home-hero__viewport {
  position: relative; width: 100%; height: min(50vw, 760px);
  min-height: 420px; overflow: hidden; background: #f0ede6; touch-action: pan-y;
}
.zt-home-hero__slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  pointer-events: none; transition: opacity .45s ease;
}
.zt-home-hero__slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.zt-home-hero__picture, .zt-home-hero__picture img { display: block; width: 100%; height: 100%; }
.zt-home-hero__picture img { object-fit: cover; object-position: center; }
.zt-home-hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(19,30,24,.56) 0%, rgba(19,30,24,.34) 34%, rgba(19,30,24,.04) 62%, transparent 78%);
}
.zt-home-hero__copy {
  position: absolute; z-index: 3; top: 50%; left: max(7vw,40px);
  width: min(520px,44vw); transform: translateY(-50%);
}
.zt-home-hero__copy--light { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.2); }
.zt-home-hero__eyebrow { margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .15em; }
.zt-home-hero__title { margin: 0; font-size: clamp(34px,4.6vw,68px); font-weight: 700; line-height: 1.35; letter-spacing: .03em; }
.zt-home-hero__text { margin: 18px 0 0; font-size: clamp(14px,1.35vw,18px); line-height: 1.8; }
.zt-home-hero__button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; margin-top: 26px; padding: 12px 26px;
  border: 1px solid rgba(255,255,255,.82); border-radius: 999px;
  background: rgba(255,255,255,.94); color: var(--zt-green-dark) !important;
  font-weight: 700; text-decoration: none !important; text-shadow: none;
}
.zt-home-hero__button:hover { background: #fff; transform: translateY(-1px); }
.zt-home-hero__arrow {
  position: absolute; z-index: 10; top: 50%; display: grid; place-items: center;
  width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%; background: rgba(20,29,24,.58); color: #fff;
  font-size: 31px; cursor: pointer; transform: translateY(-50%);
}
.zt-home-hero__arrow--prev { left: 18px; }
.zt-home-hero__arrow--next { right: 18px; }
.zt-home-hero__dots {
  display: flex; justify-content: center; gap: 9px; padding: 11px 15px 13px; background: #fff;
}
.zt-home-hero__dot {
  width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%;
  background: #d2d2cd; cursor: pointer;
}
.zt-home-hero__dot[aria-current="true"] { width: 28px; border-radius: 99px; background: var(--zt-green); }

/* INTRO ------------------------------------------------------ */
.zt-home-intro {
  width: min(900px, calc(100% - 40px)); margin: 36px auto 24px; text-align: center;
}
.zt-home-intro h1 {
  margin: 0; color: var(--zt-ink); font-size: clamp(24px,2.8vw,36px);
  font-weight: 700; line-height: 1.5;
}
.zt-home-intro p { margin: 12px 0 0; color: var(--zt-muted); font-size: 15px; line-height: 1.9; }

/* QUICK NAV -------------------------------------------------- */
.zt-quick-nav {
  width: min(var(--zt-max), calc(100% - 40px)); margin: 30px auto 62px;
  padding: 24px; border: 1px solid var(--zt-line); border-radius: var(--zt-radius);
  background: linear-gradient(135deg,#fbfaf8,#f5f0e8); box-shadow: var(--zt-shadow);
}
.zt-quick-nav__lead { margin: 0 0 16px; text-align: center; color: var(--zt-ink); font-size: 13px; font-weight: 700; }
.zt-quick-nav__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.zt-quick-nav__item {
  display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 13px; align-items: center;
  min-height: 78px; padding: 15px 18px; border: 1px solid #e7e1d8;
  border-radius: 12px; background: #fff; color: var(--zt-ink) !important;
  text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease;
}
.zt-quick-nav__item:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(44,54,47,.08); }
.zt-quick-nav__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--zt-green-soft); color: var(--zt-green); font-size: 22px; }
.zt-quick-nav__item small { display: block; color: var(--zt-muted); font-size: 11px; font-weight: 500; }
.zt-quick-nav__item strong { display: block; margin-top: 2px; font-size: 16px; }

/* EXISTING RANKING ------------------------------------------ */
.top_ranking { width: min(var(--zt-max), calc(100% - 40px)); margin: 0 auto 76px !important; }
.top_ranking .headpg { margin-bottom: 28px; text-align: left; }
.top_ranking .headpg_en { color: var(--zt-green); letter-spacing: .14em; }
.top_ranking .fs-c-productListItem {
  border: 1px solid var(--zt-line); border-radius: 14px; background: #fff;
  box-shadow: 0 7px 18px rgba(44,54,47,.05); overflow: hidden;
}
.top_ranking .fs-c-productListItem__imageContainer { background: #faf9f6; }

/* LINEUP ----------------------------------------------------- */
.zt-lineup { padding: 74px 0; background: var(--zt-cream); }
.zt-lineup__featured { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-bottom: 18px; }
.zt-lineup__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.zt-lineup-card {
  display: flex; flex-direction: column; min-width: 0; overflow: hidden;
  border: 1px solid var(--zt-line); border-radius: var(--zt-radius); background: #fff;
  color: var(--zt-ink) !important; text-decoration: none !important; box-shadow: 0 8px 23px rgba(44,54,47,.06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.zt-lineup-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(44,54,47,.11); }
.zt-lineup-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #f6f4ef; }
.zt-lineup-card--featured .zt-lineup-card__media { aspect-ratio: 16/8.8; }
.zt-lineup-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.zt-lineup-card:hover .zt-lineup-card__media img { transform: scale(1.025); }
.zt-lineup-card__media--contain img { padding: 14px; object-fit: contain; background: #fff; }
.zt-lineup-card__badge {
  position: absolute; top: 12px; left: 12px; padding: 5px 10px; border-radius: 999px;
  color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .04em;
}
.zt-lineup-card__badge--green { background: #315d49; }
.zt-lineup-card__badge--orange { background: #de6d35; }
.zt-lineup-card__badge--purple { background: #796397; }
.zt-lineup-card__badge--gold { background: #a8833b; }
.zt-lineup-card__badge--blue { background: #456d91; }
.zt-lineup-card__body { display: flex; flex-direction: column; flex: 1; padding: 19px 18px; }
.zt-lineup-card--featured .zt-lineup-card__body { padding: 23px 24px; }
.zt-lineup-card__type { margin: 0 0 6px; color: #728074; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.zt-lineup-card h3 { margin: 0 0 9px; color: var(--zt-ink); font-size: 18px; line-height: 1.5; }
.zt-lineup-card--featured h3 { font-size: 24px; }
.zt-lineup-card__body > p:not(.zt-lineup-card__type) { margin: 0 0 16px; color: var(--zt-muted); font-size: 13px; line-height: 1.75; }
.zt-lineup-card__more { margin-top: auto; color: var(--zt-green); font-size: 13px; font-weight: 700; }

/* SHOPPING SUPPORT ------------------------------------------ */
.zt-shopping-support { padding: 56px 0; background: #fff; }
.zt-shopping-support__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.zt-support-card {
  display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 14px; align-items: center;
  min-height: 118px; padding: 20px; border: 1px solid var(--zt-line); border-radius: 14px;
  background: #fbfaf7; color: var(--zt-ink) !important; text-decoration: none !important;
}
.zt-support-card__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--zt-green-soft); color: var(--zt-green); font-size: 24px; }
.zt-support-card strong { display: block; font-size: 16px; line-height: 1.5; }
.zt-support-card small { display: block; margin-top: 5px; color: var(--zt-muted); font-size: 12px; line-height: 1.6; }
.zt-support-card--links { grid-template-columns: auto minmax(0,1fr); }
.zt-support-card__sublinks { grid-column: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.zt-support-card__sublinks a { padding: 5px 9px; border-radius: 999px; background: #fff; color: var(--zt-green) !important; font-size: 11px; font-weight: 700; text-decoration: none !important; }

/* PUBLIC SUPPORT -------------------------------------------- */
.zt-public-support { padding: 58px 0 70px; background: #f7f4ed; }
.zt-public-support__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.zt-public-card { min-height: 260px; padding: 30px; border-radius: 16px; overflow: hidden; }
.zt-public-card--resident { border: 1px solid #e3d8c5; background: linear-gradient(135deg,#fffdf8,#f2eadb); color: var(--zt-ink); }
.zt-public-card--municipality { background: linear-gradient(135deg,#1e4a3a,#12382b); color: #fff; }
.zt-public-card__eyebrow { margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.zt-public-card h3 { margin: 0 0 12px; color: inherit; font-size: 24px; line-height: 1.5; }
.zt-public-card > p:not(.zt-public-card__eyebrow) { margin: 0; max-width: 580px; font-size: 14px; line-height: 1.8; opacity: .9; }
.zt-public-card__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 25px; }
.zt-public-card__button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 20px; border-radius: 999px; background: var(--zt-green); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.zt-public-card__button--light { margin-top: 25px; background: #fff; color: var(--zt-green-dark) !important; }
.zt-public-card__textlink { color: var(--zt-green) !important; font-size: 13px; font-weight: 700; text-decoration: none !important; }

/* GUIDE ------------------------------------------------------ */
.zt-guide { padding: 72px 0; background: #fff; }
.zt-guide__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.zt-guide-card { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 16px; min-height: 180px; padding: 24px; border: 1px solid var(--zt-line); border-radius: 14px; background: #fff; color: var(--zt-ink) !important; text-decoration: none !important; box-shadow: 0 7px 22px rgba(44,54,47,.05); }
.zt-guide-card__num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--zt-green-soft); color: var(--zt-green); font-weight: 700; }
.zt-guide-card p { margin: 0 0 7px; color: var(--zt-gold); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.zt-guide-card h3 { margin: 0 0 20px; color: var(--zt-ink); font-size: 18px; line-height: 1.6; }
.zt-guide-card div > span { color: var(--zt-green); font-size: 12px; font-weight: 700; }

/* EXISTING JOURNAL / INSTAGRAM / NEWS ----------------------- */
.jour, .insta, .news { padding-top: 66px; padding-bottom: 66px; }
.jour .container, .insta .container, .news .container { max-width: var(--zt-max); }

/* ABOUT ------------------------------------------------------ */
.zt-about-renewal { padding: 76px 0; background: var(--zt-cream); }
.zt-about-renewal__grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 420px; overflow: hidden; border: 1px solid var(--zt-line); border-radius: 18px; background: #fff; box-shadow: var(--zt-shadow); }
.zt-about-renewal__copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.zt-about-renewal__copy h2 { margin: 0 0 20px; color: var(--zt-ink); font-size: clamp(30px,3.5vw,48px); line-height: 1.4; }
.zt-about-renewal__copy > p:last-of-type { margin: 0; color: var(--zt-muted); font-size: 15px; line-height: 1.9; }
.zt-about-renewal__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.zt-about-renewal__actions a { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 18px; border: 1px solid var(--zt-green); border-radius: 999px; color: var(--zt-green) !important; font-weight: 700; text-decoration: none !important; }
.zt-about-renewal__actions a:first-child { background: var(--zt-green); color: #fff !important; }
.zt-about-renewal__media img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* TRUST STRIP ------------------------------------------------ */
.zt-trust-strip { padding: 28px 0; border-top: 1px solid var(--zt-line); background: #fff; }
.zt-trust-strip__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.zt-trust-item { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 11px; align-items: center; min-height: 78px; padding: 12px 18px; color: var(--zt-ink) !important; text-decoration: none !important; }
.zt-trust-item + .zt-trust-item { border-left: 1px solid var(--zt-line); }
.zt-trust-item > span:first-child { color: var(--zt-green); font-size: 25px; }
.zt-trust-item strong { display: block; font-size: 13px; line-height: 1.5; }
.zt-trust-item small { display: block; margin-top: 3px; color: var(--zt-muted); font-size: 10px; line-height: 1.5; }

/* RESPONSIVE ------------------------------------------------- */
@media (max-width: 1000px) {
  .zt-lineup__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .zt-shopping-support__grid, .zt-guide__grid { grid-template-columns: 1fr; }
  .zt-trust-strip__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .zt-trust-item:nth-child(4) { border-left: 0; }
}

@media (max-width: 768px) {
  .zt-primary-nav { display: none; }
  .zt-section-inner, .zt-home-intro, .zt-quick-nav, .top_ranking { width: calc(100% - 28px); }
  .zt-section-head { margin-bottom: 26px; }
  .zt-section-head h2 { font-size: 23px; }
  .zt-section-head > p:last-child { text-align: left; font-size: 14px; }
  .zt-section-head--inline { align-items: center; }
  .zt-section-head__more { font-size: 12px; white-space: nowrap; }

  .zt-home-hero__viewport { height: auto; min-height: 0; aspect-ratio: 828/750; }
  .zt-home-hero__picture img { object-position: center; }
  .zt-home-hero__veil { background: linear-gradient(180deg, rgba(15,24,19,.08) 30%, rgba(15,24,19,.72) 100%); }
  .zt-home-hero__copy { top: auto; right: 22px; bottom: 36px; left: 22px; width: auto; transform: none; }
  .zt-home-hero__eyebrow { margin-bottom: 6px; font-size: 10px; }
  .zt-home-hero__title { font-size: clamp(27px,8vw,39px); line-height: 1.35; }
  .zt-home-hero__text { margin-top: 10px; font-size: 13px; line-height: 1.65; }
  .zt-home-hero__button { min-height: 43px; margin-top: 16px; padding: 9px 18px; font-size: 12px; }
  .zt-home-hero__arrow { width: 36px; height: 36px; font-size: 26px; }
  .zt-home-hero__arrow--prev { left: 8px; }
  .zt-home-hero__arrow--next { right: 8px; }

  .zt-home-intro { margin-top: 28px; text-align: left; }
  .zt-home-intro h1 { font-size: 23px; }
  .zt-home-intro p { font-size: 14px; line-height: 1.8; }

  .zt-quick-nav { margin: 24px auto 48px; padding: 18px 14px; }
  .zt-quick-nav__grid { grid-template-columns: 1fr; gap: 10px; }
  .zt-quick-nav__item { min-height: 68px; }

  .zt-lineup { padding: 52px 0; }
  .zt-lineup__featured { grid-template-columns: 1fr; gap: 14px; }
  .zt-lineup__grid { gap: 10px; }
  .zt-lineup-card { border-radius: 12px; }
  .zt-lineup-card__body, .zt-lineup-card--featured .zt-lineup-card__body { padding: 15px 13px; }
  .zt-lineup-card h3, .zt-lineup-card--featured h3 { font-size: 15px; }
  .zt-lineup-card__body > p:not(.zt-lineup-card__type) { font-size: 11px; line-height: 1.6; }
  .zt-lineup-card__badge { top: 8px; left: 8px; max-width: calc(100% - 16px); padding: 4px 7px; font-size: 8px; }
  .zt-lineup-card__more { font-size: 10px; }
  .zt-section-action a { width: 100%; min-width: 0; }

  .zt-shopping-support { padding: 44px 0; }
  .zt-support-card { min-height: 100px; padding: 17px; }

  .zt-public-support { padding: 48px 0; }
  .zt-public-support__grid { grid-template-columns: 1fr; }
  .zt-public-card { min-height: 0; padding: 25px 21px; }
  .zt-public-card h3 { font-size: 21px; }

  .zt-guide { padding: 52px 0; }
  .zt-guide-card { min-height: 0; padding: 20px; }

  .zt-about-renewal { padding: 52px 0; }
  .zt-about-renewal__grid { grid-template-columns: 1fr; }
  .zt-about-renewal__copy { padding: 34px 23px; }
  .zt-about-renewal__media { min-height: 260px; }
  .zt-about-renewal__actions { display: grid; }
  .zt-about-renewal__actions a { justify-content: center; }

  .zt-trust-strip__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .zt-trust-item { padding: 12px 10px; }
  .zt-trust-item:nth-child(odd) { border-left: 0; }
  .zt-trust-item:nth-child(even) { border-left: 1px solid var(--zt-line); }
}

@media (prefers-reduced-motion: reduce) {
  .zt-home-hero__slide, .zt-lineup-card, .zt-lineup-card__media img,
  .zt-quick-nav__item { transition: none; }
}


.top-hero {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f6f4ef;
}

.top-hero .swiper {
  width: 100%;
}

.top-hero__item {
  position: relative;
  min-height: 640px;
}

.top-hero__item picture,
.top-hero__item img {
  display: block;
  width: 100%;
  height: 640px;
}

.top-hero__item img {
  object-fit: cover;
}

.top-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.42) 0%,
      rgba(0,0,0,.26) 28%,
      rgba(0,0,0,.08) 52%,
      rgba(0,0,0,0) 72%
    );
  z-index: 1;
}

.top-hero__content {
  position: absolute;
  top: 50%;
  left: min(7vw, 90px);
  transform: translateY(-50%);
  z-index: 2;
  width: min(560px, 42vw);
  color: #fff;
}

.top-hero__label {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  color: rgba(255,255,255,.92);
}

.top-hero__title {
  margin: 0 0 20px;
  font-size: clamp(38px, 4.5vw, 72px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .02em;
}

.top-hero__text {
  margin: 0 0 28px;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.8;
  color: rgba(255,255,255,.95);
}

.top-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #2f4732;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}

.top-hero__btn:hover {
  background: #f1eee6;
}

.top-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.top-hero__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.top-hero__nav--prev {
  left: 18px;
}
.top-hero__nav--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.top-hero__nav--next {
  right: 18px;
}
.top-hero__nav--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.top-hero__pagination {
  position: absolute;
  bottom: 18px !important;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.top-hero__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: rgba(255,255,255,.55);
  opacity: 1;
}

.top-hero__pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 999px;
  background: #2f6d4e;
}

@media (max-width: 767px) {
  .top-hero__item {
    min-height: 520px;
  }

  .top-hero__item picture,
  .top-hero__item img {
    height: 520px;
  }

  .top-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,.22) 0%,
        rgba(0,0,0,.30) 30%,
        rgba(0,0,0,.38) 60%,
        rgba(0,0,0,.50) 100%
      );
  }

  .top-hero__content {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 64px;
    transform: none;
    width: auto;
  }

  .top-hero__label {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .top-hero__title {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.25;
  }

  .top-hero__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .top-hero__btn {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
  }

  .top-hero__nav {
    display: none;
  }
}

/* =========================================
   TOP HERO コピー・改行 最終調整
========================================= */

/* コピー領域を広げる */
.top-hero .top-hero__content {
  left: clamp(64px, 4.8vw, 92px);
  width: min(680px, 46vw);
  max-width: none;
}

/* 左側の可読性を統一 */
.top-hero .top-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(17, 25, 21, .72) 0%,
      rgba(17, 25, 21, .52) 30%,
      rgba(17, 25, 21, .18) 54%,
      rgba(17, 25, 21, 0) 72%
    );
}

/* 英字ラベル */
.top-hero .top-hero__label {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .15em;
}

/* メインコピー */
.top-hero .top-hero__title {
  width: 100%;
  max-width: none;
  margin: 0 0 22px;

  color: #fff;
  font-size: clamp(42px, 3.2vw, 56px);
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: .02em;

  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;

  font-feature-settings: "palt" 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .18);
}

/*
各行を分離し、行の途中で
「寄り添／う」「ボ／ックス」と分割させない
*/
.top-hero .top-hero__title-line {
  display: block;
  white-space: nowrap;
}

/* 説明文 */
.top-hero .top-hero__text {
  width: 100%;
  max-width: 540px;
  margin: 0 0 27px;

  color: rgba(255, 255, 255, .96);
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .02em;
}

/* ボタンも少しだけ落ち着かせる */
.top-hero .top-hero__btn {
  min-height: 50px;
  padding: 0 25px;
  font-size: 14px;
}


/* -----------------------------------------
   SP
----------------------------------------- */

@media screen and (max-width: 767px) {

  .top-hero .top-hero__content {
    top: auto;
    right: 20px;
    bottom: 58px;
    left: 20px;

    width: auto;
    max-width: none;
    transform: none;
  }

  .top-hero .top-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(15, 23, 19, .03) 0%,
        rgba(15, 23, 19, .16) 36%,
        rgba(15, 23, 19, .72) 100%
      );
  }

  .top-hero .top-hero__label {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .top-hero .top-hero__title {
    margin-bottom: 14px;

    font-size: clamp(25px, 7.6vw, 30px);
    line-height: 1.28;
    letter-spacing: 0;
  }

  .top-hero .top-hero__title-line {
    white-space: nowrap;
  }

  .top-hero .top-hero__text {
    max-width: none;
    margin-bottom: 19px;

    font-size: 13px;
    line-height: 1.7;
  }

  .top-hero .top-hero__btn {
    width: auto;
    min-height: 46px;
    padding: 0 20px;
    font-size: 13px;
  }
}

/* =========================================
   ハンバーガーメニュー 文字・余白調整
========================================= */

/* 英字と日本語の見出しを分離 */
.navmn .navmn_item-en,
.navmn .navmn_item-jp {
  display: block;
}

.navmn .navmn_item-en {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .12em;
}

.navmn .navmn_item-jp {
  font-size: 12px;
  line-height: 1.5;
}

/* 子メニュー */
.navmn .navmn_child li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;

  font-size: 13px;
  line-height: 1.55;

  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}

/*
商品名は短くしたので、
Standard／Standard＋などを途中で分割しない
*/
.navmn .navmn_child li.line a {
  white-space: nowrap;
}

/* アコーディオンごとの区切り */
.navmn .navmn_item {
  border-bottom: 1px solid #e6e2dc;
}

.navmn .navmn_item > .has-child,
.navmn .navmn_item > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* 子メニューの上下余白 */
.navmn .navmn_child {
  padding-bottom: 13px;
}

/* 長いガイド名だけは必要に応じて折り返す */
.navmn .navmn_item:last-child .navmn_child li a {
  white-space: normal;
}

/* アンカーリンク遷移時に固定ヘッダーへ隠れないようにする */
#top-lineup,
#top-ranking {
  scroll-margin-top: 130px;
}