/* ******************************************************************
 *	File name		: base.css
 *	Summary			: css base
 * ******************************************************************
 */

/*------------base */
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    /*font-family: 'Noto Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ叔ゴ ProN W3', Meiryo, sans-serif;*/
    font-family: Garamond, "Times New Roman", "嗄苧劾", "Yu Mincho", "嗄苧劾悶", "YuMincho", "ヒラギノ苧劾 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS苧劾E", "ＭＳ Ｐ苧劾", "MS PMincho", serif;
    color: #333;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    /*互さを100%にして宙鮫エリアをとる*/
}


/*----------------sakura */


#particles-js {
    position: fixed;
    /*宙鮫耕協*/
    z-index: -1;
    /*宙鮫を匯桑和に*/
    width: 100%;
    height: 100%;
    background-color: rgba(254, 231, 231, 0.10);
    /*嘘尚弼*/
}

#wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
