.fs-preview-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.login.my-false,
.logout.my-true {
  display: none !important;
}

.fs-c-agreementConfirmationArea__message img{
max-width:50%;
margin:auto;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
max-width:90%;
}

/* 共通 */
.clickmap{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 0;
}
.clickmap > img{
  width: 100%;
  height: auto;
  display: block;
  /* 画像は下のレイヤーに */
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
/* 透明クリック領域 */
.clickmap .spot{
  position: absolute;
  display: block;
  background: rgba(0,0,0,0);
  outline: none;
  /* 常に画像より上に */
  z-index: 2;
  pointer-events: auto;
}
.clickmap .spot:focus-visible{
  box-shadow: 0 0 0 3px #2563eb inset, 0 0 0 3px #2563eb;
  border-radius: 10px;
}

/* ===== 4枠（100/300/500/イルミナ） ===== */
.clickmap-4{
  --left-x: 3.5%;
  --left-w: 45%;
  --right-x: 51.5%;
  --right-w: 45%;
  --top-y: 26%;
  --row-h: 31%;
  --bottom-y: 61%;
}
.clickmap-4 .spot-100{ left:var(--left-x);  top:var(--top-y);    width:var(--left-w);  height:var(--row-h); }
.clickmap-4 .spot-300{ left:var(--right-x); top:var(--top-y);    width:var(--right-w); height:var(--row-h); }
.clickmap-4 .spot-500{ left:var(--left-x);  top:var(--bottom-y); width:var(--left-w);  height:var(--row-h); }
.clickmap-4 .spot-illumina{ left:var(--right-x); top:var(--bottom-y); width:var(--right-w); height:var(--row-h); }

/* ===== 6枠（3D/クリーン/プレイ/メカニック/マイホーム/バトル） ===== */
.clickmap-6{
  /* 列（左・右） */
  --left-x: 3.2%;
  --left-w: 46%;
  --right-x: 51.8%;
  --right-w: 46%;

  /* 行（上・中・下） */
  --row1-y: 5.5%;
  --row2-y: 37%;
  --row3-y: 68.5%;
  --row-h : 27.5%;  /* 各行の高さ（当たり判定） */
}

/* 上段 */
.clickmap-6 .spot-3d{
  left: var(--left-x);  top: var(--row1-y);
  width: var(--left-w); height: var(--row-h);
}
.clickmap-6 .spot-clean{
  left: var(--right-x); top: var(--row1-y);
  width: var(--right-w); height: var(--row-h);
}

/* 中段 */
.clickmap-6 .spot-play{
  left: var(--left-x);  top: var(--row2-y);
  width: var(--left-w); height: var(--row-h);
}
.clickmap-6 .spot-mechanic{
  left: var(--right-x); top: var(--row2-y);
  width: var(--right-w); height: var(--row-h);
}

/* 下段 */
.clickmap-6 .spot-myhome{
  left: var(--left-x);  top: var(--row3-y);
  width: var(--left-w); height: var(--row-h);
}
.clickmap-6 .spot-battle{
  left: var(--right-x); top: var(--row3-y);
  width: var(--right-w); height: var(--row-h);
}

/* 位置確認したい時は .clickmap-6 に .debug を追加 */
/* .clickmap-6.debug .spot{ background:rgba(37,99,235,.18); border:2px dashed #2563eb; } */

/* ========================================
   TOP めいひんポイント相互利用バナー
======================================== */

.top-point-mutual-banner {
  width: 100%;
  max-width: 1000px;
  margin: 72px auto 88px;
  padding: 0 24px;
  box-sizing: border-box;
}

.top-point-mutual-banner__link {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.top-point-mutual-banner__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.top-point-mutual-banner__link:focus-visible {
  outline: 3px solid #0b4da2;
  outline-offset: 5px;
}

@media (hover: hover) {
  .top-point-mutual-banner__link:hover {
    opacity: 0.9;
  }
}

@media screen and (max-width: 767px) {
  .top-point-mutual-banner {
    margin: 40px auto 48px;
    padding: 0 12px;
  }
}

/* ==================================================
   マイページ：めいひんポイント
================================================== */

.fs-body-my-top .mp-pointNav {
  clear: both !important;
  float: none !important;
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 24px 0 32px !important;
  padding: 0 !important;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #222222;
  box-sizing: border-box;
}

.mp-pointNav *,
.mp-pointNav *::before,
.mp-pointNav *::after {
  box-sizing: border-box;
}

/* メイン部分
----------------------------------- */

.mp-pointNav__content {
  display: grid;
  grid-template-columns:
    minmax(260px, 0.9fr)
    minmax(420px, 1.1fr);
  align-items: stretch;
}

.mp-pointNav__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 24px;
  border-right: 1px solid #e5e5e5;
}

.mp-pointNav__subTitle {
  display: block;
  margin: 0 0 4px;
  color: #666666;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.mp-pointNav__title {
  margin: 0 0 8px;
  padding: 0;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.mp-pointNav__description {
  margin: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.75;
}

/* ボタンエリア
----------------------------------- */

.mp-pointNav__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 24px;
}

.fs-body-my-top .mp-pointNav__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 10px 34px 10px 16px;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  opacity: 1 !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

/* メインボタン：通常・クリック済み共通 */

.fs-body-my-top .mp-pointNav__button--primary,
.fs-body-my-top .mp-pointNav__button--primary:link,
.fs-body-my-top .mp-pointNav__button--primary:visited {
  border-color: #222222 !important;
  background-color: #222222 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* メインボタン：ホバー・フォーカス */

.fs-body-my-top .mp-pointNav__button--primary:hover,
.fs-body-my-top .mp-pointNav__button--primary:focus {
  border-color: #444444 !important;
  background-color: #444444 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* サブボタン：通常・クリック済み共通 */

.fs-body-my-top .mp-pointNav__button--secondary,
.fs-body-my-top .mp-pointNav__button--secondary:link,
.fs-body-my-top .mp-pointNav__button--secondary:visited {
  border-color: #333333 !important;
  background-color: #ffffff !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

/* サブボタン：ホバー・フォーカス */

.fs-body-my-top .mp-pointNav__button--secondary:hover,
.fs-body-my-top .mp-pointNav__button--secondary:focus {
  border-color: #333333 !important;
  background-color: #f5f5f5 !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

/* 矢印 */

.mp-pointNav__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
}

/* 注意書き
----------------------------------- */

.mp-pointNav__note {
  margin: 0;
  padding: 11px 24px;
  border-top: 1px solid #e5e5e5;
  background: #fafafa;
  color: #666666;
  font-size: 12px;
  line-height: 1.7;
}

/* キーボード操作
----------------------------------- */

.fs-body-my-top .mp-pointNav__button:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 3px;
}

/* タブレット
----------------------------------- */

@media screen and (max-width: 1000px) {

  .mp-pointNav__content {
    grid-template-columns: 1fr;
  }

  .mp-pointNav__heading {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}

/* スマートフォン
----------------------------------- */

@media screen and (max-width: 767px) {

  .fs-body-my-top .mp-pointNav {
    margin: 20px 0 24px !important;
  }

  .mp-pointNav__heading {
    padding: 18px 16px;
  }

  .mp-pointNav__title {
    font-size: 18px;
  }

  .mp-pointNav__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .fs-body-my-top .mp-pointNav__button {
    min-height: 50px;
    font-size: 14px;
  }

  .mp-pointNav__note {
    padding: 11px 16px;
  }
}

/* ==================================================
   ポイント履歴：めいひんポイント導線
================================================== */

.fs-body-my-points .mp-pointHistoryGuide {
  display: grid;
  grid-template-columns:
    minmax(280px, 1fr)
    minmax(360px, 0.9fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0 0 28px;
  padding: 22px 24px;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #222222;
  box-sizing: border-box;
}

.mp-pointHistoryGuide *,
.mp-pointHistoryGuide *::before,
.mp-pointHistoryGuide *::after {
  box-sizing: border-box;
}

.mp-pointHistoryGuide__text {
  min-width: 0;
}

.mp-pointHistoryGuide__label {
  display: block;
  margin-bottom: 3px;
  color: #666666;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.mp-pointHistoryGuide__title {
  margin: 0 0 7px;
  padding: 0;
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.mp-pointHistoryGuide__description {
  margin: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.75;
}

.mp-pointHistoryGuide__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fs-body-my-points .mp-pointHistoryGuide__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* 移行ボタン：閲覧済みでも白文字を維持 */

.fs-body-my-points .mp-pointHistoryGuide__button--primary,
.fs-body-my-points .mp-pointHistoryGuide__button--primary:link,
.fs-body-my-points .mp-pointHistoryGuide__button--primary:visited {
  border-color: #222222 !important;
  background: #222222 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.fs-body-my-points .mp-pointHistoryGuide__button--primary:hover,
.fs-body-my-points .mp-pointHistoryGuide__button--primary:focus {
  border-color: #444444 !important;
  background: #444444 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* 詳細ボタン */

.fs-body-my-points .mp-pointHistoryGuide__button--secondary,
.fs-body-my-points .mp-pointHistoryGuide__button--secondary:link,
.fs-body-my-points .mp-pointHistoryGuide__button--secondary:visited {
  border-color: #333333 !important;
  background: #ffffff !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

.fs-body-my-points .mp-pointHistoryGuide__button--secondary:hover,
.fs-body-my-points .mp-pointHistoryGuide__button--secondary:focus {
  background: #f5f5f5 !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

.fs-body-my-points .mp-pointHistoryGuide__button:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 3px;
}

@media screen and (max-width: 900px) {

  .fs-body-my-points .mp-pointHistoryGuide {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {

  .fs-body-my-points .mp-pointHistoryGuide {
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px 16px;
  }

  .mp-pointHistoryGuide__actions {
    grid-template-columns: 1fr;
  }

  .fs-body-my-points .mp-pointHistoryGuide__button {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
  }
}

/* ==================================================
   レビュー履歴：めいひんポイント案内
================================================== */

.fs-body-my-reviews .myReviewPointGuide {
  clear: both !important;
  float: none !important;
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #222222;
  box-sizing: border-box;
}

.myReviewPointGuide *,
.myReviewPointGuide *::before,
.myReviewPointGuide *::after {
  box-sizing: border-box;
}

/* 上段
----------------------------------- */

.myReviewPointGuide__main {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(220px, 280px);
  align-items: stretch;
}

.myReviewPointGuide__benefit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 25px 28px;
}

.myReviewPointGuide__label {
  display: block;
  margin: 0 0 5px;
  color: #777777;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.myReviewPointGuide__title {
  margin: 0 0 10px;
  padding: 0;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.myReviewPointGuide__reward {
  display: inline-block;
  margin: 0 4px;
  white-space: nowrap;
}

.myReviewPointGuide__reward strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.myReviewPointGuide__reward small {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 700;
}

.myReviewPointGuide__description {
  margin: 0;
  color: #444444;
  font-size: 14px;
  line-height: 1.8;
}

.myReviewPointGuide__note {
  margin: 9px 0 0;
  color: #777777;
  font-size: 12px;
  line-height: 1.7;
}

/* 保有ポイント
----------------------------------- */

.myReviewPointGuide__balance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 24px 20px;
  border-left: 1px solid #e5e5e5;
  background: #f7f7f7;
  text-align: center;
}

.myReviewPointGuide__balanceLabel {
  display: block;
  margin: 0 0 7px;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.myReviewPointGuide__balanceValue {
  color: #222222;
  font-size: 0;
  line-height: 1.2;
  white-space: nowrap;
}

/*
  fs-clientInfoはポイント数の部分だけに使用。
  テーマ側の既存指定による崩れを防止。
*/

.fs-body-my-reviews
.myReviewPointGuide
.myReviewPointGuide__pointValue.fs-clientInfo {
  float: none !important;
  position: static !important;
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  font-variant-numeric: tabular-nums;
  text-align: inherit !important;
}

.myReviewPointGuide__balanceValue small {
  margin-left: 4px;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
}

/* 下段リンク
----------------------------------- */

.myReviewPointGuide__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 28px;
  border-top: 1px solid #e5e5e5;
  background: #fafafa;
}

.fs-body-my-reviews .myReviewPointGuide__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 10px 40px 10px 18px;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  opacity: 1 !important;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

/* ポイント移行ボタン：閲覧済みでも白文字を維持 */

.fs-body-my-reviews .myReviewPointGuide__button--primary,
.fs-body-my-reviews .myReviewPointGuide__button--primary:link,
.fs-body-my-reviews .myReviewPointGuide__button--primary:visited {
  border-color: #222222 !important;
  background-color: #222222 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.fs-body-my-reviews .myReviewPointGuide__button--primary:hover,
.fs-body-my-reviews .myReviewPointGuide__button--primary:focus {
  border-color: #444444 !important;
  background-color: #444444 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* 詳細ページボタン */

.fs-body-my-reviews .myReviewPointGuide__button--secondary,
.fs-body-my-reviews .myReviewPointGuide__button--secondary:link,
.fs-body-my-reviews .myReviewPointGuide__button--secondary:visited {
  border-color: #333333 !important;
  background-color: #ffffff !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

.fs-body-my-reviews .myReviewPointGuide__button--secondary:hover,
.fs-body-my-reviews .myReviewPointGuide__button--secondary:focus {
  border-color: #333333 !important;
  background-color: #f2f2f2 !important;
  color: #222222 !important;
  -webkit-text-fill-color: #222222 !important;
}

.myReviewPointGuide__arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
}

.fs-body-my-reviews
.myReviewPointGuide__button:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 3px;
}

/* タブレット
----------------------------------- */

@media screen and (max-width: 900px) {

  .myReviewPointGuide__main {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .myReviewPointGuide__benefit {
    padding: 22px;
  }

  .myReviewPointGuide__links {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* スマートフォン
----------------------------------- */

@media screen and (max-width: 767px) {

  .fs-body-my-reviews .myReviewPointGuide {
    margin-bottom: 24px !important;
  }

  .myReviewPointGuide__main {
    grid-template-columns: 1fr;
  }

  .myReviewPointGuide__benefit {
    padding: 19px 16px;
  }

  .myReviewPointGuide__label {
    font-size: 10px;
  }

  .myReviewPointGuide__title {
    font-size: 18px;
  }

  .myReviewPointGuide__reward {
    margin-right: 2px;
    margin-left: 2px;
  }

  .myReviewPointGuide__reward strong {
    font-size: 25px;
  }

  .myReviewPointGuide__description {
    font-size: 13px;
  }

  .myReviewPointGuide__balance {
    flex-direction: row;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 16px;
    border-top: 1px solid #e5e5e5;
    border-left: 0;
    text-align: left;
  }

  .myReviewPointGuide__balanceLabel {
    margin: 0;
  }

  .myReviewPointGuide__pcBreak {
    display: none;
  }

  .fs-body-my-reviews
  .myReviewPointGuide
  .myReviewPointGuide__pointValue.fs-clientInfo {
    font-size: 27px !important;
  }

  .myReviewPointGuide__links {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .fs-body-my-reviews .myReviewPointGuide__button {
    min-height: 50px;
    font-size: 14px;
  }
}