
  :root {
    --main-blue: #16aae3;
    --deep-blue: #0b6fa8;
    --navy: #0a3a5c;
    --ice-blue: #eaf7fd;
    --pale-blue: #d3f0fb;
    --orenji: #f15a24;
    --coral: #ff7a59;
    --white: #ffffff;
    --ink: #1c3a4a;
    --gray: #5d7785;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px; */
}
  .ripple-bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #0a6fa5 0%, #16aae3 45%, #5fcdf0 100%);
  }
  .ripple-bg::before,
  .ripple-bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.25);
  }
  .ripple-bg::before {
    width: 480px; height: 480px;
    top: -180px; right: -160px;
  }
  .ripple-bg::after {
    width: 320px; height: 320px;
    bottom: -140px; left: -100px;
    border-color: rgba(255,255,255,0.18);
  }

.hero {
    position: relative;
    text-align: center;
    padding: 80px 20px;

    background:
        url('/html/user_data/assets/img/item/clearbottle-campaign/haikei_002.webp')
        center center / contain no-repeat;
}
@media (max-width: 767px) {
    .hero {
        background-position: center bottom;
        background-size: 136% auto;
        padding-top: 40px;
        padding-bottom: 38px;
    }
}
  .hero .eyebrow {
      display: inline-block;
      font-size: 13px;
      letter-spacing: 0.12em;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 999px;
      padding: 6px 18px;
      margin-bottom: 22px;
    color: #ffffff;
    background: var(--main-blue);
      font-weight: bold;
  }
.hero h1 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    /* text-shadow: 0 2px 12px rgba(0, 40, 70, 0.25); */
    color: #000000;
}
  .hero h1 .accent {
    display: inline-block;
    font-size: 25px;
    color: #000000;
    margin: 6px 0;
}
.hero .lead {
    margin-top: 26px;
    font-size: 16px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}
  .hero .lead strong {
    color: var(--orenji);
    font-size: 18px;
  }
  .hero .sub-note {
    margin-top: 22px;
    font-size: 13.5px;
    opacity: 0.92;
    color: #000000;

  }

  .droplet-divider {
    height: 56px;
    background: var(--white);
    clip-path: ellipse(60% 100% at 50% 100%);
    margin-top: -2px;
  }

.section {
    padding: 40px 0;
    scroll-margin-top: 150px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
}
  .section.alt { background: var(--ice-blue); }
 .section-head {
    text-align: center;
    display: flex;
    margin-bottom: 36px;
    flex-direction: column;
    align-items: center;
}
.section-head .tag {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: var(--main-blue);
    border-radius: 999px;
    padding: 5px 16px;
    margin-bottom: 12px;
}
  .section-head h2 {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 800;
    color: var(--navy);
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
  }
.section-head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 4px;
    background: var(--main-blue);
}
  .info-card {
      background: var(--white);
      border: 2px solid #16aae3;
      border-radius: 18px;
      /* box-shadow: 0 8px 28px rgba(11, 111, 168, 0.08); */
      padding: 28px clamp(18px, 4vw, 40px);
      max-width: 760px;
      margin: 0 auto;
  }
  .info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 14px 0;
    border-bottom: 1px dashed #cfe7f2;
    align-items: baseline;
  }
  .info-row:last-child { border-bottom: none; }
  .info-row .label {
    flex: 0 0 110px;
    font-weight: 700;
    color: var(--deep-blue);
    font-size: 14.5px;
  }
  .info-row .value { flex: 1 1 220px; font-size: 15px; }
