@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

/* base
------------------------------------------------------------*/
* { box-sizing: border-box;}
body { font-family: 'Montserrat','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

h1,h2,h3,h4,h5,p,li,div,a {color: #333333;}

a,
a:hover,
a:focus {/* color: #5ab6c1; */color: #333333;/* font-weight: bold; */text-decoration: none!important;}

img { vertical-align: top;}
img.full-img { width: 100%;}

/**/
#particle { position: fixed; top: 0; right: 0; bottom: 0; left: 0; transform: scale(1.4); z-index: -1;}

body.loaded #particle { opacity: 0; transform: scale(3); transition: all 1s ease;}
body.ready #particle { opacity: 1; transform: scale(1.4); transition: all 3s ease;}

/* header 
------------------------------------------------------------*/
header { }

@media screen and (max-width: 767px){	
}

/* footer
------------------------------------------------------------*/


/* barba-wrapper
------------------------------------------------------------*/