@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
*/

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

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

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

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

/* 全体幅バランス調整 */
.content {
  width: 72%;
}

.sidebar {
  width: 25%;
}

body {
  font-size: 17px;
  line-height: 1.9;
}

.widget {
  font-size: 14px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

/* ===== 青寄り夜ヘッダー（1400×320想定） ===== */
#header {
  position: relative;
  height: 320px;                 /* ← 高さここで調整可（280〜360） */
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #0E1630 0%,
    #111A3D 45%,
    #0A1026 100%
  );
  border-bottom: 1px solid rgba(160,180,255,0.08);
}

/* 右上の“ぼんやり月明かり” */
#header::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(160,180,255,0.18) 0%,
    rgba(160,180,255,0.10) 35%,
    rgba(160,180,255,0.05) 55%,
    rgba(160,180,255,0.02) 70%,
    transparent 80%
  );
  filter: blur(18px);
  pointer-events: none;
}

/* タイトル配置（中央寄せで静かに） */
.header-in {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* サイトタイトル */
.site-name-text a {
  color: #E8ECFF;          /* 真っ白にしない */
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(160,180,255,0.15);
}

/* サブタイトル */
.site-description {
  color: #9DA6D6;
  margin-top: 6px;
}

/* サブタイトル */
.site-description {
  color: #9DA6D6;
  margin-top: 6px;
}

/* ===== フォント：M PLUS Rounded 1c ===== */
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

.site-name-text a {
  font-weight: 400;
  letter-spacing: 2px;
}

.site-description {
  font-weight: 300;
}
