/*
Theme Name: ajaira Child (unfashion)
Theme URI: https://www.unfashion8.com/
Description: 白ベース・高級感デザイン用のajaira子テーマ
Author: unfashion
Template: ajaira
Version: 1.0.0
Text Domain: ajaira-child
*/

/* =========================================
   unfashion 用カスタマイズ（白 × 高級感）
   ========================================= */

/* ベース設定 */
body {
  background-color: #f7f7f7;
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

a {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  border: none;
}

header.site-header {
  margin-bottom: 72px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.site-branding {
  padding: 24px 0;
  text-align: center;
}

.site-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin: 0;
  text-transform: uppercase;
}

.site-description {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 8px 0 0;
}

.menu-wrapper {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#site-navigation .menu li a {
  color: #666;
  font-size: 13px;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  letter-spacing: 0.16em;
  padding: 14px 18px;
  text-transform: uppercase;
}

#site-navigation .menu li.current-menu-item > a,
#site-navigation .menu li.current_page_item > a {
  color: #111;
  font-weight: 600;
  border-bottom: 2px solid #111;
}

#site-navigation .menu li a:hover {
  color: #111;
}

#top-social, #top-search, .show-search {
  display: none !important;
}

.home .content-area {
  padding-right: 0;
}

.home .site-main {
  max-width: 900px;
  margin: 0 auto 96px;
}

.home article {
  margin-bottom: 0;
}

.home .entry-header {
  display: none;
}

.home .entry-content {
  background-color: #ffffff;
  padding: 72px 72px 64px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

.home .entry-content h1,
.home .entry-content h2 {
  font-size: 26px;
  letter-spacing: 0.20em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

.home .entry-content p {
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
  color: #555;
  margin-bottom: 1.6em;
}

.home .entry-content p strong {
  color: #333;
}

.home .entry-content .wp-block-buttons {
  justify-content: center;
  margin-top: 32px;
  gap: 16px;
}

.home .entry-content .wp-block-button__link {
  border-radius: 999px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  padding: 10px 32px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home .entry-content .wp-block-button__link:hover {
  background: #111;
  color: #ffffff;
}

.widget-area, .footer-top {
  display: none;
}

.content-area {
  width: 100%;
  padding-right: 0;
}

.site-footer {
  margin-top: 80px;
  background-color: #ffffff;
}

.site-info {
  background-color: transparent;
  padding: 32px 0;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.site-info a {
  color: #aaa;
}

.site-info a:hover {
  color: #777;
}

.footer-social-menu {
  margin-top: 8px;
}

.footer-social-menu ul li a {
  padding: 4px;
  border-radius: 999px;
}

article {
  margin-bottom: 40px;
}

.blog article::after,
.archive article::after,
.archive-page-header::after,
.not-found-page-header::after,
.search-page-header::after,
.search-results-page-header::after,
.search-results article::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  width: 60%;
}
