@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){
  /*必要ならばここにコードを書く*/
}
.video-container{
margin: 0px auto;
}
.sidebar .widget-entry-card-title{
  font-size: 80%; /* 通常の80％のサイズとします */
}

/* SNSアイコンのカスタマイズ　2023.10.10 */

/* リンクアイコンのデザインを変更する */
/*.author-box .sns-follow .sns-follow-buttons a.follow-button {
  font-size: 36px;
  width: 128px;
  height: 46px;
  margin-bottom: 0px;
  margin-right: 5px;
  color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1),0 3px 5px 0 rgba(0,0,0,.2);
}

/* アイコンをセンタリングする */
/*.author-box .sns-follow-buttons a.follow-button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

/* リンクの背景色にSNSのブランドカラーを設定する */
/*.author-box .sns-follow-buttons a.mastodon-button {
  background-color: #1da1f2 !important;
}
/*.author-box .sns-follow-buttons a.bluesky-button {
  background-color: #1da1f2 !important;
}
/*.author-box .sns-follow-buttons a.twitter-button {
  background-color: #1da1f2 !important;
}

.author-box .sns-follow-buttons a.youtube-button {
  background-color: #FF0000 !important;
}

.author-box .sns-follow-buttons a.feedly-button {
  background-color: #6cc655 !important;
}

.author-box .sns-follow-buttons a.rss-button {
  background-color: #f26522 !important;
}

.author-box .sns-follow-buttons a.website-button {
  background-color: #6cc655 !important;
}
/* IBM Plex Sans JP の読み込み 2025.10.01 */
@font-face {
  font-family: 'IBM Plex Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/ibm-plex-sans-jp-v7-japanese-100.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/ibm-plex-sans-jp-v7-japanese-200.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ibm-plex-sans-jp-v7-japanese-300.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ibm-plex-sans-jp-v7-japanese-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ibm-plex-sans-jp-v7-japanese-500.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/ibm-plex-sans-jp-v7-japanese-600.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ibm-plex-sans-jp-v7-japanese-700.woff2') format('woff2');
  font-display: swap;
}

/* 本文・見出しに適用 */
body {
  font-family: 'IBM Plex Sans JP', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'IBM Plex Sans JP', sans-serif;
}
