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

/* Homepage topic statement: gives people and crawlers a clear starting point. */
.airdrop-home-intro {
  margin: 0 0 28px;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid #dce7e1;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5fbf8 0%, #ffffff 68%);
}
.airdrop-home-kicker {
  margin: 0 0 8px;
  color: #167553;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.airdrop-home-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.35;
}
.airdrop-home-intro > p:not(.airdrop-home-kicker) {
  margin: 0;
  color: #405149;
  line-height: 1.9;
}
.airdrop-home-intro nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.airdrop-home-intro nav a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 17px;
  border: 1px solid #cfe0d7;
  border-radius: 14px;
  background: #fff;
  color: #183c2e;
  text-decoration: none;
}
.airdrop-home-intro nav a:hover {
  border-color: #259a6d;
  box-shadow: 0 8px 22px rgba(22, 117, 83, .10);
}
.airdrop-home-intro nav span {
  color: #607169;
  font-size: 13px;
}
@media (max-width: 600px) {
  .airdrop-home-intro nav { grid-template-columns: 1fr; }
}

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

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

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

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

/* ------------------------------------------------------------------
   Airdrop Blog Kit の見出しに Cocoon 標準の装飾が乗るのを打ち消す。
   ap-airdrop.css は .ap-spec__title{background:none} を持っているが、
   Cocoon 側が .entry-content h2 で当てているため詳細度で負ける。
   キット本体は書き換えたくないので、ここで詳細度だけ上げて相殺する。
   ------------------------------------------------------------------ */
.entry-content .ap-spec__title,
.entry-content .ap-steps__title,
.entry-content .ap-faq__title,
.entry-content .ap-section__title,
.entry-content .ap-hero__title,
.entry-content .ap-card__title {
	background: none;
	border: none;
	padding: 0;
	margin-top: 0;
}

.entry-content .ap-spec__title::before,
.entry-content .ap-spec__title::after,
.entry-content .ap-steps__title::before,
.entry-content .ap-steps__title::after,
.entry-content .ap-faq__title::before,
.entry-content .ap-faq__title::after {
	content: none;
}

/* 表の中の h2 は見出しというよりラベルなので、余白を詰める */
.entry-content .ap-spec__title {
	font-size: 1.15rem;
	line-height: 1.4;
}

/************************************
** 2026-09-04 オカネタ ネットワーク（姉妹サイト相互リンク）
** functions.php の cocoon_footer_before で出力しているブロック。
** 文言と並びは他3サイト（okaneta / flow / map）と揃えること。
************************************/
.okaneta-network { margin: 24px 0 0; padding: 22px 0 4px; border-top: 1px solid #e2e5e7; }
.okaneta-network-in { max-width: 1256px; margin: 0 auto; padding: 0 16px; }
.okaneta-network > .okaneta-network-in > strong { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 700; letter-spacing: .1em; color: #777; }
.okaneta-network ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.okaneta-network li { margin: 0; }
.okaneta-network a { display: block; padding: 12px 14px; border: 1px solid #e2e5e7; border-radius: 10px; background: #fafafa; text-decoration: none; transition: border-color .16s ease, background .16s ease; }
.okaneta-network a:hover { border-color: #2456d6; background: #fff; }
.okaneta-network b { display: block; font-size: 13px; font-weight: 700; letter-spacing: .04em; color: #333; }
.okaneta-network a:hover b { color: #2456d6; }
.okaneta-network span { display: block; margin-top: 2px; font-size: 11.5px; color: #777; line-height: 1.6; }

@media screen and (max-width: 834px) {
  .okaneta-network ul { grid-template-columns: 1fr; gap: 8px; }
}
