@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* ===== Platinum Sky カスタムデザイン ===== */

/* フォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@400;500;600&family=Playfair+Display:wght@400;600&display=swap');

/* ベース設定 */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  background-color: #fafafa;
  line-height: 1.9;
  font-size: 17px;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif JP', serif;
  color: #1a1f3a;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d4af37;
}

h3 {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

/* リンク */
a {
  color: #1a1f3a;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}

a:hover {
  color: #d4af37;
  border-bottom: 1px solid #d4af37;
}

/* 記事タイトル */
.entry-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
  color: #1a1f3a;
}

/* 投稿日 */
.entry-meta {
  text-align: center;
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}

/* 本文エリア */
.entry-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

/* 段落 */
.entry-content p {
  margin-bottom: 2rem;
  line-height: 2;
}

/* 画像 */
.entry-content img {
  width: 100%;
  height: auto;
  margin: 3rem 0;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* 画像キャプション */
.wp-caption-text {
  text-align: center;
  color: #6b7280;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  font-style: italic;
}

/* ボタン */
.wp-block-button__link {
  background-color: #1a1f3a;
  color: #ffffff;
  border: 2px solid #d4af37;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  border-radius: 0;
}

.wp-block-button__link:hover {
  background-color: #d4af37;
  color: #1a1f3a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

/* 引用 */
blockquote {
  border-left: 4px solid #d4af37;
  padding-left: 2rem;
  margin: 2.5rem 0;
  font-style: italic;
  color: #4a5568;
  background-color: #f8f9fa;
  padding: 1.5rem 2rem;
}

/* リスト */
.entry-content ul,
.entry-content ol {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.entry-content li {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}

/* ヘッダー */
.site-header {
  background-color: rgba(26, 31, 58, 0.95);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.site-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 0.15em;
}

.site-title a {
  color: #ffffff;
  border-bottom: none;
}

.site-title a:hover {
  color: #d4af37;
}

/* ナビゲーション */
.main-navigation a {
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-bottom: none;
}

.main-navigation a:hover {
  color: #d4af37;
}

/* フッター */
.site-footer {
  background-color: #1a1f3a;
  color: #ffffff;
  padding: 3rem 0;
  text-align: center;
  margin-top: 5rem;
}

.site-footer a {
  color: #d4af37;
  border-bottom: none;
}

/* 記事カード（一覧ページ） */
.post-card {
  margin-bottom: 3rem;
  transition: transform 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
}

.post-card img {
  transition: transform 0.5s ease;
}

.post-card:hover img {
  transform: scale(1.05);
}

.post-card-title {
  font-size: 1.3rem;
  margin-top: 1rem;
  font-family: 'Noto Serif JP', serif;
}

/* レスポンシブ */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  
  .entry-title {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  .entry-content {
    padding: 1rem;
  }
}

/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}

/* 選択時のハイライト */
::selection {
  background-color: #d4af37;
  color: #ffffff;
}
```

### 2. ロゴ用テキスト（外観 > カスタマイズ > サイト基本情報）

**サイトタイトル：** Platinum Sky

**キャッチフレーズ：** A View from Above

### 3. カラー設定（SWELLの場合：外観 > カスタマイズ > サイト全体設定 > 基本カラー）

- **メインカラー：** `#1a1f3a`
- **アクセントカラー：** `#d4af37`
- **背景色：** `#fafafa`
- **テキスト色：** `#2d2d2d`

### 4. 推奨プラグイン
```
1. Yoast SEO - SEO対策
2. EWWW Image Optimizer - 画像最適化
3. WP Super Cache - 表示速度向上
4. Contact Form 7 - お問い合わせフォーム

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
