/* ==========================================================================
   Section comment block
   ========================================================================== */
/* Sub-section comment block
   ========================================================================== */
/* Basic comment */
/* ==========================================================================
   oldBrowser
   ========================================================================== */
.s5-oldBrowser {
  padding: 20px 0 0;
  text-align: left;
}

.s5-oldBrowser .s5-oldBrowser__inner {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px 30px;
  position: relative;
}

.s5-oldBrowser .s5-oldBrowser__inner p {
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #c93434;
}

@media screen and (max-width: 767px) {
  .s5-oldBrowser .s5-oldBrowser__inner {
    padding: 0px 20px;
  }
}
/* ==========================================================================
   misc
   ========================================================================== */
/* .s5-invisibleContents
   ========================================================================== */
.s5-invisibleContents {
  position: absolute;
  width: 1px;
  height: 0;
  overflow: hidden;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
/* s5-button
   ========================================================================== */
a.s5-link {
  color: #2f353d;
  cursor: pointer;
}

a.s5-link:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

a.s5-link:hover, a.s5-link:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

span.s5-link {
  color: #2f353d;
  cursor: pointer;
}

span.s5-link:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

/* .s5-imageZoom
   ========================================================================== */
.s5-imageZoom {
  display: block;
  position: relative;
}

.s5-imageZoom:after {
  content: "\f00e";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bcbccc;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px;
}

/* s5-button
   ========================================================================== */
.s5-button {
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin-bottom: 10px;
  margin-right: 10px;
}

.s5-button:last-child {
  margin-bottom: 0px;
  margin-right: 0px;
}

a:hover .s5-button, .s5-button:hover {
  color: #fff;
  text-decoration: none;
  background: #8aacf6;
  -webkit-transition: background 0;
  transition: background 0;
}

.s5-button:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;
}

.s5-button.s5-button--full {
  display: block;
  width: 100%;
}

.s5-button.s5-button--off {
  background: #cccccc;
  cursor: default;
}

.s5-button.s5-button--off:before {
  content: "";
  margin: 0;
}

.s5-button.s5-button--inherit {
  font-size: 100%;
}

.s5-button--down:before {
  content: "\f0d7";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;
}

.s5-button--noArrow:before {
  content: none;
}

/* s5-secondaryButton
   ========================================================================== */
.s5-secondaryButton {
  color: #2f353d;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #e4e7ec;
  -webkit-transition: background .2s;
  transition: background .2s;
}

a:hover .s5-secondaryButton, .s5-secondaryButton:hover {
  color: #6e7278;
  text-decoration: none;
  background: #eceef1;
  -webkit-transition: background 0;
  transition: background 0;
}

.s5-secondaryButton:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;
}

.s5-secondaryButton.s5-secondaryButton--full {
  display: block;
  width: 100%;
}

.s5-secondaryButton.s5-secondaryButton--off {
  background: #cccccc;
  cursor: default;
}

.s5-secondaryButton.s5-secondaryButton--off:before {
  content: "";
  margin: 0;
}

.s5-secondaryButton.s5-secondaryButton--inherit {
  font-size: 100%;
}

.s5-secondaryButton--down:before {
  content: "\f0d7";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;
}

.s5-secondaryButton--noArrow:before {
  content: none;
}

/* s5-storeButton
   ========================================================================== */
.s5-storeButton {
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 1px;
  background: #f5683a;
  -webkit-transition: background .2s;
  transition: background .2s;
}

a:hover .s5-storeButton, .s5-storeButton:hover, .s5-storeButton:focus {
  color: #fff;
  text-decoration: none;
  background: #f7886c;
  -webkit-transition: background 0;
  transition: background 0;
}

.s5-storeButton.s5-storeButton--full {
  display: block;
  width: 100%;
}

.s5-storeButton.s5-storeButton--off {
  background: #cccccc;
  cursor: default;
}

.s5-storeButton.s5-storeButton--off:before {
  content: "";
  margin: 0;
}

.s5-storeButton.s5-storeButton--inherit {
  font-size: 100%;
}

.s5-storeButton--down:before {
  content: "\f0d7";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;
}

.s5-storeButton--noArrow:before {
  content: none;
}

/* ==========================================================================
   s5-searchBox
   ========================================================================== */
.s5-searchBox {
  display: inline-block;
  padding: 10px;
  background: #E4E7EC;
}

input.s5-searchBox__searchInput {
  font-size: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  width: 250px;
  height: 40px;
  padding: 4px 10px;
  border: none;
  border-top: 1px solid #c8cbce;
  border-left: 1px solid #c8cbce;
  background: #ffffff;
}

button.s5-searchBox__searchSubmit {
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  float: left;
  display: block;
  height: 40px;
  border: none;
  padding: 4px 10px;
  margin-left: 5px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
}

button.s5-searchBox__searchSubmit:hover {
  background: #8aacf6;
  -webkit-transition: background 0;
  transition: background 0;
}

button.s5-searchBox__searchSubmit:before {
  content: "\f002";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .3em .2em 0;
}

@media screen and (max-width: 639px) {
  .s5-searchBox {
    display: block;
  }

  input.s5-searchBox__searchInput {
    font-size: 16px;
    float: none;
    width: 100%;
  }

  button.s5-searchBox__searchSubmit {
    float: none;
    margin: 5px 0 0 auto;
  }
}
/* ==========================================================================
  .s5-buttonContainer
   ========================================================================== */
.s5-buttonContainer {
  text-align: center;
  margin: 20px 0;
}

.s5-buttonContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-buttonContainer li {
  text-align: left;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}

.s5-buttonContainer.s5-buttonContainer--pullRight {
  text-align: right;
}

.s5-buttonContainer.s5-buttonContainer--pullRight li {
  margin: 0 0 0 10px;
}

.s5-buttonContainer.s5-buttonContainer--pullLeft {
  text-align: left;
}

.s5-buttonContainer.s5-buttonContainer--pullLeft li {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 639px) {
  .s5-buttonContainer,
  .s5-buttonContainer.s5-buttonContainer--pullRight,
  .s5-buttonContainer.s5-buttonContainer--pullLeft {
    margin: 20px 0 20px;
  }

  .s5-buttonContainer li + li,
  .s5-buttonContainer.s5-buttonContainer--pullRight li + li,
  .s5-buttonContainer.s5-buttonContainer--pullLeft li + li {
    margin: 10px 0 0;
  }
}
/* ==========================================================================
   s5-label
   ========================================================================== */
span.s5-label {
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 2px 5px 1px;
  border: 1px solid #db4a39;
  background: #db4a39;
  *display: inline;
  *zoom: 1;
  *margin-right: .5em;
}

@media screen and (max-width: 639px) {
  span.s5-label {
    font-size: 10px;
  }
}
span.s5-label.s5-label--2 {
  border-color: #91b47a;
  background-color: #91b47a;
}

span.s5-label.s5-label--3 {
  color: #DB4A39;
  border-color: #f5c0b9;
  background-color: #ffffff;
}

span.s5-label.s5-label--4 {
  border-color: #5b9cc6;
  background-color: #5b9cc6;
}

span.s5-label.s5-label--5 {
  border-color: #f5683a;
  background-color: #f5683a;
}

span.s5-label.s5-label--6 {
  color: #5887ab;
  border-color: #5887ab;
  background-color: #ffffff;
}

.s5-shippingLabel {
  color: #2f353d;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 5px 1px;
  border: 1px solid #45AFC9;
  background: #8fcfdf;
}

.s5-shippingLabel.s5-shippingLabel--2 {
  border-color: #dcbe15;
  background: #f5e588;
}

.s5-shippingLabel.s5-shippingLabel--3 {
  border-color: #eb6965;
  background: #f6aaa9;
}

a.s5-shippingLabel:hover {
  color: #2f353d;
  text-decoration: none;
  -ms-filter: "alpha(opacity=70)";
  opacity: .7;
}

.s5-benefitLabel {
  color: #5887ab;
  font-size: 10px;
  display: inline-block;
  padding: 2px 5px 1px;
  border: 1px solid #5887ab;
}

@media screen and (max-width: 639px) {
  .s5-benefitLabel {
    font-size: 10px;
  }
}
a.s5-benefitLabel:hover {
  color: #5887ab;
  text-decoration: none;
  -ms-filter: "alpha(opacity=70)";
  opacity: .7;
}

/* ==========================================================================
   s5-socials
   ========================================================================== */
.s5-socials {
  font-size: 0;
  text-align: right;
}

.s5-socials > div {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin: 0 0 10px 10px;
}

.s5-header1__utils .s5-socials {
  margin-top: 10px;
}

/* ==========================================================================
   HEADINGS and Sections
   ========================================================================== */
/* s5-header1
   ========================================================================== */
.s5-header1 {
  *zoom: 1;
  margin: 40px 0 30px;
}

.s5-header1:before, .s5-header1:after {
  content: "";
  display: table;
}

.s5-header1:after {
  clear: both;
}

h1.s5-header1__heading,
div.s5-header1__heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  float: left;
  margin: 0;
}

h1.s5-header1__heading a,
div.s5-header1__heading a {
  color: #2f353d;
  cursor: pointer;
}

h1.s5-header1__heading a:before,
div.s5-header1__heading a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

h1.s5-header1__heading a:hover, h1.s5-header1__heading a:active,
div.s5-header1__heading a:hover,
div.s5-header1__heading a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

h1.s5-header1__heading .s5-header1__headingSub,
div.s5-header1__heading .s5-header1__headingSub {
  font-size: 22px;
}

h1.s5-header1__heading span.s5-header1__headingStoreSub, h1.s5-header1__heading span.s5-header1__headingStoreSub--unstyled,
div.s5-header1__heading span.s5-header1__headingStoreSub,
div.s5-header1__heading span.s5-header1__headingStoreSub--unstyled {
  font-size: 12px;
  font-weight: normal;
  display: block;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
  border-left: 4px solid #f5683a;
  padding: 3px 7px;
}

h1.s5-header1__heading span.s5-header1__headingStoreSub--unstyled,
div.s5-header1__heading span.s5-header1__headingStoreSub--unstyled {
  font-size: 16px;
  border-left: none;
  padding: 3px 0px;
}

.s5-header1__utils {
  float: right;
}

.s5-header1__utils ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-header1__utils li {
  font-size: 16px;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 639px) {
  .s5-header1 {
    margin: 20px 0;
  }
}
/* s5-header2
   ========================================================================== */
.s5-header2 {
  margin: 80px 0 20px;
}

.s5-header2:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: -10px;
}

.s5-header2.s5-header2--collapse {
  margin-top: 30px;
}

.s5-header2.s5-header2--bordered {
  border-bottom: 1px solid;
  padding-bottom: 8px;
}

.s5-header2.s5-header2--caution {
  color: #c93434;
}

h2.s5-header2__heading,
div.s5-header2__heading {
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin: 0 0 10px;
}

h2.s5-header2__heading a,
div.s5-header2__heading a {
  color: #2f353d;
  cursor: pointer;
}

h2.s5-header2__heading a:before,
div.s5-header2__heading a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

h2.s5-header2__heading a:hover, h2.s5-header2__heading a:active,
div.s5-header2__heading a:hover,
div.s5-header2__heading a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

.s5-header2--center h2.s5-header2__heading, .s5-header2--center
div.s5-header2__heading {
  float: none;
  text-align: center;
}

.s5-header2__extra {
  font-size: 12px;
  float: left;
  padding-left: 20px;
  margin: 0 0 10px;
}

.s5-header2__extra:before {
  content: 'X';
  color: #FFF;
  font-family: 'zeroWidth';
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  width: 0;
}

.s5-header2__extra a, .s5-header2__extra span {
  vertical-align: middle;
  display: inline-block;
}

.s5-header2__utils {
  float: right;
  margin: 0 0 10px;
}

.s5-header2__utils ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-header2__utils li {
  display: table-cell;
  padding: 0;
  margin: 0;
}

.s5-header2__utils2 {
  float: right;
  margin: 0 0 10px;
}

.s5-header2__utils2 ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-header2__utils2 li {
  display: table-cell;
  padding: 0;
  margin: 0;
}

.s5-header2__utils3 {
  float: left;
  margin: 0 0 10px 10px;
}

.s5-header2__utils3 ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-header2__utils3 li {
  display: table-cell;
  padding: 0;
  margin: 0;
}

.s5-FOCUSPurchaseFrame .s5-header2 {
  margin-top: 60px;
}

.s5-FOCUSPurchaseFrame .s5-header2.s5-header2--collapse {
  margin-top: 30px;
}

@media screen and (max-width: 639px) {
  .s5-header2 {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .s5-header2.s5-header2--collapse {
    margin-top: 20px;
  }

  .s5-header2__extra {
    font-weight: bold;
    float: right;
    padding-left: 14px;
  }

  .s5-header2__utils {
    clear: right;
    margin-bottom: 0;
  }

  .s5-header2__utils ul {
    display: block;
  }

  .s5-header2__utils li {
    display: inline-block;
    padding: 0;
    margin: 0 0 10px;
  }

  .s5-header2__utils2 {
    float: none;
    clear: both;
  }

  .s5-header2__utils2 ul {
    display: block;
  }

  .s5-header2__utils2 li {
    display: block;
    margin: 0 0 10px;
  }
}
.s5-FOCUSPurchaseFrame .s5-header2 {
  margin-top: 30px;
}

.s5-FOCUSPurchaseFrame .s5-header2.s5-header2--collapse {
  margin-top: 20px;
}

/* s5-header3
   ========================================================================== */
.s5-header3 {
  font-size: 16px;
  margin: 50px 0 14px;
}

.s5-header3.s5-header3--collapse {
  margin-top: 20px;
}

.s5-header2 + .s5-header3.s5-header3--collapse {
  margin-top: -10px;
}

.s5-header3.s5-header3--bordered {
  border-bottom: 1px solid;
  padding-bottom: 8px;
}

.s5-header3 h3.s5-header3__heading {
  font-size: 100%;
  margin: 0;
}

.s5-header3 h3.s5-header3__heading a {
  color: #2f353d;
  cursor: pointer;
}

.s5-header3 h3.s5-header3__heading a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-header3 h3.s5-header3__heading a:hover, .s5-header3 h3.s5-header3__heading a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 639px) {
  .s5-header3 {
    margin-top: 40px;
  }

  .s5-header3.s5-header3--collapse {
    margin-top: 20px;
  }

  .s5-header2 + .s5-header3.s5-header3--collapse {
    margin-top: 10px;
  }
}
/* s5-header4
   ========================================================================== */
.s5-header4 {
  font-size: 14px;
  margin: 80px 0 14px;
}

.s5-header4.s5-header4--collapse {
  margin-top: 20px;
}

.s5-header4 h4 {
  font-size: 100%;
  margin: 0;
}

.s5-header4 h4 a {
  color: #2f353d;
  cursor: pointer;
}

.s5-header4 h4 a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-header4 h4 a:hover, .s5-header4 h4 a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 639px) {
  .s5-header4 {
    margin-top: 40px;
  }

  .s5-header4.s5-header4--collapse {
    margin-top: 20px;
  }
}
/* .s5-leadForHeader4
   ========================================================================== */
.s5-header4 + .s5-leadForHeader4 {
  font-size: 12px;
  margin: -12px 0 14px;
}

.s5-header4 + .s5-leadForHeader4 p {
  margin: 0;
}

/* ==========================================================================
   s5-categoryHeader
   ========================================================================== */
.s5-categoryHeader {
  *zoom: 1;
  margin: 25px 0 20px;
  width: 100%;
}

.s5-categoryHeader:before, .s5-categoryHeader:after {
  content: "";
  display: table;
}

.s5-categoryHeader:after {
  clear: both;
}

.s5-categoryHeader .s5-categoryHeader__heading {
  float: left;
  display: table;
  margin: 0;
}

.s5-categoryHeader .s5-categoryHeader__heading > a {
  float: left;
  display: table;
}

.s5-categoryHeader .s5-categoryHeader__heading > a:hover {
  text-decoration: none;
}

.s5-categoryHeader span.s5-categoryHeader__headingLogo {
  font-size: 18px;
  line-height: 1.4;
  vertical-align: bottom;
  display: table-cell;
}

.s5-categoryHeader span.s5-categoryHeader__headingLogo img {
  display: block;
}

.s5-categoryHeader span.s5-categoryHeader__headingText {
  color: #83838f;
  font-size: 14px;
  font-weight: normal;
  vertical-align: bottom;
  display: table-cell;
  padding-left: 10px;
}

.s5-categoryHeader .s5-categoryHeader__nav {
  font-size: 12px;
  float: right;
  padding-top: 8px;
}

.s5-categoryHeader .s5-categoryHeader__nav ul {
  display: table;
  padding: 0;
  margin: 0 0 0 auto;
}

.s5-categoryHeader .s5-categoryHeader__nav li {
  display: table-cell;
  padding: 0 0 0 20px;
  margin: 0;
}

.s5-categoryHeader .s5-categoryHeader__nav a {
  color: #2f353d;
  cursor: pointer;
}

.s5-categoryHeader .s5-categoryHeader__nav a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-categoryHeader .s5-categoryHeader__nav a:hover, .s5-categoryHeader .s5-categoryHeader__nav a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

.s5-categoryHeader .s5-categoryHeader__acafe {
  font-size: 12px;
  float: right;
  margin-bottom: 0;
}

.s5-categoryHeader .s5-categoryHeader__acafe ul {
  display: table;
  padding: 0;
  margin: 0 0 0 auto;
}

.s5-categoryHeader .s5-categoryHeader__acafe li {
  display: table-cell;
  padding: 0 0 0 20px;
  margin: 0;
}

.s5-categoryHeader .s5-categoryHeader__acafe a {
  color: #2f353d;
  cursor: pointer;
}

.s5-categoryHeader .s5-categoryHeader__acafe a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-categoryHeader .s5-categoryHeader__acafe a:hover, .s5-categoryHeader .s5-categoryHeader__acafe a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

.s5-categoryHeader .s5-categoryHeader__acafe a:before {
  margin: 0 0.4em 0.8em 0;
}

.s5-categoryHeader .s5-categoryHeader__acafe img {
  max-width: 228px;
}

.s5-categoryHeader .s5-categoryHeader__vaioBiz {
  font-size: 12px;
  float: right;
  margin-bottom: 0;
}

.s5-categoryHeader .s5-categoryHeader__vaioBiz ul {
  display: table;
  padding: 0;
  margin: 0 0 0 auto;
}

.s5-categoryHeader .s5-categoryHeader__vaioBiz li {
  display: table-cell;
  padding: 0 0 0 20px;
  margin: 0;
}

.s5-categoryHeader .s5-categoryHeader__vaioBiz a {
  color: #2f353d;
  cursor: pointer;
}

.s5-categoryHeader .s5-categoryHeader__vaioBiz a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-categoryHeader .s5-categoryHeader__vaioBiz a:hover, .s5-categoryHeader .s5-categoryHeader__vaioBiz a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

.s5-categoryHeader .s5-categoryHeader__vaioBiz a:before {
  margin: 0 0.4em 0.8em 0;
}

.s5-categoryHeader .s5-categoryHeader__braviaBiz {
  font-size: 14px;
  float: right;
  margin: 0;
}

.s5-categoryHeader .s5-categoryHeader__braviaBiz li {
  display: table-cell;
  padding: 10px 20px;
  margin: 0;
  background: #2e77ae;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .s5-categoryHeader {
    margin: 10px -10px;
  }

  .s5-categoryHeader h1.s5-categoryHeader__heading a {
    float: none;
  }

  .s5-categoryHeader span.s5-categoryHeader__headingLogo {
    font-size: 16px;
    vertical-align: middle;
    display: table-cell;
  }

  .s5-categoryHeader span.s5-categoryHeader__headingText {
    color: inherit;
    font-size: 10px;
    line-height: 1.2;
    vertical-align: middle;
    display: table-cell;
  }

  .s5-categoryHeader .s5-categoryHeader__nav {
    display: none;
  }

  .s5-categoryHeader .s5-categoryHeader__navVaioBiz {
    display: block;
  }

  .s5-categoryHeader .s5-categoryHeader__acafe {
    display: none;
  }

  .s5-categoryHeader .s5-categoryHeader__vaioBiz {
    display: table-cell;
    margin-top: 5px;
    float: left;
    width: 100%;
    padding-left: 0;
  }

  .s5-categoryHeader .s5-categoryHeader__vaioBiz img {
    width: 112px;
    margin-left: 5px;
  }

  .s5-categoryHeader .s5-categoryHeader__braviaBiz {
    display: table-cell;
    margin-top: 10px;
    float: left;
    width: 100%;
    padding-left: 0;
  }

  .s5-categoryHeader .s5-categoryHeader__braviaBiz li {
    padding: 3px 10px;
  }
}
/* ==========================================================================
   s5-categoryHeaderUnder
   ========================================================================== */
.s5-categoryHeaderUnder {
  *zoom: 1;
  display: none;
}

.s5-categoryHeaderUnder:before, .s5-categoryHeaderUnder:after {
  content: "";
  display: table;
}

.s5-categoryHeaderUnder:after {
  clear: both;
}

.s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe {
  display: none;
}

@media screen and (max-width: 639px) {
  .s5-categoryHeaderUnder {
    display: table;
    margin: 0;
    width: 100%;
  }

  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe {
    display: table;
    margin: 15px 0 0;
    float: right;
    width: 100%;
    padding-left: 0;
  }

  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe ul {
    display: table;
    padding: 0;
    margin: 0;
  }

  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe li {
    display: table-cell;
    float: right;
    padding: 0;
    margin: 0;
  }

  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a {
    color: #2f353d;
    cursor: pointer;
  }

  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:before {
    content: "\f0da";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .4em .1em 0;
  }

  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:hover, .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:active {
    color: #7d8794;
    text-decoration: none;
    outline: none;
  }

  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:before {
    margin: 0 0.2em 0.4em 0;
  }

  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe img {
    max-width: 228px;
    width: 100%;
    margin: 0;
  }
}
/* ==========================================================================
   .s5-productHeaderFloat
   ========================================================================== */
.s5-productHeaderFloat.s5-productHeaderFloat--floating {
  margin: 20px 0 50px;
}

.s5-productHeaderFloat.s5-productHeaderFloat--floating .s5-productHeaderFloat__floatInner {
  max-width: 1200px;
  padding: 5px 30px 8px;
  margin: 0 auto;
}

.s5-productHeaderFloat.s5-productHeaderFloat--floating .s5-productHeader {
  margin: 0;
}

.s5-productHeaderFloat.s5-productHeaderFloat--floating span.s5-productHeader__image img {
  width: 40px;
  height: auto;
}

.s5-productHeaderFloat.s5-productHeaderFloat--floating span.s5-productHeader__heading {
  font-size: 18px;
}

.s5-productHeaderFloat.s5-productHeaderFloat--floating span.s5-productHeader__headingSub {
  font-size: 10px;
}

.s5-productHeaderFloat.s5-productHeaderFloat--floating span.s5-productHeader__title {
  font-size: 16px;
}

.s5-productHeaderFloat__float {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}

.s5-productHeaderFloat--floating .s5-productHeaderFloat__float {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
}

.s5-productHeaderFloat__floatInner {
  padding-bottom: 0;
}

@media screen and (max-width: 639px) {
  .s5-productHeaderFloat.s5-productHeaderFloat--floating .s5-productHeaderFloat__floatInner {
    max-width: auto;
    padding: 0;
  }

  .s5-productHeaderFloat.s5-productHeaderFloat--floating span.s5-productHeader__image img {
    width: 46px;
  }

  .s5-productHeaderFloat__float {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }

  .s5-productHeaderFloat--floating .s5-productHeaderFloat__float {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
  }
}
/* ==========================================================================
   .s5-fragmentForProductHeaderFloat
   ========================================================================== */
.s5-fragmentForProductHeaderFloat {
  position: absolute;
  margin-top: -60px;
}

@media screen and (max-width: 639px) {
  .s5-fragmentForProductHeaderFloat {
    margin-top: 0;
  }
}
/* ==========================================================================
   s5-productHeader
   ========================================================================== */
.s5-productHeader {
  text-align: justify;
  line-height: 0;
  margin: 20px 0 50px;
}

