/*
Powered by
    ___  ___________ __________ _    ____________ 
   /   |/_  __/ ___// ____/ __ \ |  / / ____/ __ \
  / /| | / /  \__ \/ __/ / /_/ / | / / __/ / /_/ /
 / ___ |/ /  ___/ / /___/ _, _/| |/ / /___/ _, _/ 
/_/  |_/_/  /____/_____/_/ |_| |___/_____/_/ |_|

ATSocial Beta

ATSocial UI - Stylesheet File

(c) 2024-2025 ATShift (https://x.com/ATShift186_XZ1)
*/

/*
Note:
Due to differences in encoding methods, CSS comments will appear garbled on the web.
If you want to read it, save it and open it in VSCode.

If I use AI too much, I won't be able to understand the meaning of the codes myself, 
so I don't use AI or copy-paste at all on this SNS.
*/

/* ================================= */
/*      --- rootスタイル --- */
/* ================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");

* {
  margin: 0;
  /* Dev 
  outline: 1px solid #ff0000; /* デバッグ用アウトライン */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #1c1a1a;
}

html {
  scroll-behavior: smooth; /* スムーズスクロールを有効にする */
}

/*コンテンツホバー(ポップアップ)中に裏のコンテンツをスクロールできないようにする*/
body.no-scroll {
  overflow: hidden;
}

/*aタグリンク青01*/
.blue-link {
  text-decoration: none;
  color: #008cff;
  z-index: 2;
  position: relative;
  transition: text-decoration 0.5s;
  transition: text-decoration-color 0.5s; /* ホバー時のアニメーション */
}

/*aタグリンクのホバー*/
.blue-link:hover {
  font-weight: bold;
  text-decoration: underline 1.2px;
  text-decoration-color: #008cff;
  z-index: 3;
}

/*================================================*/
/*--フォロー・フォロー解除・プロフィールの編集ボタン--*/

/*フォローボタン*/
.follow-btn {
  background-color: #ffffff;
  color: #202124;
  border: none; /*メモ: これないとbuttonの枠が消えない。なんであれデフォで枠ついてるの？？？イランて*/
  border-radius: 20px;
  padding: 6px 16px; /*メモ: 上下6px 左右16pxの余白*/
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s; /* ホバー時とホバー解除時にアニメーションを適応 */
}
/*フォロー解除ボタン*/

/*プロフィールを編集ボタン*/

/*--フォロー・フォロー解除・プロフィールの編集ボタンのホバー等--*/
.follow-btn:hover {
  background-color: #d0d0d0 !important; /*どの場所に配置されているフォローボタンに対しえもホバーの設定は同じなので!importantで従わせる。*/
}

/*=============*/
/*---テキスト---*/
.bold-text {
  font-weight: bold;
  color: #ffffff;
}

/*===============*/
/*---container---*/
.container {
  display: flex;
  flex-direction: column;

  position: absolute;
  left: 250px !important;
  right: 600px !important;
  width: auto !important;

  background-color: #212224;
  padding: 0 15px;
  border-radius: 15px;
  margin: 20px auto;
}

@media (max-width: 1608px) {
  .container {
    position: absolute;
    left: 120px !important;
    right: 430px !important;
    width: auto !important;
  }

  .newsbar-fixed {
    border-right: none;
  }
}