.coupon-code {
    display: inline-block;
    /* font-family: "Courier New", monospace; */
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.1em;
    background: var(--ice-blue);
    border: 1.5px dashed var(--main-blue);
    border-radius: 8px;
    padding: 6px 16px;
    color: var(--deep-blue);
}
@media (max-width: 720px) {
  .info-row {
    display: block; /* flexを解除して縦並びのブロック要素にする */
    padding: 16px 0; /* 上下の余白を少しゆったりめに調整 */
  }
  
  .info-row .label {
    display: block; /* 確実に1行目として独立させる */
    width: 100%;
    margin-bottom: 6px; /* 項目名と中身の間の余白 */
    font-size: 14px;
  }
  
  .info-row .value {
    display: block; /* 確実に2行目として独立させる */
    width: 100%;
    font-size: 14.5px;
  }
}
  .coupon-banner {
    position: relative;
    max-width: 520px;
    margin: 44px auto 0;
    text-align: center;
  }
  .coupon-banner .deco-text {
    font-size: 14px;
    font-weight: 700;
    color: var(--deep-blue);
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }
  .coupon-banner .deco-text .water {
    display: inline-block;
    margin: 0 6px;
  }
  .coupon-card {
    background: linear-gradient(150deg, #0c7bb5 0%, #16aae3 55%, #36c2f2 100%);
    border-radius: 20px;
    padding: 28px 24px 26px;
    color: var(--white);
    box-shadow: 0 16px 40px rgba(11,111,168,0.32);
    position: relative;
    overflow: hidden;
  }
  .coupon-card::before {
    content: "";
    position: absolute;
    width: 220px; height: 220px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.18);
    top: -90px; left: -70px;
  }
  .coupon-card .off-label {
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 800;
    margin-bottom: 16px;
    text-shadow: 0 2px 8px rgba(0,30,55,0.25);
  }
  .coupon-card .off-label .num {
    color: var(--orenji);
    font-size: 1.15em;
  }
  .coupon-card .code-box {
    background: rgba(255,255,255,0.95);
    color: var(--navy);
    border-radius: 12px;
    padding: 14px;
    font-family: "Courier New", monospace;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
  }
  .btn-cta {
    display: inline-block;
    width: 100%;
    background: var(--coral);
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 50px;
    box-shadow: 0 8px 18px rgba(255,122,89,0.4);
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(255,122,89,0.48);
  }

  .btn-outline {
    display: block;
    max-width: 380px;
    margin: 28px auto 0;
    text-align: center;
    border: 2px solid var(--main-blue);
    color: var(--deep-blue);
    font-weight: 700;
    font-size: 14.5px;
    padding: 13px 0;
    border-radius: 50px;
    background: var(--white);
    transition: background 0.15s ease;
  }
  .btn-outline:hover { background: var(--ice-blue); }

  .notice-box {
    max-width: 720px;
    margin: 0 auto;
    background: var(--white);
    border-left: 4px solid var(--main-blue);
    border-radius: 4px 14px 14px 4px;
    padding: 26px clamp(18px, 4vw, 36px);
  }
  .notice-box ul { list-style: none; }
  .notice-box li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 14.5px;
    color: var(--ink);
  }
  .notice-box li:last-child { margin-bottom: 0; }
  .notice-box li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: var(--main-blue);
    font-weight: 700;
  }

  .tab-bar {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .tab-btn {
      background: var(--white);
      border: 1.5px solid var(--main-blue);
      color: var(--deep-blue);
      font-weight: 700;
      font-size: 14.5px;
      padding: 10px 28px;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.15s ease;
      width: 500px;
  }
  .tab-btn.active,
  .tab-btn:hover {
    background: var(--main-blue);
    color: var(--white);
  }
  .tab-hint {
    text-align: center;
    font-size: 13px;
    color: var(--gray);
    margin-top: -16px;
    margin-bottom: 32px;
  }

  .tab-content { display: none; }
  .tab-content.active { display: block; }

  .grid-note {
    text-align: center;
    font-size: 12.5px;
    color: var(--gray);
    margin-top: 18px;
  }

  .contact-card {
    max-width: 760px;
    margin: 36px auto 0;
    background: linear-gradient(135deg, #fff6e9, #fff);
    border: 1px solid #ffe2b8;
    border-radius: 18px;
    padding: 24px clamp(16px, 4vw, 32px);
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
  }
  .contact-card .badge {
    flex: 0 0 auto;
    width: 92px; height: 92px;
    border-radius: 50%;
    background: var(--coral);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
  }
  .contact-card .body { flex: 1 1 320px; }
  .contact-card .body h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 6px;
  }
  .contact-card .body p { font-size: 13.5px; color: var(--gray); margin-bottom: 12px; }
  .contact-card .body .link-btn {
    display: inline-block;
    background: var(--navy);
    color: var(--white);
    font-size: 13.5px;
    font-weight: 700;
    padding: 9px 22px;
    border-radius: 50px;
  }

  .center-text { text-align: center; max-width: 680px; margin: 0 auto 28px; font-size: 15px; color: var(--ink); }
  .center-text strong { color: var(--deep-blue); }

  .link-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      max-width: 1200px;
      margin: 0 auto;
  }
  .link-card {
    background: var(--white);
    border: 1px solid #d8eef7;
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--deep-blue);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.15s ease, transform 0.15s ease;
  }
  .link-card:hover { background: var(--ice-blue); transform: translateX(2px); }
  .link-card .num {
    flex: 0 0 auto;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--main-blue);
    color: var(--white);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 720px) {
    .info-row .label { flex-basis: 88px; font-size: 13.5px; }
    .link-grid { grid-template-columns: 1fr; }
    .contact-card { justify-content: center; text-align: center; }
  }

  /* 商品ラインナップ */
.block-product__list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
    padding: 8px 0 40px;
    margin: 0 40px;
}
.block-product__list li {
    width: calc((100% - 16px) / 2);
    position: relative;
}

@media (min-width: 768px) {
    .block-product__list li {
        width: calc((100% - 48px) / 4);
    }
}

