/* Scss Document */ @import 'reset'; @import 'variables'; @import 'header'; @import 'main-sec'; @import 'footer'; *,*:after,*:before { -webkit-box-sizing: border-box; box-sizing: border-box; } a { color: inherit; text-decoration: none; } a[href^="tel:"] { cursor: default; } body { font-family: $font1; position: relative; overflow-x: hidden; background-image: url("../graphics/lg.png"), url("../graphics/bg.jpg"); background-attachment: fixed; background-position: center; background-repeat: no-repeat, repeat; background-color: #fff; background-blend-mode: multiply; &:before { content: ""; position: fixed; top: -10px; left: 0; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); box-shadow: 0px 0px 10px rgba(0,0,0,.8); z-index: 100; } } .container { max-width: 1100px; margin: 0 auto; }