@charset "UTF-8";
/*
  Skin Name: インテリジェント戦略研究所 CYBER Minimal
  Description: 青系サイバーパンクデザイン。Cocoonの機能を完全に尊重したミニマル版
  Skin URI: https://intelligent-strategy.jp/
  Author: Intelligent Strategy Research Institute
  Author URI: https://intelligent-strategy.jp/
  Screenshot URI: https://intelligent-strategy.jp/screenshot.png
  Version: 4.0.5
  Priority: 8900006000
*/

/* ====================================
   カラー変数定義 - 純粋な青系
   ==================================== */
:root {
  --cyber-blue: #0088ff;
  --neon-cyan: #4da6ff;
  --bg-dark: #000000;
  --text-light: #d0e0ff;
  --border-cyber: rgba(0, 136, 255, 0.4);
}

/* ====================================
   基本スタイル
   ==================================== */
body {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

/* 軽量なグリッド背景（静的・青系） */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(90deg, rgba(0, 136, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 136, 255, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 0;
}

/* ====================================
   Yellowスキンベースのスタイル
   ==================================== */
.header, .header .site-name-text {
  color: #fff;
}

.header {
  background-color: var(--cyber-blue);
}

.fixed-header .header {
  background-color: #000000;
  box-shadow: 0 2px 10px rgba(0, 136, 255, 0.3);
}
.fixed-header .navi {
  box-shadow: none;
}

.widget_recent_entries ul li a:hover, 
.widget_categories ul li a:hover, 
.widget_archive ul li a:hover, 
.widget_pages ul li a:hover, 
.widget_meta ul li a:hover, 
.widget_rss ul li a:hover, 
.widget_nav_menu ul li a:hover, 
.tagcloud a:hover, 
.pagination a:hover, 
.pager-links a:hover span, 
.pagination-next-link:hover, 
.comment-btn:hover, 
.comment-reply-link:hover, 
.navi-footer-in a:hover {
  background-color: rgba(0, 136, 255, 0.15);
}

.page-numbers,
.tagcloud a,
.author-box,
.ranking-item,
.pagination-next-link,
.comment-reply-link,
.toc {
  border: 1px solid rgba(77, 166, 255, 0.5);
}

.page-numbers,
.pagination-next-link {
  border-radius: 8px;
  background: rgba(0, 136, 255, 0.08);
}

.pagination .page-numbers,
.pager-numbers .page-numbers {
  border-radius: 99px;
}

.pagination .current,
.page-numbers.current,
.page-numbers.dots {
  background: var(--neon-cyan);
  color: #000;
  box-shadow: 0 0 10px rgba(77, 166, 255, 0.5);
}

.post-navi-default.post-navi-border .next-post {
  border-top-width: 1px;
  margin-top: 6px;
}

@media screen and (max-width: 480px) {
  .pager-post-navi.post-navi-square a:last-child {
    border-top-width: 1px;
    margin-top: 6px;
  }
}

.cat-label,
.mobile-menu-buttons,
.mobile-menu-buttons .menu-button > a,
.navi-menu-content,
.navi-menu-content a,
.go-to-top-button,
#submit {
  background-color: var(--cyber-blue);
  color: #fff;
}

#submit {
  width: 80%;
  margin: 0 auto;
  display: block;
}

div.mobile-menu-buttons .menu-button:hover,
.navi-menu-content a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.sidebar-menu-content {
  color: var(--text-light);
}

.cat-label {
  top: 0;
  left: 0;
  border: none;
  border-bottom-right-radius: 3px;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
  border-bottom: 1px dashed var(--border-cyber);
  padding: 5px 0;
  color: var(--text-light);
}

.cat-item a::before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 6px;
}

.cat-item .children a::before {
  content: "\f105";
}

.font-awesome-5 .cat-item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.font-awesome-5 .cat-item .children a::before {
  content: "\f105";
}

.post-count {
  background-color: rgba(0, 136, 255, 0.25);
  padding: 0 8px;
  border-radius: 6px;
  font-size: 0.8em;
  color: var(--neon-cyan);
  box-shadow: 0 0 5px rgba(0, 136, 255, 0.3);
}

