@charset "UTF-8"; /* concept */ @import url(../settings.less); /*================================================*/ .max_contents_container { background-position: bottom center; background-size: cover; background-attachment: fixed; @media screen and ( max-width: @break-max-width ) { background-attachment: scroll; } } .page_section { margin-bottom: 150px; } .eyecatch { color: @main-color; text-align: center; h1 { font-weight: bold; font-size: 2.0rem; margin-bottom: 20px; } .catchphrase { font-size: 4.0rem; } } @media screen and ( max-width: @break-max-width ) { } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }