@charset "utf-8"; /*********************** * * メインイメージ * ***********************/ /* TOP */ .l-top_main{ background:url(../../img/top/main_bg.png) top center no-repeat; background-size:cover; .inner{ max-height:740px; } .top_main_text{ position:absolute; right:0; margin-top:120px; text-align:right; .top_main_text_catch{ font-size:400%; font-family:$font_famiy_mincho; line-height:1.2; text-align:right; padding:$space-normal 0; } } .top_main_mouse{ position:absolute; left:50%; bottom:50px; margin-left:-40px; } } /* 下層 */ .l-under-main{ padding:70px 0 210px; margin-bottom:100px; position:relative; background:url(../img/second-main-bg.jpg) 0 550px; .ttl-top2{ font-size:300%; margin-bottom:0; } .under-main-img{ position:absolute; bottom:-70px; left:50%; } &.under-main-cms{ padding:70px 0; } }