@charset "UTF-8";
/* =============================================================
   卓球センター.JP ｜ インターハイ卓球競技 応援キャンペーン LP
   style.scss  ―  編集用ソース（landing: Clean / Dynamic / Passionate）
   ※ このファイルを編集し、Sassでコンパイルして css/style.css を生成します。
      例) sass scss/style.scss css/style.css
   ============================================================= */
/* -------------------------------------------------------------
   1. デザイントークン
   ------------------------------------------------------------- */
/* -------------------------------------------------------------
   2. ミックスイン
   ------------------------------------------------------------- */
/* -------------------------------------------------------------
   3. ベース / リセット
   ------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip; /* 横方向のはみ出しを防止（sticky を壊さない clip を使用） */
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, sans-serif;
  color: #181b22;
  background: #ffffff;
  line-height: 1.8;
  font-size: clamp(15px, 0.6vw + 12px, 17px);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 600px) {
  body {
    padding-bottom: 60px;
  }
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.wrap {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 44px);
}

:focus-visible {
  outline: 3px solid #e2231a;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* -------------------------------------------------------------
   4. 共通：見出し・ボタン・リンク・写真・モーション
   ------------------------------------------------------------- */
.br-sp {
  display: none;
}
@media (max-width: 600px) {
  .br-sp {
    display: initial;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #e2231a;
}
.eyebrow .eyebrow-bar {
  width: 28px;
  height: 2px;
  background: #e2231a;
}

.sec-head {
  margin-bottom: clamp(34px, 5vw, 60px);
}
.sec-head .eyebrow {
  margin-bottom: 18px;
}
.sec-head h2 {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #16224d;
}
.sec-head h2 b {
  color: #e2231a;
}
.sec-head--light h2 {
  color: #fff;
}
.sec-head h3 {
  font-size: clamp(20px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0.01em;
  color: #16224d;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 16px);
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn .arr {
  transition: transform 0.2s ease;
}
.btn:hover .arr {
  transform: translateX(4px);
}

.btn-primary {
  background: #e2231a;
  color: #fff;
}
.btn-primary:hover {
  background: #b81a13;
}

.btn-line {
  background: transparent;
  color: #181b22;
  border: 1.5px solid #d2d5dd;
}
.btn-line:hover {
  border-color: #181b22;
}
.btn-line--light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-line--light:hover {
  border-color: #fff;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #16224d;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 3em;
}
.link-arrow .arr {
  transition: transform 0.2s ease;
}
.link-arrow:hover {
  color: #e2231a;
}
.link-arrow:hover .arr {
  transform: translateX(4px);
}

.ph {
  position: relative;
  background: linear-gradient(135deg, #16224d 0%, #21305f 100%);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* -------------------------------------------------------------
   5. ヘッダー（tabletenniscenter.jp より移植）
   ------------------------------------------------------------- */
.site-header {
  width: 100%;
  background-color: #fff;
}
.site-header a {
  text-decoration: none;
}
.site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_translate {
  padding: 5px;
  text-align: right;
  background-color: #666;
  display: none; /* JS でトグル */
}
.header_translate.is-open {
  display: block;
}

.header_translate_inner {
  width: 1000px;
  margin: auto;
}

/* Google翻訳ウィジェット：LPのグローバル指定（line-height:1.8 / img{display:block}）を打ち消し、
   オリジナルと同じ高さに戻す */
#google_translate_element,
#google_translate_element * {
  line-height: normal;
}

#google_translate_element img {
  display: inline-block;
  vertical-align: middle;
}

.headercontents {
  width: 1000px;
  margin: auto;
}
.headercontents::after {
  content: "";
  display: block;
  clear: both;
}

.site-header h1 {
  padding: 14px 0 0 0;
  float: left;
  text-align: left;
}
.site-header h1 img {
  height: 24px;
  width: auto;
  margin-inline: auto; /* SP時に block 画像を中央寄せ（LPの img{display:block} 対策） */
}

.header_translate_icon {
  cursor: pointer;
}
.header_translate_icon img {
  width: 100%;
  height: auto;
}

.translate_for_pc {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: #666;
}

.translate_for_sp {
  display: none;
}

.headeritem {
  float: right;
}

.headernav {
  float: left;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 50px;
  background-color: #f44336;
}
.headernav li {
  display: inline-block;
}
.headernav li:first-of-type a {
  padding: 0 25px 0 35px;
}
.headernav li a {
  display: block;
  color: #fff;
  padding: 0 25px;
}

.headernav_out {
  position: relative;
  background-color: #000 !important;
  color: #fff;
  margin-left: 10px;
}
.headernav_out > a {
  padding: 0 35px !important;
}
.headernav_out ul {
  position: absolute;
  z-index: 9999;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  background-color: #000;
}
.headernav_out ul li {
  width: 100%;
}
.headernav_out:hover ul {
  visibility: visible;
  opacity: 1;
}
.headernav_out ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background-color: #000;
  white-space: nowrap;
  padding: 10px 25px;
}
.headernav_out:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .headercontents {
    width: 100%;
    position: relative;
  }
  .headeritem {
    width: 100%;
  }
  .header_translate_inner {
    width: 100%;
    text-align: left;
  }
  .header_translate_icon img {
    width: 100%;
    height: auto;
  }
  .translate_for_pc {
    display: none;
  }
  .translate_for_sp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 20px 12px 10px;
    transform: none;
    width: 50px;
    height: 40px;
  }
  .menuicon {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background-image: url(https://tabletenniscenter.jp/wp/wp-content/themes/tabletenniscenter-portal2023/images/ic_menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    background-color: #f44336;
    cursor: pointer;
  }
  .site-header h1 {
    padding: 0;
    float: none;
    text-align: center;
  }
  .site-header h1 a {
    padding: 10px;
    display: block;
  }
  .headernav {
    float: none;
    display: none;
  }
  .headernav.is-open {
    display: block;
  }
  .headernav li {
    display: block;
  }
  .headernav li:first-of-type a {
    padding: 0 25px;
  }
  .headernav_out {
    margin-left: 0;
  }
  .headernav_out > a {
    display: none !important;
  }
  .headernav_out ul {
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  .headernav_out ul li {
    width: 100%;
  }
  .headernav_out:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .headernav_out ul li a {
    padding: 0 25px !important;
    visibility: visible;
    opacity: 1;
    transition: 0s;
  }
  .headernav_out:hover ul li a {
    visibility: visible;
    opacity: 1;
  }
}
/* -------------------------------------------------------------
   6. ヒーロー
   ------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: clamp(70px, 11vw, 130px) 0 clamp(60px, 8vw, 100px);
  /* 1023px以下は縦積み（タブレット・スマホと同じ）。PCフルブリードは min-width:1024 で適用 */
}
.hero .hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 48px);
}
.hero .eyebrow {
  margin-bottom: 22px;
}
.hero .hero-title {
  font-size: clamp(34px, 6vw, 66px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #16224d;
}
.hero .hero-title .accent {
  color: #e2231a;
}
.hero .lead {
  margin-top: 22px;
  font-size: clamp(15px, 1.5vw, 18px);
  color: #5b6170;
  line-height: 1.95;
}
.hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.hero .hero-media .ph-hero {
  aspect-ratio: 16/10;
}
.hero .ph {
  background-image: url(../images/soutailphero.jpg);
  background-size: cover;
}
.hero {
  /* PC：右側の画像を画面右端まで全幅・高さ最大に */
}
@media (min-width: 1024px) {
  .hero {
    padding: 0;
    min-height: calc(85vh - 64px);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e8ee;
  }
  .hero .hero-inner {
    display: flex;
    justify-content: center; /* 左領域の中央にコピーを配置 */
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0; /* 左領域を画面左端まで広げる */
    padding-right: calc(48vw + 24px); /* 右の画像領域を確保 */
  }
  .hero .hero-copy {
    width: 100%;
    max-width: 720px;
    padding-inline: clamp(20px, 2.5vw, 40px);
  }
  .hero {
    /* br以外で折り返さないよう、幅と文字サイズを調整 */
  }
  .hero .hero-title {
    white-space: nowrap;
    font-size: clamp(28px, 4vw, 72px);
    line-height: 1.4;
  }
  .hero .hero-media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48vw;
  }
  .hero .hero-media .ph-hero {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

/* -------------------------------------------------------------
   7. STORY（歓迎＋こんな方へ）
   ------------------------------------------------------------- */
.story {
  padding: clamp(80px, 12vw, 160px) 0;
}
@media (max-width: 600px) {
  .story {
    padding: 0 0 clamp(80px, 12vw, 160px) 0;
  }
}
.story .story-body p {
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 2;
  color: #181b22;
}
.story .story-body p + p {
  margin-top: 1.3em;
}
.story .story-body p b {
  font-weight: 700;
  color: #16224d;
}
.story .needs {
  margin-top: clamp(48px, 7vw, 84px);
}
.story .needs .needs-title {
  font-size: clamp(21px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.5;
  color: #16224d;
  margin-bottom: clamp(20px, 2.5vw, 28px);
}
.story .needs .need-row {
  display: grid;
  grid-template-columns: minmax(72px, 0.16fr) 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: start;
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid #e6e8ee;
}
.story .needs .need-row:last-child {
  border-bottom: 1px solid #e6e8ee;
}
@media (max-width: 600px) {
  .story .needs .need-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: clamp(24px, 6vw, 34px) 0;
  }
}
.story .needs .need-no {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  line-height: 0.9;
  color: #e2231a;
  letter-spacing: 0.01em;
}
.story .needs .need-text h4 {
  font-size: clamp(20px, 2.8vw, 32px);
  font-weight: 800;
  line-height: 1.4;
  color: #16224d;
  margin-bottom: 12px;
}
.story .needs .need-text p {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.95;
  color: #5b6170;
}

/* -------------------------------------------------------------
   8. SERVICE（左右交互の編集レイアウト）
   ------------------------------------------------------------- */
.service {
  padding: clamp(72px, 10vw, 130px) 0;
  background: #f4f5f7;
}
.service .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(28px, 4vw, 48px);
}
@media (max-width: 600px) {
  .service .service-grid {
    grid-template-columns: 1fr;
  }
}
.service .svc-card {
  background: #fff;
  border-radius: 12px;
  padding: clamp(26px, 3vw, 40px);
}
.service .svc-card .svc-no {
  position: relative;
  display: block;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1;
  color: #e2231a;
  margin-bottom: 16px;
}
.service .svc-card .svc-no::after {
  content: "";
  width: 85%;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 2px solid #e2231a;
}
.service .svc-card .svc-lead {
  height: 3em;
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.45;
  color: #16224d;
}
@media (max-width: 600px) {
  .service .svc-card .svc-lead {
    height: auto;
  }
}
.service .svc-card .svc-desc {
  margin-top: 12px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.85;
  color: #5b6170;
}

/* -------------------------------------------------------------
   9. OFFER（キャンペーン：濃色バンド①）
   ------------------------------------------------------------- */
.offer {
  background: #16224d;
  color: #fff;
  padding: clamp(72px, 11vw, 150px) 0;
  text-align: center;
}
.offer .sec-head {
  max-width: 760px;
  margin-inline: auto;
}
.offer .sec-head .eyebrow {
  justify-content: center;
}
.offer .offer-cond {
  margin-top: 18px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  color: #fff;
}
.offer .offer-cond b {
  color: #ff5a52;
}
.offer .perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 28px);
  margin-top: clamp(36px, 5vw, 56px);
}
@media (max-width: 600px) {
  .offer .perks {
    grid-template-columns: 1fr;
  }
}
.offer .perk {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 12px;
  padding: clamp(30px, 4vw, 48px) clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.offer .perk-no {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ff5a52;
  margin-bottom: 18px;
}
.offer .perk-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}
.offer .perk-title .num {
  color: #ff5a52;
  font-size: 1.4em;
  letter-spacing: -0.01em;
}
.offer .perk-sub {
  margin-top: 16px;
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.85;
  color: #b9c2dc;
}
.offer .perk-sub b {
  color: #fff;
}
.offer .rescue {
  margin-top: clamp(30px, 4vw, 44px);
  padding-top: clamp(28px, 4vw, 36px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.offer .rescue h3 {
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.offer .rescue h3 .accent {
  color: #ff5a52;
}
.offer .rescue p {
  max-width: 75%;
  margin-inline: auto;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.95;
  color: #b9c2dc;
}

/* -------------------------------------------------------------
   10. GALLERY（店舗：写真ギャラリー）
   ------------------------------------------------------------- */
.gallery {
  background: #f4f5f7;
  padding: clamp(72px, 11vw, 140px) 0;
}
.gallery .shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 30px);
  margin-top: clamp(30px, 5vw, 52px);
}
@media (max-width: 900px) {
  .gallery .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery .shop-grid {
    grid-template-columns: 1fr;
  }
}
.gallery .shop {
  display: flex;
  flex-direction: column;
}
.gallery .shop:nth-child(3n+2) {
  transition-delay: 0.07s;
}
.gallery .shop:nth-child(3n+3) {
  transition-delay: 0.14s;
}
.gallery .shop-photo {
  aspect-ratio: 4/3;
  margin-bottom: 16px;
  background-size: cover;
}
.gallery .shop-info h3 {
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 800;
  color: #16224d;
}
.gallery .shop-info h3 a {
  text-decoration: none;
}
.gallery .shop-info .shop-access {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #5b6170;
}
.gallery .shop-open {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #e2231a;
}
.gallery .shop-open::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e2231a;
}
.gallery .shop .link-arrow {
  margin-top: 12px;
}
.gallery .shop--cta {
  justify-content: center;
  background: #16224d;
  color: #fff;
  border-radius: 10px;
  padding: clamp(24px, 3vw, 36px);
}
.gallery .shop--cta h3 {
  color: #fff;
}
.gallery .shop--cta .shop-access {
  color: #b9c2dc;
}
.gallery .shop--cta .link-arrow {
  margin-top: 14px;
  color: #fff;
}
.gallery .shop--cta .link-arrow:hover {
  color: #ff5a52;
}
.gallery .note {
  margin-top: clamp(24px, 3vw, 32px);
  text-align: center;
  font-size: 13px;
  color: #5b6170;
}

