/*********************************

_main.scss

*********************************/
/*********************************

_variables.scss

*********************************/
/*********************************

_base.scss

*********************************/
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
}

em, i {
  font-style: italic;
}
em *, i * {
  font-style: italic;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

section {
  position: relative;
}

main {
  margin: 0 auto;
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
}

input,
button,
textarea,
select {
  height: auto;
  margin: 0;
  padding: 12px 27px;
  background: #fff;
  border: none;
  border-radius: 5px;
  outline: none;
  font-family: "oswald", sans-serif !important;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000 !important;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Hide HTML5 Up and Down arrows. */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

textarea {
  resize: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

ul {
  list-style-position: inside;
}

::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #b5b5b5 !important;
}

::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #b5b5b5 !important;
}

:-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #b5b5b5 !important;
}

::-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #b5b5b5 !important;
}

::placeholder {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #b5b5b5 !important;
}

button {
  cursor: pointer;
}
button:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

/*********************************

_functions.scss

*********************************/
/*********************************

_mixins.scss

*********************************/
/*********************************

_utilities.scss

*********************************/
.page {
  padding-top: 120px;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.displayNone {
  display: none;
}

.wrapperWidth {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1100px;
}

.spBlock {
  display: none;
}

.pcFlex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.spFlex {
  display: none;
}

/*
 * Button
 */
.btn,
.single_add_to_cart_button {
  position: relative;
  width: 100%;
  height: 72px;
  background: #A6937B;
  border-radius: 5px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.btn:hover,
.single_add_to_cart_button:hover {
  opacity: 1;
  background: #fff;
  color: #A6937B !important;
}
.btn.is--div,
.single_add_to_cart_button.is--div {
  cursor: pointer;
}
.btn.is--div:hover p,
.single_add_to_cart_button.is--div:hover p {
  color: #A6937B !important;
}
.btn.is--div p,
.single_add_to_cart_button.is--div p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

/*
 * Slick
 */
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots {
  bottom: 8%;
}
.slick-dots li {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 33px;
  text-align: center;
}
.slick-dots li:first-child {
  margin-left: 0px !important;
}
.slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}
.slick-dots li.slick-active button {
  background: #A6937B;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #d2d2d2;
  border-radius: 50%;
  font-size: 0px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.slick-dots li button:before {
  color: #d2d2d2;
  opacity: 0 !important;
}

/*
 * Go Top
 */
.goTop {
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 90px;
  height: 90px;
  border: 2px solid #AAAAAA;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  cursor: pointer;
}
.goTop:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.goTop:hover * {
  color: #fff;
}
.goTop * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  font-family: "oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #AAAAAA;
  letter-spacing: 2px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.goTop::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -17px;
  width: 6px;
  height: 27px;
  background-image: url("../icons/arrow-gotop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

/*
 * Fields
 */
.select-holder {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}
.select-holder.is--disabled {
  background: #f1f1f1 !important;
}
.select-holder.is--disabled .apply-border {
  border: 1px solid #bfbfbf;
}
.select-holder::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  right: 13px;
  width: 12px;
  height: 12px;
  background-image: url("../icons/select-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.select-holder select {
  width: 100%;
  padding: 5px 12px;
  background: transparent !important;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #333;
  cursor: pointer;
}
.select-holder select:invalid {
  color: #AAAAAA !important;
}
.select-holder select option {
  color: #1D1D1D;
}

.fieldWithIcon {
  position: relative;
}
.fieldWithIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 1px;
  height: 60%;
  background: #b5b5b5;
}
.fieldWithIcon input,
.fieldWithIcon select {
  padding-right: 50px;
}

.productsListWrapper__header .notfoundHeading {
  font-size: 48px;
}

@media print, screen and (max-width: 1800px) {
  .page {
    padding-top: 107px;
  }
  /*
   * Go Top
   */
  .goTop {
    width: 80px;
    height: 80px;
  }
}
@media print, screen and (max-width: 1650px) {
  .page {
    padding-top: 95px;
  }
  /*
   * Go Top
   */
  .goTop {
    width: 70px;
    height: 70px;
    border: 1px solid #AAAAAA;
  }
}
@media print, screen and (max-width: 1440px) {
  /*
   * Button
   */
  .btn,
  .single_add_to_cart_button {
    height: 5vw;
    font-size: 1.1111111111vw;
  }
  /*
   * Go Top
   */
  .goTop {
    right: 2%;
    bottom: 5%;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .goTop::after {
    top: -1.25vw;
    width: 0.4166666667vw;
    height: 1.875vw;
  }
  .goTop * {
    font-size: 0.9722222222vw;
  }
  .productsListWrapper__header .notfoundHeading {
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (max-width: 1150px) {
  .wrapperWidth {
    max-width: 92%;
  }
}
@media print, screen and (max-width: 900px) {
  /*
   * Fields
   */
  .select-holder::after {
    right: 1.3333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .select-holder select {
    padding: 0.8vw 1.6vw;
  }
  .fieldWithIcon::before {
    right: 4vw;
  }
  .fieldWithIcon input,
  .fieldWithIcon select {
    padding-right: 5.3333333333vw;
  }
}
@media print, screen and (max-width: 778px) {
  .page {
    padding-top: 17.6vw;
  }
  .wrapperWidth {
    max-width: 80%;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  /*
   * Breadcrumbs
   */
  .breadcrumbs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3.4666666667vw;
    padding-bottom: 8vw;
  }
  .breadcrumbs > p {
    position: relative;
    margin-left: 4vw;
    padding-left: 4vw;
  }
  .breadcrumbs > p:first-child {
    margin-left: 0px;
    padding-left: 0px;
  }
  .breadcrumbs > p:first-child::before {
    display: none;
  }
  .breadcrumbs > p::before {
    content: ">";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -2px;
  }
  .breadcrumbs * {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 3.2vw;
    color: #fff;
    line-height: 1;
    letter-spacing: 2px;
  }
  /*
   * Fields
   */
  input,
  textarea,
  select {
    height: 10.6666666667vw;
    padding: 3.2vw 4vw;
    border-radius: 1.3333333333vw;
    font-size: 4vw;
  }
  .select-holder::after {
    right: 3.4666666667vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  .select-holder select {
    padding: 1.3333333333vw 3.2vw;
  }
  .fieldWithIcon::before {
    right: 9.3333333333vw;
  }
  .fieldWithIcon input,
  .fieldWithIcon select {
    padding-right: 12vw;
  }
  /*
   * Button
   */
  .btn,
  .single_add_to_cart_button {
    height: 15.4666666667vw;
    padding: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 1;
  }
  /*
   * Slick
   */
  .slick-dots {
    bottom: 5%;
  }
  .slick-dots li {
    margin-left: 3%;
  }
  /*
   * Go Top
   */
  .goTop {
    bottom: 8%;
    width: 12vw;
    height: 12vw;
  }
  .goTop::after {
    top: -2.4vw;
    width: 0.8vw;
    height: 4vw;
  }
  .goTop * {
    font-size: 3.2vw;
  }
  .productsListWrapper__header .notfoundHeading {
    font-size: 7.4666666667vw;
  }
}
@media print, screen and (max-width: 500px) {
  /*
   * Slick
   */
  .slick-dots {
    bottom: 5%;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
  }
}
/*********************************

_header.scss

*********************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #000000;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.header.header--inTop {
  position: absolute;
  background: transparent !important;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}
.header.header--inTop .header__logo {
  width: 236px;
}
.header.header--inTop .header__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header.on--scroll {
  background: rgba(0, 0, 0, 0.95);
}
.header.on--scroll .header__inner {
  padding: 8px 0;
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1680px;
  margin: auto;
  padding: 20px 0;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

.header__logo {
  position: relative;
  width: 144px;
}

/*
 * Links
 */
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link {
  margin-left: 47px;
}
.header__link:hover * {
  color: rgba(255, 255, 255, 0.7);
}
.header__link:first-child {
  margin-left: 0px !important;
}
.header__link * {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

.header__link.link--search {
  position: relative;
  width: 250px;
}
.header__link.link--search input {
  width: 100%;
}
.header__link.link--search img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  width: 17px;
  height: auto;
}

.header__link.link--cart:hover img {
  opacity: 0.7;
}
.header__link.link--cart > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__link.link--cart img {
  margin-right: 12px;
  width: 29px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

/*
 * Cart Link (in Top)
 */
.header__cartLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__cartLink:hover .icon--cart img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.header__cartLink:hover .icon--arrow {
  right: 0;
}

.header__cartLink__icon {
  position: relative;
}
.header__cartLink__icon.icon--cart {
  z-index: 1;
  width: 60px;
  height: 60px;
  background: #000000;
  border-radius: 50%;
}
.header__cartLink__icon.icon--cart img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 50%;
  max-height: 50%;
  margin: auto;
  margin: auto;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.header__cartLink__icon.icon--arrow {
  right: 5px;
  z-index: 2;
  width: 28px;
  height: auto;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

.header__right {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 1800px) {
  .header.header--inTop .header__logo {
    width: 180px;
  }
  .header__inner {
    max-width: 92%;
  }
  .header__logo {
    width: 120px;
  }
}
@media print, screen and (max-width: 1650px) {
  .header.header--inTop .header__logo {
    width: 130px;
  }
  .header__logo {
    width: 100px;
  }
  /*
   * Cart Link (in Top)
   */
  .header__cartLink__icon.icon--cart {
    width: 50px;
    height: 50px;
  }
  .header__cartLink__icon.icon--arrow {
    width: 25px;
  }
}
@media print, screen and (max-width: 1440px) {
  .header__link {
    margin-left: 3.2638888889vw;
  }
  .header__link * {
    font-size: 1.1111111111vw;
  }
  .header__link.link--cart img {
    width: 2.0138888889vw;
  }
}
@media print, screen and (max-width: 900px) {
  .header__link.link--search img {
    width: 1.7361111111vw;
  }
}
@media print, screen and (max-width: 778px) {
  .header.header--inTop .header__logo {
    width: 26.6666666667vw;
  }
  .header.header--inTop .header__inner {
    padding: 3.2vw 0;
  }
  .header__inner {
    width: 90%;
    padding: 1.6vw 0;
  }
  .header__inner > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo {
    width: 25.3333333333vw;
  }
  .header__link {
    display: none;
  }
  .header__link * {
    font-size: 3.2vw;
  }
  .header__link.link--cart {
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
  }
  .header__link.link--cart p {
    font-size: 3.2vw !important;
  }
  .header__link.link--cart img {
    width: 5.3333333333vw;
    margin-right: 2.1333333333vw;
  }
  .header__link.link--cart.is--hide {
    opacity: 0;
    visibility: hidden;
  }
  .header__hamburger {
    position: relative;
    width: 45px;
    height: 18px;
    cursor: pointer;
  }
  .header__hamburger > div {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
  }
  .header__hamburger > div:first-child {
    top: 0;
  }
  .header__hamburger > div:last-child {
    bottom: 0;
    right: 0;
    width: 65%;
  }
  .header__hamburger.is--active > div:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  .header__hamburger.is--active > div:last-child {
    width: 100%;
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  /*
   * Cart Link (in Top)
   */
  .header__cartLink__icon.icon--cart {
    width: 11.6vw;
    height: 11.6vw;
  }
  .header__cartLink__icon.icon--arrow {
    right: 1.8666666667vw;
    width: 5.3333333333vw;
  }
}
@media print, screen and (max-width: 500px) {
  .header.header--inTop .header__inner {
    padding: 4vw 0;
  }
  .header__hamburger {
    width: 36px;
    height: 14px;
  }
  .header__hamburger.is--active > div:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  .header__hamburger.is--active > div:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}
@media print, screen and (max-width: 365px) {
  .header__hamburger {
    width: 30px;
    height: 12px;
  }
  .header__hamburger > div {
    height: 2px;
  }
  .header__hamburger.is--active > div:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  .header__hamburger.is--active > div:last-child {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
}
/*********************************

_footer.scss

*********************************/
footer {
  padding: 30px 0;
  text-align: center;
}
footer * {
  text-transform: uppercase;
  font-family: "oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}

@media print, screen and (max-width: 1650px) {
  footer {
    padding: 20px 0;
  }
  footer * {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1440px) {
  footer {
    padding: 1.3888888889vw 0;
  }
  footer * {
    font-size: 1.1111111111vw;
  }
}
@media print, screen and (max-width: 778px) {
  footer {
    padding: 6.1333333333vw 10%;
  }
  footer * {
    font-size: 3.2vw;
  }
}
/*********************************

_preloader.scss

*********************************/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000000;
}

.preloader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
}
.preloader__logo img {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

/*********************************

_news.scss

*********************************/
.news {
  position: relative;
  width: 100%;
  background: #010101;
}
.news .wrapperWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 46px 30px;
}

.news__header {
  position: relative;
  padding-right: 50px;
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #AAAAAA;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1;
}
.news__header::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 35%;
  right: 0;
  width: 1px;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
}

.news__slider {
  width: calc(100% - 112px);
  padding-left: 50px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
}
.news__slider.is--active {
  opacity: 1;
  visibility: visible;
}
.news__slider .slick-list {
  height: 29px !important;
}

.news__sliderItem:hover p {
  color: #fff;
}
.news__sliderItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__sliderItem p {
  font-size: 18px;
  color: #b5b5b5;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  letter-spacing: 2px;
}
.news__sliderItem__title {
  width: calc(100% - 108px);
  padding-left: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news__sliderItem__date {
  font-family: "oswald", sans-serif;
  font-weight: 500;
}

@media print, screen and (max-width: 1800px) {
  .news .wrapperWidth {
    padding: 35px 25px;
  }
}
@media print, screen and (max-width: 1650px) {
  .news .wrapperWidth {
    padding: 25px 20px;
  }
}
@media print, screen and (max-width: 1440px) {
  .news__header {
    padding-right: 3.4722222222vw;
    font-size: 1.6666666667vw;
  }
  .news__slider {
    width: calc(100% - 7.9861111111vw);
    padding-left: 3.4722222222vw;
  }
  .news__slider .slick-list {
    height: 1.5972222222vw !important;
  }
  .news__sliderItem p {
    font-size: 1.25vw;
  }
  .news__sliderItem__title {
    padding-left: 3.8194444444vw;
  }
}
@media print, screen and (max-width: 1150px) {
  .news .wrapperWidth {
    max-width: 92%;
    padding: 25px 0px;
  }
  .news__header {
    display: none;
  }
  .news__slider {
    width: 100%;
    padding-left: 0px;
  }
  .news__slider .slick-list {
    height: 1.8260869565vw !important;
  }
  .news__sliderItem p {
    font-size: 1.3888888889vw;
  }
}
@media print, screen and (max-width: 778px) {
  .news .wrapperWidth {
    padding: 4vw 0;
  }
  .news__slider .slick-list {
    height: 12.5333333333vw !important;
  }
  .news__sliderItem a {
    display: block;
  }
  .news__sliderItem p {
    font-size: 4vw;
  }
  .news__sliderItem__title {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 500px) and (min-height: 700px) and (orientation: portrait) {
  .news .wrapperWidth {
    padding: 4vw 0;
  }
  .news__slider .slick-list {
    height: 12.5333333333vw !important;
  }
  .news__sliderItem a {
    display: block;
  }
  .news__sliderItem p {
    font-size: 4vw;
  }
  .news__sliderItem__title {
    width: 100%;
    padding-left: 0;
  }
}
/*********************************

_accordion.scss

*********************************/
.accordion {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.accordion:first-child {
  margin-top: 0px !important;
}
.accordion.is--active .accordion__header::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.accordion__header {
  position: relative;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #AAAAAA;
  cursor: pointer;
}
.accordion__header:hover > p {
  color: #fff;
}
.accordion__header::before, .accordion__header::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #AAAAAA;
}
.accordion__header::before {
  right: 0;
  width: 11px;
  height: 1px;
}
.accordion__header::after {
  right: 5px;
  width: 1px;
  height: 11px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.accordion__header > p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #AAAAAA;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

.accordion__body {
  display: none;
  padding-top: 15px;
}
.accordion__body * {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  color: #AAAAAA;
  line-height: 2;
}

@media print, screen and (max-width: 1440px) {
  .accordion {
    margin-top: 1.7361111111vw;
  }
  .accordion__header {
    padding-right: 1.3888888889vw;
    padding-bottom: 1.0416666667vw;
  }
  .accordion__header::before {
    width: 0.8333333333vw;
  }
  .accordion__header::after {
    right: 0.3472222222vw;
    height: 0.8333333333vw;
  }
  .accordion__header > p {
    font-size: 1.25vw;
  }
  .accordion__body {
    padding-top: 1.0416666667vw;
  }
  .accordion__body * {
    font-size: 1.1111111111vw;
  }
}
@media print, screen and (max-width: 778px) {
  .accordion {
    margin-top: 6.9333333333vw;
  }
  .accordion:first-child {
    margin-top: 10.1333333333vw !important;
  }
  .accordion__header {
    padding-right: 5.3333333333vw;
    padding-bottom: 4vw;
  }
  .accordion__header::before {
    width: 3.2vw;
  }
  .accordion__header::after {
    right: 1.6vw;
    height: 3.2vw;
  }
  .accordion__header > p {
    font-size: 4.8vw;
  }
  .accordion__body {
    padding-top: 2.6666666667vw;
  }
  .accordion__body * {
    font-size: 4vw;
  }
}
/*********************************

_modal.scss

*********************************/
.modalHolder {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 1vw;
  text-align: center;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
}
.modalHolder.is--active {
  opacity: 1;
  visibility: visible;
}
.modalHolder::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.5em;
}

.modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.modal {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  max-width: 35vw;
  width: 100%;
  margin-left: -0.6vw;
  margin-bottom: 0.75vw;
  background: #000000;
  border: 4px solid #5D5D5D;
  border-radius: 5px;
  outline: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal * {
  color: #fff;
}
.modal .btn {
  max-width: 300px;
  margin: auto;
}

.modal__close {
  position: absolute;
  top: -1.25vw;
  right: -1.25vw;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal__close img {
  width: 100%;
}

.modal__titleEyebrow {
  font-size: 1.1111111111vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.modal__title {
  margin-top: 0.6944444444vw;
  font-size: 2.0833333333vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.modal__contents {
  padding: 2vw 5%;
}
.modal__contents img {
  margin: 2.0833333333vw auto;
}

.modal__desc {
  text-align: center;
}
.modal__desc * {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.1111111111vw;
}

@media print, screen and (max-width: 778px) {
  .modal {
    max-width: 66.6666666667vw;
  }
  .modal__close {
    top: -3.4666666667vw;
    right: -3.4666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .modal__titleEyebrow {
    font-size: 3.2vw;
  }
  .modal__title {
    margin-top: 1.3333333333vw;
    font-size: 4vw;
  }
  .modal__contents {
    padding: 6.6666666667vw 4vw;
  }
  .modal__contents img {
    margin: 5.3333333333vw auto;
  }
  .modal__desc * {
    font-size: 4vw;
  }
}
/*********************************

_kv.scss

*********************************/
.home.page {
  padding-top: 0px !important;
}

.homeBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.homeKv {
  position: relative;
  z-index: 2;
  width: 100%;
}
.homeKv .wrapperWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.homeKv__inner {
  position: relative;
  width: 100%;
}

/*
 * Kv Video
 */
.homeKv__videoWrapper {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #5D5D5D;
}
.homeKv__videoWrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
}
.homeKv__videoWrapper iframe,
.homeKv__videoWrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeKv__videoVolume {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.homeKv__videoVolume__icon {
  display: none;
  width: 28px;
  height: auto;
  margin-right: 25px;
}
.homeKv__videoVolume__icon.is--active {
  display: block;
}

.homeKv__videoVolume__text {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  font-family: "oswald", sans-serif;
  font-size: 14px;
  color: #AAAAAA;
  letter-spacing: 2px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  cursor: pointer;
}
.homeKv__videoVolume__text.is--active, .homeKv__videoVolume__text:hover {
  color: #fff;
}
.homeKv__videoVolume__text::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -3px;
  color: #AAAAAA !important;
  font-style: italic;
  cursor: default;
}
.homeKv__videoVolume__text:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.homeKv__videoVolume__text:last-child::after {
  display: none;
}
.homeKv__videoVolume__text.is--active {
  display: block;
}

/*
 * Texts
 */
.homeTexts {
  position: absolute;
  top: 14%;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  text-align: center;
  mix-blend-mode: difference;
}
.homeTexts.top {
  z-index: 3;
  position: absolute;
}
.homeTexts.top h1 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
}

.homeTexts__main {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.homeTexts__main > div {
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
}
.homeTexts__main h1 {
  font-family: "oswald", sans-serif;
  font-size: 300px;
  font-weight: 700;
  color: #5D5D5D;
  letter-spacing: 35px;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
/*
 * Profile
 */
.homeProfile {
  position: absolute;
  left: calc(100% + 58px);
  bottom: 10%;
  width: 200px;
  height: 200px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  cursor: pointer;
}
.homeProfile.is--hoverable {
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.homeProfile.is--hoverable:hover {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
}
.homeProfile.is--hoverable:hover .homeProfile__dot {
  background: #fff;
}
.homeProfile.is--hoverable:hover .homeProfile__img {
  opacity: 0.9;
}

.homeProfile__img {
  -webkit-animation: image-rotate 10s linear infinite;
          animation: image-rotate 10s linear infinite;
}

.homeProfile__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: #A6937B;
  border-radius: 50%;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

.homeProfile__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 67%;
  width: 28px;
  height: auto;
}

@-webkit-keyframes image-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes image-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
 * News
 */
.homeNews.news {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

@media print, screen and (max-width: 1900px) {
  /*
   * Texts
   */
  .homeTexts__main h1 {
    font-size: 14.7368421053vw;
    letter-spacing: 1.8421052632vw;
  }
  .homeTexts__desc {
    margin-top: -3.6842105263vw;
  }
}
@media print, screen and (max-width: 1800px) {
  /*
   * Kv Video
   */
  .homeKv__videoWrapper {
    height: 34vw;
  }
  /*
   * Texts
   */
  .homeTexts {
    top: 12%;
  }
}
@media print, screen and (max-width: 1650px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 13%;
  }
  .homeTexts__desc * {
    font-size: 45px;
  }
  /*
   * Profile
   */
  .homeProfile {
    left: 104%;
    width: 150px;
    height: 150px;
  }
  .homeProfile__dot {
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (max-width: 1550px) {
  /*
   * Profile
   */
  .homeProfile {
    left: 102%;
    width: 120px;
    height: 120px;
  }
}
@media print, screen and (max-width: 1440px) {
  .homeKv .wrapperWidth {
    max-width: 70vw;
  }
  /*
   * Texts
   */
  .homeTexts__desc * {
    font-size: 3.125vw;
  }
  /*
   * Profile
   */
  .homeProfile {
    left: 103%;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
@media print, screen and (max-width: 1150px) {
  .homeKv .wrapperWidth {
    max-width: 75vw;
  }
  /*
   * Kv Video
   */
  .homeKv__videoWrapper {
    height: 40vw;
  }
  /*
   * Profile
   */
  .homeProfile {
    left: 101%;
    width: 9.0277777778vw;
    height: 9.0277777778vw;
  }
  .homeProfile__dot {
    width: 11px;
    height: 11px;
  }
  .homeProfile__arrow {
    width: 1.9444444444vw;
  }
}
@media screen and (max-width: 1150px) and (min-height: 780px) {
  .homeKv .wrapperWidth {
    height: 92vh;
  }
  /*
   * Kv Video
   */
  .homeKv__videoWrapper {
    height: 43vw;
  }
  /*
   * Profile
   */
  .homeProfile {
    top: 95%;
    left: auto;
    right: 0;
  }
}
@media print, screen and (max-width: 778px) {
  .homeKv .wrapperWidth {
    max-width: 83.4666666667vw;
    height: calc(100vh - 18.6666666667vw);
  }
  /*
   * Kv Video
   */
  .homeKv__videoWrapper {
    height: 56vw;
  }
  .homeKv__videoVolume__icon {
    width: 5.3333333333vw;
    margin-right: 4vw;
  }
  .homeKv__videoVolume__text {
    margin-right: 4vw;
    padding-right: 4vw;
    font-size: 4vw;
  }
  /*
   * Texts
   */
  .homeTexts__main .slick-slide {
    width: 176vw !important;
  }
  .homeTexts__main h1 {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 501px) and (min-height: 700px) and (orientation: portrait) {
  .homeKv .wrapperWidth {
    max-width: 92%;
    height: calc(100vh - 18.6666666667vw);
  }
  /*
   * Kv Video
   */
  .homeKv__videoWrapper {
    height: 60vw;
  }
  .homeKv__videoVolume__icon {
    width: 5.3333333333vw;
    margin-right: 4vw;
  }
  .homeKv__videoVolume__text {
    margin-right: 4vw;
    padding-right: 4vw;
    font-size: 4vw;
  }
  /*
   * Profile
   */
  .homeProfile {
    top: 95%;
    left: auto;
    right: 0;
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (min-width: 501px) and (min-height: 800px) and (orientation: portrait) {
  /*
   * Texts
   */
  .homeTexts {
    top: 22vh;
  }
}
@media print, screen and (max-width: 500px) {
  .homeKv {
    z-index: 3;
  }
  /*
   * Texts
   */
  .homeTexts {
    top: 12.5vh;
    z-index: 2;
  }
  .homeTexts__desc {
    margin-top: 5.3333333333vw;
  }
  .homeTexts__desc * {
    font-size: 4.8vw;
  }
  /*
   * Profile
   */
  .homeProfile {
    top: 95%;
    left: auto;
    right: 0;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
  .homeProfile__dot {
    width: 15px;
    height: 15px;
  }
  .homeProfile__arrow {
    width: 3.7333333333vw;
  }
}
@media screen and (max-width: 500px) and (min-height: 600px) {
  /*
   * Profile
   */
  .homeProfile {
    top: 108%;
  }
}
@media screen and (max-width: 500px) and (min-height: 750px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 12vh;
  }
}
@media screen and (max-width: 500px) and (min-height: 820px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 14vh;
  }
}
@media screen and (max-width: 500px) and (min-height: 900px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 16vh;
  }
}
@media screen and (max-width: 450px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 10vh;
  }
}
@media screen and (max-width: 450px) and (min-height: 900px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 11.5vh;
  }
}
@media screen and (max-width: 400px) and (min-height: 760px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 9.5vh;
  }
}
@media screen and (max-width: 400px) and (min-height: 820px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 12vh;
  }
}
@media screen and (max-width: 400px) and (min-height: 900px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 14vh;
  }
}
@media screen and (max-width: 365px) and (min-height: 800px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 14vh;
  }
}
@media print, screen and (max-width: 365px) {
  /*
   * Profile
   */
  .homeProfile__dot {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 320px) and (max-height: 510px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 9.5vh;
  }
}
@media screen and (max-width: 320px) and (min-height: 551px) {
  /*
   * Texts
   */
  .homeTexts {
    top: 10.5vh;
  }
}
/*********************************

_products.scss

*********************************/
/*
 * Products Kv 
 */
.productsKv__sliderItem {
  position: relative;
  width: 1000px;
  height: 550px;
  margin-left: 10px;
}
.productsKv__sliderItem > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/*
 * Products Wrapper
 */
.productsMain {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.productsMain .wrapperWidth {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*
 * Products List
 */
.productsListWrapper {
  width: calc(100% - 235px);
  padding-left: 65px;
}

.productsListWrapper__header {
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.productsListWrapper__header h2 {
  margin-bottom: 20px;
  font-family: "oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #b5b5b5;
  letter-spacing: 2px;
}
.productsListWrapper__header p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}

.productsList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.product {
  position: relative;
  width: 23.5%;
  margin-left: 2%;
  margin-top: 45px;
  text-align: center;
  cursor: pointer;
}
.product:first-child, .product:nth-child(4n+1) {
  margin-left: 0px;
}
.product:hover .product__thumbnail {
  opacity: 0.8;
}
.product.is--new::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  background-image: url("../images/tag-new.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.product__thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 180px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.product__thumbnail > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product__name {
  margin-top: 22px;
  font-size: 16px;
  color: #fff;
}

.product__price {
  margin-top: 19px;
  font-size: 18px;
  color: #AAAAAA;
}

.product__noDisplay {
  margin: 30px auto;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 1.6;
}

@media print, screen and (max-width: 1650px) {
  /*
   * Products List
   */
  .productsListWrapper {
    width: calc(100% - 200px);
    padding-left: 35px;
  }
}
@media print, screen and (max-width: 1440px) {
  /*
   * Products List
   */
  .productsListWrapper {
    width: calc(100% - 13.8888888889vw);
    padding-left: 2.4305555556vw;
  }
  .productsListWrapper__header {
    padding-bottom: 1.7361111111vw;
  }
  .productsListWrapper__header h2 {
    font-size: 2.0833333333vw;
  }
  .productsListWrapper__header p {
    font-size: 1.1111111111vw;
  }
  .product {
    margin-top: 2.7777777778vw;
  }
  .product__name {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .product__price {
    margin-top: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .product__noDisplay {
    margin: 2.0833333333vw auto;
    font-size: 1.1111111111vw;
  }
}
@media print, screen and (max-width: 1150px) {
  /*
   * Products Kv 
   */
  .productsKv__sliderItem {
    width: 900px;
    height: 500px;
  }
  /*
   * Products Wrapper 
   */
  .productsMain {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /*
   * Products List 
   */
  .product {
    width: 32%;
  }
  .product:nth-child(4n+1) {
    margin-left: 2%;
  }
  .product:nth-child(3n+1), .product:first-child {
    margin-left: 0;
  }
  .product__thumbnail {
    height: 22vw;
  }
}
@media print, screen and (max-width: 960px) {
  /*
   * Products Kv 
   */
  .productsKv__sliderItem {
    width: 800px;
    height: 440px;
  }
}
@media print, screen and (max-width: 778px) {
  /*
   * Products Kv 
   */
  .productsKv__sliderItem {
    width: 100vw;
    height: 55vw;
  }
  /*
   * Products Wrapper 
   */
  .productsMain {
    padding-top: 9.3333333333vw;
    padding-bottom: 17.6vw;
  }
  /*
   * Products List
   */
  .productsListWrapper {
    width: 100%;
    padding-left: 0;
  }
  .productsListWrapper__header {
    padding-bottom: 4vw;
  }
  .productsListWrapper__header h2 {
    font-size: 6.6666666667vw;
  }
  .productsListWrapper__header p {
    font-size: 4vw;
  }
  .product {
    width: 47.5%;
    margin-top: 5.3333333333vw;
    margin-left: 5%;
    overflow: hidden;
  }
  .product:nth-child(4n+1), .product:nth-child(3n+1) {
    margin-left: 5%;
  }
  .product:first-child, .product:nth-child(2n+1) {
    margin-left: 0;
  }
  .product.is--new::before {
    top: -0.2666666667vw;
    width: 11.2vw;
    height: 11.2vw;
  }
  .product__thumbnail {
    height: 36.8vw;
  }
  .product__name {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
  .product__price {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
  .product__noDisplay {
    margin: 8vw auto;
    font-size: 3.7333333333vw;
  }
}
/*********************************

_productsNav.scss

*********************************/
.productsNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 235px;
}

.productsNav__title {
  padding-top: 1px;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  font-family: "oswald", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}

.productsNav__link {
  position: relative;
  padding: 23px 20px;
  padding-right: 60px;
  border-bottom: 1px dashed #AAAAAA;
  display: block;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  cursor: pointer;
}
.productsNav__link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.productsNav__link:hover::after {
  right: 15px;
}
.productsNav__link:hover * {
  color: #fff;
}
.productsNav__link:last-child {
  border-bottom: 1px solid #AAAAAA;
}
.productsNav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 28px;
  height: 5px;
  background-image: url("../icons/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.productsNav__link * {
  font-size: 14px;
  color: #AAAAAA;
  letter-spacing: 2px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

@media print, screen and (max-width: 1650px) {
  .productsNav {
    width: 200px;
  }
  .productsNav__link {
    padding: 18px 12px;
  }
  .productsNav__link:hover::after {
    right: 9px;
  }
  .productsNav__link::after {
    right: 12px;
    width: 18px;
  }
}
@media print, screen and (max-width: 1440px) {
  .productsNav {
    width: 13.8888888889vw;
  }
  .productsNav__title {
    font-size: 1.1111111111vw;
  }
  .productsNav__link {
    padding: 1.25vw 0.8333333333vw;
  }
  .productsNav__link:hover::after {
    right: 0.625vw;
  }
  .productsNav__link::after {
    right: 0.8333333333vw;
    width: 1.25vw;
    height: 0.3472222222vw;
  }
  .productsNav__link * {
    font-size: 0.9722222222vw;
  }
}
@media print, screen and (max-width: 778px) {
  .productsNav {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    z-index: 98;
    width: 100%;
    height: 100vh;
    padding: 10%;
    padding-top: 22.6666666667vw;
    overflow: auto;
    background: #000000;
    text-align: left;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    opacity: 0;
    visibility: hidden;
  }
  .productsNav.is--active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .productsNav__title {
    font-size: 5.3333333333vw;
  }
  .productsNav__link {
    padding: 4.8vw 3.2vw;
    border-bottom: 1px dashed #5D5D5D;
  }
  .productsNav__link:last-child {
    border-bottom: 1px solid #5D5D5D;
  }
  .productsNav__link::after {
    right: 3.2vw;
    width: 4.8vw;
    height: 1.3333333333vw;
  }
  .productsNav__link * {
    font-size: 4vw;
  }
  .productsNav__splinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10.6666666667vw;
  }
  .productsNav__splink * {
    font-size: 4vw;
    color: #fff;
  }
  .productsNav__spsearch {
    position: relative;
    width: 80%;
    margin: auto;
    margin-top: 5.3333333333vw;
  }
  .productsNav__spsearch input {
    width: 100%;
  }
  .productsNav__spsearch img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.6666666667vw;
    width: 3.7333333333vw;
  }
}
/*********************************

_productDetails.scss

*********************************/
.productDetails.productsMain {
  padding-top: 200px;
}

.productDetailsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
 * Product Images
 */
.productDetailsBox__thumbnails {
  position: relative;
  width: 387px;
}
.productDetailsBox__thumbnails.is--manual .productDetailsBox__mainslider {
  height: 387px;
}
.productDetailsBox__thumbnails.is--manual .productDetailsBox__mainsliderItem {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.productDetailsBox__thumbnails.is--manual .productDetailsBox__mainsliderItem.is--active {
  opacity: 1;
}
.productDetailsBox__thumbnails.is--manual .productDetailsBox__subslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.productDetailsBox__thumbnails.is--manual .productDetailsBox__subsliderItem.is--active {
  opacity: 1;
}

.productDetailsBox__mainslider {
  position: relative;
  width: 100%;
}
.productDetailsBox__mainsliderItem {
  position: relative;
  width: 100%;
  height: 387px;
}
.productDetailsBox__mainsliderItem > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.productDetailsBox__subslider {
  margin-top: 15px;
}
.productDetailsBox__subsliderItem {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 8px;
  opacity: 0.6;
  cursor: pointer;
}
.productDetailsBox__subsliderItem.slick-active {
  opacity: 1;
}
.productDetailsBox__subsliderItem > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.productDetailsBox__subslider .slick-dots {
  bottom: -30px;
}
.productDetailsBox__subslider .slick-dots li {
  margin-left: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/*
 * Product Infos
 */
.productDetailsBox__rows {
  width: calc(100% - 387px);
  padding-left: 45px;
}

.productDetailsBox__row {
  padding: 30px 0;
  border-top: 1px dashed #AAAAAA;
  color: #fff;
  letter-spacing: 2px;
}
.productDetailsBox__row:first-child {
  border-top: none !important;
}
.productDetailsBox__row.row--name {
  font-size: 28px;
  font-weight: 400;
}
.productDetailsBox__row.row--price {
  font-size: 24px;
  color: #AAAAAA;
}
.productDetailsBox__row.row--qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productDetailsBox__row.row--qty > p {
  margin-right: 17px;
  font-size: 16px;
  color: #AAAAAA;
}
.productDetailsBox__row.row--qty .select-holder {
  width: 138px;
}
.productDetailsBox__row.row--desc {
  padding-top: 34px;
  border-top: none !important;
}
.productDetailsBox__row.row--desc * {
  font-size: 14px;
  line-height: 2;
}

@media print, screen and (max-width: 1650px) {
  /*
   * Product Images
   */
  .productDetailsBox__thumbnails {
    width: 320px;
  }
  .productDetailsBox__thumbnails.is--manual .productDetailsBox__mainslider {
    height: 320px;
  }
  .productDetailsBox__mainsliderItem {
    height: 320px;
  }
  .productDetailsBox__subslider {
    margin-top: 15px;
  }
  .productDetailsBox__subsliderItem {
    width: 50px;
    height: 50px;
    margin: 0 4px;
  }
  .productDetailsBox__subslider .slick-dots li {
    margin-left: 3px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  /*
   * Product Infos
   */
  .productDetailsBox__rows {
    width: calc(100% - 320px);
    padding-left: 35px;
  }
}
@media print, screen and (max-width: 1440px) {
  .productDetails.productsMain {
    padding-top: 13.8888888889vw;
  }
  /*
   * Product Images
   */
  .productDetailsBox__thumbnails {
    width: 22.2222222222vw;
  }
  .productDetailsBox__thumbnails.is--manual .productDetailsBox__mainslider {
    height: 22.2222222222vw;
  }
  .productDetailsBox__mainsliderItem {
    height: 22.2222222222vw;
  }
  .productDetailsBox__subslider {
    margin-top: 1.0416666667vw;
  }
  /*
   * Product Infos
   */
  .productDetailsBox__rows {
    width: calc(100% - 22.2222222222vw);
    padding-left: 2.4305555556vw;
  }
  .productDetailsBox__row {
    padding: 2.0833333333vw 0;
  }
  .productDetailsBox__row.row--name {
    font-size: 1.9444444444vw;
  }
  .productDetailsBox__row.row--price {
    font-size: 1.6666666667vw;
  }
  .productDetailsBox__row.row--qty > p {
    margin-right: 1.1805555556vw;
    font-size: 1.1111111111vw;
  }
  .productDetailsBox__row.row--qty .select-holder {
    width: 17.3611111111vw;
  }
  .productDetailsBox__row.row--desc {
    padding-top: 2.3611111111vw;
  }
  .productDetailsBox__row.row--desc * {
    font-size: 1.0416666667vw;
  }
}
@media print, screen and (max-width: 1320px) {
  .productDetailsBox {
    display: block;
  }
  /*
   * Product Images
   */
  .productDetailsBox__thumbnails {
    width: 400px;
    margin: auto;
  }
  .productDetailsBox__thumbnails.is--manual .productDetailsBox__mainslider {
    height: 400px;
  }
  .productDetailsBox__mainsliderItem {
    height: 400px;
  }
  .productDetailsBox__subsliderItem {
    width: 80px;
    height: 80px;
  }
  /*
   * Product Infos
   */
  .productDetailsBox__rows {
    width: 100%;
    margin-top: 3.4722222222vw;
    padding-left: 2%;
  }
}
@media print, screen and (max-width: 778px) {
  .productDetails.productsMain {
    padding-top: 17.6vw;
    padding-bottom: 17.6vw;
  }
  /*
   * Product Images
   */
  .productDetailsBox__thumbnails {
    width: 80vw;
  }
  .productDetailsBox__thumbnails.is--manual .productDetailsBox__mainslider {
    height: 80vw;
  }
  .productDetailsBox__mainsliderItem {
    height: 80vw;
  }
  .productDetailsBox__subslider {
    margin-top: 2.6666666667vw;
  }
  .productDetailsBox__subsliderItem {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
  }
  /*
   * Product Infos
   */
  .productDetailsBox__rows {
    margin-top: calc(8vw + 10px);
    padding-left: 0;
  }
  .productDetailsBox__row {
    padding: 5.3333333333vw 0;
    border-top: 1px dashed #5D5D5D;
  }
  .productDetailsBox__row.row--name {
    font-size: 5.8666666667vw;
  }
  .productDetailsBox__row.row--price {
    font-size: 4.8vw;
  }
  .productDetailsBox__row.row--qty {
    padding-bottom: 6.4vw;
    display: block;
    width: 100%;
  }
  .productDetailsBox__row.row--qty > p {
    margin-right: 3.2vw;
    margin-bottom: 3.2vw;
    font-size: 4vw;
  }
  .productDetailsBox__row.row--qty .select-holder {
    width: 32vw;
  }
  .productDetailsBox__row.row--desc {
    padding-top: 5.8666666667vw;
    padding-bottom: 0px !important;
  }
  .productDetailsBox__row.row--desc * {
    font-size: 4vw;
  }
  .productDetailsBox table.variations tr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .productDetailsBox table.variations th.label {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw !important;
  }
  .productDetailsBox table.variations td {
    padding: 2.6666666667vw !important;
  }
}
/*********************************

_cart.scss

*********************************/
.cartBox .btn {
  display: block;
  max-width: 367px;
  margin: auto;
  margin-top: 55px;
}

.cartBox__title {
  margin-bottom: 38px;
}
.cartBox__title * {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}

.cartBox__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 35px 0;
}
.cartBox__table__row.spBlock {
  display: none;
}
.cartBox__table__row.row--header {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #5D5D5D;
}
.cartBox__table__row.row--total {
  width: 95%;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 1px dashed #5D5D5D;
}
.cartBox__table__row > div:first-child {
  width: 75%;
  padding-right: 5%;
}
.cartBox__table__row > div:last-child {
  width: 25%;
}

.cartBox__table__label {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #AAAAAA;
}

.cartItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cartItem__thumbnail {
  position: relative;
  width: 180px;
  height: 180px;
}
.cartItem__thumbnail > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.cartItem__infos {
  position: relative;
  width: calc(100% - 180px);
  padding-left: 27px;
}
.cartItem__infos * {
  font-size: 24px;
  letter-spacing: 2px;
}

.cartItem__name {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
}
.cartItem__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.cartItem__price {
  margin-top: 20px;
  color: #AAAAAA;
}

.cartItem__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cartItem__qty .cartBox__table__label {
  margin-right: 17px;
  font-size: 16px;
  font-weight: 400;
}
.cartItem__qty .select-holder {
  width: calc(100% - 50px);
}
.cartItem__qty input[type=number] {
  max-width: 150px;
}

.cartItem__cancel {
  margin-top: 24px;
  text-align: right;
}
.cartItem__cancel:hover * {
  color: #fff;
}
.cartItem__cancel:hover *::after {
  background: #fff;
}
.cartItem__cancel * {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #AAAAAA;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  cursor: pointer;
}
.cartItem__cancel *::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #AAAAAA;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}

.cartBox__totalAmount {
  font-size: 24px;
  font-weight: 500;
  color: #AAAAAA;
  text-align: right;
  letter-spacing: 2px;
}

/*
 * Additional Infos
 */
.cartBox__additionalinfos {
  position: relative;
  width: 95%;
  margin: auto;
  margin-top: 110px;
}

.cartBox__additionalinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5D5D5D;
}
.cartBox__additionalinfo:first-child {
  margin-top: 0px !important;
}
.cartBox__additionalinfo > p {
  width: calc(100% - 36px);
  padding-left: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #AAAAAA;
}

.cartBox__additionalinfo__icon {
  position: relative;
  width: 36px;
}
.cartBox__additionalinfo__icon img {
  width: auto;
  height: 20px;
  margin: auto;
}

/*
 * Accordions
 */
.cartBox__accordions {
  position: relative;
  width: 95%;
  margin: auto;
  margin-top: 42px;
}

.cartItem__actions {
  margin: 20px auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media print, screen and (max-width: 1650px) {
  .cart.productsMain {
    padding-top: 120px;
  }
}
@media print, screen and (max-width: 1440px) {
  .cart.productsMain {
    padding-top: 13.8888888889vw;
  }
  .cartBox .btn {
    margin-top: 3.8194444444vw;
  }
  .cartBox__title {
    margin-bottom: 2.6388888889vw;
  }
  .cartBox__title * {
    font-size: 2.5vw;
  }
  .cartBox__table__row {
    padding: 2.4305555556vw 0;
  }
  .cartBox__table__row.row--header {
    padding-bottom: 0.6944444444vw;
  }
  .cartBox__table__row.row--total {
    padding-bottom: 0.6944444444vw;
  }
  .cartBox__table__label {
    font-size: 1.25vw;
  }
  .cartItem__thumbnail {
    width: 12.5vw;
    height: 12.5vw;
  }
  .cartItem__infos {
    width: calc(100% - 12.5vw);
    padding-left: 1.875vw;
  }
  .cartItem__infos * {
    font-size: 1.6666666667vw;
  }
  .cartItem__name {
    padding-bottom: 0.3472222222vw;
  }
  .cartItem__price {
    margin-top: 1.3888888889vw;
  }
  .cartItem__qty .cartBox__table__label {
    margin-right: 1.1805555556vw;
    font-size: 1.1111111111vw;
  }
  .cartItem__qty .select-holder {
    width: calc(100% - 3.4722222222vw);
  }
  .cartItem__qty input[type=number] {
    max-width: 10.4166666667vw;
  }
  .cartItem__cancel {
    margin-top: 1.6666666667vw;
  }
  .cartItem__cancel * {
    padding-bottom: 0.3472222222vw;
    font-size: 1.1111111111vw;
  }
  .cartBox__totalAmount {
    font-size: 1.6666666667vw;
  }
  /*
   * Additional Infos
   */
  .cartBox__additionalinfos {
    margin-top: 7.6388888889vw;
  }
  .cartBox__additionalinfo {
    margin-top: 3.8194444444vw;
    padding-bottom: 0.6944444444vw;
  }
  .cartBox__additionalinfo > p {
    width: calc(100% - 2.5vw);
    padding-left: 0.9722222222vw;
    font-size: 1.25vw;
  }
  .cartBox__additionalinfo__icon {
    width: 2.5vw;
  }
  .cartBox__additionalinfo__icon img {
    height: 1.3888888889vw;
  }
  /*
   * Accordions
   */
  .cartBox__accordions {
    margin-top: 2.9166666667vw;
  }
}
@media print, screen and (max-width: 778px) {
  .cart.productsMain {
    padding-top: 17.6vw;
    padding-bottom: 17.6vw;
  }
  .cartBox .btn {
    margin-top: 6.6666666667vw;
    max-width: 100%;
  }
  .cartBox__title {
    margin-bottom: 3.4666666667vw;
  }
  .cartBox__title * {
    font-size: 5.8666666667vw;
  }
  .cartBox__table__row {
    display: block;
    padding: 6.1333333333vw 0;
  }
  .cartBox__table__row.spBlock {
    display: block;
  }
  .cartBox__table__row.row--header {
    padding-bottom: 2.6666666667vw;
  }
  .cartBox__table__row.row--header > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .cartBox__table__row.row--header > div:last-child {
    display: none !important;
  }
  .cartBox__table__row.row--item > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .cartBox__table__row.row--item > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cartBox__table__row.row--item > div:last-child .row--header {
    margin-top: 4.5333333333vw;
    margin-bottom: 3.4666666667vw;
  }
  .cartBox__table__row.row--total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 2.6666666667vw;
  }
  .cartBox__table__label {
    font-size: 4vw;
  }
  .cartItem {
    width: calc(100% - 8.5333333333vw);
  }
  .cartItem__thumbnail {
    width: 24vw;
    height: 24vw;
  }
  .cartItem__infos {
    width: calc(100% - 24vw);
    padding-left: 3.4666666667vw;
  }
  .cartItem__infos * {
    font-size: 4vw;
  }
  .cartItem__name {
    padding-bottom: 1.3333333333vw;
  }
  .cartItem__price {
    margin-top: 4vw;
  }
  .cartItem__qty {
    width: 60%;
    margin-left: auto;
  }
  .cartItem__qty .cartBox__table__label {
    margin-right: 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .cartItem__qty .select-holder {
    width: calc(100% - 13.3333333333vw);
  }
  .cartItem__qty input[type=number] {
    max-width: 26.6666666667vw;
  }
  .cartItem__cancel {
    width: 8.5333333333vw;
    margin-top: 0;
  }
  .cartItem__cancel * {
    padding-bottom: 1.3333333333vw;
    font-size: 4vw;
  }
  .cartBox__totalAmount {
    font-size: 4vw;
  }
  /*
   * Additional Infos
   */
  .cartBox__additionalinfos {
    width: 100%;
    margin-top: 16vw;
  }
  .cartBox__additionalinfo {
    margin-top: 6.9333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .cartBox__additionalinfo > p {
    width: calc(100% - 9.6vw);
    padding-left: 3.7333333333vw;
    font-size: 4.8vw;
  }
  .cartBox__additionalinfo__icon {
    width: 9.6vw;
  }
  .cartBox__additionalinfo__icon img {
    height: 5.3333333333vw;
  }
  /*
   * Accordions
   */
  .cartBox__accordions {
    width: 100%;
    margin-top: 11.2vw;
  }
}
/*********************************

_newsArticle.scss

*********************************/
.newsArticle.page {
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}
.newsArticle.page .productsNav {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}

/*
 * Translate
 */
.newsArticle__translate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.newsArticle__translate > p {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  font-family: "oswald", sans-serif;
  font-size: 14px;
  color: #AAAAAA;
  letter-spacing: 2px;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  cursor: pointer;
}
.newsArticle__translate > p.is--active, .newsArticle__translate > p:hover {
  color: #fff;
}
.newsArticle__translate > p::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -3px;
  color: #AAAAAA !important;
  font-style: italic;
  cursor: default;
}
.newsArticle__translate > p:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.newsArticle__translate > p:last-child::after {
  display: none;
}
.newsArticle__translate > p.is--active {
  display: block;
}

/*
 * Contents
 */
.newsArticle__contents {
  display: none;
}
.newsArticle__contents.is--active {
  display: block;
}
.newsArticle__contents.contents--albumtheme .newsArticle__group {
  max-width: 600px;
  text-align: left;
}
.newsArticle__contents h1, .newsArticle__contents h2, .newsArticle__contents h3, .newsArticle__contents h4, .newsArticle__contents h5, .newsArticle__contents p, .newsArticle__contents li, .newsArticle__contents span {
  line-height: 1.5;
}
.newsArticle__contents * {
  font-size: 16px;
  color: #fff;
}

/*
 * Header
 */
.newsArticle__header {
  margin-bottom: 50px;
}
.newsArticle__header * {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.newsArticle__header h2 {
  font-size: 30px;
  font-weight: 500;
  color: #AAAAAA;
}
.newsArticle__header h4 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.newsArticle__date {
  margin-bottom: 15px;
  color: #AAAAAA;
  font-size: 14px;
}

/*
 * Group
 */
.newsArticle__group {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: auto;
  margin-top: 50px;
}
.newsArticle__group:first-child {
  margin-top: 0px !important;
}

.newsArticle__group__title.title--hasIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArticle__group__title img {
  width: 35px;
  margin-right: 12px;
}
.newsArticle__group__title * {
  color: #AAAAAA;
  font-size: 18px;
}

.newsArticle__group__desc {
  margin-top: 15px;
}
.newsArticle__group__desc > p {
  margin-top: 5px;
}
.newsArticle__group__desc > p:first-child {
  margin-top: 0px !important;
}
.newsArticle__group__desc a {
  text-decoration: underline;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
.newsArticle__group__desc a:hover {
  color: #AAAAAA;
}

@media print, screen and (max-width: 1440px) {
  .newsArticle.page {
    padding-top: 13.8888888889vw;
  }
  /*
   * Contents
   */
  .newsArticle__contents * {
    font-size: 1.1111111111vw;
  }
  /*
   * Header
   */
  .newsArticle__header {
    margin-bottom: 3.4722222222vw;
  }
  .newsArticle__header h2 {
    font-size: 2.0833333333vw;
  }
  .newsArticle__header h4 {
    margin-top: 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
  .newsArticle__date {
    margin-bottom: 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
  /*
  * Group
  */
  .newsArticle__group {
    margin-top: 3.4722222222vw;
  }
  .newsArticle__group__title img {
    width: 2.4305555556vw;
    margin-right: 0.8333333333vw;
  }
  .newsArticle__group__title * {
    font-size: 1.25vw;
  }
  .newsArticle__group__desc {
    margin-top: 1.0416666667vw;
  }
  .newsArticle__group__desc > p {
    margin-top: 0.3472222222vw;
  }
}
@media print, screen and (max-width: 778px) {
  .newsArticle.page {
    padding-top: 17.6vw;
    padding-bottom: 17.6vw;
  }
  /*
   * Translate
   */
  .newsArticle__translate > p {
    margin-right: 4vw;
    padding-right: 4vw;
    font-size: 4vw;
  }
  /*
   * Contents
   */
  .newsArticle__contents * {
    font-size: 4.2666666667vw;
  }
  /*
   * Header
   */
  .newsArticle__header {
    margin-bottom: 13.3333333333vw;
  }
  .newsArticle__header h2 {
    font-size: 5.3333333333vw;
  }
  .newsArticle__header h4 {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
  .newsArticle__date {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
  /*
  * Group
  */
  .newsArticle__group {
    margin-top: 9.3333333333vw;
  }
  .newsArticle__group__title img {
    width: 9.3333333333vw;
    margin-right: 3.2vw;
  }
  .newsArticle__group__title * {
    font-size: 4.2666666667vw;
  }
  .newsArticle__group__desc {
    margin-top: 4vw;
  }
  .newsArticle__group__desc > p {
    margin-top: 1.3333333333vw;
  }
}
.productDetailsBox__mainsliderItem.noSlide {
  opacity: 1 !important;
}
.productDetailsBox table.variations tr {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productDetailsBox table.variations th, .productDetailsBox table.variations td {
  padding: 20px 10px;
  text-align: left;
}
.productDetailsBox table.variations th.label {
  min-width: 114px;
}
.productDetailsBox table.variations select {
  height: auto;
}
.productDetailsBox table.variations .value {
  position: relative;
}
.productDetailsBox table.variations .reset_variations {
  position: absolute;
  left: 100%;
  width: auto;
  min-width: 100px;
  display: inline-block;
}
.productDetailsBox .woocommerce-variation.single_variation {
  padding: 10px;
  text-align: center;
}
.productDetailsBox .quantity {
  margin: 20px auto 40px;
}
.productDetailsBox .quantity input {
  height: auto;
}

.cartBox .btn {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce form.woocommerce-checkout label {
  color: #AAAAAA;
}
.woocommerce form.woocommerce-checkout .col2-set {
  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce form.woocommerce-checkout .col2-set .col-1,
.woocommerce form.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields {
  margin: 20px auto 0;
}
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  margin: 20px auto 0;
}
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields {
  margin: 20px auto 0;
}
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table {
  padding: 15px 10px;
}
.woocommerce form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .btn {
  background-color: #A6937B !important;
}
.woocommerce .woocommerce-order {
  padding: 40px;
  background-color: #fff;
  color: #000000;
}
.woocommerce .woocommerce-order-overview {
  margin: 20px auto 40px !important;
}
.woocommerce .wc_payment_method.payment_method_coinbase {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .wc_payment_method.payment_method_coinbase label {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .wc_payment_method.payment_method_coinbase label img {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: auto;
}

.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword,
.woocommerce-MyAccount-content {
  color: #fff;
}
.woocommerce-form-login label,
.woocommerce-form-register label,
.woocommerce-ResetPassword label,
.woocommerce-MyAccount-content label {
  color: #fff;
}
.woocommerce-form-login a,
.woocommerce-form-register a,
.woocommerce-ResetPassword a,
.woocommerce-MyAccount-content a {
  text-decoration: underline;
}
.woocommerce-form-login a:hover,
.woocommerce-form-register a:hover,
.woocommerce-ResetPassword a:hover,
.woocommerce-MyAccount-content a:hover {
  opacity: 0.8;
}
.woocommerce-form-login input[type=radio],
.woocommerce-form-login input[type=checkbox],
.woocommerce-form-register input[type=radio],
.woocommerce-form-register input[type=checkbox],
.woocommerce-ResetPassword input[type=radio],
.woocommerce-ResetPassword input[type=checkbox],
.woocommerce-MyAccount-content input[type=radio],
.woocommerce-MyAccount-content input[type=checkbox] {
  padding: 14px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.woocommerce-MyAccount-content fieldset {
  margin: 60px auto 20px;
  border: 0;
}

.woocommerce-MyAccount-navigation * {
  color: #fff;
}

.accountPage .woocommerce-MyAccount-navigation {
  width: 20.8333333333vw;
}
.accountPage .woocommerce-MyAccount-content {
  padding: 2.0833333333vw 1.3888888889vw;
  width: calc(100% - 20.8333333333vw);
  min-height: 70vh;
  border: 1px solid #fff;
}

.accountPage--loggedIn .woocommerce {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.checkoutPage {
  padding-bottom: 60px;
}
.checkoutPage__content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkoutPage__content input[type=radio],
.checkoutPage__content input[type=checkbox] {
  padding: 14px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.checkoutPage__content .woocommerce-checkout-review-order-table {
  background-color: #fff;
  color: #000000;
}
.checkoutPage__content__left {
  width: calc(50% - 20px);
}
.checkoutPage__content__right {
  width: calc(50% - 20px);
}
.checkoutPage__billingHeading {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
.checkoutPage .woocommerce-checkout-payment {
  background: #fff !important;
  color: #000000;
}
.checkoutPage .woocommerce-checkout-payment label {
  color: #000000 !important;
}
.checkoutPage #Field-numberInput {
  border: 0;
  padding: 10px 120px 10px 10px;
}

.navLang {
  margin: 0 0 0 20px;
  background-color: transparent;
  color: #fff;
  position: relative;
}
.navLang:hover > .navLang__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.navLang__label {
  padding: 5px 12px;
  width: 110px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.35 !important;
  color: #fff !important;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.navLang__labelText {
  display: inline-block;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.navLang__labelIcon {
  margin: 0;
  display: inline-block;
  width: 32px;
}
.navLang__list {
  margin: auto !important;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  background-color: #000000;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
}
.navLang__listItem {
  font-size: 0 !important;
  line-height: 0 !important;
  border-top: 1px solid #fff;
}
.navLang a, .navLang__listLink {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 12px 10px;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.navLang a:hover, .navLang__listLink:hover {
  opacity: 0.8;
}
.navLang span, .navLang__listText {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.35 !important;
  color: #fff !important;
}
.navLang img, .navLang__listIcon {
  margin: 0 8px 0 0;
  display: inline-block;
  width: 28px;
  font-size: 0 !important;
  line-height: 0 !important;
}

@media (max-width: 1650px) {
  .navLang__labelIcon {
    width: 28px;
  }
}
@media print, screen and (max-width: 778px) {
  .navLang {
    margin: 0 2.6666666667vw 0 2.6666666667vw;
  }
  .navLang:hover > .navLang__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(1.6vw);
            transform: translateY(1.6vw);
  }
  .navLang__label {
    padding: 1.3333333333vw 3.2vw;
    width: 20.8vw;
    font-size: 3.7333333333vw !important;
  }
  .navLang__labelIcon {
    margin: 0;
    width: 7.4666666667vw;
  }
  .navLang__list {
    -webkit-transform: translateY(-2.6666666667vw);
            transform: translateY(-2.6666666667vw);
  }
  .navLang__listItem {
    border-top: 1px solid #fff;
  }
  .navLang a, .navLang__listLink {
    padding: 3.2vw 2.6666666667vw;
    width: 100%;
  }
  .navLang span, .navLang__listText {
    font-size: 3.7333333333vw !important;
  }
  .navLang img, .navLang__listIcon {
    margin: 0 2.1333333333vw 0 0;
    width: 5.3333333333vw;
  }
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.search__input {
  padding-right: 24px;
  outline: none;
}

.search__input:focus-visible,
.search__input:focus {
  outline: none;
}

.search__submit {
  position: absolute;
  right: 8px;
  margin: 0 0 0 0.5em;
  padding: 0;
  cursor: pointer;
  border-color: transparent;
  background: transparent;
  outline: none;
}

.search__submit:focus-visible,
.search__submit:focus {
  outline: none;
}

.search__submitIcon {
  display: block;
  background-image: url("./../icons/search.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media screen and (max-width: 992px) {
  .search__form-container {
    margin: 2em auto;
    padding: 0 1em;
  }
  .search__form {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search__input {
    padding-right: 22px;
  }
  .search__submit {
    margin: 0 0 0 8px;
  }
  .search__submitIcon {
    width: 17px;
    height: 17px;
  }
}
.profileMain {
  padding-top: 40px;
}
.profileMain .productsListWrapper {
  margin: 0 auto;
  padding-left: 0;
}

.profileContent {
  padding: 40px 0;
  color: #fff;
}
.profileContent p {
  line-height: 2.2;
}
.profileContent .lgSpaceTop {
  margin-top: 35px;
}
.profileContent .mdSpaceTop {
  margin-top: 20px;
}
.profileContent .smSpaceTop {
  margin-top: 15px;
}

@media print, screen and (max-width: 1440px) {
  .profileMain {
    padding-top: 2.7777777778vw;
  }
  .profileContent {
    padding: 2.7777777778vw 0;
    color: #fff;
  }
  .profileContent .lgSpaceTop {
    margin-top: 2.4305555556vw;
  }
  .profileContent .mdSpaceTop {
    margin-top: 1.3888888889vw;
  }
  .profileContent .smSpaceTop {
    margin-top: 1.0416666667vw;
  }
}
@media print, screen and (max-width: 778px) {
  .profileMain {
    padding-top: 10.6666666667vw;
  }
  .profileContent {
    padding: 10.6666666667vw 0;
    color: #fff;
  }
  .profileContent .lgSpaceTop {
    margin-top: 9.3333333333vw;
  }
  .profileContent .mdSpaceTop {
    margin-top: 5.3333333333vw;
  }
  .profileContent .smSpaceTop {
    margin-top: 4vw;
  }
}