@charset "UTF-8";
/* =========================================================
   e-Homefits アプリ紹介LP (2026年9月 新アプリ版)
   掲載先: /shop/e/ee-homefits-2/  イベントページ フリースペース
   PC / SP 共通の1ファイル。ルートクラス .ehf2609 で全体をスコープ。
   画像: /img/usr/topics/e-homefits/app2609/
   ========================================================= */

.ehf2609 {
  --ehf-navy: #10275f;
  --ehf-blue: #1c53a6;
  --ehf-blue-l: #4a80cc;
  --ehf-sky: #e9f1fa;
  --ehf-sky-d: #d3e4f5;
  --ehf-accent: #ee6b1f;
  --ehf-text: #333a45;
  --ehf-muted: #6b7684;
  --ehf-line: #d8e1ea;

  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--ehf-text);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  background: #fff;
  overflow-x: hidden;
}

.ehf2609 * {
  box-sizing: border-box;
}

.ehf2609 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ehf2609 p {
  margin: 0;
}

.ehf2609 ul,
.ehf2609 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ehf-inner {
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* ---------- セクション見出し ---------- */
.ehf-sechead {
  text-align: center;
  margin-bottom: 40px;
}

.ehf-sechead__en {
  display: block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--ehf-blue-l);
  margin-bottom: 6px;
}

.ehf-sechead__ja {
  margin: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--ehf-navy);
}

.ehf-sechead__lead {
  margin-top: 14px;
  font-size: 15px;
  color: var(--ehf-muted);
}

.ehf-sechead::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--ehf-blue), var(--ehf-blue-l));
}

/* ---------- ファーストビュー ---------- */
.ehf-fv {
  position: relative;
  padding: 46px 0 0;
  background: linear-gradient(160deg, #f4f9ff 0%, var(--ehf-sky) 45%, #dfebf8 100%);
  overflow: hidden;
}

.ehf-fv::before {
  content: "";
  position: absolute;
  right: -14%;
  top: -34%;
  width: 62%;
  padding-top: 62%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.ehf-fv__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.ehf-fv__body {
  flex: 1 1 auto;
  padding-bottom: 46px;
}

.ehf-fv__badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 999px;
  background: var(--ehf-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ehf-fv__catch {
  margin: 16px 0 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ehf-navy);
}

.ehf-fv__catch em {
  font-style: normal;
  color: var(--ehf-blue);
}

.ehf-fv__sub {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ehf-navy);
}

.ehf-fv__logo {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ehf-fv__logo img {
  width: 54px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(16, 39, 95, 0.18);
}

.ehf-fv__logo span {
  font-size: 13px;
  font-weight: 700;
  color: var(--ehf-navy);
  letter-spacing: 0.04em;
}

.ehf-fv__shot {
  flex: 0 0 39%;
  max-width: 320px;
}

/* ---------- リード ---------- */
.ehf-lead {
  padding: 54px 0 10px;
  text-align: center;
}

.ehf-lead__title {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--ehf-navy);
}

.ehf-lead__text {
  margin-top: 18px;
  font-size: 15px;
}

.ehf-lead__free {
  display: inline-block;
  margin-top: 22px;
  padding: 10px 26px;
  border: 2px solid var(--ehf-blue);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ehf-blue);
}

/* ---------- ダウンロードブロック ---------- */
.ehf-dl {
  margin: 40px 0;
  padding: 32px 20px;
  border-radius: 16px;
  background: var(--ehf-sky);
  text-align: center;
}

.ehf-dl--foot {
  background: linear-gradient(140deg, var(--ehf-navy), #1b3f8f);
  color: #fff;
}

.ehf-dl__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--ehf-navy);
}

.ehf-dl--foot .ehf-dl__title {
  color: #fff;
}

.ehf-dl__note {
  margin-top: 6px;
  font-size: 13px;
  color: var(--ehf-muted);
}

.ehf-dl--foot .ehf-dl__note {
  color: rgba(255, 255, 255, 0.8);
}

.ehf-dl__stores {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.ehf-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ehf-store__qr {
  width: 92px;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 39, 95, 0.12);
}

.ehf-store__badge {
  display: inline-block;
  transition: opacity 0.2s;
}

.ehf-store__badge:hover {
  opacity: 0.75;
}

.ehf-store__badge img {
  width: 154px;
}

