.elementor-kit-6{--e-global-color-primary:#C4A147;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#A2974A;--e-global-typography-primary-font-family:"Noto Serif JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Noto Sans JP", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === TOPICS セクション === */

/* 見出し */
.topics-section h5 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #c9a84c;
  text-align: center;
  margin-bottom: 30px;
}

/* リストリセット */
.topics-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
}

/* 各行 */
.topics-section li {
  display: flex;
  align-items: baseline;
  gap: 40px;
  padding: 24px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

/* 最初の行に上ボーダー（ゴールドライン） */
.topics-section li:first-child {
  border-top: 1px solid rgba(201,168,76,0.5);
}

/* 最後の行（ゴールドライン） */
.topics-section li:last-child {
  border-bottom: 1px solid rgba(201,168,76,0.5);
}

/* 日付を左に配置 */
.topics-section .wp-widget-recent-posts__post-date {
  order: -1;
  flex-shrink: 0;
  width: 140px;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
}

/* タイトルリンク */
.topics-section li a {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.topics-section li a:hover {
  color: #c9a84c;
}
/* 各行をflexに */
.topics-section li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 40px;
  padding: 24px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

/* 日付を先頭（左）に移動 */
.topics-section li span,
.topics-section li time {
  order: -1;
  flex-shrink: 0;
  min-width: 140px;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
}

/* タイトルを右に */
.topics-section li a {
  order: 0;
}

/* === Moreボタン === */
.topics-more-btn {
  text-align: center;
  margin-top: 36px;
}

.topics-more-btn a {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 12px 40px;
  text-decoration: none;
  transition: all 0.3s;
}

.topics-more-btn a:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}

/* === レスポンシブ === */
@media (max-width: 768px) {
  .topics-section li {
    flex-direction: column;
    gap: 6px;
    padding: 18px 10px;
  }
  .topics-section .wp-widget-recent-posts__post-date {
    width: auto;
    font-size: 12px;
  }
}/* End custom CSS */