@charset "UTF-8";

/* フォント */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese");
@font-face {
  font-family: MazdaTypeRegular;
  src:
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff2") format("woff2"),
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Regular.woff") format("woff"),
    url("https://www2.mazda.co.jp/common/assets/fonts/MazdaTypeTT-Regular.ttf") format("truetype");
}
@font-face {
  font-family: MazdaTypeMedium;
  src:
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.woff2") format("woff2"),
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Medium.woff") format("woff"),
    url("https://www2.mazda.co.jp/common/assets/fonts/MazdaTypeTT-Medium.ttf") format("truetype");
}
@font-face {
  font-family: MazdaTypeBold;
  src:
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.woff2") format("woff2"),
    url("https://www2.mazda.co.jp/common/fonts/MazdaTypeTT-Bold.woff") format("woff"),
    url("https://www2.mazda.co.jp/common/assets/fonts/MazdaTypeTT-Bold.ttf") format("truetype");
}

/* リセット */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

/* カラー変数 */
:root {
  --red: #c1272d;
  --gold: #cab66b;
  --gray: #4c4948;
  --black: #000;
  --white: #fff;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "MazdaTypeMedium", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo UI", "Yu Gothic Medium", sans-serif;
  background-color: var(--gray);
  color: #fff;
  min-width: 1025px;
}

/* ============================================
   ヘッダー
   ============================================ */
header {
  height: 65px;
  width: 100%;
  background-color: var(--gray);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 994px;
  padding: 0 3%;
  margin: 0 auto;
  height: 100%;
}
.header__logo {
  height: 50px;
}
.header__dealer {
  line-height: 65px;
  font-size: 2rem;
  display: block;
  color: #666;
  transition: 0.3s;
}
.header__dealer:hover {
  color: #fff;
}

/* ============================================
   ヒーロー
   ============================================ */
.hero {
  position: relative;
  height: 700px;
  overflow: hidden;
  background-color: #111;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/mv-bg-pc.jpg");
  background-size: 100%;
  background-position: center calc(60% + 20px);
  background-repeat: no-repeat;
}
.hero__bg img {
  display: none;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
}
.hero__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 100%;
  text-align: center;
}
.hero__sub {
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.21em;
  line-height: 1;
}
.hero__main {
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 7rem;
  color: #fff;
  letter-spacing: 0.44em;
  line-height: 1;
}
.hero__body {
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 2.2rem;
  color: #bfbfbf;
  letter-spacing: 0.24em;
  line-height: 1.9;
}
.hero__edition-block {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__edition-brand {
  font-family: "MazdaTypeRegular", sans-serif;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.hero__edition-text {
  font-family: "MazdaTypeRegular", sans-serif;
  font-size: 18rem;
  color: var(--red);
  letter-spacing: 0.11em;
  line-height: 0.7;
}
.hero__edition-line {
  width: 100%;
  line-height: 0;
}
.hero__edition-line img {
  width: 100%;
  height: 4px;
}

/* ============================================
   カーセクション（共通）
   ============================================ */
.car-section {
  background-color: var(--black);
  padding: 223px 0;
}
.car-section__inner {
  max-width: 994px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* キャッチコピー */
.car-catch-area {
  text-align: center;
}
.car-catch {
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 4.6rem;
  color: var(--gold);
  line-height: 1.25;
}

/* 車名ブロック */
.car-name-area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}
.car-name {
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 9.1rem;
  color: #fff;
  line-height: 1;
}
.car-edition {
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
}
.text-red {
  color: var(--red);
}
.text-white {
  color: #fff;
}
.car-spec-main {
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
}

/* ============================================
   クルマ画像＋期限バッジ
   ============================================ */
.car-visual-wrap {
  position: relative;
  width: 100%;
  margin-bottom: -60px;
}
.car-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.car-limit-badge {
  position: absolute;
  top: 89px;
  left: 73px;
  width: 155px;
  z-index: 2;
}
.badge-circle {
  width: 155px;
  height: 155px;
}
.badge-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "MazdaTypeMedium", sans-serif;
  color: var(--gold);
  line-height: 1;
  gap: 2px;
}
.badge-year-row {
  display: flex;
  align-items: baseline;
}
.badge-year {
  font-size: 3rem;
}
.badge-nen {
  font-size: 2rem;
}
.badge-date-row {
  display: flex;
  align-items: baseline;
}
.badge-month,
.badge-day {
  font-size: 5.1rem;
}
.badge-kanji {
  font-size: 3.3rem;
}
.badge-made {
  font-size: 2.7rem;
}

/* ============================================
   ボディカラー
   ============================================ */
.body-color-note {
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 1.2rem;
  color: #fff;
}

/* ============================================
   価格表示
   ============================================ */
.price-display {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: -80px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
  gap: 30px;
}
.price-display__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  flex: 1;
  min-width: 0;
}
.price-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price-item__label {
  font-family: "MazdaTypeBold", sans-serif;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.55;
  white-space: nowrap;
  margin-bottom: -8px;
}
.price-item__num {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-family: "MazdaTypeMedium", sans-serif;
}
.num-int {
  font-size: 9.36rem;
  line-height: 1;
  margin-right: -5px;
}
.num-suffix {
  display: flex;
  flex-direction: column;
  width: 87px;
}
.num-suffix--end {
  justify-content: flex-end;
}
.num-dec {
  font-size: 3.17rem;
  line-height: 1;
}
.num-unit {
  font-size: 4.23rem;
  line-height: 1;
}
/* コミコミ総額（大きめ） */
.num-int--lg {
  font-size: 12.42rem;
  margin-right: -7px;
}
.num-suffix--lg {
  width: 115px;
}
.num-dec--lg {
  font-size: 4.2rem;
}
.num-unit--lg {
  font-size: 5.61rem;
}