/* ---------- ページ内ナビ ---------- */
.ehf-nav {
  display: flex;
  gap: 10px;
  margin: 34px 0 0;
  flex-wrap: wrap;
  justify-content: center;
}

.ehf-nav a {
  display: block;
  padding: 11px 22px;
  border: 1px solid var(--ehf-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ehf-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.ehf-nav a:hover {
  background: var(--ehf-navy);
  color: #fff;
}

/* ---------- アプリでできること ---------- */
.ehf-features {
  padding: 66px 0 10px;
}

.ehf-feature {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 34px 0;
  border-top: 1px dashed var(--ehf-line);
}

.ehf-feature:first-child {
  border-top: 0;
}

.ehf-feature:nth-child(even) {
  flex-direction: row-reverse;
}

.ehf-feature__shots {
  flex: 0 0 54%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ehf-feature__body {
  flex: 1 1 auto;
}

.ehf-feature__num {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--ehf-sky-d);
  letter-spacing: 0.02em;
}

.ehf-feature__title {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--ehf-navy);
}

.ehf-feature__text {
  margin-top: 14px;
  font-size: 14.5px;
}

.ehf-feature__note {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--ehf-muted);
}

/* 端末画像の並べ方（枚数でクラスを出し分け） */
.ehf-shot {
  position: relative;
  flex: 0 0 auto;
}

.ehf-shot:nth-child(1) {
  z-index: 3;
}

.ehf-shot:nth-child(2) {
  z-index: 2;
}

.ehf-shot:nth-child(3) {
  z-index: 1;
}

.ehf-shots--1 .ehf-shot {
  width: 62%;
}

.ehf-shots--2 .ehf-shot {
  width: 52%;
}

.ehf-shots--2 .ehf-shot + .ehf-shot {
  margin-left: -4%;
  margin-bottom: 5%;
}

.ehf-shots--3 .ehf-shot {
  width: 42%;
}

.ehf-shots--3 .ehf-shot + .ehf-shot {
  margin-left: -13%;
  margin-bottom: 5%;
}

.ehf-shots--3 .ehf-shot + .ehf-shot + .ehf-shot {
  margin-bottom: 10%;
}

/* 04 投稿カードだけ別レイアウト */
.ehf-shots--card {
  position: relative;
  display: block;
  padding-bottom: 16%;
}

.ehf-shots--card .ehf-shot--phone {
  width: 56%;
  margin-left: auto;
  margin-right: 6%;
  display: block;
}

.ehf-shots--card .ehf-shot--card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62%;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(16, 39, 95, 0.2);
}

/* ---------- はじめかた ---------- */
.ehf-start {
  padding: 60px 0;
  background: var(--ehf-sky);
  margin-top: 50px;
}

.ehf-start__freearea {
  margin-bottom: 34px;
  text-align: center;
}

.ehf-start__free {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: #fff;
  color: var(--ehf-navy);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.ehf-start__free small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--ehf-muted);
}

.ehf-steps {
  display: flex;
  gap: 18px;
}

.ehf-step {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding: 24px 20px 26px;
  border-radius: 14px;
  background: #fff;
}

.ehf-step__no {
  display: inline-block;
  align-self: flex-start;
  padding: 3px 14px;
  border-radius: 999px;
  background: var(--ehf-navy);
  color: #fff;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ehf-step__title {
  margin: 12px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--ehf-navy);
}

.ehf-step__text {
  margin-top: 10px;
  font-size: 13.5px;
}

.ehf-step__note {
  margin-top: 8px;
  font-size: 12px;
  color: var(--ehf-muted);
}

.ehf-step__figure {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.ehf-step__figure img {
  width: 60%;
}

.ehf-step__figure--two img {
  width: 48%;
  border: 1px solid var(--ehf-line);
  border-radius: 8px;
}

.ehf-step__figure--store {
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.ehf-step__figure--store img {
  width: 148px;
}

/* ---------- e-Home Bike ---------- */
.ehf-bike {
  padding: 66px 0 0;
}

.ehf-bike__banner {
  margin-bottom: 34px;
  border-radius: 14px;
  overflow: hidden;
}

.ehf-merits {
  display: flex;
  gap: 14px;
  margin-top: 6px;
}

.ehf-merit {
  flex: 1 1 0;
  padding: 20px 16px;
  border: 1px solid var(--ehf-line);
  border-radius: 12px;
  text-align: center;
}

.ehf-merit__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ehf-blue);
  line-height: 1.5;
}

