@charset "UTF-8";

#title { height: 150px; background: #000; }
#title h1 { font-size: 3.7rem; }

@media screen and (max-width: 1024px) {
#title h1 { font-size: 3.2rem; }
}

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

