@charset "UTF-8";

/*----------------------------------------------------------
真空包装機LP v01 リニューアル（MV～リース帯の上まで）＋フッター追従
　・MV：.mvre-*（既存 v01.css の key-visual とはクラスを分けて共存）
　・フッター追従：.vfx-*
　・SPは製品カード（卓上型最小サイズ～）を自動スライドのループカルーセルで表示
-------------------------------------------------------------*/

.mvre,
.mvre *,
.mvre *::before,
.mvre *::after,
.vfx,
.vfx *,
.vfx *::before,
.vfx *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* reset.css のクリアフィックス疑似要素を無効化 */
.mvre div:after,
.mvre ul:after,
.mvre li:after,
.mvre p:after,
.mvre figure:after,
.vfx div:after,
.vfx ul:after,
.vfx li:after,
.vfx dl:after,
.vfx p:after {
  content: none;
  display: none;
}

/* ※IDセレクタ（旧 v01.css の #key-area { background:#0c1021 } 等）に勝つため #key-area.mvre で上書き */
#key-area.mvre {
  position: relative;
  overflow: hidden;
  background: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
}

/* =MVヘッダー帯（キャッチコピー）
-------------------------------------------------------------*/
.mvre-head {
  position: relative;
  height: 348px;
  /* 地色 #F5F8FA。中央は地色のままで、外周に向かってグレーに沈む（デザインの放射グラデ準拠）
     楕円の半径・位置・色の変わり始めはFigmaの指定値に合わせている */
  background: #F5F8FA;
  background:
    radial-gradient(ellipse 1106px 367px at 50% 174px,
      rgba(186, 189, 191, 0) 58.3%,
      rgba(186, 189, 191, 0.5) 81.3%,
      rgba(186, 189, 191, 1) 100%),
    #F5F8FA;
}

/* 左の照り焼きパック画像 */
.mvre-pack {
  position: absolute;
  left: calc(50% - 486px);
  top: 34px;
  width: 354px;
  height: 287px;
  margin: 0;
  mix-blend-mode: multiply;
}

.mvre-pack img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mvre-head-inner {
  position: absolute;
  left: calc(50% - 108px);
  top: 83px;
}

.mvre-logo {
  margin: 0 0 31px; /* ロゴ下端からキャッチまでの間隔（デザインの位置に合わせた実測値） */
  width: 183px;
}

.mvre-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mvre-copy {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.048em;
  line-height: 1.4;
  color: #000;
  white-space: nowrap;
}

.mvre-copy .s {
  font-size: 36px;
}

/* SP専用の改行（PCでは無効） */
.mvre-copy .brsp {
  display: none;
}

/* =MV本体（製品ラインナップ）
-------------------------------------------------------------*/
.mvre-body {
  position: relative;
  z-index: 1; /* 装飾より前面（装飾はカードの地色ごしに透ける） */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  max-width: 1072px;
  margin: 40px auto 0;
  padding-bottom: 100px;
}

/* 装飾（エビ・野菜・肉）
   デザインでは製品カードの背面にあり、カードの半透明の地色ごしに透けて見える */
.mvre-deco {
  position: absolute;
  margin: 0;
  pointer-events: none;
}

.mvre-deco img {
  display: block;
  width: 100%;
  height: auto;
}

/* エビは袋・影・中身が合成済みの書き出し画像。
   デザインでの見え方（エビ本体が x1116-／y314-548）に合わせた位置・大きさ。
   デザイン幅(1280px)では右端が画面外に出る配置だが、広い画面では画面内に収まり
   写真の切り口が線に見えるため、右端を少しフェードさせる */
.mvre-deco-ebi {
  top: 254px;
  right: calc(50% - 640px);
  width: 267px;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(4%, rgb(0, 0, 0)));
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 4%);
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 4%);
}

/* 野菜・肉は「回転前の写真をCSSで回転」させる（デザインと同じ組み方）。
   枠＝回転後の外接ボックス、中の画像＝回転前のサイズ */
.mvre-deco-veg,
.mvre-deco-meat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mvre-deco-veg {
  top: 470px;
  left: calc(50% - 771px);
  width: 409px;
  height: 396px;
}

.mvre-deco-veg img {
  width: 320px;
  height: 296px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(22.41deg);
          transform: rotate(22.41deg);
}

.mvre-deco-meat {
  top: 779px;
  left: calc(50% + 349px);
  width: 397px;
  height: 369px;
}

.mvre-deco-meat img {
  width: 352px;
  height: 318px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(-8.96deg);
          transform: rotate(-8.96deg);
}

/* カード共通（うすいグラデ） */
.mvre-card {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 248, 250, 0.8)), to(rgba(229, 234, 238, 0.8)));
  background: linear-gradient(180deg, rgba(245, 248, 250, 0.8) 0%, rgba(229, 234, 238, 0.8) 100%);
  border-radius: 12px;
}

