@charset "UTF-8";
/* =========================================================
   セゾンゴールドプレミアム ショッピング利用キャッシュバックキャンペーン
   gp2026.css（メインコンテンツ / ヘッダー・フッターは style.css / foot.css を流用）
   ========================================================= */

body.gp-page {
  background: #eaf0fa;
  color: #1a2b3c;
}

body .bg {
  aspect-ratio: 1920 / 3742;
  background: #eaf0fa;
  background-image: url("../img/gp_journey_photo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*.gp-wrap {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background: #eaf0fa;
}*/

.gp-wrap h2,
.gp-icon-card .ttl {
  font-family: "Noto Serif JP", serif;
}

/* ---------- 画像パネル共通（イラレ書き出し画像 + 透明ホットスポット） ---------- */
.gp-panel-block {
  position: relative;
  width: 100%;
  line-height: 0;
}

.gp-panel-block img.pc,
.gp-panel-block img.sp {
  width: 100%;
  height: auto;
}

.gp-hotspot {
  position: absolute;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 999px;
  outline-offset: 2px;
}

.gp-hotspot:hover,
.gp-hotspot:focus-visible {
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .55) inset;
}

/* ---------- CTAボタン（共通・CSSで生成） ---------- */
.gp-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #cb9b48, #d7ab4e, #b98a45, #a87700, #b68729);
  color: #3a2600;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 5px 0 #a87700;
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}

.gp-cta-btn:hover {
  color: #3a2600;
  transform: translateY(-2px);
}

/* ---------- HERO〜おすすめ用途（1枚の連続写真パネル・実測位置に実テキストを配置） ---------- */
.gp-journey {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  container-type: inline-size;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  /*background: linear-gradient(to right, rgb(0 0 0/0) 0%, rgb(0 0 0/0.2) 10%, rgb(0 0 0/0.4) 20%, rgb(0 0 0/0.6) 50%, rgb(0 0 0/0.4) 80%, rgb(0 0 0/0.2) 90%, rgb(0 0 0/0) 100%);*/
}

.gp-journey__hero {
  margin: 4cqw auto 0;
  width: 64.3%;
}

.gp-journey__hero-row {
  display: flex;
  align-items: flex-start;
}

.gp-journey__card {
  flex: 0 0 34.2%;
  max-width: 34.2%;
  margin-top: 3.5cqw;
}

.gp-journey__card img {
  width: 100%;
  display: block;
}

.gp-journey__hero-text {
  flex: 0 0 56%;
  max-width: 56%;
  margin-left: 9.8%;
}

.gp-journey__lead {
  margin: 0;
  font-size: 1.4cqw;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto serif JP", sans-serif;
  white-space: nowrap;
}

.gp-journey__headline {
  margin: 1cqw 0 0;
}

.gp-journey__headline img {
  width: 100%;
  display: block;
}

.gp-journey__period {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1cqw, 10px);
  background: rgba(6, 26, 58, .8);
  border: 1px solid rgba(255, 255, 255, .5);
  padding: min(.55cqw, 5.5px) min(1.2cqw, 12px);
  box-sizing: border-box;
  font-weight: 700;
  font-size: min(1.7cqw, 17px);
  white-space: nowrap;
}

.gp-journey__period-label {
  border: 1px solid rgba(255, 255, 255, .6);
  padding: .2em .6em;
  font-size: .8em;
  font-weight: 500;
  border-radius: 5px;
}

.gp-journey__period-date b {
  color: #fff;
  font-size: 1.35em;
  font-weight: 600;
  margin: 0 2px;
}

.gp-journey__entry {
  display: flex;
  margin: 0 auto;
  color: #fff;
  font-size: min(1.7cqw, 17px);
  padding: min(1.4cqw, 20px) 0;
  width: 100%;
  max-width: 250px;
}

.gp-journey__entry:hover {
  color: #fff;
  transform: translateY(-2px);
}

.gp-journey__entry--1 {
  margin-top: 5cqw;
}

.gp-journey__entry--2 {
  margin-top: 6cqw;
}

