@charset "utf-8";
/*==============================================================================================*/
/*装飾*/
/*==============================================================================================*/

#post-single a {
  color: #031b4e;
}

strong {
  color: #031b4e;
}
strong.red {
  color: #f00;
}

span.co-de {
  background-color: #eeeeee;
  border-radius: 3px;
  font-size: 0.9em;
  line-height: 0.9em;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 1px 0 1px;
  color: #031b4e;
}

blockquote {
  padding: 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f3f3f3;
  border-left: 5px solid #cccccc;
}
ul.check {
  border: 3px solid #cccccc;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
ul.check li {
  border-bottom: 1px dashed #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background-image: url(/wp/wp-content/themes/aisiteru/images/icon/check_gr.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center left 10px;
}
ul.check li:last-child {
  border: none;
}

/*==============================================================================================*/

#main {
  margin: 0;
  padding: 0;
}
/*single
================================================================================================*/
#post-single {
  font-size: 15px;
  line-height: 28px;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  margin: 0 10px;
  text-align: justify;
}
#post-single p {
  margin: 10px 0;
}
/*H
---------------------------------------------------------------*/
#post-single h2 {
  font-size: 20px;
  color: #031b4e;
  margin: 40px 0 0 0;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #cccccc;
}
#post-single h3 {
  color: #031b4e;
  font-size: 16px;
  line-height: 20px;
  background-color: #f7f8f8;
  border-radius: 3px;
  margin: 30px 0 10px 0;
  padding: 10px 0 10px 15px;
}
#post-single h4 {
  margin-top: 40px;
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/arrow_shita_bk.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-left: 22px;
  background-position: center left;
  font-size: 16px;
  line-height: 16px;
  padding-top: 3px;
  margin-bottom: 5px;
  color: #031b4e;
}

#post-single img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#post-single a[target="_blank"] {
  background-image: url(/wp/wp-content/themes/aisiteru/images/icon/blank.png);
  background-repeat: no-repeat;
  padding-left: 17px;
  background-position: 1px 4px;
}

@media only screen and (min-width: 680px) {
  #contents {
    width: 1100px;
  }
  #main {
    margin: 0;
  }

  /*single
================================================================================================*/
  #post-single {
    width: 740px;
    padding: 40px 50px 40px 50px;
    box-sizing: border-box;
    margin: 0;
  }
  #post-single p {
    margin: 15px 0;
  }

  /*H
---------------------------------------------------------------*/
  #post-single h2 {
    font-size: 22px;
    margin: 80px 0 0 0;
    padding: 0 0 10px 0;
  }
  #post-single h3 {
    font-size: 18px;
    margin: 50px 0 0 0;
  }
  #post-single h4 {
    padding-left: 27px;
    background-position: left center;
    font-size: 18px;
    line-height: 18px;
    padding-top: 4px;
  }
  #post-single a:hover {
    text-decoration: underline;
  }
  #post-single a[target="_blank"] {
    background-position: 2px 1px;
  }
}

/*================================================================================================*/
/*記事*/
/*================================================================================================*/

#post-single.ai-contents ol,
#post-single.ai-contents ul {
  background-color: #f7f8f8;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  margin: 20px 0 0 0;
}
#post-single.ai-contents ol li,
#post-single.ai-contents ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
#post-single.ai-contents ol li:first-child,
#post-single.ai-contents ul li:first-child {
  padding-top: 0;
}
#post-single.ai-contents ol li:last-child,
#post-single.ai-contents ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.common-prompt {
  background-color: #000000;
  color: #ffffff;
  border-radius: 6px;
  font-size: 12px;
  padding: 20px 25px;
  line-height: 18px;
}
/*※ 本記事はAIによる生成・編集サポートを含みます。<*/
.index-lead {
  font-size: 12px;
  padding: 10px 15px;
  line-height: 20px;
  margin-top: 0px;
  border-radius: 2px;
  border: 1px dotted #cccccc;
}

.ai-generated-mini {
  font-size: 12px;
  background: #ffffff;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 4px;
  margin-top: 30px;
  border-radius: 2px;
  border: 1px dotted #cccccc;
}

