/* ===============================================
  * Foundation *
=============================================== */
/*
 * Utility
 */
:where(p, li) {
  font-size: inherit;
}

@media (max-width: 767px) {
  .u-hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-desktop {
    display: none !important;
  }
}

.bg-black {
  background-color: #000;
}

.bg-light-gray {
  background-color: #f2f3f5;
}

.bg-gray {
  background-color: #717070;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* ===============================================
  * Buttons *
=============================================== */
@media (min-width: 768px) {
  .lp-mwater__button {
    width: min(80.375vw, 108rem);
  }
}

.p-lp__button--order {
  display: block;
  max-width: 25rem;
  margin: 4rem auto;
}

.lp-mwater__button {
  margin: 0 auto;
  width: calc(320 * 100vw / 430);
}

@media (min-width: 768px) {
  .lp-mwater__button {
    width: min(80.375vw, 108rem);
  }
}

.lp-mwater__button-sticky {
  position: fixed;
  bottom: 3rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: calc(320 * 100vw / 430);
  z-index: 1;
}

@media (min-width: 768px) {
  .lp-mwater__button-sticky {
    width: 42rem;
    left: auto;
    right: 4rem;
    bottom: 4rem;
  }
}

.lp-mwater__button-sticky[data-visible-state=inactive] {
  translate: 0 200%;
  -webkit-transition: translate 500ms ease;
  transition: translate 500ms ease;
}

.lp-mwater__button-sticky[data-visible-state=active] {
  translate: 0 0;
  -webkit-transition: translate 500ms ease;
  transition: translate 500ms ease;
}

/* ===============================================
  * Text *
=============================================== */
.lp-mwater__contents-text {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.lp-mwater__contents-text p {
  margin-bottom: 1.1em;
}

/* 大きめ明朝 */
.is-lead-mincho {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: 18px;
  line-height: 1.6;
}

.is-small {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

@media (min-width: 769px) {

  /* 本文 */
  .lp-mwater__contents-text {
    max-width: 1180px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 60px;
  }

  .lp-mwater__contents-text p {}

  /* 大きめ明朝 */
  .is-lead-mincho {
    font-size: 52px;
    line-height: 80px;
  }

  .is-small {
    font-size: 30px;
    line-height: 45px;
  }
}

/* ===============================================
  * Layout *
=============================================== */
@media (min-width: 768px) {
  .lp-mwater__cart-wrapper {
    width: min(90%, 128rem);
    margin: 0 auto;
  }
}

@media (min-width: 1300px) {
  .lp-mwater__cart-wrapper {
    width: min(100%, 128rem);
    margin: 0 auto;
  }
}

.lp-mwater__wrapper {
  --font-mwater: "Helvetica Neue", "Helvetica", 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --font-mwater-min: "Hiragino Mincho ProN", 'Noto Serif JP', YuMincho, serif;
  --c-mwater-base-bg: #f2f3f5;
  --c-mwater-black: #231815;
  width: 100%;
  margin-inline: auto;
  background-color: var(--c-mwater-base-bg);
  font-family: var(--font-family-lp);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: black;
  color: #fff;
}

@media (hover: hover) {
  .lp-mwater__wrapper a {
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }

  .lp-mwater__wrapper a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
}

.lp-mwater__content-wrapper {
  font-size: 16px;
  line-height: 1.6;
}

.lp-mwater__content-inner {
  margin: auto;
    max-width: 100%;
}

.lp-mwater__image-wrapper {}

.lp-mwater__section-container {
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .lp-mwater__content-wrapper {}

  .lp-mwater__content-inner {
    max-width: 1280px;
  }

  .lp-mwater__image-wrapper {
    padding: 0 5rem;
  }

  .lp-mwater__section-container {
    padding: 5rem;
  }
}

.lp-mwater__title-1 {
  margin: .25em auto;
}

@media (min-width: 768px) {
  .lp-mwater__title-1 {}
}

.lp-mwater__contents-0 {
  margin: 0;
}

.lp-mwater__contents-1 {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .lp-mwater__contents-1 {
    margin-top: 2rem;
  }
}

/* ===============================================
  * Section3 *
=============================================== */
/* 本文（SP） */
.section3a__container {
  background: center center / cover no-repeat;
  background-image: url("../../Images/mwater/sp-sec04a-reason-bg.jpg");
}

@media (min-width: 768px) {
  .section3a__container {
    background: center center / cover no-repeat;
    background-image: url("../../Images/mwater/sp-sec04a-reason-bg.jpg");
  }
}

/* ===============================================
  * Section5 *
=============================================== */
.section5__block-1,
.section5__block-2 {
  margin-bottom: 2rem;
  font-size: 16px;
}

@media (min-width: 768px) {

  .section5__block-1,
  .section5__block-2 {
    padding: 2rem;
    font-size: 30px;
    line-height: 45px;
  }
}

.section5__block-2 .section5__block-2-ttl {
  font-weight: bold;
  font-size: 125%;
  color: #cfaf77;
}

.section5__block-1 .lp-mwater__title-1 {
  margin-left: 0;
  margin-bottom: .25em;
}

.section5__block-1:nth-of-type(1) .lp-mwater__title-1 {
  width: calc(341 * 100% / 370);
  max-width: 341px;
}

.section5__block-1:nth-of-type(2) .lp-mwater__title-1 {
  width: calc(255 * 100% / 370);
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}

.section5__block-1:nth-of-type(3) .lp-mwater__title-1 {
  width: calc(147 * 100% / 370);
  max-width: 147px;
}

.section5__block-1:nth-of-type(4) .lp-mwater__title-1 {
  width: calc(356 * 100% / 370);
  max-width: 356px;
}

.section5__block-1:nth-of-type(5) .lp-mwater__title-1 {
  width: calc(264 * 100% / 370);
  max-width: 264px;
}

@media (min-width: 768px) {
  .section5__block-1:nth-of-type(1) .lp-mwater__title-1 {
    width: calc(1058 * 100% / 1080);
    max-width: 1058px;
  }

  .section5__block-1:nth-of-type(2) .lp-mwater__title-1 {
    width: calc(756 * 100% / 1080);
    max-width: 756px;
  }

  .section5__block-1:nth-of-type(3) .lp-mwater__title-1 {
    width: calc(437 * 100% / 1080);
    max-width: 437px;
  }

  .section5__block-1:nth-of-type(4) .lp-mwater__title-1 {
    width: calc(1056 * 100% / 1080);
    max-width: 1056px;
  }

  .section5__block-1:nth-of-type(5) .lp-mwater__title-1 {
    width: calc(783 * 100% / 1080);
    max-width: 783px;
  }
}

/* ===============================================
  * Section9 *
=============================================== */
.section9__container:nth-of-type(1) .lp-mwater__title-1 {
  width: calc(76 * 100% / 370);
  max-width: 76px;
}

@media (min-width: 768px) {
  .section9__container:nth-of-type(1) .lp-mwater__title-1 {
    width: calc(114 * 100% / 1080);
    max-width: 114px;
  }
}

.qa-section {
  margin-block: clamp(40px, 6vw, 60px);
}

.qa-inner {
  max-width: 1040px;
  margin-inline: auto;
  /* padding-inline: 16px; */
}

.qa-list {
  margin: 0;
}

.qa-item {
  margin-block: 24px 28px;
}

.qa-question {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 8px;
  color: #cfaf77;
}

.qa-answer {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.qa-q {
  font-weight: 800;
  margin-right: .4em;
}

.section10__block-1 {
  margin-bottom: 3rem;
  font-size: 16px;
}

.section10__block-1 ul,
.section10__block-1 li {
  margin: 1rem;
}

@media (min-width: 768px) {
  .section10__block-1 {
    padding: 2rem;
    font-size: 30px;
    line-height: 45px;
  }

  .qa-question {
    font-size: 30px;
  }

  .qa-answer {
    font-size: 24px;
  }
}

/* ===============================================
  * Section8 *
=============================================== */
.section8__container {
  --bg: #000;
  --text: #fff;
  --line: rgba(255, 255, 255, .35);
  --accent: #ff2b2b;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto,
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

/* table系は継承が切れやすいので明示 */
.section8__container .lp-price,
.section8__container .lp-price__table,
.section8__container .lp-price__table th,
.section8__container .lp-price__table td {
  color: var(--text);
}

.section8__container .lp-price__table .lp-price__note {
  color: var(--accent);
}

/* =========================
   Price table layout
========================= */
.section8__container .lp-price {
  width: 100%;
  max-width: 980px;
  margin: 24px auto;
  /* padding: 0 16px; */
}

/* 横スクロールの“容器” */
.section8__container .lp-price__scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  /* ついでに縦方向の変なスクロールも抑制 */
  -webkit-overflow-scrolling: touch;
}

/* テーブル本体 */
.section8__container .lp-price__table {
  width: 100%;
  min-width: 720px;
  /* SPで横スクロールさせるための最低幅 */
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
  font-size: 14px;
}

/* 罫線：横だけ（縦線なし） */
.section8__container .lp-price__table th,
.section8__container .lp-price__table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  border-right: none;
  /* ←縦線を消す */
  vertical-align: middle;
  word-break: break-word;
}

/* 上の罫線 */
.section8__container .lp-price__table thead th {
  font-weight: 700;
  border-top: 1px solid var(--line);
}

/* 右寄せ（数値列） */
.section8__container .lp-price__table th:nth-child(2),
.section8__container .lp-price__table th:nth-child(3),
.section8__container .lp-price__table th:nth-child(4),
.section8__container .lp-price__table th:nth-child(5),
.section8__container .lp-price__table td:nth-child(2),
.section8__container .lp-price__table td:nth-child(3),
.section8__container .lp-price__table td:nth-child(4),
.section8__container .lp-price__table td:nth-child(5) {
  text-align: right;
}

/* 左寄せ（商品名） */
.section8__container .lp-price__table th:first-child,
.section8__container .lp-price__table td:first-child {
  text-align: left;
}

/* 備考（赤） */
.section8__container .lp-price__note {
  color: var(--accent);
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

/* カラム幅（任意） */
.section8__container .lp-price__table col:nth-child(1) {
  width: 34%;
}

.section8__container .lp-price__table col:nth-child(2) {
  width: 9%;
}

.section8__container .lp-price__table col:nth-child(3) {
  width: 9%;
}

.section8__container .lp-price__table col:nth-child(4) {
  width: 16%;
}

.section8__container .lp-price__table col:nth-child(5) {
  width: 18%;
}

.section8__container .lp-price__table col:nth-child(6) {
  width: 14%;
}

/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
  .section8__container .lp-price__table {
    font-size: 13px;
    min-width: 720px;
    /* 650〜800で調整OK */
  }

  .section8__container .lp-price__table th,
  .section8__container .lp-price__table td {
    padding: 12px 10px;
  }
}

/* スワイプ誘導（右側にフェード＋矢印） */
.section8__container .lp-price__scroll {
  position: relative;
}

/* 右端のフェード */
.section8__container .lp-price__scroll::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
}

/* 矢印（→） */
.section8__container .lp-price__scroll::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, .85);
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

/* PCでは誘導いらないなら消す */
@media (min-width: 769px) {

  .section8__container .lp-price__scroll::before,
  .section8__container .lp-price__scroll::after {
    display: none;
  }
}

.section8__container .lp-price__scroll.is-scrolled::before,
.section8__container .lp-price__scroll.is-scrolled::after {
  opacity: 0;
  transition: opacity .3s ease;
}

/* 商品グリッド */
.section8__container .lp-products {
  margin: 40px auto 0;
}

.section8__container .lp-products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.section8__container .lp-products__item {
  text-align: center;
}

.section8__container .lp-products__item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 12px;
  display: block;
}

