@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* === パンくずをとにかく消す（SWELL/プラグイン両対応） === */
:where(
  nav#breadcrumb,
  #breadcrumb,
  .c-breadcrumb,
  .p-breadcrumb,
  .l-breadcrumb,
  .breadcrumbs,
  .breadcrumb,
  [aria-label="breadcrumb"],
  [itemtype*="BreadcrumbList"],
  [class*="breadcrumb"]
){
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ラッパーがある場合の余白対策 */
.p-breadcrumbWrap,
.l-breadcrumbWrap,
.w-breadcrumb {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* === Footer text size force override (SWELL) === */
.l-footer,
.l-footer p,
.l-footer li,
.l-footer a,
.l-footer small,
.l-footer__nav a,
.l-footer__copy,
.l-footer__credit,
.l-footer .wp-block,
.l-footer .widget,
.l-footer .widget * {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* フッターメニューのパディング微調整（任意） */
.l-footer__nav a {
  padding: 0 .75em !important;
}

/* SPはさらに少し小さくしたい場合（任意） */
@media (max-width: 767px){
  .l-footer,
  .l-footer p,
  .l-footer li,
  .l-footer a,
  .l-footer small,
  .l-footer__nav a,
  .l-footer__copy,
  .l-footer__credit,
  .l-footer .wp-block,
  .l-footer .widget,
  .l-footer .widget * {
    font-size: 11px !important;
  }
}

/* ==== SWELL フッターメニュー縦線を完全に消す ==== */

/* a / li に付いたボーダー型を無効化 */
footer.l-footer .l-footer__nav li,
footer.l-footer .l-footer__nav li a,
footer.l-footer .l-footer__nav li + li,
footer.l-footer .l-footer__nav li + li a {
  border: none !important;
}

/* 縦線を出す疑似要素を無効化（よく使われる書き方を全部潰す） */
footer.l-footer .l-footer__nav::before,
footer.l-footer .l-footer__nav::after,
footer.l-footer .l-footer__nav li::before,
footer.l-footer .l-footer__nav li::after,
footer.l-footer .l-footer__nav a::before,
footer.l-footer .l-footer__nav a::after {
  content: none !important;
  display: none !important;
  border: none !important;
  background: none !important;
}

/* 念のため：li+li の左線指定も無効化 */
footer.l-footer .l-footer__nav li + li,
footer.l-footer .l-footer__nav li + li a {
  border-left: none !important;
}

/* フッター全体の文字サイズを14pxに */
footer.l-footer,
footer.l-footer * {
  font-size: 12px !important;
  line-height: 1.8;
}