@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
*/



/* 0621和紙のテクスチャ背景を適用 */
body {
    background-color: #FDFBF7 !important;
    background-image: linear-gradient(rgba(253, 251, 247, 0.6), rgba(253, 251, 247, 0.6)), url("https://www.transparenttextures.com/patterns/rice-paper-2.png") !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    color: #2b2b2b;
}

/* SWELL標準のヘッダー・フッター・スマホメニューを完全に非表示 */
#header, 
#footer, 
.c-iconBtn.-menu {
    display: none !important;
}