@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){
  /*必要ならばここにコードを書く*/
}

/* ============================================================
   ▼ オーディオ買取るゾウ！：アフィリエイトCTA＋PR表記（ここから）
   ============================================================ */

/* PR表記（本文冒頭に自動挿入される一文） */
.pr-notice {
	font-size: 0.8em;
	color: #888;
	margin: 0 0 1.5em;
	padding: 0;
	line-height: 1.5;
}

/* テキストリンク（本文中の [aff] 用） */
.aff-link {
	color: #1a6fb5;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 600;
}
.aff-link:hover { color: #12507f; }

/* ボタン型CTA（[aff_btn] 用） */
.aff-btn-wrap {
	margin: 1.8em 0;
	text-align: center;
}
.aff-btn {
	display: inline-block;
	width: 100%;
	max-width: 480px;
	box-sizing: border-box;
	padding: 1em 1.4em;
	border-radius: 8px;
	font-size: 1.05em;
	font-weight: 700;
	line-height: 1.4;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
	transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}
.aff-btn:hover {
	filter: brightness(1.06);
	transform: translateY(1px);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}
.aff-btn:active {
	transform: translateY(3px);
	box-shadow: none;
}
.aff-btn--kaitoriya { background: #c8471f; }
.aff-btn--buysell   { background: #1a6fb5; }

@media screen and (max-width: 600px) {
	.aff-btn {
		font-size: 1em;
		padding: 0.95em 1em;
	}
}
/* ▲ アフィリエイトCTA（ここまで） */