.gp-journey__note {
  margin: 0 auto;
  width: 60%;
  max-width: 600px;
  text-align: center;
  font-size: .875rem;
  line-height: 1.9;
  color: #f2e6c6;
}

.gp-journey__note p {
  margin: 0;
}

.gp-journey__note a {
  color: #ffe066;
  text-decoration: underline;
}

.gp-journey__note--1 {
  margin-top: 1.5cqw;
}

.gp-journey__note--2 {
  margin-top: 1.5cqw;
}

.gp-journey__overview,
.gp-journey__rank,
.gp-journey__steps,
.gp-journey__icons {
  margin: 0 auto;
  width: 76%;
  max-width: 1000px;
  container-type: inline-size;
  text-align: center;
}

.gp-journey__overview h2,
.gp-journey__steps h2,
.gp-journey__icons h2 {
  position: relative;
  display: inline-block;
  margin: 3rem auto;
  padding: 2.5cqw 0;
  font-weight: 500;
  font-size: 2.875cqw;
  letter-spacing: .18em;
  color: #f0ede0;
}

.gp-journey__overview h2::before,
.gp-journey__overview h2::after,
.gp-journey__steps h2::before,
.gp-journey__steps h2::after,
.gp-journey__icons h2::before,
.gp-journey__icons h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 55cqw;
  border-top: 3px solid rgba(255, 255, 255, 1);
}

.gp-journey__overview h2::before,
.gp-journey__steps h2::before,
.gp-journey__icons h2::before {
  top: 0;
}

.gp-journey__overview h2::after,
.gp-journey__steps h2::after,
.gp-journey__icons h2::after {
  bottom: 0;
}

.gp-journey__overview p {
  margin: 1cqw 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.gp-journey__overview p.note,
.gp-journey__rank p.note {
  margin-top: .8cqw;
  font-size: .875rem;
  font-weight: 400;
  color: #dfe8f7;
}

.gp-journey__rank {
  margin-top: 6cqw;
}

.gp-journey__rank-ttl {
  margin: 0 0 1cqw;
}

.gp-journey__rank-ttl img.pc,
.gp-journey__rank-ttl img.sp {
  height: auto;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}

.gp-journey__rank-cards.pc,
.gp-journey__rank-cards.sp {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.gp-journey__steps-img {
  position: relative;
  line-height: 0;
}

.gp-journey__steps-img img.pc,
.gp-journey__steps-img img.sp {
  width: 100%;
}

.gp-journey__steps-entry {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  left: 3%;
  width: 26%;
  top: 30%;
  height: 18%;
}

.gp-journey__icons {
  margin: 7cqw auto 0;
  padding-bottom: 7cqw;
}

.gp-icon-grid {
  --bs-gutter-x: 1cqw;
  --bs-gutter-y: 1cqw;
}

.gp-icon-card {
  position: relative;
  height: 100%;
  background: #00335e;
  padding: 1.4cqw 1cqw 3.6cqw;
}

.gp-icon-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: .4cqw;
  background: linear-gradient(90deg, #ebdd9e, #b9862f);
}

.gp-icon-card img {
  display: block;
  margin: 1rem auto 0;
  width: 5.5cqw;
  height: 5.5cqw;
}

.gp-icon-card .ttl {
  margin: 1rem 0;
  font-size: 2cqw;
  font-weight: 700;
  color: #ebdd9e;
}

.gp-icon-card .desc {
  margin: 0;
  font-size: 1.6cqw;
  line-height: 1.6;
  color: #fff;
}

/* ---------- お支払い方法 導入（タブ） ---------- */
.gp-tabs {
  background: #eaf0fa;
  text-align: center;
  padding: 56px 20px 40px;
}

.gp-tabs__lead {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a2b3c;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.gp-tabs__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  /* 18px + 吹き出し先端の突出分30px（イラレ実測） */
}

.gp-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 380px;
  min-height: 95px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
  color: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
}

/* 吹き出しの先端（イラレ実測：底辺約34.6px／高さ30px、中央下） */
.gp-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 17.3px solid transparent;
  border-right: 17.3px solid transparent;
  border-top: 30px solid transparent;
}

