/* ==========================================================================
   NOTE: service-section / searchArea / recommendArea / exampleArea / menuArea
   関連のスタイルは style-coating.css / style-wash.css に移行済み
   ========================================================================== */



/* ==========================================================================
   ベーススタイル
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* すべての要素にbox-sizing: border-box;を適用 */
}

/* HTML Base */
html {
  scroll-behavior: smooth;
  /* スムーズスクロールを有効にする */
}


@font-face {
  font-family: "Rakuten Sans";
  src: url(/assets/fonts/RakutenSans_W_Rg.woff2?250819) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Rakuten Sans";
  src: url(/assets/fonts/RakutenSans_W_Bd.woff2?250819) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

/* CSS Variables */
:root {
  /* Colors */
  --color-light-orange: #FFF2E6;
  --color-light-red: #FCEEED;
  --color-bright-orange: #F16A04;
  --color-dark-blue: #023C61;
  --color-light-blue: #ECF9FF;
  --color-bg-neutral: #FFF;
  --color-text-primary: #333;
  --color-text-secondary: #686868;
  --color-text-tertiary: #4D4D4D;
  --color-text-placeholder: #828282;
  --border-gray: #C6C6C6;
  --color-border: #C6C6C6;
  --color-success: #047205;
  --color-info: #006497;
  --color-link: #0074AD;
  --color-danger: #DF0101;
  --color-crimson: #BF0000;
  --color-orange: #F59600;
  --pink: #FF008C;
  --gray-800: #4d4d4d;
  --color-bg-gray: #FBFBFB;
  --summersale-blue: #0079E4;
  --carwash-blue: #006497;
  --coating-green: #047205;
  --coating-bg-green: #F7FFF7;
  --carwash-bg-blue: #F4FBFF;
  --summersale-yellow: #F8E12E;
  --summersale-deepblue: #0A347C;
  --shadow-color:rgba(0, 0, 0, 0.25);


  /* Typography - Mobile First */
  --font-h1: 26px;
  --font-h2: 22px;
  --font-h3: 16px;
  --font-text-ll: 18px;
  --font-text-l: 16px;
  --font-text-m: 14px;
  --font-text-s: 13px;
  --font-text-ss: 12px;

  /* Spacing */
  --padding-top: 24px;
  --padding-bottom: 32px;
  --padding-left-right: 16px;

  /* Widths */
  --max-width-680: 680px;
  --max-width-960: 960px;
  --max-width-1280: 1280px;
  --container-step: 343px;

  /* Border */
  --border-radius: 4px;
  --button-border: 1px solid #C6C6C6;

  /* Shadow */
  --button-shadow: 1.25px 2.25px 1.5px rgba(0, 0, 0, 0.25);

  /* line */
  --line-130: 1.3;

  /* gap */
  --container-gap: 16px;

  /* Font Family */
  --font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-ud-shingo: "a-otf-ud-shin-go-pr6n", sans-serif;
  --font-ud-shinmaru: "a-otf-ud-shin-maru-go-pr6n", sans-serif;

}


/* Desktop Overrides */
@media (min-width: 768px) {
  :root {
    --font-h1: 28px;
    --font-h2: 24px;
    --font-h3: 20px;
    --font-text-ll: 20px;
    --font-text-l: 18px;
    --font-text-m: 16px;
    --font-text-s: 14px;
    --font-text-ss: 13px;
    --padding-top: 34px;
    --padding-bottom: 42px;
    --container-step: 960px;
    --container-gap: 24px;
  }
}


@media (max-width: 375px) {
  :root {
    --font-h1: 24px;
    --font-h2: 20px;
    --font-h3: 18px;
    --font-text-ll: 18px;
    --font-text-l: 16px;
    --font-text-m: 14px;
    --font-text-s: 12px;
    --font-text-ss: 11px;
    --padding-top: 18px;
    --padding-bottom: 24px;
    --container-step: 960px;
  }
}

/* Body Base */
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  color: var(--color-text-primary);
  line-height: var(--line-130);
}

