/*
Theme Name: LIOT Child Theme
Template: generatepress
*/

/* ---
    Layout
-------------------------------- */

/* フロントページのみ全幅 */
body.home{
    .site-content{
        .content-area{
            width: 100%;
        }
    }
}