.section8__container .lp-products__name {
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 4px;
}

.section8__container .lp-products__price {
  font-size: 15px;
  font-weight: 700;
}

.section8__container .lp-products__price span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
}

/* SP：2列×2行 */
@media (max-width: 768px) {
  .section8__container .lp-products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }

  .section8__container .lp-products__name {
    font-size: 13px;
  }

  .section8__container .lp-products__price {
    font-size: 14px;
  }
}

/* ===============================================
  * Input Form *
=============================================== */
/* .p-lp__input-wrapper {
  padding-inline: var(--padding-horizontal-general);
} */
.p-lp__input-wrapper {
  padding: 0 2rem 3rem;
}

.p-lp__input-wrapper .form__section--content {
  padding: 3rem 2rem;
}

#lp-mwater__cart-wrapper {
  padding-bottom: 6rem;
}

#pageTopBtn {
  display: none;
}

/* =========================
  Section11 (Lineup) — cleaned
  - PC/SP とも横スワイプ
  - SP は 1.5列（次がチラ見え）
  - 画像ボタンは比率維持（潰れ回避）
========================= */
#Section11 {
  background-color: #ffffff;
}

.section11__container {
  --pink: #e10090;
  --text: #111;
  --border: #e7e7e7;
  background: #fff;
  color: var(--text);
}

