@charset "UTF-8";
/*
Theme Name:   THE SONIC Child
Theme URI:    https://the-sonic.jp
Description:  THE SONICカスタマイズ用子テーマ
Author:       SONIC Team
Author URI:   https://the-sonic.jp
Template:     thesonic
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* ここから下に記述
*/

/* フッターカテゴリ非表示 */
@media (min-width: 1030px)
.entry-catetagbox {
    padding: 12px 36px;
    display: none;
}

/* フッター非表示 */
.footer-in-under .footer-title {
	display:none;
}

/* 新着情報のバーを消す */
add_filter('tsnc_toppage_new_posttitle', function(){/*新着記事のNEWを消す*/
	return '';
});

/* ボタン横幅いっぱい */
tsnc-btn {
    min-width: 100%;
}

/* タイトルの文字色を濃く変更 */
.eyecatching-mark1 .entry-title {
     opacity: 1;
 }


/*--------------------------------------
ブロックをフル幅で表示
--------------------------------------*/
.is_fullwidth {
	margin-left: -16px;
	margin-right: -16px;
}

@media (min-width: 1030px) {
	.is_fullwidth {
		margin-left: -36px;
		margin-right: -36px;
	}
}

@media (min-width: 768px) and (max-width: 1029px) {
	.is_fullwidth img {
		width: 100%;
	}
}
