@charset "UTF-8";
/*
Theme Name: E-zine Kiballet
Theme URI: 
Author: Jin
Author URI: 
Description: Twenty Twenty-Fiveの子テーマとして作成されたE-zine Kiballetテーマです。
Template: twentytwentyfive
Version: 1.04
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: e-zine-kiballet
*/
/* 親テーマのスタイルを継承 */
@import url("../twentytwentyfive/style.css");
/* リセットCSS */
@import url("reset.css");
/* TypeSquareフォントの動的読み込み対応 */
@font-face {
  font-family: "ゴシックMB101 R";
  font-display: swap;
  unicode-range: U+0030-0039, U+0023; /* 数字0-9と#記号 */
}
/* カスタムスタイルをここに追加 */
body {
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
}

main {
  margin-top: 0;
}

a {
  outline: none !important;
}

h2 {
  color: #777777;
  font-family: "ゴシックMB101 M", "Noto Sans JP", sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 505;
  line-height: 200%; /* 40px */
  letter-spacing: 1px;
  margin-block-start: 3.75rem !important;
}

p {
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.75px;
  margin-block-start: 0 !important;
}

figure {
  margin-block-start: 48px !important;
  margin-block-end: 48px !important;
}

.wp-block-post-title {
  color: #777777;
  font-family: "ゴシックMB101 M", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 48px */
  letter-spacing: 1.2px;
}

.wp-block-post-title, h2 {
  margin-block-start: 1rem !important;
}

.wp-block-post-title a {
  color: #777777;
  font-family: "ゴシックMB101 M", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 48px */
  letter-spacing: 1.2px;
}

.wp-block-post-date {
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  letter-spacing: 2.7px;
}

.wp-block-post-date a {
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  letter-spacing: 2.7px;
}

.wp-block-separator {
  border-top: .5px solid #EDEDED;
  margin-block-start: 18px !important;
  margin-block-end: 18px !important;
}

.wp-block-site-tagline {
  padding: 24px;
  background-color: #EDEDED;
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.75px;
}