/* タイトル */
.section11__container .lp-mwater__title-1 {
  width: min(189px, 60vw);
  margin: 0 auto 40px;
}
.section11__container .lp-mwater__title-1 picture,
.section11__container .lp-mwater__title-1 img {
  display: block;
  width: 100%;
  height: auto;
}

/* sr-only（既存あれば残してOK） */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Scroll area */
.section11__container .lp-buy {
  margin: 0 auto;
}

.section11__container .lp-buy__scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;              /* ←SPで1250px化しても戻すための保険 */
  padding: 0 16px 12px;
}

/* 横並びリスト */
.section11__container .lp-buy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
  width: max-content;
}

/* Card */
.section11__container .lp-buy__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 22px 18px;
  text-align: center;
  box-sizing: border-box;
  flex: 0 0 clamp(340px, 32vw, 420px);
  min-width: 0;
}

.section11__container .lp-buy__imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 14px;
}

.section11__container .lp-buy__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

/* Text (PC基準) */
.section11__container .lp-buy__name {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.45;
  color: var(--text);
}
.section11__container .lp-buy__price {
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 600;
  color: var(--text);
}
.section11__container .lp-buy__price span {
  font-size: 14px;
  font-weight: 600;
  margin-left: 6px;
}

/* Buttons（画像ボタン：比率維持で潰れ回避） */
.section11__container .lp-buy__btn {
  display: block;
  width: min(316px, 100%);
  height: 52px;
  margin: 0 auto;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 999px;
}
.section11__container .lp-buy__btn--one {
  background-image: url("../../Images/mwater/btn_lineup_buy.png");
  margin-bottom: 12px;
}

