@charset "UTF-8";

/* =========================================================
   MIKAGE A2 / SITE OVERRIDES
   File: 12-a2-mikage.css

   重要：A2の正式カラーパレット資料は未受領です。
   下記は移植元の表示を壊さないための暫定値です。
   正式色が決まったら、この変数ブロックだけを変更します。
========================================================= */

body.ilchi-mikage-site {
  --ilchi-a2-accent: #f28a2e;
  --ilchi-a2-accent-dark: #d96b16;
  --ilchi-a2-accent-soft: #fff6ee;
  --ilchi-a2-title-bg: #ff9b87;
  --ilchi-a2-page-bg: #fffaf5;
  --ilchi-a2-text: #302820;
  --ilchi-a2-subtext: #66584d;
  --ilchi-a2-border: #f0dac9;
  --ilchi-a2-shadow: 0 12px 32px rgba(112, 70, 37, 0.08);
  --ilchi-a2-button-shadow: 0 10px 24px rgba(217, 107, 22, 0.20);

  --ilchi-a2-footer-bg: #5b3424;
  --ilchi-a2-footer-text: rgba(255, 255, 255, 0.95);
  --ilchi-a2-footer-subtext: rgba(255, 255, 255, 0.78);
  --ilchi-a2-footer-link: rgba(255, 255, 255, 0.95);
  --ilchi-a2-footer-accent: #f4b36a;
  --ilchi-a2-footer-border: rgba(255, 255, 255, 0.18);
  --ilchi-a2-footer-chip-bg: rgba(255, 255, 255, 0.07);
  --ilchi-a2-footer-chip-border: rgba(255, 255, 255, 0.24);
  --ilchi-a2-footer-cta-bg: #fff;
  --ilchi-a2-footer-cta-text: #5b3424;
}

/* 御影hero画像：人物を右側に残し、左側をテキスト領域として使う。 */
body.ilchi-mikage-a2-work .iby-a2-hero__media img {
  object-position: 72% center;
}

/* 御影スタジオ名の長さに合わせた最低限の調整。ヘッダー本調整は別工程。 */
body.ilchi-mikage-site .iby-footer-name {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  body.ilchi-mikage-a2-work .iby-a2-hero__media img {
    object-position: 67% center;
  }
}

/* =========================================================
   MIKAGE / IMAGE URL REGISTRY
   提供済みのメディアURLを一元管理
========================================================= */
body.ilchi-mikage-site {
  --mikage-image-director: url("https://ilchibrainyoga-mikage.com/wp-content/uploads/2026/03/fc393163653dcf7f60cca401883d6314.jpg");
--mikage-image-hero: url("https://ilchibrainyoga-mikage.com/wp-content/uploads/2026/08/a2-hero_v4.jpg");
  --mikage-image-gmc: url("https://ilchibrainyoga-mikage.com/wp-content/uploads/2026/08/GMC.jpg");
  --mikage-image-trial: url("https://ilchibrainyoga-mikage.com/wp-content/uploads/2026/08/a2-taiken.png");
  --mikage-image-kakuremino-bg: url("https://ilchibrainyoga-mikage.com/wp-content/uploads/2026/08/kakuremino_bg.jpg");
}

