/* 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{
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: rgba(255,255,255,.8);
    padding-top: 40vh;
}
.loading img{
    width: 100px;
}   

/* 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;
}

/*@import "extend";*/
@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 9, ../sass/brand-main.scss */
a {
  text-decoration: none;
}

/* line 11, ../sass/brand-main.scss */
button {
  cursor: pointer;
  vertical-align: middle;
}

/* line 14, ../sass/brand-main.scss */
.brand-about .wrap {
  overflow: visible;
  position: relative;
}

/* line 18, ../sass/brand-main.scss */
.brand-prod-detail .center-column {
  clear: both;
}

/* line 21, ../sass/brand-main.scss */
.wrapper {
  min-height: 100vh;
}

/* line 25, ../sass/brand-main.scss */
.wrap {
  overflow: hidden;
  *zoom: 1;
  width: 1110px;
  margin: 0 auto;
}

/* line 31, ../sass/brand-main.scss */
.video-player {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
/* line 38, ../sass/brand-main.scss */
.video-player .video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -160px;
  width: 640px;
  height: 320px;
}
/* line 48, ../sass/brand-main.scss */
.video-player .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  z-index: 0;
}

/* line 58, ../sass/brand-main.scss */
h2.page-title {
  margin-bottom: 30px;
}

/* line 62, ../sass/brand-main.scss */
.btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
}

/* line 64, ../sass/brand-main.scss */
.banner-slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
/* line 70, ../sass/brand-main.scss */
.banner-slider ul.slider-img {
  /*width: 9999px;*/
}
/* line 72, ../sass/brand-main.scss */
.banner-slider ul.slider-img li {
  /*@include inline-block;*/
}
/* line 73, ../sass/brand-main.scss */
.banner-slider ul.slider-img li a {
  display: block;
}
/* line 75, ../sass/brand-main.scss */
.banner-slider ul.slider-img li a img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1110px;
  height: 400px;
}
/* line 84, ../sass/brand-main.scss */
.banner-slider ul.slider-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* line 90, ../sass/brand-main.scss */
.banner-slider ul.slider-nav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  width: 10px;
  height: 10px;
  padding: 0 2px;
}

/* line 100, ../sass/brand-main.scss */
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
}

/* line 106, ../sass/brand-main.scss */
.close-btn {
  position: absolute;
  right: -35px;
  top: -35px;
}

/* line 112, ../sass/brand-main.scss */
.tag-s {
  position: absolute;
  display: block;
}

/* line 114, ../sass/brand-main.scss */
.tag-b {
  position: absolute;
  display: block;
}

/* line 117, ../sass/brand-main.scss */
.data-wrap .top, .data-wrap .middle, .data-wrap .bottom {
  overflow: hidden;
  *zoom: 1;
}
/* line 121, ../sass/brand-main.scss */
.data-wrap .left {
  float: left;
}
/* line 122, ../sass/brand-main.scss */
.data-wrap .right {
  float: right;
}
/* line 125, ../sass/brand-main.scss */
.data-wrap .top .center, .data-wrap .bottom .center {
  background-repeat: repeat-x;
}
/* line 128, ../sass/brand-main.scss */
.data-wrap .top .right {
  background-position: top right;
}
/* line 129, ../sass/brand-main.scss */
.data-wrap .bottom .left {
  background-position: bottom left;
}
/* line 130, ../sass/brand-main.scss */
.data-wrap .bottom .right {
  background-position: bottom right;
}
/* line 131, ../sass/brand-main.scss */
.data-wrap .bottom .center {
  background-position: bottom left;
}
/* line 134, ../sass/brand-main.scss */
.data-wrap .middle .center {
  height: 100%;
  word-wrap: break-word;
}