/*================================================================================================*/
/*冒頭のリスト*/
/*================================================================================================*/
ul.ai-list {
  padding: 15px 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
ul.ai-list li {
  background-size: 20px auto;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-weight: 700;
  background-position: left center;
  margin-bottom: 5px;
}

ul.ai-list li span {
  font-size: 11px;
  color: #aaaaaa;
  font-weight: 500;
}
ul.ai-list li:last-child {
  margin-bottom: 0;
}
ul.ai-list li.chatgpt {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/openai.webp");
}
ul.ai-list li.gemini {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/gemini.webp");
}
ul.ai-list li.copilot {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/copilot.webp");
}
ul.ai-list li.claude {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/claude.webp");
}
ul.ai-list li.lechat {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/mistral.webp");
}
ul.ai-list li.deepseek {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/deepseek.webp");
}
ul.ai-list li.perplexity {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/perplexity.webp");
}
ul.ai-list li.grok {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/grok.webp");
}

/*================================================================================================*/
/*著者*/
/*================================================================================================*/
.post_author {
  padding: 25px 25px 25px 25px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  margin: 0 10px;
}

.post_author .inner {
  width: 100%;
  position: relative;
}

.post_author h2 {
  font-weight: 700;
  color: #1433d6;
}

/* アバター */
.profile-img {
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
}

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

/* 名前（AI名／Tusami） */
.profile-name {
  position: absolute;
  top: 40px;
  left: 70px;
  font-size: 15px;
  font-weight: bold;
  color: #031b4e;
}

/* 肩書き（思考型AIエディタ 等） */
.profile-role {
  position: absolute;
  top: 62px;
  left: 70px;
  font-size: 12px;
  color: #7a869a;
}

/* コメント本文 */
.profile-comment {
  padding-top: 80px; /* アイコン分のスペース */
  font-size: 14px;
  line-height: 1.6;
}

/* 「このAIエディタが担当した他の記事を見る」リンク */
.profile-link {
  margin-top: 8px;
  font-size: 12px;
}
.profile-link a {
  color: #0069ff;
  text-decoration: underline;
}
.profile-link a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 680px) {
  .post_author {
    width: 740px;
    padding: 25px 50px 25px 50px;
    margin: 0;
  }

  .profile-name {
    font-size: 16px;
  }

  .profile-link {
  margin-top: 8px;
  font-size: 13px;
}
  
}

/*================================================================================================*/
/*生成された記事*/
/*================================================================================================*/
body #main .generated-article h3 {
  background-size: 50px auto;
  background-repeat: no-repeat;
  height: 50px;
  padding-left: 60px;
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 5px;
}
body #main .generated-article h3 span {
  display: block;
  font-size: 11px;
  color: #aaaaaa;
}

body #main .generated-article p.ai-info {
  padding-top: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 21px;
}
.generated-article h3.chatgpt {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/openai.webp");
}
.generated-article h3.gemini {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/gemini.webp");
}
.generated-article h3.copilot {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/copilot.webp");
}
.generated-article h3.claude {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/claude.webp");
}
.generated-article h3.lechat {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/mistral.webp");
}
.generated-article h3.deepseek {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/deepseek.webp");
}
.generated-article h3.perplexity {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/perplexity.webp");
}
.generated-article h3.grok {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/grok.webp");
}

/*================================================================================================*/
/*合わせて読みたい*/
/*================================================================================================*/
#post-single .ai-written a[target="_blank"] {
  background-image: none;
}

#post-single .ai-written ul {
  border-radius: 0px 0px 3px 3px;
}

#post-single .ai-written .ai-written-title {
  background-color: #031b4e;
  padding: 10px;
  font-size: 11px;
  line-height: 12px;
  color: #ffffff;
  border-radius: 3px 3px 0px 0px;
  background-image: url("/wp/wp-content/themes/east/images/icon/link_bl.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding-left: 32px;
  background-position: 5px center;
}

#post-single .ai-written ul li a {
  width: 100%;
  height: 70px;
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #031b4e;
  border-radius: 3px;
  border: 1px solid #1433d6;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
#post-single .ai-written ul li .ai-written-wap {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
#post-single .ai-written ul li:last-child .ai-written-wap {
  border-bottom: none;
  padding-bottom: 10px;
}
#post-single .ai-written ul li .ai-written-img {
  width: 80px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
}
#post-single .ai-written ul li .ai-written-img img {
  width: 100%;
  height: 50px;
  object-fit: cover;
  margin-right: 17px;
}
#post-single .ai-written ul li .ai-written-content {
  display: block;
  width: 100%;
  padding-left: 100px;
  padding-right: 48px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