/* imgタグを置かない場合のhero背景フォールバック */
body.ilchi-mikage-a2-work .iby-a2-hero__media {
  background-image: var(--mikage-image-hero);
  background-position: 72% center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* かくれみの背景 */
body.ilchi-mikage-a2-work .iby-a2-kakuremino {
  background-image: var(--mikage-image-kakuremino-bg);
}
/* =========================================================
   MIKAGE A2 / INFORMATION SINGLE 1 COLUMN FINAL
   インフォメーション個別投稿のみ
========================================================= */

/* 本文エリア上部 */
body.single-info .site-body {
  padding-top: 44px !important;
}

/* 本文とサイドバーの2列構造を解除 */
body.single-info .site-body-container {
  display: block !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
  box-sizing: border-box !important;
}

/* 旧サイドバーを非表示 */
body.single-info #sub-section,
body.single-info .sub-section,
body.single-info .subSection,
body.single-info #secondary,
body.single-info .side-section,
body.single-info .sideSection,
body.single-info aside.widget-area,
body.single-info .sidebar {
  display: none !important;
  float: none !important;
  flex: none !important;
  width: 0 !important;
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 本文を中央1カラムへ */
body.single-info #main-section.main-section,
body.single-info #main-section,
body.single-info .main-section,
body.single-info .mainSection {
  display: block !important;
  float: none !important;
  flex: none !important;
  width: 100% !important;
  max-width: 920px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 0 76px !important;
  box-sizing: border-box !important;
}

/* 記事本文の幅を解除 */
body.single-info #main-section > article,
body.single-info .main-section > article,
body.single-info article.type-info,
body.single-info .entry-body,
body.single-info .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box !important;
}

/* 画像のはみ出し防止 */
body.single-info .entry-body img,
body.single-info .entry-content img {
  max-width: 100% !important;
  height: auto !important;
}

/* 長いURLの横はみ出し防止 */
body.single-info .entry-body a,
body.single-info .entry-content a {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

/* 前後記事カードも本文幅へ */
body.single-info .vk_posts.next-prev,
body.single-info .next-prev,
body.single-info .post-navigation {
  width: 100% !important;
  max-width: 920px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
}

/* =========================================================
   Smartphone
========================================================= */

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

  body.single-info .site-body {
    padding-top: 28px !important;
  }

  body.single-info .site-body-container {
    max-width: 100% !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body.single-info #main-section.main-section,
  body.single-info #main-section,
  body.single-info .main-section,
  body.single-info .mainSection {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 54px !important;
  }

  body.single-info .vk_posts.next-prev,
  body.single-info .next-prev,
  body.single-info .post-navigation {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* =========================================================
   Tablet / Smartphone
========================================================= */

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

  body.ilchi-mikage-a2-work
  .iby-a2-hero.iby-a2-hero--split {
    padding: 18px !important;
  }

  body.ilchi-mikage-a2-work
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__inner {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.ilchi-mikage-a2-work
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__media {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }

  body.ilchi-mikage-a2-work
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__media img {
    object-position: 58% center !important;
  }

  body.ilchi-mikage-a2-work
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__content {
    width: 100% !important;
    height: auto !important;
    padding: 28px 24px 30px !important;
  }

  body.ilchi-mikage-a2-work
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title {
    font-size: clamp(29px, 8vw, 38px) !important;
  }

  body.ilchi-mikage-a2-work
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title span {
    white-space: normal !important;
  }
}
/* =========================================================
   MIKAGE A2 / HERO SPLIT CLEAN FINAL
   左44％：文章／右56％：画像
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  background: #f7f3eb !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

/* Hero本体 */
html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
> .iby-a2-hero__inner {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;

  display: grid !important;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%) !important;
  grid-template-rows: 400px !important;
  align-items: stretch !important;

  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  height: 400px !important;
  min-height: 400px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  background: #fffdf9 !important;
  overflow: hidden !important;
  transform: none !important;
  box-sizing: border-box !important;
}

/* 左側テキスト */
html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-hero__content {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  z-index: 2 !important;
  grid-column: 1 !important;
  grid-row: 1 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;

  visibility: visible !important;
  opacity: 1 !important;

  width: 100% !important;
  max-width: none !important;
  height: 400px !important;

  margin: 0 !important;
  padding: 18px 34px 18px 46px !important;

  background: #fffdf9 !important;
  overflow: visible !important;
  transform: none !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-hero__content::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 4px !important;
  background: #c9d5b5 !important;
}

/* 英字 */
html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-eyebrow {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #738146 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05em !important;
}

/* 見出し */
html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-hero__title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  margin: 0 0 14px !important;
  padding: 0 !important;

  color: #27211d !important;
  font-size: clamp(32px, 2.35vw, 39px) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;

  transform: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-hero__title span {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

/* 説明文 */
html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-hero__text {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;

  color: #403832 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

/* 予約ボタン */
html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-actions {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 180px !important;
  min-height: 42px !important;

  margin: 0 !important;
  padding: 0 22px !important;

  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

/* 右側画像 */
html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-hero__media {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  z-index: 1 !important;
  grid-column: 2 !important;
  grid-row: 1 !important;

  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  width: 100% !important;
  max-width: none !important;
  height: 400px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #eee8df !important;
  overflow: hidden !important;
  transform: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-hero__media img {
  position: static !important;
  display: block !important;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: 55% center !important;

  transform: none !important;
}

/* 旧オーバーレイを無効化 */
html body .iby-page.iby-design-a2
.iby-a2-hero.iby-a2-hero--split
.iby-a2-hero__overlay {
  display: none !important;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split {
    padding: 16px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  > .iby-a2-hero__inner {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__content {
    order: 1 !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    padding: 27px 22px 29px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__media {
    order: 2 !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title {
    font-size: clamp(28px, 8vw, 37px) !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title span {
    white-space: normal !important;
  }
}

/* =========================================================
   MIKAGE A2 / HERO TEXT FIT 400px FINAL
   400px内に英字・見出し・説明・ボタンを確実に収める
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__content {
    justify-content: center !important;
    padding: 18px 34px 18px 46px !important;
    overflow: hidden !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-eyebrow {
    margin: 0 0 8px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title {
    margin: 0 0 14px !important;
    font-size: clamp(32px, 2.35vw, 39px) !important;
    line-height: 1.16 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__text {
    margin: 0 0 14px !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-btn {
    min-width: 180px !important;
    min-height: 42px !important;
    padding: 0 22px !important;
    font-size: 13px !important;
  }
}


/* =========================================================
   MIKAGE A2 / HERO TUNE V3
   英字表示・タイトル行間・ピンクボタン調整
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__content {
    justify-content: center !important;
    padding: 22px 34px 22px 44px !important;
    overflow: hidden !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-eyebrow {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 0 10px !important;
    color: #6f7d45 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.05em !important;
    text-transform: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title {
    margin: 0 0 14px !important;
    font-size: clamp(31px, 2.3vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.01em !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title span + span {
    margin-top: 6px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__text {
    margin: 0 0 16px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-btn,
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-btn:link,
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-btn:visited {
    min-width: 190px !important;
    min-height: 44px !important;
    padding: 0 26px !important;
    background: #ee5f8f !important;
    border: 1px solid #ee5f8f !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-btn:hover,
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-btn:focus {
    background: #e35286 !important;
    border-color: #e35286 !important;
    color: #ffffff !important;
  }
}


/* =========================================================
   MIKAGE A2 / HERO TITLE SPACING + EYEBROW FINAL V4
   ・英字ラベルを必ず上部へ固定表示
   ・タイトル3行の間隔を約1/2へ圧縮
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__content {
    position: relative !important;
    justify-content: flex-start !important;
    padding: 50px 34px 18px 44px !important;
    overflow: visible !important;
  }

  /* 英字ラベルを通常フローから外し、上端で確実に表示 */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-eyebrow {
    position: absolute !important;
    top: 18px !important;
    right: auto !important;
    bottom: auto !important;
    left: 44px !important;
    z-index: 5 !important;

    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    color: #6f7d45 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.05em !important;
    white-space: nowrap !important;
    text-transform: none !important;
    transform: none !important;
  }

  /* タイトル本体 */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title {
    display: block !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    font-size: clamp(30px, 2.25vw, 38px) !important;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
  }

  /* 各行の余白を完全リセット */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title span {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  /* 2行目・3行目を上へ寄せて、見た目の間隔を約半分にする */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title span + span {
    margin-top: -0.34em !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__text {
    margin: 0 0 16px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}


/* =========================================================
   MIKAGE A2 / HERO EYEBROW + TITLE TIGHT FINAL V5
   1) 英字ラベルをHero左上へ固定して、全画面でも消えないようにする
   2) タイトル3行の間隔を現在の約1/2へ圧縮する
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__content {
    position: relative !important;
    justify-content: flex-start !important;
    padding: 54px 34px 18px 44px !important;
    overflow: visible !important;
  }

  /* 英字ラベルをHero左上へ固定 */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-eyebrow {
    position: absolute !important;
    top: 20px !important;
    right: auto !important;
    bottom: auto !important;
    left: 44px !important;
    z-index: 10 !important;

    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: auto !important;
    max-width: calc(100% - 88px) !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #6f7d45 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
    white-space: nowrap !important;
    text-transform: none !important;

    clip: auto !important;
    clip-path: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  /* 見出し全体 */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title {
    display: block !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-size: clamp(30px, 2.25vw, 38px) !important;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
  }

  /* 各行を1行単位で完全リセット */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title span {
    display: block !important;
    position: static !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1 !important;
    white-space: nowrap !important;

    transform: none !important;
  }

  /* 2行目・3行目を上へ寄せ、見た目の行間をほぼ半分にする */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__title span + span {
    margin-top: -0.46em !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__text {
    margin: 0 0 16px !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}


/* =========================================================
   MIKAGE A2 / HERO HEIGHT + BUTTON VISIBLE FINAL V6
   Hero本体を450pxへ拡張し、予約ボタンを完全表示
========================================================= */

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

  /* 左右カラムの共通高さを400px → 450pxへ */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  > .iby-a2-hero__inner {
    grid-template-rows: 450px !important;
    height: 450px !important;
    min-height: 450px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__content {
    height: 450px !important;
    padding: 56px 34px 28px 44px !important;
    overflow: visible !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-hero__media {
    height: 450px !important;
  }

  /* 英字ラベル */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-eyebrow {
    top: 20px !important;
    left: 44px !important;
  }

  /* ボタン領域を通常位置へ戻して下切れを防ぐ */
  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-actions {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 2px !important;
    overflow: visible !important;
    transform: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-hero.iby-a2-hero--split
  .iby-a2-btn {
    position: static !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 44px !important;
    margin: 0 !important;
    transform: none !important;
  }
}
/* =========================================================
   MIKAGE A2 / INSTRUCTOR SECTION
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-instructor {
  width: 100%;
  margin: 0;
  padding: 76px 24px 84px;
  background: #fffaf3;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

/* セクション見出し */
html body .iby-page.iby-design-a2
.iby-a2-instructor__heading {
  margin: 0 0 44px;
  text-align: center;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__eyebrow {
  margin: 0 0 9px;
  color: #758346;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__heading h2 {
  margin: 0;
  color: #28211c;
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

/* 画像・文章の2列 */
html body .iby-page.iby-design-a2
.iby-a2-instructor__grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  width: min(100%, 940px);
  margin: 0 auto;
}

/* プロフィール画像 */
html body .iby-page.iby-design-a2
.iby-a2-instructor__photo {
  width: 100%;
  margin: 0;
  padding: 0;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(89, 62, 39, 0.12);
}

/* 右側文章 */
html body .iby-page.iby-design-a2
.iby-a2-instructor__content {
  color: #493f37;
  font-size: 15px;
  line-height: 1.95;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__content > p {
  margin: 0 0 18px;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__lead {
  margin: 0 0 24px !important;
  color: #758346;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 800;
  line-height: 1.5;
}

/* 名前・経歴 */
html body .iby-page.iby-design-a2
.iby-a2-instructor__profile {
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid #eadfd3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(89, 62, 39, 0.06);
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__role {
  margin: 0 0 5px;
  color: #758346;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__profile h3 {
  margin: 0 0 9px;
  color: #302820;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.5;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__profile h3 span {
  font-size: 14px;
  font-weight: 600;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__catch {
  margin: 0 0 13px;
  color: #d86578;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__career {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__career li {
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.7;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__career li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f05e8d;
  transform: translateY(-50%);
}

html body .iby-page.iby-design-a2
.iby-a2-sp-only {
  display: none;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-instructor {
    padding: 54px 18px 62px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__heading {
    margin-bottom: 30px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__heading h2 {
    font-size: 27px;
    line-height: 1.45;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__grid {
    display: block;
    width: 100%;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__photo {
    width: min(100%, 310px);
    margin: 0 auto 30px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__content {
    font-size: 15px;
    line-height: 1.9;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__lead {
    font-size: 23px;
    line-height: 1.55;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__profile {
    margin-top: 24px;
    padding: 22px 20px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__profile h3 {
    font-size: 21px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__career {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-sp-only {
    display: block;
  }
}
/* =========================================================
   MIKAGE A2 / INSTRUCTOR COMPACT FINAL
   インストラクター紹介の縦余白を整理
========================================================= */

@media screen and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-instructor {
    padding-top: 48px !important;
    padding-bottom: 56px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__heading {
    margin-bottom: 28px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__grid {
    align-items: start !important;
    gap: 52px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__photo {
    margin-top: 6px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__lead {
    margin-bottom: 16px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__content > p {
    margin-bottom: 13px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__profile {
    margin-top: 18px !important;
    padding: 20px 22px !important;
  }
}
/* =========================================================
   MIKAGE A2 / INSTRUCTOR HEADING LINE REMOVE
   Lightning標準の青い見出し線を削除
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-instructor__heading,
html body .iby-page.iby-design-a2
.iby-a2-instructor__heading h2,
html body .iby-page.iby-design-a2
.iby-a2-instructor__eyebrow {
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Lightningの疑似要素による線も停止 */
html body .iby-page.iby-design-a2
.iby-a2-instructor__heading::before,
html body .iby-page.iby-design-a2
.iby-a2-instructor__heading::after,
html body .iby-page.iby-design-a2
.iby-a2-instructor__heading h2::before,
html body .iby-page.iby-design-a2
.iby-a2-instructor__heading h2::after,
html body .iby-page.iby-design-a2
.iby-a2-instructor__eyebrow::before,
html body .iby-page.iby-design-a2
.iby-a2-instructor__eyebrow::after {
  content: none !important;
  display: none !important;
}

/* 見出し周辺の余白を維持 */
html body .iby-page.iby-design-a2
.iby-a2-instructor__heading h2 {
  padding: 0 !important;
}
/* =========================================================
   MIKAGE A2 / LOCATION SECTION
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-location {
  width: 100%;
  margin: 0;
  padding: 58px 24px 66px;
  background: #fffaf3;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-location__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

/* 見出し */
html body .iby-page.iby-design-a2
.iby-a2-location__heading {
  width: min(100%, 860px);
  margin: 0 auto 32px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}

html body .iby-page.iby-design-a2
.iby-a2-location__heading::before,
html body .iby-page.iby-design-a2
.iby-a2-location__heading::after,
html body .iby-page.iby-design-a2
.iby-a2-location__heading h2::before,
html body .iby-page.iby-design-a2
.iby-a2-location__heading h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-location__eyebrow {
  margin: 0 0 8px;
  padding: 0;
  border: 0 !important;
  color: #758346;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

html body .iby-page.iby-design-a2
.iby-a2-location__heading h2 {
  margin: 0 0 18px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #28211c;
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

html body .iby-page.iby-design-a2
.iby-a2-location__lead {
  margin: 0;
  color: #554a41;
  font-size: 15px;
  line-height: 1.9;
}

/* 背景エリア */
html body .iby-page.iby-design-a2
.iby-a2-location__visual {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 940px);
  min-height: 290px;
  margin: 0 auto;
  padding: 36px 28px;
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 20% 25%,
      rgba(201, 213, 181, 0.28) 0,
      rgba(201, 213, 181, 0) 30%
    ),
    radial-gradient(
      circle at 82% 72%,
      rgba(240, 94, 141, 0.09) 0,
      rgba(240, 94, 141, 0) 28%
    ),
    #f8f2e9;
  overflow: hidden;
  box-sizing: border-box;
}

/* 地図をイメージした背景装飾 */
html body .iby-page.iby-design-a2
.iby-a2-location__decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(
      28deg,
      transparent 0 39%,
      rgba(161, 169, 142, 0.24) 39% 40%,
      transparent 40% 100%
    ),
    linear-gradient(
      145deg,
      transparent 0 55%,
      rgba(161, 169, 142, 0.18) 55% 56%,
      transparent 56% 100%
    ),
    linear-gradient(
      88deg,
      transparent 0 66%,
      rgba(161, 169, 142, 0.18) 66% 67%,
      transparent 67% 100%
    );
}

/* アクセスカード */
html body .iby-page.iby-design-a2
.iby-a2-location__card {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  margin: 0;
  padding: 28px 30px 24px;
  border: 1px solid #e4ddd2;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(89, 62, 39, 0.08);
  text-align: center;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-location__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 25px;
  margin: 0 0 20px;
  padding: 0 13px;
  border-radius: 999px;
  background: #eef1e4;
  color: #758346;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

/* 駅・駐車場 */
html body .iby-page.iby-design-a2
.iby-a2-location__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
}

html body .iby-page.iby-design-a2
.iby-a2-location__list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  margin: 0;
  padding: 8px 16px;
  border-right: 1px solid #e7ded4;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-location__list li:last-child {
  border-right: 0;
}

html body .iby-page.iby-design-a2
.iby-a2-location__label {
  display: block;
  margin: 0 0 6px;
  color: #76695e;
  font-size: 12px;
  line-height: 1.5;
}

html body .iby-page.iby-design-a2
.iby-a2-location__list strong {
  display: block;
  color: #302820;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

/* 住所 */
html body .iby-page.iby-design-a2
.iby-a2-location__address {
  margin: 0 0 8px;
  color: #493f37;
  font-size: 14px;
  line-height: 1.75;
  font-style: normal;
}

html body .iby-page.iby-design-a2
.iby-a2-location__note {
  margin: 0 0 18px;
  color: #758346;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

/* 詳細リンク */
html body .iby-page.iby-design-a2
.iby-a2-location__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid #ee5f8f;
  border-radius: 999px;
  background: #ffffff;
  color: #d94e7e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-location__link:hover,
html body .iby-page.iby-design-a2
.iby-a2-location__link:focus {
  background: #ee5f8f;
  color: #ffffff;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-location {
    padding: 48px 18px 56px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__heading {
    margin-bottom: 26px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__heading h2 {
    font-size: 27px;
    line-height: 1.45;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__lead {
    font-size: 14px;
    line-height: 1.85;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__lead br {
    display: none;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__visual {
    min-height: 0;
    padding: 22px 14px;
    border-radius: 17px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__card {
    width: 100%;
    padding: 24px 18px 22px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__list {
    grid-template-columns: 1fr;
    margin-bottom: 19px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__list li {
    min-height: 0;
    padding: 12px 8px;
    border-right: 0;
    border-bottom: 1px solid #e7ded4;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__list li:last-child {
    border-bottom: 0;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__address {
    font-size: 13px;
  }
}
/* =========================================================
   MIKAGE A2 / ACCESS ICON TUNE
   阪神・JR・車アイコンの色分け＋2周り大きく
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-location__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 62px;
  height: 62px;
  margin: 0 auto 14px;

  border: 1px solid #ddd3c6;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(89, 62, 39, 0.06);
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-location__icon svg {
  display: block;
  width: 30px;
  height: 30px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 阪神 */
html body .iby-page.iby-design-a2
.iby-a2-location__icon--hanshin {
  color: #c8648a;
  background: #fff1f6;
  border-color: #ebcad8;
}

/* JR */
html body .iby-page.iby-design-a2
.iby-a2-location__icon--jr {
  color: #2f8f57;
  background: #edf8f0;
  border-color: #cfe4d5;
}

/* 車 */
html body .iby-page.iby-design-a2
.iby-a2-location__icon--car {
  color: #d85c85;
  background: #fff1f6;
  border-color: #ebcad8;
}

/* ラベル少し見やすく */
html body .iby-page.iby-design-a2
.iby-a2-location__label {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #6f6255;
}

/* 強調文字 */
html body .iby-page.iby-design-a2
.iby-a2-location__list strong {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #2f241b;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body .iby-page.iby-design-a2
  .iby-a2-location__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__icon svg {
    width: 27px;
    height: 27px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__label {
    margin-bottom: 10px;
    font-size: 13px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__list strong {
    font-size: 16px;
  }
}
/* =========================================================
   MIKAGE A2 / ACCESS ICON COLOR + SPACING FINAL
   アイコン色を強制指定し、上下の空白を圧縮
========================================================= */

/* 3項目全体 */
html body .iby-page.iby-design-a2
.iby-a2-location__list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;

  margin: 0 0 18px !important;
  padding: 0 !important;
}

/* 各項目：均等配置を解除して、内容を上から詰める */
html body .iby-page.iby-design-a2
.iby-a2-location__list li {
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  justify-items: center !important;
  align-content: start !important;

  gap: 8px !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 6px 16px 12px !important;

  box-sizing: border-box !important;
}

/* 丸アイコン */
html body .iby-page.iby-design-a2
.iby-a2-location__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 62px !important;
  height: 62px !important;

  margin: 0 0 2px !important;
  padding: 0 !important;

  border-radius: 50% !important;
  box-sizing: border-box !important;
}

/* SVG本体 */
html body .iby-page.iby-design-a2
.iby-a2-location__icon svg {
  display: block !important;
  width: 31px !important;
  height: 31px !important;

  color: inherit !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
}

/* テーマ側のSVG色を強制的に解除 */
html body .iby-page.iby-design-a2
.iby-a2-location__icon svg *,
html body .iby-page.iby-design-a2
.iby-a2-location__icon svg path,
html body .iby-page.iby-design-a2
.iby-a2-location__icon svg rect,
html body .iby-page.iby-design-a2
.iby-a2-location__icon svg circle {
  fill: none !important;
  stroke: currentColor !important;
}

/* 阪神：ブルーグリーン系 */
html body .iby-page.iby-design-a2
.iby-a2-location__icon--hanshin {
  color: #087f78 !important;
  background: #edf8f6 !important;
  border: 1px solid #badfd9 !important;
}

/* JR西日本：ブルー系 */
html body .iby-page.iby-design-a2
.iby-a2-location__icon--jr {
  color: #0068b7 !important;
  background: #edf6fc !important;
  border: 1px solid #bdd8ec !important;
}

/* 車：A2のピンク系 */
html body .iby-page.iby-design-a2
.iby-a2-location__icon--car {
  color: #e65385 !important;
  background: #fff0f5 !important;
  border: 1px solid #efc7d5 !important;
}

/* 駅名・車案内 */
html body .iby-page.iby-design-a2
.iby-a2-location__label {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #6f6258 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* 徒歩時間・駐車場 */
html body .iby-page.iby-design-a2
.iby-a2-location__list strong {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #302820 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body .iby-page.iby-design-a2
  .iby-a2-location__list {
    grid-template-columns: 1fr !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__list li {
    gap: 7px !important;
    padding: 14px 8px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__icon {
    width: 56px !important;
    height: 56px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-location__icon svg {
    width: 28px !important;
    height: 28px !important;
  }
}
/* =========================================================
   MIKAGE A2 / REASONS FOR BEGINNERS
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-reasons {
  width: 100%;
  margin: 0;
  padding: 62px 24px 76px;
  background: #fffaf3;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-reasons__inner {
  width: min(100%, 1080px);
  margin: 0 auto;
}

/* 見出し */
html body .iby-page.iby-design-a2
.iby-a2-reasons__heading {
  width: min(100%, 820px);
  margin: 0 auto 38px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}

html body .iby-page.iby-design-a2
.iby-a2-reasons__heading::before,
html body .iby-page.iby-design-a2
.iby-a2-reasons__heading::after,
html body .iby-page.iby-design-a2
.iby-a2-reasons__heading h2::before,
html body .iby-page.iby-design-a2
.iby-a2-reasons__heading h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-reasons__eyebrow {
  margin: 0 0 8px;
  padding: 0;
  border: 0 !important;
  color: #758346;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

html body .iby-page.iby-design-a2
.iby-a2-reasons__heading h2 {
  margin: 0 0 16px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #28211c;
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

html body .iby-page.iby-design-a2
.iby-a2-reasons__lead {
  margin: 0;
  color: #554a41;
  font-size: 15px;
  line-height: 1.9;
}

/* カード4列 */
html body .iby-page.iby-design-a2
.iby-a2-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
}

/* カード */
html body .iby-page.iby-design-a2
.iby-a2-reasons__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 245px;
  margin: 0;
  padding: 28px 20px 24px;
  border: 1px solid #e5ddd2;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(89, 62, 39, 0.06);
  text-align: center;
  box-sizing: border-box;
}

/* アイコン */
html body .iby-page.iby-design-a2
.iby-a2-reasons__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 0 17px;
  border-radius: 50%;
  background: #f2eee4;
  color: #758346;
  box-shadow: inset 0 0 0 1px #e5dccd;
}

html body .iby-page.iby-design-a2
.iby-a2-reasons__icon svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* カード見出し */
html body .iby-page.iby-design-a2
.iby-a2-reasons__card h3 {
  margin: 0 0 14px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #65743e;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

html body .iby-page.iby-design-a2
.iby-a2-reasons__card h3::before,
html body .iby-page.iby-design-a2
.iby-a2-reasons__card h3::after {
  content: none !important;
  display: none !important;
}

/* カード文章 */
html body .iby-page.iby-design-a2
.iby-a2-reasons__card p {
  margin: 0;
  color: #5d5148;
  font-size: 13px;
  line-height: 1.8;
}

/* PCでは改行しない */
html body .iby-page.iby-design-a2
.iby-a2-reasons__sp-break {
  display: none;
}

/* =========================================================
   Tablet
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-reasons {
    padding: 50px 18px 58px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__heading {
    margin-bottom: 28px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__heading h2 {
    font-size: 27px;
    line-height: 1.45;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__lead {
    font-size: 14px;
    line-height: 1.85;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__lead br {
    display: none;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card {
    min-height: 0;
    padding: 24px 20px 22px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__sp-break {
    display: block;
  }
}
/* =========================================================
   MIKAGE A2 / REASONS PC 4 COLUMNS FINAL
   PCは4枚横並び・カードの縦余白を圧縮
========================================================= */

@media screen and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: min(100%, 1080px) !important;
    margin: 0 auto !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 190px !important;
    padding: 22px 16px 20px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 13px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card h3 {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card p {
    font-size: 12px !important;
    line-height: 1.75 !important;
  }
}

/* スマホは1列のまま */
@media screen and (max-width: 767px) {

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__grid {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================================
   MIKAGE A2 / REASONS WP AUTO P REPAIR FINAL
   WordPressが自動生成した空のpタグをグリッドから除外
========================================================= */

/* カード間に生成された空のp・brを非表示 */
html body .iby-page.iby-design-a2
.iby-a2-reasons__grid > p,
html body .iby-page.iby-design-a2
.iby-a2-reasons__grid > br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* カード自体だけをグリッド項目として扱う */
html body .iby-page.iby-design-a2
.iby-a2-reasons__grid > .iby-a2-reasons__card {
  display: flex !important;
  min-width: 0 !important;
  margin: 0 !important;
}

/* アイコンを囲む自動pタグの余白を解除 */
html body .iby-page.iby-design-a2
.iby-a2-reasons__card > p:first-child {
  margin: 0 0 13px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-reasons__card > p:first-child > br {
  display: none !important;
}

/* PCは4列 */
@media screen and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}
/* =========================================================
   MIKAGE A2 / REASONS MOBILE COMPACT FINAL
   スマホ：カードの高さと余白を整理
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-reasons {
    padding: 46px 14px 52px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 見出し */
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__heading {
    width: 100% !important;
    margin: 0 auto 24px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__heading h2 {
    margin-bottom: 12px !important;
    font-size: 25px !important;
    line-height: 1.4 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__lead {
    font-size: 13px !important;
    line-height: 1.75 !important;
  }

  /* 1列表示 */
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* WordPressが生成した空要素を除外 */
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__grid > p,
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__grid > br {
    display: none !important;
  }

  /* カード */
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 18px 16px 17px !important;

    border-radius: 14px !important;
    box-sizing: border-box !important;
  }

  /* アイコンを囲む自動pタグ */
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card > p:first-child {
    display: block !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card > p:first-child > br {
    display: none !important;
  }

  /* アイコン */
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__icon {
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-reasons__icon svg {
    width: 23px !important;
    height: 23px !important;
  }

  /* カード見出し */
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card h3 {
    margin: 0 0 7px !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  /* カード本文 */
  html body .iby-page.iby-design-a2
  .iby-a2-reasons__card > p:last-child {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    text-align: center !important;
  }
}
/* =========================================================
   MIKAGE A2 / MONTHLY CAMPAIGN
   ショートコード [ilchi_monthly_campaign]
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-features__campaign {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* WordPressが自動生成する空要素を除外 */
html body .iby-page.iby-design-a2
.iby-a2-features__campaign > p,
html body .iby-page.iby-design-a2
.iby-a2-features__campaign > br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ショートコード本体 */
html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign {
  width: 100%;
  margin: 0;
  padding: 0;
}

html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign__link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(89, 62, 39, 0.08);
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign__img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign__link:hover,
html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign__link:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(89, 62, 39, 0.12);
}

/* 光明チャクラ画像と共通の角丸 */
html body .iby-page.iby-design-a2
.iby-a2-features__gmc {
  border-radius: 18px;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-features__campaign
  .ilchi-monthly-campaign__link,
  html body .iby-page.iby-design-a2
  .iby-a2-features__gmc {
    border-radius: 14px;
  }
}
/* =========================================================
   MIKAGE A2 / FEATURES PROMOS WIDTH REPAIR FINAL
   キャンペーン・GMC画像の全幅指定を解除
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-features__promos {
  position: static !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 24px !important;

  width: min(940px, calc(100% - 48px)) !important;
  max-width: 940px !important;
  min-width: 0 !important;

  margin: 0 auto !important;
  padding: 0 !important;

  left: auto !important;
  right: auto !important;
  transform: none !important;
  box-sizing: border-box !important;
}

/* WordPressの自動生成要素を除外 */
html body .iby-page.iby-design-a2
.iby-a2-features__promos > p,
html body .iby-page.iby-design-a2
.iby-a2-features__promos > br {
  display: none !important;
}

/* キャンペーン外枠 */
html body .iby-page.iby-design-a2
.iby-a2-features__campaign,
html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign {
  position: static !important;

  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  left: auto !important;
  right: auto !important;
  transform: none !important;
  box-sizing: border-box !important;
}

/* キャンペーンリンクの全幅解除 */
html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign__link {
  position: static !important;

  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  left: auto !important;
  right: auto !important;
  transform: none !important;

  border-radius: 18px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* キャンペーン画像 */
html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign__img {
  position: static !important;

  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  left: auto !important;
  right: auto !important;
  transform: none !important;

  object-fit: contain !important;
  box-sizing: border-box !important;
}

/* GMC外枠 */
html body .iby-page.iby-design-a2
.iby-a2-features__gmc {
  position: static !important;

  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  left: auto !important;
  right: auto !important;
  transform: none !important;

  border-radius: 18px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* GMC画像 */
html body .iby-page.iby-design-a2
.iby-a2-features__gmc img {
  position: static !important;

  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  left: auto !important;
  right: auto !important;
  transform: none !important;

  object-fit: contain !important;
  box-sizing: border-box !important;
}

/* alignwide・alignfullが付いても解除 */
html body .iby-page.iby-design-a2
.iby-a2-features__promos .alignwide,
html body .iby-page.iby-design-a2
.iby-a2-features__promos .alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-features__promos {
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__campaign
  .ilchi-monthly-campaign__link,
  html body .iby-page.iby-design-a2
  .iby-a2-features__gmc {
    border-radius: 14px !important;
  }
}
/* =========================================================
   MIKAGE A2 / TRIAL LESSON FLOW
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-trial-flow {
  width: 100%;
  margin: 0;
  padding: 66px 24px 76px;
  background: #fffaf3;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

/* 見出し */
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__heading {
  width: min(100%, 820px);
  margin: 0 auto 38px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__heading::before,
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__heading::after,
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__heading h2::before,
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__heading h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__eyebrow {
  margin: 0 0 8px;
  padding: 0;
  border: 0 !important;
  color: #758346;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__heading h2 {
  margin: 0 0 16px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #28211c;
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.45;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__lead {
  margin: 0;
  color: #554a41;
  font-size: 15px;
  line-height: 1.9;
}

/* WordPressの自動生成要素を除外 */
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__grid > p,
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__grid > br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 5ステップ */
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 0 auto;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 205px;
  margin: 0;
  padding: 34px 17px 22px;
  border: 1px solid #cfdbc3;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(89, 62, 39, 0.05);
  text-align: center;
  box-sizing: border-box;
}

/* カード間の矢印 */
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__card:not(:last-of-type)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 3;
  color: #ee5f8f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

/* 番号 */
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__number {
  position: absolute;
  top: -15px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 30px;
  border-radius: 999px;
  background: #f0ebdc;
  color: #758346;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 1px #e4dccb;
}

/* カードタイトル */
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__card h3 {
  margin: 0 0 13px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #302820;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__card h3::before,
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__card h3::after {
  content: none !important;
  display: none !important;
}

/* カード本文 */
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__card p {
  margin: 0;
  color: #5d5148;
  font-size: 12px;
  line-height: 1.75;
}

/* 予約ボタン */
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__actions {
  margin: 34px 0 0;
  padding: 0;
  text-align: center;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid #ee5f8f;
  border-radius: 999px;
  background: #ee5f8f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(238, 95, 143, 0.18);
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-trial-flow__btn:hover,
html body .iby-page.iby-design-a2
.iby-a2-trial-flow__btn:focus {
  background: #e35286;
  border-color: #e35286;
  color: #ffffff;
}

/* =========================================================
   Tablet
========================================================= */

@media screen and (max-width: 1050px) and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 14px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card::after {
    display: none !important;
  }
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow {
    padding: 50px 18px 58px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__heading {
    margin-bottom: 32px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__heading h2 {
    font-size: 27px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__lead {
    font-size: 14px;
    line-height: 1.85;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__lead br {
    display: none;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__grid {
    grid-template-columns: 1fr;
    gap: 25px;
    width: 100%;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card {
    min-height: 0;
    padding: 30px 20px 19px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card::after {
    content: "⌄" !important;
    top: auto !important;
    right: auto !important;
    bottom: -22px !important;
    left: 50% !important;
    font-size: 18px !important;
    transform: translateX(-50%) !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card:last-of-type::after {
    display: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__actions {
    margin-top: 30px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__btn {
    width: 100%;
    max-width: 310px;
    min-width: 0;
  }
}
/* =========================================================
   MIKAGE A2 / TRIAL FLOW COMPACT PC FINAL
   5カードの高さ・番号・文章間隔を整理
========================================================= */

@media screen and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow {
    padding-top: 58px !important;
    padding-bottom: 64px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__heading {
    margin-bottom: 34px !important;
  }

  /* グリッド側の縦伸長を解除 */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__grid {
    align-items: start !important;
    grid-auto-rows: auto !important;
    gap: 14px !important;
  }

  /* カードをコンパクトに */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card {
    align-self: start !important;
    justify-content: flex-start !important;

    width: 100% !important;
    height: auto !important;
    min-height: 170px !important;
    max-height: none !important;

    padding: 37px 15px 18px !important;
    overflow: visible !important;
  }

  /* 番号 */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__number {
    top: -16px !important;
    width: 44px !important;
    height: 31px !important;
  }

  /* タイトル */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card h3 {
    margin: 0 0 9px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  /* 説明 */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  /* 矢印 */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card:not(:last-of-type)::after {
    top: 50% !important;
    right: -12px !important;
    transform: translateY(-50%) !important;
  }

  /* 予約ボタンまでの余白 */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__actions {
    margin-top: 28px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-height: 48px !important;
    line-height: 1 !important;
  }
}
/* =========================================================
   MIKAGE A2 / TRIAL FLOW MOBILE NUMBER REPAIR FINAL
   番号とカードタイトルの重なりを解消
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__grid {
    gap: 30px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 43px 18px 18px !important;

    overflow: visible !important;
    box-sizing: border-box !important;
  }

  /* 番号をカード上部へ独立配置 */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__number {
    position: absolute !important;
    top: -17px !important;
    left: 50% !important;

    width: 46px !important;
    height: 34px !important;

    margin: 0 !important;
    transform: translateX(-50%) !important;
  }

  /* タイトルを番号から離す */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card h3 {
    position: static !important;
    margin: 0 0 12px !important;
    padding: 0 !important;

    font-size: 18px !important;
    line-height: 1.4 !important;
    transform: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card p {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  /* カード間の下向き矢印 */
  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card:not(:last-of-type)::after {
    top: auto !important;
    right: auto !important;
    bottom: -24px !important;
    left: 50% !important;

    transform: translateX(-50%) !important;
  }
}
/* =========================================================
   MIKAGE A2 / TRIAL FLOW MOBILE ARROW REMOVE
   スマホではカード間の矢印を非表示
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__card::after {
    content: none !important;
    display: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-trial-flow__grid {
    gap: 32px !important;
  }
}
/* =========================================================
   MIKAGE A2 / MIDDLE CTA
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-mid-cta {
  width: 100%;
  margin: 0;
  padding: 62px 24px 68px;
  background: #fffaf3;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-mid-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
  align-items: center;
  gap: 48px;

  width: min(100%, 980px);
  min-height: 330px;

  margin: 0 auto;
  padding: 34px 42px;

  border: 1px solid #eee3d7;
  border-radius: 22px;

  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(201, 213, 181, 0.18) 0,
      rgba(201, 213, 181, 0) 34%
    ),
    #fffdf9;

  box-shadow: 0 14px 34px rgba(89, 62, 39, 0.06);
  overflow: hidden;
  box-sizing: border-box;
}

/* WordPressの自動生成要素を除外 */
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__inner > p,
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__inner > br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 左側 */
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__content {
  position: relative;
  z-index: 2;
  min-width: 0;
  margin: 0;
  padding: 0;
}

html body .iby-page.iby-design-a2
.iby-a2-mid-cta__eyebrow {
  margin: 0 0 10px;
  padding: 0;

  border: 0 !important;
  background: transparent !important;

  color: #758346;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

html body .iby-page.iby-design-a2
.iby-a2-mid-cta__content h2 {
  margin: 0 0 20px;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #28211c;
  font-size: clamp(28px, 2.7vw, 38px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

html body .iby-page.iby-design-a2
.iby-a2-mid-cta__content h2::before,
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__content h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-mid-cta__text {
  margin: 0 0 24px;
  color: #554a41;
  font-size: 14px;
  line-height: 1.9;
}

/* ボタン */
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__actions {
  margin: 0;
  padding: 0;
}

html body .iby-page.iby-design-a2
.iby-a2-mid-cta__btn,
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__btn:link,
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  min-width: 220px;
  min-height: 48px;

  margin: 0;
  padding: 0 28px;

  border: 1px solid #ee5f8f;
  border-radius: 999px;

  background: #ee5f8f;
  color: #ffffff;

  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;

  box-shadow: 0 9px 22px rgba(238, 95, 143, 0.2);
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-mid-cta__btn:hover,
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__btn:focus {
  border-color: #e35286;
  background: #e35286;
  color: #ffffff;
}

/* 右側画像 */
html body .iby-page.iby-design-a2
.iby-a2-mid-cta__visual {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  margin: 0;
  padding: 0;

  background: transparent;
}

html body .iby-page.iby-design-a2
.iby-a2-mid-cta__visual img {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;

  margin: 0 auto;
  padding: 0;

  object-fit: contain;
}

/* =========================================================
   Tablet
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
    gap: 30px;
    padding: 32px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__content h2 {
    font-size: 29px;
  }
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta {
    padding: 48px 18px 54px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__inner {
    display: flex;
    flex-direction: column;

    width: 100%;
    min-height: 0;

    padding: 30px 20px 26px;
    gap: 24px;

    border-radius: 17px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__content {
    order: 1;
    width: 100%;
    text-align: center;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__content h2 {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 1.45;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.85;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__text br {
    display: none;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__actions {
    text-align: center;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__btn {
    width: 100%;
    max-width: 300px;
    min-width: 0;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__visual {
    order: 2;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-mid-cta__visual img {
    width: min(100%, 300px);
  }
}
/* ========================================
   A2 / お客様の声 アイコン余白統一
======================================== */

.iby-a2-voices__avatar {
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #eee8dc;
  border: 1px solid #d8d0bf;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

/* 内側の白っぽい形をそろえる */
.iby-a2-voices__avatar::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #f8f5ee;
  z-index: 0;
}

/* 人物画像を同じ大きさ・同じ余白感で表示 */
.iby-a2-voices__avatar img {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: center center;
  display: block;
}

/* カード内でアイコン位置を安定させる */
.iby-a2-voices__card {
  text-align: center;
}

.iby-a2-voices__card .iby-a2-voices__avatar {
  flex-shrink: 0;
}
/* =========================================================
   MIKAGE A2 / CUSTOMER VOICES RECOVERY FINAL
   お客様の声：3列カードと人物画像をまとめて復旧
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-voices {
  width: 100% !important;
  margin: 0 !important;
  padding: 66px 24px 74px !important;
  background: #f9f5ed !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__inner {
  width: min(100%, 1000px) !important;
  margin: 0 auto !important;
}

/* 見出し */
html body .iby-page.iby-design-a2
.iby-a2-voices__heading {
  width: min(100%, 800px) !important;
  margin: 0 auto 36px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__heading::before,
html body .iby-page.iby-design-a2
.iby-a2-voices__heading::after,
html body .iby-page.iby-design-a2
.iby-a2-voices__heading h2::before,
html body .iby-page.iby-design-a2
.iby-a2-voices__heading h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__eyebrow {
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #758346 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__heading h2 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #28211c !important;
  font-size: clamp(27px, 2.5vw, 36px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__lead {
  margin: 0 !important;
  padding: 0 !important;
  color: #554a41 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

/* WordPressが自動生成した空要素 */
html body .iby-page.iby-design-a2
.iby-a2-voices__grid > p,
html body .iby-page.iby-design-a2
.iby-a2-voices__grid > br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* PC：3列 */
html body .iby-page.iby-design-a2
.iby-a2-voices__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 20px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* カード */
html body .iby-page.iby-design-a2
.iby-a2-voices__card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 330px !important;

  margin: 0 !important;
  padding: 28px 22px 24px !important;

  border: 1px solid #dce2d2 !important;
  border-radius: 17px !important;
  background: #ffffff !important;
  box-shadow: 0 11px 27px rgba(89, 62, 39, 0.06) !important;

  text-align: center !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* 人物画像の枠を3枚とも同じ形に固定 */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 0 0 88px !important;
  width: 88px !important;
  height: 88px !important;

  margin: 0 auto 18px !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 50% !important;
  background: #f1ede3 !important;
  box-shadow: none !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* 以前追加した二重円・多重円を解除 */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar::before,
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar::after {
  content: none !important;
  display: none !important;
}

/* 人物画像 */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img {
  position: static !important;
  z-index: auto !important;

  display: block !important;
  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;

  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}

/* SVG版は使わない */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar svg {
  display: none !important;
}

/* カード見出し */
html body .iby-page.iby-design-a2
.iby-a2-voices__card h3 {
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;

  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #302820 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__card h3::before,
html body .iby-page.iby-design-a2
.iby-a2-voices__card h3::after {
  content: none !important;
  display: none !important;
}

/* 感想本文 */
html body .iby-page.iby-design-a2
.iby-a2-voices__text {
  width: 100% !important;
  margin: 0 0 17px !important;
  padding: 0 !important;
  border: 0 !important;

  color: #5d5148 !important;
  font-size: 13px !important;
  line-height: 1.85 !important;
  text-align: left !important;
}

/* 年代 */
html body .iby-page.iby-design-a2
.iby-a2-voices__meta {
  width: 100% !important;
  margin: auto 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;

  color: #637b43 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

/* 注記 */
html body .iby-page.iby-design-a2
.iby-a2-voices__notice {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  color: #83776c !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

/* ボタン */
html body .iby-page.iby-design-a2
.iby-a2-voices__actions {
  margin: 26px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__link,
html body .iby-page.iby-design-a2
.iby-a2-voices__link:link,
html body .iby-page.iby-design-a2
.iby-a2-voices__link:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 190px !important;
  min-height: 44px !important;

  margin: 0 !important;
  padding: 0 24px !important;

  border: 1px solid #68894b !important;
  border-radius: 999px !important;
  background: #68894b !important;
  color: #ffffff !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow: 0 8px 18px rgba(104, 137, 75, 0.18) !important;
  box-sizing: border-box !important;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-voices {
    padding: 50px 18px 58px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__heading {
    margin-bottom: 27px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__heading h2 {
    font-size: 27px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__lead {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__lead br {
    display: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__card {
    min-height: 0 !important;
    padding: 24px 20px 22px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__avatar {
    flex-basis: 82px !important;
    width: 82px !important;
    height: 82px !important;
    margin-bottom: 15px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__link {
    width: 100% !important;
    max-width: 290px !important;
    min-width: 0 !important;
  }
}
/* =========================================================
   MIKAGE A2 / VOICES VISUAL BALANCE FINAL
   人物画像・カード高さ・文章位置を最終調整
========================================================= */

@media screen and (min-width: 768px) {

  /* カードを少しだけコンパクトに */
  html body .iby-page.iby-design-a2
  .iby-a2-voices__card {
    min-height: 350px !important;
    padding: 24px 22px 20px !important;
  }

  /* 人物を表示する共通枠 */
  html body .iby-page.iby-design-a2
  .iby-a2-voices__avatar {
    flex: 0 0 94px !important;
    width: 94px !important;
    height: 94px !important;
    margin: 0 auto 16px !important;

    border-radius: 50% !important;
    background: #f1ede3 !important;
    overflow: hidden !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__avatar img {
    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;
    object-position: center !important;
    transform-origin: center !important;
  }

  /* 元画像ごとの白い余白差を補正 */
  html body .iby-page.iby-design-a2
  .iby-a2-voices__avatar img[src*="a2_20"] {
    transform: scale(1.06) !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__avatar img[src*="a2_40"] {
    transform: scale(1.14) !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-voices__avatar img[src*="a2_50"] {
    transform: scale(1.06) !important;
  }

  /* 3枚のタイトル位置をそろえる */
  html body .iby-page.iby-design-a2
  .iby-a2-voices__card h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 54px !important;
    margin: 0 0 11px !important;

    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  /* 本文を少し読みやすく整理 */
  html body .iby-page.iby-design-a2
  .iby-a2-voices__text {
    margin: 0 0 12px !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
  }

  /* 年代の下側余白を圧縮 */
  html body .iby-page.iby-design-a2
  .iby-a2-voices__meta {
    margin: auto 0 0 !important;
    padding-top: 10px !important;
  }
}
/* =========================================================
   MIKAGE A2 / VOICES AVATAR BALANCE FINAL
   3人の人物サイズと位置を統一
========================================================= */

/* 左：30代 */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img[src*="a2_20"] {
  transform: scale(1.06) !important;
}

/* 中央：40代
   現在より少し縮小し、1px上へ */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img[src*="a2_40"] {
  transform: translateY(-1px) scale(1.06) !important;
}

/* 右：50代
   現在より少し縮小し、2px上へ */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img[src*="a2_50"] {
  transform: translateY(-2px) scale(1.01) !important;
}
/* 50代イラストだけ、全体が円内に収まるよう調整 */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img[src*="a2_50"] {
  object-fit: contain !important;
  object-position: center center !important;
  transform: translateY(-1px) scale(0.90) !important;
}
/* =========================================================
   MIKAGE A2 / VOICES AVATAR CLEAN FINAL
   人物画像の重複指定を整理
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-voices__avatar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 0 0 94px !important;
  width: 94px !important;
  height: 94px !important;

  margin: 0 auto 16px !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 50% !important;
  background: #f1ede3 !important;
  box-shadow: none !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__avatar::before,
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 50% !important;

  object-fit: contain !important;
  object-position: center !important;
  transform-origin: center !important;
}

/* 30代 */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img[src*="a2_20"] {
  transform: scale(1) !important;
}

/* 40代 */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img[src*="a2_40"] {
  transform: scale(1.02) !important;
}

/* 50代：元画像の外側の輪を少し切って見本に近づける */
html body .iby-page.iby-design-a2
.iby-a2-voices__avatar img[src*="a2_50"] {
  transform: translateY(-1px) scale(1.15) !important;
}

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

  html body .iby-page.iby-design-a2
  .iby-a2-voices__avatar {
    flex-basis: 82px !important;
    width: 82px !important;
    height: 82px !important;
  }
}
/* =========================================================
   A2 MIKAGE / ACCESS DETAIL
========================================================= */
.iby-a2-access-detail {
  padding: 80px 20px 100px;
}

.iby-a2-access-detail__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.iby-a2-access-detail__header {
  text-align: center;
  margin-bottom: 40px;
}

.iby-a2-access-detail__eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #7b8a47;
}

.iby-a2-access-detail__title {
  margin: 0;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  color: #2d221b;
}

.iby-a2-access-detail__grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: stretch;
}

.iby-a2-access-detail__card,
.iby-a2-access-detail__map {
  background: #fff;
  border: 1px solid #ddd5c6;
  border-radius: 24px;
  overflow: hidden;
}

.iby-a2-access-detail__card {
  padding: 36px 32px;
}

.iby-a2-access-detail__name {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #2d221b;
}

.iby-a2-access-detail__lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
  color: #4a4038;
}

.iby-a2-access-detail__list {
  margin: 0;
}

.iby-a2-access-detail__list > div + div {
  margin-top: 18px;
}

.iby-a2-access-detail__list dt {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #7b8a47;
}

.iby-a2-access-detail__list dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #2d221b;
}

.iby-a2-access-detail__actions {
  margin-top: 28px;
}

.iby-a2-access-detail__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ea5d8f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s ease;
}

.iby-a2-access-detail__btn:hover {
  opacity: 0.85;
  color: #fff;
}

.iby-a2-access-detail__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
}

/* Tablet */
@media screen and (max-width: 1023px) {
  .iby-a2-access-detail__grid {
    grid-template-columns: 1fr;
  }

  .iby-a2-access-detail__map iframe {
    min-height: 420px;
  }
}

/* Smartphone */
@media screen and (max-width: 767px) {
  .iby-a2-access-detail {
    padding: 56px 16px 72px;
  }

  .iby-a2-access-detail__title {
    font-size: 32px;
  }

  .iby-a2-access-detail__card {
    padding: 26px 20px;
  }

  .iby-a2-access-detail__name {
    font-size: 24px;
  }

  .iby-a2-access-detail__lead,
  .iby-a2-access-detail__list dd {
    font-size: 15px;
  }

  .iby-a2-access-detail__map iframe {
    min-height: 320px;
  }

  .iby-a2-access-detail__btn {
    width: 100%;
  }
}
/* =========================================================
   MIKAGE A2 / ACCESS MAP HEIGHT FINAL
   地図を右カード全面へ表示
========================================================= */

@media screen and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__grid {
    align-items: stretch !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__map {
    position: relative !important;
    align-self: stretch !important;

    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__map iframe {
    position: absolute !important;
    inset: 0 !important;

    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

/* スマホ・タブレットは固定高さ */
@media screen and (max-width: 767px) {

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__map {
    position: relative !important;
    width: 100% !important;
    height: 340px !important;
    min-height: 340px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__map iframe {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }
}
/* =========================================================
   MIKAGE A2 / ACCESS HEADING CLEAN FINAL
   見出し線を削除・上余白を調整
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-access-detail {
  padding-top: 48px !important;
  padding-bottom: 76px !important;
}

html body .iby-page.iby-design-a2
.iby-a2-access-detail__header {
  margin: 0 auto 32px !important;
  padding: 0 !important;

  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;

  background: transparent !important;
  box-shadow: none !important;
}

/* 見出し周辺のテーマ装飾を削除 */
html body .iby-page.iby-design-a2
.iby-a2-access-detail__header::before,
html body .iby-page.iby-design-a2
.iby-a2-access-detail__header::after,
html body .iby-page.iby-design-a2
.iby-a2-access-detail__title::before,
html body .iby-page.iby-design-a2
.iby-a2-access-detail__title::after {
  content: none !important;
  display: none !important;
}

/* 「アクセス」見出し */
html body .iby-page.iby-design-a2
.iby-a2-access-detail__title {
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;

  background: transparent !important;
  box-shadow: none !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail {
    padding-top: 42px !important;
    padding-bottom: 58px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__header {
    margin-bottom: 26px !important;
  }
}
/* =========================================================
   MIKAGE A2 / FEATURES RECOVERY FINAL
   特色3カード・キャンペーン・GMCをまとめて復旧
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-features {
  width: 100% !important;
  margin: 0 !important;
  padding: 64px 24px 78px !important;
  background: #fffaf3 !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__inner {
  width: min(100%, 1080px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* 見出し */
html body .iby-page.iby-design-a2
.iby-a2-features__heading {
  width: min(100%, 820px) !important;
  margin: 0 auto 36px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__heading::before,
html body .iby-page.iby-design-a2
.iby-a2-features__heading::after,
html body .iby-page.iby-design-a2
.iby-a2-features__heading h2::before,
html body .iby-page.iby-design-a2
.iby-a2-features__heading h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__eyebrow {
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #758346 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__heading h2 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #28211c !important;
  font-size: clamp(27px, 2.5vw, 36px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__lead {
  margin: 0 !important;
  padding: 0 !important;
  color: #554a41 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

/* WordPressの自動生成要素を除外 */
html body .iby-page.iby-design-a2
.iby-a2-features__grid > p,
html body .iby-page.iby-design-a2
.iby-a2-features__grid > br,
html body .iby-page.iby-design-a2
.iby-a2-features__promos > p,
html body .iby-page.iby-design-a2
.iby-a2-features__promos > br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 特色3カード */
html body .iby-page.iby-design-a2
.iby-a2-features__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 20px !important;

  width: min(100%, 920px) !important;
  margin: 0 auto 42px !important;
  padding: 0 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 210px !important;

  margin: 0 !important;
  padding: 26px 22px 22px !important;

  border: 1px solid #ded8c9 !important;
  border-radius: 16px !important;
  background: #fffdf9 !important;
  box-shadow: 0 10px 26px rgba(89, 62, 39, 0.05) !important;

  text-align: center !important;
  box-sizing: border-box !important;
}

/* 丸アイコン */
html body .iby-page.iby-design-a2
.iby-a2-features__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 0 0 48px !important;
  width: 48px !important;
  height: 48px !important;

  margin: 0 0 15px !important;
  padding: 0 !important;

  border-radius: 50% !important;
  background: #f0ebdc !important;
  color: #758346 !important;
  box-shadow: inset 0 0 0 1px #e4dccb !important;

  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* カード見出し */
html body .iby-page.iby-design-a2
.iby-a2-features__card h3 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 52px !important;

  margin: 0 0 10px !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #65743e !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__card h3::before,
html body .iby-page.iby-design-a2
.iby-a2-features__card h3::after {
  content: none !important;
  display: none !important;
}

/* カード本文 */
html body .iby-page.iby-design-a2
.iby-a2-features__card p {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;

  color: #5d5148 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

/* キャンペーン・GMC */
html body .iby-page.iby-design-a2
.iby-a2-features__promos {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 24px !important;

  width: min(100%, 940px) !important;
  max-width: 940px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__campaign,
html body .iby-page.iby-design-a2
.iby-a2-features__campaign .ilchi-monthly-campaign,
html body .iby-page.iby-design-a2
.iby-a2-features__campaign .ilchi-monthly-campaign__link,
html body .iby-page.iby-design-a2
.iby-a2-features__gmc {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border-radius: 18px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-features__campaign
.ilchi-monthly-campaign__img,
html body .iby-page.iby-design-a2
.iby-a2-features__gmc img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;

  object-fit: contain !important;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-features {
    padding: 50px 18px 60px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__heading {
    margin-bottom: 28px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__heading h2 {
    font-size: 27px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__lead {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__lead br {
    display: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__grid {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__card {
    min-height: 0 !important;
    padding: 20px 18px 19px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__card h3 {
    min-height: 0 !important;
    margin-bottom: 8px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__icon {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 11px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__promos {
    width: 100% !important;
    gap: 18px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-features__campaign
  .ilchi-monthly-campaign__link,
  html body .iby-page.iby-design-a2
  .iby-a2-features__gmc {
    border-radius: 14px !important;
  }
}
/* =========================================================
   MIKAGE A2 / ACCESS WIDTH BALANCE FINAL
   アクセス全体を他セクションと同じ幅へ
========================================================= */

@media screen and (min-width: 901px) {

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__inner {
    width: min(100%, 1000px) !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__grid {
    grid-template-columns: 340px minmax(0, 1fr) !important;
    gap: 20px !important;

    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__card {
    width: 100% !important;
    padding: 30px 26px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__name {
    font-size: 26px !important;
    line-height: 1.45 !important;
  }
}

/* タブレットは1列になる直前まで少し広め */
@media screen and (max-width: 1100px) and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__inner {
    width: min(100% - 48px, 920px) !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__grid {
    grid-template-columns: 320px minmax(0, 1fr) !important;
    gap: 18px !important;
  }
}
/* =========================================================
   MIKAGE A2 / ACCESS TITLE SIZE FINAL
   他セクションの見出しサイズへ統一
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-access-detail__title {
  font-size: clamp(27px, 2.5vw, 36px) !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body .iby-page.iby-design-a2
  .iby-a2-access-detail__title {
    font-size: 27px !important;
    line-height: 1.45 !important;
  }
}
/* =========================================================
   MIKAGE A2 / INSTRUCTOR PHOTO SIZE FINAL
   インストラクター写真をPC・スマホとも約2周り縮小
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-instructor__photo {
  width: min(80%, 260px) !important;
  max-width: 260px !important;
  margin: 0 auto !important;
  justify-self: center !important;
  align-self: start !important;
}

html body .iby-page.iby-design-a2
.iby-a2-instructor__photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: cover !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body .iby-page.iby-design-a2
  .iby-a2-instructor__photo {
    width: min(72%, 210px) !important;
    max-width: 210px !important;
    margin: 0 auto 24px !important;
  }
}
/* =========================================================
   MIKAGE A2 / BLOG・INFO・EVENTS
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-updates {
  width: 100%;
  margin: 0;
  padding: 68px 24px 76px;
  background: #fffaf3;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__heading {
  width: min(100%, 800px);
  margin: 0 auto 36px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__heading::before,
html body .iby-page.iby-design-a2
.iby-a2-updates__heading::after,
html body .iby-page.iby-design-a2
.iby-a2-updates__heading h2::before,
html body .iby-page.iby-design-a2
.iby-a2-updates__heading h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__eyebrow {
  margin: 0 0 8px;
  color: #758346;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__heading h2 {
  margin: 0 0 15px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #28211c;
  font-size: clamp(27px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.45;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__lead {
  margin: 0;
  color: #554a41;
  font-size: 15px;
  line-height: 1.9;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__grid > p,
html body .iby-page.iby-design-a2
.iby-a2-updates__grid > br {
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 285px;
  padding: 27px 25px 24px;
  border: 1px solid #e5ddd1;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(89, 62, 39, 0.05);
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 15px;
  border-radius: 50%;
  background: #f1ede3;
  color: #758346;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__label {
  margin: 0 0 7px;
  color: #8a775e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__card h3 {
  margin: 0 0 13px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #302820;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__card h3::before,
html body .iby-page.iby-design-a2
.iby-a2-updates__card h3::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__text {
  margin: 0 0 22px;
  color: #5d5148;
  font-size: 13px;
  line-height: 1.85;
}

html body .iby-page.iby-design-a2
.iby-a2-updates__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  min-height: 42px;
  margin-top: auto;
  padding: 0 22px;
  border-radius: 999px;
  background: #ee5f8f;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(238, 95, 143, 0.18);
}


/* =========================================================
   MIKAGE A2 / RELATED ACTIVITIES
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-related {
  width: 100%;
  margin: 0;
  padding: 40px 24px 78px;
  background: #fffaf3;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-related__inner {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(320px, 46%);
  width: min(100%, 1000px);
  min-height: 520px;
  margin: 0 auto;
  border-radius: 20px;
  background: #faf7ef;
  box-shadow: 0 12px 32px rgba(89, 62, 39, 0.06);
  overflow: hidden;
}

html body .iby-page.iby-design-a2
.iby-a2-related__content {
  position: relative;
  z-index: 2;
  padding: 52px 20px 44px 48px;
}

html body .iby-page.iby-design-a2
.iby-a2-related__eyebrow {
  margin: 0 0 8px;
  color: #758346;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

html body .iby-page.iby-design-a2
.iby-a2-related__content h2 {
  margin: 0 0 20px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #28211c;
  font-size: clamp(28px, 2.7vw, 38px);
  font-weight: 800;
  line-height: 1.4;
}

html body .iby-page.iby-design-a2
.iby-a2-related__content h2::before,
html body .iby-page.iby-design-a2
.iby-a2-related__content h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__lead {
  margin: 0 0 26px;
  color: #554a41;
  font-size: 14px;
  line-height: 1.9;
}

html body .iby-page.iby-design-a2
.iby-a2-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

html body .iby-page.iby-design-a2
.iby-a2-related__list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid #e5ddd1;
}

html body .iby-page.iby-design-a2
.iby-a2-related__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0e9d9;
  color: #809257;
}

html body .iby-page.iby-design-a2
.iby-a2-related__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body .iby-page.iby-design-a2
.iby-a2-related__list h3 {
  margin: 0 0 3px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #627541;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

html body .iby-page.iby-design-a2
.iby-a2-related__list h3::before,
html body .iby-page.iby-design-a2
.iby-a2-related__list h3::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__list p {
  margin: 0;
  color: #655a50;
  font-size: 12px;
  line-height: 1.7;
}

html body .iby-page.iby-design-a2
.iby-a2-related__notice {
  margin: 18px 0 0;
  color: #86796d;
  font-size: 10px;
  line-height: 1.7;
}

html body .iby-page.iby-design-a2
.iby-a2-related__actions {
  margin: 22px 0 0;
}

html body .iby-page.iby-design-a2
.iby-a2-related__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 44px;
  padding: 0 23px;
  border-radius: 999px;
  background: #ee5f8f;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(238, 95, 143, 0.18);
}

/* 関連活動の右側装飾 */
html body .iby-page.iby-design-a2
.iby-a2-related__visual {
  position: relative;
  min-height: 100%;
  background:
    radial-gradient(circle at 54% 48%, rgba(255,255,255,.96) 0 20%, transparent 21%),
    radial-gradient(circle at 62% 49%, rgba(232,219,196,.75) 0 37%, transparent 38%),
    linear-gradient(145deg, #fffdf8 0%, #f3e8db 100%);
  overflow: hidden;
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #faf7ef 0%,
    rgba(250,247,239,.65) 17%,
    transparent 52%
  );
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-circle {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: rgba(232, 220, 196, 0.78);
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-circle--01 {
  width: 110px;
  height: 110px;
  right: 42px;
  bottom: 62px;
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-circle--02 {
  width: 56px;
  height: 56px;
  top: 70px;
  right: 64px;
  background: rgba(206, 219, 183, 0.7);
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-circle--03 {
  width: 34px;
  height: 34px;
  right: 182px;
  bottom: 125px;
  background: rgba(237, 183, 195, 0.65);
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-leaf {
  position: absolute;
  z-index: 1;
  width: 44px;
  height: 88px;
  border-radius: 100% 0 100% 0;
  background: rgba(145, 167, 104, 0.35);
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-leaf--01 {
  top: 80px;
  left: 96px;
  transform: rotate(28deg);
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-leaf--02 {
  top: 128px;
  left: 148px;
  transform: rotate(-18deg) scale(.75);
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-message {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 48px;
  width: 230px;
  transform: translateY(-50%);
  text-align: center;
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-message span {
  display: block;
  margin-bottom: 9px;
  color: #8c806d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual-message strong {
  color: #4f493f;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.55;
}


/* =========================================================
   MIKAGE A2 / FINAL CTA
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-final-cta {
  width: 100%;
  margin: 0;
  padding: 62px 24px 78px;
  background: #fffaf3;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__inner {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 54px 36px 46px;
  border: 1px solid #f1c7d5;
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 84% 78%,
      rgba(247, 201, 218, 0.28) 0,
      transparent 33%
    ),
    #fffdfb;
  text-align: center;
  box-sizing: border-box;
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  margin: 0 0 17px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f2eee2;
  color: #758346;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__inner h2 {
  margin: 0 0 22px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #28211c;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.45;
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__inner h2::before,
html body .iby-page.iby-design-a2
.iby-a2-final-cta__inner h2::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__text {
  margin: 0 0 25px;
  color: #554a41;
  font-size: 14px;
  line-height: 1.9;
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__actions {
  margin: 0;
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ee5f8f;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(238, 95, 143, 0.2);
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__note {
  margin: 14px 0 0;
  color: #71665c;
  font-size: 11px;
  line-height: 1.6;
}

html body .iby-page.iby-design-a2
.iby-a2-final-cta__sp-break {
  display: none;
}


/* =========================================================
   SMARTPHONE
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-updates {
    padding: 50px 18px 58px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__heading {
    margin-bottom: 27px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__heading h2 {
    font-size: 27px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__lead {
    font-size: 14px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__lead br {
    display: none;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__card {
    min-height: 0;
    padding: 23px 20px 21px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__btn {
    width: 100%;
    max-width: 270px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related {
    padding: 20px 18px 58px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: 17px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__content {
    order: 1;
    padding: 34px 20px 26px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__content h2 {
    font-size: 27px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__lead {
    font-size: 14px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__lead br {
    display: none;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__visual {
    order: 2;
    min-height: 245px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__visual-message {
    right: 50%;
    width: 230px;
    transform: translate(50%, -50%);
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__btn {
    width: 100%;
    max-width: 270px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-final-cta {
    padding: 48px 18px 60px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-final-cta__inner {
    padding: 38px 20px 34px;
    border-radius: 17px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-final-cta__inner h2 {
    font-size: 27px;
    line-height: 1.5;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-final-cta__text {
    font-size: 14px;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-final-cta__text br {
    display: none;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-final-cta__btn {
    width: 100%;
    max-width: 300px;
    min-width: 0;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-final-cta__sp-break {
    display: block;
  }
}
/* =========================================================
   MIKAGE A2 / UPDATES CARD BALANCE FINAL
   3カードの空白・内側余白・高さを整理
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-updates {
  padding-top: 52px !important;
  padding-bottom: 66px !important;
}

/* カード内に自動生成された空要素を消す */
html body .iby-page.iby-design-a2
.iby-a2-updates__card > p:empty,
html body .iby-page.iby-design-a2
.iby-a2-updates__card > br {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 3カード */
html body .iby-page.iby-design-a2
.iby-a2-updates__card {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;

  min-height: 245px !important;
  height: auto !important;

  margin: 0 !important;
  padding: 26px 26px 24px !important;

  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* アイコン */
html body .iby-page.iby-design-a2
.iby-a2-updates__icon {
  position: static !important;

  flex: 0 0 46px !important;
  width: 46px !important;
  height: 46px !important;

  margin: 0 0 13px !important;
  padding: 0 !important;

  transform: none !important;
}

/* 英字ラベル */
html body .iby-page.iby-design-a2
.iby-a2-updates__label {
  width: 100% !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
}

/* カードタイトル */
html body .iby-page.iby-design-a2
.iby-a2-updates__card h3 {
  width: 100% !important;
  min-height: 0 !important;

  margin: 0 0 11px !important;
  padding: 0 !important;

  font-size: 18px !important;
  line-height: 1.5 !important;
}

/* 説明文 */
html body .iby-page.iby-design-a2
.iby-a2-updates__text {
  width: 100% !important;
  margin: 0 0 19px !important;
  padding: 0 !important;

  font-size: 13px !important;
  line-height: 1.8 !important;
}

/* ボタン */
html body .iby-page.iby-design-a2
.iby-a2-updates__btn {
  position: static !important;

  min-width: 145px !important;
  min-height: 42px !important;

  margin: auto 0 0 !important;
  padding: 0 22px !important;

  transform: none !important;
  box-sizing: border-box !important;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-updates {
    padding-top: 46px !important;
    padding-bottom: 56px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__card {
    min-height: 0 !important;
    padding: 22px 20px 21px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__icon {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__btn {
    width: 100% !important;
    max-width: 270px !important;
  }
}
/* =========================================================
   MIKAGE A2 / UPDATES BUTTON ALIGN FINAL
   3カードのボタン位置を下端で統一
========================================================= */

@media screen and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-updates__card {
    display: grid !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    align-items: start !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-updates__btn {
    align-self: end !important;
    margin: 0 !important;
  }
}
/* =========================================================
   MIKAGE A2 / RELATED ACTIVITIES IMAGE FINAL
========================================================= */

html body .iby-page.iby-design-a2
.iby-a2-related {
  width: 100% !important;
  margin: 0 !important;
  padding: 52px 24px 76px !important;
  background: #fffaf3 !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__panel {
  display: grid !important;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%) !important;
  align-items: stretch !important;

  width: min(100%, 1000px) !important;
  min-height: 560px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 20px !important;
  background: #f8f4eb !important;
  box-shadow: 0 12px 30px rgba(89, 62, 39, 0.06) !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__content {
  position: relative !important;
  z-index: 2 !important;

  min-width: 0 !important;
  margin: 0 !important;
  padding: 46px 22px 40px 42px !important;

  background: #f8f4eb !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__eyebrow {
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;

  color: #758346 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.12em !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__title {
  margin: 0 0 20px !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #28211c !important;
  font-size: clamp(28px, 2.7vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__title::before,
html body .iby-page.iby-design-a2
.iby-a2-related__title::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__lead {
  margin: 0 0 24px !important;
  padding: 0 !important;

  color: #554a41 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__list {
  display: block !important;
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__item {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 13px !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 !important;

  border: 0 !important;
  border-bottom: 1px solid #e3dacc !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__item:first-child {
  padding-top: 0 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 44px !important;
  height: 44px !important;

  margin: 0 !important;
  padding: 7px !important;

  border-radius: 50% !important;
  background: #f0e8d7 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__icon img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;

  object-fit: contain !important;
  transform: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__text {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__text h3 {
  margin: 0 0 3px !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #637943 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__text h3::before,
html body .iby-page.iby-design-a2
.iby-a2-related__text h3::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__text p {
  margin: 0 !important;
  padding: 0 !important;

  color: #655a50 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__note {
  margin: 16px 0 0 !important;
  padding: 0 !important;

  color: #86796d !important;
  font-size: 10px !important;
  line-height: 1.7 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__actions {
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__btn,
html body .iby-page.iby-design-a2
.iby-a2-related__btn:link,
html body .iby-page.iby-design-a2
.iby-a2-related__btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 180px !important;
  min-height: 44px !important;

  margin: 0 !important;
  padding: 0 23px !important;

  border: 1px solid #ee5f8f !important;
  border-radius: 999px !important;

  background: #ee5f8f !important;
  color: #ffffff !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;

  box-shadow: 0 8px 18px rgba(238, 95, 143, 0.18) !important;
  box-sizing: border-box !important;
}

/* 背景画像 */
html body .iby-page.iby-design-a2
.iby-a2-related__visual {
  position: relative !important;
  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #f8f4eb !important;
  overflow: hidden !important;
}

html body .iby-page.iby-design-a2
.iby-a2-related__visual img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;

  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

/* 左側へ自然に画像をなじませる */
html body .iby-page.iby-design-a2
.iby-a2-related__visual::after {
  content: "" !important;
  display: block !important;

  position: absolute !important;
  inset: 0 !important;

  background: linear-gradient(
    90deg,
    #f8f4eb 0%,
    rgba(248, 244, 235, 0.78) 16%,
    rgba(248, 244, 235, 0.18) 42%,
    transparent 67%
  ) !important;

  pointer-events: none !important;
}

/* =========================================================
   Smartphone
========================================================= */

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

  html body .iby-page.iby-design-a2
  .iby-a2-related {
    padding: 36px 18px 58px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__panel {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    min-height: 0 !important;

    border-radius: 17px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__content {
    order: 1 !important;
    width: 100% !important;
    padding: 32px 20px 26px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__title {
    font-size: 27px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__lead {
    font-size: 14px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__lead br {
    display: none !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__item {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__icon {
    width: 42px !important;
    height: 42px !important;
    padding: 6px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__btn {
    width: 100% !important;
    max-width: 270px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__visual {
    order: 2 !important;
    width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__visual img {
    width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;

    object-position: 66% center !important;
  }

  html body .iby-page.iby-design-a2
  .iby-a2-related__visual::after {
    background: linear-gradient(
      180deg,
      #f8f4eb 0%,
      rgba(248, 244, 235, 0.35) 18%,
      transparent 48%
    ) !important;
  }
}
/* =========================================================
   MIKAGE A2 / RELATED IMAGE POSITION FINAL
   背景写真の女性が見える位置へ調整
========================================================= */

@media screen and (min-width: 768px) {

  html body .iby-page.iby-design-a2
  .iby-a2-related__visual img {
    object-position: right center !important;
  }
}

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

  html body .iby-page.iby-design-a2
  .iby-a2-related__visual img {
    object-position: 72% center !important;
  }
}
/* =========================================================
   MIKAGE A2 / BLOG & INFORMATION ARCHIVE TUNE
   ブログ・インフォメーション一覧ページ調整
========================================================= */

/* --- 対象ページ -------------------------------------------------
   blog一覧
   information一覧
---------------------------------------------------------------- */
body.blog,
body.archive,
body.post-type-archive,
body.post-type-archive-info,
body.post-type-archive-information {
  background: #f7f3ec;
}

/* 全体幅 */
body.blog .site-content,
body.archive .site-content,
body.post-type-archive .site-content,
body.post-type-archive-info .site-content,
body.post-type-archive-information .site-content {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================================================
   ページタイトル帯
========================================================= */
body.blog .page-header,
body.archive .page-header,
body.post-type-archive .page-header,
body.post-type-archive-info .page-header,
body.post-type-archive-information .page-header,
body.blog .entry-header,
body.archive .entry-header {
  background: #ebe6dc !important;
  border: none !important;
  box-shadow: none !important;
  padding: 56px 20px !important;
  margin: 0 !important;
  text-align: center;
}

body.blog .page-header h1,
body.archive .page-header h1,
body.post-type-archive .page-header h1,
body.post-type-archive-info .page-header h1,
body.post-type-archive-information .page-header h1,
body.blog .archive-title,
body.archive .archive-title {
  margin: 0 !important;
  color: #22160f !important;
  font-size: clamp(32px, 4vw, 54px) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

/* 青帯を消したい場合の保険 */
body.blog .page-header,
body.archive .page-header,
body.post-type-archive .page-header,
body.post-type-archive-info .page-header,
body.post-type-archive-information .page-header {
  background-image: none !important;
}

/* =========================================================
   パンくず
========================================================= */
body.blog .breadcrumb,
body.archive .breadcrumb,
body.post-type-archive .breadcrumb,
body.post-type-archive-info .breadcrumb,
body.post-type-archive-information .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 20px 6px;
  font-size: 14px;
  color: #6f6a60;
  background: transparent;
  border: none;
}

body.blog .breadcrumb a,
body.archive .breadcrumb a,
body.post-type-archive .breadcrumb a,
body.post-type-archive-info .breadcrumb a,
body.post-type-archive-information .breadcrumb a {
  color: #6f6a60;
  text-decoration: none;
}

/* =========================================================
   メイン2カラム
========================================================= */
body.blog .content,
body.archive .content,
body.post-type-archive .content,
body.post-type-archive-info .content,
body.post-type-archive-information .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 80px;
}

body.blog .content .main-section,
body.archive .content .main-section,
body.post-type-archive .content .main-section,
body.post-type-archive-info .content .main-section,
body.post-type-archive-information .content .main-section {
  padding-right: 40px;
}

/* =========================================================
   投稿一覧カード
========================================================= */
body.blog article,
body.archive article,
body.post-type-archive article,
body.post-type-archive-info article,
body.post-type-archive-information article {
  background: #fff;
  border: 1px solid #e3d9c9;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(60, 40, 20, 0.05);
  padding: 24px;
  margin-bottom: 28px;
}

body.blog article .entry-title,
body.archive article .entry-title,
body.post-type-archive article .entry-title,
body.post-type-archive-info article .entry-title,
body.post-type-archive-information article .entry-title {
  font-size: 32px;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 12px;
}

body.blog article .entry-title a,
body.archive article .entry-title a,
body.post-type-archive article .entry-title a,
body.post-type-archive-info article .entry-title a,
body.post-type-archive-information article .entry-title a {
  color: #22160f;
  text-decoration: none;
}

body.blog article .entry-title a:hover,
body.archive article .entry-title a:hover,
body.post-type-archive article .entry-title a:hover,
body.post-type-archive-info article .entry-title a:hover,
body.post-type-archive-information article .entry-title a:hover {
  opacity: 0.8;
}

body.blog article .post-date,
body.archive article .post-date,
body.post-type-archive article .post-date,
body.post-type-archive-info article .post-date,
body.post-type-archive-information article .post-date,
body.blog article .entry-meta,
body.archive article .entry-meta {
  color: #8a826f;
  font-size: 14px;
  margin-bottom: 14px;
}

body.blog article .post-thumbnail img,
body.archive article .post-thumbnail img,
body.post-type-archive article .post-thumbnail img,
body.post-type-archive-info article .post-thumbnail img,
body.post-type-archive-information article .post-thumbnail img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

body.blog article .entry-summary,
body.archive article .entry-summary,
body.post-type-archive article .entry-summary,
body.post-type-archive-info article .entry-summary,
body.post-type-archive-information article .entry-summary {
  color: #4e463d;
  line-height: 1.9;
  font-size: 16px;
}

/* 続きを読むボタン */
body.blog article .more-link,
body.archive article .more-link,
body.post-type-archive article .more-link,
body.post-type-archive-info article .more-link,
body.post-type-archive-information article .more-link,
body.blog article .read-more,
body.archive article .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #eb5f93;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(235, 95, 147, 0.18);
}

/* =========================================================
   サイドバー
========================================================= */
body.blog .sub-section,
body.archive .sub-section,
body.post-type-archive .sub-section,
body.post-type-archive-info .sub-section,
body.post-type-archive-information .sub-section,
body.blog aside,
body.archive aside {
  background: transparent;
}

body.blog .sub-section .widget,
body.archive .sub-section .widget,
body.post-type-archive .sub-section .widget,
body.post-type-archive-info .sub-section .widget,
body.post-type-archive-information .sub-section .widget,
body.blog aside .widget,
body.archive aside .widget {
  background: #fff;
  border: 1px solid #e3d9c9;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px rgba(60, 40, 20, 0.04);
}

body.blog .sub-section .widget-title,
body.archive .sub-section .widget-title,
body.post-type-archive .sub-section .widget-title,
body.post-type-archive-info .sub-section .widget-title,
body.post-type-archive-information .sub-section .widget-title,
body.blog aside .widget-title,
body.archive aside .widget-title {
  font-size: 28px;
  line-height: 1.4;
  color: #22160f;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #b7c486;
}

body.blog .sub-section a,
body.archive .sub-section a,
body.post-type-archive .sub-section a,
body.post-type-archive-info .sub-section a,
body.post-type-archive-information .sub-section a,
body.blog aside a,
body.archive aside a {
  color: #4e463d;
  text-decoration: none;
}

body.blog .sub-section a:hover,
body.archive .sub-section a:hover,
body.post-type-archive .sub-section a:hover,
body.post-type-archive-info .sub-section a:hover,
body.post-type-archive-information .sub-section a:hover,
body.blog aside a:hover,
body.archive aside a:hover {
  color: #7a9350;
}

/* =========================================================
   ページネーション
========================================================= */
body.blog .pagination,
body.archive .pagination,
body.post-type-archive .pagination,
body.post-type-archive-info .pagination,
body.post-type-archive-information .pagination {
  margin-top: 36px;
  text-align: center;
}

body.blog .pagination a,
body.blog .pagination span,
body.archive .pagination a,
body.archive .pagination span,
body.post-type-archive .pagination a,
body.post-type-archive .pagination span,
body.post-type-archive-info .pagination a,
body.post-type-archive-info .pagination span,
body.post-type-archive-information .pagination a,
body.post-type-archive-information .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  margin: 0 4px;
  border-radius: 999px;
  border: 1px solid #ddd2bf;
  background: #fff;
  color: #4e463d;
  text-decoration: none;
}

body.blog .pagination .current,
body.archive .pagination .current,
body.post-type-archive .pagination .current,
body.post-type-archive-info .pagination .current,
body.post-type-archive-information .pagination .current {
  background: #7a9350;
  border-color: #7a9350;
  color: #fff;
}

/* =========================================================
   スマホ
========================================================= */
@media screen and (max-width: 991px) {

  body.blog .content .main-section,
  body.archive .content .main-section,
  body.post-type-archive .content .main-section,
  body.post-type-archive-info .content .main-section,
  body.post-type-archive-information .content .main-section {
    padding-right: 0;
  }

  body.blog .page-header,
  body.archive .page-header,
  body.post-type-archive .page-header,
  body.post-type-archive-info .page-header,
  body.post-type-archive-information .page-header {
    padding: 40px 16px !important;
  }

  body.blog .page-header h1,
  body.archive .page-header h1,
  body.post-type-archive .page-header h1,
  body.post-type-archive-info .page-header h1,
  body.post-type-archive-information .page-header h1,
  body.blog .archive-title,
  body.archive .archive-title {
    font-size: 32px !important;
  }

  body.blog .content,
  body.archive .content,
  body.post-type-archive .content,
  body.post-type-archive-info .content,
  body.post-type-archive-information .content {
    padding: 20px 16px 56px;
  }

  body.blog article,
  body.archive article,
  body.post-type-archive article,
  body.post-type-archive-info article,
  body.post-type-archive-information article {
    padding: 18px;
    border-radius: 14px;
  }

  body.blog article .entry-title,
  body.archive article .entry-title,
  body.post-type-archive article .entry-title,
  body.post-type-archive-info article .entry-title,
  body.post-type-archive-information article .entry-title {
    font-size: 24px;
  }

  body.blog .sub-section .widget-title,
  body.archive .sub-section .widget-title,
  body.post-type-archive .sub-section .widget-title,
  body.post-type-archive-info .sub-section .widget-title,
  body.post-type-archive-information .sub-section .widget-title {
    font-size: 22px;
  }
}
/* =========================================================
   MIKAGE / BLOG TITLE BAND FINAL
   実際のbodyクラス post-type-post に対応
========================================================= */

/* ブログタイトル帯 */
html body.post-type-post > div.page-header {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 118px !important;
  min-height: 118px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: #ff9b87 !important;
  background-color: #ff9b87 !important;
  background-image: none !important;
  box-shadow: none !important;

  box-sizing: border-box !important;
}

/* 帯の内側 */
html body.post-type-post > div.page-header
> div.page-header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 20px !important;

  background: transparent !important;
  box-sizing: border-box !important;
}

/* 「ブログ」の文字 */
html body.post-type-post > div.page-header
h1.page-header-title {
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.03em !important;

  text-align: center !important;
  text-shadow: none !important;
}

/* 不要な装飾を解除 */
html body.post-type-post > div.page-header::before,
html body.post-type-post > div.page-header::after,
html body.post-type-post > div.page-header
h1.page-header-title::before,
html body.post-type-post > div.page-header
h1.page-header-title::after {
  content: none !important;
  display: none !important;
}

/* スマホ・タブレット */
@media screen and (max-width: 991px) {

  html body.post-type-post > div.page-header {
    height: 96px !important;
    min-height: 96px !important;
    padding: 0 !important;
  }

  html body.post-type-post > div.page-header
  > div.page-header-inner {
    padding: 0 16px !important;
  }

  html body.post-type-post > div.page-header
  h1.page-header-title {
    font-size: 28px !important;
  }
}
/* =========================================================
   MIKAGE / ARCHIVE BACKGROUND WHITE FINAL
   ブログ・インフォメーション・イベントの本文背景を白へ統一
========================================================= */

/* ページ全体 */
html body.post-type-post,
html body.post-type-info,
html body.post-type-information,
html body.post-type-archive-info,
html body.post-type-archive-information,
html body.post-type-event,
html body.post-type-archive-event,
html body.post-type-archive-tribe_events,
html body.tribe-events-page-template {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* タイトル帯より下の本文エリア */
html body.post-type-post .site-body,
html body.post-type-post .site-content,
html body.post-type-post .content,

html body.post-type-info .site-body,
html body.post-type-info .site-content,
html body.post-type-info .content,

html body.post-type-information .site-body,
html body.post-type-information .site-content,
html body.post-type-information .content,

html body.post-type-archive-info .site-body,
html body.post-type-archive-info .site-content,
html body.post-type-archive-info .content,

html body.post-type-archive-information .site-body,
html body.post-type-archive-information .site-content,
html body.post-type-archive-information .content,

html body.post-type-event .site-body,
html body.post-type-event .site-content,
html body.post-type-event .content,

html body.post-type-archive-event .site-body,
html body.post-type-archive-event .site-content,
html body.post-type-archive-event .content,

html body.post-type-archive-tribe_events .site-body,
html body.post-type-archive-tribe_events .site-content,
html body.post-type-archive-tribe_events .content,

html body.tribe-events-page-template .site-body,
html body.tribe-events-page-template .site-content,
html body.tribe-events-page-template .content {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* メイン・サイドバー周辺 */
html body.post-type-post #main,
html body.post-type-post .main-section,
html body.post-type-post .sub-section,

html body.post-type-info #main,
html body.post-type-info .main-section,
html body.post-type-info .sub-section,

html body.post-type-information #main,
html body.post-type-information .main-section,
html body.post-type-information .sub-section,

html body.post-type-archive-info #main,
html body.post-type-archive-info .main-section,
html body.post-type-archive-info .sub-section,

html body.post-type-archive-information #main,
html body.post-type-archive-information .main-section,
html body.post-type-archive-information .sub-section,

html body.post-type-event #main,
html body.post-type-event .main-section,
html body.post-type-event .sub-section,

html body.post-type-archive-event #main,
html body.post-type-archive-event .main-section,
html body.post-type-archive-event .sub-section,

html body.post-type-archive-tribe_events #main,
html body.post-type-archive-tribe_events .main-section,
html body.post-type-archive-tribe_events .sub-section,

html body.tribe-events-page-template #main,
html body.tribe-events-page-template .main-section,
html body.tribe-events-page-template .sub-section {
  background: transparent !important;
}

/* パンくずエリアも白 */
html body.post-type-post .breadcrumb,
html body.post-type-info .breadcrumb,
html body.post-type-information .breadcrumb,
html body.post-type-archive-info .breadcrumb,
html body.post-type-archive-information .breadcrumb,
html body.post-type-event .breadcrumb,
html body.post-type-archive-event .breadcrumb,
html body.post-type-archive-tribe_events .breadcrumb,
html body.tribe-events-page-template .breadcrumb {
  background: #ffffff !important;
  background-color: #ffffff !important;
}
/* =========================================================
   MIKAGE / INFORMATION TITLE BAND FINAL
   イベントと同じタイトル帯へ統一
========================================================= */

/* PC・共通 */
html body.archive.post-type-archive-info > div.page-header {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 118px !important;
  min-height: 118px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: #ff9b87 !important;
  background-color: #ff9b87 !important;
  background-image: none !important;
  box-shadow: none !important;

  box-sizing: border-box !important;
}

html body.archive.post-type-archive-info
> div.page-header
> div.page-header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 20px !important;

  background: transparent !important;
  box-sizing: border-box !important;
}

/* 「インフォメーション」の文字 */
html body.archive.post-type-archive-info
> div.page-header
h1.page-header-title {
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.03em !important;

  text-align: center !important;
  text-shadow: none !important;
}

/* 装飾解除 */
html body.archive.post-type-archive-info
> div.page-header::before,
html body.archive.post-type-archive-info
> div.page-header::after,
html body.archive.post-type-archive-info
> div.page-header
h1.page-header-title::before,
html body.archive.post-type-archive-info
> div.page-header
h1.page-header-title::after {
  content: none !important;
  display: none !important;
}

/* スマホ・タブレット */
@media screen and (max-width: 991px) {

  html body.archive.post-type-archive-info > div.page-header {
    height: 96px !important;
    min-height: 96px !important;
    padding: 0 !important;
  }

  html body.archive.post-type-archive-info
  > div.page-header
  > div.page-header-inner {
    padding: 0 16px !important;
  }

  html body.archive.post-type-archive-info
  > div.page-header
  h1.page-header-title {
    font-size: 28px !important;
  }
}
/* =========================================================
   MIKAGE / PC HEADER MENU GAP FINAL
   通常時のみメニュー項目間を約2文字分詰める
========================================================= */

@media screen and (min-width: 1200px) {

  /* 追従前の通常ヘッダーだけ対象 */
  html body #site-header:not(.header_scrolled)
  .global-nav-list {
    gap: 0 !important;
    column-gap: 0 !important;
  }

  html body #site-header:not(.header_scrolled)
  .global-nav-list > li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body #site-header:not(.header_scrolled)
  .global-nav-list > li > a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    white-space: nowrap !important;
  }
}