header {
  height: 267px;
  background-image: url(assets/images/header-triangle.svg);
  background-size: 1440px 267px;
  background-position: center top;
  background-repeat: no-repeat;
}
header .wp-block-navigation__responsive-container-open .wp-block-navigation__responsive-container-content .wp-block-navigation-link {
  color: #777777;
}
header .wp-block-site-title {
  height: 100%;
  color: #777777;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 200%; /* 36px */
  letter-spacing: 2.7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wp-block-site-title a {
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 600px) {
  header {
    background-image: url(assets/images/header-triangle-sp.svg);
    margin-left: -20px;
    margin-right: -20px;
    background-size: 600px 95px;
    height: 95px;
    padding-bottom: 95px;
  }
  header .wp-block-site-title {
    padding-top: 100px;
  }
  header .wp-block-site-title a {
    padding-top: 80px;
    display: block;
  }
}

.sidebar-title {
  color: #777777;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 18px !important;
  padding-top: 100px;
  padding-bottom: 20px;
}

.sidebar-query-loop {
  padding-left: 10px;
  color: #777777;
}
.sidebar-query-loop .wp-block-latest-posts__post-title {
  display: block;
  letter-spacing: 1.8px;
  line-height: 300%;
}
.sidebar-query-loop .load-more-container {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EDEDED;
}
.sidebar-query-loop .load-more-container .sidebar-load-more {
  background: none;
  border: none;
  color: #E7778D;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  cursor: pointer;
  padding: 8px 16px;
  margin: 0;
  text-align: center;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}
.sidebar-query-loop .load-more-container .sidebar-load-more:hover {
  opacity: 0.7;
}
.sidebar-query-loop .load-more-container .sidebar-load-more.loading {
  opacity: 0.5;
  cursor: not-allowed;
}

.index-blog-title a {
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}

/* サイドバーナビゲーション */
.sidebar-navigation {
  margin-top: 20px;
}
.sidebar-navigation .post-navigation {
  margin-top: 20px;
}
.sidebar-navigation .post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-navigation .post-item {
  margin-bottom: 10px;
}
.sidebar-navigation .post-link {
  display: block;
  padding: 8px 0;
  color: #777777;
  text-decoration: none;
  transition: color 0.3s ease;
}
.sidebar-navigation .post-number {
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.75px;
}
.sidebar-navigation .load-more-button {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #E3BF4B;
  color: #E3BF4B;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 投稿ナビゲーション */
.post-navigation {
  margin-top: 48px;
  margin-bottom: 48px;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1;
  max-width: 50%;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  color: #777777;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: #E7778D;
}
.post-navigation .nav-next {
  text-align: right;
}

@media (max-width: 1000px) {
  .wp-block-post-title a {
    font-size: 14px;
  }
}
/* ハンバーガーメニューボタン */
.wp-block-navigation__responsive-container-open {
  display: none;
}
@media (max-width: 1000px) {
  .wp-block-navigation__responsive-container-open {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
}

/* モバイルナビゲーション */
.mobile-navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 20px;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  /* モバイルナビゲーション内の投稿リストと「さらに読み込む」ボタン */
}
@media (max-width: 1000px) {
  .mobile-navigation {
    display: block;
  }
}
.mobile-navigation.is-open {
  transform: translateX(0);
}
.mobile-navigation .wp-block-template-part-sidebar {
  display: block;
  padding: 60px 20px 20px;
}
.mobile-navigation .wp-block-template-part-sidebar .sidebar-title {
  padding-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}
.mobile-navigation .wp-block-template-part-sidebar .wp-block-latest-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation .wp-block-template-part-sidebar .wp-block-latest-posts__post-title {
  display: block;
  padding: 10px 0;
  color: #777777;
  text-decoration: none;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.75px;
  transition: color 0.3s ease;
}
.mobile-navigation .latest-posts-container {
  margin-top: 20px;
}
.mobile-navigation .latest-posts-container .latest-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-navigation .latest-posts-container .latest-posts-list .latest-posts-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.mobile-navigation .latest-posts-container .latest-posts-list .latest-posts-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mobile-navigation .latest-posts-container .latest-posts-list .latest-posts-item .latest-posts-link {
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mobile-navigation .latest-posts-container .mobile-load-more-container {
  text-align: left;
  margin-top: 20px;
}
.mobile-navigation .latest-posts-container .mobile-load-more-container .mobile-load-more {
  background: none;
  border: none;
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  cursor: pointer;
  padding: 8px 0px;
  margin: 0;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mobile-navigation .latest-posts-container .mobile-load-more-container .mobile-load-more span {
  text-decoration: none;
}
.mobile-navigation .latest-posts-container .mobile-load-more-container .mobile-load-more:hover {
  opacity: 0.7;
}
.mobile-navigation .latest-posts-container .mobile-load-more-container .mobile-load-more.loading {
  opacity: 0.5;
  cursor: not-allowed;
}

/* モバイルナビゲーション内の最新の投稿ブロック */
.wp-block-latest-posts__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-latest-posts__list li a {
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.load-more-container {
  text-align: left;
  margin-top: 20px;
}
.load-more-container .sidebar-load-more {
  background: none;
  border: none;
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  cursor: pointer;
  padding: 8px 0px;
  margin: 0;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.load-more-container .sidebar-load-more span {
  text-decoration: none;
}
.load-more-container .sidebar-load-more:hover {
  opacity: 0.7;
}
.load-more-container .sidebar-load-more.loading {
  opacity: 0.5;
  cursor: not-allowed;
}

.wp-block-latest-posts .load-more-container {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EDEDED;
}
.wp-block-latest-posts .load-more-container .sidebar-load-more {
  background: none;
  border: none;
  color: #E7778D;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  cursor: pointer;
  padding: 8px 16px;
  margin: 0;
  text-align: center;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wp-block-latest-posts .load-more-container .sidebar-load-more:hover {
  opacity: 0.7;
}
.wp-block-latest-posts .load-more-container .sidebar-load-more.loading {
  opacity: 0.5;
  cursor: not-allowed;
}

/* レスポンシブ対応の更新 */
@media (max-width: 1000px) {
  /* サイドバーを非表示 */
  .wp-block-template-part-sidebar {
    display: none;
  }
  .desktop-flex {
    display: block !important;
  }
  /* メインコンテンツの幅を調整 */
  .wp-site-blocks {
    max-width: 100%;
    padding: 0 20px;
  }
  /* ヘッダーのハンバーガーメニュー表示制御 */
  .wp-block-navigation__responsive-container-open {
    display: block;
    width: 24px;
    height: 24px;
  }
  .wp-block-navigation__responsive-container {
    display: none;
  }
  .wp-block-navigation__responsive-container-latest-contents {
    display: block;
  }
  /* ハンバーガーメニューが開いている時のスタイル */
  .wp-block-navigation__responsive-container.is-menu-open {
    display: block;
    background-color: #fff;
    padding: 20px;
  }
  .wp-block-post-date {
    font-size: 14px;
  }
  .wp-block-post-title {
    font-size: 18px;
  }
  .wp-block-site-tagline {
    font-size: 15px;
  }
  h2 {
    font-size: 20px !important;
    letter-spacing: 0.8px;
  }
  p {
    font-size: 15px;
    letter-spacing: 0.7px;
    margin-block-start: 0 !important;
  }
}
@media (max-width: 440px) {
  .main-container, .article-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .entry-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1001px) {
  .wp-block-navigation__responsive-container-open {
    display: none;
  }
  .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container {
    display: block;
  }
  .wp-block-navigation__responsive-container-latest-contents {
    display: none;
  }
}
.post-custom-field {
  font-size: 0.9em;
  color: #666;
  margin-left: 0.5em;
}

/* いいねボタンとコメントフォーム */
#like-floating-btn {
  position: fixed;
  bottom: 80px;
  right: 40px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  width: 80px;
  height: 80px;
  font-family: "ゴシックMB101 R", "Noto Sans JP", sans-serif;
  text-align: center;
  transition: all 0.3s ease;
}
#like-floating-btn.has-comment {
  border-radius: 20px;
  width: 300px;
  height: auto;
  padding: 20px;
}
#like-floating-btn #like-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 0;
}
#like-floating-btn #like-btn:hover {
  transform: scale(1.05);
}
#like-floating-btn #like-btn .heart-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}
#like-floating-btn #like-btn .heart-icon .heart-outline {
  fill: none;
  stroke: #E7778D;
  stroke-width: 2;
  transition: fill 0.3s ease;
}
#like-floating-btn #like-btn .heart-icon .heart-filled {
  fill: none;
  stroke: none;
  transition: fill 0.3s ease;
}
#like-floating-btn #like-btn.is-liked .heart-outline {
  fill: #E7778D;
}
#like-floating-btn #like-btn.is-liked .heart-filled {
  fill: #E7778D;
}
#like-floating-btn #like-btn #like-count {
  color: #777777;
  font-size: 12px;
  letter-spacing: 0.6px;
}
#like-floating-btn #comment-prompt {
  display: none;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#like-floating-btn #comment-prompt.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
