@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*メインイメージ*/
#mainimg {
  background: url("/img/home/mainimg.jpg") center/cover no-repeat;
  margin-bottom: 10%; }
  #mainimg .img_copy {
    max-width: 340px;
    margin: auto;
    padding: 40px 0 0; }

#titleimg {
  margin-bottom: 0;
  max-height: 100%;
  height: calc(100vh - 60px); }
  #titleimg p {
    font-size: 1.6rem; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #titleimg {
    height: calc(100vh - 100px); } }
/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1280px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