/* カード見出し（下線つき） */
.mvre-card-label {
  margin: 0 auto;
  padding: 15px 15px 12px;
  border-bottom: 1.5px solid #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.mvre-model {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}

.mvre-type {
  margin: 0 0 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

/* --- 左：ホットパック大カード --- */
.mvre-hotpack {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 508px;
  height: 626px;
  padding: 40px 0 0;
  position: relative;
}

.mvre-hotpack .mvre-card-label {
  width: 323px;
  padding-bottom: 14px;
}

.mvre-hotpack-sub {
  display: block;
  font-size: 22.5px;
}

.mvre-hotpack-main {
  display: block;
  font-size: 27px;
}

/* 写真とラベルは、デザインの座標どおり個別に絶対配置する
   （写真ごとに大きさが違うため、ラベルを写真にぶら下げると高さが揃わない） */
.mvre-hotpack-stage {
  position: relative;
  height: 460px;
}

.mvre-hotpack-photo {
  position: absolute;
  margin: 0;
}

.mvre-hotpack-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mvre-hotpack-small {
  left: 37px;
  top: 171px;
  width: 203px;
  height: 183px;
}

.mvre-hotpack-large {
  left: 222px;
  top: 64px;
  width: 220px;
  height: 305px;
}

/* ラベル（タイプ名＋型番）は2つとも同じ高さに揃える */
.mvre-hotpack-label {
  position: absolute;
  top: 382px;
}

.mvre-hotpack-label-small {
  left: 37px;
  width: 203px;
}

.mvre-hotpack-label-large {
  left: 222px;
  width: 220px;
}

.mvre-hotpack-label .mvre-model {
  font-size: 15px;
}

/* --- 右：製品カード群 --- */
.mvre-lineup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.mvre-cards {
  width: 100%;
}

.mvre-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mvre-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 15px;
  margin: 0;
}

.mvre-item-small {
  grid-column: span 2;
  height: 310px;
}

.mvre-item-wide {
  grid-column: span 3;
  height: 308px;
}

.mvre-item .mvre-card-label {
  width: 100%;
  padding: 12px 6px;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mvre-item-wide .mvre-card-label {
  font-size: 18px;
}

.mvre-photo {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 0;
}

.mvre-photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mvre-item-small .mvre-photo img {
  max-height: 165px;
}

.mvre-item-wide .mvre-photo img {
  max-height: 162px;
}

/* 最安値バッジ（オレンジ円） */
.mvre-badge-sale {
  position: absolute;
  left: 3px;
  top: 8px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #F29655;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

/* 税制優遇タグ＋型番 */
.mvre-item-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.mvre-tax {
  display: inline-block;
  padding: 6px;
  border-radius: 2px;
  background: #737779;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.mvre-item-wide .mvre-model {
  font-size: 15px;
}

/* カルーセル複製（PCでは非表示） */
.mvre-clone {
  display: none;
}

/* =フッター追従（.vfx）
-------------------------------------------------------------*/
body {
  padding-bottom: 126px; /* 追従バーでコンテンツが隠れないように（バーの高さぶん） */
}

.vfx {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #11252E;
  padding: 20px 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
}

.vfx-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 86px;
  max-width: 1040px;
  margin: 0 auto;
  /* デザインでは電話ブロックが左から20px、ボタンの右端が右から35px内側 */
  padding: 0 35px 0 20px;
}

/* 電話ブロック */
.vfx-tel {
  /* デザインの電話ブロック幅。閲覧環境のフォントが太い場合に営業時間が折り返さないよう最小幅で持つ */
  min-width: 290px;
  position: relative;
  top: 2px; /* デザインではアイコン列よりわずかに下 */
  color: #fff;
  text-align: center;
}

.vfx-tel-title {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.vfx-tel-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  margin: 8px 0 0; /* タイトルとの間隔（デザインの見た目に合わせた実測値） */
}

.vfx-tel-num svg {
  width: 30px;
  height: 22px;
  fill: #fff;
}

/* 電話番号は画像（SVG）。閲覧環境のフォントに左右されずデザイン通りに表示する */
.vfx-tel-num a {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.vfx-tel-num img {
  display: block;
  width: 182px;
  height: auto;
}

.vfx-tel-hours {
  margin: 10px 0 0; /* 番号との間隔（デザインの見た目に合わせた実測値） */
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap; /* デザインどおり1行で表示する */
  color: #fff;
}

/* ボタン3つ */
.vfx-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vfx-btns li {
  margin: 0;
}

.vfx-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 60px;
  padding: 0 10px 0 18px;
  border-radius: 100vw;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.vfx-btn:hover {
  opacity: 0.85;
}

.vfx-btn img {
  display: block;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vfx-btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  color: #fff;
}

.vfx-btn-red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #EF582B), to(#EB264B));
  background: linear-gradient(180deg, #EF582B 1%, #EB264B 100%);
}

.vfx-btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F08030), to(#FF4E24));
  background: linear-gradient(180deg, #F08030 1%, #FF4E24 100%);
}

.vfx-btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0CA1C8), to(#176F99));
  background: linear-gradient(180deg, #0CA1C8 1%, #176F99 100%);
}

/* PCでは SP用改行を無効 */
.vfx-brsp {
  display: none;
}

/* 既存のポップアップボタン（fixed bottom:20px）を追従バーの上へ退避 */
#pop-btn {
  bottom: 146px !important;
}

/* =「今すぐお見積もり」ボタン（リニューアルでオレンジに変更）
   対象は MV下（.price-area）と各機種カード（#lineup-area1 / #lineup-area2、
   その中の .pickup-lineup__cta を含む）。「オープン価格」の文字色も同じオレンジ。
   ※CVエリアの3ボタン（.cv-area2）の見積は赤のままなので対象外
-------------------------------------------------------------*/
.price-area a,
#lineup-area1 a,
#lineup-area2 a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F08030), to(#FF4E24));
  background: linear-gradient(180deg, #F08030 1%, #FF4E24 100%);
}

/* =CTAエリア差し替えブロック
   ページ内の旧CTA（3ボタン）を共通コンポーネント（/inc/v-cta.html）へ置き換えた箇所。
   コンポーネントに含めない注記（※お見積もりは〜）だけページ側で出す。
-------------------------------------------------------------*/
.v-cta-block {
  padding: 40px 0;
}

.v-cta-note {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  color: #1A273E;
}

/* =スマホ（780px以下）
-------------------------------------------------------------*/
@media screen and (max-width: 780px) {

  #pop-btn {
    bottom: 90px !important;
  }

  /* --- MVヘッダー帯 --- */
  .mvre-head {
    height: 250px;
  }

  .mvre-pack {
    left: -130px;
    top: 38px;
    width: 246px;
    height: 196px;
  }

  .mvre-pack img {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .mvre-head-inner {
    left: 128px;
    top: 24px;
  }

  .mvre-logo {
    width: 116px;
    margin-bottom: 19px; /* キャッチの位置をデザインに合わせる */
  }

  .mvre-copy {
    font-size: 28px;
    letter-spacing: 0.06em;
    line-height: 1.34;
  }

  .mvre-copy .s {
    font-size: 26px;
  }

  .mvre-copy .brsp {
    display: inline;
  }

  /* --- 装飾 --- */
  /* 装飾（SP）。デザインの座標・大きさに合わせる。
     野菜と肉は回転前の写真をCSSで回転させる（PCと同じ組み方） */
  .mvre-deco-ebi {
    top: 202px;
    right: -3px;
    width: 120px;
  }

  .mvre-deco-veg {
    top: 428px;
    left: -85px;
    width: 194px;
    height: 192px;
  }

  .mvre-deco-veg img {
    width: 143px;
    height: 132px;
    -webkit-transform: rotate(38.42deg);
            transform: rotate(38.42deg);
  }

  .mvre-deco-meat {
    top: 685px;
    bottom: auto;
    left: 218px;
    right: auto;
    width: 234px;
    height: 222px;
  }

  .mvre-deco-meat img {
    width: 189px;
    height: 171px;
    -webkit-transform: rotate(-18.57deg);
            transform: rotate(-18.57deg);
  }

  /* --- MV本体 --- */
  .mvre-body {
    display: block;
    max-width: none;
    margin: 20px 0 0;
    padding: 0 20px 60px;
  }

  /* ホットパック大カード */
  .mvre-hotpack {
    width: 100%;
    height: 315px;
    padding-top: 14px;
    border-radius: 10px;
  }

  .mvre-hotpack .mvre-card-label {
    width: 214px;
    padding: 0 0 10px;
    border-bottom-width: 1px;
  }

  .mvre-hotpack-sub {
    font-size: 15px;
  }

  .mvre-hotpack-main {
    font-size: 18px;
  }

  .mvre-hotpack-stage {
    height: 251px;
  }

  .mvre-hotpack-small {
    left: 45px;
    top: 81px;
    width: 120px;
    height: 108px;
  }

  .mvre-hotpack-large {
    left: 161px;
    top: 24px;
    width: 130px;
    height: 180px;
  }

  .mvre-hotpack-label {
    top: 211px;
  }

  .mvre-hotpack-label-small {
    left: 45px;
    width: 120px;
  }

  .mvre-hotpack-label-large {
    left: 161px;
    width: 130px;
  }

  .mvre-hotpack-label .mvre-type {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .mvre-hotpack-label .mvre-model {
    font-size: 10px;
  }

  /* --- 製品カード：自動スライドのループカルーセル --- */
  .mvre-cards {
    overflow: hidden;
    margin-top: 8px;
  }

  .mvre-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: mvre-scroll 24s linear infinite;
            animation: mvre-scroll 24s linear infinite;
  }

  /* 複製セットを表示して切れ目なくループ（1セット分＝-50%移動） */
  .mvre-clone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  @-webkit-keyframes mvre-scroll {
    to { -webkit-transform: translateX(calc(-50% - 4px)); transform: translateX(calc(-50% - 4px)); }
  }

  @keyframes mvre-scroll {
    to { -webkit-transform: translateX(calc(-50% - 4px)); transform: translateX(calc(-50% - 4px)); }
  }

  /* 動きを抑える設定の環境ではスライドしない */
  @media (prefers-reduced-motion: reduce) {
    .mvre-track {
      -webkit-animation: none;
              animation: none;
    }
  }

  .mvre-item,
  .mvre-item-small,
  .mvre-item-wide {
    grid-column: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px;
    height: auto;
    min-height: 233px;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
  }

  .mvre-item .mvre-card-label,
  .mvre-item-wide .mvre-card-label {
    min-height: 43px;
    padding: 4px 2px 8px;
    border-bottom-width: 1px;
    font-size: 12px;
  }

  .mvre-item-small .mvre-photo img,
  .mvre-item-wide .mvre-photo img {
    max-height: 110px;
  }

  .mvre-model,
  .mvre-item-wide .mvre-model {
    font-size: 10px;
  }

  .mvre-badge-sale {
    left: -8px;
    top: -6px;
    width: 44px;
    height: 44px;
    font-size: 11px;
  }

  .mvre-item-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }

  .mvre-tax {
    padding: 4px;
    font-size: 10px;
  }

  /* --- フッター追従 --- */
  body {
    padding-bottom: 80px;
  }

  .vfx {
    padding: 0;
  }

  .vfx-inner {
    display: block;
    height: auto;
    max-width: none;
    padding: 0;
  }

  .vfx-tel {
    display: none;
  }

  .vfx-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }

  .vfx-btns li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }

  .vfx-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* デザインどおり上から アイコン10px → 文字 の位置に置く */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
    width: 100%;
    height: 80px;
    padding: 10px 4px 0;
    border-radius: 0;
  }

  /* ボタン同士の区切り線（デザインの divider 1×80） */
  .vfx-btns li + li .vfx-btn {
    border-left: 1px solid rgba(255, 255, 255, 0.7);
  }

  .vfx-btn img {
    width: 30px;
    height: 30px;
  }

  .vfx-btn span {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 11px;
    line-height: 1.4;
  }

  .vfx-brsp {
    display: inline;
  }
}



