/*
Theme Name: NewsMunch Child
Theme URI: https://desertthemes.com/themes/newsmunch-free/
Template: newsmunch
Author: DesertThemes
Author URI: https://desertthemes.com/
Description: NewsMunch is a fast, clean, Best Responsive News Magazine WordPress theme. NewsMunch is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. With its modern and clean design, NewsMunch offers a visually appealing layout that is easy to navigate, making it ideal for delivering content to your readers. This theme comes equipped with a range of customizable options, custom widgets, and color schemes, allowing you to tailor your website to your specific needs and branding. It also supports various post formats, making it easy to present a variety of content types, from articles and videos to images and galleries. NewsMunch is optimized for speed and SEO, ensuring that your website loads quickly and ranks well in search engine results. Its responsive design ensures that your content looks great on all devices, whether it's a desktop computer, tablet, or smartphone. NewsMunch demos https://preview.desertthemes.com/newsmunch/
Tags: blog,e-commerce,entertainment,grid-layout,one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-logo,custom-menu,featured-images,featured-image-header,flexible-header,post-formats,rtl-language-support,translation-ready,theme-options,threaded-comments,footer-widgets
Version: 1.0.64.1750597073
Updated: 2025-06-22 21:57:53

*/

/* Google Fonts - Hanken Grotesk */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ヘッダーのスタイル */
.site-header {
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }
  
  .header-inner {
    padding: 0 60px !important;
    height: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 2fr 1fr !important;
    align-items: center !important;
    width: 100% !important;
  }
  
  /* スマホ対応 - ヘッダー */
  @media (max-width: 768px) {
    .header-inner {
      padding: 0 20px !important;
      grid-template-columns: 1fr !important;
      justify-items: center !important;
    }
    
    .main-nav,
    .header-search {
      display: none !important;
    }
    
    .site-logo {
      justify-self: center !important;
    }
  }
  
  .site-logo {
    justify-self: start !important;
  }
  
  .main-nav {
    justify-self: center !important;
  }
  
  .header-search {
    justify-self: end !important;
  }
  
  .editors-picks-section {
      background-color: #001B48;
      padding: 48px 60px;
      color: #ffffff;
      height: 656px;
    }
    
    .editors-picks-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      width: 1320px;
      margin: 0 auto;
      flex-wrap: nowrap;
      height: 560px;
    }
    
    /* 左カラム */
    .editors-picks-left {
      flex: 1 1 50%;
      max-width: 650px;
      min-width: 320px;
    }
    
    .editors-pick-card-large {
      display: block;
      background: #ffffff;
      color: #001B48;
      border-radius: 16px;
      overflow: hidden;
      text-decoration: none;
      height: 560px;
    }
    
    .editors-pick-card-large img {
      width: 100%;
      height: 60%;
      object-fit: cover;
    }
    
    .editors-pick-card-content {
      padding: 32px;
    }
    
    .editors-pick-label {
      font-size: 12px;
      font-weight: bold;
      color: #0056b3;
      background: #e6f0ff;
      padding: 2px 6px;
      border-radius: 3px;
      display: inline-block;
      margin-bottom: 6px;
      max-width: none;
      height: 24px;
      width: 85px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border-radius: 25px;
      text-align: center;
    }
    
    /* 親テーマやプラグインの.editors-pick-card-medium .editors-pick-labelスタイルを上書き */
    .editors-pick-card-medium .editors-pick-label {
      max-width: none !important;
      font-size: 12px !important;
    }
    

    
    .editors-pick-title {
    font-size: 18px;
        margin: 0 0 24px;
        line-height: 1.4;
        height: 2.8em;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    .editors-pick-author {
      font-size: 13px;
      color: #666;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    
    .editors-pick-author .author-avatar {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      flex-shrink: 0;
    }
    
    /* 中央カラム */
    .editors-picks-center {
      flex: 1 1 25%;
      width: 315px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    
    .editors-pick-card-medium {
      background: #ffffff;
      color: #001B48;
      border-radius: 12px;
      overflow: hidden;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      flex: 1;
      height: 264px;
    }
    
    .editors-pick-card-medium img {
      width: 100%;
      height: 119px;
      object-fit: cover;
      flex-shrink: 0;
    }
    
    .editors-pick-card-medium .editors-pick-card-content {
      padding: 14px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      overflow: hidden;
      min-height: 0;
      height: 145px;
    }
    
    .editors-pick-card-medium .editors-pick-title {
      font-size: 18px;
      color: #001B48;
      font-weight: 600;
      margin: 4px 0 6px 0;
      height: 2.5em;
      line-height: 1.2;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    .editors-pick-card-medium .editors-pick-author {
      font-size: 11px;
      color: #666;
      margin-top: auto;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-bottom: 2px;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    
    .editors-pick-card-medium .editors-pick-author .author-avatar {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      flex-shrink: 0;
    }
    
    /* 右カラム */
    .editors-picks-right {
      flex: 1 1 25%;
      min-width: 240px;
    }
    
    .editors-picks-heading {
      color: #FF6F00;
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 24px;
      margin-top: 0px;
      height: 18px;
    }
    
    .editors-picks-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 24px;
      height: 386px;
    }
    
    .editors-pick-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    
        .editors-pick-link {
      display: flex;
      align-items: center;
      color: #ffffff;
      text-decoration: none;
      width: 100%;
      height: 58px;
    }

    .editors-pick-text-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1;
      max-width: 245px;
      height: 58px;
      margin-right: 12px;
      overflow: hidden;
    }
    
    /* 768px以下でリストが親要素まで広がるようにする */
    @media (max-width: 768px) {
      .editors-pick-text-content {
        max-width: none !important;
      }
      
      .editors-pick-item {
        justify-content: flex-start !important;
      }
    }

    .editors-pick-list-title {
      font-size: 14px;
      line-height: 1.2;
      height: 38px; /* 14px × 1.2 × 2行 = 33.6px */
      margin-bottom: 4px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      flex-shrink: 0;
    }

    .editors-pick-author-name {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      line-height: 1.2;
      height: 16.8px; /* 14px × 1.2 × 1行 = 16.8px */
      font-weight: normal;
      color: #E2E8F0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      flex-shrink: 0;
    }
    
    .editors-pick-item img {
      width: 58px;
      height: 58px;
      object-fit: cover;
      border-radius: 8px;
    }
    
    /* Font Awesomeや装飾を壊さず、Interを安全に適用 */
    body,
    p, h1, h2, h3, h4, h5, h6,
    a, span, li, td, th, label,
    input, textarea, blockquote {
      font-family: 'Inter', sans-serif !important;
    }


    
    /* 特大カード（投稿1）タイトル */
    .editors-pick-card-large .editors-pick-title {
      font-size: 28px;
      color: #001B48;
      font-weight: 600;
    }
    
    /* 中サイズカード（投稿2,3）タイトル - この設定は上の詳細設定で上書きされます */
    
    /* リスト内のタイトル（投稿4〜） */
    .editors-pick-list-title {
      font-size: 16px;
      color: #ffffff;
      font-weight: 500;
    }
    
    .home-section {
      padding: 40px 60px;
      background: #fff;
    }
    
    /* スマホ対応 - メインセクション */
    @media (max-width: 768px) {
      .home-section {
        padding: 20px 16px !important;
      }
    }

    /* セクション間の仕切り線 */
    .startups-section,
    .in-depth-section {
      border-bottom: 1px solid #E5E7EB;
      margin-bottom: 24px;
    }
    
    .section-header h2 {
      font-family: 'Hanken Grotesk', sans-serif !important;
      font-size: 40px !important;
      font-weight: 900 !important;
      color: #FF6F00 !important;
      margin-bottom: 24px !important;
      width: 1320px;
      margin: 0 auto !important;
      padding-bottom: 24px;
    }
    
    .section-header .arrow {
      font-family: 'Hanken Grotesk', sans-serif !important;
      font-weight: 900 !important;
      color: #FF6F00 !important;
    }
    
    .section-header .arrow {
      font-weight: bold;
      color: #FF6F00;
    }
    
    .post-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      width: 1320px;
      margin: 0 auto;
    }
    
    /* スマホ - 縦一列 */
    @media (max-width: 768px) {
      .post-grid {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .post-card {
        flex: none !important;
        width: 100% !important;
        max-width: none !important;
      }
    }
    
    /* In Depthセクション専用 - 2つで画面いっぱい */
    .in-depth-section .post-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      justify-content: center;
      width: 1320px;
      margin: 0 auto;
    }
    
    /* In Depthセクション - 投稿カードサイズ固定 */
    .in-depth-section .post-card {
      width: 650px;
      height: 580px;
      justify-self: center;
    }
    
    /* In Depthセクション - 画像サイズ調整 */
    .in-depth-section .post-card img {
      height: 365px; /* 580pxの約63% */
      object-fit: cover;
    }
    
    /* In Depthセクション - プレースホルダーサイズ調整 */
    .in-depth-section .post-card .post-image-placeholder {
      height: 365px;
    }
    
    /* In Depthセクション - コンテンツエリア調整 */
    .in-depth-section .post-card-content {
      padding: 20px;
      height: 215px; /* 580px - 365px = 215px */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    
    /* In Depthセクション - タイトルサイズ調整 */
    .in-depth-section .post-card-content h4 {
      font-size: 20px;
      line-height: 1.3;
      margin: 8px 0 16px 0;
      height: 2.6em; /* 20px × 1.3 × 2行 = 52px */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    /* In Depthセクション - 著者アイコンサイズ調整 */
    .in-depth-section .front-page-author .author-avatar {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      flex-shrink: 0;
    }
    
    /* In Depthセクション - スマホは縦一列 */
    @media (max-width: 768px) {
      .in-depth-section .post-grid {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 20px;
      }
      
      .in-depth-section .post-card {
          flex: none !important;
          width: 100% !important;
          max-width: none !important;
          height: 350px;
      }
      
      .in-depth-section .post-card img,
      .in-depth-section .post-card .post-image-placeholder {
        height: 220px;
      }
      
      .in-depth-section .post-card-content {
        height: 130px;
        padding: 12px;
      }
      
      .in-depth-section .post-card-content h4 {
        font-size: 16px;
        margin: 6px 0 12px 0;
        height: 2.6em; /* 16px × 1.3 × 2行 = 41.6px */
      }
      
      .in-depth-section .front-page-author .author-avatar {
        width: 20px;
        height: 20px;
      }
    }
    
    .post-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 1px 4px rgba(0,0,0,0.08);
      width: 315px;
      height: 315px;
    }
    
    .post-card img {
      width: 100%;
      height: 162px;
      display: block;
      object-fit: cover;
    }
    
    .post-card-content {
      padding: 16px;
      height: 153px;
    }
    
    .post-card-content h4 {
      font-size: 16px;
      color: #001B48;
      margin: 0 0 12px 0;
      line-height: 1.3;
      height: 2.6em; /* 16px × 1.3 × 2行 = 41.6px */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    .front-page-author {
      font-size: 13px;
      color: #666;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    
    .front-page-author .author-avatar {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      flex-shrink: 0;
    }
    
    /* 投稿コンテンツのタイトルと著者名のリンクスタイルを完全にリセット */
    .post-card a,
    .post-card a:link,
    .post-card a:visited,
    .post-card .post-card-content h4,
    .post-card .post-card-content h4 a,
    .post-card .post-card-content h4 a:link,
    .post-card .post-card-content h4 a:visited,
    .post-card-content h4,
    .post-card-content h4 a,
    .post-card-content h4 a:link,
    .post-card-content h4 a:visited,
    .post-card .post-card-content .front-page-author .author-name,
    .post-card .post-card-content .front-page-author .author-name a,
    .post-card .post-card-content .front-page-author .author-name a:link,
    .post-card .post-card-content .front-page-author .author-name a:visited,
    .post-card-content .author-name,
    .post-card-content .author-name a,
    .post-card-content .author-name a:link,
    .post-card-content .author-name a:visited,
    .front-page-author .author-name,
    .front-page-author .author-name a,
    .front-page-author .author-name a:link,
    .front-page-author .author-name a:visited,
    a .post-card-content h4,
    a .post-card-content .author-name,
    a h4,
    a .author-name {
      text-decoration: none !important;
      text-underline-offset: 0 !important;
      border-bottom: none !important;
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
      background-image: none !important;
      background: transparent !important;
    }
    
    .post-card a:hover,
    .post-card a:focus,
    .post-card a:active,
    .post-card .post-card-content h4:hover,
    .post-card .post-card-content h4 a:hover,
    .post-card .post-card-content h4 a:focus,
    .post-card .post-card-content h4 a:active,
    .post-card-content h4:hover,
    .post-card-content h4 a:hover,
    .post-card-content h4 a:focus,
    .post-card-content h4 a:active,
    .post-card .post-card-content .front-page-author .author-name:hover,
    .post-card .post-card-content .front-page-author .author-name a:hover,
    .post-card .post-card-content .front-page-author .author-name a:focus,
    .post-card .post-card-content .front-page-author .author-name a:active,
    .post-card-content .author-name:hover,
    .post-card-content .author-name a:hover,
    .post-card-content .author-name a:focus,
    .post-card-content .author-name a:active,
    .front-page-author .author-name:hover,
    .front-page-author .author-name a:hover,
    .front-page-author .author-name a:focus,
    .front-page-author .author-name a:active,
    a .post-card-content h4:hover,
    a .post-card-content .author-name:hover,
    a h4:hover,
    a .author-name:hover {
      text-decoration: none !important;
      text-underline-offset: 0 !important;
      border-bottom: none !important;
      border: none !important;
      box-shadow: none !important;
      outline: none !important;
      background-image: none !important;
      background: transparent !important;
      color: inherit !important;
      transform: none !important;
    }
    
    .featured-label {
      font-size: 12px;
      font-weight: bold;
      color: #0056b3;
      background: #e6f0ff;
      padding: 2px 6px;
      border-radius: 25px;
      display: inline-block;
      margin-bottom: 6px;
      height: 24px;
      width: 85px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      line-height: 20px; /* 24px - 4px(padding) = 20px */
    }
  
    /* 画像プレースホルダーのスタイル */
    .post-image-placeholder {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
      color: #6b7280;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      transition: all 0.3s ease;
      height: 162px;
      width: 100%;
      object-fit: cover;
    }
  
    .post-image-placeholder:hover {
      background: linear-gradient(135deg, #e5e7eb 0%, #b8c5d6 100%);
      transform: translateY(-1px);
    }
  
    /* Editors' Picks 大きなカード用 */
    .editors-pick-card-large .post-image-placeholder {
      height: 336px; /* 560pxの60% */
    }
  
    /* Editors' Picks 中サイズカード用 */
    .editors-pick-card-medium .post-image-placeholder {
      height: 158px; /* 264pxの60% */
    }
  
    /* Editors' Picks リスト用 */
    .editors-pick-item .post-image-placeholder {
      width: 58px;
      height: 58px;
      border-radius: 8px;
    }
  
    /* 通常の投稿カード用 - 固定高さ */
    .post-card .post-image-placeholder {
      height: 162px;
    }
  
    .placeholder-icon {
      margin-bottom: 8px;
      opacity: 0.6;
    }
  
    .placeholder-icon svg {
      color: #9ca3af;
    }
  
    .placeholder-text {
      font-size: 12px;
      font-weight: 500;
      color: #6b7280;
      letter-spacing: 0.5px;
    }
  
    /* リスト用はテキストを非表示 */
    .editors-pick-item .post-image-placeholder .placeholder-text {
      display: none;
    }
  
    /* タブレット・小さなPC画面向けのレスポンシブ対応 */
    @media (max-width: 1024px) {
      .editors-picks-section {
        padding: 32px 40px !important;
        height: auto !important;
      }

      .editors-picks-wrapper {
        max-width: 100% !important;
        gap: 16px !important;
        height: auto !important;
        flex-wrap: wrap !important;
      }
      
      .editors-picks-left {
        flex: 1 1 45% !important;
        min-width: 320px !important;
        max-width: none !important;
      }
      
      .editors-pick-card-large {
        height: auto !important;
      }
      
      .editors-pick-card-large img {
        height: 240px !important;
      }
      
      .editors-picks-center {
        flex: 1 1 25% !important;
        min-width: 240px !important;
        width: auto !important;
        height: auto !important;
      }
      
      .editors-picks-right {
        flex: 1 1 30% !important;
        min-width: 260px !important;
        height: auto !important;
      }
      
      .editors-pick-card-medium {
        height: auto !important;
        min-height: 200px !important;
      }
      
      .editors-pick-card-medium img {
        height: 100px !important;
      }
      
      .editors-pick-card-medium .editors-pick-card-content {
        padding: 12px !important;
        height: auto !important;
      }
      
      .editors-pick-card-large .editors-pick-title {
        font-size: 24px !important;
      }
      
      .editors-pick-card-medium .editors-pick-title {
        font-size: 16px !important;
        -webkit-line-clamp: 2 !important;
        height: auto !important;
      }
      
      .editors-pick-card-medium .editors-pick-author .author-avatar {
        width: 24px !important;
        height: 24px !important;
      }
      
      .editors-pick-author .author-avatar {
        width: 24px !important;
        height: 24px !important;
      }
      
      /* リストアイテムのレスポンシブ対応 */
      .editors-pick-text-content {
        max-width: none !important;
        margin-right: 10px !important;
        flex: 1 !important;
      }
      
      .editors-pick-link {
        height: 50px !important;
      }
      
      .editors-pick-list-title {
        font-size: 13px !important;
        height: 32px !important;
      }
      
      .editors-pick-author-name {
        font-size: 12px !important;
        height: 14px !important;
      }
      
      .editors-pick-item {
        justify-content: flex-start !important;
      }
      
      .editors-pick-link {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
      }
      .editors-picks-list {
        height: auto !important;
      }
    }
    
  
    /* レスポンシブ対応 */
    @media (max-width: 768px) {
      .editors-picks-section {
        padding: 20px 16px !important;
        height: auto !important;
      }
      
      .editors-picks-wrapper {
        flex-direction: column !important;
        gap: 20px !important;
        height: auto !important;
        max-width: 100% !important;
      }
      
      /* 左カラム（大きなカード） */
      .editors-picks-left {
        flex: none !important;
        width: 100% !important;
        max-width: none !important;
      }
      
      .editors-pick-card-large {
        height: auto !important;
      }
      
      .editors-pick-card-large img {
        height: 200px !important;
      }
      
      .editors-pick-card-large .editors-pick-title {
        font-size: 20px !important;
      }
      
      .editors-pick-card-large .editors-pick-card-content {
        padding: 20px !important;
      }
      
      /* 中央カラム（中サイズカード） */
      .editors-picks-center {
        flex: none !important;
        width: 100% !important;
        flex-direction: row !important;
        gap: 16px !important;
        height: auto !important;
      }
      
      .editors-pick-card-medium {
        flex: 1 !important;
        height: auto !important;
        min-height: 180px !important;
      }
      
      .editors-pick-card-medium .editors-pick-card-content {
        padding: 12px !important;
        height: auto !important;
      }
      
      .editors-pick-card-medium img {
        height: 120px !important;
      }
      
      .editors-pick-card-medium .editors-pick-title {
        font-size: 14px !important;
        -webkit-line-clamp: 2 !important;
        margin: 6px 0 8px 0 !important;
        height: auto !important;
      }
      
      .editors-pick-card-medium .editors-pick-author {
        font-size: 11px !important;
        padding-bottom: 2px !important;
      }
      
      .editors-pick-card-medium .editors-pick-author .author-avatar {
        width: 12px !important;
        height: 12px !important;
      }
      
      .editors-pick-author .author-avatar {
        width: 24px !important;
        height: 24px !important;
      }
      
      /* 右カラム（リスト） */
      .editors-picks-right {
        flex: none !important;
        width: 100% !important;
      }
      
      .editors-picks-heading {
        font-size: 18px !important;
        margin-bottom: 16px !important;
      }
      
      .editors-picks-list {
        gap: 16px !important;
        width: 100% !important;
        height: auto !important;
      }
      .editors-pick-item {
        width: 100% !important;
        justify-content: flex-start !important;
      }
      
      .editors-pick-list-title {
        font-size: 14px !important;
      }
      
      .editors-pick-item img {
        width: 48px !important;
        height: 48px !important;
      }
      
      .editors-pick-text-content {
        max-width: calc(100% - 60px) !important;
        margin-right: 8px !important;
        flex: 1 !important;
        width: 100% !important;
        min-width: 0 !important;
      }
      
      .editors-pick-link {
        height: 48px !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
      }
      
      .editors-pick-author-name {
        font-size: 12px !important;
        height: 14px !important;
      }
      
      /* プレースホルダー */
      .editors-pick-card-large .post-image-placeholder {
        height: 200px !important;
      }
      
      .editors-pick-card-medium .post-image-placeholder {
        height: 120px !important;
      }
      
      .placeholder-icon svg {
        width: 32px !important;
        height: 32px !important;
      }
      
      .editors-pick-card-large .post-image-placeholder .placeholder-icon svg {
        width: 48px !important;
        height: 48px !important;
      }
      
      .editors-pick-item .post-image-placeholder {
        width: 48px !important;
        height: 48px !important;
      }
    }
    
    /* さらに小さい画面（480px以下） */
    @media (max-width: 480px) {
      .editors-picks-section {
        padding: 20px 16px !important;
      }
      
      .editors-picks-wrapper {
        gap: 16px !important;
      }
      
      .editors-picks-center {
        flex-direction: column !important;
        gap: 12px !important;
      }
      
      .editors-pick-card-large .editors-pick-title {
        font-size: 18px !important;
      }
      
      .editors-pick-card-large .editors-pick-card-content {
        padding: 16px !important;
      }
      
      .editors-pick-card-medium {
        min-height: 160px !important;
      }
      
      .editors-pick-card-medium img {
        height: 100px !important;
      }
      
      .editors-pick-card-medium .editors-pick-card-content {
        padding: 10px !important;
      }
      
      .editors-pick-card-medium .editors-pick-title {
        font-size: 13px !important;
        -webkit-line-clamp: 2 !important;
        margin: 4px 0 6px 0 !important;
      }
      
      .editors-pick-card-medium .editors-pick-author {
        font-size: 10px !important;
        padding-bottom: 2px !important;
      }
      
      .editors-pick-card-medium .editors-pick-author .author-avatar {
        width: 24px !important;
        height: 24px !important;
      }
      
      .editors-pick-author .author-avatar {
        width: 24px !important;
        height: 24px !important;
      }
      
      .editors-pick-list-title {
        font-size: 13px !important;
        height: 2.6em !important;
      }
      
      .editors-pick-item img {
        width: 44px !important;
        height: 44px !important;
      }
      
      .editors-pick-item .post-image-placeholder {
        width: 44px !important;
        height: 44px !important;
      }
      
      .editors-pick-text-content {
        max-width: calc(100% - 52px) !important;
        margin-right: 6px !important;
      }
      
      .editors-pick-link {
        height: 44px !important;
      }
      
      .editors-pick-author-name {
        font-size: 11px !important;
        height: 13px !important;
      }
      
      .editors-pick-card-medium .post-image-placeholder {
        height: 100px !important;
      }
    }
  
    /* スムーズスクロールとナビゲーションスタイル */
    html {
      scroll-behavior: smooth;
    }
    
    .nav-anchor-link {
      transition: color 0.3s ease, background-color 0.3s ease;
      padding: 8px 12px !important;
      border-radius: 6px !important;
      display: inline-block !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      max-width: 200px !important;
    }
    
    .nav-anchor-link:hover {
      background-color: #f5f5f5 !important;
      color: #FF6F00 !important;
    }
    
    .nav-anchor-link:active {
      background-color: #e0e0e0 !important;
    }
    
    /* セクション間のスペースを確保 */
    section {
      scroll-margin-top: 100px;
    }
    
  
  .sns-connect-box {
    background-color: #FF6F00;
    padding: 20px 26px;
    border-radius: 16px;
    text-align: center;
    min-height: 108px;
    height: auto;
    margin-top: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .sns-connect-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.2;
    flex-shrink: 0;
  }
  
  .sns-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
  }
  
  .sns-icons a {
    display: inline-block;
    transition: transform 0.2s ease;
    cursor: pointer;
  }
  
  .sns-icons a:hover {
    transform: scale(1.1);
  }
  
  .sns-icons img {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    padding: 0;
    background: none;
    box-shadow: none;
    object-fit: contain;
    object-position: center;
  }

  /* LinkedInアイコンの特別処理（63x72pxの画像のため） */
  .sns-icons img.linkedin-icon {
    width: 24px;  /* 63/72 * 24 = 21px */
    height: 24px;
    object-fit: contain;
  }
  
  .sns-connect-box a,
  .sns-connect-box img {
    pointer-events: auto !important;
    cursor: pointer;
    position: relative;
    z-index: 10;
  }
  
  .sns-connect-box,
  .sns-connect-box .sns-icons {
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
  }
  
  /* フッターのスタイル */
  .site-footer {
    background: #001F4D !important;
    color: white !important;
    padding: 2rem 60px !important;
    margin: 0 auto !important;
  }
  
  .footer-inner {
    margin: 0 auto !important;
    text-align: left !important;
  }
  
  .footer-inner p {
    margin: 0 !important;
  }
  
  /* スマホ対応 - フッター */
  @media (max-width: 768px) {
    .site-footer {
      padding: 2rem 20px !important;
    }
  }
    
  

/* 親テーマの#contentのmargin-topを打ち消し */
#content {
    margin-top: 0 !important;
}
    
  