.block-product__list .product-list__desc {
    display: none;
}

.gazou_flex {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

.block-product__list li .block-items__item__name {
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.3rem;
    font-weight: bold;
}

.content{
  font-family: sans-serif !important;
}

/* CSS variables for consistency */
:root {
    --body-bg: #f3f4f6;
    --primary-color: #3092d4;
    --dark-color: #0071bd;
    --accent-color: #0071bd;
    --text-color: #ffffff;
    --text-dark-color: #374151;
    --button-bg-default: #ff6183;
    --button-bg-hover: #374151;
    --button-bg-success: #275cbd;
    --button-bg-success-hover: #253aac;
}

.coupon-border {
    position: relative;
    overflow: hidden;
    width: 700px;
    max-width: 100%;
    margin: auto;
    border-radius: 0.75rem;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 10px;
}


.coupon-border::before,
.coupon-border::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #daf0ff;
    border-radius: 50%;
    z-index: 20;
}

.coupon-border::before {
    left: -15px;
}

.coupon-border::after {
    right: -15px;
}


#coupon-main-content {
    width: 100%;
    background-color: #16aae3;
    padding: 1.5rem;
    position: relative;
    border-radius: 0.75rem;
    border-right: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#coupon-right-bar {
    display: none;
}

.vertical-text {
    display: none;
}

.discount-info {
    text-align: center;
    margin-bottom: 1rem;
}

.discount-title {
    color: var(--text-color);
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .discount-title {
        font-size: 3rem;
    }
}

/* code-button */
.code-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.code-label {
    color: var(--text-color);
    font-size: 18px;
    margin-bottom: 0.25rem;
    font-weight: 600;
    text-align: center;
}

#coupon-area {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 2px dashed var(--accent-color);
    overflow: hidden;
    margin-bottom: 0.75rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 384px;
}

#coupon-code {
    padding: 0.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: 0.05em;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

@media (min-width: 768px) {
    #coupon-code {
        font-size: 30px;
    }
}

#copy-btn {
    width: 100%;
    max-width: 384px;
    color: var(--text-color);
    font-weight: 700;
    font-size: 18px;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #e74171;
    transition: background-color 0.2s ease;
    border: none;
    cursor: pointer;
}

#copy-btn:hover {
    background-color: var(--button-bg-hover);
}

.copy-success {
    background-color: var(--button-bg-success) !important;
}

.copy-success:hover {
    background-color: var(--button-bg-success-hover) !important;
}

.expiry-container {
    text-align: center;
    margin-top: 1.5rem;
}

#expiry-text-combined {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 0.25rem;
}

@media screen and (min-width: 600px) {
    [class*=button]:hover {
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {
    .coupon-border {
        flex-direction: column; 
        padding: 0; 
        margin: 10px auto; 
    }

    #coupon-main-content {
        width: 100%; 
        padding: 1rem; 
        border-right: none; 
        border-bottom: none; 
        border-radius: 0.75rem; 
    }

    #coupon-right-bar {
        display: none; 
    }

    .vertical-text {
        display: none;
    }

    .discount-title {
        font-size: 2rem; 
    }

    .coupon-border::before,
    .coupon-border::after {
        display: none;
    }
}

/* flow */
.flow-toggle-btn {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    border: 3px solid #16aae3;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    transition: background-color 0.2s, color 0.2s;
    width: 700px;
    max-width: 100%;
}

.flow-toggle-btn:hover {
	background-color: #16aae3;
	color: #fff;
	border: 3px solid #16aae3;
}

.flow-toggle-btn:active {
	transform: translateY(0);
}

.flowchart-wrapper {
	transition: max-height 0.4s ease-in-out, opacity 0.4s;
	max-height: 2000px;
	opacity: 1;
	width: 100%;
}

