@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
*/


/*メニューの内容を消す*/
.p-spMenu__nav{
	display:none;
}
/*メニューのタイトルを消す*/
.c-widget__title.-spmenu{
  display:none;
}

/*時計のアイコンを消す*/
.c-postTimes__posted::before {
  content: none !important;
}

/* SNSアイコン設定 */
.sns-icon {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 32px 0;
}

/* ライトモード：そのままの色で表示 */
.sns-icon img {
  width: 24px;
  height: 24px;
  opacity: 1; /* ← ここを1にする */
  transition: 0.3s ease;
}

/* ホバー時だけ少し強調 */
.sns-icon a:hover img {
  opacity: 0.7;
}

/*フッターのリンク横の文字を消す*/
.l-footer__nav li:first-child a,.l-footer__nav a{
      border: none;
    }
/*フッターのワイドエリアのpaddingを消去*/
.l-footer__widgetArea {
  padding: 0;
}