.price-sign {
  flex-shrink: 0;
  width: 32px;
  line-height: 0;
}
.price-sign img {
  width: 100%;
  height: 3px;
}
.price-sign--eq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price-sign__eq-inner {
  position: relative;
  width: 32px;
  height: 14px;
  flex-shrink: 0;
}
.price-sign__eq-inner img {
  position: absolute;
  inset: -10% 0;
  width: 100%;
  height: 120%;
  display: block;
  max-width: none;
}

.price-total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-end;
}
.price-total__label {
  font-family: "MazdaTypeBold", sans-serif;
  font-size: 2.98rem;
  color: #fff;
  line-height: 1.55;
  white-space: nowrap;
  margin-bottom: -11px;
}
.price-total__num {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "MazdaTypeMedium", sans-serif;
  line-height: 1;
}

/* ============================================
   スカイプラン
   ============================================ */
.sky-plan {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}
.sky-plan__header {
  background-color: var(--red);
  height: 43px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-family: "MazdaTypeBold", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  white-space: nowrap;
}
.sky-plan__row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.sky-plan__label-box {
  flex-shrink: 0;
  border: 1px solid #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "MazdaTypeBold", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
}
.sky-plan__type {
  flex: 1;
  font-family: "MazdaTypeBold", sans-serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1.55;
}
.sky-plan__monthly {
  font-size: 5.07rem;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.monthly-num {
  font-size: 9.42rem;
}
.sky-plan__detail {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}
.sky-plan__col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.detail-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-family: "MazdaTypeBold", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.75;
}
.detail-key {
  white-space: nowrap;
}
.detail-val {
  white-space: nowrap;
  text-align: right;
}

/* ============================================
   付属品・その他・内訳テーブル
   ============================================ */