body #post-single .ai-written ul li a .ai-written-content-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
#post-single .ai-written ul li .more-arrow {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1433d6;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/more_link_icon.png");
  background-size: 13px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 680px) {
  #post-single .ai-written .ai-written-title {
    font-size: 14px;
  }
  #post-single .ai-written ul li a {
    width: 100%;
    height: 90px;
    border: 1px solid #eeeeee;
  }
  #post-single .ai-written ul li a:hover {
    border: 1px solid #0069ff;
    color: #0069ff;
    text-decoration: none;
  }
  #post-single .ai-written ul li .ai-written-wap {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
  }
  #post-single .ai-written ul li:last-child .ai-written-wap {
    border-bottom: none;
    padding-bottom: 15px;
  }
  #post-single .ai-written ul li .ai-written-img {
    width: 200px;
    position: absolute;
    height: 60px;
    top: 15px;
    left: 15px;
  }
  #post-single .ai-written ul li .ai-written-img img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    vertical-align: bottom;
    transition: all 0.3s ease;
  }

  #post-single .ai-written ul li .ai-written-content {
    padding-left: 230px;
    padding-right: 75px;
    -webkit-line-clamp: 2;
  }
  #post-single .ai-written ul li .more-arrow {
    right: 15px;
    width: 30px;
    height: 30px;
    background-size: 16px auto;
  }
  body #post-single .ai-written ul li a .ai-written-content-title {
    line-height: 22px;
    font-size: 16px;
  }

  body #post-single .ai-written ul li a .ai-written-content-date {
    font-size: 12px;
    background-image: url(/wp/wp-content/themes/east/images/icon/time_bl.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-left: 17px;
    background-position: 0px 0px;
    line-height: 20px;
    margin-top: 10px;
  }

  .ai-written-content-title {
    transition-duration: 0.3s;
  }
}

/*================================================================================================*/
/*プロンプト共通*/
/*================================================================================================*/
.prompt,
.markdown {
  display: none;
}

/* ===== プロンプト用モーダル ===== */
.prompt-modal {
  position: fixed;
  inset: 0;
  z-index: 9900;
  display: none;
}

.prompt-modal.is-open {
  display: block;
}

.prompt-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  bottom: 85px; /* フッターの高さ分カット */
}

/* -----------------------------------------
モバイルファースト：モーダル本体
----------------------------------------- */
.prompt-modal__content {
  position: relative;
  max-width: none;
  margin: 15px;
  padding: 20px;
  background: #000000;
  color: #ffffff;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  box-sizing: border-box;
  max-height: calc(100dvh - 85px - 30px);
}

/* dvh 非対応ブラウザ向けフォールバック */
@supports not (height: 100dvh) {
  .prompt-modal__content {
    max-height: calc(100vh - 85px - 30px);
  }
}

/* モーダル内すべての要素を白文字に統一 */
.prompt-modal__content * {
  color: #ffffff !important;
}

.prompt-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #ffffff !important;
}

/* ===== スタイリッシュなスクロールバー ===== */
.prompt-modal__content::-webkit-scrollbar {
  width: 8px;
}

.prompt-modal__content::-webkit-scrollbar-track {
  background: #111;
  border-radius: 4px;
}

.prompt-modal__content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #444, #222);
  border-radius: 4px;
}

.prompt-modal__content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #666, #333);
}

/* FireFox */
.prompt-modal__content {
  scrollbar-width: thin;
  scrollbar-color: #444 #111;
}

/* パネル共通 */
.prompt-panel {
  font-size: 12px;
  line-height: 1.7;
  display: none;
}

.prompt-panel.is-active {
  display: block;
}

/* タブエリア */
.prompt-modal__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #333;
}

/* タブボタン */
.prompt-tab {
  flex: 0 0 auto;
  padding: 6px 12px;
  font-size: 12px;
  border: none;
  background: #222;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}

/* アクティブタブ */
.prompt-modal__tabs .prompt-tab.is-active {
  background: #ffffff;
  color: #000000 !important;
}

/* Copyボタン（共通プロンプト側） */
.prompt-modal__copy {
  position: absolute;
  top: 8px;
  right: 50px;
  padding: 4px 10px 6px 10px;
  font-size: 11px;
  line-height: 11px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  cursor: pointer;
}

.prompt-modal__copy:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 680px) {
  .prompt-modal__content {
    max-width: 700px;
    max-height: 80vh;
    margin: 40px auto;
    padding: 28px 36px;
  }
}