.gp-tab:hover {
  transform: translateY(-2px);
  color: #fff;
}

.gp-tab--green {
  background: #009844;
}

.gp-tab--green::after {
  border-top-color: #009844;
}

.gp-tab--navy {
  background: #004097;
}

.gp-tab--navy::after {
  border-top-color: #004097;
}

.gp-tabs__note {
  font-size: .85rem;
  color: #555;
  margin: 0;
}

/* ---------- あとから分割 / リボ払い パネル（実テキスト・共通コンポーネント） ---------- */
.gp-panel {
  background: #eaf0fa;
  padding: 0 0 60px;
}

.gp-box {
  max-width: 1000px;
  margin: 0 auto;
  background: #eaf0fa;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 40, 90, .12);
}

.gp-box__header {
  padding: 1rem;
}

.gp-box__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
  font-size: 22px;
  padding-bottom: 1rem;
  border-bottom: 3px solid #808080;
  margin-bottom: 3rem;
}

.gp-box--split .gp-box__header {
  background: #009844;
}

.gp-box--revo .gp-box__header {
  background: #1a3c8c;
}

.gp-box__header-text {
  padding: 1rem;
}

.gp-box__header-text h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, .6);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
}

.gp-box__header-text p {
  margin: 0 0 4px;
  color: #fff;
  font-size: .98rem;
  line-height: 1.7;
}

.gp-box__header-text p.note {
  font-size: .875rem;
  color: #ffe066;
  margin-bottom: 18px;
}

.gp-box__detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 5px rgb(0 0 0/.5);
  border-radius: 999px;
  padding: 12px 32px;
  min-width: 190px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: transform .15s ease;
}

.gp-box--split .gp-box__detail-btn {
  color: #2f8e40;
}

.gp-box--revo .gp-box__detail-btn {
  color: #00335e;
}

.gp-box__detail-btn:hover {
  transform: translateY(-2px);
}

.gp-box__illust {
  background: #297e3a;
  border-radius: 15px;
  overflow: hidden;
  padding: 1rem;
}


.gp-box__illust.blue-bg {
  background: #163375;
}

.gp-box__illust img {
  width: 100%;
  border-radius: 8px;
}

.gp-box__body {
  padding: 40px 30px 44px;
  text-align: center;
}

.gp-box__lead {
  margin: 0 0 24px;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #222;
}

.gp-box--split .gp-box__lead b {
  color: #009844;
}

.gp-box__banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  background: #009844;
  border-radius: .5rem;
  color: #fff;
  padding: 14px 20px;
  margin: 0 0 10px;
}

.gp-box__banner .label {
  margin: 0;
  border: 1px solid #fff;
  padding: 4px 12px;
  font-size: .85rem;
  font-weight: 500;
}

.gp-box__banner .value {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

.gp-box__banner .value b {
  color: #fff12c;
  font-size: 1.2em;
}

.gp-box__note {
  margin: 0 0 30px;
  font-size: .875rem;
  color: #555;
}

.gp-box__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 32px;
}