.machine-guide__heading p {
    color: #3F89AB;
}
.machine-guide__label {
   border: solid 4px #3F89AB;
 }
 .machine-guide__label::after {
    border-right: solid 4px #3F89AB;
 }
 .machine-guide__label-sub {
    color: #3F89AB;
}
.machine-guide__tag {
    color: #3F89AB;
}
.machine-benefits__heading p {
    color: #3F89AB;
}
.machine-benefits__label {
    color: #3F89AB;
}
.machine-benefits__number {
    color: #3F89AB;
}
.machine-benefits__tags span {
    background: #3F89AB;
}
.top-share > div .title {
    color: #3F89AB;
}
.top-share > div h2 {
    color: #3F89AB;
}
.system-area > div h2 {
    color: #3F89AB;
}
.tax-area > div .flex p {
    border: 5px solid #3F89AB;
}
#resolution-area h2 {
    background: #3F89AB;
}
#big-pack > div h3 {
    color: #3F89AB;
}
#big-pack > div .big-pack__lead {
    color: #3F89AB;
}
#lineup-area2 h2 {
    background: #3F89AB;
}
.machine-guide__group--pink .machine-guide__label {
    border-color: #F08030;
}
.machine-guide__group--pink .machine-guide__label::after {
    border-color: #F08030;
}
.machine-guide__group--pink .machine-guide__label-sub {
    color: #F08030;
}
.machine-benefits__accent {
    color: #F08030;
}
.machine-benefits__cost {
    color: #F08030;
}
.machine-benefits__percent {
    color: #F08030;
}
.price-area .open {
    color: #F08030;
}
#lineup-area1 .open {
    color: #F08030;
}
#lineup-area2 > div dl dt {
    color: #F08030;
    border-bottom: solid 3px #F08030;
}
#lineup-area2 .open {
    color: #F08030;
}
.pickup-lineup__term-copy p {
    color: #F08030;
}