/* 定期枠 */
.section11__container .lp-buy__sub {
  background-image: url("../../Images/mwater/bg_lineup_reg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 10px;
  padding: 16px 16px 14px;
  box-sizing: border-box;
}

.section11__container .lp-buy__sub-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.section11__container .lp-buy__sub-left {
  text-align: left;
  line-height: 1.1;
}

.section11__container .lp-buy__off {
  color: var(--pink);
  font-weight: 900;
  font-size: 28px;
  margin: 0 0 8px;
}
/* .section11__container .lp-buy__off::first-letter {
  font-size: 36px;
  line-height: 1;
} */

.section11__container .lp-buy__ship {
  display: inline-block;
  background: var(--pink);
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding: 8px 12px;
  border-radius: 6px;
}

.section11__container .lp-buy__sub-price {
  color: var(--pink);
  font-weight: 900;
  font-size: 36px;
  text-align: right;
  margin: 0;
}
.section11__container .lp-buy__sub-price span {
  font-size: 16px;
  font-weight: 700;
  margin-left: 6px;
}

.section11__container .lp-buy__btn--sub {
  background-image: url("../../Images/mwater/btn_lineup_reg.png");
}

/* Swipe hint */
.section11__container .lp-buy__scroll::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0));
}
.section11__container .lp-buy__scroll.is-scrolled::after {
  opacity: 0;
  transition: opacity .25s ease;
}