/*================================================================================================*/
/*画像＋プロンプト共通*/
/*================================================================================================*/
.output-image {
  position: relative;
  display: inline-block;
  margin: 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  overflow: hidden;
  background: #031323;
  line-height: 0 !important;
  font-size: 0 !important;
}

.output-image.mt {
  margin-top: 20px;
}

.output-image img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 記事内の生プロンプトテキストは非表示 */
.output-image .image-prompt {
  display: none;
}

/* promptボタン */
.output-image .prompt-button {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 22px;
  height: 22px;
  border: none;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  z-index: 5;
}

/* ---- 画像プロンプト用モーダル ---- */
.image-prompt-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

/* ★ 修正：flex中央寄せを廃止し、prompt-modalと統一 */
.image-prompt-modal.is-open {
  display: block;
}

/* フッター回避オーバーレイ */
.image-prompt-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  bottom: 85px; /* フッターの高さ分カット */
}

/* モーダル本体（思想を完全統一） */
.image-prompt-modal__content {
  position: relative;
  max-width: none;
  margin: 15px;
  padding: 20px;
  background: #000000;
  color: #ffffff;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  box-sizing: border-box;
  max-height: calc(100dvh - 85px - 30px);
}

/* dvh 非対応ブラウザフォールバック */
@supports not (height: 100dvh) {
  .image-prompt-modal__content {
    max-height: calc(100vh - 85px - 30px);
  }
}

/* モーダル内テキスト */
.image-prompt-modal__body {
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 1.6;
}

/* 閉じるボタン */
.image-prompt-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #ffffff !important;
}

@media only screen and (min-width: 680px) {
  .image-prompt-modal__content {
    max-width: 700px;
    max-height: 80vh;
    margin: 40px auto;
    padding: 28px 36px;
  }
}

/* AI名 */
.prompt-ai-name {
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* プロンプト本文 */
.prompt-ai-text {
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.zu {
  font-size: 12px;
  line-height: 12px;
}

/* コピー用ボタン（画像側） */
.prompt-copy-button {
  position: absolute;
  top: 8px;
  right: 50px;
  padding: 4px 10px 6px 10px;
  font-size: 11px;
  line-height: 11px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  cursor: pointer;
}

.prompt-copy-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* 共通スクロールロック */
body.is-modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/* ===== スタイリッシュなスクロールバー ===== */
.image-prompt-modal__content::-webkit-scrollbar {
  width: 8px;
}

.image-prompt-modal__content::-webkit-scrollbar-track {
  background: #111;
  border-radius: 4px;
}

.image-prompt-modal__content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #444, #222);
  border-radius: 4px;
}

.image-prompt-modal__content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #666, #333);
}

/* FireFox */
.image-prompt-modal__content {
  scrollbar-width: thin;
  scrollbar-color: #444 #111;
}

/*トースト*/
.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 110px; /* 固定フッターより上 */
  transform: translateX(-50%);
  background: rgba(20, 51, 214, 0.85);
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10000;
}

.copy-toast.is-show {
  opacity: 1;
}

/*================================================================================================*/
/*フッター固定*/
/*================================================================================================*/

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(20, 51, 214, 0.9);
  padding: 10px 0 12px 0;
  padding-bottom: calc(12px + env(safe-area-inset-bottom)); /* iPhone対策 */
  height: 85px;
  box-sizing: border-box;

  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.4s ease-out;
}

.fixed-footer.is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* 上部テキスト（13px） */
.fixed-footer .footer-text {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.3;
  padding: 0 10px;
  font-weight: 700;
  transition: opacity 0.2s ease;
}
.fixed-footer .footer-text.is-fading {
  opacity: 0;
}
/* アイコン行 */
.fixed-footer .icon-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* 通常アイコン（正円 24px） */
.fixed-footer .icon-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background 0.15s ease, transform 0.1s ease;
}

/* タップ時の軽いアニメーション */
.fixed-footer .icon-item:active {
  transform: scale(0.9);
}