/* カード・サイドバーに光る効果（強化版） */
.main,
.sidebar,
.carousel-in,
.sbp-main-before,
.sbp-footer-before,
.pbp-main-before,
.pbp-footer-before {
  box-shadow: 
    0 2px 2px 0 rgba(0, 0, 0, 0.16), 
    0 0 0 1px rgba(0, 136, 255, 0.3),
    0 0 15px rgba(0, 136, 255, 0.15),
    0 0 30px rgba(0, 136, 255, 0.05);
  background-color: rgba(0, 0, 0, 0.95);
}

.a-wrap {
  box-shadow: 
    0 2px 2px 0 rgba(0, 0, 0, 0.16), 
    0 0 0 1px rgba(0, 136, 255, 0.3),
    0 0 10px rgba(0, 136, 255, 0.1);
  border-radius: 4px;
  transition-duration: 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}
.a-wrap:hover {
  background-color: rgba(0, 0, 0, 0.95);
  transform: translateY(-4px);
  box-shadow: 
    0 0 15px rgba(0, 136, 255, 0.4),
    0 0 30px rgba(0, 136, 255, 0.2),
    0 0 45px rgba(0, 136, 255, 0.1);
  transition-duration: 0.3s;
}
.a-wrap > div {
  border: none;
}

.widget-entry-cards .a-wrap {
  margin-bottom: 8px;
}

.comment-list ul.children {
  padding: 0.6em;
  background-color: rgba(0, 136, 255, 0.08);
  border-left: 2px solid var(--neon-cyan);
  box-shadow: inset 0 0 10px rgba(0, 136, 255, 0.1);
}

.widget-entry-cards.ranking-visible .card-thumb::before {
  border-radius: 50%;
  background: var(--neon-cyan);
  top: -10px;
  left: -10px;
  border: 2px solid var(--cyber-blue);
  color: #000;
  box-shadow: 0 0 10px rgba(77, 166, 255, 0.5);
}

.appeal-button {
  background-color: var(--cyber-blue);
}

/* ====================================
   ナビゲーション - サイバー感強化
   ==================================== */
.navi {
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 
    0 1px 3px 0 rgba(0, 0, 0, 0.25),
    0 0 15px rgba(0, 136, 255, 0.3),
    0 0 30px rgba(0, 136, 255, 0.1);
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 136, 255, 0.5);
}
.navi a {
  color: var(--text-light);
  text-shadow: 0 0 5px rgba(0, 136, 255, 0.3);
}
.navi a:hover {
  background-color: rgba(0, 136, 255, 0.15);
  text-decoration: none;
  color: var(--neon-cyan);
  text-shadow: 0 0 10px rgba(77, 166, 255, 0.6);
}
.navi ul .sub-menu {
  background-color: var(--cyber-blue);
  opacity: 0.95;
  box-shadow: 0 4px 15px rgba(0, 136, 255, 0.3);
}
.navi ul .sub-menu a {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.navi ul .sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.navi ul .sub-menu a .sub-caption {
  opacity: 0.8;
}

.navi-in > ul .sub-menu {
  display: block;
}
.navi-in > ul .sub-menu li {
  visibility: hidden;
  transition: all 0.2s ease;
  height: 0;
  opacity: 0;
}
.navi-in > ul li:hover > ul > li {
  transition: all 0.2s ease;
  visibility: visible;
  height: 60px;
  opacity: 1;
}
.navi-in > ul .sub-menu .sub-menu li {
  display: none;
}
.navi-in > ul .sub-menu li:hover > ul > li {
  display: block;
}
.navi-in > ul > li:last-of-type .sub-menu {
  right: 0;
}

/* ====================================
   固定ページナビゲーション（サイバー感強化版）
   ==================================== */
.cyber-page-nav {
  background: rgba(0, 0, 0, 0.95);
  border-bottom: 2px solid rgba(0, 136, 255, 0.5);
  box-shadow: 
    0 2px 10px rgba(0, 136, 255, 0.3),
    0 4px 20px rgba(0, 136, 255, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.cyber-page-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.cyber-page-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.cyber-page-nav li {
  flex: 1;
  min-width: 120px;
}

.cyber-page-nav a,
.cyber-page-nav .current-page-link {
  display: block;
  padding: 15px 20px;
  color: var(--text-light);
  text-decoration: none;
  text-align: center;
  border-right: 1px solid rgba(0, 136, 255, 0.3);
  transition: all 0.3s ease;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0, 136, 255, 0.3);
  position: relative;
}

/* 現在のページのスタイル */
.cyber-page-nav .current-page-link {
  background: rgba(0, 136, 255, 0.2);
  color: var(--neon-cyan);
  text-shadow: 
    0 0 10px rgba(77, 166, 255, 0.8),
    0 0 20px rgba(77, 166, 255, 0.4);
  cursor: default;
  font-weight: 700;
}

/* 現在のページの下線（常に表示） */
.cyber-page-nav .current-page .current-page-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: var(--neon-cyan);
  box-shadow: 0 0 10px var(--neon-cyan);
}

.cyber-page-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--neon-cyan);
  box-shadow: 0 0 10px var(--neon-cyan);
  transition: width 0.3s ease;
}

