.title{
  line-height:1;
  text-align:center;
  color:#38B2E1;
  font-weight:bold;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title p{
 font-size: 70px;
 letter-spacing: 0.14em;
 font-style: italic;
 margin-bottom: 10px;
 color:#38B2E1;
 font-weight:bold;
 line-height:inherit;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title .reflect{
	font-size: 141px;
   letter-spacing: 0.05em;
	-webkit-box-reflect: below -10px -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.15)), to(transparent));
}


@media only screen and (max-width: 540px) {
.title{
  line-height:35px;
 }
.title p{
 font-size:28px; 
 margin: 0;
 }
.title .reflect{
 font-size:55px;
 line-height:initial;
  -webkit-box-reflect: below -35px -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.15)), to(transparent));
  }
  
 