#like-floating-btn #comment-prompt div {
  color: #777777;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: left;
}
#like-floating-btn #comment-prompt #like-comment {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  font-family: "ゴシックMB101 R", "Noto Sans JP", sans-serif;
  font-size: 14px;
  resize: vertical;
  margin-bottom: 12px;
  min-height: 80px;
}
#like-floating-btn #comment-prompt #like-comment:focus {
  outline: none;
  border-color: #E7778D;
}
#like-floating-btn #comment-prompt #comment-submit {
  width: 100%;
  padding: 12px 16px;
  background-color: #E7778D;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.7px;
  transition: background-color 0.3s ease;
}
#like-floating-btn #comment-prompt #comment-submit:hover {
  background-color: #df4c69;
}

.non-underline-pagenation a {
  text-decoration: none;
  color: #777777;
  font-family: "中ゴシックBBB", "Noto Sans JP", sans-serif;
  line-height: 200%;
  font-size: 15px;
  letter-spacing: 2.25px;
}

@media (max-width: 1000px) {
  #like-floating-btn {
    bottom: 20px;
    right: 20px;
  }
  #like-floating-btn.has-comment {
    width: calc(100% - 80px);
    max-width: 300px;
  }
  .non-underline-pagenation a {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}/*# sourceMappingURL=style.css.map */




.wp-block-query-pagination-previous{
  font-size: 14px;
  color: #777777;
  text-decoration: none;
}
.wp-block-query-pagination-numbers{
  font-size: 14px;
  color: #A9A9A9;
}
.page-numbers{
  margin: 0 .5rem;
  text-decoration: none;
}
.page-numbers.current{
  color: #777777;
}
.wp-block-query-pagination-next{
  font-size: 14px;
  color: #777777;
  text-decoration: none;
}


.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg{
  fill: #777777;
  width: 24px;
  height: 24px;
}
.mobile-navigation .mobile-nav-close svg{
  fill: #777777 !important;
  width: 24px !important;
  height: 24px !important;
}

.wp-element-caption{
  color: #777777;
}


.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}