a{
    text-decoration: none;
  }
  * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.6;
    vertical-align: baseline;
    color: #111;
    letter-spacing: 0;
    font-size: 13px;
    font-family: 'NotoSansLike', sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  /* 追加：ボックスサイジングを修正 */
  *, *::before, *::after {
  box-sizing: border-box;
  }
  
  @font-face {
    font-family: 'NotoSansLike';
    src: local('Hiragino Sans'), local('Hiragino Kaku Gothic ProN'), local('Yu Gothic'), local('Meiryo');
    font-display: swap;
  }
  /* 全体に box-sizing: border-box を適用 */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
/* 既存の構造に合わせたRSSフィード用CSS */
#blogroll-356419.blogroll-channel, #blogroll-356601.blogroll-channel {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Meiryo', sans-serif;
  background-color: #fff;
  padding: 0;
  height: 322px;
  overflow: scroll;
}

.blogroll-list-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogroll-channel a{
  padding: 9px 2px!important;
  display: block;
}

.blogroll-list {
  border-bottom: 1px solid #ddd!important;
  transition: background-color 0.2s!important;
  margin-bottom:0px!important;
}

.blogroll-list:last-child {
  border-bottom: none;
}

.blogroll-list:hover {
  background-color: #f8f9fa;
}
.blogroll-link:before{
  color: #603bff!important;
}
.blogroll-link {
  display: block;
  padding: 14px 20px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blogroll-link:hover {
  color: #3b82f6;
}

.blogroll-link:before {
  content: "▶";
  font-size: 11px;
  color: #3b82f6;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.blogroll-link-time {
  display: none; /* 空の要素を非表示 */
}

/* 広告部分のスタイル */
.blogroll-ad-img, 
.blogroll-ad-default {
  padding: 10px;
  text-align: center;
  background-color: #f8f9fa;
  border-top: 1px solid #eee;
}

.blogroll-ad-default a {
  color: #888;
  font-size: 12px;
  text-decoration: none;
}

.blogroll-ad-default a:hover {
  text-decoration: underline;
  color: #3b82f6;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .blogroll-link {
    padding: 12px 15px;
    font-size: 14px;
  }
}
  
  h1,h2{
    font-weight: 600;
  }
  .mid-content-ad{
    margin: 12px 0;
  }
  .hover-effect:hover {
    color: #603bff;
  }
  /* 特定のリンクには適用しない（例：ナビゲーションやボタン） */
  .nav-menu a::after,
  .button a::after,
  .logo a::after {
    display: none;
  }
  .view-more a:hover,li a:hover{
    background-color: #603bff;
    transition: color 0.3s, background-color 0.3s;
  }
  body {
    background: #ececec;
  }
  .form-submit input:hover,img:hover {
    opacity: .8
  }
  ul {
    list-style: none
  }
  /* ヘッダー基本スタイル */
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #111111;
    position: relative;
    z-index: 1001;
    height: 55px;
  }
  
  /* aタグを全域に広げる */
  header a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* クリック時の効果（オプション） */
    transition: background-color 0.2s;
  }
  
  /* ホバー時の効果（オプション） */
  header a:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  /* ロゴ画像 */
  .header-logo {
    max-width: 100%;
    height: auto;
    width: 135px;
    vertical-align: middle;
    position: relative; /* これを追加してz-indexが効くようにする */
    z-index: 1; /* logoがaタグより前面に来るようにする */
  }
  
  #commentform{
    margin: 0 12px;
  }
  .section-area h3 {
    background: #fff;
    padding: 8px 10px;
    font-size: 16px;
    border-left: 6px solid #ff3796;
    border-bottom: 1px solid #ccc;
  }
  
  .section-more-area h2,.section-hot-area h2{
    background: #fff;
    padding: 10px 8px;
    font-size: 16px;
    border-bottom: 1px solid #ccc
  }
  
  .section-more-area{
    margin-bottom: 14px;
  }
  .similarlinker {
    margin: 18px 0;
    background: #f5f5f5;
    padding: 6px 4px;
  }
  .similarlinker a{
    font-size: 14px;
  }
  .ad-area {
    overflow: hidden;
    margin: 8px 0;
  }
  .pc-ad-area{
    margin-bottom: 12px;
  }
  
  .banner-img {
    padding: 2px 14px 0
  }
  
  .banner-img img {
    height: 55px;
    width: 100%
  }
  
  .single-title time {
    margin-right: 4px
  }
  .single-title {
    background: #fff;
    padding: 8px 6px;
    border-top: 5px solid #ff3796;
  }
  
  .single-title h1 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 2px;
  }
  
  .singlesns-area {
    background: #fff;
  }
  
  .singlesns-area li {
    float: left;
    width: 33.3%
  }
  
  .singlesns-area img {
    width: 100%
  }
  
  .singlesns-tw {
    padding: 10px 0
  }
  
  .tweet_img {
    margin-top: 8px
  }
  
  .single-content {
    background: #fff;
  }
  
  .single-content .single-article-wrapper {
    padding: 10px;
  }
  
  .single-content-freedom {
    margin-bottom: 2pc;
    background: #1333d7
  }
  
  .single-content-freedom a {
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 700
  }
  
  .single-content-freedom div {
    padding: 6px 0
  }
  
  .single-content-freedom img {
    width: 100%;
    display: block
  }
  
  .single-content-rss {
    background: #fff;
    padding: 0 10px 30px
  }
  
  .single-content-rss h3 {
    background: #27313d;
    padding: 4px 6px;
    margin-bottom: 1pc;
    font-size: 15px;
    color: #fff
  }
  
  .single-content-rss ul {
    list-style: none;
    padding: 0 8px
  }
  
  .single-content-rss li {
    margin-bottom: 10px
  }
  
  .single-content-rss li a {
    font-size: 1pc;
    display: block
  }
  
  .comments-area, .yarpp-related-none {
    background: #fff
  }  
  .commentnumber {
    float: left;
    margin-right: 6px;
    position: relative;
    top: 2px;
    font-size: 9pt;
    font-weight: 700;
    color: #1333d7
  }
  
  .comment-meta a {
    font-size: 11px;
    color: #9c9c9c;
  }
  
  .comment-meta {
    display: inline-block
  }
  
  .comment-edit-link, .comment-notes,.says {
    display: none
  }
  
  #comments-list{
    margin: 0px 12px 10px 30px;
  }
  
  .comment-form-comment label, .logged-in-as, .logged-in-as a {
    font-size: 9pt
  }
  
  .comment-form-author {
    margin-bottom: 18px;
  }
  .cld-like-dislike-wrap{
    margin-bottom: 0!important
  }
  .comment-form-author input {
    height: 36px;
    padding: 6px;
    border: none;
    background-color: #f9f9f9;
    font-size: 16px;
    transition: all 0.2sease;
    box-sizing: border-box;
    resize: none;
    overflow-y: hidden;
    border-radius: 4px 4px 0 0;
  }
  
  .comment-author {
    margin-right: 5px;
    display: inline-block;
  }
  
  .comment-author .fn {
    color: #008000d9;
    font-size: 11px;
    font-family: sans-serif!important
  }
  ol {
    list-style-type: decimal;
  }
  
  li.comment p {
    font-size: 15px;
    overflow: hidden;
    font-weight: 400;
    padding: 8px 4px;
  }
  .children .comment-body {
    border-left: 4px solid #eaeaea;
    padding-left: 12px;
    margin-top: -18px;
  }
  #comments-list .even{
    margin-right: 0!important
  }
  .reply{
    text-align: right;
  }
  .reply a{
    background: #ebda22;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
  }
  /* ボタンスタイルの強化 - デザインはそのままに */
  .form-submit input {
  background: #603bff;
  color: white;
  border: none;
    font-size: 16px;
  border-radius: 26px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 10px;
  display: inline-block;
  }
  
  .thumb-image {
    background: #fff;
    position: relative;
    display: block;
  }
  
  .thumb-image img {
    width: 100%;
    height: 100%
  }
  .tweet-area{
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .movie-area img, .t_b img, .tweet-area img, .tweet-areas img{
    max-height: 720px;
    width: 100%;
    object-fit: contain;
    margin-top: 6px;
  }
  blockquote img {
    max-height: 500px;
    width: 100%;
    object-fit: contain;
  }
  .three-coment {
    border: 3px solid #00c9b4;
        margin-bottom: 38px;
        padding: 8px;
        border-radius: 16px;
  }
  
  .three-coment h5 {
    font-size: 13px;
  }
  
  .three-coment p {
    font-size: 12px;
    margin-top: 8px;
  }
  .single-level-1{
    font-size: 20px;
    border-bottom: 5px solid #603bff;
    padding: 6px 0px;
    margin-bottom: 16px;
    font-weight: 500;
  }
  
  .single-level-2, .single-article h4,.single-article h2,.article-section h3{
    border-left: 5px solid #9c9c9c;    
    font-size: 18px;
    padding: 0px 8px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 24px;
  }
  .single-level-3 {
    border-left: 5px solid #ff3796;    
    font-size: 18px;
    padding: 0px 8px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .single-level-6{
    font-size: 15px;
    border-left: 5px solid #9c9c9c;
    padding: 2px 6px;
    font-weight: 400;
    margin-bottom: 14px;
  }
  .article-section {
    margin-bottom: 24px
  }  
  .article-button {
    background: #603bff;
    border-radius: 4px
  }
  
  .article-button a {
    display: block;
    color: #fff!important;
    font-weight: 700;
    padding: 8px 0;
    font-size: 15px!important
  }
  
  .t_b, .t_b p {
    font-size: 18px
  }
  
  .t_b {
    margin-bottom: 62px;
    font-weight: 700
  }
  .single-article{
    background: #fff;
  }
  .single-article blockquote a, .single-article blockquote p {
    font-weight: 400;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal
  }
  
  .id-color, .quote-url, .quote-url a, .res-name, .res-time, .t_h {
    font-size: 10px
  }
  
  .t_h {
    margin-bottom: 1.2pc;
  }
  
  .res-name {
    color: #008000d9;
  }
  .res-number{
    font-size: 12px;
    font-weight: bold;
  margin-right: 4px;
  }
  .res-time {
    color: #949494
  }
  
  .id-color {
    background: #a9de00;
    color: #fff
  }
  
  .quote-url, .quote-url a {
    font-size: 8px;
    text-align: right;
    color: #d9d9d9;
  }
  .single-article blockquote {
    border: 2px solid #f0f0f0;
    padding: 2px 6px;
    background: #f8f8f8;
    overflow: hidden;
    margin: 0px 10px 60px 10px;
  }
  
  .single-article blockquote a {
    color: #c4c4c4;
    font-size: 10px
  }
  
  .single-article blockquote p {
    font-size: 14px;
    padding: 2px;
  }
  .cat-area {
    background: #fff
  }
  
  .cat-area ul {
    text-align: center;
    list-style: none;
    padding: 14px 10px 30px
  }
  
  .cat-area li {
    width: 33.3%;
    float: left
  }
  
  .cat-area img {
    width: 100%;
    height: 50px
  }
  
  .ad-feed a {
    display: block
  }
  
  .ad-feed p {
    font-size: 9pt
  }
  
  .ad-feed img {
    width: 100%;
    height: 100%
  }
  
  html body {
    width: 100%
  }
  
  .ad-feed {
    border: 1px solid #ededed;
    padding: 8px;
    overflow: hidden;
    width: 88%;
    text-align: center;
    margin: 0 auto
  }  
  .search-area input {
    border: 1px solid #d0d0d0;
    height: 3.4pc;
  width: 100%;
    padding: 4px 10px;
    font-size: 16px;
  }
  .rank-article .text-rank {
    padding: 10px 6px;
  }
  summary{
    background: #eaff3e;
    font-size: 15px;
    font-weight: 700;
    margin: auto;
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #111111;
  }
  .article-crown-icon{
    vertical-align: -3px;
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 1px;
    background-image: url('../img/crown.svg'); /* 画像のパス */
    background-size: cover; /* 画像を要素にフィットさせる */
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat; /* 画像を繰り返さない */
  }
  /* アイコン定義 - Font Awesome使用の場合は削除可能 */
  .article-time-icon:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23a1a1a1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>');
    background-size: contain;
    margin-right: 2px;
    vertical-align: -2px;
  }
  
  .article-folder-icon:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23a1a1a1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>');
    background-size: contain;
    margin-right: 2px;
    vertical-align: -2px;
  }
  .article-meta-icon{
    margin-left: 3px;
  }
  .single-title time,.single-title a{
    color: #a1a1a1;
    font-size: 12px;
    overflow: hidden;
    font-weight: 400;
  }
  .three-icon{
    font-size: 15px!important;
    color: #ff9650!important;
    margin-right: 9px!important;}
  
    .grecaptcha-badge { visibility: hidden; }
  
    .rank-article, .single-article ul, .singlesns-area ul {
      list-style: none
    }
    
    .ad-area, .article-button,  .thumb-image, .wp-pagenavi {
      text-align: center
    }  
    .form-submit{
      text-align: right;
    }
  /* 管理人紹介カード */
  .admin-card-area {
  }
  
  .admin-card {
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
  }
  
  .admin-card-img {
    width: 100px; /* 画像の幅 */
    height: 100px; /* 画像の高さ */
    border-radius: 50%; /* 丸型にする */
    object-fit: cover; /* 画像を枠にフィットさせる */
    margin: 25px 20px 8px 20px;
  }
  
  .admin-card-content {
    padding: 12px;
  }
  
  .admin-card-title {
    font-size: 14px;
    margin: 6px 0;
  }
  
  .admin-card-description {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
  }
  
  .admin-card-links a {
    margin: 0 10px;
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
  }
  
  .admin-card-links a:hover {
    text-decoration: underline;
  }
  
  
  .promotion-article .hot-news{
    background:#603bff;
  padding:8px;
  font-size: 16px;
  border-bottom: 1px solid #bdbdbd;
  color: #fff;
  }
  .section-hot-area article a{
    display: flex;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    padding: 6px;
  }
  .promotion-img {
    width: 112px;
    height: 84px;
    position: relative;
    overflow: hidden;
  }
  
  .promotion-img img {
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  
  .promotion-img span {
    position: absolute;
    bottom: 64px;
    left: 0px;
    background: #eaff3e;
    color: #222;
    padding: 1px 5px;
    font-size: 12px;
  }
  
  .promotion-title {
    flex: 1; /* 残りのスペースを使用 */
    padding: 10px 8px;
  }
  
  .promotion-title h5 {
    font-weight: 500;
    height: 4pc;
    overflow: hidden;
    font-size:14px;
  }
  /* 検索窓のスタイル */
  .search-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px; /* 最大幅を設定 */
    margin: 20px auto; /* 中央揃え */
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
  }
  
  .search-icon {
    padding: 10px;
    color: #888; /* 薄めのグレー */
  }
  
  .search-input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
  }
  
  .search-input::placeholder {
    color: #aaa; /* プレースホルダーの薄めのグレー */
  }
  
  
  .pc-nav-box {
    background: repeating-linear-gradient(-45deg, #eaff3e, #eaff3e 5px, #ddf900 5px, #ddf900 10px);
    display: none;
  }
  
  .pc-nav {
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
  }
  
  .pc-nav > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex; /* 親メニューにのみ適用 */
      gap: 20px;
  }
  
  .pc-nav li {
    position: relative;
  }
  
  .pc-nav a {
    text-decoration: none;
    color: #111;
    padding: 6px 18px;
    display: block;
    font-weight: 600;
  }
  
  .sub-menu {
    display: none; /* 初期状態で非表示 */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #cccccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 6px 0;
    margin: 0;
    z-index: 1000;
    width: max-content; /* 子メニューの幅を自動調整 */
  }
  
  .sub-menu li {
    padding: 3px 6px;
    display: block; /* 子メニューのアイテムをブロック表示 */
  }
  
  .pc-nav li:hover > .sub-menu {
    display: block; /* マウスオーバー時に表示 */
  }
  
  .card-container {
    display: flex; /* flexを明示的に指定 */
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    padding: 20px;
    margin: 0 auto; /* 中央揃え */
    max-width: 1128px;
  }
  
  .card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(20% - 20px); /* 5列表示 */
    transition: transform 0.3s;
    height: 194px; /* カード全体の高さを固定 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .card img {
    width: 100%;
    height: 120px;
    display: block;
    object-fit: cover;
  }
  
  .card-content {
    padding: 8px;
    flex-grow: 1;
  }
  
  .card h3 {
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0; /* マージンをリセット */
  }
  
  .card p {
    margin: 0;
    color: #666;
  }
  
  .card:hover {
    transform: translateY(-5px);
  }
  /* セクションヘッダーとスクロールインジケーター */
  .card-section {
  position: relative; /* 子要素の絶対配置の基準点 */
  display: block!important;
  }
  
  .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
  }
  
  .section-title {
  font-size: 18px;
  margin: 0;
  }
  
  /* カード上のスクロールインジケーター */
  .card-scroll-hint {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseHint 2s infinite;
  pointer-events: none; /* クリックイベントを無視 */
  }
  
  .card-scroll-hint svg {
  width: 24px;
  height: 24px;
  color: #333;
  }
  
  @keyframes pulseHint {
  0% { opacity: 0.7; transform: translateY(-50%) scale(0.95); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.05); }
  100% { opacity: 0.7; transform: translateY(-50%) scale(0.95); }
  }
  
  /* PCでは非表示、SPでのみ表示 */
  @media (min-width: 768px) {
  .card-scroll-hint {
    display: none;
  }
  }
  
  @media (max-width: 767px) {
  .section-title {
    font-size: 16px;
  }
  
  /* スクロールインジケーターのアニメーション - 5秒後に消える */
  .card-scroll-hint {
    animation: pulseHint 2s infinite, fadeOutAfterDelay 5s forwards;
  }
  
  @keyframes fadeOutAfterDelay {
    0%, 80% { opacity: 1; }
    100% { opacity: 0; visibility: hidden; }
  }
  }
  
  
  .breadcrumbs{
  font-size: 9px;
  font-weight: 300;
  color: #949494;
    white-space: normal; /* 自動で折り返し */
    word-wrap: break-word; /* 長い単語を折り返す */
    word-break: break-word; /* はみ出す単語を強制改行 */  
  }
  
  .breadcrumbs a {
  font-size: 9px;
  font-weight: 300;
  color: #949494;
  padding: 0px 2px;
  }
  
  .custom-pagination {
    text-align: center;
    margin: 30px 0;
  }
  
  .custom-pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .custom-pagination li {
    margin: 0 5px;
    background: #fff;
  }
  
  .custom-pagination a,
  .custom-pagination span {
    display: block;
    padding: 10px 14px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .custom-pagination a:hover {
    background-color: #f5f5f5;
  }
  
  .custom-pagination .pager-current span {
    background-color: #ff3796;
    color: white;
  }
  
  .custom-pagination .pager-prev a,
  .custom-pagination .pager-next a {
    background-color: #f8f9fa;
  }
  #comments h3{
  background: #603bff;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #bdbdbd;
  color: #fff;
  border-left: 6px solid #eaff3e;
  border-top: none;
  }
  
  .featured-categories{
  background: #fff;
  }
  .recent-category-title{
  padding: 4px;
  background: #9c9c9c;
  color: #fff;
  
  }
  .view-more {
  text-align: center;
  }
  
  .view-more a {
  color: #0066cc;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  }
  .section-area-contents{
  margin-top: 14px;
  }
  /* カテゴリ全体のスタイル */
  .styled-category-list {
    background: #fff;
    padding: 0;
    margin: 0;
  }
  
  /* すべてのリスト項目 */
  .styled-category-list li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* すべてのリンク */
  .styled-category-list li a {
    padding: 14px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
  }
  
  /* 親カテゴリーのスタイル */
  .parent-category-item {
    position: relative;
  }
  
  .parent-category-link {
    font-weight: 500;
    background-color: #f8f8f8;
    border-left: 3px solid #eaff3e;
  }
  
  /* 親カテゴリーにアイコンを追加 */
  .parent-category-link:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-folder' viewBox='0 0 16 16'><path d='M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4H2.19zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z'/></svg>");
    background-repeat: no-repeat;
  }
  
  /* 子カテゴリーのリスト */
  .child-category-list {
    padding-left: 0 !important;
    margin: 0 !important;
  }
  
  /* 子カテゴリーのリンク */
  .child-category-link {
    padding-left: 30px !important;
    font-size: 13px;
    position: relative;
    background-color: #fff;
  }
  
  /* 子カテゴリーのアイコン */
  .child-category-link:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-return-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z'/></svg>");
    background-repeat: no-repeat;
  }
  
  /* ホバー効果 */
  .styled-category-list li a:hover {
    background-color: #f5f5f5;
  }
  /* コメントコンテナのスタイル */
  #comments-container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }
  
  /* コメントエリアの絶対位置指定（ソート中） */
  #comments-container #comments {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  }
  /**
  * 自動拡張コメントフォーム用CSS
  * テーマのスタイルシートに追加するか、別ファイルとして読み込む
  */
  
  /* 一行から始まるモダンなフラットデザインのコメントフォーム */
  .comment-form-comment textarea {
  width: 100%;
  height: 42px; /* 固定の初期高さ */
  padding: 10px 12px;
  border: none;
  border-bottom: 2px solid #b1b1b1;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.2s ease;
  box-sizing: border-box;
  resize: none;
  overflow-y: hidden;
  border-radius: 4px 4px 0 0;
  }
  
  .comment-form-comment textarea:focus {
  background-color: #f0f7ff;
  border-bottom: 2px solid #9c9c9c;
  outline: none;
  }
  
  /* フォーカス時の状態変化 */
  .comment-form-comment textarea:focus::placeholder {
  color: #bbb;
  }
  
  #respond{
  margin-bottom: 40px;
  }
  .comment-form-comment{
  margin-bottom: 2px;
  }
  #comment:focus {
  border-color: #9c9c9c;
  box-shadow: 0 0 0 2px rgba(6, 95, 212, 0.2);
  outline: none;
  }
  /* いいねボタンのコンテナ */
  .comment-like-container {
  text-align: left;
  }
  /* いいねアイコン */
  .like-icon {
  font-size: 14px;
  }
  
  /* いいね数 */
  .like-count {
  font-weight: 500;
  }
  
  /* ボタン無効化時のスタイル */
  .comment-like-button:disabled {
  opacity: 0.7;
  cursor: default;
  }
  /* コメントコンテナのスタイル */
  #comments-container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }
  
  /* コメントエリアの絶対位置指定（ソート中） */
  #comments-container #comments {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  }
  
  #reply-title{
  display: none;
  }
  .comment-body {
  margin-bottom: 27px;
  }
  /* いいねボタン */
  .comment-like-button {
  display: inline-flex;
      align-items: center;
      padding: 4px 8px;
      background-color: #f5f5f5;
      border-radius: 4px;
      font-size: 14px;
      color: #555;
      cursor: pointer;
      transition: all 0.2s ease;
  }
  
  .comment-like-button:hover {
  background-color: #eaeaea;
  }
  
  .comment-like-button.liked {
  background-color: #e6f4ff;
  color: #065fd4;
  }
  
  /* 関連記事セクション */
  .related-posts-section {
  margin: 20px 0;
  }
  
  .related-posts-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 700;
  color: #333;
  }
  
  /* カードコンテナ */
  .related-posts-container {
  display: grid;
  gap: 1em;
  }
  
  .related-posts-container.columns-1 {
  grid-template-columns: 1fr;
  }
  
  .related-posts-container.columns-2 {
  grid-template-columns: repeat(2, 1fr);
  }
  
  .related-posts-container.columns-3 {
  grid-template-columns: repeat(3, 1fr);
  }
  
  /* 横長カード */
  .related-post-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .related-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  }
  
  .related-post-link {
  display: flex;
  color: inherit;
  text-decoration: none;
  }
  
  /* 横長カードのレイアウト */
  .related-posts-container.columns-1 .related-post-link {
  flex-direction: row;
  height: 100px;
  }
  
  .related-posts-container.columns-2 .related-post-link,
  .related-posts-container.columns-3 .related-post-link {
  flex-direction: column;
  height: auto;
  }
  
  /* サムネイル */
  .related-post-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  }
  
  .related-posts-container.columns-1 .related-post-thumbnail {
  width: 160px;
  height: 100%;
  }
  
  .related-posts-container.columns-2 .related-post-thumbnail,
  .related-posts-container.columns-3 .related-post-thumbnail {
  width: 100%;
  height: 100px;
  }
  
  .related-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  }
  
  .related-post-card:hover .related-post-thumbnail img {
  transform: scale(1.05);
  }
  
  /* コンテンツ部分 */
  .related-post-content {
  flex: 1;
  padding: 8px;
  display: flex;
  flex-direction: column;
  }
  
  .related-post-title {
  margin: 0 0 8px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  /* 2行で省略 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }
  
  .related-post-excerpt {
  font-size: 0.85em;
  color: #666;
  margin-bottom: 8px;
  /* 2行で省略 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }
  
  .related-post-meta {
  margin-top: auto;
  font-size: 0.75em;
  color: #888;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  }
  
  .related-post-date,
  .related-post-category {
  display: inline-block;
  }
  
  .related-post-category {
  background: #f0f0f0;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 0.9em;
  }
  /* ヘッダー直下のインラインナビゲーション */
  .inline-category-nav {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: repeating-linear-gradient(-45deg, #eaff3e, #eaff3e 5px, #ddf900 5px, #ddf900 10px);
  }
  
  .inline-category-nav::-webkit-scrollbar {
  display: none; /* Chromeなどでスクロールバーを非表示 */
  }
  .category-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  justify-content: center;
  }
  .category-list li a {
    display: block;
    padding: 5px 14px;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
  }
  .sidebar-sticky{
  display: none;
  }
  /* タイトル付き横並び前後記事ナビゲーション */
  .nav-links-container {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  }
  
  .nav-prev, .nav-next {
  flex: 1;
  padding: 15px 10px;
  max-width: 50%;
  }
  
  .nav-prev {
  text-align: left;
  }
  
  .nav-next {
  text-align: right;
  border-left: 1px solid #eee;
  }
  
  .nav-link-inline {
  display: block;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  }
  
  .nav-link-inline:hover {
  color: #0066cc;
  }
  
  .nav-content {
  display: flex;
  flex-direction: column;
  }
  
  .nav-label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
  font-weight: 500;
  }
  
  .nav-arrow {
  font-size: 14px;
  line-height: 1;
  }
  
  .nav-title {
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  }
  
  .empty {
  visibility: hidden;
  }
  
  /* 同一カテゴリの関連記事 - 最適化版 */
  .similar-posts-section {
  padding: 0 10px;
  }
  
  .similar-posts-heading {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333;
  }
  
  .similar-posts-subheading {
  font-size: 17px;
  margin: 16px 0 12px;
  padding-left: 10px;
  border-left: 4px solid #eaff3e;
  color: #333;
  }
  
  .similar-posts-container {
  display: flex;
      flex-direction: column;
      gap: 4px;
      margin-bottom: 16px;
  }
  
  .similar-posts-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .similar-posts-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }
  
  .similar-posts-card-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  }
  
  .similar-posts-thumbnail {
  flex: 0 0 100px;
  height: 70px;
  overflow: hidden;
  }
  
  .similar-posts-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  
  .similar-posts-content {
  flex: 1;
  padding: 12px 6px;
  }
  
  .similar-posts-title {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  
  .similar-posts-none {
  color: #888;
  font-style: italic;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
  }
  
  @media (max-width: 767px) {
  .similar-posts-heading {
    font-size: 16px;
  }
  
  .similar-posts-subheading {
    margin: 20px 0 12px;
  }
  
  .similar-posts-thumbnail {
    flex: 0 0 90px;
    height: 60px;
  }
  
  .similar-posts-title {
    font-size: 13px;
  }
  }
  /* サムネイル右上のコメント数 - 4段階表示 */
  .thumb-image,
  .article-img {
  position: relative;
  overflow: hidden;
  }
  .thumb-image{
    margin: 10px 0;
  }
  
  footer {
  background: #111111;
  padding: 10px;
  text-align: center;
  }
  .footer-nav li a{
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 13px;
  }
  .footer-nav{
  margin-bottom: 10px;
  }
  .footer-copyright p,small{
  color: #c0c0c0;
  font-size: 10px;
  }
  /* YouTube埋め込みのレスポンシブ対応 */
  .movie-area {
  position: relative;
  width: 98%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  margin-bottom: 30px;
  overflow: hidden;
  }
  
  .movie-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  }
  
  /* 見出しとの間隔調整 */
  h4.single-level-2 + .movie-area {
  margin-top: 15px;
  }
  
  /* 大画面でのサイズ制限（オプション） */
  @media (min-width: 1200px) {
  .movie-area {
      max-width: 860px;
      padding-top: calc(860px * 0.5625); /* 860pxの16:9 */
      margin-left: auto;
      margin-right: auto;
  }
  }
  
  /* 中画面でのサイズ調整 */
  @media (min-width: 768px) and (max-width: 1199px) {
  .movie-area {
      max-width: 720px;
      padding-top: calc(720px * 0.5625); /* 720pxの16:9 */
      margin-left: auto;
      margin-right: auto;
  }
  }
  
  /* 記事要約ボックス - モダンカード風（サイズ調整・ボーダー追加版） */
  .article-summary-card {
  background-color: #ffffff;
  border: 1px solid #e8eef7;
  padding: 18px 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  }
  
  .article-summary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background:#9c9c9c;
  }
  
  .article-summary-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom:6px;
    display: flex;
    align-items: center;
  }
  .article-summary-card-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .article-summary-card-content li {
  padding: 9px 0 2px 24px;
  position: relative;
  line-height: 1.4;
  font-size: 13px;
  color: #4a5568;
  margin-bottom: 6px;
  }
  
  .article-summary-card-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    background-color: #edf2ff;
    border-radius: 50%;
  }
  
  .article-summary-card-content li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 14px;
    width: 6px;
    height: 8px;
    border-right: 2px solid #603bff;
    border-bottom: 2px solid #603bff;
    transform: rotate(45deg);
  }
  /* 基本の本文スタイル */
  .tc_body {
    margin-bottom: 100px; /* ここを増やして間隔を制御 */
    padding: 6px 0px;
    font-weight: 600;
  }
  .tc_body img{
    width: 100%;
    margin-top: 8px;
  }
  
  /* 超シンプルな2ちゃんねる風コメントシステム - 修正版 */
  .tc_header {
    margin-top: 0; /* 余白を削除 */
  }
  
  .tc_number, .tc_name, .tc_time {
    display: inline;
  }
  
  .tc_number {
    font-weight: 500;
    font-size: 12px;
  }
  
  .tc_name {
    color: #3c7d40;
    font-size: 11px;
  }
  
  .tc_time {
    color: #9a9a9a;
    font-size: 11px;
  }
  
  /* 返信スタイル改善版 */
  .tc_reply {
    margin: 4px 0px 8px 14px;
    padding: 8px 10px;
    font-size: 14px !important;
    position: relative;
    border-left: 3px solid #a8d08d;
    background-color: rgba(248, 250, 248, 0.7);
    color: #333333;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .tc_reply img {
    width: 100%;
  }
  /* 返信が続く場合の調整 */
  .tc_body + .tc_reply {
    margin-top: -50px; /* 本文との間隔を詰める */
  }
  
  /* 連続する返信の調整 */
  .tc_reply + .tc_reply {
    margin-top: 5px; /* 返信同士は近くに */
  }
  
  /* 返信の後の次のヘッダーの調整 */
  .tc_reply + .tc_header {
    margin-top: 60px; /* 返信と次のレスの間を適切に */
  }
  
  /* 返信ヘッダーのスタイル - より洗練されたデザイン */
  .tc_reply .reply-header {
    font-size: 10px;
    color: #666;
    margin-bottom: 4px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #e5e5e5;
  }
  
  /* 返信内の名前欄 */
  .tc_reply .tc_name {
    color: #3c7d40;
  }
  
  /* 返信内のIDなど */
  .tc_reply .tc_time {
    color: #777;
    margin-left: 4px;
  }
  
  /* 返信マークのスタイル */
  .tc_reply_mark {
    color: #789922;
    font-weight: bold;
    margin-right: 4px;
  }
  
  /* 返信本文のスタイル調整 */
  .tc_reply p {
    margin: 4px 0;
    line-height: 1.4;
  }
  
  /* フォントサイズバリエーション - 修正 */
  .tc_size-17 { font-size: 17px; } /* 16→17に変更 */
  .tc_size-19 { font-size: 19px; } /* 18→19に変更 */
  .tc_size-20 { font-size: 20px; } /* 18→19に変更 */
  .tc_size-21 { font-size: 21px; }
  .tc_size-23 { font-size: 23px; }
  .tc_size-25 { font-size: 25px; } /* MAXサイズに設定 */
  /* 28pxは削除 */
  
  /* 文字色バリエーション */
  .tc_blue { color: #007aff; }
  .tc_deep-blue { color: #603bff; }
  .tc_mint { color: #6af7ce; }
  .tc_gray { color: #9c9c9c; }
  .tc_purple { color: #ad50ff; }
  .tc_red { color: #ff4f5e; }
  .tc_brown { color: #6f411a; }
  .tc_pink { color: #ff3796; }
  .tc_orange { color: #ff9650; }
  .tc_bold { font-weight:600; }
  
  .tc_line {
    /* テキストのサイズ・行送りを親要素に合わせる */
    font-size: inherit;
    line-height: inherit;
  
    /* 太字＆色はお好みで */
    font-weight: bold;
    color: inherit; /* 親の色を使うなら */
    background: linear-gradient(transparent 60%, #ffff7b 60%);
  
  }
  
  .tc_orange_txt{
    color: #ff9650;
    font-size: inherit;
    line-height: inherit;
  }

  .single-margin{
  margin-top: 50px;
  }
  
  /* 管理人の一言コメントセクション */
  .admin-comment-section {
  padding: 20px;
  background-color: #f8f9fa;
  border-top: 4px solid #603bff;
  }
  
  .admin-comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  }
  
  .admin-avatar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .admin-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  
  .admin-info {
  display: flex;
  flex-direction: column;
  }
  
  .admin-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  }
  
  .admin-title {
  font-size: 12px;
  color: #666;
  margin-top: 3px;
  }
  
  .admin-comment-body {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  }
  
  .admin-comment-body p {
  margin-bottom: 12px;
  }
  
  .admin-comment-body p:last-child {
  margin-bottom: 0;
  }
  
  .admin-comment-footer {
  display: flex;
  gap: 12px;
  border-top: 1px solid #e0e0e0;
  padding-top: 12px;
  margin-top: 5px;
  }
  
  .admin-social-link {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #4a69bd;
  text-decoration: none;
  transition: color 0.2s;
  }
  
  .admin-social-link:hover {
  color: #2c3e50;
  text-decoration: underline;
  }
  
  .admin-social-link i {
  margin-right: 5px;
  font-size: 14px;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 480px) {
  .admin-comment-section {
    padding: 15px;
  }
  
  .admin-avatar {
    width: 50px;
    height: 50px;
  }
  
  .admin-comment-footer {
    flex-direction: column;
    gap: 8px;
  }
  }
  /* ポップな管理人コメント吹き出し */
  .squid_admin_comment {
  display: flex;
  align-items: flex-start;
  margin: 65px 0 50px 0;
  }
  
  .squid_admin_avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 3px solid #eaff3e;
  box-shadow: 0 3px 10px rgba(255, 209, 102, 0.4);
  margin-right: 15px;
  flex-shrink: 0;
  }
  
  .squid_admin_avatar:hover {
  transform: rotate(5deg);
  }
  
  .squid_admin_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  
  .squid_admin_bubble {
  position: relative;
  background: #F2F7FF;
  border: 1px solid #9c9c9c;
  border-radius: 18px;
  padding: 12px;
  flex-grow: 1;
  box-shadow: 0 5px 15px rgba(159, 216, 255, 0.2);
  }
  
  /* 吹き出しの三角形 */
  .squid_admin_bubble:before,
  .squid_admin_bubble:after {
  content: "";
  position: absolute;
  left: -14px;
  }
  
  .squid_admin_bubble:before {
  top: 15px;
  border-width: 8px 14px 8px 0;
  border-style: solid;
  border-color: transparent #9c9c9c transparent transparent;
  }
  
  .squid_admin_bubble:after {
  top: 16px;
  left: -11px;
  border-width: 7px 12px 7px 0;
  border-style: solid;
  border-color: transparent #F2F7FF transparent transparent;
  }
  
  .squid_admin_name {
  margin-bottom: 6px;
  font-size: 13px;
  color: #603bff;
  display: inline-block;
  padding: 3px 10px;
  background: #E2EEFF;
  border-radius: 20px;
  }
  
  .squid_admin_text {
  font-size: 13px;
  color: #444;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 480px) {
  .squid_admin_avatar {
    width: 50px;
    height: 50px;
  }
  
  .squid_admin_bubble {
    padding: 15px;
  }
  
  .squid_admin_name {
    font-size: 15px;
  }
  }
  .squid-share-inner {
  padding: 18px 15px;
  border-radius: 4px;
  text-align: center;
  }
  
  .squid-share-title {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
  color: #444;
  padding: 3px 10px;
  position: relative;
  }
  
  .squid-share-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  }
  
  .squid-share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.2s ease;
  flex: 1;
  }
  
  .squid-share-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .squid-share-button i,
  .hatena-icon {
  margin-right: 5px;
  font-size: 14px;
  color: #ffffff;
  }
  
  .squid-share-button.twitter {
  background: #000000;
  }
  
  .squid-share-button.line {
  background: #06C755;
  }
  
  .squid-share-button.hatena {
  background: #00A4DE;
  }
  
  .squid-share-button.pocket {
  background: #EF3F56;
  }
  
  
  .hatena-icon {
  font-weight: bold;
  font-family: Verdana, sans-serif;
  }
  
  .squid-share-label {
  white-space: nowrap;
  color: #ffffff;
  }
  /* レスポンシブ対応も1列表示を維持 */
  @media (max-width: 768px) {
  .squid-share-list {
      gap: 6px;
  }
  
  .squid-share-button {
      padding: 7px 10px;
      font-size: 12px;
  }
  
  .squid-share-button i,
  .hatena-icon {
      font-size: 13px;
  }
  }
  
  @media (max-width: 480px) {
  .squid-share-inner {
      padding: 15px 10px;
  }
  
  .squid-share-title {
      font-size: 14px;
      margin-bottom: 12px;
  }
  
  .squid-share-list {
      gap: 4px;
  }
  
  .squid-share-button {
      padding: 6px 8px;
  }
  }
  
  /* スクロールで固定されるウィジェット用CSS */
  .sidebar-sticky {
  position: relative;
  margin-bottom: 30px;
  margin: 0 !important;
  }
  
  .sidebar-sticky-inner {
  transition: all 0.2s ease-in-out;
  }
  
  .is-fixed {
  position: fixed;
  top: 20px; /* 上部からの距離調整 */
  width: inherit; /* 親要素の幅を引き継ぐ */
  z-index: 10;
  }
  .article-text p, .article-section p {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.8;
  }
  
  
  /* アクションボタン全体のスタイル */
  .article-actions-area{
    margin: 18px 8px;
  }
  .article-actions {
    display: flex;
    width: 100%;
    margin: 6px 0;
    gap: 5px;
  }
  
  /* ボタン共通スタイル */
  .action-button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
  }
  
  /* ボタンバリエーション */
  .x-post {
    background-color: #000;
    color: #fff !important;
  }
  
  .copy-url {
    background-color: #359600;
    color: #fff !important;
  }
  
  .back-to-top {
    background-color: #ff9650;
    color: #fff !important;
  }
  
  .goto-comments {
    background-color: #ff9650;
    color: #fff !important;
  }
  
  /* アイコンとテキスト */
  .action-icon {
    color: #fff !important;
  }
  
  .action-icon i {
    font-size: 18px;
    color: #fff !important;
  }
  
  .action-text {
    font-size: 11px;
    text-align: center;
    color: #fff !important;
  }
  
  /* モバイル向け最適化 */
  @media (max-width: 480px) {
    .action-text {
      font-size: 10px;
    }
    
    .action-button {
      padding: 6px 3px;
    }
    
    .action-icon i {
      font-size: 16px;
    }
  }
  
  /* 2列表示のグリッドレイアウト */
  .article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 4px;
  }
  
  /* 記事全体のスタイル */
  .main-article {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  /* 記事カードのスタイル */
  .main-article article {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none; /* 境界線を削除 */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* 影を追加 */
    transition: transform 0.2s, box-shadow 0.2s; /* スムーズなトランジション */
    overflow: hidden; /* 角丸がはみ出ないように */
  }
  
  .main-article a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
  }
  
  /* 画像関連のスタイル */
  .article-img {
    background: #ededed;
    aspect-ratio: 16 / 9;
  }
  
  .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* メタ情報のスタイル */
  .article-meta {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 8px 6px 4px 6px;
  }
  
  .article-meta h2 {
.article-meta h2    font-size: 13px;
font-weight: 600;
line-height: 1.5;
margin-bottom: 4px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
min-height: 4.2em;
height: 4.2em;
}
  
   .article-meta p, .single-title span a, .article-category span {
    color: #a1a1a1;
    font-size: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    overflow: hidden;
    white-space: nowrap;
  }
  .category-name {
    font-size: 10px;
    color: #a1a1a1;
    margin-left: 1px;
}
  
  .article-category {
    display: inline-block !important;
  }
  .comment-count{
    margin-left: 2px
  }
  .article-category{
    margin-left: 4px;
  }
  .comment-count {
    position: absolute;
    top: 4px;
    right: 4px;
    background: linear-gradient(135deg, #603bff, #2980b9);
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex
  ;
    align-items: center;
    gap: 4px;
    transition: all 0.3sease;
  }
  
  .comment-count:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  /* 吹き出しアイコン */
  .comment-bubble {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
  }
  
  .comment-bubble:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -1px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  transform: rotate(45deg);
  }
  
  /* コメント数に応じた色分け - 4段階 */
  .comment-count-active {
  background: linear-gradient(135deg, #f39c12, #e67e22); /* オレンジ系 (10-49件) */
  }
  
  .comment-count-hot {
  background: linear-gradient(135deg, #e74c3c, #c0392b); /* 赤系 (50-99件) */
  animation: pulse 2s infinite;
  }
  
  /* 100件以上の場合はレインボー表示 */
  .comment-count-rainbow {
  background: linear-gradient(
    to right, 
    #ff0000, /* 赤 */
    #ff8000, /* オレンジ */
    #ffff00, /* 黄 */
    #00ff00, /* 緑 */
    #00ffff, /* 水色 */
    #0000ff, /* 青 */
    #8000ff  /* 紫 */
  );
  background-size: 200% 200%;
  animation: rainbow-bg 6s linear infinite;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 900;
  padding: 4px 12px; /* 少し大きく */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 215, 0, 0.3); /* 光る効果 */
  }
  
  /* アニメーション定義 */
  @keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
  }
  
  @keyframes rainbow-bg {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
  }
  
  /* ホバー時のアニメーション制御 */
  .comment-count-hot:hover,
  .comment-count-rainbow:hover {
  animation-play-state: paused;
  }
  /* スマートフォン用スタイル */
  @media (max-width: 767px) {
    .card-container {
      flex-wrap: nowrap; /* 横スクロール用に折り返しを無効化 */
      overflow-x: auto; /* 横スクロールを有効化 */
      justify-content: flex-start; /* 左揃え */
      padding: 12px;
      -webkit-overflow-scrolling: touch; /* iOSでのスムーズスクロール */
      scrollbar-width: none; /* Firefox用スクロールバー非表示 */
      -ms-overflow-style: none; /* IE/Edge用スクロールバー非表示 */
    }
    
    .card {
          min-width: 148px;
          width: 148px;
          flex-shrink: 0;
          margin-right: 0;
          height: 136px;
    }
    .card img {
      width: 100%;
      height: 84px;
      display: block;
      object-fit: cover;
    }
    .card h3 {
      font-size: 12px;
      -webkit-line-clamp: 2;
    }
  }



/* ブキテーブル用のカードスタイル */
.weapon-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.weapon-card-header {
  color: white;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.weapon-card-header:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
  font-size: 14px;
}

.weapon-card-body {
padding: 10px 12px;
}

.weapon-card-content ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.weapon-card-content li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.weapon-card-content li:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
}

.weapon-card-source {
  font-size: 10px;
  color: #999;
  text-align: right;
  padding-top: 8px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.weapon-card-source a {
  text-decoration: none;
  color: #999;
  font-size: 10px;
}

/* バフカード */
.weapon-card.buff .weapon-card-header {
  background-color: #3CB371;
}

.weapon-card.buff .weapon-card-header:before {
  content: "↑";
}

.weapon-card.buff .weapon-card-content li:before {
  content: "✓";
  background-color: rgb(70 255 125 / 17%);
  color: #3CB371;
}

/* ナーフカード */
.weapon-card.nerf .weapon-card-header {
  background-color: #FF4500;
}

.weapon-card.nerf .weapon-card-header:before {
  content: "↓";
}

.weapon-card.nerf .weapon-card-content li:before {
  content: "✗";
  background-color: rgba(255, 79, 94, 0.15);
  color: #FF4500;
}

/* 混合カード */
.weapon-card.mixed .weapon-card-header {
  background-color: #ff9650;
}

.weapon-card.mixed .weapon-card-header:before {
  content: "⇄";
}

.weapon-card.mixed .buff-item:before {
  content: "✓";
  background-color: rgb(70 255 125 / 17%);
  color: #3CB371;
}

.weapon-card.mixed .nerf-item:before {
  content: "✗";
  background-color: rgba(255, 79, 94, 0.15);
  color: #FF4500;
}

.note {
  background-color: #fff9e8;
  padding: 10px;
  border-left: 4px solid #f8cb5a;
  margin: 15px 0;
}

.help-block {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.copy-btn {
  background-color: #4CAF50;
  margin-top: 10px;
}

.copy-btn:hover {
  background-color: #3e8e41;
}

.t_b + .weapon-card{
margin-top: -50px;
}

/* モンハンバナーのスタイル */
.announcement-banner {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  max-width: 650px;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  background: linear-gradient(135deg, #38210f 0%, #5a3b1e 100%);
}

.banner-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: white;
  position: relative;
  z-index: 2;
}

.banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.logo-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e8d3a9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.mh-logo {
  width: 44px;
  height: 44px;
  background-color: #38210f;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mh-logo::after {
  content: "MH";
  color: #e8d3a9;
  font-weight: bold;
  font-size: 20px;
}

.banner-title h2 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.banner-title p {
  font-size: 13px;
  opacity: 0.9;
  color: #fff;
}

.banner-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

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

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  color: white;
}

.feature-item svg {
  margin-right: 6px;
  flex-shrink: 0;
}

.cta-button {
  display: inline-block;
  background-color: #e8d3a9;
  color: #38210f;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  align-self: center;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.05) 10px,
    transparent 10px,
    transparent 20px
  );
  z-index: 1;
}

.banner-title, .banner-body {
  text-align: center;
}

/* Responsive styles */
@media (min-width: 768px) {
  .announcement-banner {
    display: block;
    max-width: 650px;
  }
  
  .banner-header {
    margin-bottom: 20px;
  }
  
  .banner-title h2 {
    font-size: 24px;
  }
  
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .features {
    grid-template-columns: 1fr;
  }
  
  .banner-header {
    flex-direction: column;
    text-align: center;
  }
  
  .logo-container {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

  /* タブレット */
  @media (min-width: 600px) {
    #blogroll-356419.blogroll-channel{
      margin-bottom: 18px;
    }
    header {
      height: 70px; /* タブレットの高さ */
    }
    .slider{
      height: 350px;
    }
    .header-logo{
      width: 155px;
    }
    #menu-toggle{
      top: 26px;
    }
  .single-article{
    width: 100%;
  }
  .thumb-image img {
    width: 90%;
    height: 100%
  }
  .article-meta h2{
    font-size: 15px;
  }
  .pc-nav-box{
    display: block;
  }
  .nonechan{
    display: none;
  }
  .single-title h1{
    font-size: 20px;
    font-weight: 700;
    padding: 12px 4px;
  }
  .nav-title{
    font-size: 14px;
  }
  .breadcrumbs,.breadcrumbs a{
    font-size: 10px;
  }
  .li.comment p{
    font-size: 16px;
  }
  .action-text{
    font-size: 12px;
  }
  .action-icon{
    margin-bottom: 2px;
  }
  .tc_size-17 { font-size: 19px; } /* 16→17に変更 */
  .tc_size-19 { font-size: 21px; } /* 18→19に変更 */
  .tc_size-20 { font-size: 22px; } /* 18→19に変更 */
  .tc_size-21 { font-size: 23px; }
  .tc_size-23 { font-size: 25px; }
  .tc_size-25 { font-size: 27px; } /* MAXサイズに設定 */
  .tc_time,.tc_number, .tc_name{
    font-size: 12px;
  }
  .tc_reply{
    font-size: 16px!important;
  }
  .tc_body{
    margin-bottom: 90px;
  }
  .tc_body + .tc_reply {
    margin-top: -56px;
}
.tc_reply + .tc_header {
  margin-top: 58px;
  }
}  
  /* PC表示 */
  @media (min-width: 768px) {
    .article-grid {
      gap: 10px;
    }
    .comment-count{    position: absolute;
      top: 10px;
      right: 10px;
      padding: 4px 10px;
      font-size: 13px;
    }
      .comment-bubble {
        width: 12px;
        height: 12px;
        }
        .article-meta h2{
          font-size:16px;
        }
        .nav-title{
          font-size: 15px;
        }
  }
  /* タブレット以上の画面サイズ用にレイアウトを再構成 */
  @media screen and (min-width: 920px) {
    .pc-container-box {
      display: flex;
      justify-content: center;
    }
    .pc-container {
      display: flex;
      gap: 1rem;
      max-width: 1200px;
    }
    .pc-section-title{
      margin-bottom: 2px;
    }
    .section-hot-area{
      margin-bottom: 18px;
    }
  
    .card-container{
      display: flex;
    }
    .nonekun{
      display: none;
    }
    .sidebar-sticky{
      display: block;
    }
    /* メインコンテンツとサイドバーの幅を調整 */
    .main-container {
      max-width: 720px;
    }
    .single-article{
      max-width: 720px;
    }
    .slide-container {
      max-width: 330px; /* 全体の1/4程度 */
      margin-bottom: 0; /* 横並びにするので不要 */
    }
    .article-meta h2{
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 8px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      height: 74px!important;
    }
    .article-meta{
      padding: 8px 6px 2px 6px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .main-article a{
      padding: 6px
    }
    .article-meta p, .single-title span a, .article-category span{
      font-size: 12px!important;
    }
    .article-meta p{
      height: auto!important;
    }
    .category-name{
      display: inline!important;
      font-size: 12px!important;
      margin-left: 2px;
    }
    .single-title h1{
      font-size: 22px;
      font-weight: 700;
      padding: 10px 6px;
    }
  }
  
  /* デスクトップ */
  @media (min-width: 1280px) {
    header {
      height: 80px; /* デスクトップの高さ */
    }
    .header-logo{
      width: 175px;
    }
  }
  .comment-notice {
    background-color: #f8f8f8;
    padding: 10px 6px;
    margin-bottom: 12px;
    font-size: 13px;
  }
  
  .comment-notice p {
    margin: 0;
    color: #666;
  }

  .comment-success-message {
    background-color: #e7f7e8;
    border-left: 4px solid #28a745;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    animation: fadeIn 0.5s ease-in-out;
    transition: opacity 1s ease;
  }
  
  .comment-success-message p {
    margin: 0;
    color: #155724;
    font-weight: bold;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* 記事抜粋ブロック全体のスタイル */
.post-excerpt-block {
  background-color: #f8f9fa;
  border-left: 4px solid #0d6efd;
  padding: 10px;
  margin: 12px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* 「この記事は」ラベルのスタイル */
.post-excerpt-label {
  font-size: 13px;
  font-weight: bold;
  color: #495057;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* 記事抜粋内容のスタイル */
.post-excerpt-content {
  font-size: 14px;
  line-height: 1.6;
  color: #212529;
  margin: 0;
  padding: 0;
}

/* 記事抜粋内の強調表示（オプション） */
.post-excerpt-content strong,
.post-excerpt-content .tc_orange {
  color: #fd7e14;
  font-weight: 600;
}

/* 既存の .section-area, h3 はそのまま */
.section-area .mutual-links {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.section-area .mutual-links li {
  margin: 0.5em 0;
}
.section-area .mutual-links a {
  display: block;
  padding: 0.4em 0.6em;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color .3s, color .3s;
}
.section-area .mutual-links a:hover {
  background-color: #f0f0f0;
  color: #007acc;
}
.section-area-link{
  background: #fff;
}
/* ==== スプラトゥーン風ボックス ==== */
.splatoon-box {
  position: relative;
  background: linear-gradient(135deg, #00ff84 25%, #ff6298 75%);
  border: 3px dashed #ffffff;
  border-radius: 8px;
  padding: 1.2em;
  margin: 2em 0;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* インクっぽい丸グラデ */
.splatoon-box::before,
.splatoon-box::after {
  content: '';
  position: absolute;
  width: 120px; height: 120px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.3) 0%, transparent 60%);
  transform: rotate(45deg);
}
.splatoon-box::before { top: -30px; left: -30px; }
.splatoon-box::after  { bottom: -30px; right: -30px; }

/* ヘッダー */
.splatoon-header {
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
  margin-bottom: 0.8em;
  transform: skew(-10deg);
  background: rgba(0,0,0,0.2);
  display: inline-block;
  padding: 0.4em 0.8em;
  border-radius: 4px;
}

/* リスト */
.splatoon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.splatoon-list li {
  margin-bottom: 0.6em;
}

/* リンクボタン */
.splatoon-list a {
  display: inline-block;
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: inset 0 0 0 2px #000;
  transition: transform 0.2s, box-shadow 0.2s;
}
.splatoon-list a:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 2px #000, 0 2px 6px rgba(0,0,0,0.3);
}

/* レスポンシブ調整 */
@media (max-width: 480px) {
  .splatoon-box        { padding: 1em; }
  .splatoon-header     { font-size: 1.1rem; padding: 0.3em 0.6em; }
  .splatoon-list a     { font-size: 0.95rem; padding: 0.4em 0.8em; }
}