@media (max-width: 1300px) {
  .container {
    position: absolute;
    left: 90px !important;
    right: 400px !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .container {
    position: absolute;
    left: 60px !important;
    right: 360px !important;
    border: none;
    width: auto !important;
  }
}

@media (max-width: 1080px) {
  .container {
    position: absolute;
    left: 10px !important;
    right: 330px !important;
    border: none;
    width: auto !important;
  }
}

@media (max-width: 930px) {
  .container {
    position: absolute;
    left: 40px !important;
    right: 40px !important;
    border: none;
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .container {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    border: none;
    width: auto !important;
    margin-bottom: 160px !important;
    background-color: #1c1a1a !important;
  }
}

/*===================*/
/*---スクロールバー---*/
::-webkit-scrollbar {
  width: 8px;
  background: #222;
}
::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 2px;
}

/* ================================= */
/* --- 共通パーツのスタイル ---
/* --- headerとかサイドバーとか ---
/* ================================= */

/* ========================== */
/*--サイドバー共通--*/
.sidebar-logo-img {
  width: 40px;
  height: 40px;
}

/*--サイドバー(デカイ)--*/
.sidebar-fixed {
  width: 300px;
  position: fixed;
  padding: 0 0 0 10px;
  border-right: 0.5px solid #ffffff;
  flex-direction: column; /*ほかのコンテンツがスクロールされてもflex-direction: columnがあるとスクロールされなくなる。固定ｓれる。*/
  display: flex;
  /*スクロール可能に↓*/
  overflow-y: scroll;
  --webkit-overflow-scrolling: touch;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100vh;
}

.sidebar-fixed a {
  display: inline-flex; /* コンテンツ幅に合わせる */
  align-items: center;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1); /* ホバー時とホバー解除時にアニメーションを適応する */
}

.sidebar-logo {
  /*一つ上のとこでaタグ全体にpaddingとborder-radiusしちゃってるから適応させるために無理やり「!important」つける。消すべきではない。*/
  padding: 10px 10px !important;
  border-radius: 12px !important;
}

.sidebar-fixed span {
  color: #ffffff;
  padding: 0 0 0 10px;
}

.sidebar-list {
  list-style: none;
  width: 100%;
  padding: 0;
}

.sidebar-list li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
}

.sidebar-list i {
  color: #ffffff;
  font-size: 1rem;
  width: 30px;
  text-align: center;
}

.sidebar-post-btn {
  background-color: #ffffff;
  transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1); /* ホバー時とホバー解除時にアニメーションを適応 */
}

.sidebar-post-btn i,
.sidebar-post-btn span {
  color: #2a2b2e !important;
  font-weight: bold;
}

/*--サイドバー(デカイ)のホバー等--*/
.sidebar-list a:hover {
  background-color: #2a2b2e;
}

.sidebar-post-btn:hover {
  background-color: #afafaf !important;
}

@media (max-width: 1300px) {
  .sidebar-fixed {
    width: 220px;
  }
}

/*--サイドバー(ちっこい)*/
.sidebar-fixed-mini {
  display: none;
}

@media (max-width: 1080px) {
  .sidebar-fixed-mini {
    width: 80px;
    position: fixed;
    border-right: 0.5px solid #ffffff;
    margin-left: 0;
    margin-top: 0;
    flex-direction: column; /*ほかのコンテンツがスクロールされてもflex-direction: columnがあるとスクロールされなくなる。固定ｓれる。*/
    min-height: 100vh;
    display: flex;
  }
  .sidebar-fixed {
    display: none;
  }
  .sidebar-list-mini li {
    list-style: none;
    padding: 10px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
  }

  .sidebar-fixed-mini i {
    color: #ffffff;
    font-size: 1rem;
    width: 30px;
    text-align: center;
  }
}

/* ========================== */
/*--ニュースバー(右)(デカイ)--*/
.newsbar-fixed {
  width: 300px;
  right: 250px;
  position: fixed;
  padding: 0 0 0 15px;
  border-left: 0.5px solid #ffffff;
  border-right: 0.5px solid #ffffff;
  margin-top: 60px;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  /*スクロール可能に↓*/
  overflow-y: scroll;
  --webkit-overflow-scrolling: touch;
  z-index: 3;
  top: 0;
  height: 100vh;
}

.newsbar-fixed a {
  text-decoration: none;
}

.newsbar-fixed span {
  color: #ffffff;
  padding: 0 0 0 10px;
}

h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #525252;/*左線*/
}

.newsbar-list {
  list-style: none;
  width: 100%;
  padding: 0;
}

.newsbar-list li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 15px 0 15px 5px;
}

.newsbar-list i {
  color: #ffffff;
  font-size: 1rem;
  width: 30px;
  text-align: center;
}

.newsbar-list h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 0;
}

.newsbar-under-link-text {
  color: #a7a7a7;
  padding: 10px 0;
  font: bold;
  font-size: 0.6rem;
}

.newsbar-under-link-text a {
  text-decoration: none;
  color: #a7a7a7;
}