/* Links */
a {
  text-decoration: none;
  /* color: var(--blue); */
}

/* Images */
img {
  width: 100%;
  display: block;
  margin: 0;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.pd-section {
  padding: 32px 16px;
}

.bold {
  font-weight: bold;
}

.rc-btn {
    background-color: var(--color-crimson);
}


/* Headings Base */
h1,
h2,
h3,
h4 {
  /* h4も追加 */
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h2 {
  text-align: center;
  font-weight: 600;
  font-size: var(--font-h2);
  justify-content: center;
}

h3 {
  font-size: var(--font-h3);
  font-weight: bold;
  text-align: center;
}

h4 {
  font-size: var(--font-text-l);
  text-align: center;
  font-weight: bold;
}

p {
  margin: 0;
}


/* ==========================================================================
   見出し共通（shopArea-title, kamome, leaf等）
   ========================================================================== */

.kamome {
  width: 36px;
  height: auto;
}

.kamome.left {
  margin: 0px 10px 0px 0px;
}

.kamome.right {
  margin: 0px 0px 0px 10px;
}


.shopArea-title,
.summersale_section-title {
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: var(--font-text-ll);
  font-weight: 700;
  gap: 4px;
}

.cpnArea_title_phrase {
  color: #fff;
  font-size: var(--font-h2);
}

.stepArea_title_phrase,
.shopArea_title_phrase,
.menuArea_title_phrase,
.othercpnArea_title_phrase {
  font-size: var(--font-h2);
}

.searchArea .shopArea-title {
  margin-bottom: 0px;
}

.shopArea-title.cpn_detail {
  margin: 28px auto;
}

@media (min-width: 768px) {
  .shopArea-title.cpn_detail {
    margin: 0px auto 28px;
  }
}

.accent_left,
.accent_right {
  width: 26px;
  height: auto;
}

.accent_left {
  transform: scaleX(-1);
}

/* 「スマホのみ」表示するクラスの定義（基本は表示） */
.sp-only {
  display: block;
}

/* PC・タブレット向けレイアウト（768px以上） */
@media (min-width: 768px) {

  /* PC版では「スマホのみ」クラスの要素を非表示にする */
  .sp-only {
    display: none !important;
    /* 強制的に非表示 */
  }
}


/* ==========================================================================
   mvArea（mv, mvArea）
   ========================================================================== */

/* （mvAreaのスタイルは現在style.css内に個別定義なし） */


/* ==========================================================================
   summersale追加セクション（index.htmlから移行）
   ========================================================================== */

/* キャンペーン期間セクション */
.term-section {
  background: linear-gradient(to bottom, #0084D8, #1A91C9);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 8px 16px;
  position: relative;
}

.term-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.term-section__deco {
  position: absolute;
  top: 12px;
  width: 48px;
}

.term-section__deco--right {
  left: calc(50% + 69px);
}

.term-section__deco--left {
  left: calc(50% - 116px);
  transform: scaleX(-1);
}

.term-section__heading {
  width: 100%;
  height: auto;
}

.term-section__date {
  text-align: center;
  width: 100%;
}

.term-section__date img {
  max-width: 680px;
  margin: 0 auto;
  
}

.term-section__date span {
  color: white;
  font-size: var(--font-text-s);
  font-weight: 600;
  letter-spacing: -0.48px;
  text-align: center;
}

.term-section__note {
  color: white;
  font-size: var(--font-text-ss);
  line-height: 1.3;
  text-align: center;
  padding: 6px 0px;
}

.term-section__wave {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -1px;
}


@media (min-width: 769px) {
  .term-section {
    padding-top: 24px;
  }

  .term-section__inner {
    gap: 16px;
  }

  .term-section__deco {
    width: 96px;
    top: 22px;
  }

  .term-section__deco--right {
    left: calc(50% + 196px);
  }

  .term-section__deco--left {
    left: calc(50% - 272px);
  }

  .term-section__heading {
    width: 100%;
  }

  .term-section__date span {
    font-size: 18px;
  }

  .term-section__note {
    max-width: 700px;
    padding-bottom: 6px;
    padding: 12px 16px;
  }
}


/* ==========================================================================
   entry-section
   ========================================================================== */

.entry-section {
  max-width: 680px;
  margin: 0 auto;
}


/* ==========================================================================
   波パーツ / wave-bg / benefits-section
   ========================================================================== */

/* 波パーツ共通 */
.wave-top,
.wave-bottom {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}

.wave-bottom {
  margin-bottom: -1px;
  margin-top: -1px;
}

/* 波に挟まれた青背景エリア */
.wave-bg {
  background: linear-gradient(to bottom, #1A91C9, #125EBF);
}

.benefits-section {
  background: linear-gradient(to bottom, #1A91C9, #125EBF);
  position: relative;
  overflow: hidden;
}

.benefits-wave-deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  opacity: 0.5;
}


/* メインコンテナ（画面幅いっぱいに広げる） */
.summersale_benefits-wrapper {
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* コンテンツを中央揃え */
}


/* ヘッダー部分 */
.summersale_title-bubble {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.summersale_bubble-text {
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: var(--font-text-m);
  font-weight: bold;
  position: relative;
}

.summersale_bubble-text::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #1a91c9;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}


/* メッセージ吹き出し */
.summersale_info-box {
  /* margin-bottom: 40px; */
  width: 100%;
  padding: 16px;
}

.summersale_info-box::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 20%;
  /* 尻尾の位置を調整 */
  border-width: 15px 0 0 25px;
  border-style: solid;
  border-color: var(--carwash-blue) transparent transparent transparent;
}

.sub_ttl-img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

/* 特典セクションをまとめるコンテナ */
.summersale_benefits-container {
  width: 100%;
  padding-top: 16px;
}

/* 特典セクション共通 */
.summersale_benefit-section {
  margin-bottom: 30px;
}

.summersale_benefit-header {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 15px;
  max-width: 400px;
  margin: 0 auto 15px;
}

.summersale_benefit-badge {
  background: #ffffff;
  color: var(--carwash-blue);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: var(--Noto-sans);
  font-weight: bold;
}

.summersale_badge-label {
  font-size: var(--font-text-s);
  margin-bottom: 2px;
}

.summersale_badge-num {
  font-size: 28px;
  line-height: 1;
}

.summersale_benefit-title {
  font-size: var(--font-text-ll);
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

/* 黄色の強調テキスト部分 */
.summersale_highlight-block {
  text-align: center;
  color: #FFF762;
  font-weight: bold;
}

.summersale_highlight-sub {
  font-size: var(--font-text-l);
  margin-bottom: 5px;
}

.summersale_highlight-main {
  font-size: var(--font-h2);
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.summersale_highlight-main .num {
  font-size: 50px;
  line-height: 1;
  margin: 0 4px;
  font-family: "Rakuten Sans JP2", hiragino-kaku-gothic-pron;
}

.summersale_highlight-main .unit {
  font-size: 30px;
  margin-right: 4px;
}


/* スマホ版（基本スタイル） */
.divider-img {
  display: block;
  /* 左右中央揃えのためにブロック要素化 */
  width: 100%;
  /* 横幅いっぱい */
  height: auto;
  /* アスペクト比を維持 */
  max-width: 400px;
  /* 必要であれば最大幅を制限（特典ヘッダーと同じくらい） */
  margin: 30px auto;
  /* 上下の余白と左右中央揃え */
}

/* 小さい画面用の調整 */
@media (max-width: 380px) {

  /* .main-title { font-size: 24px; } */
  .summersale_info-box {
    font-size: 16px;
    padding: 10px;
  }

  .summersale_benefit-title {
    font-size: 16px;
  }

  .summersale_highlight-main {
    font-size: 22px;
  }

  .summersale_highlight-main .num {
    font-size: 32px;
  }

  .summersale_highlight-main .unit {
    font-size: 32px;
  }

  .summersale_benefit-header {
    grid-template-columns: 60px 1fr;
    gap: 10px;
  }

  .summersale_benefit-badge {
    width: 60px;
    height: 60px;
  }

  .summersale_badge-num {
    font-size: 24px;
  }
}

/* -----------------------------------
     PC・タブレット向けレイアウト（768px以上）
  ------------------------------------ */
@media (min-width: 768px) {
  .summersale_benefits-wrapper {
    padding-bottom: 20px;
  }

  .benefits-wave-deco {
    bottom: 0;
    transform: translate(-50%, 0);
    max-width: 502px;
    left: 14%;
  }


  .summersale_info-box {
    max-width: 960px;
  }

  /* 特典を2カラムの横並びにする */
  .summersale_benefits-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    /* 特典間の余白 */
    width: 100%;
    padding: 40px 0px;
  }

  .summersale_benefit-section {
    flex: 1;
    /* 幅を均等にする */
    margin-bottom: 0;
  }

  .summersale_benefit-header {
    margin: 0 auto 20px;
  }

}


/* ==========================================================================
   giveaway（giveaway-outer, giveaway-section__*, coin-float）
   ========================================================================== */

/* ギブアウェイセクション */
.giveaway-outer {
  position: relative;
  width: 100%;
}

.giveaway-wrap {
  position: relative;
  width: 100%;
}

.giveaway-section {
  position: relative;
  width: 100%;
  height: 240px;
  /* height: 28vh; */
  overflow: hidden;
  background-image: url('https://carservice.r10s.jp/img/carwash/campaign/summersale/common/coin_bg.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 900px;
  margin: 0 auto;
}

/* .giveaway-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.giveaway-section__coins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* 飛び出しコイン */
.coin-float {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.65s cubic-bezier(0.22, 1.4, 0.36, 1);
}

.coin-float--left {
  width: 20%;
  max-width: 120px;
  left: 0%;
  bottom: 30%;
  transform: translate(30%, 60%) scale(0.5) rotate(-15deg);
}

.coin-float--right {
  width: 20%;
  max-width: 120px;
  right: 0%;
  bottom: 30%;
  transform: translate(-30%, 60%) scale(0.5) rotate(15deg);
}

.coin-float.is-visible {
  opacity: 1;
}

.coin-float--left.is-visible {
  transform: translate(0, 0) scale(1) rotate(0deg);
}

.coin-float--right.is-visible {
  transform: translate(0, 0) scale(1) rotate(0deg);
}

.giveaway-section__happy-img.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.giveaway-section__main-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4vh;
  width: 80%;
  z-index: 20;
  max-width: 476px;
}

.giveaway-section__happy-img {
  position: absolute;
  top: calc(4vw - 20px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px) scale(0.85);
  width: 40%;
  max-width: 154px;
  pointer-events: none;
  user-select: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.giveaway-section__link-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 3px;
  left: 50%;
  transform: translateX(-50%);
  top: 46%;
}

@media (min-width: 440px) and (max-width: 768px) {
  .giveaway-section__link-wrap {
    top: 63%;
  }
}

.giveaway-section__link {
  color: #006497;
  font-size: var(--font-text-m);
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.giveaway-section__link-arrow {
  width: 5px;
  height: 16px;
}

.giveaway-section__note {
  position: absolute;
  text-align: center;
  color: black;
  font-size: var(--font-text-ss);
  left: 50%;
  transform: translateX(-50%);
  top: 89%;
  width: 80%;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
}

@media (min-width: 769px) {
  .giveaway-section {
    height: 300px;
    background-image: url('https://carservice.r10s.jp/img/carwash/campaign/summersale/common/coin_bg_pc.png');

  }

  .giveaway-section__main-img {
    top: 13%;
    max-width: 538px;
  }

  .giveaway-section__link-wrap {
    top: 62%;
  }

  .giveaway-section__note {
    top: 82%;
  }

  .coin-float--left {
    left: 15%;
  }

  .coin-float--right {
    right: 15%;
  }
}

@media (min-width: 1280px) {
  .coin-float--left {
    left: 24%;
  }

  .coin-float--right {
    right: 24%;
  }
}

.giveaway-section__link-arrow {
  width: 9px;
  height: 12px;
}





/* ==========================================================================
   shopArea（shopArea_title_phrase等）
   ========================================================================== */

/* （shopAreaのスタイルは stepArea_title_phrase / shopArea_title_phrase として見出し共通に定義済み） */


/* ==========================================================================
   summersale_reservation-section / steps（summersale_steps, summersale_step-*）
   ========================================================================== */

.summersale_reservation-section {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 32px 16px;
}


/* --- グリッドレイアウト（ここが変更点） --- */
.summersale_steps {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 24px;
}

/* --- PC/タブレット(768px以上)の指定 --- */
@media (min-width: 768px) {

  .summersale_steps {
    /* PCでは隙間を広く(20px)、4列にする */
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* --- 各ステップのカード --- */
.summersale_step-card {
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  border-radius: 4px;
  /* 角を少し丸める */
}

/* --- ヘッダー部分（番号とタイトル） --- */
.summersale_step-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* 番号の緑色の四角 */
.summersale_step-number {
  background-color: var(--summersale-deepblue);
  color: #fff;
  /* スマホ用にサイズを少し小さめに調整 */
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

/* タイトルテキスト */
.summersale_step-title-text {
  color: var(--summersale-deepblue);
  font-size: var(--font-text-l);
  font-weight: bold;
  padding-left: 15px;
  text-align: left;
  line-height: 1.3;
  flex-grow: 1;
}


/* --- PC以上でのヘッダー微調整 --- */
@media (min-width: 768px) {
  .summersale_step-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .summersale_step-title-text {
    font-size: 21px;
    padding-left: 30px;
  }


  .summersale_step-card {
    padding-bottom: 20px;
  }

  .summersale_step-header {
    margin-bottom: 15px;
  }
}

/* --- 画像エリア --- */
.summersale_step-image {
  width: 100%;
  /* スマホでは高さを少し抑える */
  height: 101px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
}

.summersale_step-image img {
  width: 145px;
}

@media (min-width: 768px) {
  .summersale_step-image {
    width: 100%;
    height: 115px;
    margin-bottom: 15px;
  }

  .summersale_step-image img {
    width: 165px;
  }

}

/* --- 説明文 --- */
.summersale_step-desc {
  font-size: var(--font-text-m);
  font-weight: bold;
  /* スマホでは小さく */
  line-height: 1.4;
  margin: 0;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .summersale_step-desc {
    padding: 0 10px;
  }
}


/* ==========================================================================
   cam-float（cam-float, fotter_btn等）
   ========================================================================== */

/* （cam-float / fotter_btnのスタイルは現在style.css内に個別定義なし）*/


/* ==========================================================================
   その他
   ========================================================================== */

/* 楽天Car洗車コーティングなら */

/* ==========================================================================
   intro-advantage (メリットエリア) 関連スタイル 
   ========================================================================== */

.merit-img {
  width: 93px;
}

.intro-advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background-color: #FFF4F7;
  padding: 32px 16px;
}

@media only screen and (max-width: 767px) {
  .intro-advantage {
    gap: 12px
  }
}

.intro-advantage-img {
  padding-bottom: 32px;
  max-width: 488px;
}

.intro-advantage-content {
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
  background-color: #fff;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intro-advantage-content {
    padding: 12px 12px 24px 12px;
    border-radius: 4px;
    gap: 10px;
  }
}

.intro-advantage-row {
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
}

@media only screen and (min-width: 768px) {
  .intro-advantage-row {
    flex-direction: row;
  }
}

.intro-advantage-content img {
  max-width: 100%;
  height: auto;
  font-size: 0
}

@media only screen and (max-width: 767px) {
  .intro-advantage-row {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
  }
}

.intro-advantage-content .intro-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.intro-advantage-content .intro-title-num {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-family: var(--Noto-sans);
  /* 注意: 提供されたCSS内に--Noto-sansの定義はありませんでした */
  color: #BE8D47;
}

.intro-title--red {
  color: #bf0000
}

@media only screen and (max-width: 767px) {
  .intro-advantage-content .intro-title {
    font-size: 20px
  }
}

.intro-advantage-content .intro-sub {
  font-size: var(--font-text-l);
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .intro-advantage-content .intro-sub {
    /* font-size: 14px; */
    width: 224px;
  }
}

.intro-caution {
  font-size: var(--font-text-s);
  max-width: 700px;
  line-height: normal;
}

/* @media only screen and (max-width: 767px) {
  .intro-caution {
    font-size: 11px
  }
} */

.intro-advantage-content-title {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 350px;
}

.intro-advantage-content-text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.cpndetail_title_phrase {
  font-size: var(--font-h2);
  font-weight: bold;
}

.rc-header-sidebar__button-img {
  margin: 0 auto;
}


/* ==========================================================================
   othercpn
   ========================================================================== */


.othercpnArea_body {
  padding-top: 24px;
  max-width: 680px;
  margin: 0 auto;
}

.othercpnArea_content_cta {
  padding: 24px 0 8px;
}

.othercpnArea_content_ctatxt {
  display: block;
  width: 100%;
  padding: 16px;
  text-align: center;
  font-size: var(--font-text-ll);
  font-weight: bold;
  color: #fff;
  background: var(--color-crimson);
  border-radius: 60px;
  text-decoration: none;
  max-width: 542px;
  margin: 0 auto;
  
}

.othercpnArea_content_ctatxt:hover {
  background-color: #fff;
  border: 1px solid var(--color-crimson);
}

.othercpnArea_content_detail {
  text-align: center;
  font-size: var(--font-text-s);
}



/* ==========================================================================
   11. Floating Buttons
   ========================================================================== */

.cam-float {
  position: fixed;
  width: 100vw;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 16px 8px;
  z-index: 50;
}

.fotter_btn {
  display: flex;
  max-width: 768px;
  margin: 0 auto;
  gap: 10px;
  justify-content: center;
}

.fotter_btn a {
  text-decoration: none;
  color: var(--white);
  /* 親要素で指定されているため不要な可能性あり */
}

.float_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: var(--font-text-s);
  color: var(--color-crimson);
}

/* Button Base (rc-btn, shoparea-btnで共通化) */
.rc-btn,
.shoparea-btn {
  display: inline-flex;
  width: calc((100% - 10px) / 2);
  min-height: 48px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  /* ベンダープレフィックスを削除 */
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.shoparea-btn {
  background-color: var(--white);
  color: var(--crimson-red);
  /* shoparea-btnは赤文字 */
}




/* ==========================================================================
    cpnrule
   ========================================================================== */


.campaignRule {
  padding: 24px 0px;
}

/* ==========================================================================
    External Library Overrides / Specific Adjustments
   ========================================================================== */

/* ReX Campaign Entry Button specific override */
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
  padding: 0.75rem 0 !important;
}

.CampaignEntryButton_campaignButton__n6hK5 {
  margin: 0 !important;
}


/*rule*/

.campaignRule {
  max-width: 960px;
  margin: 0 auto;
}

/* .campaignRule_container {
  margin: 0 16px;
} */

@media all and (min-width:768px) {
  .campaignRule_container {
    margin: 0px;
  }
}


/*add*/
.st-Breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
}

.st-Breadcrumb_List {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0px 16px !important;
}

@media only screen and (max-width: 330px) {
  .CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    font-size: 6.9333333333vw;
    min-width: 19rem !important;
  }
}


@media screen and (max-width: 768px) {
  .CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 769px) {
  .CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    font-size: 22px !important;
  }
}

/* ==========================================================================
   End of Styles
   ========================================================================== */