.cyber-page-nav li:last-child a,
.cyber-page-nav li:last-child .current-page-link {
  border-right: none;
}

.cyber-page-nav a:hover {
  background: rgba(0, 136, 255, 0.15);
  color: var(--neon-cyan);
  text-shadow: 0 0 10px rgba(77, 166, 255, 0.6);
}

.cyber-page-nav a:hover::after {
  width: 80%;
}

/* スクロール時の影強化 */
.cyber-page-nav.scrolled {
  box-shadow: 
    0 4px 20px rgba(0, 136, 255, 0.4),
    0 8px 40px rgba(0, 136, 255, 0.2);
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .cyber-page-nav {
    position: relative;
    top: auto;
  }
  
  .cyber-page-nav li {
    flex: 0 0 50%;
  }
  
  .cyber-page-nav a,
  .cyber-page-nav .current-page-link {
    padding: 12px 10px;
    font-size: 14px;
  }
}

/* ====================================
   見出しスタイル - サイバー感強化
   ==================================== */
.sidebar h2,
.sidebar h3 {
  background: transparent;
  padding: 0.4em;
  margin: 0.3em 0;
  color: var(--neon-cyan);
  text-shadow: 0 0 10px rgba(77, 166, 255, 0.6);
}

.article h2 {
  background: rgba(0, 136, 255, 0.15);
  border-left: solid 5px var(--cyber-blue);
  color: var(--text-light);
  text-shadow: 
    0 0 10px rgba(0, 136, 255, 0.5),
    0 0 20px rgba(0, 136, 255, 0.3);
  box-shadow: 
    0 0 15px rgba(0, 136, 255, 0.2),
    inset 0 0 20px rgba(0, 136, 255, 0.1);
  position: relative;
}

.article h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--cyber-blue);
  box-shadow: 0 0 10px var(--cyber-blue);
}

.article h3 {
  border: none;
  border-left: solid 5px var(--cyber-blue);
  color: var(--text-light);
  text-shadow: 0 0 8px rgba(0, 136, 255, 0.4);
  position: relative;
}

.article h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--cyber-blue);
  box-shadow: 0 0 8px var(--cyber-blue);
}

.article h4 {
  border: none;
  border-bottom: 3px solid rgba(0, 136, 255, 0.4);
  color: var(--text-light);
  text-shadow: 0 0 5px rgba(0, 136, 255, 0.3);
  padding-bottom: 0.3em;
}

.article h5,
.article h6 {
  border: none;
  color: var(--text-light);
  text-shadow: 0 0 3px rgba(0, 136, 255, 0.2);
}

/* テキストとリンクの色 */
.article,
.entry-content,
.entry-body {
  color: var(--text-light);
}

.article a,
.entry-content a {
  color: var(--cyber-blue);
  text-decoration: underline;
}

.article a:hover,
.entry-content a:hover {
  color: var(--neon-cyan);
}

/* ====================================
   フッター - サイバーコーナーデザイン
   ==================================== */
.footer,
#footer,
.footer-container,
.footer-in,
.footer-bottom {
  background: #000000;
  color: var(--text-light);
}