/* =========================
  SP（375〜420含む）
========================= */
@media (max-width: 767px) {
  .section11__container .lp-mwater__title-1 {
    margin: 0 auto 28px;
  }

  /* 左余白＋右チラ見せ */
  .section11__container .lp-buy__scroll {
    padding-left: 16px;
    padding-right: 0;
  }

  .section11__container .lp-buy__list {
    gap: 12px;
    padding-right: 16px;
  }

  /* 1.5列：次がチラ見え */
  .section11__container .lp-buy__card {
    flex: 0 0 calc(100vw - 16px - 56px); /* 56=チラ見え量 */
    max-width: 360px;
    padding: 18px 16px 16px;
  }

  .section11__container .lp-buy__name {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .section11__container .lp-buy__price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .section11__container .lp-buy__price span {
    font-size: 12px;
    font-weight: 600;
  }

  /* 定期側：縮小 */
  .section11__container .lp-buy__off {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .section11__container .lp-buy__off::first-letter {
    font-size: 20px;
  }
  .section11__container .lp-buy__ship {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 10px;
  }
  .section11__container .lp-buy__sub-price {
    font-size: 20px;
  }
  .section11__container .lp-buy__sub-price span {
    font-size: 11px;
  }
}


/* =========================================================
   SP横はみ出し 暫定修正（WebForms table / Section11干渉対策）
   目的：
   - ページ全体は横スクロールさせない
   - 横スクロールは Section11（商品スワイプ）だけに閉じ込める
========================================================= */

@media (max-width: 767px) {

  /* 最後の砦（根治できてない要素が残っても画面外には出さない） */
  html, body {
    overflow-x: hidden;
    width: 100%;
  }

  /* ----- WebForms(table) をSPで1カラム化して“table幅暴走”を止める ----- */
  #tblLayout {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    /* table-layout: fixed; ← これは入れない */
  }

    header.global-header,
  main.global-contents,
  .global-contents__inner,
  #tblLayout{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #tblLayout > tbody,
  #tblLayout > tbody > tr,
  #tblLayout > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* table配下のbox-sizingを統一（paddingで横が増えにくくする） */
  #tblLayout, #tblLayout * {
    box-sizing: border-box;
  }

  /* LP側の主要ラッパーも“100%に矯正” */
  .lp-mwater__wrapper,
  .lp-mwater__inner,
  .lp-mwater__content-wrapper,
  .lp-mwater__content-inner,
  .lp-mwater__image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 画像・埋め込み系は親幅から出ない */
  img, picture, svg, video, canvas, iframe {
    max-width: 100% !important;
    height: auto !important;
  }

  /* ----- Section11：横スクロールはここだけ許可 ----- */
  .section11__container .lp-buy__scroll {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    /* paddingが原因で“見かけ上”はみ出す事故を減らす */
    padding-left: 16px;
    padding-right: 16px;
  }

  /* ulが変なマイナスマージン等で左にはみ出すのを封じる（よくある事故） */
  .section11__container .lp-buy__list {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
/* =========================================================
   SP横はみ出し 暫定修正（安全版）
   - tableは壊さない（display:blockにしない）
   - 外側の固定幅だけSPで100%に矯正
   - 横スクロールはSection11だけに閉じ込める
========================================================= */
@media (max-width: 767px) {

  /* 最後の砦：ページ自体は横スクロールさせない */
  html, body {
    overflow-x: clip;   /* clipが効かない環境は hidden と同等 */
    width: 100%;
  }

  /* ① 外側（ヘッダー/メイン/table）をSP幅に矯正 */
  header.global-header,
  main.global-contents,
  .global-contents__inner,
  #tblLayout {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* ② tableの“中身”が幅を持ってもはみ出しにくくする */
  #tblLayout {
    table-layout: auto !important;  /* ← fixed は基本NG（TDが潰れる/謎幅になる） */
  }
  #tblLayout td, #tblLayout th {
    max-width: 100% !important;
  }

  /* ③ 「width属性つき画像」が多いので強制的に親幅に収める */
  img, picture, svg, video, canvas, iframe {
    max-width: 100% !important;
    height: auto !important;
  }
  img[width] {
    width: 100% !important;   /* ← ここ強い。まず止血優先 */
  }

  /* ④ LPラッパー軍を100%に矯正（“1526px”を潰す） */
  .lp-mwater__wrapper,
  .lp-mwater__inner,
  .lp-mwater__content-wrapper,
  .lp-mwater__content-inner,
  .lp-mwater__image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* ⑤ 横スクロールを許可するのはSection11だけ */
  .section11__container .lp-buy__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
  }

  /* ついでに ul の“左はみ出し事故”を封じる */
  .section11__container .lp-buy__list {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}