.fixed-footer .icon-item.chatgpt a,
.fixed-footer .icon-item.gemini a,
.fixed-footer .icon-item.copilot a,
.fixed-footer .icon-item.claude a,
.fixed-footer .icon-item.lechat a,
.fixed-footer .icon-item.deepseek a,
.fixed-footer .icon-item.perplexity a,
.fixed-footer .icon-item.grok a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.fixed-footer .icon-item.chatgpt a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/openai.webp");
}
.fixed-footer .icon-item.gemini a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/gemini.webp");
}
.fixed-footer .icon-item.copilot a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/copilot.webp");
}
.fixed-footer .icon-item.claude a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/claude.webp");
}
.fixed-footer .icon-item.lechat a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/mistral.webp");
}
.fixed-footer .icon-item.deepseek a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/deepseek.webp");
}
.fixed-footer .icon-item.perplexity a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/perplexity.webp");
}
.fixed-footer .icon-item.grok a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/ai/grok.webp");
}
.fixed-footer .icon-item.chatgpt.active,
.fixed-footer .icon-item.gemini.active,
.fixed-footer .icon-item.copilot.active,
.fixed-footer .icon-item.claude.active,
.fixed-footer .icon-item.lechat.active,
.fixed-footer .icon-item.deepseek.active,
.fixed-footer .icon-item.perplexity.active,
.fixed-footer .icon-item.grok.active,
.fixed-footer .icon-item.chatgpt:hover,
.fixed-footer .icon-item.gemini:hover,
.fixed-footer .icon-item.copilot:hover,
.fixed-footer .icon-item.claude:hover,
.fixed-footer .icon-item.lechat:hover,
.fixed-footer .icon-item.deepseek:hover,
.fixed-footer .icon-item.perplexity:hover,
.fixed-footer .icon-item.grok:hover {
  box-shadow: inset 0 0 0 1px #ff0000; /* 内側に2pxの線 */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media only screen and (min-width: 680px) {
  .fixed-footer {
    padding: 15px 0;
    height: 85px;
  }
  .fixed-footer .footer-text {
    margin-bottom: 12px;
  }
  .fixed-footer .icon-nav {
    gap: 12px;
  }
  .fixed-footer .icon-item {
    padding: 3px;
  }
}

/*================================================================================================*/
/*SNSリンク*/
/*================================================================================================*/
.sns-link {
  position: relative;
}
.sns-link ul {
  width: 220px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -70px;
}
.sns-link ul li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  float: left;
  margin: 0 20px 0 0;
}
.sns-link ul li:last-child {
  margin: 0;
}
li.sns-x a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/sns/x.png");
  background-size: 48% auto;
}
li.sns-fb a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/sns/fb.png");
  background-size: 55% auto;
}
li.sns-line a {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/sns/line.png");
  background-size: 55% auto;
}
li.sns-url {
  background-image: url("/wp/wp-content/themes/aisiteru/images/icon/sns/copy.png");
  background-size: 50% auto;
  cursor: pointer;
}
.snsInner {
  position: relative;
}
li.sns-x a,
li.sns-fb a,
li.sns-line a,
li.sns-url {
  background-color: #031b4e;
  transition-duration: 0.5s;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.sns4TipOk,
.sns4Tip,
.sns3Tip,
.sns2Tip,
.sns1Tip {
  display: none;
}
@media only screen and (min-width: 680px) {
  .sns-link ul {
    width: 25px;
    top: 0;
    left: -55px;
    margin: 0;
  }
  .sns-link ul li {
    position: relative;
    float: none;
    margin: 0 0 20px 0;
  }

  li.sns-x a:hover,
  li.sns-fb a:hover,
  li.sns-line a:hover,
  li.sns-url:hover {
    background-color: #0069ff;
  }
  .sns4TipOk,
  .sns4Tip,
  .sns3Tip,
  .sns2Tip,
  .sns1Tip {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    transition-duration: 0.5s;
    top: -30px;
    left: 30px;
  }
  .sns4TipOk {
    top: 10px;
    width: 110px;
  }
  .sns4Tip {
    top: 10px;
    width: 90px;
  }
  .sns3Tip {
    width: 90px;
  }
  .sns2Tip {
    width: 115px;
  }
  .sns1Tip {
    width: 65px;
  }
}

.human-comment {
  font-size: 14px;
  background-color: #f7f8f8;
  padding: 15px 20px;
  line-height: 24px;
  border-radius: 4px;
  margin-top: 50px;
  border-radius: 2px;
}
body #post-single .human-comment h2 {
  font-size: 16px;
  color: #031b4e;
  margin: 0px 0 0 0;
  padding: 0 0 7px 0;
  border-bottom: none;
}

body #post-single .human-comment p {
  margin: 0px 0 0 0;
}

body #post-single .ai-generated-mini a {
  text-decoration: underline;
}
body #post-single .ai-generated-mini a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 680px) {
}
