/* line 1, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-repeat: no-repeat;
}

/* HTML5 display-role reset for older browsers */
/* line 13, ../sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.loading { padding-top: 30vh;}
.loading img{
    width: 80px;
} 

/* line 17, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 21, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 30, ../sass/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 37, ../sass/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 43, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 48, ../sass/_reset.scss */
a {
  text-decoration: none;
}

/* line 52, ../sass/_reset.scss */
input {
  outline: none;
  border: none;
}

/* line 57, ../sass/_reset.scss */
button {
  outline: none;
  border: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-7ocqul");
  src: url("../fonts/icomoon.eot?#iefix-7ocqul") format("embedded-opentype"), url("../fonts/icomoon.ttf?-7ocqul") format("truetype"), url("../fonts/icomoon.woff?-7ocqul") format("woff"), url("../fonts/icomoon.svg?-7ocqul#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/_iconfonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../sass/_iconfonts.scss */
.icon-envelope:before {
  content: "\e600";
}

/* line 29, ../sass/_iconfonts.scss */
.icon-phone:before {
  content: "\e601";
}

/* line 6, ../sass/brand-m.scss */
.wrapper {
  position: relative;
  z-index: 888;
}

/* line 11, ../sass/brand-m.scss */
.wrap {
  width: auto;
}

/* line 15, ../sass/brand-m.scss */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100vh;
  padding: 10px 5px 0 10px;
}
/* line 22, ../sass/brand-m.scss */
.mobile-menu li {
  padding-bottom: 10px;
}
/* line 24, ../sass/brand-m.scss */
.mobile-menu li span {
  padding-top: 2px;
}

/* line 30, ../sass/brand-m.scss */
.banner-slider {
  height: auto;
}
/* line 35, ../sass/brand-m.scss */
.banner-slider ul.slider-img li a img {
  width: 100%;
  height: auto;
}

/*header*/
/* line 47, ../sass/brand-m.scss */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 888;
}
/* line 53, ../sass/brand-m.scss */
#header .logo {
  float: left;
  margin-left: 20px;
  width: 255px;
  height: 85px;
}
/* line 60, ../sass/brand-m.scss */
#header .nav {
  float: right;
  padding-right: 10px;
}
/* line 63, ../sass/brand-m.scss */
#header .nav li {
  width: 30px;
  height: 30px;
  text-align: center;
}

/* line 73, ../sass/brand-m.scss */
#content {
  padding-top: 70px;
}
/* line 78, ../sass/brand-m.scss */
#content .news-list ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 85, ../sass/brand-m.scss */
#content .cm {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 90, ../sass/brand-m.scss */
#content .cm iframe,
#content .cm object,
#content .cm embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 100, ../sass/brand-m.scss */
#content .cm-cover {
  position: absolute;
}
/* line 102, ../sass/brand-m.scss */
#content .cm-cover img {
  width: 100%;
}
/* line 108, ../sass/brand-m.scss */
#content .prod-list ul {
  width: 100%;
  margin: 0 auto;
}
/* line 112, ../sass/brand-m.scss */
#content .prod-list ul li {
  width: 45%;
  height: auto;
  margin-right: 5%;
}
/* line 121, ../sass/brand-m.scss */
#content .prod-detail {
  min-height: 320px;
}
/* line 123, ../sass/brand-m.scss */
#content .prod-detail .prod-img {
  width: 100%;
  height: auto;
  line-height: 375px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: 0 auto;
}
/* line 134, ../sass/brand-m.scss */
#content .prod-detail .prod-img img {
  width: 100%;
}
/* line 136, ../sass/brand-m.scss */
#content .prod-detail .store {
  width: 100%;
}
/* line 142, ../sass/brand-m.scss */
#content .faq-list li {
  margin-top: 20px;
  padding: 0;
}
/* line 143, ../sass/brand-m.scss */
#content .faq-list li:first-child {
  margin-top: 0;
}
/* line 152, ../sass/brand-m.scss */
#content .cm-list ul {
  padding-left: 0;
}

/* line 158, ../sass/brand-m.scss */
#footer {
  height: 100px;
  padding: 0 5px;
  line-height: normal;
}
/* line 162, ../sass/brand-m.scss */
#footer .contact {
  padding-top: 10px;
}
/* line 164, ../sass/brand-m.scss */
#footer .contact i {
  font-size: 30px;
}
/* line 168, ../sass/brand-m.scss */
#footer .company {
  margin-top: 5px;
  padding-top: 5px;
  font-size: 12px;
}