.s5-productHeader:after {
  content: '';
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.s5-productHeader__inner {
  display: inline;
}

h1.s5-productHeader__main,
div.s5-productHeader__main {
  font-size: 0;
  line-height: 1.2;
  vertical-align: bottom;
  display: inline-table;
  margin: 0;
  -webkit-transition: margin .3s;
  transition: margin .3s;
}

span.s5-productHeader__image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

span.s5-productHeader__image img {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

span.s5-productHeader__heading {
  color: #030303;
  font-size: 28px;
  font-weight: bold;
  vertical-align: bottom;
  display: table-cell;
  padding-left: 10px;
  border-left: 1px solid #030303;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
}

span.s5-productHeader__headingSub {
  font-size: 12px;
  font-weight: normal;
  display: block;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
}

span.s5-productHeader__title {
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
  display: table-cell;
  padding-left: 1em;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
}

@media screen and (max-width: 639px) {
  h1.s5-productHeader__main,
  div.s5-productHeader__main {
    display: inline-block;
  }

  span.s5-productHeader__image {
    display: inline-block;
    padding-right: 10px;
  }

  span.s5-productHeader__image img {
    width: 46px;
    height: auto;
  }

  span.s5-productHeader__heading {
    display: inline-block;
  }

  span.s5-productHeader__title {
    display: block;
    padding-left: 0;
    margin-top: 16px;
  }
}
.s5-productHeader__nav {
  line-height: 1.4;
  white-space: nowrap;
  display: inline;
}

.s5-productHeader__nav:before {
  content: '';
  vertical-align: bottom;
  display: inline-block;
  width: 1px;
  height: 0;
}

.s5-productHeader__nav ul {
  font-size: 12px;
  vertical-align: bottom;
  display: inline-table;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-productHeader__nav li {
  display: table-cell;
  padding: 10px 10px 2px;
  margin: 0;
  border-bottom: 4px solid #fff;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.s5-productHeader__nav li.s5-productHeader__navItem--current {
  border-bottom-color: #030303;
}

.s5-productHeader__nav a:before {
  content: "\f0d7";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0;
}

@media screen and (max-width: 639px) {
  .s5-productHeader__nav {
    margin-top: 10px;
    white-space: normal;
    display: block;
  }

  .s5-productHeader__nav:before {
    content: none;
  }

  .s5-productHeader__nav ul {
    font-size: 0;
    font-family: 'zeroWidth';
    display: block;
  }

  .s5-productHeader__nav li {
    font-family: sans-serif;
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.999%;
    padding: 20px 10px 2px 0;
    margin: 0;
  }

  .s5-productHeader__nav li.s5-productHeader__navItem--current {
    border-bottom: none;
  }

  .s5-productHeader__nav a:before {
    content: "\f0d7";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .6em .1em 0;
  }
}
.s5-productHeader__utils {
  line-height: 1.4;
  white-space: nowrap;
  display: inline;
}

.s5-productHeader__utils:before {
  content: '';
  vertical-align: bottom;
  display: inline-block;
  width: 1px;
  height: 0;
}

.s5-productHeader__utils ul {
  list-style: none;
  vertical-align: middle;
  display: inline-table;
  padding: 0;
  margin: 5px 0 0;
}

.s5-productHeader__utils li {
  display: table-cell;
  margin: 0;
  padding-left: 30px;
}

.s5-productHeader__utils .s5-back {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 639px) {
  .s5-productHeader__utils {
    text-align: right;
  }

  .s5-productHeader__utils ul {
    vertical-align: top;
    display: inline-block;
    margin: 0;
  }

  .s5-productHeader__utils li {
    display: block;
    padding-left: 0;
    margin-top: 5px;
  }
}
/* ==========================================================================
   .s5-productHeaderV2Float
   ========================================================================== */
.s5-productHeaderV2Float {
  margin: 10px 0 0;
}

.s5-productHeaderV2Float.s5-productHeaderV2Float--floating {
  margin: 0;
}

.s5-productHeaderV2Float.s5-productHeaderV2Float--floating .s5-productHeaderV2Float__floatInner {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.s5-productHeaderV2Float__float {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.s5-productHeaderV2Float--floating .s5-productHeaderV2Float__float {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  background: #f3f4f6;
}

.s5-productHeaderV2Float__floatInner {
  padding-bottom: 0;
}

@media screen and (max-width: 639px) {
  .s5-productHeaderV2Float.s5-productHeaderV2Float--floating {
    margin: 0;
  }

  .s5-productHeaderV2Float.s5-productHeaderV2Float--floating .s5-productHeaderV2Float__floatInner {
    max-width: auto;
    padding: 0;
  }

  .s5-productHeaderV2Float__float {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2Float__float {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* ==========================================================================
   s5-productHeaderV2
   ========================================================================== */
.s5-productHeaderV2 {
  font-size: 0;
  padding: 15px 10px 0 10px;
  border-bottom: 1px solid #D9DEE3;
  background: #f3f4f6;
  -webkit-transition: padding .3s;
  transition: padding .3s;
}

@media screen and (max-width: 639px) {
  .s5-productHeaderV2 {
    padding: 0;
    border-bottom: none;
    background: none;
  }

  .s5-productHeaderV2 .s5-productHeaderV2__inner {
    height: 100%;
  }
}
div.s5-productHeaderV2__main {
  color: #030303;
  line-height: 1.2;
  vertical-align: bottom;
  display: inline-table;
  margin: 0 45px 10px 0;
  -webkit-transition: margin .3s;
  transition: margin .3s;
}

div.s5-productHeaderV2__main h1 {
  font-size: 100%;
  display: table;
  margin: 0;
}

div.s5-productHeaderV2__main h1 a:hover {
  color: #bcbccc;
  text-decoration: none;
}

span.s5-productHeaderV2__heading {
  font-size: 28px;
  font-weight: bold;
  vertical-align: bottom;
  display: table-cell;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
}

span.s5-productHeaderV2__headingSub {
  font-size: 14px;
  font-weight: normal;
  display: block;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
}

@media screen and (max-width: 639px) {
  div.s5-productHeaderV2__main {
    color: #030303;
    position: relative;
    display: block;
    min-height: 35px;
    padding: 5px 0;
    margin: 0;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
  }

  div.s5-productHeaderV2__main h1 {
    table-layout: fixed;
    width: 100%;
  }

  span.s5-productHeaderV2__heading {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 65px;
  }

  span.s5-productHeaderV2__headingSub {
    font-size: 10px;
  }

  .s5-productHeaderV2__navOpener {
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer;
    width: 50px;
  }

  .s5-productHeaderV2__navOpener:before {
    content: '';
    display: block;
    width: 50px;
    height: 25px;
    background: url("../images/s5-productHeaderV2/ico_01.png");
    background-size: 50px 105px;
  }

  .s5-productHeaderV2__navOpener:after {
    content: '\8A73\7D30\30E1\30CB\30E5\30FC';
    font-size: 8px;
    text-align: center;
    display: block;
    margin: 3px -5px 0;
  }
}
.s5-productHeaderV2__nav {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.s5-productHeaderV2__nav ul {
  font-size: 12px;
  vertical-align: bottom;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-productHeaderV2__nav li {
  line-height: 1.2;
  white-space: normal;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 145px;
  height: 45px;
  padding: 8px 5px;
  margin: 0;
  border: 1px solid #d9dee3;
  background: #fff;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.s5-productHeaderV2__nav li ul {
  display: none;
}

.s5-productHeaderV2__nav li.s5-productHeaderV2__navItem--current {
  border-bottom: 1px solid #fff;
  background: #fff;
  z-index: 5;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.s5-productHeaderV2__nav li.s5-productHeaderV2__navItem--current2 {
  border-bottom: 1px solid #fff;
  background: #fff;
  z-index: 5;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.s5-productHeaderV2__nav li:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  margin-right: -14px;
}

.s5-productHeaderV2__nav li:hover:before {
  color: #bcbccc;
}

.s5-productHeaderV2__nav a {
  color: #595D64;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  padding: 30px 30px 30px 44px;
  margin: -30px;
}

.s5-productHeaderV2__nav a:hover {
  color: #bcbccc;
  text-decoration: none;
}

.s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container span {
  color: #595D64;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  padding-left: 14px;
  margin-left: -14px;
  background: #fff;
}

.s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container,
.s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2 {
  display: inline;
}

.s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container .s5-productHeaderV2__navOpener2Container--disableLargeScreen,
.s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2 .s5-productHeaderV2__navOpener2Container--disableLargeScreen {
  display: none;
}

.s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container .s5-productHeaderV2__navOpener2Container--disableSmallScreen,
.s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2 .s5-productHeaderV2__navOpener2Container--disableSmallScreen {
  display: inline-block;
}

@media screen and (max-width: 979px) {
  .s5-productHeaderV2__nav li {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .s5-productHeaderV2__snip {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: -1em;
  }

  .s5-productHeaderV2__snip:after {
    content: '...';
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background: #fff;
  }
}
@media screen and (max-width: 639px) {
  .s5-productHeaderV2__nav {
    white-space: normal;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    height: 100%;
    padding-bottom: 60px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .s5-productHeaderV2__nav ul {
    clear: both;
    display: block;
  }

  .s5-productHeaderV2__nav li {
    text-align: left;
    overflow: visible;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 20px;
    border: 0 none;
    border-bottom: 1px dotted #000;
    background: none;
  }

  .s5-productHeaderV2__nav li br {
    display: none;
  }

  .s5-productHeaderV2__nav li.s5-productHeaderV2__navItem--current, .s5-productHeaderV2__nav li.s5-productHeaderV2__navItem--current2 {
    border-bottom-color: #000;
  }

  .s5-productHeaderV2__nav li:before {
    content: none;
  }

  .s5-productHeaderV2__nav li ul {
    margin-top: 5px;
  }

  .s5-productHeaderV2__nav li ul li {
    padding-left: 16px;
    padding-right: 0;
    border-bottom: none;
  }

  .s5-productHeaderV2__nav li.s5-productHeaderV2__navItem--open ul {
    display: block;
  }

  .s5-productHeaderV2__nav a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: -10px;
  }

  .s5-productHeaderV2__nav a:before {
    content: "\f0da";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin: .1em 0 0 -10px;
  }

  .s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container span {
    background: transparent;
  }

  .s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container {
    position: relative;
    display: block;
    padding-left: 22px;
  }

  .s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container a:before {
    content: none;
  }

  .s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container .s5-productHeaderV2__navOpener2Container--disableLargeScreen {
    display: block;
  }

  .s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2Container .s5-productHeaderV2__navOpener2Container--disableSmallScreen {
    display: none;
  }

  .s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2 {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/transparent.png");
  }

  .s5-productHeaderV2__nav .s5-productHeaderV2__navOpener2:before {
    content: "\f055";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
  }

  .s5-productHeaderV2__nav .productHeaderV2__navItem--open .s5-productHeaderV2__navOpener2:before {
    content: "\f056";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0;
  }

  .s5-productHeaderV2__snip {
    position: static;
    display: inline;
    width: auto;
    height: auto;
    margin-right: auto;
  }

  .s5-productHeaderV2__snip:after {
    content: none;
  }
}
.s5-productHeaderV2Float--floating .s5-productHeaderV2 {
  margin: 0;
  border-bottom: none;
  padding: 5px 0 0;
}

.s5-productHeaderV2Float--floating div.s5-productHeaderV2__main {
  margin-bottom: 5px;
}

.s5-productHeaderV2Float--floating span.s5-productHeaderV2__heading {
  font-size: 18px;
}

.s5-productHeaderV2Float--floating span.s5-productHeaderV2__headingSub {
  font-size: 10px;
}

.s5-productHeaderV2Float--floating .s5-productHeaderV2__nav {
  margin-bottom: 0;
}

.s5-productHeaderV2Float--floating .s5-productHeaderV2__nav li {
  width: 100px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: none;
}

.s5-productHeaderV2Float--floating .s5-productHeaderV2__nav li.s5-productHeaderV2__navItem--current {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAMAAAB4BqUIAAAABlBMVEUAAAD///+l2Z/dAAAAC0lEQVQIW2NggAAAAAgAAdMZNL4AAAAASUVORK5CYII=");
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.s5-productHeaderV2Float--floating .s5-productHeaderV2__snip {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: -1em;
}

.s5-productHeaderV2Float--floating .s5-productHeaderV2__snip:after {
  content: '...';
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: #fff;
}

@media screen and (max-width: 639px) {
  .s5-productHeaderV2Float--floating .s5-productHeaderV2 {
    padding: 0;
  }

  .s5-productHeaderV2Float--floating div.s5-productHeaderV2__main {
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    background: #414349;
  }

  .s5-productHeaderV2Float--floating span.s5-productHeaderV2__heading {
    font-size: 16px;
  }

  .s5-productHeaderV2Float--floating span.s5-productHeaderV2__headingSub {
    font-size: 10px;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2__navOpener {
    right: 25px;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2__navOpener:before {
    background-position: 0 70px;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2__navOpener:after {
    color: #FFF;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2__nav li {
    width: auto;
    height: auto;
    padding: 10px 20px;
    border-bottom: 1px dotted #000;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2__nav li.s5-productHeaderV2__navItem--current {
    background-image: none;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2__nav li li {
    padding-left: 16px;
    padding-right: 0;
    border-bottom: none;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2__snip {
    position: static;
    display: inline;
    width: auto;
    height: auto;
    margin-right: auto;
  }

  .s5-productHeaderV2Float--floating .s5-productHeaderV2__snip:after {
    content: none;
  }
}
@media screen and (max-width: 639px) {
  .s5-productHeaderV2.s5-productHeaderV2--open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .s5-productHeaderV2.s5-productHeaderV2--open div.s5-productHeaderV2__main {
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    background: #414349;
  }

  .s5-productHeaderV2.s5-productHeaderV2--open span.s5-productHeaderV2__heading {
    font-size: 16px;
  }

  .s5-productHeaderV2.s5-productHeaderV2--open .s5-productHeaderV2__navOpener {
    right: 25px;
  }

  .s5-productHeaderV2.s5-productHeaderV2--open .s5-productHeaderV2__navOpener:before {
    background-position: 0 35px;
  }

  .s5-productHeaderV2.s5-productHeaderV2--open .s5-productHeaderV2__navOpener:after {
    content: '\9589\3058\308B';
  }

  .s5-productHeaderV2.s5-productHeaderV2--open .s5-productHeaderV2__nav {
    display: block;
    background: #f3f4f6;
  }
}
/* ==========================================================================
   .s5-productSideNav
   ========================================================================== */
.s5-productSideNav {
  color: #fff;
  line-height: 1.2;
  position: fixed;
  z-index: 4;
  left: 50%;
  bottom: 115px;
  width: 16px;
  margin-left: 600px;
}

.s5-productSideNav.s5-productSideNav--hidden {
  display: none;
}

.s5-productSideNav__inner {
  width: 16px;
}

.s5-productSideNav__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-productSideNav__inner li {
  text-align: center;
  position: relative;
  display: table;
  width: 16px;
  padding: 0;
  margin: 1px 0 0;
  -webkit-transition: width .3s, margin .3s;
  transition: width .3s, margin .3s;
}

.s5-productSideNav__inner li:first-child {
  border-top: none;
}

.s5-productSideNav__inner .s5-productSideNav__itemInner {
  display: table-row;
}

.s5-productSideNav__inner a {
  color: inherit;
  vertical-align: middle;
  display: table-cell;
  height: 45px;
  background: #9c9ca5;
  -webkit-transition: background .3s;
  transition: background .3s;
  pointer-events: none;
}

.s5-productSideNav__inner a:hover {
  color: inherit;
  text-decoration: none;
}

.s5-productSideNav__inner a:after {
  content: "\f078";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}

.s5-productSideNav__inner span.s5-productSideNav__label {
  font-size: 10px;
  padding: 0 5px;
  display: none;
  max-height: 3.6em;
  overflow: hidden;
}

.s5-productSideNav__inner span.s5-productSideNav__label:after {
  content: "\f078";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  display: block;
}

.s5-productSideNav__inner li.s5-productSideNav__item--open {
  width: 120px;
  margin-left: -104px;
}

.s5-productSideNav__inner li.s5-productSideNav__item--open a {
  pointer-events: auto;
}

.s5-productSideNav__inner li.s5-productSideNav__item--open a:after {
  content: none;
}

.s5-productSideNav__inner li.s5-productSideNav__item--open span.s5-productSideNav__label {
  display: block;
}

.s5-productSideNav__inner li.s5-productSideNav__item--current a {
  background: #789ff7;
}

@media screen and (max-width: 1232px) {
  .s5-productSideNav {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .s5-productSideNav {
    display: none;
  }
}
/* ==========================================================================
   .s5-pastHeaderFloat
   ========================================================================== */
.s5-pastHeaderFloat.s5-pastHeaderFloat--floating {
  margin: 20px 0 50px;
}

.s5-pastHeaderFloat.s5-pastHeaderFloat--floating .s5-pastHeaderFloat__floatInner {
  max-width: 1200px;
  padding: 5px 30px 8px;
  margin: 0 auto;
}

.s5-pastHeaderFloat.s5-pastHeaderFloat--floating .s5-pastHeader {
  margin: 0;
}

.s5-pastHeaderFloat.s5-pastHeaderFloat--floating span.s5-pastHeader__image img {
  width: 40px;
  height: auto;
}

.s5-pastHeaderFloat.s5-pastHeaderFloat--floating span.s5-pastHeader__heading {
  font-size: 18px;
}

.s5-pastHeaderFloat.s5-pastHeaderFloat--floating span.s5-pastHeader__headingSub {
  font-size: 10px;
}

.s5-pastHeaderFloat.s5-pastHeaderFloat--floating span.s5-pastHeader__title {
  font-size: 16px;
}

.s5-pastHeaderFloat__float {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}

.s5-pastHeaderFloat--floating .s5-pastHeaderFloat__float {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
}

.s5-pastHeaderFloat__floatInner {
  padding-bottom: 0;
}

@media screen and (max-width: 639px) {
  .s5-pastHeaderFloat.s5-pastHeaderFloat--floating .s5-pastHeaderFloat__floatInner {
    max-width: auto;
    padding: 0;
  }

  .s5-pastHeaderFloat.s5-pastHeaderFloat--floating span.s5-pastHeader__image img {
    width: 46px;
  }

  .s5-pastHeaderFloat__float {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }

  .s5-pastHeaderFloat--floating .s5-pastHeaderFloat__float {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
  }
}
/* ==========================================================================
   .s5-fragmentForpastHeaderFloat
   ========================================================================== */
.s5-fragmentForpastHeaderFloat {
  position: absolute;
  margin-top: -60px;
}

@media screen and (max-width: 639px) {
  .s5-fragmentForpastHeaderFloat {
    margin-top: 0;
  }
}
/* ==========================================================================
   s5-pastHeader
   ========================================================================== */
.s5-pastHeader {
  text-align: justify;
  line-height: 0;
  margin: 20px 0 50px;
}

.s5-pastHeader:after {
  content: '';
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.s5-pastHeader__inner {
  display: inline;
}

h1.s5-pastHeader__main,
div.s5-pastHeader__main {
  font-size: 0;
  line-height: 1.2;
  vertical-align: bottom;
  display: inline-table;
  margin: 0;
  -webkit-transition: margin .3s;
  transition: margin .3s;
}

span.s5-pastHeader__image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

span.s5-pastHeader__image img {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

span.s5-pastHeader__heading {
  color: #030303;
  font-size: 28px;
  font-weight: bold;
  vertical-align: bottom;
  display: table-cell;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
}

span.s5-pastHeader__headingSub {
  font-size: 12px;
  font-weight: normal;
  display: block;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
}

span.s5-pastHeader__title {
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
  display: table-cell;
  padding-left: 1em;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
}

@media screen and (max-width: 639px) {
  h1.s5-pastHeader__main,
  div.s5-pastHeader__main {
    display: inline-block;
  }

  span.s5-pastHeader__image {
    display: inline-block;
    padding-right: 10px;
  }

  span.s5-pastHeader__image img {
    width: 46px;
    height: auto;
  }

  span.s5-pastHeader__heading {
    display: inline-block;
  }

  span.s5-pastHeader__title {
    display: block;
    padding-left: 0;
    margin-top: 16px;
  }
}
.s5-pastHeader__nav {
  line-height: 1.4;
  white-space: nowrap;
  display: inline;
}

.s5-pastHeader__nav:before {
  content: '';
  vertical-align: bottom;
  display: inline-block;
  width: 1px;
  height: 0;
}

.s5-pastHeader__nav ul {
  font-size: 12px;
  vertical-align: bottom;
  display: inline-table;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-pastHeader__nav li {
  display: table-cell;
  padding: 10px 10px 2px;
  margin: 0;
  border-bottom: 4px solid #fff;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.s5-pastHeader__nav li.s5-pastHeader__navItem--current {
  border-bottom-color: #030303;
}

.s5-pastHeader__nav a:before {
  content: "\f0d7";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0;
}

@media screen and (max-width: 639px) {
  .s5-pastHeader__nav {
    margin-top: 10px;
    white-space: normal;
    display: block;
  }

  .s5-pastHeader__nav:before {
    content: none;
  }

  .s5-pastHeader__nav ul {
    font-size: 0;
    font-family: 'zeroWidth';
    display: block;
  }

  .s5-pastHeader__nav li {
    font-family: sans-serif;
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.999%;
    padding: 20px 10px 2px 0;
    margin: 0;
  }

  .s5-pastHeader__nav li.s5-pastHeader__navItem--current {
    border-bottom: none;
  }

  .s5-pastHeader__nav a:before {
    content: "\f0d7";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .6em .1em 0;
  }
}
.s5-pastHeader__utils {
  line-height: 1.4;
  white-space: nowrap;
  display: inline;
}

.s5-pastHeader__utils:before {
  content: '';
  vertical-align: bottom;
  display: inline-block;
  width: 1px;
  height: 0;
}

.s5-pastHeader__utils ul {
  list-style: none;
  vertical-align: middle;
  display: inline-table;
  padding: 0;
  margin: 5px 0 0;
}

.s5-pastHeader__utils li {
  display: table-cell;
  margin: 0;
  padding-left: 30px;
}

.s5-pastHeader__utils .s5-back {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 639px) {
  .s5-pastHeader__utils {
    text-align: right;
  }

  .s5-pastHeader__utils ul {
    vertical-align: top;
    display: inline-block;
    margin: 0;
  }

  .s5-pastHeader__utils li {
    display: block;
    padding-left: 0;
    margin-top: 5px;
  }
}
/* ==========================================================================
   s5-categoryNav
   ========================================================================== */
.s5-categoryNav {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e7ec;
}

.s5-categoryNav__inner {
  display: block;
}

.s5-categoryNav__rowGroup {
  vertical-align: middle;
  display: table-cell;
}

.s5-categoryNav__item {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  height: 26px;
  padding: 0 0 15px;
}

.s5-categoryNav__item.s5-categoryNav__item--current {
  padding-bottom: 11px;
  border-bottom: 4px solid #30373f;
}

.s5-categoryNav__item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 100px;
  max-width: 120px;
  padding: 30px 0;
  margin: -30px -1px -30px 0;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.s5-categoryNav__item a:hover {
  color: #6e7278;
  text-decoration: none;
  -webkit-transition: color 0;
  transition: color 0;
}

.s5-categoryNav__item a:before, .s5-categoryNav__item a:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1px;
  height: 26px;
  margin-top: -13px;
  background: #e4e8eb;
}

.s5-categoryNav__item a:before {
  left: 0;
}

.s5-categoryNav__item a:after {
  right: 0;
}

.s5-categoryNav__item span {
  white-space: normal;
  word-break: break-word;
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: left;
  display: inline-block;
  margin: 0 10px;
}

.s5-categoryNav__item.s5-categoryNav__item--store span {
  border-left: 4px solid #f5683a;
  padding-left: 8px;
}

.s5-categoryNav__item.s5-categoryNav__item--displaySmall {
  display: none;
}

.s5-categoryNav__extra {
  display: none;
}

@media screen and (max-width: 979px) {
  .s5-categoryNav__item a {
    min-width: 0;
  }
}
@media screen and (max-width: 639px) {
  .s5-categoryNav {
    border: none;
    margin: 0 -20px;
  }

  .s5-categoryNav__inner {
    display: block;
    border-top: 1px solid #e4e7ec;
    border-bottom: none;
    margin: 0;
  }

  .s5-categoryNav__rowGroup {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    width: 100%;
    margin-top: -1px;
  }

  .s5-categoryNav__rowGroup:after {
    content: '';
    display: table-cell;
    width: auto;
  }

  .s5-categoryNav__item {
    overflow: hidden;
    display: table-cell;
    width: 25%;
    height: 26px;
    padding: 5px 0;
    border: 1px solid #dce0e3;
    background: #F3F4F6;
  }

  .s5-categoryNav__item.s5-categoryNav__item--current {
    color: #FFF;
    padding: 5px 0;
    border: 1px solid #dce0e3;
    background: #83838f;
  }

  .s5-categoryNav__item a {
    display: block;
    min-width: 0;
    max-width: none;
    padding: 10px 5px;
    margin: -10px 0;
  }

  .s5-categoryNav__item a:before, .s5-categoryNav__item a:after {
    content: none;
    display: none;
  }

  .s5-categoryNav__item span {
    white-space: normal;
    word-break: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    display: inline-block;
    margin: 0;
  }

  .s5-categoryNav__item.s5-categoryNav__item--store a:before {
    content: '';
    position: absolute;
    top: 21px;
    bottom: 8px;
    left: 5px;
    display: block;
    height: auto;
    border-left: 4px solid #f5683a;
  }

  .s5-categoryNav__item.s5-categoryNav__item--store span {
    border-left: none;
    padding-left: 6px;
  }

  .s5-categoryNav__item.s5-categoryNav__item--displayLarge {
    display: none;
  }

  .s5-categoryNav__item.s5-categoryNav__item--displaySmall {
    display: table-cell;
  }

  .s5-categoryNav__extra {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 25%;
    height: 26px;
    border: 1px solid #dce0e3;
    background: #F3F4F6;
  }

  .s5-categoryNav__extra.s5-categoryNav__extra--displayLage {
    display: none;
  }

  .s5-categoryNav__extraOpener {
    display: block;
    padding: 10px 0;
    margin: -10px 0;
  }

  .s5-categoryNav__extraOpener:before {
    content: "\f107";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s5-categoryNav__extraBody {
    display: none;
    cursor: auto;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #bcbccc;
    padding: 10px 20px;
  }

  .s5-categoryNav__extraBody ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .s5-categoryNav__extraBody li {
    margin: 8px 0;
  }

  .s5-categoryNav__extraBody a:before {
    content: "\f0da";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .4em .1em 0;
  }

  .s5-categoryNav--open .s5-categoryNav__extra {
    background: #bcbccc;
    border-left-color: #bcbccc;
    border-right-color: #bcbccc;
    border-bottom-color: #bcbccc;
  }

  .s5-categoryNav--open .s5-categoryNav__extraOpener:before {
    content: "\f106";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s5-categoryNav--open .s5-categoryNav__extraBody {
    display: block;
  }
}
/* ==========================================================================
   s5-pagination
   ========================================================================== */
.s5-pagination {
  font-size: 12px;
  margin: 20px auto;
}

.s5-pagination.s5-pagination--before {
  margin-top: 50px;
}

.s5-pagination.s5-pagination--after {
  margin-bottom: 50px;
}

.s5-pagination.s5-pagination--pullRight ul {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .s5-pagination {
    font-size: 16px;
    margin: 20px auto 20px;
  }

  .s5-pagination.s5-pagination--before {
    margin-top: 30px;
  }

  .s5-pagination.s5-pagination--after {
    margin-bottom: 30px;
  }
}
.s5-pagination ul {
  list-style: none;
  table-layout: fixed;
  display: table;
  border-spacing: 1px 0;
  padding: 0;
  margin: 0 auto;
}

.s5-pagination li {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  display: table-cell;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #d2d2db;
  margin: 0 1px 0 0;
}

.s5-pagination li.s5-pagination__prev, .s5-pagination li.s5-pagination__next {
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.s5-pagination li.s5-pagination__prev a:before {
  content: "\f104";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin: 0 5px 3px 0;
}

.s5-pagination li.s5-pagination__next a:after {
  content: "\f105";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin: 0 0 3px 5px;
}

.s5-pagination li.s5-pagination__item--current {
  color: #fff;
  border: none;
  background: #504d56;
}

@media screen and (max-width: 767px) {
  .s5-pagination li {
    width: 40px;
    height: 40px;
  }

  .s5-pagination li.s5-pagination__prev, .s5-pagination li.s5-pagination__next {
    width: 65px;
    padding: 0;
  }

  .s5-pagination li.s5-pagination__prev a, .s5-pagination li.s5-pagination__next a {
    font-size: 0;
    line-height: 0;
  }

  .s5-pagination li.s5-pagination__prev a {
    text-indent: -999px;
    overflow: hidden;
  }

  .s5-pagination li.s5-pagination__next a {
    text-indent: -999px;
  }

  .s5-pagination li.s5-pagination__prev a:before, .s5-pagination li.s5-pagination__next a:after {
    text-indent: 0;
    display: block;
    margin: 0 0 .2em;
  }
}
.s5-pagination a {
  color: inherit;
  white-space: nowrap;
  display: block;
  padding: 16px 0;
  margin: -16px 0;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.s5-pagination a:hover {
  color: inherit;
  text-decoration: none;
  background: #f3f4f6;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.s5-pagination .s5-pagination__prev a,
.s5-pagination .s5-pagination__next a {
  margin-right: -12px;
  margin-left: -12px;
  padding-right: 12px;
  padding-left: 12px;
}

.s5-pagination .s5-pagination__item--current a:hover {
  background: none;
}

/* ==========================================================================
   s5-container
   ========================================================================== */
.s5-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 639px) {
  .s5-container {
    min-width: 280px;
    padding: 0 20px;
  }
}
@media \0screen {
  .s5-container {
    min-width: 979px;
  }
}
/* ==========================================================================
   s5-fluidImage
   ========================================================================== */
.s5-fluidImage {
  margin: 20px 0 30px;
  position: relative;
}

.s5-fluidImage img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   s5-sonystoreBlock
   ========================================================================== */
.s5-sonystoreBlock {
  padding: 16px 20px 16px 16px;
  border-left: 4px solid #f5683a;
  margin: 30px 0;
  background: #f3f4f6;
}

@media screen and (max-width: 639px) {
  .s5-sonystoreBlock {
    padding: 10px;
    margin: 20px 0;
  }
}
/* s5-sonystoreBlock__2col
   ========================================================================== */
.s5-sonystoreBlock__2colParent {
  table-layout: fixed;
  display: table;
  width: 100%;
}

.s5-sonystoreBlock__2colChild {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding-right: 14px;
}

.s5-sonystoreBlock__2colChild:first-child + .s5-sonystoreBlock__2colChild {
  border-left: 1px solid #c6c7cc;
  padding-left: 14px;
  padding-right: 0;
}

.s5-sonystoreBlock__2colChild:first-child + .s5-sonystoreBlock__2colChild.s5-sonystoreBlock__2colChild--empty {
  border-left: none;
}

@media screen and (max-width: 639px) {
  .s5-sonystoreBlock__2colParent {
    display: block;
  }

  .s5-sonystoreBlock__2colChild,
  .s5-sonystoreBlock__2colChild:first-child + .s5-sonystoreBlock__2colChild {
    display: block;
    width: auto;
    padding: 0;
    border: none;
  }

  .s5-sonystoreBlock__2colChild.s5-sonystoreBlock__2colChild--empty,
  .s5-sonystoreBlock__2colChild:first-child + .s5-sonystoreBlock__2colChild.s5-sonystoreBlock__2colChild--empty {
    display: none;
  }
}
/* s5-sonystoreBlock__multiCol
   ========================================================================== */
.s5-sonystoreBlock__multiCol {
  margin: 0 -20px;
}

.s5-sonystoreBlock__multiColInner {
  display: table;
  width: 100%;
}

.s5-sonystoreBlock__multiColMain,
.s5-sonystoreBlock__multiColSub,
.s5-sonystoreBlock__multiColImage {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 0 20px;
  border-left: 1px solid #c6c7cc;
}

.s5-sonystoreBlock__multiColMain:first-child,
.s5-sonystoreBlock__multiColSub:first-child,
.s5-sonystoreBlock__multiColImage:first-child {
  border-left: none;
}

.s5-sonystoreBlock__multiColMain {
  width: 54%;
}

.s5-sonystoreBlock__multiColSub {
  width: 46%;
}

.s5-sonystoreBlock__multiColImage {
  width: 220px;
}

@media screen and (max-width: 639px) {
  .s5-sonystoreBlock__multiCol {
    margin: 0 -10px;
  }

  .s5-sonystoreBlock__multiColInner {
    display: block;
    width: auto;
  }

  .s5-sonystoreBlock__multiColMain,
  .s5-sonystoreBlock__multiColSub,
  .s5-sonystoreBlock__multiColImage {
    display: block;
    width: auto;
    padding: 0 10px;
    border-left: none;
  }

  .s5-sonystoreBlock__multiColMain:first-child,
  .s5-sonystoreBlock__multiColSub:first-child,
  .s5-sonystoreBlock__multiColImage:first-child {
    border-left: none;
  }

  .s5-sonystoreBlock__multiColImage {
    border-top: 1px solid #c6c7cc;
    padding-top: 15px;
    margin-top: 15px;
  }
}
/* s5-sonystoreBlock__buyAtStore
   ========================================================================== */
.s5-sonystoreBlock__buyAtStoreHeader {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.s5-sonystoreBlock__buyAtStoreHeading {
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
}

.s5-sonystoreBlock__buyAtStorePriceGroup {
  font-size: 12px;
  display: table;
  width: 100%;
  margin: .3em 0;
}

.s5-sonystoreBlock__buyAtStorePriceGroupInner {
  vertical-align: middle;
  display: table-cell;
  height: 50px;
  padding: 12px 16px 10px;
  background: #fff;
}

span.s5-sonystoreBlock__buyAtStorePrice {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

span.s5-sonystoreBlock__buyAtStorePriceUnit {
  font-weight: bold;
  margin-right: 1em;
}

span.s5-sonystoreBlock__buyAtStorePriceText {
  font-weight: bold;
}

.s5-sonystoreBlock__buyAtStorePricePoint {
  margin-top: 12px;
}

.s5-sonystoreBlock__buyAtStorePricePoint a {
  color: #2f353d;
  cursor: pointer;
}

.s5-sonystoreBlock__buyAtStorePricePoint a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-sonystoreBlock__buyAtStorePricePoint a:hover, .s5-sonystoreBlock__buyAtStorePricePoint a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

.s5-sonystoreBlock__buyAtStorePricePoint a span {
  color: #f5683a;
  font-size: 14px;
  font-weight: bold;
}

.s5-sonystoreBlock__buyAtStoreIcons {
  margin-bottom: 6px;
  line-height: 1.2;
}

.s5-sonystoreBlock__buyAtStoreIcons [class*="label"],
.s5-sonystoreBlock__buyAtStoreIcons [class*="Label"] {
  margin-bottom: 3px;
}

a.s5-storeButton.s5-sonystoreBlock__buyAtStoreButton {
  display: block;
  padding: 16px;
}

.s5-sonystoreBlock__buyAtStoreImage {
  width: 180px;
}

.s5-sonystoreBlock__buyAtStoreImage img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  .s5-sonystoreBlock__buyAtStoreHeading {
    font-size: 14px;
  }

  .s5-sonystoreBlock__buyAtStorePriceGroup {
    display: block;
    width: auto;
    margin-bottom: 14px;
  }

  .s5-sonystoreBlock__buyAtStorePriceGroupInner {
    display: block;
    padding: 10px 12px 8px;
    height: auto;
  }

  span.s5-sonystoreBlock__buyAtStorePrice {
    font-size: 18px;
  }

  span.s5-sonystoreBlock__buyAtStorePriceText {
    display: block;
  }

  .s5-sonystoreBlock__buyAtStorePricePoint {
    margin-top: 3px;
  }

  .s5-sonystoreBlock__buyAtStorePricePoint a {
    color: #2f353d;
    cursor: pointer;
  }

  .s5-sonystoreBlock__buyAtStorePricePoint a:before {
    content: "\f0da";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .4em .1em 0;
  }

  .s5-sonystoreBlock__buyAtStorePricePoint a:hover, .s5-sonystoreBlock__buyAtStorePricePoint a:active {
    color: #7d8794;
    text-decoration: none;
    outline: none;
  }

  .s5-sonystoreBlock__buyAtStoreIcons {
    margin-bottom: 12px;
  }

  a.s5-storeButton.s5-sonystoreBlock__buyAtStoreButton {
    display: block;
    padding: 8px 16px;
  }

  .s5-sonystoreBlock__buyAtStoreImage {
    width: auto;
  }
}
/* s5-sonystoreBlock__compactLink
   ========================================================================== */
.s5-sonystoreBlock__compactLink {
  display: table;
  width: 100%;
}

.s5-sonystoreBlock__compactLink a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: table;
  width: 100%;
}

.s5-sonystoreBlock__compactLink a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-sonystoreBlock__compactLink a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-sonystoreBlock__compactLink a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-sonystoreBlock__compactLinkHeading {
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  padding: 6px 0 5px;
}

.s5-sonystoreBlock__compactLinkHeading:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-sonystoreBlock__compactLinkText {
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
  display: table-cell;
  padding: 6px 0 5px;
}

@media screen and (max-width: 767px) {
  .s5-sonystoreBlock__compactLink {
    line-height: 1.4;
    position: relative;
    display: block;
    width: auto;
    padding: 0 0 0 12px;
  }

  .s5-sonystoreBlock__compactLink a {
    display: block;
    width: auto;
    padding: 10px 10px 10px 22px;
    margin: -10px -10px -10px -22px;
  }

  .s5-sonystoreBlock__compactLinkHeading {
    display: block;
    padding: 0;
  }

  .s5-sonystoreBlock__compactLinkHeading:before {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
  }

  .s5-sonystoreBlock__compactLinkText {
    text-align: left;
    display: block;
    padding: 0;
    margin-top: 2px;
  }
}
/* s5-sonystoreBlock__link
   ========================================================================== */
.s5-sonystoreBlock__link > a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
  padding: 16px 20px 16px 16px;
  margin: -16px -20px -16px -16px;
}

.s5-sonystoreBlock__link > a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-sonystoreBlock__link > a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-sonystoreBlock__link > a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-sonystoreBlock__linkHeading {
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 14px;
}

.s5-sonystoreBlock__linkBody {
  display: table;
  width: 100%;
}

.s5-sonystoreBlock__linkImages1, .s5-sonystoreBlock__linkImages2 {
  vertical-align: top;
  display: table-cell;
  width: 20%;
  padding-right: 10px;
}

.s5-sonystoreBlock__linkImages1 ul, .s5-sonystoreBlock__linkImages2 ul {
  list-style: none;
  display: table;
  padding: 0;
  margin: 0;
}

.s5-sonystoreBlock__linkImages1 li, .s5-sonystoreBlock__linkImages2 li {
  display: table-cell;
  padding: 0 10px 0 0;
  margin: 0;
}

.s5-sonystoreBlock__linkImages1 li img, .s5-sonystoreBlock__linkImages2 li img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-sonystoreBlock__linkImages2 {
  width: 40%;
}

.s5-sonystoreBlock__linkText {
  vertical-align: top;
  display: table-cell;
}

.s5-sonystoreBlock__linkText p {
  margin: 0 0 .8em;
}

.s5-sonystoreBlock__linkBottomLink {
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .s5-sonystoreBlock__link > a {
    padding: 10px;
    margin: -10px;
  }

  .s5-sonystoreBlock__linkHeading {
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 8px;
  }

  .s5-sonystoreBlock__linkBody {
    display: block;
    width: auto;
  }

  .s5-sonystoreBlock__linkImages1, .s5-sonystoreBlock__linkImages2,
  .s5-sonystoreBlock__linkImages2 {
    display: block;
    width: auto;
    padding-right: 0;
    margin: 0 -10px 15px 0;
  }

  .s5-sonystoreBlock__linkImages1 li, .s5-sonystoreBlock__linkImages2 li,
  .s5-sonystoreBlock__linkImages2 li {
    display: table-cell;
    padding: 0 10px 0 0;
  }

  .s5-sonystoreBlock__linkText {
    display: block;
  }

  .s5-sonystoreBlock__linkText p {
    margin: 0 0 .8em;
  }

  .s5-sonystoreBlock__linkBottomLink {
    text-align: left;
  }
}
/* ==========================================================================
   s5-simpleTable
   ========================================================================== */
.s5-simpleTable {
  margin: 10px 0;
}

.s5-simpleTable.s5-simpleTable--full table {
  width: 100%;
}

.s5-simpleTable th {
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  padding-right: 1em;
}

.s5-simpleTable .s5-simpleTable__cell--alignRight {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .s5-simpleTable.s5-simpleTable--full table {
    width: auto;
  }

  .s5-simpleTable table, .s5-simpleTable tbody, .s5-simpleTable tr {
    *zoom: 1;
    display: block;
  }

  .s5-simpleTable table:before, .s5-simpleTable table:after, .s5-simpleTable tbody:before, .s5-simpleTable tbody:after, .s5-simpleTable tr:before, .s5-simpleTable tr:after {
    content: "";
    display: table;
  }

  .s5-simpleTable table:after, .s5-simpleTable tbody:after, .s5-simpleTable tr:after {
    clear: both;
  }

  .s5-simpleTable th, .s5-simpleTable td {
    float: left;
    clear: left;
  }

  .s5-simpleTable th {
    font-weight: bold;
    text-align: left;
    white-space: normal;
    padding: 0;
  }

  .s5-simpleTable td {
    margin-left: 1em;
    margin-bottom: .5em;
  }

  .s5-simpleTable .s5-simpleTable__cell--alignRight {
    text-align: left;
  }
}
/* ==========================================================================
   s5-newsTable
   ========================================================================== */
.s5-newsTable {
  margin: 30px 0;
}

.s5-newsTable > table {
  margin: 10px 0;
}

.s5-newsTable > table th {
  color: #83838f;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  min-width: 120px;
  padding: 10px 20px 10px 0;
}

.s5-newsTable > table td {
  white-space: normal;
  word-break: break-word;
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 14px;
  padding: 10px 0;
}

.s5-newsTable__buttonContainer {
  margin: 20px 0;
}

a.s5-newsTable__button {
  display: table;
  padding: 0;
}

a.s5-newsTable__button:before {
  content: none;
}

span.s5-newsTable__buttonText {
  vertical-align: middle;
  display: table-cell;
  padding: 10px 10px 10px 20px;
}

span.s5-newsTable__buttonText:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

span.s5-newsTable__buttonIcon {
  vertical-align: middle;
  display: table-cell;
  padding: 10px 20px 10px 0;
}

@media screen and (max-width: 639px) {
  .s5-newsTable {
    border-bottom: 1px solid #2e353d;
  }

  .s5-newsTable tr {
    *zoom: 1;
  }

  .s5-newsTable tr:before, .s5-newsTable tr:after {
    content: "";
    display: table;
  }

  .s5-newsTable tr:after {
    clear: both;
  }

  .s5-newsTable table, .s5-newsTable tbody, .s5-newsTable tr {
    display: block;
  }

  .s5-newsTable th, .s5-newsTable td {
    float: left;
    clear: left;
  }

  .s5-newsTable > table tr {
    padding: 10px 0;
  }

  .s5-newsTable > table th, .s5-newsTable > table td {
    padding: 0;
  }

  .s5-newsTable > table th {
    color: inherit;
    font-weight: bold;
  }

  .s5-newsTable__buttonContainer {
    margin: 10px 0;
  }
}
/* ==========================================================================
   s5-breadcrumbs
   ========================================================================== */
.s5-breadcrumbs {
  color: #83838f;
  font-size: 12px;
  max-width: 1200px;
  margin: 10px auto 25px;
  padding: 0 30px;
}

.s5-breadcrumbs a {
  color: inherit;
}

.s5-breadcrumbs a:hover {
  color: #bcbccc;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .s5-breadcrumbs {
    color: #2f353d;
    line-height: 1.8;
    min-width: 280px;
    padding: 0 20px;
    margin: 25px auto 15px;
  }
}
.s5-breadcrumbs__item:before {
  content: "\f105";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  margin: 0 8px .2em;
}

@media screen and (max-width: 639px) {
  .s5-breadcrumbs {
    display: none;
  }
}
/* ==========================================================================
   s5-storeLinks
   ========================================================================== */
.s5-storeLinks {
  clear: both;
  margin: 60px 0;
  padding: 28px;
  background: #f3f4f6;
}

.s5-storeLinks.s5-storeLinks--collapse {
  margin: 40px 0;
}

@media screen and (max-width: 639px) {
  .s5-storeLinks {
    margin: 50px 0;
    padding: 28px 18px 18px;
  }

  .s5-storeLinks.s5-storeLinks--collapse {
    margin: 20px 0;
  }
}
.s5-storeLinks > *:first-child {
  margin-top: 0;
}

.s5-storeLinks__header {
  *zoom: 1;
  display: block;
  margin-bottom: 30px;
}

.s5-storeLinks__header:before, .s5-storeLinks__header:after {
  content: "";
  display: table;
}

.s5-storeLinks__header:after {
  clear: both;
}

h2.s5-storeLinks__heading {
  font-size: 20px;
  line-height: 1.2;
  float: left;
  padding: 4px 14px;
  border-left: 4px solid #f5683a;
  margin: 0;
}

.s5-storeLinks__lead {
  font-size: 12px;
  float: right;
  text-align: right;
}

.s5-storeLinks__headerGuide {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .s5-storeLinks__header {
    padding: 0;
    margin-bottom: 20px;
  }

  .s5-storeLinks__header:after {
    content: none;
  }

  h2.s5-storeLinks__heading {
    float: none;
    padding: 2px 10px;
    margin-bottom: 20px;
  }

  .s5-storeLinks__lead {
    float: none;
    text-align: left;
  }

  .s5-storeLinks__headerGuide {
    text-align: right;
    margin: 5px 0 0;
  }
}
.s5-storeLinks__header2 {
  margin: 20px 0;
}

.s5-storeLinks__header2.storeLinks__header2--bordered {
  border-bottom: 1px solid #30343d;
}

h2.s5-storeLinks__heading2 {
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 639px) {
  .s5-storeLinks__header2 {
    margin: 20px 0 10px;
  }
}
.s5-storeLinks__itemList {
  font-size: 0;
  font-family: 'zeroWidth';
  margin: 0 -13px;
}

.s5-storeLinks__item {
  font-size: 14px;
  font-family: sans-serif;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 24.999%;
  padding: 0 13px;
  margin: 0 0 20px;
}

.s5-storeLinks__item > a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
}

.s5-storeLinks__item > a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-storeLinks__item > a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
  text-decoration: none;
}

.s5-storeLinks__item > a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-storeLinks__itemImage {
  margin-bottom: 10px;
}

.s5-storeLinks__itemImage img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-storeLinks__itemEyecatcher {
  color: #2f353d;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 8px;
}

.s5-storeLinks__itemEyecatcher:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-storeLinks__itemText {
  color: #83838f;
}

@media screen and (max-width: 639px) {
  .s5-storeLinks__itemList {
    margin: 0 -6px;
  }

  .s5-storeLinks__item {
    width: 49.999%;
    padding: 0 6px;
    margin: 0 0 20px;
  }

  .s5-storeLinks__itemImage {
    margin-bottom: 10px;
  }

  .s5-storeLinks__itemEyecatcher {
    margin-bottom: 8px;
  }
}
.s5-storeLinks__item2 {
  *zoom: 1;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 49.999%;
  padding: 0 13px;
}

.s5-storeLinks__item2:before, .s5-storeLinks__item2:after {
  content: "";
  display: table;
}

.s5-storeLinks__item2:after {
  clear: both;
}

.s5-storeLinks__item2Image {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 7px;
}

.s5-storeLinks__item2Image img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-storeLinks__item2Main {
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 7px;
}

.s5-storeLinks__item2Extra {
  float: left;
  clear: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 7px;
}

.s5-storeLinks__item2Lead {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.s5-storeLinks__item2Text {
  margin: 15px 0;
}

.s5-storeLinks__item2List {
  margin: 15px 0;
}

.s5-storeLinks__item2List ul {
  margin: 0;
  padding-left: 14px;
}

.s5-storeLinks__item2ListLabel {
  font-weight: bold;
  margin: 0;
}

.s5-storeLinks__item2Note {
  color: #83838f;
  margin: 15px 0;
}

@media screen and (max-width: 639px) {
  .s5-storeLinks__item2 {
    line-height: 1.4;
    display: block;
    width: 100%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .s5-storeLinks__item2Image {
    padding-right: 5px;
  }

  .s5-storeLinks__item2Main {
    padding-left: 5px;
  }

  .s5-storeLinks__item2Extra {
    padding-right: 5px;
  }

  .s5-storeLinks__item2Lead {
    margin-bottom: 12px;
  }

  .s5-storeLinks__item2Text {
    margin: 12px 0;
  }

  .s5-storeLinks__item2List {
    margin: 12px 0;
  }

  .s5-storeLinks__item2List ul {
    padding-left: 14px;
  }

  .s5-storeLinks__item2Note {
    margin: 12px 0;
  }
}
.s5-storeLinks__textLinkList {
  margin: 20px 0;
}

.s5-storeLinks__textLinkList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-storeLinks__textLinkList li {
  margin: 0;
}

.s5-storeLinks__textLinkList a {
  color: #2f353d;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.s5-storeLinks__textLinkList a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-storeLinks__textLinkList a:hover, .s5-storeLinks__textLinkList a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 639px) {
  .s5-storeLinks__textLinkList {
    margin: 10px 0;
  }
}
.s5-storeLinks__linkListGroup {
  overflow: hidden;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .s5-storeLinks__linkListGroup {
    overflow: visible;
    margin-top: 20px;
  }
}
.s5-storeLinks__linkListGroupInner {
  margin: 0 -30px;
}

.s5-storeLinks__linkListGroupInner2 {
  display: table;
  width: 100%;
  border-spacing: 30px 0;
}

.s5-storeLinks__linkListSpan2,
.s5-storeLinks__linkListSpan1 {
  border-spacing: 0;
  vertical-align: top;
  display: table-cell;
}

.s5-storeLinks__linkListSpan2 {
  width: 50%;
}

.s5-storeLinks__linkListSpan1 {
  width: 25%;
}

.s5-storeLinks__linkList2col {
  display: table;
  width: 100%;
}

.s5-storeLinks__linkList2colChild {
  display: table-cell;
  width: 50%;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .s5-storeLinks__linkListGroupInner {
    margin: 0;
  }

  .s5-storeLinks__linkListGroupInner2 {
    display: block;
    width: auto;
  }

  .s5-storeLinks__linkListSpan2,
  .s5-storeLinks__linkListSpan1 {
    display: block;
    width: auto;
  }

  .s5-storeLinks__linkList2col {
    display: block;
    width: auto;
  }

  .s5-storeLinks__linkList2colChild {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.s5-storeLinks__linkListHeader {
  font-size: 16px;
  border-bottom: 1px solid #dfe1e3;
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.s5-storeLinks__linkListHeader h3 {
  font-size: 100%;
  margin: 0;
}

.s5-storeLinks__linkListHeader2 {
  font-size: 14px;
  margin: 0 0 12px;
}

.s5-storeLinks__linkListHeader2 h4 {
  font-size: 100%;
  margin: 0;
}

ul.s5-storeLinks__linkList {
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.s5-storeLinks__linkList li {
  margin: 0 0 12px;
}

ul.s5-storeLinks__linkList a {
  color: #2f353d;
  cursor: pointer;
}

ul.s5-storeLinks__linkList a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

ul.s5-storeLinks__linkList a:hover, ul.s5-storeLinks__linkList a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 767px) {
  .s5-storeLinks__linkListSection {
    border-top: 1px solid #30343d;
    border-bottom: 1px solid #30343d;
    margin-bottom: -1px;
  }

  .s5-storeLinks__linkListHeader {
    cursor: pointer;
    position: relative;
    padding: 16px 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .s5-storeLinks__linkListHeader h3 {
    margin: 0;
  }

  .s5-storeLinks__linkListHeader:after {
    content: "\f055";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s5-storeLinks__linkListSection--open .s5-storeLinks__linkListHeader:after {
    content: "\f056";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .s5-storeLinks__linkListHeader:after, .s5-storeLinks__linkListSection--open .s5-storeLinks__linkListHeader:after {
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
  }

  .s5-storeLinks__linkListBody {
    display: none;
  }

  .s5-storeLinks__linkListSection--open .s5-storeLinks__linkListBody {
    display: block;
  }

  ul.s5-storeLinks__linkList a {
    display: block;
  }
}
ul.s5-storeLinks__linkList2 {
  list-style: none;
  padding: 0;
  margin: 0 0 -20px;
}

ul.s5-storeLinks__linkList2 li {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}

ul.s5-storeLinks__linkList2 a {
  color: #2f353d;
  -webkit-transition: color .2s;
  transition: color .2s;
  display: table;
  width: 100%;
}

ul.s5-storeLinks__linkList2 a:hover, ul.s5-storeLinks__linkList2 a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0s;
  transition: color 0s;
}

span.s5-storeLinks__linkList2Icon {
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 24px;
  padding-right: 4px;
}

span.s5-storeLinks__linkList2Icon span {
  margin-top: -0.4em;
}

span.s5-storeLinks__linkList2Text {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  ul.s5-storeLinks__linkList2 {
    margin: 20px 0 0;
  }

  ul.s5-storeLinks__linkList2 li {
    margin-bottom: 10px;
  }
}
/* .s5-storeLinks__linkList3
   ========================================================================== */
ul.s5-storeLinks__linkList3 {
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

ul.s5-storeLinks__linkList3 li {
  display: table;
  margin: 0 0 5px;
}

ul.s5-storeLinks__linkList3 a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: table-row;
}

ul.s5-storeLinks__linkList3 a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

ul.s5-storeLinks__linkList3 a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

ul.s5-storeLinks__linkList3 a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

span.s5-storeLinks__linkList3Icon {
  color: #83838F;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 50px;
}

span.s5-storeLinks__linkList3Text {
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 639px) {
  ul.s5-storeLinks__linkList3 {
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }

  span.s5-storeLinks__linkList3Icon {
    font-size: 28px;
    width: 40px;
  }
}
/* .s5-storeLinks__storeList04
   ========================================================================== */
div.s5-storeLinks__linkArea04 {
  max-width: 88%;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  div.s5-storeLinks__linkArea04 {
    max-width: 100%;
  }
}
ul.s5-storeLinks__linkList04 {
  list-style: none;
  padding: 0;
  margin: 0 0 -20px;
}

ul.s5-storeLinks__linkList04 li {
  display: inline-block;
  width: 32.68%;
}

@media screen and (max-width: 767px) {
  ul.s5-storeLinks__linkList04 li {
    width: 49%;
  }
}
ul.s5-storeLinks__linkList04 a {
  color: #2f353d;
  -webkit-transition: color .2s;
  transition: color .2s;
  display: table;
  width: 100%;
}

ul.s5-storeLinks__linkList04 a:hover, ul.s5-storeLinks__linkList04 a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0s;
  transition: color 0s;
}

span.s5-storeLinks__linkList04Icon {
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  padding-right: 4px;
}

span.s5-storeLinks__linkList04Icon span {
  margin-top: -0.4em;
}

span.s5-storeLinks__linkList04Text {
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  ul.s5-storeLinks__linkList04 {
    margin: 20px 0 0;
  }

  ul.s5-storeLinks__linkList04 li {
    margin-bottom: 10px;
  }
}
/* .s5-storeLinks__storeList
   ========================================================================== */
div.s5-storeLinks__storeList {
  margin: 20px -26px 40px;
}

div.s5-storeLinks__storeList ul {
  border-spacing: 26px 0;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}

div.s5-storeLinks__storeList li {
  display: table-cell;
}

div.s5-storeLinks__storeList a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
}

div.s5-storeLinks__storeList a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

div.s5-storeLinks__storeList a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

div.s5-storeLinks__storeList a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

span.s5-storeLinks__storeListImage {
  margin: 0 0 14px;
}

span.s5-storeLinks__storeListImage img {
  display: block;
  width: 100%;
  height: auto;
}

span.s5-storeLinks__storeListText {
  font-size: 12px;
}

span.s5-storeLinks__storeListText:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .2em .2em 0;
}

@media screen and (max-width: 639px) {
  div.s5-storeLinks__storeList {
    margin: 20px 0 40px;
  }

  div.s5-storeLinks__storeList ul {
    border-spacing: 0;
    display: block;
    width: auto;
  }

  div.s5-storeLinks__storeList li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }

  div.s5-storeLinks__storeList a {
    display: table-row;
  }

  span.s5-storeLinks__storeListImage {
    vertical-align: middle;
    display: table-cell;
    width: 50%;
    padding-right: 10px;
    margin: 0;
  }

  span.s5-storeLinks__storeListText {
    font-size: 12px;
    vertical-align: middle;
    display: table-cell;
  }
}
/* ==========================================================================
   s5-infoLinks
   ========================================================================== */
.s5-infoLinks {
  overflow: hidden;
  max-width: 1200px;
  margin: 80px auto 50px;
  padding: 0 30px;
}

.s5-container + .s5-infoLinks {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .s5-infoLinks {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .s5-infoLinks {
    min-width: 280px;
    padding: 0 20px;
  }
}
.s5-infoLinks__colGroup {
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .s5-infoLinks__colGroup {
    margin: 0;
  }
}
.s5-infoLinks__colGroupInner {
  display: table;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s5-infoLinks__colGroupInner {
    display: block;
  }
}
.s5-infoLinks__col {
  display: table-cell;
  width: 25%;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .s5-infoLinks__col {
    display: block;
    width: auto;
    padding: 26px 0 0;
  }

  .s5-infoLinks__col:first-child {
    border-top: none;
    padding-top: 0;
  }

  .s5-infoLinks__col:last-child {
    padding-bottom: 0;
  }
}
.s5-infoLinks__heading {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #2f353d;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .s5-infoLinks__heading {
    padding-bottom: 6px;
    border-color: #000;
    margin-bottom: 14px;
  }
}
.s5-infoLinks__col ul {
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-infoLinks__col li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}

.s5-infoLinks__col li:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 0;
}

.s5-infoLinks__col a {
  color: #2f353d;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.s5-infoLinks__col a:hover, .s5-infoLinks__col a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0s;
  transition: color 0s;
}

@media screen and (max-width: 767px) {
  .s5-infoLinks__col li {
    margin-bottom: 12px;
  }
}
.s5-infoLinks__icon {
  font-size: 16px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 10px;
  margin-top: -6px;
  background: #fff;
}

.s5-infoLinks__icon + .s5-infoLinks__text {
  display: block;
  padding-left: 10px;
}

/* ==========================================================================
   s5-toSitemap
   ========================================================================== */
.s5-toSitemap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 639px) {
  .s5-toSitemap {
    min-width: 280px;
    padding: 0 20px;
  }
}
@media \0screen {
  .s5-toSitemap {
    min-width: 979px;
  }
}
.s5-toSitemap a {
  font-size: 14px;
  font-weight: bold;
  color: #2f353d;
  cursor: pointer;
}

.s5-toSitemap a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-toSitemap a:hover, .s5-toSitemap a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 639px) {
  .s5-toSitemap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/* ==========================================================================
   s5-returnToTop
   ========================================================================== */
.s5-returnToTop {
  height: 0;
  position: relative;
  z-index: 2;
  margin: 50px 0 0;
}

.s5-returnToTop__inner1 {
  display: none;
  position: fixed;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.s5-returnToTop__inner2 {
  position: relative;
  max-width: 1260px;
  height: 0;
  margin: 0 auto;
}

.s5-returnToTop__button {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 32px;
  right: 20px;
  top: -72px;
  background: url(../images/s5-returnToTop/icon_01.png) no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top .3s;
  transition: top .3s;
}

@media screen and (max-width: 639px) {
  .s5-returnToTop__button {
    top: -46px;
    width: 32px;
    height: 26px;
    background-size: 32px 26px;
  }
}
@media screen and (max-width: 639px) {
  .s5-returnToTop.s5-returnToTop--withFOCUSPurchaseFloated .s5-returnToTop__button {
    top: -122px;
  }
}
/* ==========================================================================
   s5-categoryFooter
   ========================================================================== */
.s5-categoryFooter {
  background: #f3f4f6;
  margin-top: 100px;
  margin-bottom: 50px;
}

.s5-categoryFooter__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 639px) {
  .s5-categoryFooter__inner {
    min-width: 280px;
    padding: 0 20px;
  }
}
@media \0screen {
  .s5-categoryFooter__inner {
    min-width: 979px;
  }
}
.s5-categoryFooter__heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.s5-categoryFooter__group {
  margin-bottom: 30px;
}

.s5-categoryFooter__groupHeader {
  font-weight: bold;
}

.s5-categoryFooter__groupHeader a {
  color: #2f353d;
  cursor: pointer;
}

.s5-categoryFooter__groupHeader a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-categoryFooter__groupHeader a:hover, .s5-categoryFooter__groupHeader a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

.s5-categoryFooter__group--hasChild .s5-categoryFooter__groupHeader {
  border-bottom: 1px solid #DFE1E5;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.s5-categoryFooter__group--hasChild .s5-categoryFooter__groupHeader:before {
  content: "\f0d7";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-categoryFooter__groupBody ul {
  font-size: 0;
  font-family: 'zeroWidth';
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-categoryFooter__groupBody li {
  font-size: 12px;
  font-family: sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 24.999%;
  padding: 0 8px 0 0;
  margin: 0 0 10px;
}

.s5-categoryFooter__groupBody a {
  color: #2f353d;
  cursor: pointer;
}

.s5-categoryFooter__groupBody a:before {
  content: "\f0da";
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-categoryFooter__groupBody a:hover, .s5-categoryFooter__groupBody a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 767px) {
  .s5-categoryFooter {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .s5-categoryFooter__inner {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .s5-categoryFooter__heading {
    margin-bottom: 20px;
  }

  .s5-categoryFooter__group {
    margin-bottom: 20px;
  }

  .s5-categoryFooter__group--hasChild .s5-categoryFooter__groupHeader {
    border-bottom-color: #000;
    padding-bottom: 6px;
    margin-bottom: 12px;
  }

  .s5-categoryFooter__groupBody li {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 18px;
  }
}
/* ==========================================================================
   .s5-FOCUSInCartModal
   ========================================================================== */
.s5-loadingScreenOverray {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: url(../images/s5-loadingScreenOverray/ic_loader.gif) no-repeat 50% 50%;
}

.s5-lockScreenOverray {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: transparent;
}

/* ==========================================================================
   lycheebox
   ========================================================================== */
.s5-modal {
  width: 100%;
  height: 100%;
  position: relative;
}

.s5-modal__close {
  position: absolute;
  right: -26px;
  top: -6px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/lycheebox/close.png) no-repeat 0 0;
}

.s5-modal__main {
  border: 20px solid #000;
  margin: -20px;
}

.s5-modal__main iframe {
  display: block;
}

/* ==========================================================================
   lycheebox
   ========================================================================== */
/* domwindow */
.ui-hideoverlay {
  position: fixed;
  text-align: left;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.ui-hideoverlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #333;
}

.ui-hideoverlay-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  z-index: 10000;
}

.ui-domwindowdialog {
  text-align: left;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  z-index: 10001;
  display: none;
}

/* lycheeBox */
.lycheebox-dialog {
  width: 100%;
  height: 100%;
  position: relative;
}

.lycheebox-positioner {
  position: absolute;
  left: 50%;
  top: 50%;
}

.lycheebox-main {
  background: #000;
  display: none;
  position: relative;
}

.lycheebox-main-inner {
  padding: 20px;
  text-align: right;
}

.lycheebox-imgholder {
  margin: 0 auto;
}

.lycheebox-imgholder img {
  display: block;
  width: 100%;
  height: 100%;
}

.lycheebox-dialogcloser {
  background: #333;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/lycheebox/close.png) no-repeat 0 0;
  position: absolute;
  right: -6px;
  top: -6px;
}

.lycheebox-loader {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/* ==========================================================================
   Section comment block
   ========================================================================== */
/* Sub-section comment block
   ========================================================================== */
/* Basic comment */
/* ==========================================================================
   .s5-importantNoticeLink
   ========================================================================== */
.s5-importantNoticeLink {
  font-size: 14px;
  text-align: right;
  margin: 10px 0;
}

.s5-importantNoticeLink.s5-importantNoticeLink--displaySmall {
  display: none;
}

.s5-importantNoticeLink.s5-importantNoticeLink--displayLarge {
  display: block;
}

@media screen and (max-width: 639px) {
  .s5-importantNoticeLink {
    margin: -10px 0;
  }

  .s5-importantNoticeLink span {
    font-size: 16px;
  }

  .s5-importantNoticeLink.s5-importantNoticeLink--displaySmall {
    display: block;
  }

  .s5-importantNoticeLink.s5-importantNoticeLink--displayLarge {
    display: none;
  }
}
/* ==========================================================================
   .s5-back
   ========================================================================== */
.s5-back {
  font-size: 12px;
  margin: 10px 0;
}

.s5-back a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-back a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-back a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-back a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-back a:before {
  content: "\f0d9";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0;
}

/* ==========================================================================
   .s5-mustBuyBanner
   ========================================================================== */
/* ==========================================================================
   .s5-promotion
   ========================================================================== */
.s5-promotionA,
.s5-promotionA2,
.s5-promotionB,
.s5-promotionB2,
.s5-promotionC,
.s5-promotionD,
.s5-promotionE,
.s5-promotionF,
.s5-promotionG,
.s5-promotionH,
.s5-promotionG2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
  margin: 20px 0;
}

.s5-mustBuyBanner + .s5-promotionA, .s5-mustBuyBanner +
.s5-promotionA2, .s5-mustBuyBanner +
.s5-promotionB, .s5-mustBuyBanner +
.s5-promotionB2, .s5-mustBuyBanner +
.s5-promotionC, .s5-mustBuyBanner +
.s5-promotionD, .s5-mustBuyBanner +
.s5-promotionE, .s5-mustBuyBanner +
.s5-promotionF, .s5-mustBuyBanner +
.s5-promotionG, .s5-mustBuyBanner +
.s5-promotionH, .s5-mustBuyBanner +
.s5-promotionG2 {
  margin-top: 15px;
}

.s5-promotionA a,
.s5-promotionA2 a,
.s5-promotionB a,
.s5-promotionB2 a,
.s5-promotionC a,
.s5-promotionD a,
.s5-promotionE a,
.s5-promotionF a,
.s5-promotionG a,
.s5-promotionH a,
.s5-promotionG2 a {
  display: block;
}

.s5-promotionA a img,
.s5-promotionA2 a img,
.s5-promotionB a img,
.s5-promotionB2 a img,
.s5-promotionC a img,
.s5-promotionD a img,
.s5-promotionE a img,
.s5-promotionF a img,
.s5-promotionG a img,
.s5-promotionH a img,
.s5-promotionG2 a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-promotionA a:hover img,
.s5-promotionA2 a:hover img,
.s5-promotionB a:hover img,
.s5-promotionB2 a:hover img,
.s5-promotionC a:hover img,
.s5-promotionD a:hover img,
.s5-promotionE a:hover img,
.s5-promotionF a:hover img,
.s5-promotionG a:hover img,
.s5-promotionH a:hover img,
.s5-promotionG2 a:hover img {
  -webkit-transition: opacity 0;
  transition: opacity 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.s5-promotionA__main,
.s5-promotionA2__main,
.s5-promotionB__main,
.s5-promotionB2__main,
.s5-promotionC__main,
.s5-promotionD__main,
.s5-promotionE__main,
.s5-promotionF__main,
.s5-promotionG__main,
.s5-promotionG__main2,
.s5-promotionH__main,
.s5-promotionG2__main {
  position: absolute;
  height: 0;
  padding-top: 45%;
  top: 0;
}

.s5-promotionA__main,
.s5-promotionA2__main {
  width: 100%;
}

.s5-promotionB__main,
.s5-promotionB2__main {
  width: 79.33333%;
}

.s5-promotionC__main {
  width: 59.33333%;
}

.s5-promotionD__main {
  width: 32.5%;
}

.s5-promotionE__main {
  width: 58.66667%;
}

.s5-promotionF__main {
  width: 72.08333%;
}

.s5-promotionG__main {
  width: 58.66667%;
}

.s5-promotionG__main2 {
  width: 40%;
}

.s5-promotionH__main {
  width: 49.41667%;
}

.s5-promotionG2__main {
  width: 49.33333%;
}

.s5-promotionD__main + .s5-promotionD__main {
  left: 33.75%;
}

.s5-promotionD__main + .s5-promotionD__main + .s5-promotionD__main {
  left: 67.5%;
}

.s5-promotionH__main {
  padding-top: 21.72471%;
}

.s5-promotionH__main:first-child + .s5-promotionH__main,
.s5-promotionG2__main:first-child + .s5-promotionG2__main {
  right: 0;
}

.s5-promotionH__main:first-child + .s5-promotionH__main + .s5-promotionH__main {
  top: auto;
  bottom: 0;
}

.s5-promotionH__main:first-child + .s5-promotionH__main + .s5-promotionH__main + .s5-promotionH__main {
  right: 0;
  top: auto;
  bottom: 0;
}

.s5-promotionG__main2 {
  padding-top: 21.83333%;
  right: 0;
}

.s5-promotionA__mainDefault img,
.s5-promotionA2__mainDefault img,
.s5-promotionB__mainDefault img,
.s5-promotionB2__mainDefault img,
.s5-promotionC__mainDefault img,
.s5-promotionD__mainDefault img,
.s5-promotionE__mainDefault img,
.s5-promotionF__mainDefault img,
.s5-promotionG__mainDefault img,
.s5-promotionH__mainDefault img,
.s5-promotionG2__mainDefault img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.s5-promotionA__mainAlt,
.s5-promotionB__mainAlt,
.s5-promotionC__mainAlt,
.s5-promotionD__mainAlt,
.s5-promotionE__mainAlt,
.s5-promotionF__mainAlt,
.s5-promotionH__mainAlt,
.s5-promotionG__mainAlt,
.s5-promotionG2__mainAlt {
  display: none;
}

.s5-promotionB__sub,
.s5-promotionB2__sub,
.s5-promotionC__sub,
.s5-promotionE__sub,
.s5-promotionF__sub,
.s5-promotionG__sub {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

.s5-promotionB__sub img,
.s5-promotionB2__sub img,
.s5-promotionC__sub img,
.s5-promotionE__sub img,
.s5-promotionF__sub img,
.s5-promotionG__sub img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-promotionB__sub ul,
.s5-promotionB2__sub ul,
.s5-promotionC__sub ul,
.s5-promotionE__sub ul,
.s5-promotionF__sub ul,
.s5-promotionG__sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-promotionB__sub li,
.s5-promotionB2__sub li,
.s5-promotionC__sub li,
.s5-promotionE__sub li,
.s5-promotionF__sub li,
.s5-promotionG__sub li {
  margin: 0;
  position: relative;
}

.s5-promotionB__sub {
  width: 19.41667%;
}

.s5-promotionB2__sub {
  width: 19.41667%;
}

.s5-promotionC__sub {
  width: 39.41667%;
}

.s5-promotionE__sub {
  width: 38.83333%;
}

.s5-promotionF__sub {
  width: 25.33333%;
}

.s5-promotionG__sub {
  width: 38.83333%;
  top: auto;
}

.s5-promotionB__sub li {
  padding-bottom: 6.43777%;
}

.s5-promotionB2__sub li {
  padding-bottom: 6.43777%;
}

.s5-promotionC__sub li {
  padding-bottom: 3.17125%;
}

.s5-promotionE__sub li {
  padding-bottom: 3.21888%;
  width: 50%;
  float: left;
}

.s5-promotionE__sub li:first-child,
.s5-promotionE__sub li:first-child + li + li {
  margin-left: -3.1%;
  margin-right: 3.1%;
}

.s5-promotionF__sub li {
  padding-bottom: 4.93421%;
  width: 50%;
  float: left;
}

.s5-promotionF__sub li:first-child,
.s5-promotionF__sub li:first-child + li + li {
  margin-left: -5%;
  margin-right: 5%;
}

.s5-promotionG__sub li {
  width: 50%;
  float: left;
}

.s5-promotionG__sub li:first-child {
  margin-left: -3.1%;
  margin-right: 3.1%;
}

span.s5-promotionB__subTextMain,
span.s5-promotionC__subTextMain,
span.s5-promotionE__subTextMain,
span.s5-promotionF__subTextMain,
span.s5-promotionG__subTextMain,
span.s5-promotionB__subTextSub,
span.s5-promotionC__subTextSub,
span.s5-promotionE__subTextSub,
span.s5-promotionF__subTextSub,
span.s5-promotionG__subTextSub {
  display: none;
}

@media screen and (max-width: 639px) {
  .s5-promotionA,
  .s5-promotionA2,
  .s5-promotionB,
  .s5-promotionC,
  .s5-promotionD,
  .s5-promotionE,
  .s5-promotionF,
  .s5-promotionG,
  .s5-promotionH,
  .s5-promotionG2 {
    position: static;
    display: block;
    width: auto;
    height: auto;
    padding-top: 0;
    margin: 10px -20px;
  }

  .s5-promotionA__main,
  .s5-promotionB__main,
  .s5-promotionC__main,
  .s5-promotionE__main,
  .s5-promotionF__main {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 75.8427%;
    margin: 0 0 15px;
  }

  .s5-promotionA2__main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .s5-promotionA2__mainDefault img {
    width: 100%;
    height: auto;
  }

  .s5-promotionB2 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding-top: 0;
    margin: 10px -20px;
  }

  .s5-promotionB2__main {
    width: 100%;
    position: relative;
    padding-top: 57%;
  }

  .s5-promotionB2__mainDefault img {
    width: 100%;
    height: auto;
  }

  .s5-promotionD__main,
  .s5-promotionD__main + .s5-promotionD__main,
  .s5-promotionD__main + .s5-promotionD__main + .s5-promotionD__main {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 15px;
  }

  .s5-promotionD__main + .s5-promotionD__main,
  .s5-promotionD__main + .s5-promotionD__main + .s5-promotionD__main {
    left: 0;
  }

  .s5-promotionG__main,
  .s5-promotionG__main2,
  .s5-promotionH__main,
  .s5-promotionG2__main {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 15px;
  }

  .s5-promotionG__main2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .s5-promotionA__mainDefault,
  .s5-promotionB__mainDefault,
  .s5-promotionC__mainDefault,
  .s5-promotionE__mainDefault,
  .s5-promotionF__mainDefault,
  .s5-promotionH__mainDefault,
  .s5-promotionG2__mainDefault {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .s5-promotionA__mainDefault img,
  .s5-promotionB__mainDefault img,
  .s5-promotionC__mainDefault img,
  .s5-promotionE__mainDefault img,
  .s5-promotionF__mainDefault img,
  .s5-promotionH__mainDefault img,
  .s5-promotionG2__mainDefault img {
    position: static;
    width: 100%;
    height: auto;
  }

  .s5-promotionB2__mainDefault img {
    position: static;
    width: 100%;
    height: auto;
  }

  .s5-promotionA__mainDefault:last-child img,
  .s5-promotionB__mainDefault:last-child img,
  .s5-promotionB2__mainDefault:last-child img,
  .s5-promotionC__mainDefault:last-child img,
  .s5-promotionE__mainDefault:last-child img,
  .s5-promotionF__mainDefault:last-child img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: -20%;
    bottom: 0;
    right: -20%;
    margin: auto;
  }

  .s5-promotionG__mainDefault,
  .s5-promotionH__mainDefault,
  .s5-promotionG2__mainDefault {
    position: static;
  }

  .s5-promotionG__mainDefault img,
  .s5-promotionH__mainDefault img,
  .s5-promotionG2__mainDefault img {
    position: static;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .s5-promotionA__mainDefault:not(:last-child),
  .s5-promotionB__mainDefault:not(:last-child),
  .s5-promotionC__mainDefault:not(:last-child),
  .s5-promotionD__mainDefault:not(:last-child),
  .s5-promotionE__mainDefault:not(:last-child),
  .s5-promotionF__mainDefault:not(:last-child),
  .s5-promotionG__mainDefault:not(:last-child),
  .s5-promotionH__mainDefault:not(:last-child),
  .s5-promotionG2__mainDefault:not(:last-child) {
    display: none;
  }

  .s5-promotionA__mainAlt,
  .s5-promotionB__mainAlt,
  .s5-promotionC__mainAlt,
  .s5-promotionE__mainAlt,
  .s5-promotionF__mainAlt,
  .s5-promotionH__mainAlt,
  .s5-promotionG2__mainAlt {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }

  .s5-promotionA__mainAlt img,
  .s5-promotionB__mainAlt img,
  .s5-promotionC__mainAlt img,
  .s5-promotionE__mainAlt img,
  .s5-promotionF__mainAlt img,
  .s5-promotionH__mainAlt img,
  .s5-promotionG2__mainAlt img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .s5-promotionD__mainAlt,
  .s5-promotionG__mainAlt,
  .s5-promotionH__mainAlt,
  .s5-promotionG2__mainAlt {
    display: block;
  }

  .s5-promotionD__mainAlt img,
  .s5-promotionG__mainAlt img,
  .s5-promotionH__mainAlt img,
  .s5-promotionG2__mainAlt img {
    display: block;
    width: 100%;
    height: auto;
  }

  .s5-promotionB__sub,
  .s5-promotionB2__sub,
  .s5-promotionC__sub,
  .s5-promotionE__sub,
  .s5-promotionF__sub,
  .s5-promotionG__sub {
    position: static;
    display: block;
    width: auto;
    padding: 0 20px;
  }

  .s5-promotionB__sub ul,
  .s5-promotionB2__sub ul,
  .s5-promotionC__sub ul,
  .s5-promotionE__sub ul,
  .s5-promotionF__sub ul,
  .s5-promotionG__sub ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .s5-promotionB__sub li,
  .s5-promotionB2__sub li,
  .s5-promotionC__sub li,
  .s5-promotionE__sub li,
  .s5-promotionF__sub li,
  .s5-promotionG__sub li {
    line-height: 1.4;
    position: relative;
    float: none;
    width: auto;
    padding: 10px 10px 10px 24px;
    margin: 15px 0;
    background: #F3F4F6;
  }

  .s5-promotionB__sub li:before,
  .s5-promotionB2__sub li:before,
  .s5-promotionC__sub li:before,
  .s5-promotionE__sub li:before,
  .s5-promotionF__sub li:before,
  .s5-promotionG__sub li:before {
    content: "\f0da";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 10px;
  }

  .s5-promotionB__sub li a,
  .s5-promotionB2__sub li a,
  .s5-promotionC__sub li a,
  .s5-promotionE__sub li a,
  .s5-promotionF__sub li a,
  .s5-promotionG__sub li a {
    color: inherit;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    display: block;
    padding: 10px 10px 10px 24px;
    margin: -10px -10px -10px -24px;
  }

  .s5-promotionB__sub li a img,
  .s5-promotionB2__sub li a img,
  .s5-promotionC__sub li a img,
  .s5-promotionE__sub li a img,
  .s5-promotionF__sub li a img,
  .s5-promotionG__sub li a img {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }

  .s5-promotionB__sub li a:hover,
  .s5-promotionB2__sub li a:hover,
  .s5-promotionC__sub li a:hover,
  .s5-promotionE__sub li a:hover,
  .s5-promotionF__sub li a:hover,
  .s5-promotionG__sub li a:hover {
    text-decoration: none;
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
    -webkit-transition: opacity 0;
    transition: opacity 0;
  }

  .s5-promotionB__sub li a:hover img,
  .s5-promotionB2__sub li a:hover img,
  .s5-promotionC__sub li a:hover img,
  .s5-promotionE__sub li a:hover img,
  .s5-promotionF__sub li a:hover img,
  .s5-promotionG__sub li a:hover img {
    -ms-filter: "alpha(opacity=62.5)";
    opacity: 0.625;
    -webkit-transition: opacity 0;
    transition: opacity 0;
  }

  .s5-promotionB__sub img,
  .s5-promotionB2__sub img,
  .s5-promotionC__sub img,
  .s5-promotionE__sub img,
  .s5-promotionF__sub img,
  .s5-promotionG__sub img {
    display: none;
  }

  .s5-promotionE__sub li:first-child,
  .s5-promotionE__sub li:first-child + li + li,
  .s5-promotionF__sub li:first-child,
  .s5-promotionF__sub li:first-child + li + li,
  .s5-promotionG__sub li:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  span.s5-promotionA__subTextMain,
  span.s5-promotionB__subTextMain,
  span.s5-promotionB2__subTextMain,
  span.s5-promotionC__subTextMain,
  span.s5-promotionD__subTextMain,
  span.s5-promotionE__subTextMain,
  span.s5-promotionF__subTextMain,
  span.s5-promotionG__subTextMain {
    font-weight: bold;
    display: block;
  }

  span.s5-promotionA__subTextSub,
  span.s5-promotionB__subTextSub,
  span.s5-promotionB2__subTextSub,
  span.s5-promotionC__subTextSub,
  span.s5-promotionD__subTextSub,
  span.s5-promotionE__subTextSub,
  span.s5-promotionF__subTextSub,
  span.s5-promotionG__subTextSub {
    display: block;
    margin-top: 2px;
  }
}
/* ==========================================================================
   .s5-bannerImage
   ========================================================================== */
.s5-getStarted {
  margin: 20px -7px 20px -8px;
}

.s5-getStarted:before {
  content: '';
  margin-top: -15px;
}

.s5-getStarted ul {
  font-size: 0;
  font-family: 'zeroWidth';
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-getStarted li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 8px 0 8px;
  margin: 0 0 15px;
  position: relative;
}

.s5-getStarted li.s5-getStarted__item1 {
  width: 100%;
}

.s5-getStarted li.s5-getStarted__item2 {
  width: 49.999%;
}

.s5-getStarted li.s5-getStarted__item3 {
  width: 33.333%;
}

.s5-getStarted li.s5-getStarted__item4 {
  width: 24.999%;
}

.s5-getStarted a {
  display: block;
}

.s5-getStarted a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-getStarted a:hover img {
  -webkit-transition: opacity 0;
  transition: opacity 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.s5-getStarted img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-getStarted__alt {
  display: none;
}

@media screen and (max-width: 639px) {
  .s5-getStarted li.s5-getStarted__item1 {
    width: 100%;
  }

  .s5-getStarted li.s5-getStarted__item2 {
    width: 100%;
  }

  .s5-getStarted li.s5-getStarted__item3 {
    width: 49.999%;
  }

  .s5-getStarted li.s5-getStarted__item4 {
    width: 49.999%;
  }

  .s5-getStarted__default {
    display: none;
  }

  .s5-getStarted__alt {
    display: block;
  }
}
/* ==========================================================================
   .s5-bannerImages
   ========================================================================== */
.s5-bannerImages {
  overflow: hidden;
  margin: 40px 0;
}

.s5-bannerImages img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-bannerImages__inner {
  margin: 0 -30px;
}

.s5-bannerImages__inner ul {
  list-style: none;
  table-layout: fixed;
  border-spacing: 30px 0;
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
}

.s5-bannerImages__inner li {
  display: table-cell;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 639px) {
  .s5-bannerImages {
    overflow: visible;
    margin: 20px 0 30px;
  }

  .s5-bannerImages__inner {
    margin: 0;
  }

  .s5-bannerImages__inner ul {
    display: block;
  }

  .s5-bannerImages__inner li {
    display: block;
    margin-top: 15px;
  }
}
/* ==========================================================================
   .s5-listItem1
   .s5-listItem2
   .s5-listItem4
   .s5-listItem6
   ========================================================================== */
div.s5-list {
  font-size: 0;
  text-align: justify;
  margin: 0 -15px 60px;
  padding-bottom: 1px;
  text-align: left;
  word-break: break-all;
}

div.s5-list:after {
  content: '';
  display: block;
  margin: -60px 0 0;
}

@media screen and (max-width: 639px) {
  div.s5-list {
    margin: 0 -6px 30px;
  }

  div.s5-list:after {
    margin: -20px 0 0;
  }
}
div.s5-list .s5-list__foreignBlocks {
  font-size: 16px;
  font-family: sans-serif;
  padding: 0 15px;
}

@media screen and (max-width: 639px) {
  div.s5-list .s5-list__foreignBlocks {
    padding: 0 6px;
  }
}
.s5-listItem1, .s5-listItem2, .s5-listItem4, .s5-listItem6, .s5-listItem2B,
.s5-listItem3B,
.s5-listItem4B,
.s5-listItem6B {
  *zoom: 1;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 60px;
}

.s5-listItem1:before, .s5-listItem2:before, .s5-listItem4:before, .s5-listItem6:before, .s5-listItem2B:before,
.s5-listItem3B:before,
.s5-listItem4B:before,
.s5-listItem6B:before, .s5-listItem1:after, .s5-listItem2:after, .s5-listItem4:after, .s5-listItem6:after, .s5-listItem2B:after,
.s5-listItem3B:after,
.s5-listItem4B:after,
.s5-listItem6B:after {
  content: "";
  display: table;
}

.s5-listItem1:after, .s5-listItem2:after, .s5-listItem4:after, .s5-listItem6:after, .s5-listItem2B:after,
.s5-listItem3B:after,
.s5-listItem4B:after,
.s5-listItem6B:after {
  clear: both;
}

@media screen and (max-width: 639px) {
  .s5-listItem1, .s5-listItem2, .s5-listItem4, .s5-listItem6, .s5-listItem2B,
  .s5-listItem3B,
  .s5-listItem4B,
  .s5-listItem6B {
    margin-bottom: 20px;
  }
}
.s5-listItem1__heading, .s5-listItem2__heading, .s5-listItem4__heading,
.s5-listItem6__heading {
  font-weight: bold;
  padding-bottom: 5px;
}

.s5-listItem1__main, .s5-listItem2__main, .s5-listItem4__main,
.s5-listItem6__main {
  border-top: 1px solid #000;
}

.s5-listItem1__image, .s5-listItem2__image, .s5-listItem4__image, .s5-listItem6__image, .s5-listItem2B__image,
.s5-listItem3B__image,
.s5-listItem4B__image,
.s5-listItem6B__image {
  margin: 20px auto;
  position: relative;
}

.s5-listItem1__image img, .s5-listItem2__image img, .s5-listItem4__image img, .s5-listItem6__image img, .s5-listItem2B__image img,
.s5-listItem3B__image img,
.s5-listItem4B__image img,
.s5-listItem6B__image img {
  display: block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.s5-listItem1__image.s5-listItem1__image--noscale img, .s5-listItem2__image.s5-listItem2__image--noscale img, .s5-listItem4__image.s5-listItem4__image--noscale img, .s5-listItem6__image.s5-listItem6__image--noscale img, .s5-listItem2B__image.s5-listItem2B__image--noscale img, .s5-listItem3B__image.s5-listItem3B__image--noscale img, .s5-listItem4B__image.s5-listItem4B__image--noscale img, .s5-listItem6B__image.s5-listItem6B__image--noscale img {
  display: block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.s5-listItem6__eyecatcher, .s5-listItem2B__eyecatcher,
.s5-listItem3B__eyecatcher,
.s5-listItem4B__eyecatcher,
.s5-listItem6B__eyecatcher {
  font-size: 14px;
  font-weight: bold;
}

.s5-listItem6__eyecatcher:before, .s5-listItem2B__eyecatcher:before,
.s5-listItem3B__eyecatcher:before,
.s5-listItem4B__eyecatcher:before,
.s5-listItem6B__eyecatcher:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0;
}

.s5-listItem1__labelGroup, .s5-listItem2__labelGroup, .s5-listItem4__labelGroup,
.s5-listItem6__labelGroup {
  padding-top: 1px;
}

.s5-listItem1__productNameGroup, .s5-listItem2__productNameGroup, .s5-listItem4__productNameGroup,
.s5-listItem6__productNameGroup {
  margin-bottom: 16px;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__productNameGroup, .s5-listItem2__productNameGroup, .s5-listItem4__productNameGroup,
  .s5-listItem6__productNameGroup {
    margin-bottom: 10px;
  }
}
.s5-listItem1__productName, .s5-listItem2__productName, .s5-listItem4__productName,
.s5-listItem6__productName {
  font-size: 12px;
  margin: 8px 0;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__productName, .s5-listItem2__productName, .s5-listItem4__productName,
  .s5-listItem6__productName {
    margin: 4px 0;
  }
}
.s5-listItem1__modelName, .s5-listItem2__modelName, .s5-listItem4__modelName,
.s5-listItem6__modelName {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__modelName, .s5-listItem2__modelName, .s5-listItem4__modelName,
  .s5-listItem6__modelName {
    margin: 4px 0;
  }
}
.s5-listItem1__modelNameSub, .s5-listItem2__modelNameSub, .s5-listItem4__modelNameSub,
.s5-listItem6__modelNameSub {
  font-size: 10px;
  margin: -8px 0 8px;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__modelNameSub, .s5-listItem2__modelNameSub, .s5-listItem4__modelNameSub,
  .s5-listItem6__modelNameSub {
    margin: -4px 0 4px;
  }
}
.s5-listItem1__description, .s5-listItem2__description, .s5-listItem4__description,
.s5-listItem6__description {
  font-size: 14px;
}

.s5-listItem1__available, .s5-listItem2__available, .s5-listItem4__available,
.s5-listItem6__available, .s5-scrollableTable__available {
  font-size: 12px;
  font-weight: bold;
  margin: 16px 0 16px;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__available, .s5-listItem2__available, .s5-listItem4__available,
  .s5-listItem6__available, .s5-scrollableTable__available {
    margin: 10px 0;
  }
}
.s5-listItem1__price, .s5-listItem2__price, .s5-listItem4__price, .s5-listItem6__price, .s5-scrollableTable__price {
  font-size: 12px;
  margin: 16px 0;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__price, .s5-listItem2__price, .s5-listItem4__price, .s5-listItem6__price, .s5-scrollableTable__price {
    margin: 10px 0;
  }
}
.s5-listItem1__priceSub, .s5-listItem2__priceSub, .s5-listItem4__priceSub, .s5-listItem6__priceSub, .s5-scrollableTable__priceSub {
  font-size: 10px;
  margin: 16px 0;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__priceSub, .s5-listItem2__priceSub, .s5-listItem4__priceSub, .s5-listItem6__priceSub, .s5-scrollableTable__priceSub {
    margin: 10px 0;
  }
}
.s5-listItem1__logoImage, .s5-listItem2__logoImage, .s5-listItem4__logoImage,
.s5-listItem6__logoImage {
  margin: 16px 0;
  max-width: 288px;
}

.s5-listItem1__logoImage img, .s5-listItem2__logoImage img, .s5-listItem4__logoImage img,
.s5-listItem6__logoImage img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__logoImage, .s5-listItem2__logoImage, .s5-listItem4__logoImage,
  .s5-listItem6__logoImage {
    max-width: none;
  }

  .s5-listItem1__logoImage img, .s5-listItem2__logoImage img, .s5-listItem4__logoImage img,
  .s5-listItem6__logoImage img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.s5-listItem4__note, .s5-listItem1__store {
  color: #83838f;
  font-size: 12px;
  margin: 10px 0;
}

.s5-listItem1__extra, .s5-listItem2__extra, .s5-listItem4__extra,
.s5-listItem6__extra {
  margin-bottom: 20px;
}

.s5-listItem1__buttonContainer, .s5-listItem2__buttonContainer, .s5-listItem4__buttonContainer,
.s5-listItem6__buttonContainer {
  margin-top: 10px;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__buttonContainer, .s5-listItem2__buttonContainer, .s5-listItem4__buttonContainer,
  .s5-listItem6__buttonContainer {
    margin-top: 0;
  }
}
.s5-button.s5-listItem1__button, .s5-button.s5-listItem2__button, .s5-button.s5-listItem4__button, .s5-button.s5-listItem6__button {
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.s5-listItem1__store, .s5-listItem2__store, .s5-listItem4__store,
.s5-listItem6__store, .s5-scrollableTable__store {
  padding: 8px 10px;
  background: #f3f4f6;
}

@media screen and (max-width: 639px) {
  .s5-listItem1__store, .s5-listItem2__store, .s5-listItem4__store,
  .s5-listItem6__store, .s5-scrollableTable__store {
    clear: both;
    padding: 12px 10px;
  }
}
span.s5-listItem1__storeText, span.s5-listItem2__storeText, span.s5-listItem4__storeText,
span.s5-listItem6__storeText, span.s5-scrollableTable__storeText {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

span.s5-listItem1__storeText:first-child, span.s5-listItem2__storeText:first-child, span.s5-listItem4__storeText:first-child,
span.s5-listItem6__storeText:first-child, span.s5-scrollableTable__storeText:first-child {
  margin-top: 0;
}

@media screen and (max-width: 639px) {
  span.s5-listItem1__storeText, span.s5-listItem2__storeText, span.s5-listItem4__storeText,
  span.s5-listItem6__storeText, span.s5-scrollableTable__storeText {
    font-weight: bold;
    display: inline;
  }
}
span.s5-listItem4__storeText--predeterminedPrice,
span.s5-listItem6__storeText--predeterminedPrice {
  font-size: 12px;
  display: block;
}

@media screen and (max-width: 639px) {
  span.s5-listItem4__storeText--predeterminedPrice,
  span.s5-listItem6__storeText--predeterminedPrice {
    font-weight: bold;
    display: inline;
  }
}
span.s5-listItem1__storePrice, span.s5-listItem2__storePrice, span.s5-listItem4__storePrice,
span.s5-listItem6__storePrice, span.s5-scrollableTable__storePrice {
  font-size: 18px;
  font-weight: bold;
}

span.s5-listItem1__storeUnit, span.s5-listItem2__storeUnit, span.s5-listItem4__storeUnit,
span.s5-listItem6__storeUnit, span.s5-scrollableTable__storeUnit {
  font-size: 12px;
  font-weight: bold;
}

.s5-listItem1__storeButtonContainer, .s5-listItem2__storeButtonContainer, .s5-listItem4__storeButtonContainer,
.s5-listItem6__storeButtonContainer {
  margin-top: 5px;
}

.s5-storeButton.s5-listItem1__storeButton, .s5-storeButton.s5-listItem2__storeButton, .s5-storeButton.s5-listItem4__storeButton,
.s5-storeButton.s5-listItem6__storeButton, .s5-scrollableTable__storeButtonContainer .s5-storeButton {
  font-size: 12px;
}

.s5-listItem4__note, .s5-listItem1__store {
  margin-top: 10px;
}

.s5-listItem4__note ul, .s5-listItem1__store ul {
  color: #83838f;
  font-size: 10px;
  padding-left: 14px;
  margin: 0;
}

.s5-listItem4__note li, .s5-listItem1__store li {
  margin: 0 0 .2em;
}

/* .s5-listItem1
   ========================================================================== */
.s5-listItem1 {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}

.s5-listItem1__inner {
  *zoom: 1;
}

.s5-listItem1__inner:before, .s5-listItem1__inner:after {
  content: "";
  display: table;
}

.s5-listItem1__inner:after {
  clear: both;
}

.s5-listItem1__image {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%;
  padding-right: 30px;
  margin-bottom: 0;
}

.s5-listItem1--hover .s5-listItem1__image img {
  -ms-filter: "alpha(opacity=50)";
  opacity: .5;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-listItem1__text {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 30%;
}

.s5-listItem1__labelGroup {
  margin-top: 10px;
}

.s5-listItem1__available + .s5-listItem1__price {
  margin-top: -12px;
}

.s5-listItem1__price + .s5-listItem1__priceSub {
  margin-top: -16px;
}

.s5-listItem1__extra {
  clear: right;
  float: right;
  width: 30%;
}

.s5-listItem1--hover .s5-button.s5-listItem1__button {
  background: #8aacf6;
}

.s5-listItem1__store {
  clear: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 30%;
}

@media screen and (max-width: 639px) {
  .s5-listItem1 {
    padding: 0 6px;
    margin-left: 0;
    margin-right: 0;
  }

  .s5-listItem1__inner {
    width: auto;
  }

  .s5-listItem1__image {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 15px;
  }

  .s5-listItem1__text {
    float: none;
    width: auto;
  }

  .s5-listItem1__available + .s5-listItem1__price {
    margin-top: -8px;
  }

  .s5-listItem1__price + .s5-listItem1__priceSub {
    margin-top: -10px;
  }

  .s5-listItem1__extra {
    float: none;
    clear: none;
    width: auto;
  }

  .s5-listItem1__buttonContainer {
    float: none;
    width: auto;
  }

  .s5-listItem1__logoImage {
    float: none;
    width: auto;
  }

  .s5-button.s5-listItem1__button {
    min-width: 120px;
  }

  .s5-listItem1__store {
    float: none;
    width: auto;
  }
}
/* .s5-listItem2
   ========================================================================== */
.s5-listItem2 {
  width: 49.999%;
}

.s5-listItem2__inner {
  margin: 0 15px;
}

.s5-listItem2--hover .s5-listItem2__image img {
  -ms-filter: "alpha(opacity=50)";
  opacity: .5;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-listItem2__available + .s5-listItem2__price {
  margin-top: -12px;
}

.s5-listItem2__price + .s5-listItem2__priceSub {
  margin-top: -16px;
}

.s5-listItem2--hover .s5-button.s5-listItem2__button {
  background: #8aacf6;
}

@media screen and (max-width: 639px) {
  .s5-listItem2 {
    display: block;
    width: auto;
    padding: 0 6px;
  }

  .s5-listItem2__inner {
    display: block;
    width: auto;
    margin: 0;
  }

  .s5-listItem2__text {
    float: none;
    display: block;
    width: auto;
  }

  .s5-listItem2__available + .s5-listItem2__price {
    margin-top: -8px;
  }

  .s5-listItem2__price + .s5-listItem2__priceSub {
    margin-top: -10px;
  }

  .s5-listItem2__buttonContainer {
    float: none;
    width: auto;
  }

  .s5-button.s5-listItem2__button {
    min-width: 120px;
  }
}
/* .s5-listItem4
   .s5-listItem6
   ========================================================================== */
.s5-list.s5-list--onelineForListItem4 .s5-listItem4 {
  display: none;
}

.s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child,
.s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4,
.s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4 + .s5-listItem4,
.s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4 + .s5-listItem4 + .s5-listItem4 {
  display: inline-block;
}

@media screen and (max-width: 639px) {
  .s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child,
  .s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4,
  .s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4 + .s5-listItem4,
  .s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4 + .s5-listItem4 + .s5-listItem4 {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  .s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4 + .s5-listItem4 + .s5-listItem4 {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4,
  .s5-list.s5-list--onelineForListItem4 .s5-listItem4:first-child + .s5-listItem4 + .s5-listItem4 {
    display: none;
  }
}
.s5-listItem4 {
  width: 24.999%;
}

.s5-listItem6 {
  width: 16.66%;
}

.s5-listItem4__inner,
.s5-listItem6__inner {
  margin: 0 15px;
}

.s5-listItem4__image {
  margin-bottom: 15px;
}

.s5-listItem4--hover .s5-listItem4__image img {
  -ms-filter: "alpha(opacity=50)";
  opacity: .5;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-listItem6--hover .s5-listItem6__image img {
  -ms-filter: "alpha(opacity=50)";
  opacity: .5;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-listItem4__available + .s5-listItem4__price {
  margin-top: -4px;
}

.s5-listItem6__available + .s5-listItem6__price {
  margin-top: -4px;
}

.s5-listItem4__price + .s5-listItem4__priceSub {
  margin-top: -4px;
}

.s5-listItem6__price + .s5-listItem6__priceSub {
  margin-top: -4px;
}

.s5-listItem4--hover .s5-button.s5-listItem4__button {
  background: #8aacf6;
}

.s5-listItem6--hover .s5-button.s5-listItem6__button {
  background: #8aacf6;
}

.s5-listItem1__store {
  color: #2f353d;
}

@media screen and (max-width: 979px) {
  .s5-listItem4 {
    width: 33.333%;
  }

  .s5-listItem6 {
    width: 24.999%;
  }
}
@media screen and (max-width: 639px) {
  .s5-listItem4,
  .s5-listItem6 {
    display: block;
    width: auto;
    padding: 0 6px;
  }

  .s5-listItem4__inner,
  .s5-listItem6__inner {
    display: block;
    width: auto;
    margin: 0;
  }

  .s5-listItem4__heading {
    font-size: 12px;
    font-weight: bold;
  }

  .s5-listItem4__main,
  .s5-listItem6__main {
    padding: 20px 0 0;
  }

  .s5-listItem4__image,
  .s5-listItem6__image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 6px 0 0;
    margin-top: 0;
  }

  .s5-listItem4__text,
  .s5-listItem6__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    padding: 0 0 0 6px;
  }

  .s5-listItem4__available + .s5-listItem4__price {
    margin-top: -8px;
  }

  .s5-listItem6__available + .s5-listItem6__price {
    margin-top: -8px;
  }

  .s5-listItem4__price + .s5-listItem4__priceSub {
    margin-top: -10px;
  }

  .s5-listItem6__price + .s5-listItem6__priceSub {
    margin-top: -10px;
  }

  .s5-listItem4__extra,
  .s5-listItem6__extra {
    display: block;
  }

  .s5-listItem4__buttonContainer,
  .s5-listItem6__buttonContainer {
    clear: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 50%;
    padding: 0 6px 0 0;
    margin-bottom: 12px;
  }

  .s5-button.s5-listItem4__button,
  .s5-button.s5-listItem4__button {
    min-width: 120px;
  }

  .s5-listItem4__logoImage,
  .s5-listItem6__logoImage {
    display: block;
    clear: both;
  }

  .s5-listItem4__logoImage img,
  .s5-listItem6__logoImage img {
    padding-bottom: 0;
  }
}
/* .s5-listItem2B
   .s5-listItem3B
   .s5-listItem4B
   .s5-listItem6B
   ========================================================================== */
.s5-listItem2B a,
.s5-listItem3B a,
.s5-listItem4B a,
.s5-listItem6B a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
}

.s5-listItem2B a img,
.s5-listItem3B a img,
.s5-listItem4B a img,
.s5-listItem6B a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-listItem2B a:hover,
.s5-listItem3B a:hover,
.s5-listItem4B a:hover,
.s5-listItem6B a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-listItem2B a:hover img,
.s5-listItem3B a:hover img,
.s5-listItem4B a:hover img,
.s5-listItem6B a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-listItem2B {
  width: 49.999%;
}

.s5-listItem3B {
  width: 33.333%;
}

.s5-listItem4B {
  width: 24.999%;
}

.s5-listItem6B {
  width: 16.666%;
}

.s5-listItem2B__inner,
.s5-listItem3B__inner,
.s5-listItem4B__inner,
.s5-listItem6B__inner {
  border-top: 1px solid #000;
  margin: 0 15px;
}

@media screen and (max-width: 979px) {
  .s5-listItem6B {
    width: 24.999%;
  }
}
@media screen and (max-width: 639px) {
  .s5-listItem2B,
  .s5-listItem3B,
  .s5-listItem4B {
    width: 49.999%;
  }

  .s5-listItem6B {
    width: 33.333%;
  }

  .s5-listItem2B__inner,
  .s5-listItem3B__inner,
  .s5-listItem4B__inner,
  .s5-listItem6B__inner {
    margin: 0 6px;
  }

  .s5-listItem2B__image,
  .s5-listItem3B__image,
  .s5-listItem4B__image,
  .s5-listItem6B__image {
    margin-bottom: 5px;
  }
}
/* ==========================================================================
  .s5-listItemBottomButton
   ========================================================================== */
.s5-listItemBottomButton {
  text-align: center;
  margin: 50px 0 80px;
}

.s5-listItemBottomButton.s5-listItemBottomButton--pullRight {
  text-align: right;
}

.s5-listItemBottomButton.s5-listItemBottomButton--pullLeft {
  text-align: left;
}

.s5-listItemBottomButton.s5--listItemBottomButton--MiddleScreen {
  display: none;
}

.s5-listItemBottomButton.s5--listItemBottomButton--SmallScreen {
  display: none;
}

.s5-listItemBottomButton__button {
  font-size: 14px;
  padding: 12px 20px;
}

.s5-listItemBottomButton__button--more:before {
  content: "\f0d7";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;
}

.s5-listItemBottomButton__button--loading {
  position: relative;
}

.s5-listItemBottomButton__button--loading:after {
  cursor: auto;
  opacity: .9;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #cccccc url(../images/s5-listItemBottomButton/loader.gif) no-repeat 50% 50%;
}

@media screen and (max-width: 639px) {
  .s5-listItemBottomButton,
  .s5-listItemBottomButton.s5-listItemBottomButton--pullRight,
  .s5-listItemBottomButton.s5-listItemBottomButton--pullLeft {
    text-align: left;
    margin: 30px 0 60px;
  }

  .s5-listItemBottomButton__button {
    display: block;
  }
}
@media screen and (max-width: 979px) and (min-width: 640px) {
  .s5-listItemBottomButton.s5--listItemBottomButton--MiddleScreen {
    display: block;
  }

  .s5-listItemBottomButton.s5--listItemBottomButton--SmallScreen {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .s5-listItemBottomButton.s5--listItemBottomButton--MiddleScreen {
    display: block;
  }

  .s5-listItemBottomButton.s5--listItemBottomButton--SmallScreen {
    display: block;
  }
}
/* ==========================================================================
   .s5-categoryTopSlideshow
   ========================================================================== */
.s5-categoryTopSlideshow {
  padding: 0 0 30px;
  margin: 20px 0;
  background: url(../images/s5-categoryTopSlideshow/bg_01.png) repeat-x 0 100%;
}

.s5-categoryTopSlideshow__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 639px) {
  .s5-categoryTopSlideshow__inner {
    min-width: 280px;
    padding: 0 20px;
  }
}
@media \0screen {
  .s5-categoryTopSlideshow__inner {
    min-width: 979px;
  }
}
/* ==========================================================================
   .s5-categoryTopSlideshow2Col
   ========================================================================== */
.s5-categoryTopSlideshow2Col {
  margin: 20px -20px;
}

.s5-categoryTopSlideshow2Col .s5-categoryTopSlideshow2Col__inner {
  table-layout: fixed;
  border-spacing: 20px 0;
  display: table;
  width: 100%;
}

.s5-categoryTopSlideshow2Col .s5-categoryTopSlideshow2Col__col {
  vertical-align: top;
  display: table-cell;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .s5-categoryTopSlideshow2Col {
    margin: 0;
  }

  .s5-categoryTopSlideshow2Col .s5-categoryTopSlideshow2Col__inner {
    display: block;
    width: auto;
  }

  .s5-categoryTopSlideshow2Col .s5-categoryTopSlideshow2Col__col {
    display: block;
    width: auto;
    margin: 20px 0;
  }
}
/* ==========================================================================
   .s5-logos
   ========================================================================== */
.s5-logos {
  display: table;
}

.s5-logos ul {
  font-size: 0;
  display: table-cell;
  padding: 10px 10px 5px;
  border-left: 1px solid #ccc;
}

.s5-logos ul:first-child {
  border-left: none;
}

.s5-logos li {
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 5px;
}

@media screen and (max-width: 639px) {
  .s5-logos {
    display: block;
  }

  .s5-logos ul {
    display: block;
    padding: 10px 10px 5px;
    border-top: 1px solid #ccc;
    border-left: none;
  }

  .s5-logos ul:first-child {
    border-top: none;
  }

  .s5-logos li {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    margin: 0 5px 5px;
  }
}
/* ==========================================================================
   .s5-productCatchyCopy
   ========================================================================== */
p.s5-productCatchyCopy {
  margin: 16px 0;
}

@media screen and (max-width: 639px) {
  p.s5-productCatchyCopy {
    margin: 14px 0;
  }
}
/* ==========================================================================
   .s5-outline
   ========================================================================== */
.s5-outline {
  display: table;
  width: 100%;
  margin: 30px 0;
}

.s5-outline__image {
  vertical-align: top;
  display: table-cell;
  width: 144px;
  padding-right: 30px;
}

.s5-outline__image img {
  display: block;
}

.s5-outline__main {
  vertical-align: top;
  display: table-cell;
  width: 100%;
}

.s5-outline__productNameGroup {
  padding-right: 15px;
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}

.s5-outline__productName {
  font-size: 14px;
}

.s5-outline__modelName {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.s5-outline__colors {
  font-size: 0;
  display: table-cell;
  vertical-align: bottom;
}

.s5-outline__colors ul {
  margin: 0;
  padding: 0;
}

.s5-outline__colors ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

.s5-outline__colors ul li .s5-outline__color {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 2px 2px 0;
  border: 1px solid #cccccc;
}

.s5-outline__colors ul li .s5-color--name {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.s5-outline__items {
  font-size: 0;
  font-family: 'zeroWidth';
  margin: 20px 0 0;
}

.s5-outline__item {
  font-family: sans-serif;
  font-size: 13px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 33.333%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.s5-outline__modelNameSub {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.s5-outline__itemImage {
  margin: 6px 0;
}

.s5-outline__itemImage img {
  display: block;
  max-width: 100%;
}

.s5-outline__itemText {
  color: #83838f;
  margin: 8px 0;
}

.s5-outline__salesStatusA {
  color: #c93434;
  font-weight: bold;
  margin: 8px 0;
}

.s5-outline__salesStatusB {
  font-weight: bold;
  margin: 8px 0;
}

@media screen and (max-width: 979px) {
  .s5-outline__productNameGroup {
    display: inline-block;
  }

  .s5-outline__colors {
    display: inline-block;
  }
}
@media screen and (max-width: 639px) {
  .s5-outline {
    margin-bottom: 20px;
  }

  .s5-outline__image {
    display: none;
  }

  .s5-outline__item {
    width: 49.999%;
  }

  .s5-outline__colors ul li {
    width: 50%;
  }
}
/* ==========================================================================
   .s5-outlineNarrow
   ========================================================================== */
.s5-outlineNarrow {
  border-spacing: 0;
}

.s5-outlineNarrow__productName {
  font-size: 12px;
}

.s5-outlineNarrow__modelName {
  font-size: 20px;
  font-weight: bold;
}

.s5-outlineNarrow__colors {
  font-size: 0;
}

.s5-outlineNarrow__colors ul {
  margin: 0;
  padding: 0;
}

.s5-outlineNarrow__colors ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.s5-outlineNarrow__colors ul li .s5-outlineNarrow__color {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 2px 2px 0;
  border: 1px solid #cccccc;
}

.s5-outlineNarrow__colors ul li .s5-color--name {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.s5-outlineNarrow__items {
  font-size: 0;
  font-family: 'zeroWidth';
  margin: 20px 0 0;
}

.s5-outlineNarrow__item {
  font-family: sans-serif;
  font-size: 12px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 49.999%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.s5-outlineNarrow__modelNameSub {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.s5-outlineNarrow__itemImage {
  margin: 6px 0;
}

.s5-outlineNarrow__itemImage img {
  display: block;
}

.s5-outlineNarrow__itemText {
  color: #83838f;
  margin: 8px 0;
}

.s5-outlineNarrow__salesStatusA {
  color: #c93434;
  font-weight: bold;
  margin: 8px 0;
}

.s5-outlineNarrow__salesStatusB {
  font-weight: bold;
  margin: 8px 0;
}

@media screen and (max-width: 979px) {
  .s5-outlineNarrow__productNameGroup {
    display: inline-block;
  }

  .s5-outlineNarrow__colors {
    display: inline-block;
  }

  .s5-outlineNarrow__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s5-outlineNarrow__item {
    width: 49.999%;
  }

  .s5-outlineNarrow__colors ul li {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .s5-outlineNarrow__item {
    width: 100%;
  }
}
/* ==========================================================================
   .s5-outline
   ========================================================================== */
.s5-outline2 {
  font-size: 13px;
  padding: 20px 30px;
  margin: 30px 0;
  background: #f3f4f6;
}

/* ==========================================================================
   .s5-embeddedVideo
   ========================================================================== */
/* ==========================================================================
   .s5-featureContainer
   ========================================================================== */
.s5-featureContainer {
  font-size: 0;
  font-family: 'zeroWidth';
  margin: 50px -15px;
}

.s5-featureContainer:before, .s5-featureContainer:after {
  content: '';
  display: block;
  height: 1px;
}

.s5-featureContainer:before {
  margin-bottom: -20px;
}

.s5-featureContainer:after {
  margin-top: -60px;
}

@media screen and (max-width: 639px) {
  .s5-productHeaderV2 + .s5-featureContainer, .s5-productSideNav + .s5-featureContainer {
    margin-top: 20px;
  }
}
/* ==========================================================================
   .s5-featureA
   ========================================================================== */
section.s5-featureA, section.s5-featureB, section.s5-featureC,
section.s5-featureD, section.s5-featureE {
  font-size: 16px;
  font-family: sans-serif;
  vertical-align: top;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 20px 0 60px;
}

@media screen and (max-width: 639px) {
  section.s5-featureA, section.s5-featureB, section.s5-featureC,
  section.s5-featureD, section.s5-featureE {
    display: block;
  }
}
.s5-featureA__heading1, .s5-featureB__heading1, .s5-featureC__heading1,
.s5-featureD__heading1, .s5-featureE__heading1 {
  margin-bottom: 20px;
}

.s5-featureA__heading1 h2, .s5-featureB__heading1 h2, .s5-featureC__heading1 h2,
.s5-featureD__heading1 h2, .s5-featureE__heading1 h2 {
  font-size: 24px;
  margin: 0;
}

.s5-featureA__heading2, .s5-featureB__heading2, .s5-featureC__heading2,
.s5-featureD__heading2, .s5-featureE__heading2 {
  margin-bottom: 30px;
}

.s5-featureA__heading2 h3, .s5-featureB__heading2 h3, .s5-featureC__heading2 h3,
.s5-featureD__heading2 h3, .s5-featureE__heading2 h3 {
  font-size: 20px;
  margin: 0;
}

@media screen and (max-width: 639px) {
  .s5-featureA__heading2, .s5-featureB__heading2, .s5-featureC__heading2,
  .s5-featureD__heading2, .s5-featureE__heading2 {
    margin-bottom: 20px;
  }
}
.s5-featureA__image1 img, .s5-featureB__image2 img, .s5-featureB__image1 img, .s5-featureE__image2 img, .s5-featureE__image1 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.s5-featureA__image2 img, .s5-featureC__image1 img,
.s5-featureC__image2 img,
.s5-featureD__image1 img,
.s5-featureD__image2 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .s5-featureA__image2 img, .s5-featureC__image1 img,
  .s5-featureC__image2 img,
  .s5-featureD__image1 img,
  .s5-featureD__image2 img {
    width: auto;
    max-width: 100%;
  }
}
.s5-featureA--solid .s5-featureA__image2 img, .s5-featureC__image1 img.s5-featureC__img--solid,
.s5-featureC__image2 img.s5-featureC__img--solid, .s5-featureD__image1 img.s5-featureD__img--solid,
.s5-featureD__image2 img.s5-featureD__img--solid {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .s5-featureA--solid .s5-featureA__image2 img, .s5-featureC__image1 img.s5-featureC__img--solid,
  .s5-featureC__image2 img.s5-featureC__img--solid, .s5-featureD__image1 img.s5-featureD__img--solid,
  .s5-featureD__image2 img.s5-featureD__img--solid {
    max-width: 100%;
  }
}
.s5-featureA__text p, .s5-featureB__text p, .s5-featureC__text p,
.s5-featureD__text p, .s5-featureE__text p {
  margin: 0 0 .8em;
}

.s5-featureA__caption, .s5-featureB__caption, .s5-featureC__caption,
.s5-featureD__caption, .s5-featureE__caption {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 639px) {
  .s5-featureA__caption, .s5-featureB__caption, .s5-featureC__caption,
  .s5-featureD__caption, .s5-featureE__caption {
    margin-top: 10px;
  }
}
.s5-featureA__link, .s5-featureB__link, .s5-featureC__link,
.s5-featureD__link, .s5-featureE__link {
  font-weight: bold;
}

.s5-featureA__aside, .s5-featureB__aside, .s5-featureC__aside,
.s5-featureD__aside, .s5-featureE__aside {
  color: #83838f;
  font-size: 14px;
  margin: 30px 0 0;
}

.s5-featureA__aside > *:last-child, .s5-featureB__aside > *:last-child, .s5-featureC__aside > *:last-child,
.s5-featureD__aside > *:last-child, .s5-featureE__aside > *:last-child {
  margin-bottom: 0;
}

.s5-featureA__aside p, .s5-featureB__aside p, .s5-featureC__aside p,
.s5-featureD__aside p, .s5-featureE__aside p {
  margin: 0 0 .8em;
}

@media screen and (max-width: 639px) {
  .s5-featureA__aside, .s5-featureB__aside, .s5-featureC__aside,
  .s5-featureD__aside, .s5-featureE__aside {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.s5-featureA__multiCol {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.s5-featureA__textCol {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  padding-right: 15px;
}

.s5-featureA__textCol > *:last-child {
  margin-bottom: 0;
}

.s5-featureA--solid .s5-featureA__textCol {
  width: 100%;
}

.s5-featureA__imageCol {
  vertical-align: top;
  display: table-cell;
  width: 50%;
  padding-left: 15px;
}

.s5-featureA--solid .s5-featureA__imageCol {
  width: 1%;
}

.s5-featureA__image2 {
  text-align: center;
}

.s5-featureA__image2 a {
  display: block;
}

.s5-featureA__image2 .s5-imageZoom:after {
  text-shadow: 1px 1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF;
}

.s5-featureA__image1 {
  text-align: center;
  margin: 20px 0;
}

.s5-featureA__aside {
  margin-top: 10px;
}

@media screen and (max-width: 639px) {
  .s5-featureA__multiCol {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }

  .s5-featureA__textCol {
    display: block;
    width: auto;
    padding-right: 0;
  }

  .s5-featureA__imageCol,
  .s5-featureA--solid .s5-featureA__imageCol,
  .s5-featureA--liquid .s5-featureA__imageCol {
    display: block;
    width: auto;
    padding-left: 0;
  }

  .s5-featureA__image2 {
    text-align: center;
  }

  .s5-featureA__image2 a {
    display: inline-block;
  }

  .s5-featureA__image1 {
    text-align: center;
    margin: 20px 0;
  }

  .s5-featureA__aside {
    margin-top: 10px;
  }
}
.s5-featureB__image2 {
  text-align: center;
}

.s5-featureB__heading1 {
  margin: 24px 0;
}

.s5-featureB__multiCol {
  display: table;
  width: 100%;
  margin: 0 0 40px;
}

.s5-featureB__headingCol {
  display: table-cell;
  width: 32%;
  padding-right: 15px;
}

.s5-featureB__textCol {
  display: table-cell;
  width: 78%;
  padding-left: 15px;
}

.s5-featureB__link {
  margin: 20px 0 30px;
}

.s5-featureB__image1 {
  text-align: center;
}

@media screen and (max-width: 639px) {
  .s5-featureB__heading1 {
    margin: 20px 0;
  }

  .s5-featureB__multiCol {
    display: block;
    width: auto;
    margin: auto;
  }

  .s5-featureB__headingCol {
    display: block;
    width: auto;
    padding-right: 0;
  }

  .s5-featureB__textCol {
    display: block;
    width: auto;
    padding-left: 0;
  }

  .s5-featureB__link {
    margin: 0;
  }
}
/* ==========================================================================
   .s5-featureC
   .s5-featureD
   ========================================================================== */
.s5-featureC__multiCol,
.s5-featureD__multiCol {
  display: table;
  width: 100%;
}

.s5-featureC__multiCol {
  direction: rtl;
}

.s5-featureC__imageCol,
.s5-featureD__imageCol {
  direction: ltr;
  vertical-align: top;
  display: table-cell;
  width: 50%;
}

.s5-featureC__imageCol {
  padding-left: 15px;
}

.s5-featureC--solid .s5-featureC__imageCol {
  width: 1%;
}

.s5-featureD__imageCol {
  padding-right: 15px;
}

.s5-featureD--solid .s5-featureD__imageCol {
  width: 1%;
}

.s5-featureC__image1,
.s5-featureC__image2,
.s5-featureD__image1,
.s5-featureD__image2 {
  margin-top: 24px;
}

.s5-featureC__image1:first-child,
.s5-featureC__image2:first-child,
.s5-featureD__image1:first-child,
.s5-featureD__image2:first-child {
  margin-top: 0;
}

.s5-featureC__image1 a,
.s5-featureC__image2 a,
.s5-featureD__image1 a,
.s5-featureD__image2 a {
  display: block;
}

.s5-featureC__textCol,
.s5-featureD__textCol {
  direction: ltr;
  vertical-align: top;
  display: table-cell;
  width: 50%;
}

.s5-featureC__textCol {
  padding-right: 15px;
}

.s5-featureC--solid .s5-featureC__textCol {
  width: 100%;
}

.s5-featureD__textCol {
  padding-left: 15px;
}

.s5-featureD--solid .s5-featureD__textCol {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .s5-featureC__multiCol,
  .s5-featureD__multiCol {
    display: block;
    width: auto;
  }

  .s5-featureC__multiCol {
    direction: ltr;
  }

  .s5-featureC__imageCol,
  .s5-featureC--solid .s5-featureC__imageCol,
  .s5-featureC--liquid .s5-featureC__imageCol {
    display: block;
    width: auto;
    padding: 0;
  }

  .s5-featureD__imageCol,
  .s5-featureD--solid .s5-featureD__imageCol,
  .s5-featureD--liquid .s5-featureD__imageCol {
    display: block;
    width: auto;
    padding: 0;
  }

  .s5-featureC__image1,
  .s5-featureC__image2,
  .s5-featureD__image1,
  .s5-featureD__image2 {
    margin: 20px 0;
  }

  .s5-featureC__image1 a,
  .s5-featureC__image2 a,
  .s5-featureD__image1 a,
  .s5-featureD__image2 a {
    display: inline-block;
  }

  .s5-featureC__textCol,
  .s5-featureD__textCol {
    display: block;
    width: auto;
  }

  .s5-featureC__textCol,
  .s5-featureD__textCol {
    margin-top: 0;
  }
}
/* ==========================================================================
   .s5-featureE
   ========================================================================== */
section.s5-featureE {
  display: inline-block;
  margin-top: 0;
  width: 50%;
}

.s5-featureE__image2 {
  text-align: center;
}

.s5-featureE__link {
  text-align: center;
}

.s5-featureE__image1 {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 639px) {
  section.s5-featureE {
    display: block;
    width: auto;
  }

  .s5-featureE__image1 {
    margin: 20px 0;
  }
}
/* ==========================================================================
   .s5-featuresMisc
   ========================================================================== */
.s5-featuresMisc {
  *zoom: 1;
}

.s5-featuresMisc:before, .s5-featuresMisc:after {
  content: "";
  display: table;
}

.s5-featuresMisc:after {
  clear: both;
}

.s5-featuresMisc__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  width: 24.5% \9;
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
}

@media \0screen {
  .s5-featuresMisc__item {
    vertical-align: top;
    float: none;
    display: inline-block;
  }
}
.s5-featuresMisc__item:nth-child(4n + 1) {
  clear: left;
}

.s5-featuresMisc__heading {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}

.s5-featuresMisc__heading a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-featuresMisc__heading a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-featuresMisc__heading a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-featuresMisc__heading a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-featuresMisc__heading a:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .15em 0;
}

.s5-featuresMisc__body {
  font-size: 13px;
}

.s5-featuresMisc__body ul {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 16px;
}

.s5-featuresMisc__body > ul > li {
  margin-bottom: 10px;
}

.s5-featuresMisc__body li {
  margin: 8px 0 0 0;
}

.s5-featuresMisc__body > ul > li > ul {
  color: #83838f;
  font-weight: normal;
  list-style: disc;
  margin-left: -16px;
}

@media screen and (max-width: 767px) {
  .s5-featuresMisc {
    margin-left: 0;
    margin-right: 0;
  }

  .s5-featuresMisc__item {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }

  .s5-featuresMisc__heading {
    padding: 10px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .s5-featuresMisc__body {
    display: none;
  }
}
/* ==========================================================================
   .s5-featuresMisc1
   ========================================================================== */
.s5-featuresMisc1 {
  *zoom: 1;
}

.s5-featuresMisc1:before, .s5-featuresMisc1:after {
  content: "";
  display: table;
}

.s5-featuresMisc1:after {
  clear: both;
}

.s5-featuresMisc1__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
}

@media \0screen {
  .s5-featuresMisc1__item {
    vertical-align: top;
    float: none;
    display: inline-block;
  }
}
.s5-featuresMisc1__heading {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}

.s5-featuresMisc1__heading a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-featuresMisc1__heading a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-featuresMisc1__heading a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-featuresMisc1__heading a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-featuresMisc1__heading a:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .15em 0;
}

.s5-featuresMisc1__body {
  font-size: 20px;
}

.s5-featuresMisc1__body ul {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 16px;
}

.s5-featuresMisc1__body > ul > li {
  margin-bottom: 10px;
}

.s5-featuresMisc1__body li {
  margin: 8px 0 0 0;
}

.s5-featuresMisc1__body > ul > li > ul {
  font-size: 16px;
  color: #83838f;
  font-weight: normal;
  list-style: disc;
  margin-left: -16px;
}

@media screen and (max-width: 767px) {
  .s5-featuresMisc1 {
    margin-left: 0;
    margin-right: 0;
  }

  .s5-featuresMisc1__item {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }

  .s5-featuresMisc1__heading {
    padding: 10px;
    border-bottom: none;
    margin-bottom: 0;
  }
}
/* ==========================================================================
   .s5-featuresMiscV2
   ========================================================================== */
.s5-featuresMiscV2 {
  margin: 30px 0;
}

.s5-featuresMiscV2 .s5-seriesNav {
  margin-bottom: 0;
}

.s5-featuresMiscV2__pagination {
  margin: 0 -10px 20px;
}

.s5-featuresMiscV2__pagination ul {
  display: table;
  border-spacing: 10px 0;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-featuresMiscV2__pagination li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.s5-featuresMiscV2__pagination li.s5-featuresMiscV2__paginationNext {
  text-align: right;
}

.s5-featuresMiscV2__pagination li a {
  text-align: left;
}

.s5-featuresMiscV2__main {
  padding: 20px 0 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 639px) {
  .s5-featuresMiscV2__main {
    border-bottom-color: #fff;
  }
}
.s5-featuresMiscV2__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* ==========================================================================
   .s5-pickupLinks
   ========================================================================== */
.s5-registerProducts {
  padding: 30px;
  margin: 100px 0;
  background: #F3F4F6;
}

.s5-registerProducts__heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.s5-registerProducts__body {
  display: table;
  width: 100%;
}

.s5-registerProducts__text {
  font-size: 14px;
  vertical-align: top;
  display: table-cell;
}

.s5-registerProducts__buttonContainer {
  white-space: nowrap;
  vertical-align: top;
  display: table-cell;
  width: 1%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .s5-registerProducts {
    padding: 15px 10px;
    margin: 50px 0;
  }

  .s5-registerProducts__body {
    display: block;
    width: auto;
  }

  .s5-registerProducts__text {
    display: block;
  }

  .s5-registerProducts__buttonContainer {
    display: block;
    white-space: normal;
    display: block;
    width: auto;
    padding-left: 0;
    margin-top: 10px;
  }

  .s5-registerProducts__buttonContainer a {
    display: block;
  }
}
/* ==========================================================================
   .s5-pickupLinks
   ========================================================================== */
.s5-pickupLinks {
  margin: 20px 0;
  padding-bottom: 1px;
}

.s5-pickupLinks:after {
  content: '';
  display: block;
  margin-top: -20px;
}

.s5-pickupLinks__itemList {
  font-size: 0;
  font-family: 'zeroWidth';
  overflow: hidden;
}

.s5-pickupLinks__itemListInner {
  margin: 0 -15px;
}

.s5-pickupLinks__item {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.2;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.s5-pickupLinks__item a {
  display: block;
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-pickupLinks__item a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-pickupLinks__item a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-pickupLinks__item a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-pickupLinks__image {
  border: 1px solid #e4e8eb;
}

.s5-pickupLinks__image img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-pickupLinks__eyecatcher {
  font-weight: bold;
  margin: 8px 0 4px;
}

.s5-pickupLinks__eyecatcher:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .6em;
}

.s5-pickupLinks__text {
  color: #83838f;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .s5-pickupLinks__header {
    margin-bottom: 10px;
  }

  .s5-pickupLinks__itemList {
    *zoom: 1;
  }

  .s5-pickupLinks__itemList:before, .s5-pickupLinks__itemList:after {
    content: "";
    display: table;
  }

  .s5-pickupLinks__itemList:after {
    clear: both;
  }

  .s5-pickupLinks__itemListInner {
    margin: 0 -7px;
  }

  .s5-pickupLinks__item {
    float: left;
    width: 50%;
    padding: 0 7px;
    margin-bottom: 20px;
  }

  .s5-pickupLinks__item:nth-child(2n + 1) {
    clear: left;
  }

  .s5-pickupLinks__eyecatcher {
    margin: 10px 0;
  }
}
/* ==========================================================================
   .s5-anchorLinks
   ========================================================================== */
.s5-anchorLinks {
  padding: 24px 30px 20px;
  margin: 20px 0 30px;
  background: #f3f4f6;
}

.s5-anchorLinks__list ul {
  font-size: 0;
  font-family: 'zeroWidth';
  list-style: none;
  padding: 0;
  margin: 0;
  word-break: break-all;
}

.s5-anchorLinks__list li {
  font-size: 12px;
  font-family: sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 24.999%;
  margin: 0 0 6px 0;
  padding: 0 1.5em 0 0;
}

.s5-anchorLinks__list a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  position: relative;
  display: inline-block;
  padding-left: 14px;
}

.s5-anchorLinks__list a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-anchorLinks__list a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-anchorLinks__list a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-anchorLinks__list a:before {
  content: "\f0d7";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  position: absolute;
  left: 0;
  top: .82em;
}

@media screen and (max-width: 639px) {
  .s5-anchorLinks {
    padding: 16px 10px 10px;
    margin: 30px 0;
  }

  .s5-anchorLinks__list li {
    display: block;
    width: auto;
  }
}
/* ==========================================================================
   .s5-anchorLinks2
   ========================================================================== */
.s5-anchorLinks2 {
  padding: 24px 30px 20px;
  margin: 20px 0 30px;
  background: #f3f4f6;
}

.s5-anchorLinks2 .s5-anchorLinks2__list ul {
  font-size: 0;
  font-family: 'zeroWidth';
  list-style: none;
  padding: 0;
  margin: 0;
  word-break: break-all;
}

.s5-anchorLinks2 .s5-anchorLinks2__list li {
  font-size: 12px;
  font-family: sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 24.999%;
  margin: 0 0 6px 0;
  padding: 0 1.5em 0 0;
}

@media screen and (max-width: 767px) {
  .s5-anchorLinks2 .s5-anchorLinks2__list li {
    width: 33.3%;
  }
}
@media screen and (max-width: 639px) {
  .s5-anchorLinks2 .s5-anchorLinks2__list li {
    width: 100%;
  }
}
.s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea {
  width: 100%;
  display: table;
}

.s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea div {
  display: table-cell;
  margin: 0;
  padding: 0;
}

.s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea .s5-anchorLinks2--thumbImg {
  vertical-align: top;
  max-width: 70px;
  width: auto;
  padding-right: 10px;
}

@media screen and (max-width: 639px) {
  .s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea .s5-anchorLinks2--thumbImg {
    width: 70px;
  }
}
.s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea .s5-anchorLinks2--thumbImg img {
  max-width: 70px;
  width: 100%;
}

.s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea .s5-anchorLinks2--txt {
  vertical-align: middle;
  width: 70%;
}

@media screen and (max-width: 639px) {
  .s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea .s5-anchorLinks2--txt {
    width: auto;
  }
}
.s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea .s5-anchorLinks2--txt:before {
  content: "\f0d7";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  margin-right: 5px;
}

.s5-anchorLinks2 .s5-anchorLinks2__list li a {
  display: block;
  margin: 0;
  padding: 0;
}

.s5-anchorLinks2 .s5-anchorLinks2__list li a::before {
  font-family: none;
  content: "";
}

/* ==========================================================================
   .s5-seriesNav
   ========================================================================== */
.s5-seriesNav {
  *zoom: 1;
  line-height: 1.4em;
  margin: 20px 0 40px;
}

.s5-seriesNav:before, .s5-seriesNav:after {
  content: "";
  display: table;
}

.s5-seriesNav:after {
  clear: both;
}

.s5-seriesNav__buttonContainer {
  display: table;
  margin: 0 0 14px auto;
}

.s5-seriesNav__buttton1,
.s5-seriesNav__buttton2 {
  color: #FFF;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
}

.s5-seriesNav__buttton1:hover,
.s5-seriesNav__buttton2:hover {
  color: #fff;
  text-decoration: none;
}

.s5-seriesNav__buttton1:before,
.s5-seriesNav__buttton2:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;
}

.s5-seriesNav__buttton1 {
  background: #5787f4;
}

.s5-seriesNav__buttton1:hover {
  background: #8aacf6;
}

.s5-seriesNav__buttton2 {
  background: #83838f;
}

.s5-seriesNav__buttton2:hover {
  background: #a8a8b1;
}

.s5-seriesNav__buttton2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 8px;
  height: 6px;
  margin-left: -4px;
  background: url(../images/s5-seriesNav/sprite_01.png) no-repeat;
}

.s5-seriesNav__buttton2:hover:after {
  background-position: 0 -20px;
}

.s5-seriesNav__item {
  font-size: 12px;
  line-height: 1.4em;
  float: left;
  height: 1.4em;
  padding: 10px 20px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #000;
  margin: 0 -1px 10px 0;
}

.s5-seriesNav__item.s5-seriesNav__item--current {
  color: #fff;
  position: relative;
  border-color: #83838f;
  background: #83838f;
}

.s5-seriesNav__item.s5-seriesNav__item--current a:hover {
  color: #fff;
}

.s5-seriesNav__item a {
  color: inherit;
  display: block;
  height: 100%;
  padding: 10px 20px;
  margin: -10px -20px;
}

.s5-seriesNav__item a:hover {
  color: #6E7278;
  text-decoration: none;
}

.s5-seriesNav__moreOpener {
  display: none;
}

@media screen and (max-width: 639px) {
  .s5-seriesNav__buttonContainer {
    float: none;
    padding: 0;
    margin-top: 30px;
  }

  .s5-seriesNav__buttton1,
  .s5-seriesNav__buttton2 {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .s5-seriesNav__buttton2:after {
    left: 50%;
    bottom: -10px;
    width: 18px;
    height: 10px;
    margin-left: -9px;
    background: url(../images/s5-seriesNav/sprite_01.png) no-repeat -4px 0;
    background-size: 22px 20px;
  }

  .s5-seriesNav__buttton2:hover:after {
    background-position: -4px -10px;
  }

  .s5-seriesNav__list {
    margin: 0 -12px;
  }

  .s5-seriesNav__pair {
    display: table;
    table-layout: fixed;
    border-spacing: 12px 0;
    width: 100%;
  }

  .s5-seriesNav__item {
    font-weight: normal;
    vertical-align: middle;
    float: none;
    display: table-cell;
    width: 50%;
    height: auto;
    padding: 14px 12px;
    border-width: 0 0 1px;
    margin: 0;
  }

  .s5-seriesNav > .s5-seriesNav__list .s5-seriesNav__pair:first-child .s5-seriesNav__item {
    border-top-width: 1px;
  }

  .s5-seriesNav__item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 14px 12px 14px 18px;
    margin: -14px -12px;
    background: url(../images/s5-seriesNav/icon_01_2x.png) no-repeat 5px 50%;
    background-size: 6px 10px;
  }

  .s5-seriesNav__item.s5-seriesNav__item--current a {
    background-image: url(../images/s5-seriesNav/icon_02_2x.png);
  }

  .s5-seriesNav__item:first-child:last-child a {
    width: 50%;
  }

  .s5-seriesNav__moreOpener {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 14px 20px 14px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -1px;
  }

  .s5-seriesNav__moreOpener:before {
    content: '\5546\54C1\30AB\30C6\30B4\30EA\30FC\3092\3059\3079\3066\898B\308B';
  }

  .s5-seriesNav__moreOpener:after {
    content: "\f055";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
  }

  .s5-seriesNav__more--open .s5-seriesNav__moreOpener {
    display: none;
  }

  .s5-seriesNav__more .s5-seriesNav__list {
    display: none;
  }

  .s5-seriesNav__more--open .s5-seriesNav__more .s5-seriesNav__list {
    display: block;
  }
}
/* ==========================================================================
   .s5-dropdown
   ========================================================================== */
.s5-dropdown {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.s5-dropdown__label {
  color: #83838f;
  font-size: 12px;
  display: block;
}

.s5-dropdown__selected {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 150px;
  padding: 12px 24px 11px;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.s5-dropdown__selected:hover {
  color: #fff;
  text-decoration: none;
  background: #8aacf6;
  -webkit-transition: background 0;
  transition: background 0;
}

.s5-dropdown__selected:after {
  content: "\f0dc";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
}

.s5-dropdown__list {
  font-size: 14px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #FFF;
}

.s5-dropdown__option {
  color: #83838f;
  cursor: pointer;
  padding: 10px 20px;
  margin: 0 -20px;
}

.s5-dropdown__option:hover {
  background: #f8f8f8;
}

.s5-dropdown__option.s5-dropdown__option--selected {
  background: #f3f4f6;
}

@media screen and (max-width: 639px) {
  .s5-dropdown__label {
    display: inline;
    vertical-align: middle;
  }

  .s5-dropdown__selected {
    display: inline-block;
  }

  .s5-dropdown__selected:after {
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 16px;
  }
}
/* ==========================================================================
   .s5-configOpener
   ========================================================================== */
.s5-configOpener {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 12px 24px 11px;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.s5-configOpener:hover {
  color: #fff;
  text-decoration: none;
  background: #8aacf6;
  -webkit-transition: background 0;
  transition: background 0;
}

.s5-configOpener:after {
  content: "\f0dc";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .8em;
}

@media screen and (max-width: 639px) {
  .s5-configOpener {
    display: block;
  }

  .s5-configOpener:after {
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 16px;
  }
}
/* ==========================================================================
   .s5-searchResult
   ========================================================================== */
.s5-searchResult {
  color: #83838f;
  font-size: 12px;
}

.s5-searchResult strong {
  color: #2f353d;
  font-size: 14px;
  margin: 0 .2em;
}

.s5-searchResult__all,
.s5-searchResult__current {
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
}

@media screen and (max-width: 639px) {
  .s5-searchResult {
    text-align: center;
  }

  .s5-searchResult__all,
  .s5-searchResult__current {
    padding-left: 0;
  }
}
/* ==========================================================================
   .s5-searchTools
   ========================================================================== */
.s5-searchTools {
  margin: 20px 0;
}

.s5-searchTools > ul {
  display: table;
  padding: 0;
  margin: 0 0 0 auto;
}

.s5-searchTools > ul > li {
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  margin: 0;
}

@media screen and (max-width: 639px) {
  .s5-searchTools > ul {
    display: block;
    margin: 0;
  }

  .s5-searchTools > ul > li {
    display: block;
    margin-bottom: 4px;
    padding: 0;
  }
}
/* ==========================================================================
   .s5-config
   ========================================================================== */
.s5-config {
  padding: 50px 0;
  margin: 20px 0;
  background: #e4e7ec;
}

.s5-config label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
}

.s5-config input[type="checkbox"],
.s5-config input[type="radio"] {
  position: absolute;
  margin-left: -100px;
}

@media \0screen {
  .s5-config input[type="checkbox"],
  .s5-config input[type="radio"] {
    display: block;
    width: 0;
    height: 0;
  }
}
.s5-config.s5-config--close {
  display: none;
}

.s5-config__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  padding-top: 1px;
}

@media screen and (max-width: 639px) {
  .s5-config__inner {
    min-width: 280px;
    padding: 0 20px;
  }
}
@media \0screen {
  .s5-config__inner {
    min-width: 979px;
  }
}
.s5-config__inner:before {
  content: '';
  position: absolute;
  top: -60px;
  right: 120px;
  width: 18px;
  height: 10px;
  background: url(../images/s5-config/bg_01.png) no-repeat;
}

.s5-config__globalNav {
  margin: -30px 20px 30px 0;
}

.s5-config__globalNav ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-config__globalNav li {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 5px;
}

.s5-config__deselectAllG:hover {
  color: #6e7278;
}

.s5-config__deselectAllG:before {
  content: "\f057";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0 .3em .1em 0;
}

.s5-config__resetG:hover {
  color: #6e7278;
}

.s5-config__resetG:before {
  content: "\f01e";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0 .3em .1em 0;
}

@media screen and (max-width: 639px) {
  .s5-config {
    padding: 40px 0 40px;
  }

  .s5-config__inner {
    padding-top: 1px;
  }

  .s5-config__inner:before {
    top: -50px;
    right: 50%;
    margin-left: 9px;
  }

  .s5-config.s5-config--forCompareTable .s5-config__inner:before {
    content: none;
  }

  .s5-config.s5-config--forCompareTable.s5-config--close {
    display: block;
  }

  .s5-config__globalNav {
    margin: 0;
  }
}
.s5-config__group {
  border-spacing: 0;
}

.s5-config__group + .s5-config__group, .s5-config__multiCols + .s5-config__group, .s5-config__group +
.s5-config__multiCols, .s5-config__multiCols +
.s5-config__multiCols {
  margin-top: 36px;
}

.s5-config__groupFootNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-config__groupFootNav li {
  color: #83838f;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.s5-config__multiCols {
  overflow: hidden;
}

.s5-config__multiColsRow,
.s5-config__multiColsRow2to1 {
  margin: 0 -30px;
}

.s5-config__multiColsRowInner,
.s5-config__multiColsRow2to1Inner {
  display: table;
  border-spacing: 30px 0;
  width: 100%;
}

.s5-config__multiColsCol {
  display: table-cell;
}

.s5-config__multiColsRowInner > .s5-config__multiColsCol {
  width: 50%;
}

.s5-config__multiColsRow2to1Inner > .s5-config__multiColsCol {
  width: 33.3%;
}

.s5-config__multiColsRow2to1Inner > .s5-config__multiColsCol:first-child {
  width: 66.6%;
}

@media screen and (max-width: 639px) {
  .s5-config__group {
    margin-top: 36px;
  }

  .s5-config__inner > .s5-config__group:first-of-type,
  .s5-config__multiCols:first-child .s5-config__multiColsCol:first-of-type .s5-config__group:first-of-type {
    margin-top: 0;
  }

  .s5-config__multiCols {
    overflow: visible;
  }

  .s5-config__multiColsRow,
  .s5-config__multiColsRow2to1 {
    margin: 0;
  }

  .s5-config__multiColsRowInner,
  .s5-config__multiColsRow2to1Inner {
    display: block;
    border-spacing: 0;
    width: auto;
  }

  .s5-config__multiColsCol {
    display: block;
  }

  .s5-config__multiColsRowInner > .s5-config__multiColsCol,
  .s5-config__multiColsRow2to1Inner > .s5-config__multiColsCol,
  .s5-config__multiColsRow2to1Inner > .s5-config__multiColsCol:first-child {
    width: auto;
  }
}
.s5-config__header {
  margin-bottom: 12px;
  display: table;
}

.s5-config__heading {
  color: #83838f;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
}

.s5-config__headerNav {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.s5-config__headerNav ul {
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  display: table;
  padding: 0;
  margin: 0;
}

.s5-config__headerNav li {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  cursor: pointer;
  display: table-cell;
  padding-right: 1em;
}

.s5-config__headerNav li.s5-config__selectAll:hover, .s5-config__headerNav li.s5-config__selectAll:active {
  color: #6e7278;
}

.s5-config__headerNav li.s5-config__selectAll:before {
  content: "\f00c";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0 .3em .1em 0;
}

.s5-config__headerNav li.s5-config__reset:hover, .s5-config__headerNav li.s5-config__reset:active {
  color: #6e7278;
}

.s5-config__headerNav li.s5-config__reset:before {
  content: "\f057";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0 .3em .1em 0;
}

@media screen and (max-width: 639px) {
  .s5-config__group + .s5-config__group {
    margin-top: 30px;
  }

  .s5-config__header {
    margin-bottom: 10px;
    width: 100%;
  }

  .s5-config__headerNav {
    padding-left: 0;
  }

  .s5-config__headerNav ul {
    margin-left: auto;
  }

  .s5-config__headerNav li {
    padding-left: 26px;
    padding-right: 0;
  }
}
.s5-config__imageList {
  font-size: 0;
  font-family: 'zeroWidth';
  overflow: hidden;
  margin: 20px 0;
}

.s5-config__imageListInner {
  margin: 0 -17px -20px;
}

.s5-config__imageListItem {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  font-size: 12px;
  font-family: sans-serif;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%;
  padding: 0 17px;
  margin-bottom: 20px;
}

.s5-config__imageListItem img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-config__imageListItem:hover, .s5-config__imageListItem:active {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-config__imageListItem:hover img, .s5-config__imageListItem:active img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-config__imageListItem label {
  cursor: pointer;
  display: block;
  background: url(../images/transparent.png);
}

.s5-config__imageListItem.s5-config__imageListItem--checked .s5-config__imageListItemImage:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 24px;
  background: url(../images/s5-config/sprite_01_1x.png) no-repeat;
}

.s5-config__imageListItem.s5-config__imageListItem--checked .s5-config__imageListItemImage:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
}

@media \0screen {
  .s5-config__imageListItem.s5-config__imageListItem--checked .s5-config__imageListItemImage:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOArV5bRgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=);
  }
}
.s5-config__imageListItemImage {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  display: block;
}

.s5-config__imageListItemImage img {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid #c9cace;
}

.s5-config__imageListItem--checked .s5-config__imageListItemImage img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.s5-config__imageListItemText {
  text-align: left;
}

@media screen and (max-width: 639px) {
  .s5-config__imageListInner {
    margin: 0 -6px -16px;
  }

  .s5-config__imageListItem {
    font-size: 12px;
    width: 33.3%;
    padding: 0 6px;
    margin-bottom: 16px;
  }

  .s5-config__imageListItem label {
    cursor: pointer;
  }

  .s5-config__imageListItem input {
    position: absolute;
  }

  .s5-config__imageListItem.s5-config__imageListItem--checked .s5-config__imageListItemImage:after {
    top: 2px;
    right: 2px;
    background: url(../images/s5-config/sprite_01_1x.png) no-repeat;
  }
}
.s5-config__textList {
  font-size: 0;
  font-family: 'zeroWidth';
  overflow: hidden;
  margin: 20px 0;
}

.s5-config__textListInner {
  margin: 0 0 -16px;
}

.s5-config__textListItem {
  font-size: 12px;
  font-family: sans-serif;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 16px 0 0;
  margin-bottom: 16px;
}

.s5-config__textList--col2 .s5-config__textListItem {
  width: 50%;
}

.s5-config__textListItem label {
  position: relative;
  cursor: pointer;
  display: block;
  min-height: 18px;
  padding: 4px 0 4px 34px;
}

.s5-config__textListItem label:hover, .s5-config__textListItem label:active {
  color: #6e7278;
}

.s5-config__textListItem input {
  position: absolute;
  top: 0;
  left: 0;
}

.s5-config__textListItem label:before {
  content: '';
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-bottom: 1px solid #CACBCF;
  background: #FFF;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.s5-config__textListItem label:hover:before,
.s5-config__textListItem label:active:before {
  background: #f3f4f6;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.s5-config__textListItem.s5-config__textListItem--checked label:before {
  top: 2px;
  right: 19px;
  background: url(../images/s5-config/sprite_01_1x.png) no-repeat;
  background-position: -24px 0;
}

.s5-config__textListItem.s5-config__textListItem--radio label:before {
  top: 0;
  background: url(../images/s5-config/sprite_01_1x.png) no-repeat;
  background-position: -72px 0;
  border-bottom: none;
  -webkit-transition: none;
  transition: none;
}

.s5-config__textListItem.s5-config__textListItem--radio.s5-config__textListItem--checked label:before {
  top: 0;
  background-position: -96px 0;
  border-bottom: none;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 639px) {
  .s5-config__textListInner {
    margin: 0 0 -16px;
  }

  .s5-config__textListItem {
    font-size: 12px;
    width: 50%;
    padding: 0 12px 0 0;
    margin-bottom: 16px;
  }
}
.s5-config__colorList {
  font-size: 0;
  font-family: 'zeroWidth';
  margin: 0 0 0 -3px;
}

.s5-config__colorList:after {
  content: '';
  display: block;
  margin-top: -3px;
}

.s5-config__colorListItem {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-bottom: 1px solid #CACBCF;
  margin: 0 0 3px 3px;
  background: #FFF;
}

.s5-config__colorListItem.s5-config__colorListItem--checked label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  width: 24px;
  height: 24px;
  margin: -12px -12px 0 0;
  background: url(../images/s5-config/sprite_01_1x.png) no-repeat 0 0;
}

.s5-config__colorListItem label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0 solid #fff;
}

.s5-config__colorListItem label:hover, .s5-config__colorListItem label:active {
  border-width: 2px;
}

@media screen and (max-width: 639px) {
  .s5-config__colorList {
    margin: 0 -6px;
  }

  .s5-config__colorList:after {
    margin-top: -12px;
  }

  .s5-config__colorListItem {
    margin: 0 6px 12px;
  }
}
.s5-config__shortTextList {
  font-size: 0;
  font-family: 'zeroWidth';
  margin: 0 0 0 -3px;
}

.s5-config__shortTextList:after {
  content: '';
  display: block;
  margin-top: -3px;
}

.s5-config__shortTextListItem {
  font-size: 12px;
  font-family: sans-serif;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  margin: 0 0 3px 3px;
}

.s5-config__shortTextListItemInner {
  display: table;
  border-bottom: 1px solid #CACBCF;
  background: #FFF;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.s5-config__shortTextListItemInner:hover, .s5-config__shortTextListItemInner:active {
  background: #f3f4f6;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.s5-config__shortTextListItem--checked .s5-config__shortTextListItemInner {
  color: #000;
  background: #666666;
}

.s5-config__shortTextListItem--checked .s5-config__shortTextListItemInner:hover, .s5-config__shortTextListItem--checked .s5-config__shortTextListItemInner:active {
  background: #7F7F80;
}

.s5-config__shortTextListItemInner label {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer;
  vertical-align: middle;
  display: table-cell;
  height: 1.4em;
  padding: 20px 10px;
}

.s5-config__shortTextListItemInner label img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-config__shortTextListItemInner label:hover, .s5-config__shortTextListItemInner label:active {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
  color: #6e7278;
}

.s5-config__shortTextListItemInner label:hover img, .s5-config__shortTextListItemInner label:active img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-config__shortTextListItem--checked .s5-config__shortTextListItemInner label:hover, .s5-config__shortTextListItem--checked .s5-config__shortTextListItemInner label:active {
  color: #000;
}

.s5-config__shortTextListItem--checked .s5-config__shortTextListItemInner label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../images/s5-config/sprite_01_1x.png) no-repeat 0 0;
}

.s5-config__shortTextListItemInner input {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 639px) {
  .s5-config__shortTextList {
    margin: 0 -6px;
  }

  .s5-config__shortTextList:after {
    content: '';
    display: block;
    margin-top: -12px;
  }

  .s5-config__shortTextListItem {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24.999%;
    margin: 0;
    padding: 0 6px 12px;
  }

  .s5-config__shortTextListItemInner {
    display: table;
    width: 100%;
  }

  .s5-config__shortTextListItemInner label {
    text-align: center;
    height: 4.5em;
    padding: 10px 10px;
  }

  .s5-config__shortTextListItem--checked .s5-config__shortTextListItemInner label:before {
    top: 0;
    right: 6px;
  }
}
.s5-config__textInput input {
  font-size: 16px;
  font-weight: normal;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

.s5-config__textInputNotice {
  color: #83838f;
  font-size: 12px;
  margin-top: 6px;
}

.s5-config__buttonContainer {
  margin-top: 30px;
  text-align: right;
}

.s5-button.s5-config__button {
  font-size: 14px;
  padding: 12px 30px;
}

@media screen and (max-width: 639px) {
  .s5-config__buttonContainer {
    margin-top: 20px;
    text-align: left;
  }

  .s5-button.s5-config__button {
    text-align: left;
    display: block;
    padding: 8px 20px;
    width: 100%;
  }
}
[data-s5-config-pastitem] {
  cursor: pointer;
}

/* ==========================================================================
   .s5-selected
   ========================================================================== */
.s5-selected__heading {
  color: #bdbcca;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.s5-selected__list {
  font-size: 0;
  line-height: 1.4;
}

.s5-selected__item, .s5-selected__resetButton {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  margin: 0 18px 14px 0;
}

.s5-selected__item:hover, .s5-selected__resetButton:hover {
  color: #6e7278;
}

.s5-selected__itemText {
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  display: table-cell;
}

.s5-selected__itemRemove {
  vertical-align: middle;
  cursor: pointer;
  display: table-cell;
  padding-left: 4px;
}

.s5-selected__itemRemove:before {
  content: "\f05c";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bdbcca;
  font-size: 18px;
  line-height: 0;
  margin-bottom: .1em;
}

.s5-selected__text {
  font-size: 12px;
}

.s5-selected__resetButton {
  font-weight: bold;
  cursor: pointer;
  margin: 0;
}

.s5-selected__resetButton:before {
  content: "\f01e";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 0;
  margin-bottom: .2em;
}

@media screen and (max-width: 639px) {
  .s5-selected {
    margin-bottom: 40px;
  }

  .s5-selected__heading {
    margin-bottom: 18px;
  }

  .s5-selected__item, .s5-selected__resetButton {
    margin-bottom: 18px;
  }

  .s5-selected__resetButton {
    display: table;
  }

  .s5-selected__text {
    font-size: 12px;
  }
}
/* ==========================================================================
   .s5-specTableNote
   ========================================================================== */
.s5-specTableNote {
  font-size: 14px;
  margin: 20px 0;
}

.s5-specTableNote ul {
  line-height: normal;
  display: table;
  padding: 0;
  margin: 0 0 1em;
}

.s5-specTableNote li {
  display: table-row;
  padding: 0;
  margin: 0;
}

.s5-specTableNote span.s5-specTableNote__bullet {
  font-size: 10px;
  display: table-cell;
  width: 1%;
  padding: .3em 1em .3em 0;
  white-space: nowrap;
}

.s5-specTableNote span.s5-specTableNote__text {
  display: table-cell;
  padding: .3em 0;
}

/* ==========================================================================
   .s5-specTable
   ========================================================================== */
.s5-specTable {
  margin: 20px 0 40px;
}

.s5-specTable + .s5-specTable {
  margin-top: -41px;
}

.s5-specTable table {
  font-size: 14px;
  width: 100%;
}

.s5-specTable tr.s5-specTable__captionRow th, .s5-specTable tr.s5-specTable__captionRow td {
  padding: 20px 10px;
  border: 1px solid #e4e7ec;
  background: #fbfbfd;
}

.s5-specTable tr.s5-specTable__captionRow th {
  font-weight: bold;
}

.s5-specTable th,
.s5-specTable td {
  vertical-align: top;
  padding: 14px 10px;
  border: 1px solid #e4e7ec;
}

.s5-specTable th {
  text-align: left;
  width: 18%;
}

@media screen and (max-width: 639px) {
  .s5-specTable:not(.s5-specTable--notBreak) {
    padding: 0 10px;
  }

  .s5-specTable:not(.s5-specTable--notBreak) table {
    *zoom: 1;
  }

  .s5-specTable:not(.s5-specTable--notBreak) table:before, .s5-specTable:not(.s5-specTable--notBreak) table:after {
    content: "";
    display: table;
  }

  .s5-specTable:not(.s5-specTable--notBreak) table:after {
    clear: both;
  }

  .s5-specTable:not(.s5-specTable--notBreak) colgroup, .s5-specTable:not(.s5-specTable--notBreak) col {
    width: auto;
    display: none;
  }

  .s5-specTable:not(.s5-specTable--notBreak) tbody, .s5-specTable:not(.s5-specTable--notBreak) tr, .s5-specTable:not(.s5-specTable--notBreak) th, .s5-specTable:not(.s5-specTable--notBreak) td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: both;
    display: block;
    width: 100%;
  }

  .s5-specTable:not(.s5-specTable--notBreak) tr.s5-specTable__captionRow th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px 10px;
    border-left: none;
    border-right: none;
    margin: 0 -10px;
  }

  .s5-specTable:not(.s5-specTable--notBreak) tr.s5-specTable__captionRow td {
    padding: 15px 0;
    border: none;
    margin: -1px 5px 0;
    background: none;
  }

  .s5-specTable:not(.s5-specTable--notBreak) th,
  .s5-specTable:not(.s5-specTable--notBreak) td {
    padding: 15px 0;
    border: none;
    margin: 0 5px;
  }

  .s5-specTable:not(.s5-specTable--notBreak) th {
    border-top: 1px solid #e4e7ec;
    margin-top: -1px;
  }

  .s5-specTable:not(.s5-specTable--notBreak) th + td,
  .s5-specTable:not(.s5-specTable--notBreak) td + td {
    padding-top: 0;
    margin-top: -5px;
  }

  .s5-specTable:not(.s5-specTable--notBreak) th.s5-specTable__subHead,
  .s5-specTable:not(.s5-specTable--notBreak) th.s5-specTable__subHead + td {
    border-left: 15px solid #fff;
    padding-left: 0;
  }
}
/* ==========================================================================
   .s5-scrollableTable
   ========================================================================== */
@media screen and (max-width: 639px) {
  .s5-scrollableTable {
    display: none;
  }
}
.s5-scrollableTable__body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 639px) {
  .s5-scrollableTable__body {
    min-width: 280px;
    padding: 0 20px;
  }
}
@media \0screen {
  .s5-scrollableTable__body {
    min-width: 979px;
  }
}
.s5-scrollableTable__bodyInner {
  margin: 0 65px 0 0;
  border-right: 1px solid #e3e8ee;
}

.s5-scrollableTable table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.s5-scrollableTable__headBase {
  position: relative;
  border-top: 1px solid #e3e8ee;
}

.s5-scrollableTable__headFloater {
  background: #fff;
  border-bottom: 1px solid #e3e8ee;
  z-index: 2;
}

.s5-scrollableTable--largeTableView .s5-scrollableTable__headFloater {
  border-bottom: 0;
}

.s5-scrollableTable__headBorder {
  position: absolute;
  left: 290px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e3e8ee;
}

.s5-scrollableTable__headNote {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 290px;
  padding: 0 0 10px;
  text-align: center;
  font-size: 14px;
}

.s5-scrollableTable--largeTableView .s5-scrollableTable__headNote {
  border-bottom: 1px solid #e3e8ee;
}

.s5-scrollableTable__headNote a {
  display: inline-block;
}

.s5-scrollableTable__headNote img {
  vertical-align: middle;
  margin: -2px 6px 0 0;
}

.s5-scrollableTable__headButton {
  position: absolute;
  top: 50%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s5-scrollableTable__headButton a,
.s5-scrollableTable__headButton img {
  display: block;
}

.s5-scrollableTable__headButton a {
  margin: -40px 0 0;
  width: 45px;
  height: 80px;
  background: url(../images/s5-scrollableTable/sprite_01.png);
}

.s5-scrollableTable__headLeftButton.disabled a,
.s5-scrollableTable__headRightButton.disabled a {
  cursor: default;
  pointer-events: none;
  opacity: .5;
}

.s5-scrollableTable__headLeftButton {
  left: 10px;
}

.s5-scrollableTable__headRightButton {
  right: -55px;
}

.s5-scrollableTable__headRightButton a {
  background-position: -45px 0;
}

.s5-scrollableTable__head {
  margin: 0 0 0 290px;
  overflow-x: scroll;
}

.s5-scrollableTable--largeTableView .s5-scrollableTable__head {
  overflow-x: visible;
}

.s5-scrollableTable__headTable {
  border-right: 1px solid #e3e8ee;
}

.s5-scrollableTable__headTable--noBorder {
  border-right: 0;
}

.s5-scrollableTable__headItem {
  width: 218px;
  border-left: 1px solid #e3e8ee;
  vertical-align: top;
  background: #fff;
}

.s5-scrollableTable--largeTableView .s5-scrollableTable__headItem {
  border-bottom: 1px solid #e3e8ee;
}

.s5-scrollableTable__headItemInner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 218px;
  padding: 10px 10px 0;
}

.s5-scrollableTable__headImage {
  margin: 0 auto 10px;
  width: 100px;
  height: 75px;
}

.s5-scrollableTable__headImage img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-scrollableTable__headProductName {
  font-size: 12px;
}

.s5-scrollableTable__headModelName {
  font-size: 18px;
  font-weight: bold;
}

.s5-scrollableTable__available {
  text-align: left;
  margin-top: 0;
}

.s5-scrollableTable__available.s5-scrollableTable__available__salesStatusA {
  color: #c93434;
}

.s5-scrollableTable__price {
  text-align: left;
}

.s5-scrollableTable__available + .s5-scrollableTable__price {
  margin-top: -12px;
}

.s5-scrollableTable__priceSub {
  text-align: left;
}

.s5-scrollableTable__price + .s5-scrollableTable__priceSub {
  margin-top: -16px;
}

.s5-scrollableTable__headNav {
  text-align: left;
  margin: 5px 0 10px;
}

.s5-scrollableTable__store {
  text-align: left;
}

.s5-scrollableTable__tbodyArea {
  position: relative;
}

.s5-scrollableTable__sideHeadingCells {
  width: 291px;
  position: absolute;
  left: 0;
  top: 0;
}

.s5-scrollableTable__sideHeadingCells table {
  width: 100%;
}

.s5-scrollableTable__sideHeadingCell {
  border-right: 1px solid #e3e8ee;
  border-bottom: 1px solid #e3e8ee;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  padding: 15px 12px 15px 15px;
}

.s5-scrollableTable__sideHeadingCell--h1 {
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: none;
  border-right: none;
  background: #F8F8FA;
}

.s5-scrollableTable__sideHeadingCell--h2 {
  color: #2f353d;
  border-left: none;
  border-right: none;
  background: #fbfbfc;
}

.s5-scrollableTable__main {
  overflow-x: scroll;
  margin: 0 0 0 290px;
}

.s5-scrollableTable--largeTableView .s5-scrollableTable__main {
  overflow-x: visible;
}

.s5-scrollableTable__mainTable {
  border-right: 1px solid #e3e8ee;
  word-break: break-all;
}

.s5-scrollableTable__mainTable--noBorder {
  border-right: 0;
}

.s5-scrollableTable__mainCell {
  background: #fff;
  font-size: 14px;
  width: 188px;
  /* 218px with pad */
  padding: 15px 15px;
  border-left: 1px solid #e3e8ee;
  border-bottom: 1px solid #e3e8ee;
  text-align: center;
  vertical-align: middle;
}

.s5-scrollableTable__mainCellInner {
  width: 188px;
}

.s5-scrollableTable__mainCell--h1 {
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: none;
  border-right: none;
  background: #F8F8FA;
}

.s5-scrollableTable__mainCell--h2 {
  color: #2f353d;
  border-left: none;
  border-right: none;
  background: #fbfbfc;
}

/* ==========================================================================
   .s5-horizontalItemList
   ========================================================================== */
.s5-horizontalItemList {
  margin: 20px auto 30px;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s5-horizontalItemList__prev,
.s5-horizontalItemList__next {
  position: absolute;
  z-index: 1;
  top: 18px;
  width: 34px;
  height: 0;
  padding-top: 160px;
  cursor: pointer;
}

.s5-horizontalItemList--length4 .s5-horizontalItemList__prev, .s5-horizontalItemList--length4
.s5-horizontalItemList__next {
  padding-top: 18.75%;
}

.s5-horizontalItemList__prev:before,
.s5-horizontalItemList__next:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 34px;
  height: 52px;
  margin-top: -30px;
  background: url(../images/s5-horizontalItemList/sprite_01.png) no-repeat;
}

.s5-horizontalItemList__prev {
  left: -10px;
}

.s5-horizontalItemList__prev:before {
  background-position: 0 0;
}

.s5-horizontalItemList__next {
  right: -10px;
}

.s5-horizontalItemList__next:before {
  background-position: -35px 0;
}

.s5-horizontalItemList__prev.disabled,
.s5-horizontalItemList__next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.s5-horizontalItemList__gallery {
  cursor: move;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.s5-horizontalItemList__gallery, .s5-horizontalItemList__gallery * {
  -webkit-touch-callout: none;
  touch-callout: none;
}

.s5-horizontalItemList__galleryInner {
  position: absolute;
  left: 0;
  top: 0;
}

.s5-horizontalItemList__item {
  line-height: 1.2;
  font-size: 12px;
  float: left;
  width: 189px;
  padding-top: 20px;
  margin-left: 30px;
  border-top: 1px solid #000;
}

.s5-horizontalItemList__item:first-child {
  margin-left: 0;
}

.s5-horizontalItemList__item > a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
}

.s5-horizontalItemList__item > a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-horizontalItemList__item > a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-horizontalItemList__item > a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-horizontalItemList__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 10px;
}

.s5-horizontalItemList__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}

.s5-horizontalItemList__linkText {
  color: #2f353d;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 5px;
}

.s5-horizontalItemList__linkText:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-horizontalItemList__productNameGroup {
  margin-bottom: 16px;
}

@media screen and (max-width: 639px) {
  .s5-horizontalItemList__productNameGroup {
    margin-bottom: 10px;
  }
}
.s5-horizontalItemList__productName {
  font-weight: bold;
  font-size: 16px;
}

.s5-horizontalItemList__modelName {
  color: #83838f;
  font-size: 14px;
}

.s5-horizontalItemList__line {
  font-size: 14px;
  margin: 10px 0;
}

.s5-horizontalItemList__buttonContainer span {
  font-size: 12px;
  padding: 4px 10px;
}

@media screen and (max-width: 639px) {
  .s5-horizontalItemList__buttonContainer span {
    padding: 10px 18px;
  }
}
.s5-horizontalItemList__text {
  color: #83838f;
  margin: 5px 0;
}

@media screen and (max-width: 639px) {
  .s5-horizontalItemList__prev,
  .s5-horizontalItemList__next {
    top: 10px;
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .s5-horizontalItemList__prev:before,
  .s5-horizontalItemList__next:before {
    width: 28px;
    height: 36px;
    top: 24px;
    margin-top: 0;
    background-size: 56px 62px;
  }

  .s5-horizontalItemList__prev {
    left: -10px;
  }

  .s5-horizontalItemList__prev:before {
    background-position: 0   -26px;
  }

  .s5-horizontalItemList__next {
    right: 18px;
  }

  .s5-horizontalItemList__next:before {
    background-position: -28px -26px;
  }

  .s5-horizontalItemList__item {
    position: static;
    font-size: 12px;
    width: 114px;
    padding-top: 10px;
    margin-left: 12px;
  }
}
/* ==========================================================================
   .s5-sitemapLinkList
   ========================================================================== */
.s5-sitemapLinkList {
  border-top: 1px solid #2f353d;
  padding-top: 4px;
  margin-bottom: 60px;
}

.s5-sitemapLinkList ul {
  font-size: 0;
  font-family: 'zeroWidth';
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.s5-sitemapLinkList li {
  font-size: 12px;
  font-family: sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 24.999%;
  padding-right: 10px;
  margin: 16px 0 0;
}

.s5-sitemapLinkList a {
  color: #2f353d;
  cursor: pointer;
}

.s5-sitemapLinkList a:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-sitemapLinkList a:hover, .s5-sitemapLinkList a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 639px) {
  .s5-sitemapLinkList {
    margin-bottom: 40px;
  }

  .s5-sitemapLinkList li {
    display: block;
    width: auto;
  }

  .s5-sitemapLinkList a {
    display: block;
  }
}
/* ==========================================================================
   Section comment block
   ========================================================================== */
.s5-supportLinks {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 639px) {
  .s5-supportLinks {
    min-width: 280px;
    padding: 0 20px;
  }
}
@media \0screen {
  .s5-supportLinks {
    min-width: 979px;
  }
}
.s5-supportLinks__header {
  margin-bottom: 26px;
}

.s5-supportLinks__heading {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .s5-supportLinks {
    margin-top: 50px;
  }

  .s5-supportLinks__header {
    margin-bottom: 14px;
  }
}
.s5-supportLinks__itemList {
  font-size: 0;
  font-family: 'zeroWidth';
  overflow: hidden;
}

.s5-supportLinks__itemListInner {
  margin: 0 -25px;
}

@media screen and (max-width: 767px) {
  .s5-supportLinks__itemListInner {
    margin: 0;
  }
}
.s5-supportLinks__item {
  font-size: 12px;
  font-family: sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
  padding: 0 25px;
}

.s5-supportLinks__item a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
}

.s5-supportLinks__item a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-supportLinks__item a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-supportLinks__item a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-supportLinks__iconContainer {
  width: 100%;
  height: 60px;
  padding: 20px 0;
  margin-bottom: 10px;
  background: #f1f4f9;
}

.s5-supportLinks__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/s5-supportLinks/sprite_01.png) no-repeat;
}

.s5-supportLinks__icon.s5-supportLinks__icon--update {
  background-position: 0px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--ask {
  background-position: -60px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--docs {
  background-position: -120px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--software {
  background-position: -180px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--repair {
  background-position: -240px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--cogs {
  background-position: -300px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--globe {
  background-position: -360px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--info {
  background-position: -420px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--laptop {
  background-position: -480px 0;
}

.s5-supportLinks__icon.s5-supportLinks__icon--video-camera {
  background-position: -540px 0;
}

.s5-supportLinks__eyecatcher {
  font-weight: bold;
}

.s5-supportLinks__eyecatcher:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  .s5-supportLinks__item {
    display: table;
    width: 100%;
    padding: 0;
  }

  .s5-supportLinks__item a {
    display: table;
    width: 100%;
    padding: 0;
  }

  .s5-supportLinks__iconContainer {
    vertical-align: middle;
    display: table-cell;
    width: 30px;
    height: auto;
    padding: 12px 6px 12px 0;
    margin-bottom: 0;
    background: none;
  }

  .s5-supportLinks__icon {
    width: 30px;
    height: 30px;
    background-size: 300px 30px;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--update {
    background-position: 0px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--ask {
    background-position: -30px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--docs {
    background-position: -60px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--software {
    background-position: -90px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--repair {
    background-position: -120px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--cogs {
    background-position: -150px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--globe {
    background-position: -180px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--info {
    background-position: -210px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--laptop {
    background-position: -240px 0;
  }

  .s5-supportLinks__icon.s5-supportLinks__icon--video-camera {
    background-position: -270px 0;
  }

  .s5-supportLinks__eyecatcher {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 0;
  }

  .s5-supportLinks__eyecatcher:before {
    content: none;
  }
}
/* ==========================================================================
   s5-catalogs
   ========================================================================== */
.s5-catalogs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 639px) {
  .s5-catalogs {
    min-width: 280px;
    padding: 0 20px;
  }
}
@media \0screen {
  .s5-catalogs {
    min-width: 979px;
  }
}
.s5-catalogs__header {
  margin-bottom: 26px;
}

.s5-catalogs__heading {
  font-size: 16px;
  font-weight: bold;
}

.s5-catalogs__itemList {
  font-size: 0;
  font-family: 'zeroWidth';
}

.s5-catalogs__item {
  font-size: 12px;
  font-family: sans-serif;
  vertical-align: top;
  display: inline-block;
  width: 33.3%;
}

.s5-catalogs__itemInner {
  display: table;
  width: 100%;
}

.s5-catalogs__itemInner a {
  display: table;
  width: 100%;
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-catalogs__itemInner a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-catalogs__itemInner a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-catalogs__itemInner a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-catalogs__image {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 28%;
  padding: 10px;
}

.s5-catalogs__image img {
  display: block;
  width: 100%;
  height: auto;
}

.s5-catalogs__text {
  line-height: 1.6;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 72%;
  padding-right: 30px;
}

.s5-catalogs__eyecatcher:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  .s5-catalogs__header {
    margin-bottom: 10px;
  }

  .s5-catalogs__item {
    display: block;
    width: auto;
    margin: 15px 0;
  }

  .s5-catalogs__image {
    width: 1%;
  }

  .s5-catalogs__image img {
    width: auto;
    height: auto;
  }

  .s5-catalogs__text {
    width: auto;
    padding: 0;
  }
}
/* ==========================================================================
   s5-categoryList
   ========================================================================== */
.s5-categoryList {
  font-size: 0;
  font-family: 'zeroWidth';
  margin: 0 -15px 60px;
}

.s5-categoryList:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: -40px;
}

.s5-categoryList__item {
  font-size: 12px;
  font-family: sans-serif;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 16.666%;
  padding: 0 15px;
  margin: 0 0 40px;
}

.s5-categoryList__itemInner {
  border-top: 1px solid #000;
}

.s5-categoryList__itemInner > a {
  color: inherit;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  display: block;
}

.s5-categoryList__itemInner > a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.s5-categoryList__itemInner > a:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-categoryList__itemInner > a:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.s5-categoryList__image {
  text-align: center;
  padding-top: 20px;
}

.s5-categoryList__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.s5-categoryList__linkText {
  color: #2f353d;
  cursor: pointer;
  font-weight: bold;
}

.s5-categoryList__linkText:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-categoryList__linkText:hover, .s5-categoryList__linkText:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

.s5-categoryList__note {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .s5-categoryList__item {
    width: 24.999%;
  }
}
@media screen and (max-width: 639px) {
  .s5-categoryList {
    border-top: 1px solid #2f353d;
    padding-top: 20px;
    margin: 0 0 60px;
  }

  .s5-categoryList:after {
    margin-top: -20px;
  }

  .s5-categoryList__item {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
  }

  .s5-categoryList__itemInner {
    display: table;
    width: 100%;
    border-top: none;
  }

  .s5-categoryList__itemInner > a {
    display: table-row;
  }

  .s5-categoryList__image {
    vertical-align: middle;
    display: table-cell;
    padding: 0 10px 0 0;
    width: 60px;
  }

  .s5-categoryList__image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .s5-categoryList__text {
    vertical-align: middle;
    display: table-cell;
  }
}
/* ==========================================================================
   .s5-categoryList
   ========================================================================== */
.s5-categoryListColumns {
  overflow: hidden;
  margin: 0 0 60px;
}

.s5-categoryListColumns__inner1 {
  margin: 0 -30px;
}

.s5-categoryListColumns__inner2 {
  table-layout: fixed;
  border-spacing: 30px 0;
  display: table;
  width: 100%;
}

.s5-categoryListColumns__col {
  border-spacing: 0;
  display: table-cell;
}

.s5-categoryListColumns__col > *:first-child {
  margin-top: 0;
}

.s5-categoryListColumns__col .s5-categoryList {
  margin-bottom: 0;
}

.s5-categoryListColumns .s5-categoryList__item {
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .s5-categoryListColumns .s5-categoryList__item {
    width: 49.999%;
  }
}
@media screen and (max-width: 639px) {
  .s5-categoryListColumns {
    overflow: visible;
  }

  .s5-categoryListColumns__inner1 {
    margin: 0;
  }

  .s5-categoryListColumns__inner2 {
    display: block;
    width: auto;
  }

  .s5-categoryListColumns__col {
    display: block;
    width: auto;
    margin: 0 0 60px;
  }

  .s5-categoryListColumns .s5-categoryList__item {
    width: auto;
  }
}
/* ==========================================================================
   .s5-linkList
   ========================================================================== */
.s5-linkList {
  font-size: 12px;
}

.s5-linkList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-linkList li {
  margin: 0 0 10px;
}

.s5-linkList a {
  color: #2f353d;
  cursor: pointer;
}

.s5-linkList a:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}

.s5-linkList a:hover, .s5-linkList a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 639px) {
  .s5-linkList li {
    margin-bottom: 20px;
  }
}
/* ==========================================================================
   s5-afterLinks
   ========================================================================== */
.s5-afterLinks {
  padding: 0 20px;
}

.s5-afterLinks .s5-afterLinks__inner {
  max-width: 878px;
  border: 1px solid #cbd5e1;
  margin: 0 auto;
  padding: 30px;
}

@media screen and (max-width: 639px) {
  .s5-afterLinks .s5-afterLinks__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__header {
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold;
}

@media screen and (max-width: 639px) {
  .s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__header {
    text-align: center;
  }
}
.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul {
    display: block;
  }
}
.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li {
  list-style: none;
  display: table-cell;
  width: 35%;
  vertical-align: top;
}

@media screen and (max-width: 639px) {
  .s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a {
  display: block;
}

.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a span.s5-afterLinks__smallText {
  font-size: 12px;
}

.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a span.s5-icon-packs {
  font-size: 150%;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a div {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 979px) {
  .s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a div {
    width: 81%;
  }
}
@media screen and (max-width: 767px) {
  .s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a div {
    width: 85%;
  }
}
@media screen and (max-width: 639px) {
  .s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a div {
    width: 80%;
  }
}
.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a span.s5-afterLinks__smallTitle {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}

.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a .s5-icon-refresh + div span.s5-afterLinks__smallTitle {
  margin-top: 15px;
}

.s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 639px) {
  .s5-afterLinks .s5-afterLinks__inner .s5-afterLinks__iconLists ul li:first-child {
    margin-top: 0;
  }
}
.s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--displayPc {
  display: block;
}

.s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--displaySp {
  display: none;
}

.s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--displayTable {
  display: none;
}

.s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--displayCell {
  display: none;
}

@media screen and (max-width: 767px) {
  .s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--middleNone {
    display: none;
  }

  .s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--displayTable {
    display: table;
  }

  .s5-afterLinks .s5-afterLinks__inner ul#s5-afterLinks--displayTable {
    margin-top: 20px;
  }

  .s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--displayCell {
    display: table-cell;
  }
}
@media screen and (max-width: 639px) {
  .s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--displayPc {
    display: none;
  }

  .s5-afterLinks .s5-afterLinks__inner #s5-afterLinks--displaySp {
    display: block;
  }
}
/* ==========================================================================
   .s5-listItem4 custom
   ========================================================================== */
@media screen and (min-width: 768px) {
  .s5-listItem4__store {
    padding: 20px 0;
    height: auto;
  }

  .s5-listItem4__row {
    display: table;
    height: 100%;
    width: 100%;
  }
  .s5-listItem4__row > * {
    display: table-cell;
    vertical-align: middle;
  }

  .s5-listItem4__textContainer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 60%;
    padding: 0 0 0 20px;
    border-left: 4px solid #f5683a;
  }
  .s5-listItem4__textContainer .s5-listItem4__storeText {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .s5-listItem4__textContainer .s5-listItem4__storePrice {
    font-size: 26px;
  }
  .s5-listItem4__textContainer .s5-listItem4__storeUnit {
    font-size: 13px;
  }
  .s5-listItem4__textContainer .s5-p2 {
    margin: 0;
    padding: 0;
  }

  .s5-listItem4__storeButtonContainer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px 0 0;
    height: 100%;
    width: 40%;
  }
  .s5-listItem4__storeButtonContainer a {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .s5-listItem4__storeButtonContainer a .button_wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 15px;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
  }

  .s5-storeButton .button_wrapper:before {
    content: "\f0da";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .6em .05em 0;
  }

  .s5-storeButton .button_wrapper:after {
    content: "";
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background: url("images/icon_blank_w.png") 0px 0px no-repeat;
    height: 9px;
    width: 10px;
    margin-left: 5px;
  }
}