.ehf-merit__text {
  margin-top: 8px;
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--ehf-muted);
}

.ehf-spec {
  width: 100%;
  margin-top: 34px;
  border-collapse: collapse;
  font-size: 14px;
}

.ehf-spec th,
.ehf-spec td {
  padding: 12px 16px;
  border: 1px solid var(--ehf-line);
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}

.ehf-spec th {
  width: 26%;
  background: var(--ehf-sky);
  color: var(--ehf-navy);
  font-weight: 700;
  white-space: nowrap;
}

.ehf-price {
  display: flex;
  gap: 16px;
  margin-top: 26px;
}

.ehf-price__item {
  flex: 1 1 0;
  padding: 20px;
  border-radius: 12px;
  background: var(--ehf-sky);
  text-align: center;
}

.ehf-price__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ehf-navy);
}

.ehf-price__value {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  color: var(--ehf-accent);
  line-height: 1.3;
}

.ehf-price__value small {
  font-size: 13px;
  color: var(--ehf-text);
  font-weight: 500;
}

.ehf-price__sub {
  margin-top: 4px;
  font-size: 12px;
  color: var(--ehf-muted);
}

/* ---------- レンタルプラン ---------- */
.ehf-rental {
  margin-top: 60px;
  padding: 56px 0;
  background: var(--ehf-sky);
}

.ehf-rental__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.ehf-rental__table th,
.ehf-rental__table td {
  padding: 14px 12px;
  border: 1px solid var(--ehf-line);
  text-align: center;
  line-height: 1.7;
}

.ehf-rental__table thead th {
  background: var(--ehf-blue);
  color: #fff;
  font-weight: 700;
}

.ehf-rental__table thead th:first-child {
  background: var(--ehf-navy);
}

.ehf-rental__table tbody th {
  background: var(--ehf-sky);
  color: var(--ehf-navy);
  text-align: left;
  font-weight: 700;
  width: 34%;
}

.ehf-rental__table .ehf-yen {
  font-size: 19px;
  font-weight: 700;
  color: var(--ehf-accent);
}

.ehf-rental__table .ehf-sub {
  display: block;
  font-size: 12px;
  color: var(--ehf-muted);
}

.ehf-points {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.ehf-point {
  flex: 1 1 0;
  padding: 16px 12px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.ehf-point__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ehf-blue);
}

.ehf-point__text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--ehf-muted);
}

/* ---------- ボタン ---------- */
.ehf-btnarea {
  margin-top: 32px;
  text-align: center;
}

.ehf-btn {
  display: inline-block;
  min-width: 320px;
  max-width: 100%;
  padding: 17px 34px;
  border-radius: 999px;
  background: var(--ehf-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(238, 107, 31, 0.3);
  transition: opacity 0.2s;
}

.ehf-btn:hover {
  opacity: 0.85;
  color: #fff;
}

.ehf-btn--navy {
  background: var(--ehf-navy);
  box-shadow: 0 4px 14px rgba(16, 39, 95, 0.25);
}

.ehf-btn--ghost {
  background: #fff;
  color: var(--ehf-navy);
  border: 2px solid var(--ehf-navy);
  box-shadow: none;
}

.ehf-btn--ghost:hover {
  color: var(--ehf-navy);
}

/* ---------- サポート ---------- */
.ehf-support {
  padding: 60px 0;
  text-align: center;
}

.ehf-support__text {
  margin-top: 16px;
  font-size: 15px;
}

/* ---------- 注意事項 ---------- */
.ehf-notes {
  padding: 40px 0 60px;
}

.ehf-notes__box {
  padding: 26px 28px;
  border: 1px solid var(--ehf-line);
  border-radius: 12px;
}

.ehf-notes__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ehf-navy);
}

.ehf-notes__title + .ehf-notes__list {
  margin-top: 10px;
}

.ehf-notes__list {
  font-size: 12.5px;
  line-height: 1.9;
  color: var(--ehf-muted);
}

.ehf-notes__list li {
  padding-left: 1em;
  text-indent: -1em;
}

.ehf-notes__list + .ehf-notes__title {
  margin-top: 22px;
}