/* -------------------------------------------------------------
   11. JOURNAL（大会概要＋日程表）
   ------------------------------------------------------------- */
.journal {
  background: #ffffff;
  padding: clamp(64px, 9vw, 120px) 0;
}
.journal .meet {
  margin-top: clamp(24px, 4vw, 40px);
  border-top: 3px solid #16224d;
  padding-top: clamp(22px, 3vw, 30px);
}
.journal .meet .meet-title {
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 800;
  line-height: 1.5;
  color: #16224d;
}
.journal .meet .meet-sub {
  margin-top: 6px;
  font-size: clamp(14px, 1.6vw, 16px);
  color: #5b6170;
}
.journal .meet-meta {
  margin-top: clamp(22px, 3vw, 32px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2.6vw, 30px);
}
@media (max-width: 900px) {
  .journal .meet-meta {
    grid-template-columns: 1fr;
  }
}
.journal .meet-meta dt {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #e2231a;
}
.journal .meet-meta dd {
  margin-top: 8px;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.6;
  color: #181b22;
}
.journal .meet-meta dd small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #5b6170;
}
.journal .meet-meta .link-arrow {
  margin-top: 12px;
}
.journal .schedule {
  width: 100%;
  border-collapse: collapse;
  margin-top: clamp(32px, 4vw, 52px);
  border: 1px solid #e6e8ee;
  border-radius: 8px;
  overflow: hidden;
  font-size: clamp(14px, 1.5vw, 16px);
}
.journal .schedule thead th {
  background: #16224d;
  color: #fff;
  text-align: left;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.journal .schedule td {
  padding: 16px;
  border-bottom: 1px solid #e6e8ee;
  vertical-align: top;
  line-height: 1.7;
}
.journal .schedule tbody tr:last-child td {
  border-bottom: none;
}
.journal .schedule .d {
  font-weight: 800;
  color: #16224d;
  white-space: nowrap;
}
.journal .schedule .d .dow {
  margin-left: 6px;
  font-size: 0.8em;
  font-weight: 700;
  color: #e2231a;
}
.journal .schedule .t {
  white-space: nowrap;
  font-weight: 700;
  color: #5b6170;
}
.journal .schedule tr.final td {
  background: #f4f5f7;
}
.journal .schedule .badge-final {
  display: inline-block;
  margin-right: 8px;
  background: #e2231a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}

/* -------------------------------------------------------------
   12. CTA（濃色バンド②）／ フッター
   ------------------------------------------------------------- */
.cta {
  background: #16224d;
  color: #fff;
  text-align: center;
  padding: clamp(72px, 11vw, 140px) 0;
}
.cta .cta-eyebrow {
  font-size: clamp(14px, 1.6vw, 17px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ff5a52;
}
.cta h2 {
  margin-top: 16px;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}
.cta .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

footer {
  background: #0f1733;
  color: #b9c2dc;
  padding: clamp(40px, 6vw, 64px) 0;
  text-align: center;
}
footer .brand-f {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 8px;
}
footer p {
  font-size: 13px;
}

/* -------------------------------------------------------------
   13. スマホ用 固定CTA
   ------------------------------------------------------------- */
.sticky-cta {
  display: none;
}
@media (max-width: 600px) {
  .sticky-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.16);
  }
  .sticky-cta a {
    flex: 1;
    text-align: center;
    padding: 15px 6px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
  }
  .sticky-cta .s1 {
    background: #e2231a;
  }
  .sticky-cta .s2 {
    background: #16224d;
  }
}