/*header*/
/* line 143, ../sass/brand-main.scss */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 888;
}
/* line 149, ../sass/brand-main.scss */
#header .logo {
  display: block;
  float: left;
  width: 255px;
  height: 85px;
}
/* line 156, ../sass/brand-main.scss */
#header .nav {
  float: right;
}
/* line 158, ../sass/brand-main.scss */
#header .nav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 85px;
  text-align: center;
}
/* line 162, ../sass/brand-main.scss */
#header .nav li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 171, ../sass/brand-main.scss */
#content {
  overflow: hidden;
  *zoom: 1;
  padding-top: 100px;
  min-height: 100vh;
}
/* line 176, ../sass/brand-main.scss */
#content .left-column {
  margin-right: 30px;
}
/* line 178, ../sass/brand-main.scss */
#content .left-column, #content .right-column {
  float: left;
  margin-bottom: 30px;
}
/* line 182, ../sass/brand-main.scss */
#content .left-column.col-4, #content .right-column.col-4 {
  width: 350px;
}
/* line 186, ../sass/brand-main.scss */
#content .left-column.col-6, #content .right-column.col-6 {
  width: 540px;
}
/* line 190, ../sass/brand-main.scss */
#content .left-column.col-8, #content .right-column.col-8 {
  width: 730px;
}
/* line 195, ../sass/brand-main.scss */
#content .center-column {
  margin-bottom: 30px;
}
/* line 199, ../sass/brand-main.scss */
#content .area-header {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 203, ../sass/brand-main.scss */
#content .area-header h2 {
  float: left;
  margin-top: 10px;
  margin-left: 5px;
}
/* line 209, ../sass/brand-main.scss */
#content .area-header .more-btn {
  float: right;
}
/* line 216, ../sass/brand-main.scss */
#content .news-list ul li {
  margin-bottom: 10px;
  padding: 15px 15px 5px 10px;
}
/* line 219, ../sass/brand-main.scss */
#content .news-list ul li a {
  display: block;
}
/* line 222, ../sass/brand-main.scss */
#content .news-list ul li .title {
  margin-top: 5px;
  height: 38px;
  overflow: hidden;
}
/* line 232, ../sass/brand-main.scss */
#content .social {
  margin-top: 30px;
}
/* line 236, ../sass/brand-main.scss */
#content .cm-cover {
  position: absolute;
}
/* line 238, ../sass/brand-main.scss */
#content .cm-cover img {
  width: 730px;
}
/* line 241, ../sass/brand-main.scss */
#content .cm {
  position: relative;
  margin-bottom: 30px;
}
/* line 248, ../sass/brand-main.scss */
#content .prod-list .group-title {
  margin-bottom: 20px;
}
/* line 252, ../sass/brand-main.scss */
#content .prod-list ul {
  margin-bottom: 30px;
  text-align: center;
}
/* line 256, ../sass/brand-main.scss */
#content .prod-list ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: center;
  width: 160px;
  position: relative;
  margin: 0 30px 30px 0;
}
/* line 264, ../sass/brand-main.scss */
#content .prod-list ul li.last {
  margin-right: 0;
}
/* line 266, ../sass/brand-main.scss */
#content .prod-list ul li a {
  display: block;
}
/* line 267, ../sass/brand-main.scss */
#content .prod-list ul li .prod-img {
  width: 160px;
  height: 160px;
}
/* line 270, ../sass/brand-main.scss */
#content .prod-list ul li .prod-img img {
  max-width: 160px;
  max-height: 160px;
}
/* line 277, ../sass/brand-main.scss */
#content .cm-list .cm-cover {
  position: relative;
}
/* line 278, ../sass/brand-main.scss */
#content .cm-list ul {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  padding-left: 50px;
}
/* line 282, ../sass/brand-main.scss */
#content .cm-list ul li {
  float: left;
  margin: 0 30px 30px 0;
}
/* line 285, ../sass/brand-main.scss */
#content .cm-list ul li.last {
  margin-right: 0;
}
/* line 287, ../sass/brand-main.scss */
#content .cm-list ul li h4 {
  margin-top: 5px;
}
/* line 293, ../sass/brand-main.scss */
#content .faq-list li {
  padding: 20px;
}
/* line 295, ../sass/brand-main.scss */
#content .faq-list li .question, #content .faq-list li .answer {
  padding: 0 5px 0 35px;
  min-height: 30px;
  line-height: 30px;
  background-position: center;
}
/* line 301, ../sass/brand-main.scss */
#content .faq-list li .answer {
  display: none;
}
/* line 302, ../sass/brand-main.scss */
#content .faq-list li .question {
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 310, ../sass/brand-main.scss */
#content .about {
  position: relative;
}
/* line 314, ../sass/brand-main.scss */
#content .prod-detail {
  position: relative;
  min-height: 480px;
}
/* line 318, ../sass/brand-main.scss */
#content .prod-detail .prod-img {
  width: 540px;
  height: 540px;
  line-height: 540px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 325, ../sass/brand-main.scss */
#content .prod-detail .prod-img img {
  max-width: 540px;
  max-height: 540px;
  vertical-align: middle;
}
/* line 332, ../sass/brand-main.scss */
#content .prod-detail .price {
  margin: 10px 0;
}
/* line 334, ../sass/brand-main.scss */
#content .prod-detail .price .price-content {
  display: inline;
}
/* line 337, ../sass/brand-main.scss */
#content .prod-detail .feature {
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}
/* line 343, ../sass/brand-main.scss */
#content .prod-detail .ingredient {
  margin-bottom: 10px;
}
/* line 347, ../sass/brand-main.scss */
#content .prod-detail .vege {
  position: absolute;
}
/* line 351, ../sass/brand-main.scss */
#content .prod-detail .allergy {
  width: 220px;
  margin-bottom: 10px;
}
/* line 354, ../sass/brand-main.scss */
#content .prod-detail .allergy ul {
  line-height: 50px;
}
/* line 356, ../sass/brand-main.scss */
#content .prod-detail .allergy ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 361, ../sass/brand-main.scss */
#content .prod-detail .weight {
  margin-bottom: 10px;
}
/* line 362, ../sass/brand-main.scss */
#content .prod-detail .store {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 270px;
}
/* line 366, ../sass/brand-main.scss */
#content .prod-detail .store img {
  max-width: 30px;
  max-height: 30px;
}
/* line 371, ../sass/brand-main.scss */
#content .prod-detail .preserve {
  margin-bottom: 10px;
}
/* line 373, ../sass/brand-main.scss */
#content .prod-detail .brand img {
  max-width: 100px;
  max-height: 100px;
}

/* line 382, ../sass/brand-main.scss */
#footer {
  overflow: hidden;
  *zoom: 1;
  bottom: 0;
  height: 60px;
  line-height: 60px;
}
/* line 387, ../sass/brand-main.scss */
#footer .logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 155px;
  height: 50px;
  background: url("../images/falken_logo.png");
}
/* line 392, ../sass/brand-main.scss */
#footer .logo p {
  display: none;
  font-size: 18px;
  line-height: 50px;
  background-color: #e60012;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 4px;
}
/* line 403, ../sass/brand-main.scss */
#footer .logo:hover p {
  display: block;
}
/* line 408, ../sass/brand-main.scss */
#footer i {
  margin: 0 5px 0 10px;
}
/* line 410, ../sass/brand-main.scss */
#footer .company {
  color: #959595;
  font-weight: bold;
}
/* line 413, ../sass/brand-main.scss */
#footer .company span {
  font-weight: normal;
}
/* line 415, ../sass/brand-main.scss */
#footer .contact {
  float: right;
}
/* line 417, ../sass/brand-main.scss */
#footer .contact li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
