.titleImage {
  /* width: 200px; */
  /* テキストをマスクさせる設定 */
  width: 400px;
  height: 300px;
  color: transparent;
  background: url(../img/IMG_1413.png);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 80px;
  position: relative;
  left: -35px;
  text-align: center;
  margin: 90px auto 150px;
  background-position-y: center;filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4, black));
}
footer {
  bottom: -200px;
}

/* タブレット以上の端末用設定 */
@media (min-width: 530px) {
  .titleImage {
    margin:100px auto;
  }
  .titleImage {
    width: 350px;
    position: initial;
    margin-top: 150px;
    font-size: 100px;
  }
}