/*
 Theme Name:   Bone Child
 Theme URI:    http://bone.minimaldog.net
 Description:  Bone Child Theme
 Author:       minimaldog
 Author URI:   https://themeforest.net/user/minimaldog/portfolio?ref=minimaldog
 Template:     bone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, two-columns, right-sidebar, responsive-layout
 Text Domain:  bone-child
*/


.bodyCopy {
    position: relative;
    color: #1c2a39;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
}

/* Billboard full width */
.postSingle--billboard-cover {
    position: relative;
    margin: 0;
    border-radius: 0 !important; 
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
    overflow: hidden;
}

/* カテゴリーヘッダーメタ */
.categoryDescription {
    margin-top:15px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
}

/* カテゴリーヘッダーキャプション */
.pageHeading { position: relative; }

.pageHeading-caption{
	position:absolute;
	right:16px;
	bottom:12px;
	font-size:12px;
	line-height:1.4;
	color:rgba(255,255,255,.75);
	text-shadow:0 1px 2px rgba(0,0,0,.4);
	pointer-events:none;
}

/* ================================
   ビルボード下端にうっすら重ねる
   （アイキャッチ画像キャプション表示）
================================ */

.site-header-thumbnail-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;          /* ビルボード下端からの距離 */
  z-index: 50;          /* ビルボード内で最前面に */
  padding: 0 20px;
  /* pointer-events: none; ← 削除 */
}

.site-header-thumbnail-caption .wp-caption-text {
  margin: 0;
  text-align: right;    /* 右下クレジット風 */
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); /* 読みやすさ確保 */
}

/* クレジットリンク装飾 */
.site-header-thumbnail-caption .wp-caption-text a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;   /* 下線 */
  text-underline-offset: 3px;
}

.site-header-thumbnail-caption .wp-caption-text a:hover {
  color: #ffffff;
  text-decoration-thickness: 2px; /* ホバー時に少し強調 */
}

/* FeatureBlock  */
.featuredBlockWrapper {
    position: relative;
    overflow: hidden;
    display: none;
}
/* FC2画像リンクウィジェット */
@media (max-width: 767px) {
    .bodyCopy blockquote {
        margin-left: 0px;
        padding-left: 16px;
    }
}

/* iframeで埋め込むときのレスポンシブ　ショートコード対応 */
.embed-16x9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
}

.embed-16x9 iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ND1：記事冒頭の注意書き（ヤリレポ） */
.nd1-note{
  margin: 0 0 1.2em;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: rgba(0,0,0,.03);
}
@media (max-width: 767px){
  .nd1-note{ margin: 0 0 1em; padding: 10px 12px; }
}

.nd1-note__title{
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;
  color: inherit;
}

.nd1-note__text{
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  opacity: .9;
}

/* ほんのり“合図”だけ（派手にしない） */
.nd1-note--yarirepo{
  box-shadow: inset 4px 0 0 rgba(123,45,45,.55); /* #7B2D2D 系の静かな差し色 */
}