/* =========================================
   Section11 Lineup - Swipe Hint (PC強化)
========================================= */
.lp-buy__hint{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 14px; /* default */
  line-height: 1.2;
}

.lp-buy__hint-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-weight: 700;
}

/* PCで大きく */
@media (min-width: 768px){
  .lp-buy__hint{
    margin-top: 16px;
    font-size: 24px;
  }
  .lp-buy__hint-icon{
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}
/* =========================================
   Horizontal Scrollbar Styling (PC)
   - WebKit(Chrome/Edge/Safari)
   - Firefox
========================================= */

@media (min-width: 768px){
  /* Firefox */
  .lp-buy__scroll{
    scrollbar-width: auto;              /* thin / auto */
    scrollbar-color: #003ba0 #e9eef7;   /* thumb / track */
  }

  /* WebKit */
  .lp-buy__scroll::-webkit-scrollbar{
    height: 24px; /* ←太さ */
  }
  .lp-buy__scroll::-webkit-scrollbar-track{
    background: #e9eef7;
    border-radius: 999px;
  }
  .lp-buy__scroll::-webkit-scrollbar-thumb{
    background: #003ba0;
    border-radius: 999px;
    border: 3px solid #e9eef7; /* trackと馴染ませる */
  }
}


/* =========================================
   SP - Floating Swipe Icon (カード上)
========================================= */
@media (max-width: 767px){
  .lp-buy{
    position: relative;
  }

  /* 右側に丸アイコンを固定（セクション内） */
  .lp-buy::after{
    content: "→";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: grid;
    place-items: center;

    color: #fff;
    font-size: 26px;
    font-weight: 700;

    /* 単色ならこれ */
    /* background: #003ba0; */

    /* グラデならこれ */
    background: linear-gradient(180deg, #0141ae 0%, #003ba0 100%);

    box-shadow: 0 8px 18px rgba(0,0,0,.18);
    pointer-events: none; /* クリック邪魔しない */
    z-index: 5;
    opacity: .95;
  }

  /* ヒント消えたら丸も消す（JSと連動させたいなら） */
  .lp-buy__hint.is-hidden ~ * {} /* これは使わない */
}

@media (max-width: 767px){
  .lp-buy.is-hinted::after{
    opacity: 0;
  }
}