/*=======================*/
/*newsbarの検索フォーム*/

.newsbar-search-container {
  margin-top: 15px;
  width: 90%;
  flex-direction: column;
}

.newsbar-search-form {
  display: flex;
  align-items: center;
  border: 2px solid #424242;
  border-radius: 25px;
  overflow: hidden;
  background-color: #424242;
  width: 95%;
  padding: 10px 15px;
}

.search-box {
  flex: 1;
  border: none;
  outline: none;

  font-size: 16px;
  background-color: transparent;
  color: white;
  min-width: 0; /* はみ出し防止 */
}

.search-button {
  border: none;
  background-color: #424242;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* ボタンの幅を縮めないように */
}

.search-button i {
  font-size: 18px;
  color: #888;
}

.search-button:hover i {
  color: #000;
}

/*=======================*/
/*newsbarのフィードコンテナ*/
.newsbar-trendfeed,
.newsbar-newsfeed {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 0.8px #ffffff;
  border-radius: 8px;
  margin-right: 10px;
}

.newsbar-trendfeed-title,
.newsbar-newsfeed-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  padding: 0 10px; /* 上下は0、左右に10pxの余白を追加 */
  line-height: 1;
  font-size: 19px;
  background: #202124;
  color: #ffffff; /* 文字色を白に変更 */
  font-weight: bold;
}

/*=======================*/
/*newsbarのトレンドフィード*/
.newsbar-trend-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; /*メモ: 上下10px 左右5px*/
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
  margin-top: 10px;
}

.newsbar-trend-info {
  display: flex;
  flex-direction: column;
}

.newsbar-trend-category,
.newsbar-trend-posts {
  font-size: 0.8rem;
  color: #a7a7a7;
}

.newsbar-trend-keyword {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  margin: 2px 0; /*上下2px 左右0px*/
}

.newsbar-trend-options a {
  color: #a7a7a7;
  text-decoration: none;
  padding: 5px; /*全方向に対して5pxのpadding*/
}

.newsbar-trend-more {
  display: block;
  padding: 10px 5px; /*メモ: 上下10px 左右5pxの余白*/
  text-decoration: none;
}

/*--newsbarのトレンドフィードのホバー等--*/
.newsbar-trend-content:hover {
  background-color: #2a2b2e;
  border-radius: 10px;
}

.newsbar-trend-options a:hover {
  color: #008cff;
}

/*--newsbarのレスポンスデザイン--*/
@media (max-width: 930px) {
  .newsbar-fixed {
    display: none;
  }
}

/*=======================*/
/*newsbarのおすすめユーザー*/
.newsbar-recommended-user-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px; /*メモ: 上下10px 左右5px*/
  transition: background-color 0.2s;
  cursor: pointer;
}

.newsbar-recommended-user-info {
  display: flex;
  align-items: center;
  gap: 10px; /*アイコンとdisplaynameの間の余白*/
}

.newsbar-recommended-user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover; /*アイコン画像を縮めるのではなくカバーする*/
}

.newsbar-recommended-user-names {
  display: flex;
  flex-direction: column;
}

.newsbar-recommended-user-displayname {
  font-weight: bold;
  color: #ffffff;
}

.newsbar-recommended-user-username {
  font-size: 0.9rem;
  color: #a7a7a7;
}

.newsbar-recommended-user-content .follow-btn {
  background-color: #ffffff;
  color: #202124;
  border: none; /*メモ: これないとbuttonの枠が消えない。なんであれデフォで枠ついてるの？？？イランて*/
  border-radius: 20px;
  padding: 4px 6px; /*メモ: 上下6px 左右16pxの余白*/
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s; /* ホバー時とホバー解除時にアニメーションを適応 */
}

/*--newsbarのおすすめユーザーのホバー等--*/
.newsbar-recommennded-user-content:hover {
  background-color: #2a2b2e;
}

/* ================================= */
/* --- TL(タイムライン)---
/* ================================= */

.atsocial-tl-main {
  padding-top: 60px; /* 固定ヘッダーの高さ分、コンテンツの開始位置を下げる */

  padding-bottom: 80px !important;
}