.is-hidden {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.flowchart-container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.flow-step {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	margin: 20px 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #16aae3;
}

.step-header {
	flex-shrink: 0;
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	padding: 10px 0;
	font-weight: bold;
	background-color: #16aae3;
	border-right: 1px solid #16aae3;
}

.step-number {
	font-size: 1.2em;
}

.step-num-bold {
	font-size: 2.2em;
	line-height: 1;
}

.step-content {
	flex-grow: 1;
	padding: 15px 20px;
	background-color: white;
	color: #222;
	font-size: 15px;
	line-height: 1.6;
	border: none;
}


.flow-separator {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.flow-separator::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #16aae3;
}
.step-content img {
    height: 3em;
    width: auto;
    vertical-align: middle;
    margin: 0 5px;
}

.step-content .step-image-large {
    height: auto;
    width: 100%; 
    display: block; 
    margin: 10px auto 0; 
    vertical-align: initial;
    border: solid 1px #ccc;
}

.tekiyou {
    background: #9d0000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.heading-16 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--navy);
	font-size: 28px;
	margin-bottom: 20px;
}

.heading-16::before,
.heading-16::after {
	width: 3px;
	height: 40px;
	background-color: #16aae3;
	content: '';
}

.heading-16::before {
	transform: rotate(-35deg);
	margin-right: 30px;
}

.heading-16::after {
	transform: rotate(35deg);
	margin-left: 30px;
}

@media (max-width: 767px) {
	.heading-16 {
		font-size: 16px;
	}
	.heading-16::before,
	.heading-16::after {
		width: 3px;
		height: 25px;
		background-color: #16aae3;
		content: '';
	}

	.heading-16::before {
		transform: rotate(-35deg);
		margin-right: 20px;
	}

	.heading-16::after {
		transform: rotate(35deg);
		margin-left: 20px;
	}
}

/* ナビゲーション全体 */
.campaign-nav-section {
  text-align: center;
  padding: 40px 20px;
  background-color: var(--ice-blue); /* 背景が薄い青のセクションにする場合 */
}

/* 上部のテキスト */
.nav-lead {
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

/* ボタンを並べるグリッド */
.nav-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* ボタン（カード型）の共通スタイル */
.nav-card-btn {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 460px;
  background: var(--white);
  border: 2px solid #16aae3;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 4px 12px rgba(11, 111, 168, 0.08);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
}

/* ホバー時に少し浮き上がらせる */
.nav-card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(11, 111, 168, 0.16);
}

/* 丸アイコン外枠 */
.icon-circle {
  width: 56px;
  height: 56px;
  border: 2px solid #00c2cb; /* 鮮やかなターコイズブルー */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 18px;
}

/* SVGアイコン（色指定） */
.icon-svg {
  width: 28px;
  height: 28px;
  fill: #00c2cb;
}

/* テキストエリア */
.text-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 16px;
}

.text-body .main-txt {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 4px;
}

.text-body .sub-txt {
  font-size: 13px;
  font-weight: 500;
  color: var(--deep-blue);
}

/* 右端の矢印（>）をCSSで再現 */
.arrow {
    width: 12px !important;
    height: 12px !important;
    border-top: 2px solid #16aae3 !important;
    border-right: 2px solid #16aae3 !important;
    transform: rotate(135deg) !important;
    margin-left: 5px !important;
}

/* ==============================================
   ▼ スマホ用のレスポンシブ対応
   ============================================== */
@media (max-width: 768px) {
  .nav-grid {
    flex-direction: column; /* 縦並びにする */
    align-items: center;
    gap: 16px;
  }
  
  .nav-card-btn {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
  
  .nav-lead {
    font-size: 14px;
  }

  .text-body .main-txt {
    font-size: 14.5px;
  }
  
  .text-body .sub-txt {
    font-size: 12px;
  }

  .icon-circle {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }

  .icon-svg {
    width: 24px;
    height: 24px;
  }
}
.icon-circle img{
  width: 80% !important; 
}

.small_text {
    color: #222222;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}

.tyuui_text {
    margin-top: 10px;
    font-size: 15px;
}

/* 1. すべてのリンク要素に「基準位置（relative）」を設定 */
.block-product__list .block-items__item__link {
  position: relative;
}

/* 2. 指定の2つの商品に、きれいな正円の「人気」バッジを表示 */
.block-product__list .block-items__item__link[href$="T102500311"]::before, .block-product__list .block-items__item__link[href$="T102500665"]::before {
    content: "人気";
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 10;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff4d4f;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
.block-product__list .block-items__item__link[href$="T102500311"]::before, .block-product__list .block-items__item__link[href$="T102500665"]::before {
    content: "人気";
    position: absolute;
    top: -13px;
    left: -10px;
    width: 50px;
    height: 50px;
    font-size: 14px;

}
}


/* リスト全体のスタイル初期化と基本設定 */
.banner-grid-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* スマホ時：1個ずつ縦に並べる（幅100%） */
.banner-grid-list__item {
  width: 100%;
  box-sizing: border-box;
}

/* リンクと画像が崩れないための基本設定 */
.banner-grid-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.banner-grid-list__link img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト（名前）のスタイリング（必要に応じて調整） */
.banner-grid-list__name {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

/* パソコン時（画面横幅が768px以上の場合）：2個並びにする */
@media (min-width: 768px) {
  .banner-grid-list__item {
    /* 全体(100%)から、間の溝1つ分(16px)を引いて、2で割った幅にする計算式 */
    width: calc((100% - 16px) / 2);
  }
.banner-grid-list {
    padding: 0 100px;
}
}

@media (max-width: 768px) {
.section{
  padding: 15px;
}
.section{
  padding: 15px;
}
.block-product__list {
    padding: 0;
    margin: 0;
}
}