.items-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.items-section__header {
  background-color: var(--red);
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  font-family: "MazdaTypeBold", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  white-space: nowrap;
}
.items-section__header--accordion {
  cursor: pointer;
  user-select: none;
  height: auto;
  padding: 9px 30px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.accordion-arrow {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.accordion-arrow.is-open {
  transform: rotate(90deg);
}
.items-table {
  width: 100%;
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 1.5rem;
  color: #fff;
}
.items-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.75;
}
.items-bullet {
  flex-shrink: 0;
  width: 1.5em;
}
.items-name {
  flex: 1;
  min-width: 0;
}
.items-code {
  flex-shrink: 0;
  width: 50px;
  white-space: nowrap;
}
.items-price {
  flex-shrink: 0;
  width: 90px;
  text-align: right;
  white-space: nowrap;
}

/* ============================================
   ボタン
   ============================================ */
.car-btns {
  display: flex;
  gap: 50px;
  width: 100%;
}
.car-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 24px;
  border-radius: 3px;
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.car-btn:hover {
  opacity: 0.8;
}
.car-btn img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.car-btn--white {
  background-color: #fff;
  color: #101010;
}
.car-btn--gold {
  background-color: var(--gold);
  color: #101010;
}

/* ============================================
   セクション区切り線
   ============================================ */
.section-divider {
  background-color: var(--black);
  padding: 40px 0;
  line-height: 0;
}
.section-divider img {
  width: 100%;
  height: 4px;
  display: block;
}

/* ============================================
   注意事項
   ============================================ */
.disclaimer {
  background-color: #fff;
  padding: 100px 0;
}
.disclaimer__inner {
  max-width: 994px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.comikomi-note {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.comikomi-note__label {
  flex-shrink: 0;
  width: 261px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4d5b6e;
  font-family: "MazdaTypeMedium", sans-serif;
  font-size: 1.7rem;
  color: #4d5b6e;
}
.comikomi-note__text {
  flex: 1;
  font-family: "MazdaTypeRegular", sans-serif;
  font-size: 1.5rem;
  color: #4d5b6e;
  line-height: 1.5;
}
.disclaimer__text {
  font-family: "MazdaTypeRegular", sans-serif;
  font-size: 1.2rem;
  color: #4d5b6e;
  line-height: 1.5;
  text-align: left;
}

/* ============================================
   CX-5 ビジュアル帯
   ============================================ */
.cx5-visual {
  background-color: #fff;
  padding: 0 0 100px;
}
.cx5-visual__inner {
  max-width: 994px;
  margin: 0 auto;
  line-height: 0;
}
.cx5-visual__inner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   フッター
   ============================================ */
footer {
  width: 100%;
  background-color: var(--gray);
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
footer p {
  font-size: clamp(1.2rem, 1.1rem + 0.25vw, 1.4rem);
  line-height: 1.75;
  letter-spacing: 0.05rem;
}

/* ============================================
   レスポンシブ
   ============================================ */
.sp-only {
  display: none;
}

/* タブレット（〜1024px） */
@media (max-width: 1024px) {
  body {
    min-width: 0;
  }
  .hero {
    height: 650px;
  }
  .hero__bg {
    background-size: 150%;
    background-position: center calc(60%);
  }
  .hero__main {
    font-size: 6rem;
    letter-spacing: 0.2em;
  }
  .hero__body {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  .hero__edition-block {
    margin-bottom: 100px;
  }
  .hero__edition-brand {
    font-size: 3rem;
  }
  .hero__edition-text {
    font-size: 12rem;
  }
  .car-section {
    padding: 120px 40px;
  }
  .car-section__inner {
    max-width: 100%;
  }
  .car-catch {
    font-size: 4rem;
    line-height: 1.42;
  }
  .car-visual-wrap {
    transform: scale(0.9);
    transform-origin: top center;
  }
  .car-limit-badge {
    top: 20px;
    left: 20px;
  }
  .num-int {
    font-size: 7rem;
  }
  .num-suffix {
    width: 65px;
  }
  .num-dec {
    font-size: 2.4rem;
  }
  .num-unit {
    font-size: 3.2rem;
  }
  .num-int--lg {
    font-size: 9.5rem;
  }
  .num-suffix--lg {
    width: 88px;
  }
  .num-dec--lg {
    font-size: 3.2rem;
  }
  .num-unit--lg {
    font-size: 4.3rem;
  }
  .price-left {
    gap: 24px;
  }
  .sky-plan__row {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .sky-plan__label-box {
    display: none;
  }
  .sky-plan__type {
    text-align: center;
    width: 100%;
  }
  .sky-plan__type p:first-child::before {
    content: "［ お支払い例 ］";
  }
  .sky-plan__monthly {
    text-align: center;
    width: 100%;
  }
  .sky-plan__detail {
    gap: 10px;
  }
  .items-table {
    font-size: 1.3rem;
  }
  .detail-row {
    font-size: 1.2rem;
  }
  .disclaimer__inner,
  .cx5-visual__inner {
    padding: 0 40px;
  }
  .comikomi-note {
    align-items: stretch;
  }
  .comikomi-note__label {
    height: auto;
  }
}

/* スマホ（〜767px） */
@media (max-width: 767px) {
  /* ヒーロー */
  .hero {
    height: 540px;
  }
  .hero__bg {
    background-image: url("../images/mv-bg-sp.jpg");
    background-size: 100% auto;
  }
  .hero__overlay {
    padding-top: 40px;
  }
  .hero__text-block {
    gap: 16px;
  }
  .hero__sub {
    font-size: 1.3rem;
  }
  .hero__main {
    font-size: 4rem;
    letter-spacing: 0;
  }
  .hero__body {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .hero__edition-block {
    margin-bottom: 60px;
  }
  .hero__edition-brand {
    font-size: 2rem;
  }
  .hero__edition-text {
    font-size: 7rem;
  }

  /* カーセクション */
  .car-section {
    padding: 60px 20px;
  }
  .car-section__inner {
    gap: 24px;
  }
  .car-catch {
    font-size: 2rem;
    line-height: 1.6;
  }

  /* クルマ画像＋期限バッジ */
  .car-visual-wrap {
    overflow: hidden;
    margin-bottom: -30px;
  }
  .car-img {
    width: 120%;
    max-width: none;
    margin-left: -6%;
  }
  .car-limit-badge {
    top: 21px;
    left: 0px;
    width: 80px;
  }
  .badge-circle {
    width: 80px;
    height: 80px;
  }
  .badge-year {
    font-size: 1.25rem;
  }
  .badge-nen {
    font-size: 0.83rem;
  }
  .badge-month,
  .badge-day {
    font-size: 2.14rem;
  }
  .badge-kanji {
    font-size: 1.37rem;
  }
  .badge-made {
    font-size: 1.13rem;
  }
  .car-name {
    font-size: 5.5rem;
  }
  .car-edition {
    font-size: 2.8rem;
  }
  .car-spec-main {
    font-size: 1.3rem;
  }

  /* 価格表示 */
  .price-display {
    flex-direction: row;
    align-items: flex-end;
    gap: 6px;
    margin-top: 0;
    padding-top: 0;
  }
  .price-display__left {
    width: auto;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
  }
  .price-left {
    gap: 6px;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .body-color-note {
    font-size: 1rem;
  }
  .body-color-note.sp-only {
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
  }
  .price-item__label {
    font-size: 1.12rem;
    margin-bottom: 2px;
  }
  .num-int {
    font-size: 3.37rem;
    margin-right: 0;
  }
  .num-suffix {
    width: 3.11rem;
  }
  .num-dec {
    font-size: 1.14rem;
  }
  .num-unit {
    font-size: 1.52rem;
  }
  .price-total__label {
    font-size: 1.8rem;
    margin-bottom: -8px;
  }
  .num-int--lg {
    font-size: 5.13rem;
    margin-right: 0;
  }
  .num-suffix--lg {
    width: 4.74rem;
  }
  .num-dec--lg {
    font-size: 1.74rem;
  }
  .num-unit--lg {
    font-size: 2.32rem;
  }
  .price-sign {
    width: 14px;
  }
  .price-sign:not(.price-sign--eq) {
    margin-bottom: 16px;
  }
  .price-sign__eq-inner {
    width: 13px;
    margin-bottom: 16px;
  }

  /* スカイプラン */
  .sky-plan__header {
    font-size: 1.5rem;
    height: auto;
    padding: 10px;
    white-space: normal;
    text-align: center;
    word-break: break-word;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sky-plan__type {
    font-size: 1.2rem;
  }
  .sky-plan__monthly {
    font-size: 3.28rem;
    line-height: 1;
  }
  .monthly-num {
    font-size: 5.6rem;
  }
  .sky-plan__detail {
    flex-direction: column;
    gap: 0;
  }
  .detail-row {
    font-size: 1.3rem;
  }

  /* 付属品テーブル */
  .items-section__header {
    font-size: 1.5rem;
    padding: 10px 16px;
    white-space: normal;
    height: auto;
  }
  .items-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .items-row {
    font-size: 1.3rem;
    gap: 4px;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
  }
  .items-name {
    flex: none;
    width: auto;
    white-space: nowrap;
    min-width: 0;
  }
  .items-code {
    display: block;
    flex-shrink: 0;
    width: auto;
    white-space: nowrap;
  }
  .items-price {
    flex-shrink: 0;
    width: auto;
    white-space: nowrap;
  }
  .items-scroll-inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    column-gap: 12px;
    width: max-content;
    min-width: 100%;
  }
  .items-scroll-inner .items-row {
    display: contents;
  }
  .items-scroll-inner .items-bullet,
  .items-scroll-inner .items-name,
  .items-scroll-inner .items-code {
    white-space: nowrap;
    align-self: center;
    width: auto;
    flex: none;
  }
  .items-scroll-inner .items-price {
    text-align: right;
    white-space: nowrap;
    align-self: center;
    width: auto;
  }

  /* ScrollHintラッパー余白リセット */
  .scroll-hint-shadow-wrap,
  .scroll-hint {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 合計総額の内訳・その他テーブル（折り返し） */
  .items-table--wrap {
    overflow-x: visible;
  }
  .items-table--wrap .items-row {
    flex-wrap: nowrap;
    width: auto;
    min-width: 0;
    align-items: flex-start;
  }
  .items-table--wrap .items-bullet {
    flex-shrink: 0;
  }
  .items-table--wrap .items-name {
    flex: 1;
    white-space: normal;
    word-break: break-word;
    min-width: 0;
  }
  .items-table--wrap .items-code {
    display: none;
  }
  .items-table--wrap .items-price {
    flex-shrink: 0;
    margin-left: 8px;
    white-space: nowrap;
    text-align: right;
  }

  /* ボタン */
  .car-btns {
    flex-direction: column;
    gap: 16px;
  }
  .car-btn {
    font-size: 1.5rem;
  }

  /* 注意事項 */
  .disclaimer {
    padding: 60px 0;
  }
  .disclaimer__inner,
  .cx5-visual__inner {
    padding: 0 20px;
  }
  .comikomi-note {
    flex-direction: column;
  }
  .comikomi-note__label {
    width: 100%;
    height: auto;
    padding: 12px;
  }

  /* フッター */
  header {
    height: 60px;
  }
  footer {
    padding: 60px 20px;
  }
}
