@charset "UTF-8";
@font-face {
  font-family: LaMerHeadlineBlack;
  src: url("../fonts/LaMerHeadline-Black.eot");
  src: local("☺"), local(LaMerHeadlineBlack), url("../fonts/LaMerHeadline-Black.woff") format("woff"), url("../fonts/LaMerHeadline-Black.woff2") format("woff2"), url("../fonts/LaMerHeadline-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: LaMerTextRegular;
  src: url("../fonts/LaMerText-Regular.eot");
  src: local("☺"), local(LaMerTextRegular), url("../fonts/LaMerText-Regular.woff") format("woff"), url("../fonts/LaMerText-Regular.woff2") format("woff2"), url("../fonts/LaMerText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: LaMerTextItalic;
  src: url("../fonts/LaMerText-Italic.eot");
  src: local("☺"), local(LaMerTextItalic), url("../fonts/LaMerText-Italic.woff") format("woff"), url("../fonts/LaMerText-Italic.woff2") format("woff2"), url("../fonts/LaMerText-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../sass/components/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../sass/components/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../sass/components/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../sass/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../sass/components/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, ../sass/components/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../sass/components/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, ../sass/components/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../sass/components/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, ../sass/components/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../sass/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../sass/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../sass/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../sass/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../sass/components/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../sass/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, ../sass/components/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, ../sass/components/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../sass/components/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../sass/components/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, ../sass/components/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../sass/components/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, ../sass/components/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, ../sass/components/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../sass/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../sass/components/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../sass/components/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, ../sass/components/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../sass/components/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, ../sass/components/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../sass/components/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../sass/components/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../sass/components/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../sass/components/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en {
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #1b1b1b;
}
/* line 9, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-clear {
  clear: both;
}
/* line 13, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-line {
  max-width: 700px;
  height: 1px;
  background: #bababa;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  /* line 13, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-line {
    max-width: 90%;
    margin-bottom: 60px;
  }
}
/* line 29, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-desktop-copy {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 29, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-desktop-copy {
    display: none;
  }
}
/* line 35, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-mobile-copy {
  display: none;
}
@media (max-width: 767px) {
  /* line 35, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-mobile-copy {
    display: inline-block;
  }
}
/* line 42, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-footnote {
  max-width: 700px;
  font-size: 10px;
  line-height: 12px;
  color: #1b1b1b;
  margin: 0 auto 100px;
}
/* line 50, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-footnote span {
  display: block;
  margin-bottom: 6px;
}
/* line 55, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-footnote .lm-tab {
  display: inline-block;
  width: 20px;
}
@media (max-width: 767px) {
  /* line 42, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-footnote {
    max-width: 95%;
    font-size: 8px;
    line-height: 10px;
  }
  /* line 65, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-footnote span {
    margin-bottom: 6px;
  }
  /* line 69, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-footnote .lm-tab {
    width: 18px;
  }
}
@media (max-width: 480px) {
  /* line 42, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-footnote {
    max-width: 95%;
    margin-bottom: 80px;
    font-size: 5px;
    line-height: 7px;
  }
  /* line 80, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-footnote span {
    margin-bottom: 4px;
  }
  /* line 84, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-footnote .lm-tab {
    width: 12px;
  }
}
/* line 90, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  /* line 90, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header {
    margin-bottom: 40px;
  }
}
/* line 97, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-img {
  position: relative;
}
/* line 100, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-img .lm-bestseller-header-img-desktop {
  display: block;
  position: relative;
  background: url("../../assets-nov/image/lm-bestseller-bannerbg-desktop.jpg") no-repeat center top;
  width: 100%;
  height: 181px;
}
/* line 108, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-img .lm-bestseller-header-img-desktop img {
  width: auto;
  max-width: 100%;
}
/* line 113, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-img .lm-bestseller-header-img-mobile {
  display: none;
  position: relative;
}
/* line 117, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-img .lm-bestseller-header-img-mobile img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 123, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-img .lm-bestseller-header-img-desktop {
    display: none;
  }
  /* line 126, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-img .lm-bestseller-header-img-mobile {
    display: block;
  }
}
/* line 131, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
}
@media (max-width: 767px) {
  /* line 131, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper {
    width: 63.93%;
    left: 0px;
  }
}
/* line 147, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-text {
  width: 100%;
  align-self: center;
  max-width: 740px;
  margin: 0 auto;
  padding-right: 220px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 147, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-text {
    padding-right: 0;
  }
}
/* line 162, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-title {
  font-family: LaMerHeadlineBlack;
  font-size: 43px;
  line-height: 47px;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 162, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-title {
    font-size: 48px;
    margin: 0;
  }
}
@media (max-width: 568px) {
  /* line 162, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  /* line 162, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-title {
    font-size: 24px;
  }
}
/* line 184, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-description {
  font-size: 17px;
  line-height: 21px;
  color: #fff;
}
/* line 189, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-description span {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 184, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-header .lm-bestseller-header-text-wrapper .lm-bestseller-header-description {
    display: none;
  }
}
/* line 200, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}
/* line 205, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-img {
  width: 50%;
  align-self: center;
  box-sizing: border-box;
  position: relative;
  text-align: right;
}
/* line 213, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 223, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper {
  width: 50%;
  align-self: center;
  box-sizing: border-box;
  position: relative;
}
/* line 231, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-bestseller-text {
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
/* line 237, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-number {
  font-family: LaMerTextRegular;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 237, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-number {
    font-size: 63px;
    line-height: 63px;
  }
}
@media (max-width: 480px) {
  /* line 237, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-number {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 320px) {
  /* line 237, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-number {
    font-size: 42px;
    line-height: 42px;
  }
}
/* line 266, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-name {
  font-family: LaMerTextRegular;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: -1px;
}
/* line 274, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-name span {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 266, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  /* line 266, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-name {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 320px) {
  /* line 266, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
/* line 301, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 301, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 480px) {
  /* line 301, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  /* line 301, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description {
    font-size: 7.5px;
    line-height: 9px;
    margin-bottom: 10px;
  }
}
/* line 331, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description span {
  display: inline-block;
}
/* line 334, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description span.lm-sup {
  display: inline-block;
  font-size: 8px;
  line-height: 8px;
  vertical-align: top;
  margin-top: 1px;
  font-family: LaMerTextRegular,  sans-serif;
}
@media (max-width: 767px) {
  /* line 334, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description span.lm-sup {
    font-size: 8px;
    line-height: 8px;
  }
}
@media (max-width: 480px) {
  /* line 334, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description span.lm-sup {
    font-size: 7px;
    line-height: 7px;
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  /* line 334, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-product-description span.lm-sup {
    font-size: 6px;
    line-height: 6px;
  }
}
/* line 358, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-btn-holder {
  display: block;
}
/* line 361, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-btn-holder .lm-cta {
  background-color: #1b1b1b;
  color: #fff;
  width: 135px;
  height: 42px;
  text-align: center;
  padding-top: 14px;
  font-size: 14px;
  line-height: 14px;
  background: #000;
  -webkit-border-radius: 3px;
  -mox-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.7px;
}
/* line 379, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-btn-holder .lm-cta:visited {
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
}
/* line 385, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-btn-holder .lm-cta:hover, .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-btn-holder .lm-cta:focus, .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-btn-holder .lm-cta:active {
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 361, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section .lm-bestseller-text-wrapper .lm-btn-holder .lm-cta {
    width: 101.25px;
    height: 31.5px;
    font-size: 10px;
    line-height: 10px;
    padding-top: 11px;
  }
}
/* line 416, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-product-right {
  flex-direction: row-reverse;
}
/* line 418, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-product-right .lm-bestseller-img {
  text-align: left;
}
/* line 422, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-product-right .lm-bestseller-text {
  text-align: right;
  padding-left: 20px;
  padding-right: 0;
}
/* line 431, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-one {
  margin-bottom: 40px;
}
/* line 434, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-one .lm-bestseller-img img {
  margin-left: -38px;
}
@media (max-width: 767px) {
  /* line 434, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-one .lm-bestseller-img img {
    margin-left: 5px;
    max-width: 269px;
  }
}
@media (max-width: 568px) {
  /* line 434, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-one .lm-bestseller-img img {
    max-width: 179px;
  }
}
@media (max-width: 480px) {
  /* line 434, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-one .lm-bestseller-img img {
    margin-left: -15px;
  }
}
/* line 451, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-one .lm-bestseller-text {
  margin-right: 90px;
}
@media (max-width: 767px) {
  /* line 451, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-one .lm-bestseller-text {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  /* line 451, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-one .lm-bestseller-text {
    margin-right: 20px;
  }
}
/* line 463, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-two {
  margin-bottom: 6px;
}
/* line 466, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-two .lm-bestseller-img img {
  margin-right: -86px;
}
@media (max-width: 767px) {
  /* line 466, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-two .lm-bestseller-img img {
    margin-right: -37px;
    max-width: 335px;
  }
}
@media (max-width: 568px) {
  /* line 466, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-two .lm-bestseller-img img {
    max-width: 223px;
  }
}
/* line 479, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-two .lm-bestseller-text {
  margin-left: 50px;
}
@media (max-width: 767px) {
  /* line 479, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-two .lm-bestseller-text {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  /* line 479, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-two .lm-bestseller-text {
    margin-left: 20px;
  }
}
/* line 492, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-three {
  margin-bottom: 5px;
}
/* line 495, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-three .lm-bestseller-img img {
  margin-left: -60px;
}
@media (max-width: 767px) {
  /* line 495, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-three .lm-bestseller-img img {
    margin-left: -7px;
    max-width: 312px;
  }
}
@media (max-width: 568px) {
  /* line 495, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-three .lm-bestseller-img img {
    max-width: 208px;
  }
}
@media (max-width: 480px) {
  /* line 495, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-three .lm-bestseller-img img {
    margin-left: -15px;
  }
}
/* line 512, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-three .lm-bestseller-text {
  margin-right: 80px;
}
@media (max-width: 767px) {
  /* line 512, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-three .lm-bestseller-text {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  /* line 512, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-three .lm-bestseller-text {
    margin-right: 10px;
  }
}
/* line 526, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-four {
  margin-bottom: 37px;
}
/* line 529, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-four .lm-bestseller-img img {
  margin-right: -16px;
}
@media (max-width: 767px) {
  /* line 529, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-four .lm-bestseller-img img {
    margin-right: 13px;
    max-width: 263px;
  }
}
@media (max-width: 568px) {
  /* line 529, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-four .lm-bestseller-img img {
    max-width: 176px;
  }
}
/* line 542, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-four .lm-bestseller-text {
  margin-left: 85px;
}
@media (max-width: 767px) {
  /* line 542, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-four .lm-bestseller-text {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  /* line 542, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-four .lm-bestseller-text {
    margin-left: 20px;
  }
}
/* line 556, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-five {
  margin-bottom: 40px;
}
/* line 559, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-five .lm-bestseller-img img {
  margin-left: -44px;
}
@media (max-width: 767px) {
  /* line 559, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-five .lm-bestseller-img img {
    margin-left: -13px;
    max-width: 277px;
  }
}
@media (max-width: 568px) {
  /* line 559, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-five .lm-bestseller-img img {
    max-width: 185px;
  }
}
@media (max-width: 480px) {
  /* line 559, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-five .lm-bestseller-img img {
    margin-left: -25px;
  }
}
/* line 576, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-five .lm-bestseller-text {
  margin-right: 100px;
}
@media (max-width: 767px) {
  /* line 576, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-five .lm-bestseller-text {
    margin-right: 44px;
  }
}
@media (max-width: 480px) {
  /* line 576, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-five .lm-bestseller-text {
    margin-right: 30px;
  }
}
/* line 590, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-six {
  margin-bottom: 25px;
}
/* line 593, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-six .lm-bestseller-img img {
  margin-right: -76px;
}
@media (max-width: 767px) {
  /* line 593, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-six .lm-bestseller-img img {
    margin-right: -40px;
    max-width: 331px;
  }
}
@media (max-width: 568px) {
  /* line 593, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-six .lm-bestseller-img img {
    max-width: 221px;
  }
}
/* line 606, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-six .lm-bestseller-text {
  margin-left: 70px;
}
@media (max-width: 767px) {
  /* line 606, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-six .lm-bestseller-text {
    margin-left: 80px;
  }
}
@media (max-width: 480px) {
  /* line 606, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-six .lm-bestseller-text {
    margin-left: 40px;
  }
}
/* line 622, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-seven .lm-bestseller-img img {
  margin-left: -85px;
}
@media (max-width: 767px) {
  /* line 622, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-seven .lm-bestseller-img img {
    margin-left: -42px;
    max-width: 360px;
  }
}
@media (max-width: 568px) {
  /* line 622, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-seven .lm-bestseller-img img {
    max-width: 240px;
  }
}
/* line 635, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-seven .lm-bestseller-text {
  margin-right: 87px;
}
@media (max-width: 767px) {
  /* line 635, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-seven .lm-bestseller-text {
    margin-right: 27px;
  }
}
/* line 644, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-eight {
  margin-bottom: 22px;
}
/* line 647, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-eight .lm-bestseller-img img {
  margin-right: -80px;
}
@media (max-width: 767px) {
  /* line 647, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-eight .lm-bestseller-img img {
    margin-right: -42px;
    max-width: 345px;
  }
}
@media (max-width: 568px) {
  /* line 647, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-eight .lm-bestseller-img img {
    max-width: 230px;
  }
}
/* line 660, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-eight .lm-bestseller-text {
  margin-left: 35px;
}
@media (max-width: 767px) {
  /* line 660, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-eight .lm-bestseller-text {
    margin-left: 50px;
  }
}
@media (max-width: 480px) {
  /* line 660, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-eight .lm-bestseller-text {
    margin-left: 30px;
  }
}
@media (max-width: 320px) {
  /* line 660, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-eight .lm-bestseller-text {
    margin-left: 30px;
  }
}
/* line 677, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-nine {
  margin-bottom: 26px;
}
/* line 680, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-nine .lm-bestseller-img img {
  margin-left: -34px;
}
@media (max-width: 767px) {
  /* line 680, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-nine .lm-bestseller-img img {
    margin-left: -11px;
    max-width: 273px;
  }
}
@media (max-width: 568px) {
  /* line 680, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-nine .lm-bestseller-img img {
    max-width: 182px;
  }
}
@media (max-width: 480px) {
  /* line 680, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-nine .lm-bestseller-img img {
    margin-left: -20px;
  }
}
/* line 697, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-nine .lm-bestseller-text {
  margin-right: 90px;
}
@media (max-width: 767px) {
  /* line 697, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-nine .lm-bestseller-text {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  /* line 697, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-nine .lm-bestseller-text {
    margin-right: 30px;
  }
}
/* line 710, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-ten {
  margin-bottom: 50px;
}
/* line 713, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-ten .lm-bestseller-img img {
  margin-right: -40px;
}
@media (max-width: 767px) {
  /* line 713, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-ten .lm-bestseller-img img {
    margin-right: 0px;
    max-width: 262px;
  }
}
@media (max-width: 568px) {
  /* line 713, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-ten .lm-bestseller-img img {
    max-width: 174px;
  }
}
/* line 731, ../sass/components/_layout.scss */
.lm-bestseller-wrapper-en .lm-bestseller-section.lm-ten .lm-bestseller-text {
  margin-left: 68px;
}
@media (max-width: 767px) {
  /* line 731, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-ten .lm-bestseller-text {
    margin-left: 43px;
  }
  /* line 738, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-ten .lm-bestseller-text .lm-product-name span {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 731, ../sass/components/_layout.scss */
  .lm-bestseller-wrapper-en .lm-bestseller-section.lm-ten .lm-bestseller-text {
    margin-left: 20px;
  }
}

/* line 753, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en {
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #1b1b1b;
}
/* line 761, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-clear {
  clear: both;
}
/* line 765, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-inline {
  display: inline-block;
}
/* line 769, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-copy-italic {
  font-family: LaMerTextItalic;
}
/* line 773, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en img {
  width: auto;
  max-width: 100%;
}
/* line 778, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section {
  position: relative;
}
/* line 781, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-banner-title, .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-2-title {
  font-family: LaMerTextRegular;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 781, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-banner-title, .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-2-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  /* line 781, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-banner-title, .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-2-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
/* line 807, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-2-title {
  padding: 0 20px;
}
/* line 810, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-2-sub-title {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
}
@media (max-width: 767px) {
  /* line 810, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-2-sub-title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  /* line 810, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-2-sub-title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
/* line 832, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-banner-description {
  font-size: 14px;
  line-height: 18px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 832, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-banner-description {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  /* line 832, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section .lm-brandstory-section-banner-description {
    font-size: 10px;
    line-height: 14px;
  }
}
/* line 850, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 480px) {
  /* line 850, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 {
    margin-bottom: 20px;
  }
}
/* line 861, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 .lm-brandstory-section-img-desktop {
  width: 100%;
  height: 352px;
  background: url("../../assets-nov/image/lm-brandstory-bannerbg-section-1.jpg") no-repeat top center;
}
@media (max-width: 767px) {
  /* line 861, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 .lm-brandstory-section-img-desktop {
    display: none;
  }
}
/* line 871, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 .lm-brandstory-section-img-mobile {
  display: none;
  width: 100%;
}
/* line 875, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 .lm-brandstory-section-img-mobile img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 871, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 .lm-brandstory-section-img-mobile {
    display: block;
  }
}
/* line 884, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 .lm-brandstory-section-copy-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
/* line 893, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 .lm-brandstory-section-copy {
  align-self: center;
  color: #fff;
  width: 100%;
}
/* line 898, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-1 .lm-brandstory-section-copy .lm-brandstory-section-banner-title {
  margin: 0;
  padding: 0 20px;
}
/* line 905, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 {
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 910, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner {
  position: relative;
}
/* line 913, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-img-desktop {
  width: 100%;
  height: 330px;
  background: url("../../assets-nov/image/lm-brandstory-bannerbg-section-2.jpg") no-repeat top center;
}
@media (max-width: 767px) {
  /* line 913, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-img-desktop {
    display: none;
  }
}
/* line 923, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-img-mobile {
  display: none;
  width: 100%;
}
/* line 927, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-img-mobile img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 923, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-img-mobile {
    display: block;
  }
}
/* line 936, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-copy-wrapper {
  position: absolute;
  padding-left: 62.77%;
  top: 30px;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 936, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-copy-wrapper {
    padding-left: 60%;
  }
}
@media (max-width: 480px) {
  /* line 936, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-copy-wrapper {
    top: 20px;
    padding-right: 10px;
  }
}
/* line 958, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-section-copy {
  text-align: left;
}
/* line 965, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-bannerbg-section-2-whoos {
  position: absolute;
  right: 10px;
  bottom: -146px;
}
@media (max-width: 767px) {
  /* line 965, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-bannerbg-section-2-whoos {
    right: 20px;
  }
}
@media (max-width: 480px) {
  /* line 965, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-bannerbg-section-2-whoos {
    bottom: -75px;
  }
}
/* line 978, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-bannerbg-section-2-whoos img {
  width: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 978, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-bannerbg-section-2-whoos img {
    width: 278px;
  }
}
@media (max-width: 480px) {
  /* line 978, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-2 .lm-brandstory-section-2-banner .lm-brandstory-bannerbg-section-2-whoos img {
    width: 150px;
  }
}
/* line 999, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 999, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 {
    flex-direction: column;
    padding-top: 130px;
  }
}
@media (max-width: 480px) {
  /* line 999, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
/* line 1015, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-3-img, .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-copy-wrapper {
  align-self: center;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 1015, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-3-img, .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-copy-wrapper {
    width: 100%;
    text-align: center;
  }
}
/* line 1024, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-3-img {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 1024, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-3-img {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  /* line 1024, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-3-img {
    margin-bottom: 20px;
  }
}
/* line 1039, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-3-img img {
  width: 358px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 1039, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-3-img img {
    width: 450px;
  }
}
@media (max-width: 480px) {
  /* line 1039, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-3-img img {
    width: 265px;
  }
}
/* line 1051, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-copy-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* line 1056, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-copy {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 1056, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-3 .lm-brandstory-section-copy {
    max-width: 700px;
  }
}
/* line 1066, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1071, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 .lm-brandstory-section-img-desktop {
  width: 100%;
  height: 330px;
  background: url("../../assets-nov/image/lm-brandstory-bannerbg-section-4.jpg") no-repeat top center;
}
@media (max-width: 767px) {
  /* line 1071, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 .lm-brandstory-section-img-desktop {
    display: none;
  }
}
/* line 1081, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 .lm-brandstory-section-img-mobile {
  display: none;
  width: 100%;
}
/* line 1085, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 .lm-brandstory-section-img-mobile img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 1081, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 .lm-brandstory-section-img-mobile {
    display: block;
  }
}
/* line 1093, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 .lm-brandstory-section-copy-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
/* line 1102, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 .lm-brandstory-section-copy {
  align-self: center;
  color: #fff;
  width: 100%;
  text-shadow: 0 0 10px #b05e23;
  padding: 0 20px;
}
/* line 1109, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-4 .lm-brandstory-section-copy .lm-brandstory-section-banner-description {
  margin: 0 auto;
  max-width: 400px;
}
/* line 1116, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: row-reverse;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 1116, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 {
    flex-direction: column;
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  /* line 1116, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 {
    padding: 30px 0 50px;
  }
}
/* line 1133, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-5-img, .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-copy-wrapper {
  align-self: center;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 1133, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-5-img, .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-copy-wrapper {
    width: 100%;
    text-align: center;
  }
}
/* line 1143, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-5-img {
  padding-right: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 1143, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-5-img {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  /* line 1143, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-5-img {
    margin-bottom: 20px;
  }
}
/* line 1157, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-5-img img {
  width: 358px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 1157, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-5-img img {
    width: 450px;
  }
}
@media (max-width: 480px) {
  /* line 1157, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-5-img img {
    width: 265px;
  }
}
/* line 1169, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-copy-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* line 1174, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-copy {
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 1174, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-5 .lm-brandstory-section-copy {
    max-width: 700px;
  }
}
/* line 1185, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  /* line 1185, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 {
    margin-bottom: 30px;
  }
}
/* line 1194, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-img-desktop {
  width: 100%;
  height: 328px;
  background: url("../../assets-nov/image/lm-brandstory-bannerbg-section-6.jpg") no-repeat top center;
}
@media (max-width: 767px) {
  /* line 1194, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-img-desktop {
    display: none;
  }
}
/* line 1204, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-img-mobile {
  display: none;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 1210, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-img-mobile img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 1204, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-img-mobile {
    display: block;
  }
}
/* line 1218, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
/* line 1227, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy {
  align-self: center;
  text-align: left;
  flex-basis: 720px;
  padding-right: 210px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* line 1236, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy .lm-brandstory-section-banner-description {
  margin: 0;
  display: none;
}
/* line 1240, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy .lm-brandstory-section-banner-description.desktop-text {
  display: block;
}
/* line 1244, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy .lm-brandstory-section-banner-description.mobile-text {
  display: none;
}
@media (max-width: 767px) {
  /* line 1227, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy {
    flex-basis: auto;
    padding-right: 43%;
    padding-left: 8.58%;
  }
  /* line 1257, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy .lm-brandstory-section-banner-description.desktop-text {
    display: none;
  }
  /* line 1261, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy .lm-brandstory-section-banner-description.mobile-text {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 1227, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-6 .lm-brandstory-section-copy {
    padding-left: 11%;
  }
}
/* line 1277, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 1277, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 {
    flex-direction: column;
    padding-bottom: 100px;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  /* line 1277, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
/* line 1296, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-7-img, .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-copy-wrapper {
  align-self: center;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 1296, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-7-img, .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-copy-wrapper {
    width: 100%;
    text-align: center;
  }
}
/* line 1305, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-7-img {
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 1305, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-7-img {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  /* line 1305, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-7-img {
    padding: 0 10px;
  }
}
/* line 1317, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-7-img img {
  width: 490px;
}
@media (max-width: 767px) {
  /* line 1317, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-7-img img {
    width: 560px;
  }
}
/* line 1326, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-copy-wrapper {
  padding-left: 0px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 1326, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-copy-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1336, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-copy {
  text-align: center;
  max-width: 384px;
}
@media (max-width: 767px) {
  /* line 1336, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-7 .lm-brandstory-section-copy {
    max-width: 700px;
  }
}
/* line 1346, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 {
  max-width: 920px;
  margin: 0 auto 70px;
  position: relative;
}
/* line 1351, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product-img {
  margin-bottom: 20px;
}
/* line 1353, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product-img img {
  width: 176px;
  height: 176px;
}
/* line 1359, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product {
  float: left;
  margin-left: 2.28%;
  width: 46.74%;
  margin-bottom: 20px;
  background: #fcfafa;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 10px;
}
/* line 1373, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-img img {
  width: 176px;
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 1373, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-img img {
    width: 206px;
  }
}
@media (max-width: 480px) {
  /* line 1373, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-img img {
    width: 108px;
  }
}
/* line 1391, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-brandstory-product-name {
  display: block;
  font-family: LaMerTextRegular;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 1391, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-brandstory-product-name {
    font-size: 18px;
    line-height: 20px;
    min-height: 40px;
  }
}
@media (max-width: 480px) {
  /* line 1391, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-brandstory-product-name {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    min-height: 28px;
  }
}
/* line 1412, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-brandstory-product-description {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 1412, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-brandstory-product-description {
    font-size: 16px;
    line-height: 18px;
    min-height: 40px;
  }
}
@media (max-width: 480px) {
  /* line 1412, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-brandstory-product-description {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
    min-height: 25px;
  }
}
/* line 1436, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-btn-holder {
  display: block;
}
/* line 1439, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-btn-holder .lm-cta {
  background-color: #1b1b1b;
  color: #fff;
  width: 135px;
  height: 42px;
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
  line-height: 14px;
  background: #000;
  -webkit-border-radius: 3px;
  -mox-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1456, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-btn-holder .lm-cta:visited {
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
}
/* line 1462, ../sass/components/_layout.scss */
.lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-btn-holder .lm-cta:hover, .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-btn-holder .lm-cta:focus, .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-btn-holder .lm-cta:active {
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 1439, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product .lm-brandstory-product-information .lm-btn-holder .lm-cta {
    width: 101.25px;
    height: 31.5px;
    font-size: 10px;
    line-height: 10px;
    padding-top: 11px;
  }
}
@media (max-width: 480px) {
  /* line 1359, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product {
    margin-bottom: 15px;
  }
}
@media (max-width: 320px) {
  /* line 1359, ../sass/components/_layout.scss */
  .lm-brandstory-wrapper-en .lm-brandstory-section.lm-section-8 .lm-brandstory-product {
    margin-bottom: 10px;
  }
}

/* line 4, ../sass/components/_type.scss */
.lm-bestseller-wrapper-en, .lm-brandstory-wrapper-en {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}