.atsocial-post-tab-container,
.atsocial-tl-tab-container {
  position: fixed;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  border: none;
  padding: 10px 0;
  background-color: rgba(
    32,
    33,
    36,
    0.85
  ); /* 背景を少し不透明にして下のコンテンツが透けすぎないように調整 */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: calc(100% - 640px);
}

.atsocial-post-tab ul,
.atsocial-tl-tab ul {
  display: flex;
}

.atsocial-post-tab li,
.atsocial-tl-tab li {
  list-style: none;
}

.atsocial-post-tab a,
.atsocial-tl-tab a {
  display: block;
  text-decoration: none;
  color: white;
  margin-right: 35px;
}

.atsocial-tl-tab-settings-btn {
  margin-left: auto;
  margin-right: 0;
}

/*--アクティブタブのスタイル--*/
.atsocial-tl-tab ul li.active a {
  color: #008cff;
  border-bottom-color: #008cff;
  font-weight: bold;
}

.atsocial-tl-tab ul li:not(.active) a:hover {
  color: #ccc;
  background-color: #222;
}

/*タブのレスポンスデザイン*/
@media (max-width: 1300px) {
  .atsocial-tl-main {
    margin-left: 235px !important; /* 左サイドバー(220px) + 隙間(20px) */
    margin-right: 320px !important; /* 右サイドバー(300px) + 隙間(20px) */
    width: auto !important;
  }

  .atsocial-tl-tab-container {
    width: calc(100% - 560px);
  }
}
@media (max-width: 1080px) {
  .atsocial-tl-tab-container {
    width: calc(100% - 400px);
  }
}

/*前のページに戻るボタン*/
.js-history-back-link i {
  border-radius: 50%;
  transition: background-color 0.2s;
}

.js-history-back-link a {
  position: relative;
  display: inline-block;
}

.js-history-back-link a i {
  color: #ffffff;
}

.js-history-back-link:hover i {
  background-color: transparent;
  color: #ffffff;
}

.js-history-back-link:hover a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #424242;
  z-index: -1;
}

/* ================================= */
/* --- 投稿カードのスタイル ---
/* ================================= */
.post-card {
  display: flex;
  position: relative; /*これを付けると.post-cardのせいで他のスタイルが崩れることを防ぐ*/
  flex-direction: column; /* 子要素を縦に並べる */
  padding: 15px;
  border-bottom: 1px solid #424242;
  color: #ffffff;
  border-radius: 10px;
}

.post-card > a.post-link-overlay {
  /*.post-card内かつ.post-link-overlay内のaタグのみに適応するために">"を使用する(初めて使うわ)*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.post-main-content {
  display: flex;
  flex-direction: row; /* アイコンとコンテンツを横に並べる */
}

.post-icon-container {
  margin-right: 12px;
  flex-shrink: 0; /* アイコンが縮まないようにする */
  align-self: flex-start;
}

.post-icon-container a {
  z-index: 2; /*URLをクリックしようとして投稿をクリックしてしまわないように投稿リンク(z-index: 1;)より前のz-index: 2;とする*/
  position: relative;
}

.post-user-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.post-content-container {
  width: 100%;
}

.post-actions-container {
  width: 100%;
}

.post-header {
  display: flex;
  align-items: center;
  position: relative; /*z-indexを有効にするため*/
  gap: 10px; /* displaynameとusernameの間の距離(余白？) */
}

.post-display-name {
  font-weight: bold;
}

.post-username,
.post-timestamp {
  color: #a7a7a7;
}

.post-body {
  margin-top: 10px; /*8くらいでもいいかもしれない*/
  word-wrap: break-word;
  width: 100%;
}

.post-actions {
  display: flex;
  position: relative; /*z-indexを有効にするため*/
  justify-content: space-around;
  margin-top: 15px;
  width: 425px;
  margin: 15px auto 0;
}

.post-actions a {
  display: flex;
  align-items: center;
  z-index: 2; /*URLをクリックしようとして投稿をクリックしてしまわないように投稿リンク(z-index: 1;)より前のz-index: 2;とする*/
  gap: 5px; /*アクションボタンのアイコンと文字の間隔指定*/
  color: #a7a7a7;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.post-user-profile-link {
  text-decoration: none;
  text-decoration: underline 1.2px;
  text-decoration-color: transparent;
  z-index: 2; /*URLをクリックしようとして投稿をクリックしてしまわないように投稿リンク(z-index: 1;)より前のz-index: 2;とする*/
  color: #ffffff;
  transition: text-decoration-color 0.5s;
}

