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

/* ===== TN 動画モーダル (2026-08-02) =====================================
   正本: _BSL\02-COWORK\40-BRIEFS\news\two-news\design\tn-video-modal.css
   ====================================================================== */
.tnvbox {
  position: fixed; top: 0; right: 0; bottom: 0; left: 0;
  z-index: 99999; display: none;
  align-items: center; justify-content: center;
  background: rgba(28, 22, 16, .86);
  padding: 16px;
}
.tnvbox.on { display: flex; }
.tnvbox .tnvbox-in { width: 100%; max-width: 980px; }
.tnvbox .tnvbox-frame {
  position: relative; width: 100%; padding-top: 56.25%;
  background: #000; border-radius: 10px; overflow: hidden;
}
.tnvbox .tnvbox-frame iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}
.tnvbox .tnvbox-foot {
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; margin-top: 12px;
}
.tnvbox .tnvbox-yt,
.tnvbox .tnvbox-close {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; font-size: 14px; line-height: 1;
  color: #FBF7EE; background: transparent;
  border: 1.5px solid rgba(251, 247, 238, .55); border-radius: 999px;
  padding: 10px 20px; cursor: pointer; text-decoration: none;
}
.tnvbox .tnvbox-yt:hover,
.tnvbox .tnvbox-close:hover {
  background: rgba(251, 247, 238, .14);
  color: #FBF7EE;
  text-decoration: underline;
}
html.tnvbox-lock, html.tnvbox-lock body { overflow: hidden; }

@media (max-width: 640px) {
  .tnvbox { padding: 10px; }
  .tnvbox .tnvbox-yt,
  .tnvbox .tnvbox-close { font-size: 13px; padding: 9px 16px; }
}

/* ===== TN 動画モーダル (2026-08-02) =====================================
   正本: _BSL\02-COWORK\40-BRIEFS\news\two-news\design\tn-video-modal.css
   ====================================================================== */
.tnvbox {
  position: fixed; top: 0; right: 0; bottom: 0; left: 0;
  z-index: 99999; display: none;
  align-items: center; justify-content: center;
  background: rgba(28, 22, 16, .86);
  padding: 16px;
}
.tnvbox.on { display: flex; }
.tnvbox .tnvbox-in { width: 100%; max-width: 980px; }
.tnvbox .tnvbox-frame {
  position: relative; width: 100%; padding-top: 56.25%;
  background: #000; border-radius: 10px; overflow: hidden;
}
.tnvbox .tnvbox-frame iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}
.tnvbox .tnvbox-foot {
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; margin-top: 12px;
}
.tnvbox .tnvbox-yt,
.tnvbox .tnvbox-close {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; font-size: 14px; line-height: 1;
  color: #FBF7EE; background: transparent;
  border: 1.5px solid rgba(251, 247, 238, .55); border-radius: 999px;
  padding: 10px 20px; cursor: pointer; text-decoration: none;
}
.tnvbox .tnvbox-yt:hover,
.tnvbox .tnvbox-close:hover {
  background: rgba(251, 247, 238, .14);
  color: #FBF7EE;
  text-decoration: underline;
}
html.tnvbox-lock, html.tnvbox-lock body { overflow: hidden; }

@media (max-width: 640px) {
  .tnvbox { padding: 10px; }
  .tnvbox .tnvbox-yt,
  .tnvbox .tnvbox-close { font-size: 13px; padding: 9px 16px; }
}
