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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.cat-label {
	display: none;
}

/* サムネイルのサイズを縦長に保つため 2026/01/03 */
.blogcard-thumbnail img, .card-thumb img {
    aspect-ratio: auto;
}

/* H2見出しの自動ナンバリングをしない 2026/01/04 */
.article h2::before {
    content: none;
}

/* 50音検索 */
.keyboard {
  padding: 1px 3px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(center top , #eee, #f9f9f9, #eee);
  border: 1px solid #aaa;
  border-radius: 2px;
  box-shadow: 1px 2px 2px #ddd;
  font-family: inherit;
  font-size: 0.85em;
}
.keyboard a {
  text-decoration: none;
}
.tag-box {
	display: inline-block;
	margin: 5px;
}



/* 新着記事表示 */
.new-entry-cards.large-thumb {
	display: flex;
	flex-wrap: wrap;
}
.new-entry-cards.large-thumb a {
	width: 16%;
}
/* 個別ページサイドバーに表示する新着記事のタイトルフォントサイズ */
.new-entry-card-title.widget-entry-card-title.card-title {
	font-size: 90%;
}
/* 個別ページサイドバーに表示する人気記事のタイトルフォントサイズ */
.popular-entry-card-title.widget-entry-card-title.card-title {
	font-size: 90%;
}

/*固定ページ（トップページカスタマイズ）*/
/*フロント固定ページのタイトルを非表示*/ 
.home.page .entry-title {
  display: none;
}
/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share {
  display: none;
}
/*フロント固定ページのフォローボタンを非表示*/
.home.page .sns-follow {
  display: none;
}
/*フロント固定ページの投稿日を非表示*/
.home.page .post-date {
  display: none;
}
/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
  display: none;
}
/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info {
  display: none;
}
/* 動画プレイヤー */
#movie-player {
    width: 100%;
    float: left;
}
#player {
	#height:480px;
	max-height:min(100%, 75vw);
	max-width: 100%;
    #max-height: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}


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

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

/*768px以下*/
@media screen and (max-width: 768px){
	.new-entry-cards.large-thumb a {
		width: 50%;
	}
}

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