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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央揃え*/
}
.sns-share-buttons a {
	border-radius: 50%; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタン同士の間隔（カスタマイズを！）*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（カスタマイズを！）*/
}

/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-follow-buttons {
	justify-content: center; /*中央揃え*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタンの間隔（カスタマイズを！）*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（（カスタマイズを！）*/
}
/*PR表記*/
.textwidget {
  text-align: center;
}

.textwidget > p {
  display: inline-block;
  padding: -0.5em;
}



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

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

.textwidget > p {
width: 100%;
  }

/*エントリーカードにタグを表示*/
.entry-categories-tags .cat-link{
display: initial;
}
	
.site-logo-image{
		visibility: hidden;
　}
.logo-header.logo-image{
		background-image: url(https://hiyake-love.com/wp-content/uploads/2025/01/top-logo-m-1.png);
		background-position: center top;
		background-repeat: no-repeat;
　　　　background-size: contain;
　}
}

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

/*エントリーカードにタグを表示*/
.entry-categories-tags .cat-link{
display: initial;
}
}

/* =========================
   ここから改修コード開始
========================= */
/* =========================
   hiyake 専用ブロック
========================= */

.hiyake-block {
  margin: 2em 0;
}

.hiyake-block__title {
  margin-bottom: 0.8em;
}

/* =========================
   CTA
========================= */

.hiyake-cta {
  margin: 1.5em 0;
  text-align: center;
}

.hiyake-cta__button {
  display: inline-block;
  width: 100%;
  max-width: 520px;
  padding: 0.95em 1.4em;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

.hiyake-cta__button:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* 上中下で少しだけ変化をつけたい場合の土台 */
.hiyake-cta--top .hiyake-cta__button,
.hiyake-cta--mid .hiyake-cta__button,
.hiyake-cta--bottom .hiyake-cta__button {
  background: #f7a8b8;
  color: #fff;
  border: none;
}

/* =========================
   作品情報
========================= */

.hiyake-info__list {
  margin: 0;
}

.hiyake-info__row {
  display: grid;
  grid-template-columns: 9em 1fr;
  gap: 0.8em;
  padding: 0.75em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hiyake-info__term {
  margin: 0;
  font-weight: 700;
}

.hiyake-info__desc {
  margin: 0;
}

/* =========================
   サンプル動画
========================= */

.hiyake-sample-video__player {
  margin-top: 0.8em;
}

.hiyake-sample-video__video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.hiyake-sample-video__note {
  margin-top: 0.8em;
  font-size: 0.95em;
  line-height: 1.7;
}

/* =========================
   おすすめ吹き出し
========================= */

.hiyake-reco .speech-wrap {
  margin-top: 0.8em;
}

/* =========================
   レスポンシブ
========================= */

@media (max-width: 640px) {
  .hiyake-info__row {
    grid-template-columns: 1fr;
    gap: 0.4em;
  }

  .hiyake-cta__button {
    padding: 0.9em 1.2em;
    font-size: 0.98em;
  }
}