/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/



/* 見出しを高級感フォントに */
.wp-block-cover .luxury-heading {
    font-family: "Playfair Display", serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
}








/* コンテンツを最前面へ */
#page > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #page::after {
    background-size: 350px;
    background-position: center 150px;
    opacity: 0.02;
  }
}

h1, h2, h3, h4 {
  font-family:
    "Playfair Display",
    "Yu Mincho",
    "游明朝体",
    "Hiragino Mincho ProN",
    serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}


body {
  background-color: rgba(255, 244, 200, 0.25) !important;
}


body {
  background-color: rgba(255, 244, 200, 0.25);
}

/* 共通（PC・タブレット） */
body {
  background-color: rgba(255, 244, 200, 0.25);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: url("https://keigaikou.com/wp-content/uploads/2026/01/484715-1.png") no-repeat center 150px / 600px;
  opacity: 0.03;
  z-index: 1;
  pointer-events: none;
}

/* スマホだけ調整 */
@media (max-width: 768px) {
  body::after {
    background-size: 500px;        /* 大きさ */
    background-position: 5% 120px; /* ← 中央より少し右 */
    opacity: 0.10;                 /* 濃さ */
  }
}

/* カバーに画像がある部分ではヤシの木を消す */
body:has(.wp-block-cover__image-background)::after {
  opacity: 0;
}
