/*
Theme Name: LaguWynn Child
Template: lightning
*/
/*20250716*/

/*スライドキャッチコピー背景調整*/
/****スライドタイトル****/
.ltg-slide-text-title {
    text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000 !important;
}
/****スライドテキスト****/
.ltg-slide-text-title+.ltg-slide-text-caption {
    text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000 !important;
}

/*上に戻るボタンカスタマイズ*/
.page_top_btn {
background-color: #490000;
}

/*メニュー下ラインカスタマイズ*/
.device-pc .global-nav-list>li>a {
    color: #794296;
    text-decoration: none;
}
.global-nav-list>li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    border-bottom: 1px solid #794296;
    transition: all .5s ease-out;
}

.search-form {
  display: none;
}

/*20250722*/
/*カテゴリラベルからリンクしない*/
a.postListText_singleTermLabel_inner {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: inherit !important; /* リンクカラーを親に合わせる（任意） */
}