.footer a,
#footer a,
.footer-bottom a {
  color: var(--cyber-blue);
  text-decoration: none;
}

.footer a:hover,
#footer a:hover,
.footer-bottom a:hover {
  color: var(--neon-cyan);
  text-shadow: 0 0 5px rgba(77, 166, 255, 0.5);
}

.navi-footer-in {
  background: rgba(0, 0, 0, 0.95);
  border-top: 1px solid rgba(0, 136, 255, 0.3);
}

.navi-footer-in a {
  color: var(--text-light);
}

/* フッター内の住所欄・ウィジェット - 対角L字デザイン */
.footer .widget,
.footer-in .widget {
  position: relative;
  padding: 25px;
  background: rgba(0, 136, 255, 0.02);
  margin-bottom: 20px;
}

/* 左上のL字 */
.footer .widget::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top: 2px solid var(--cyber-blue);
  border-left: 2px solid var(--cyber-blue);
  box-shadow: 
    0 0 10px rgba(0, 136, 255, 0.5),
    inset 0 0 10px rgba(0, 136, 255, 0.1);
}

/* 右下のL字 */
.footer .widget::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid var(--cyber-blue);
  border-right: 2px solid var(--cyber-blue);
  box-shadow: 
    0 0 10px rgba(0, 136, 255, 0.5),
    inset 0 0 10px rgba(0, 136, 255, 0.1);
}

/* ====================================
   フォーム（問い合わせフォーム等）
   ==================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea,
select {
  background: #2a2a2f;  /* 少し明るいグレーに変更 */
  border: 1px solid rgba(0, 136, 255, 0.3);
  color: var(--text-light);
  padding: 10px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  background: #1a1a1f;  /* フォーカス時は少し暗く */
  border-color: var(--cyber-blue);
  box-shadow: 
    0 0 10px rgba(0, 136, 255, 0.3),
    inset 0 0 5px rgba(0, 136, 255, 0.1);
  outline: none;
}

/* プレースホルダー */
input::placeholder,
textarea::placeholder {
  color: rgba(208, 224, 255, 0.5);
}

/* 送信ボタン */
input[type="submit"],
button[type="submit"],
.submit-button {
  background: var(--cyber-blue);
  color: #fff;
  border: 1px solid var(--cyber-blue);
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.submit-button:hover {
  background: var(--neon-cyan);
  border-color: var(--neon-cyan);
  box-shadow: 
    0 0 15px rgba(77, 166, 255, 0.5),
    0 0 30px rgba(77, 166, 255, 0.3);
  transform: translateY(-2px);
}

/* Contact Form 7 対応 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  background: #2a2a2f;  /* 少し明るいグレー */
  border: 1px solid rgba(0, 136, 255, 0.3);
  color: var(--text-light);
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  background: #1a1a1f;  /* フォーカス時は少し暗く */
  border-color: var(--cyber-blue);
  box-shadow: 
    0 0 10px rgba(0, 136, 255, 0.3),
    inset 0 0 5px rgba(0, 136, 255, 0.1);
}

.wpcf7-submit {
  background: var(--cyber-blue);
  color: #fff;
  border: 1px solid var(--cyber-blue);
  box-shadow: 0 0 10px rgba(0, 136, 255, 0.3);
}

.wpcf7-submit:hover {
  background: var(--neon-cyan);
  border-color: var(--neon-cyan);
  box-shadow: 
    0 0 15px rgba(77, 166, 255, 0.5),
    0 0 30px rgba(77, 166, 255, 0.3);
}

/* ====================================
   エディタ対応
   ==================================== */
#tinymce.main {
  box-shadow: none;
}

/* ====================================
   サイバーフォント（オプション） - グロー効果付き
   ==================================== */
.site-name-text,
.cyber-page-nav a {
  font-family: 'Orbitron', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}

.site-name-text {
  text-shadow: 
    0 0 10px rgba(0, 136, 255, 0.6),
    0 0 20px rgba(0, 136, 255, 0.4),
    0 0 30px rgba(0, 136, 255, 0.2);
}

/* ====================================
   パフォーマンス最適化
   ==================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