.post-user-profile-link:hover {
  text-decoration-color: #afafaf;
}

.post-more-actions {
  color: #a7a7a7;
  margin-left: auto;
  margin-right: 0;
  z-index: 2; /*URLをクリックしようとして投稿をクリックしてしまわないように投稿リンク(z-index: 1;)より前のz-index: 2;とする*/
}

.post-image-container img {
  width: 100%;
  height: auto;
}

/*---ホバー等---*/

/*メイン(hover)*/
/*アクションボタン(hover)*/
.post-actions .post-action-reply:hover {
  color: #008cff;
}
.post-actions .post-action-repost:hover {
  color: #17bf63;
}
.post-actions .post-action-like:hover {
  color: #e0245e;
}

.post-actions .post-action-share:hover,
.post-action-bookmark:hover,
.post-Impressions:hover {
  color: #008cff;
}

.post-more-actions:hover {
  color: #ccc;
}

/*===========================*/
/*---blog.atserver186.jp用---*/
/*===========================*/
.rightbar-hr {
  color: #a7a7a7;
  font-size: 0.6rem;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 10px 25px;
  z-index: 5000;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom-nav a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.bottom-nav a:hover {
  transform: scale(1.1);
}

.bottom-nav i {
  font-size: 15px;
}

.bottom-nav span {
  font-size: 10px;
  margin-top: 4px;
}

/* 初期状態ではbottom-navを非表示にする */
.bottom-nav {
  display: none;
}

@media (max-width: 700px) {
  .bottom-nav {
    display: flex; /* 画面幅700px以下でbottom-navを表示 */
  }
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: transparent;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  padding: 10px;
  z-index: 1000;
  border-bottom: #888 0.3px solid;
  /* ヘッダーを前面に固定 */
}
.burger-menu {
  position: relative;
  width: 30px;
  height: 22px;
  background: transparent;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: 15px;
}

.burger-menu input {
  display: none;
}

.burger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger-menu span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger-menu span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger-menu span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger-menu input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger-menu input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger-menu input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 5px;
}

.burger-menu-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.burger-menu-link ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}

.burger-menu-link a {
  text-decoration: none;
  color: white;
}

/*----レスポンスデザイン----*/
@media (min-width: 700px) {
  .burger-menu {
    display: none;
  }
}

@media (max-width: 700px) {
  .burger-menu-link {
    opacity: 0;
    /* 初期状態は透明 */
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    transform: translateY(-10px);
    /* アニメーションの開始位置 */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    border-radius: 0;
    background: #202124;
    pointer-events: none;
    /* 非表示時はクリックできないようにする */
  }

  .burger-menu-link ul {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }

  .burger-menu-link a {
    display: block;
    padding: 10px;
    color: white;
  }

  .burger-menu-link.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    /* 表示時にクリックできるようにする */
  }

  .container {
    padding-bottom: 80px !important;
  }
}

/* ブログ記事のカード */

.blog-card {
  display: flex;
  flex-direction: row; /* 横並びに変更 */
  align-items: center;
  background-color: #2a2b2e;
  margin: 15px 0;
  width: 100%; /* カード全体の幅を確保 */
  overflow: hidden;
  border-radius: 10px;
}

.blog-card img {
  width: 160px; /* 固定幅 */
  height: auto;
  object-fit: cover;
  margin: 15px;
}

.blog-card .content {
  padding: 15px;
  flex: 1; /* タイトル部分を拡張 */
}

.blog-card .blog-link {
  display: block; /* ブロック要素として設定 */
  width: 100%; /* 横幅をカード全体に固定 */
  text-decoration: none; /* 下線を削除 */
  color: inherit; /* 親の文字色を継承 */
}

.blog-card .title {
  margin: 0 0 10px;
  font-size: 1.2rem; /* PC表示: h2相当 */
  color: #ffffff;
  font-weight: bold; /* 見出しらしさを強調 */
}

