/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2026 | 12:31:37 */
/* フロントページのコンテナ幅制限を完全に解除 */
.home .l-container,
.home .l-inner,
.home .l-main,
.home .p-entry__content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

/* ヘッダー下の隙間を削除 */
.home .l-header {
    margin-bottom: 0 !important;
}

/* 記事エリアの装飾枠を消去 */
.home .p-entry {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}