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


/* === グローバルナビを1段に均等配置（2026-06-26 リフォーム追加対応） === */
@media screen and (min-width:1024px){
  .navi-in > ul{ flex-wrap:nowrap !important; }
  .navi-in > ul > li{ width:auto !important; flex:1 1 0 !important; }
  .navi-in > ul > li > a{ padding-left:6px !important; padding-right:6px !important; }
}


/* === 記事内画像の幅統一（旗艦1653・ハウステック1762｜本文styleから移動） === */
img.wp-image-1704,img.wp-image-1708,img.wp-image-1713,img.wp-image-1730,img.wp-image-1639,img.wp-image-1640{width:100%;height:auto;border-radius:8px}
figure.wp-block-image:has(img.wp-image-1639),figure.wp-block-image:has(img.wp-image-1730){width:100%;max-width:100%}
/* 相見積もり表を左揃え（旗艦1653限定） */
.postid-1653 .entry-content table th,.postid-1653 .entry-content table td{ text-align:left !important; }


/* === アフィリンクボタンにもきらりん光沢（全記事・2026-06-27）=== */
.entry-content a[href*="a8.net"]:not(.wp-block-button__link),
.entry-content a[href*="moshimo.com"]:not(.wp-block-button__link),
.entry-content a[href*="af.moshimo"]:not(.wp-block-button__link){ position:relative; overflow:hidden; }
.entry-content a[href*="a8.net"]:not(.wp-block-button__link)::after,
.entry-content a[href*="moshimo.com"]:not(.wp-block-button__link)::after,
.entry-content a[href*="af.moshimo"]:not(.wp-block-button__link)::after{
  content:""; position:absolute; top:0; left:-120%; width:60%; height:100%;
  background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.55) 50%,rgba(255,255,255,0) 100%);
  transform:skewX(-25deg); animation:komatsuna-aff-kira 3.4s ease-in-out infinite; pointer-events:none;
}
@keyframes komatsuna-aff-kira{ 0%{left:-120%;} 55%{left:120%;} 100%{left:120%;} }