.blog-card .headline {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

.blog-card .Group {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
}

/*タブ関係*/
.tag-list,
.archive-list {
  margin-bottom: 20px;
}
.tag-button,
.archive-btn {
  display: inline-block;
  margin: 2px;
  padding: 6px 6px;
  color: #fff;
  background: #444;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.95em;
  transition: background 0.2s;
  text-decoration: none;
}

.tag-button-mini {
  display: inline-block;
  margin: 2px;
  padding: 3px;
  color: #fff;
  background: #444;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: background 0.2s;
  text-decoration: none;
}

.tag-list a:hover,
.archive-list a:hover {
  background: #777777;
  color: #000000;
  font-weight: bold;
}

.archive-list b {
  color: #ffffff;
}

@media (max-width: 1608px) {
  .newsbar-fixed {
    right: 0;
  }

  .blog-card img {
    width: 150px !important;
    height: auto;
  }
}

@media (max-width: 1300px) {
  .container .blog-card .title {
    margin: 0 0 10px;
    font-size: 1rem; /* PC表示: h2相当 */
    color: #ffffff;
    font-weight: bold; /* 見出しらしさを強調 */
  }
}

@media (max-width: 768px) {
  .blog-card img {
    width: 90px !important;
    height: auto;
  }
  .blog-card .title {
    margin: 0 0 4px;
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: bold;
  }

  .blog-card .headline {
    font-size: 0.7rem;
  }

  .index-tag-list {
    display: none;
  }
}

.blog-card-footer-btns {
  display: flex;
  z-index: 114514;
}
/* Make footer buttons span full width so we can push .post-day to the far right */
.blog-card-footer-btns {
  width: 100%;
  align-items: center;
}

.blog-card-footer-btns .views-icon,
.blog-card-footer-btns .likes-icon,
.blog-card-footer-btns .share-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9em;
  color: #aaa;
  margin-right: 20px;
  cursor: pointer;
  /* アイコンとテキストの色変化にスムーズなトランジションを適用 */
  transition: color 0.2s ease;
}

/* アイコンとテキスト個別にも遷移を設定 */
.blog-card-footer-btns .views-icon i,
.blog-card-footer-btns .likes-icon i,
.blog-card-footer-btns .share-icon i,
.blog-card-footer-btns .views-icon p,
.blog-card-footer-btns .likes-icon p,
.blog-card-footer-btns .share-icon p {
  transition: color 0.2s ease;
  color: inherit;
  margin: 0;
}

/* ホバー時はコンテナ（アイコン+ラベル）全体の色を変える。pタグも同時に変化する */
.blog-card-footer-btns .views-icon:hover,
.blog-card-footer-btns .views-icon:focus {
  color: #008cff;
}

.blog-card-footer-btns .likes-icon:hover,
.blog-card-footer-btns .likes-icon:focus {
  color: #e0245e;
}

/* liked state */
.blog-card-footer-btns .likes-icon.liked i {
  color: #e0245e;
}

.blog-card-footer-btns .share-icon:hover,
.blog-card-footer-btns .share-icon:focus {
  color: #17bf63;
}

.views-icon,
.likes-icon,
.share-icon {
  text-decoration: none;
}

/* place the post-day element to the far right inside the footer */
.blog-card-footer-btns .post-day {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #aaa;
  font-size: 0.9em;
}
.blog-card-footer-btns .post-day i {
  color: #aaa;
}
.blog-card-footer-btns .post-day span {
  display: inline-block;
}

.post-day {
  color: #afafaf;
  gap: 6px;
  font-size: 0.9em;
  display: inline-flex;
  align-items: center;
  right: 0;
}

.blog-card-hr {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 0.5px solid #444;
}

/* サイドバー */
.sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100vh;
  background-color: transparent;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.4s ease;
  z-index: 800;
  padding: 80px 20px 20px;
  box-sizing: border-box;
  border-left: 1px solid #444;
  /*スクロール可能に↓*/
  overflow-y: scroll;
  --webkit-overflow-scrolling: touch;
  height: 100vh;
}

.sidebar.active {
  right: 0;
}

