/* 1) Font Face */
@font-face {
  font-family: "icomoon";
  src: url("https://www.manmai.jp/images/icomoon.eot?cyzug3");
  src: url("https://www.manmai.jp/images/icomoon.eot?cyzug3#iefix")
      format("embedded-opentype"),
    url("https://www.manmai.jp/images/icomoon.ttf?cyzug3") format("truetype"),
    url("https://www.manmai.jp/images/icomoon.woff?cyzug3") format("woff"),
    url("https://www.manmai.jp/images/icomoon.svg?cyzug3#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block; /* 初回描画のチラつき対策 */
}

/* 2) Base (icomoon専用に固定) */
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------------
   Icon mappings - 実際に使用されているアイコンのみ
   ------------------------------------------------------------------- */

/* 検索アイコン */
.icon-search:before {
  content: "\e907";
}

/* 閉じるアイコン */
.icon-close:before {
  content: "\e90f";
}

/* メニューアイコン */
.icon-menu:before {
  content: "\e910";
}

/* SNSアイコン */
.icon-facebook:before {
  content: "\ea91";
}

.icon-twitter:before {
  content: "\ea97";
}

.icon-youtube:before {
  content: "\ea9e";
}

.icon-line:before {
  content: "\e90b";
}

.icon-hatenabookmark:before {
  content: "\e904";
}

/* ナビゲーションアイコン */
.icon-home:before {
  content: "\e908";
}

/* 時間アイコン */
.icon-clock:before {
  content: "\e957";
}

/* クリーンアップ完了 - 使用されていないアイコン定義を削除しました */