.ehf-notes__links {
  margin-top: 18px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
}

.ehf-notes__links a {
  color: var(--ehf-blue);
}

/* =========================================================
   SP（スマートフォン）
   ※PC表示は viewport が width=1200 固定のため、
   　このメディアクエリはSPテンプレートでのみ発火します。
   ========================================================= */
@media screen and (max-width: 767px) {
  .ehf2609 {
    font-size: 14px;
  }

  .ehf-inner {
    padding-inline: 16px;
  }

  .ehf-sechead {
    margin-bottom: 30px;
  }

  .ehf-sechead__ja {
    font-size: 21px;
  }

  .ehf-sechead__lead {
    font-size: 13.5px;
  }

  /* FV */
  .ehf-fv {
    padding-top: 34px;
  }

  .ehf-fv__inner {
    display: block;
  }

  .ehf-fv__body {
    padding-bottom: 22px;
  }

  .ehf-fv__catch {
    font-size: 25px;
  }

  .ehf-fv__sub {
    font-size: 14.5px;
  }

  .ehf-fv__shot {
    max-width: 62%;
    margin: 0 auto;
  }

  /* リード・DL */
  .ehf-lead {
    padding-top: 40px;
  }

  .ehf-lead__title {
    font-size: 19px;
  }

  .ehf-dl {
    padding: 26px 16px;
  }

  .ehf-dl__title {
    font-size: 17px;
  }

  .ehf-dl__stores {
    gap: 18px;
  }

  .ehf-store__qr {
    display: none;
  }

  .ehf-store__badge img {
    width: 142px;
  }

  .ehf-nav a {
    padding: 9px 16px;
    font-size: 13px;
  }

  /* できること */
  .ehf-features {
    padding-top: 46px;
  }

  .ehf-feature,
  .ehf-feature:nth-child(even) {
    display: block;
    padding: 28px 0;
  }

  .ehf-feature__shots {
    margin-top: 20px;
  }

  .ehf-feature__num {
    font-size: 32px;
  }

  .ehf-feature__title {
    font-size: 17.5px;
  }

  .ehf-feature__shots {
    display: flex;
  }

  .ehf-shots--1 .ehf-shot {
    width: 58%;
  }

  .ehf-shots--2 .ehf-shot {
    width: 50%;
  }

  .ehf-shots--3 .ehf-shot {
    width: 41%;
  }

  .ehf-shots--card {
    padding-bottom: 18%;
  }

  .ehf-shots--card .ehf-shot--phone {
    width: 54%;
    margin-right: 2%;
  }

  .ehf-shots--card .ehf-shot--card {
    width: 66%;
  }

  /* はじめかた */
  .ehf-start {
    padding: 46px 0;
    margin-top: 36px;
  }

  .ehf-steps {
    display: block;
  }

  .ehf-step + .ehf-step {
    margin-top: 14px;
  }

  .ehf-step__figure img {
    width: 46%;
  }

  .ehf-step__figure--two img {
    width: 40%;
  }

  /* バイク */
  .ehf-bike {
    padding-top: 46px;
  }

  .ehf-merits {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ehf-merit {
    flex: 1 1 calc(50% - 5px);
    padding: 14px 10px;
  }

  .ehf-spec {
    font-size: 13px;
  }

  .ehf-spec th,
  .ehf-spec td {
    display: block;
    width: 100%;
    white-space: normal;
  }

  .ehf-spec th {
    border-bottom: 0;
  }

  .ehf-price {
    display: block;
  }

  .ehf-price__item + .ehf-price__item {
    margin-top: 12px;
  }

  /* レンタル */
  .ehf-rental {
    margin-top: 44px;
    padding: 44px 0;
  }

  .ehf-rental__table {
    font-size: 13px;
  }

  .ehf-rental__table th,
  .ehf-rental__table td {
    padding: 10px 8px;
  }

  .ehf-rental__table .ehf-yen {
    font-size: 16px;
  }

  .ehf-points {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ehf-point {
    flex: 1 1 calc(50% - 5px);
  }

  /* ボタン */
  .ehf-btn {
    min-width: 0;
    width: 100%;
    padding: 15px 18px;
    font-size: 15px;
  }

  .ehf-support {
    padding: 46px 0;
  }

  .ehf-notes__box {
    padding: 20px 18px;
  }
}