/* オーバーレイ（サイドバー開閉時の背景暗転） */
#sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 790; /* sidebar is 800, so overlay sits below sidebar */
}

#sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #333;
}

.sidebar ul li a {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

/*/arhive/用*/

.article-meta {
  text-align: right;
  font-size: 0.9rem;
  color: #a7a7a7;
}

.thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

h1 {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #fff;
}

p {
  color: #fff;
}

.headline {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
}

.body-text {
  line-height: 1.6;
  white-space: pre-wrap;
  /* 改行を維持 */
  color: #fff;
}

.body-title {
  font-size: 1.5rem;
  /* お好みのサイズに調整してください */
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
}

.body-title-hr {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

/* コードブロックのコンテナ */
.code-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* コードブロックのスタイル */
.code-block {
  background-color: #2d2d2d;
  /* 暗い背景色 */
  color: #f8f8f2;
  /* 明るい文字色 */
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  /* 横スクロールを有効に */
}

/* 折りたたみ可能なコードブロックの初期状態 (10行分) */
.collapsible .code-block {
  max-height: 15em;
  /* 10行分の高さ (line-height: 1.5 * 10) */
  overflow-y: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: max-height 0.4s ease-out;
}

/* 折りたたみが展開された状態 */
.collapsible.expanded .code-block {
  max-height: 500em;
  /* 十分な高さを確保 (約500行分) */
  overflow-y: visible;
  /* 内容がはみ出るのを許可 */
}

/* すべて見る/閉じるボタンのスタイル */
.toggle-code-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #444;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background-color 0.3s ease;
}

.toggle-code-btn:hover {
  background-color: #555;
}

.code-block code {
  font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
  /* 等幅フォント */
  font-size: 0.9rem;
  white-space: pre;
  line-height: 1.5;
  /* 行の高さを指定 */
}

/* コピーボタンのスタイル */
.copy-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #555;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  /* 最初は非表示 */
  transition: opacity 0.3s ease;
}

.code-container:hover .copy-btn {
  opacity: 0.8;
}

.copy-btn:hover {
  opacity: 1;
}

/* すべて見る/閉じるボタンのスタイル */
.toggle-code-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #444;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background-color 0.3s ease;
}

/* 目次のスタイル */
.toc-container {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}

.toc-container h2 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.toc-container ul {
  list-style-type: none;
  padding-left: 0;
}

.toc-container li a {
  color: #a7c5f3;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: background-color 0.2s ease;
}

/* 本文中のメディア（画像・動画・音声）のスタイル */
.media-image,
.media-video,
.media-audio {
  max-width: 100%;
  /* コンテナ幅に合わせて縮小 */
  height: auto;
  /* アスペクト比を維持 */
  display: block;
  margin: 20px 0;
  /* 左寄せに変更 */
  border-radius: 8px;
}

/* 本文中のリンクのスタイル */
.body-link {
  color: #8ab4f8;
  text-decoration: underline;
}

.body-link:hover {
  text-decoration: none;
}

.comment-form input,
.comment-form textarea {
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--input-text);
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1em;
  box-sizing: border-box;
}

.comment-form button {
  background: var(--button-bg);
  color: var(--button-text);
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.2s;
}

.comment-form button:hover {
  background: var(--button-hover);
}

.comment-list {
  margin-top: 24px;
}

.comment {
  background: var(--comment-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
  color: var(--text-main);
}

.comment strong {
  color: var(--accent);
}

.comment small {
  float: right;
  color: var(--text-sub);
}

.comment p {
  margin: 8px 0 0 0;
  color: var(--text-main);
}

:root {
  --container-bg: #23272a;
  --border-color: #444;
  --text-main: #fff;
  --input-bg: #222;
  --input-border: #444;
  --input-text: #fff;
  --button-bg: #5a5a5aff;
  --button-text: #fff;
  --button-hover: #8a8a8aff;
  --comment-bg: #222;
}

.comment-aaa h3,
.comment-aaa p,
.comment-aaa label,
.comment-aaa strong,
.comment-aaa small {
  color: #ffffff;
}

.search-page-container {
  margin-top: 15px;
  width: 100%;
  flex-direction: column;
}