.gp-box__point {
  background: #1a3c8c;
  border-radius: 10px;
  padding: 18px 14px 20px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-box__point .num {
  display: inline-block;
  margin: 0 auto 12px;
  padding: 4px 18px;
  background: #1a3c8c;
  border-radius: 999px;
  max-width: 120px;
  font-weight: 700;
  font-size: .95rem;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.gp-box__point .txt {
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.gp-box__point .txt b {
  color: #fff12c;
  font-size: 1.15em;
}

.gp-box__diagram {
  background: #f7f7f7;
  border: 4px solid #f2f2f2;
  border-radius: 15px;
  padding: 2.5rem 2.5rem 0;
}

.gp-box__diagram img {
  width: 100%;
  border-radius: 6px;
}

.gp-box__payday {
  margin: 0 0 30px;
}

.gp-box__payday .pill {
  display: inline-block;
  margin: 0 0 8px;
  padding: 5px 32px;
  background: #fffbc0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.5rem;
  color: #222;
  width: 100%;
  max-width: 410px;
}

.gp-box__payday .note {
  margin: 0;
  font-size: .875rem;
  color: #555;
}

.gp-box__sim-btn {
  display: inline-flex;
  padding: 16px 48px;
  font-size: 1.05rem;
  margin-bottom: 22px;
}

.gp-box--split .gp-box__sim-btn {
  background: #009844;
  color: #fff;
  box-shadow: 0 5px 0 #004c22;
  /* イラレ実測：シャドウ色・オフセット量 */
}

.gp-box--split .gp-box__sim-btn:hover {
  color: #fff;
}

.gp-box--revo .gp-box__sim-btn {
  background: #004097;
  color: #fff;
  box-shadow: 0 5px 0 #00204b;
  /* イラレ実測：シャドウ色・オフセット量 */
}

.gp-box--revo .gp-box__sim-btn:hover {
  color: #fff;
}

.gp-box__links {
  font-size: .85rem;
  color: #222;
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
}

.gp-box__links p {
  margin: 0 0 4px;
}

.gp-box__links a {
  color: #0d47a1;
  text-decoration: underline;
}

.gp-box__links .sub {
  display: inline-block;
  margin-left: 1.2em;
  font-size: .92em;
  color: #666;
}

/* ---------- 「あとから」リボに変更CTA（イラレ実測：名称未設定-1.ai） ---------- */
.gp-bottom-cta {
  background: #eaf0fa;
  text-align: center;
  padding: 48px 20px 64px;
}

.gp-bottom-cta__lead {
  font-weight: 500;
  color: #040000;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 26px;
}

.gp-bottom-cta__sublink {
  margin: 38px 0 0;
  font-weight: 500;
  color: #040000;
  font-size: 16px;
  line-height: 1.6;
}

.gp-bottom-cta__sublink a {
  color: #16499c;
  text-decoration: underline;
}

.gp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.gp-btn:hover {
  transform: translateY(-2px);
}

.gp-btn--navy {
  flex-direction: column;
  width: 400px;
  max-width: 100%;
  height: 105px;
  border-radius: 999px;
  background: linear-gradient(135deg, #003e8c 0%, #003e8c 31%, #129145 100%);
  color: #fff;
  box-shadow: 0 7px 0 #001f46;
  line-height: 1.4;
}

.gp-btn--navy:hover {
  color: #fff;
}

.gp-btn__sub {
  font-size: 18px;
  font-weight: 500;
}

.gp-btn__main {
  font-size: 24px;
  font-weight: 700;
}

/* ---------- 注意事項 ---------- */
.gp-notices {
  background: #fff;
  padding: 56px 20px 64px;
}

.gp-notices .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.gp-notices h3 {
  font-size: .95rem;
  font-weight: 700;
  color: #1a2b3c;
  margin: 0 0 8px;
}

.gp-notices h3:not(:first-child) {
  margin-top: 20px;
}

.gp-notices ul {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
}

.gp-notices li {
  position: relative;
  padding-left: 1.1em;
  font-size: .78rem;
  line-height: 1.85;
  color: #444;
}

.gp-notices li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ---------- 追従CTA（新キャンペーン用テキストボタン） ---------- */
.gp-mobile-cta__btn {
  pointer-events: auto;
  display: block;
  width: min(84%, 360px);
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ecc158, #c99a2e);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
  transition: transform .15s ease, box-shadow .15s ease;
}

.gp-mobile-cta__btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* =========================================================
   SP（max-width: 767px）まとめ
   ========================================================= */
@media (max-width: 767px) {

  body .bg {
    background: #eaf0fa;
    background-image: url("../img/gp_journey_photo_sp.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  /* ---- HERO〜おすすめ用途：縦積みレイアウトに再配置 ---- */
  .gp-journey {
    aspect-ratio: unset;
    container-type: normal;
    padding-bottom: 40px;
  }

  .gp-journey__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1300px;
    background-position: top center;
    mask-image: linear-gradient(to bottom, #000 80%, transparent);
  }

  .gp-journey>*:not(.gp-journey__bg) {
    position: static;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .gp-journey__hero {
    width: auto;
  }

  .gp-journey__hero-row {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .gp-journey__card img {
    width: 80%;
    margin: auto;
  }

  .gp-journey__card {
    flex: none;
    max-width: none;
    width: 75%;
    margin: 0 auto;
    padding-top: 28px;
  }

  .gp-journey__hero-text {
    flex: none;
    max-width: none;
    margin-left: 0;
  }

  .gp-journey__lead {
    width: auto;
    white-space: normal;
    text-align: center;
    font-size: 15px;
    margin: 18px 24px 0;
  }

  .gp-journey__headline {
    width: 100%;
    max-width: 420px;
    margin: 18px auto 0;
  }

  .gp-journey__period {
    width: fit-content;
    max-width: 80%;
    margin: 10px 1rem 0;
    font-size: 11px;
    flex-wrap: wrap;
    white-space: normal;
    justify-content: center;
    padding: 0.7rem;
  }

  .gp-journey__entry {
    display: block;
    width: 78%;
    max-width: 340px;
    margin: 30px auto 0;
    font-size: 16px;
    padding: 15px 0;
  }

  .gp-journey__note {
    width: auto;
    margin: 12px 24px 0;
    font-size: 12px;
  }

  .gp-journey__note--2 {
    margin-top: 12px;
  }

  .gp-journey__overview,
  .gp-journey__rank,
  .gp-journey__steps,
  .gp-journey__icons {
    width: auto;
    margin: 0 20px;
  }

  .gp-journey__overview h2,
  .gp-journey__steps h2,
  .gp-journey__icons h2 {
    font-size: 17px;
    padding: 1rem;
    width: 100%;
  }

  .gp-journey__overview h2::before,
  .gp-journey__overview h2::after,
  .gp-journey__steps h2::before,
  .gp-journey__steps h2::after,
  .gp-journey__icons h2::before,
  .gp-journey__icons h2::after {
    width: 100%;
  }

  .gp-journey__overview p {
    font-size: 14px;
  }

  .gp-journey__overview p.note,
  .gp-journey__rank p.note {
    font-size: 11px;
  }

  .gp-journey__rank {
    margin-top: 44px;
  }

  .gp-journey__rank-ttl img {
    width: 82%;
    max-width: 280px;
  }

  .gp-journey__rank-cards {
    width: 80% !important;
  }

  .gp-journey__steps-entry {
    left: 25.9%;
    width: 48%;
    top: 10.1%;
    height: 5.1%;
  }

  .gp-journey__icons {
    margin-top: 48px;
  }

  .gp-box__diagram {
    padding: 1rem;
  }

  .gp-icon-grid {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }

  .gp-icon-card {
    padding: 16px 8px 18px;
  }

  .gp-icon-card::before {
    height: 6px;
  }

  .gp-icon-card img {
    width: 34px;
    height: 34px;
  }

  .gp-icon-card .ttl {
    font-size: 13px;
  }

  .gp-icon-card .desc {
    font-size: 11px;
  }

  /* ---- こんなお支払い方法もございます（タブ） ---- */
  .gp-tabs__buttons {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .gp-tabs {
    padding: 40px 16px 32px;
  }

  .gp-tab {
    font-size: 20px;
    width: 100%;
    min-width: 0;
    max-width: 320px;
    min-height: 0;
    padding: 1rem;
  }

  /* ---- あとから分割 / リボ払い パネル ---- */
  .gp-panel,
  .gp-box {
    padding: 0;
    width: 90%;
  }

  .gp-box__header {
    padding: 32px 24px;
  }

  .gp-box__header-text {
    text-align: start;
    padding: 0;
    margin-bottom: 2rem;
  }

  .gp-box__header-text h2 {
    font-size: 1.5rem;
    width: 100%;
    text-align: start;
  }

  .gp-box__body {
    padding: 32px 18px 36px;
    background: #fff;
  }

  .gp-box__lead {
    font-size: 1rem;
  }

  .gp-box__point {
    max-width: 600px;
    width: 80%;
    margin: 1rem auto;
  }

  .gp-box__points {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gp-box__banner {
    flex-direction: column;
    gap: 6px;
  }
}

.sample {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.sample .text {
	text-align: left;
	display: inline-block;
}