@charset "utf-8";
/* CSS Document */



/* 01-テキスト背景css */
.tit {
background: green url("../img/green1.jpg");
background-clip: text;
 -webkit-background-clip: text;
color: transparent;
margin:20px 0;
font-size:120px;
text-align: center;
font-weight: bolder;
}

/* スマホ用css */
@media(max-width:600px){
.tit{
	font-size:45px;
}
}



