@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }
  @media (max-width: 768.98px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 769px) {
    .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
  .no-gutters.col, .no-gutters[class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col, .col-desktop-1, .col-desktop-2, .col-desktop-3, .col-desktop-4, .col-desktop-5, .col-desktop-6, .col-desktop-7, .col-desktop-8, .col-desktop-9, .col-desktop-10, .col-desktop-11, .col-desktop-12, .col-desktop-13, .col-desktop-14, .col-desktop-15, .col-desktop-16, .col-desktop, .col-tablet-1, .col-tablet-2, .col-tablet-3, .col-tablet-4, .col-tablet-5, .col-tablet-6, .col-tablet-7, .col-tablet-8, .col-tablet-9, .col-tablet-10, .col-tablet-11, .col-tablet-12, .col-tablet-13, .col-tablet-14, .col-tablet-15, .col-tablet-16, .col-tablet, .col-max-desktop-1, .col-max-desktop-2, .col-max-desktop-3, .col-max-desktop-4, .col-max-desktop-5, .col-max-desktop-6, .col-max-desktop-7, .col-max-desktop-8, .col-max-desktop-9, .col-max-desktop-10, .col-max-desktop-11, .col-max-desktop-12, .col-max-desktop-13, .col-max-desktop-14, .col-max-desktop-15, .col-max-desktop-16, .col-max-desktop {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto; }

.col-1 {
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-2 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-3 {
  -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-4 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-5 {
  -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-6 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-7 {
  -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-8 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 12.5%; }

.pull-2 {
  right: 25%; }

.pull-3 {
  right: 37.5%; }

.pull-4 {
  right: 50%; }

.pull-5 {
  right: 62.5%; }

.pull-6 {
  right: 75%; }

.pull-7 {
  right: 87.5%; }

.pull-8 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 12.5%; }

.push-2 {
  left: 25%; }

.push-3 {
  left: 37.5%; }

.push-4 {
  left: 50%; }

.push-5 {
  left: 62.5%; }

.push-6 {
  left: 75%; }

.push-7 {
  left: 87.5%; }

.push-8 {
  left: 100%; }

.offset-1 {
  margin-left: 12.5%; }

.offset-2 {
  margin-left: 25%; }

.offset-3 {
  margin-left: 37.5%; }

.offset-4 {
  margin-left: 50%; }

.offset-5 {
  margin-left: 62.5%; }

.offset-6 {
  margin-left: 75%; }

.offset-7 {
  margin-left: 87.5%; }

@media (min-width: 769px) {
  .col-desktop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-desktop-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-desktop-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%; }
  .col-desktop-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-desktop-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%; }
  .col-desktop-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-desktop-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%; }
  .col-desktop-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-desktop-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%; }
  .col-desktop-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-desktop-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%; }
  .col-desktop-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-desktop-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%; }
  .col-desktop-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-desktop-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%; }
  .col-desktop-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-desktop-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%; }
  .col-desktop-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .pull-desktop-0 {
    right: auto; }
  .pull-desktop-1 {
    right: 6.25%; }
  .pull-desktop-2 {
    right: 12.5%; }
  .pull-desktop-3 {
    right: 18.75%; }
  .pull-desktop-4 {
    right: 25%; }
  .pull-desktop-5 {
    right: 31.25%; }
  .pull-desktop-6 {
    right: 37.5%; }
  .pull-desktop-7 {
    right: 43.75%; }
  .pull-desktop-8 {
    right: 50%; }
  .pull-desktop-9 {
    right: 56.25%; }
  .pull-desktop-10 {
    right: 62.5%; }
  .pull-desktop-11 {
    right: 68.75%; }
  .pull-desktop-12 {
    right: 75%; }
  .pull-desktop-13 {
    right: 81.25%; }
  .pull-desktop-14 {
    right: 87.5%; }
  .pull-desktop-15 {
    right: 93.75%; }
  .pull-desktop-16 {
    right: 100%; }
  .push-desktop-0 {
    left: auto; }
  .push-desktop-1 {
    left: 6.25%; }
  .push-desktop-2 {
    left: 12.5%; }
  .push-desktop-3 {
    left: 18.75%; }
  .push-desktop-4 {
    left: 25%; }
  .push-desktop-5 {
    left: 31.25%; }
  .push-desktop-6 {
    left: 37.5%; }
  .push-desktop-7 {
    left: 43.75%; }
  .push-desktop-8 {
    left: 50%; }
  .push-desktop-9 {
    left: 56.25%; }
  .push-desktop-10 {
    left: 62.5%; }
  .push-desktop-11 {
    left: 68.75%; }
  .push-desktop-12 {
    left: 75%; }
  .push-desktop-13 {
    left: 81.25%; }
  .push-desktop-14 {
    left: 87.5%; }
  .push-desktop-15 {
    left: 93.75%; }
  .push-desktop-16 {
    left: 100%; }
  .offset-desktop-0 {
    margin-left: 0; }
  .offset-desktop-1 {
    margin-left: 6.25%; }
  .offset-desktop-2 {
    margin-left: 12.5%; }
  .offset-desktop-3 {
    margin-left: 18.75%; }
  .offset-desktop-4 {
    margin-left: 25%; }
  .offset-desktop-5 {
    margin-left: 31.25%; }
  .offset-desktop-6 {
    margin-left: 37.5%; }
  .offset-desktop-7 {
    margin-left: 43.75%; }
  .offset-desktop-8 {
    margin-left: 50%; }
  .offset-desktop-9 {
    margin-left: 56.25%; }
  .offset-desktop-10 {
    margin-left: 62.5%; }
  .offset-desktop-11 {
    margin-left: 68.75%; }
  .offset-desktop-12 {
    margin-left: 75%; }
  .offset-desktop-13 {
    margin-left: 81.25%; }
  .offset-desktop-14 {
    margin-left: 87.5%; }
  .offset-desktop-15 {
    margin-left: 93.75%; } }

@media (min-width: 1024px) {
  .col-tablet {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-tablet-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-tablet-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%; }
  .col-tablet-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-tablet-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%; }
  .col-tablet-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-tablet-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%; }
  .col-tablet-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-tablet-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%; }
  .col-tablet-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-tablet-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%; }
  .col-tablet-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-tablet-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%; }
  .col-tablet-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-tablet-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%; }
  .col-tablet-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-tablet-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%; }
  .col-tablet-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .pull-tablet-0 {
    right: auto; }
  .pull-tablet-1 {
    right: 6.25%; }
  .pull-tablet-2 {
    right: 12.5%; }
  .pull-tablet-3 {
    right: 18.75%; }
  .pull-tablet-4 {
    right: 25%; }
  .pull-tablet-5 {
    right: 31.25%; }
  .pull-tablet-6 {
    right: 37.5%; }
  .pull-tablet-7 {
    right: 43.75%; }
  .pull-tablet-8 {
    right: 50%; }
  .pull-tablet-9 {
    right: 56.25%; }
  .pull-tablet-10 {
    right: 62.5%; }
  .pull-tablet-11 {
    right: 68.75%; }
  .pull-tablet-12 {
    right: 75%; }
  .pull-tablet-13 {
    right: 81.25%; }
  .pull-tablet-14 {
    right: 87.5%; }
  .pull-tablet-15 {
    right: 93.75%; }
  .pull-tablet-16 {
    right: 100%; }
  .push-tablet-0 {
    left: auto; }
  .push-tablet-1 {
    left: 6.25%; }
  .push-tablet-2 {
    left: 12.5%; }
  .push-tablet-3 {
    left: 18.75%; }
  .push-tablet-4 {
    left: 25%; }
  .push-tablet-5 {
    left: 31.25%; }
  .push-tablet-6 {
    left: 37.5%; }
  .push-tablet-7 {
    left: 43.75%; }
  .push-tablet-8 {
    left: 50%; }
  .push-tablet-9 {
    left: 56.25%; }
  .push-tablet-10 {
    left: 62.5%; }
  .push-tablet-11 {
    left: 68.75%; }
  .push-tablet-12 {
    left: 75%; }
  .push-tablet-13 {
    left: 81.25%; }
  .push-tablet-14 {
    left: 87.5%; }
  .push-tablet-15 {
    left: 93.75%; }
  .push-tablet-16 {
    left: 100%; }
  .offset-tablet-0 {
    margin-left: 0; }
  .offset-tablet-1 {
    margin-left: 6.25%; }
  .offset-tablet-2 {
    margin-left: 12.5%; }
  .offset-tablet-3 {
    margin-left: 18.75%; }
  .offset-tablet-4 {
    margin-left: 25%; }
  .offset-tablet-5 {
    margin-left: 31.25%; }
  .offset-tablet-6 {
    margin-left: 37.5%; }
  .offset-tablet-7 {
    margin-left: 43.75%; }
  .offset-tablet-8 {
    margin-left: 50%; }
  .offset-tablet-9 {
    margin-left: 56.25%; }
  .offset-tablet-10 {
    margin-left: 62.5%; }
  .offset-tablet-11 {
    margin-left: 68.75%; }
  .offset-tablet-12 {
    margin-left: 75%; }
  .offset-tablet-13 {
    margin-left: 81.25%; }
  .offset-tablet-14 {
    margin-left: 87.5%; }
  .offset-tablet-15 {
    margin-left: 93.75%; } }

@media (min-width: 1440px) {
  .col-max-desktop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-max-desktop-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-max-desktop-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%; }
  .col-max-desktop-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-max-desktop-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%; }
  .col-max-desktop-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-max-desktop-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%; }
  .col-max-desktop-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-max-desktop-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%; }
  .col-max-desktop-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-max-desktop-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%; }
  .col-max-desktop-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-max-desktop-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%; }
  .col-max-desktop-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-max-desktop-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%; }
  .col-max-desktop-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-max-desktop-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%; }
  .col-max-desktop-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .pull-max-desktop-0 {
    right: auto; }
  .pull-max-desktop-1 {
    right: 6.25%; }
  .pull-max-desktop-2 {
    right: 12.5%; }
  .pull-max-desktop-3 {
    right: 18.75%; }
  .pull-max-desktop-4 {
    right: 25%; }
  .pull-max-desktop-5 {
    right: 31.25%; }
  .pull-max-desktop-6 {
    right: 37.5%; }
  .pull-max-desktop-7 {
    right: 43.75%; }
  .pull-max-desktop-8 {
    right: 50%; }
  .pull-max-desktop-9 {
    right: 56.25%; }
  .pull-max-desktop-10 {
    right: 62.5%; }
  .pull-max-desktop-11 {
    right: 68.75%; }
  .pull-max-desktop-12 {
    right: 75%; }
  .pull-max-desktop-13 {
    right: 81.25%; }
  .pull-max-desktop-14 {
    right: 87.5%; }
  .pull-max-desktop-15 {
    right: 93.75%; }
  .pull-max-desktop-16 {
    right: 100%; }
  .push-max-desktop-0 {
    left: auto; }
  .push-max-desktop-1 {
    left: 6.25%; }
  .push-max-desktop-2 {
    left: 12.5%; }
  .push-max-desktop-3 {
    left: 18.75%; }
  .push-max-desktop-4 {
    left: 25%; }
  .push-max-desktop-5 {
    left: 31.25%; }
  .push-max-desktop-6 {
    left: 37.5%; }
  .push-max-desktop-7 {
    left: 43.75%; }
  .push-max-desktop-8 {
    left: 50%; }
  .push-max-desktop-9 {
    left: 56.25%; }
  .push-max-desktop-10 {
    left: 62.5%; }
  .push-max-desktop-11 {
    left: 68.75%; }
  .push-max-desktop-12 {
    left: 75%; }
  .push-max-desktop-13 {
    left: 81.25%; }
  .push-max-desktop-14 {
    left: 87.5%; }
  .push-max-desktop-15 {
    left: 93.75%; }
  .push-max-desktop-16 {
    left: 100%; }
  .offset-max-desktop-0 {
    margin-left: 0; }
  .offset-max-desktop-1 {
    margin-left: 6.25%; }
  .offset-max-desktop-2 {
    margin-left: 12.5%; }
  .offset-max-desktop-3 {
    margin-left: 18.75%; }
  .offset-max-desktop-4 {
    margin-left: 25%; }
  .offset-max-desktop-5 {
    margin-left: 31.25%; }
  .offset-max-desktop-6 {
    margin-left: 37.5%; }
  .offset-max-desktop-7 {
    margin-left: 43.75%; }
  .offset-max-desktop-8 {
    margin-left: 50%; }
  .offset-max-desktop-9 {
    margin-left: 56.25%; }
  .offset-max-desktop-10 {
    margin-left: 62.5%; }
  .offset-max-desktop-11 {
    margin-left: 68.75%; }
  .offset-max-desktop-12 {
    margin-left: 75%; }
  .offset-max-desktop-13 {
    margin-left: 81.25%; }
  .offset-max-desktop-14 {
    margin-left: 87.5%; }
  .offset-max-desktop-15 {
    margin-left: 93.75%; } }

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }
  @media (max-width: 768.98px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 769px) {
    .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
  .no-gutters.col, .no-gutters[class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col, .col-desktop-1, .col-desktop-2, .col-desktop-3, .col-desktop-4, .col-desktop-5, .col-desktop-6, .col-desktop-7, .col-desktop-8, .col-desktop-9, .col-desktop-10, .col-desktop-11, .col-desktop-12, .col-desktop-13, .col-desktop-14, .col-desktop-15, .col-desktop-16, .col-desktop, .col-tablet-1, .col-tablet-2, .col-tablet-3, .col-tablet-4, .col-tablet-5, .col-tablet-6, .col-tablet-7, .col-tablet-8, .col-tablet-9, .col-tablet-10, .col-tablet-11, .col-tablet-12, .col-tablet-13, .col-tablet-14, .col-tablet-15, .col-tablet-16, .col-tablet, .col-max-desktop-1, .col-max-desktop-2, .col-max-desktop-3, .col-max-desktop-4, .col-max-desktop-5, .col-max-desktop-6, .col-max-desktop-7, .col-max-desktop-8, .col-max-desktop-9, .col-max-desktop-10, .col-max-desktop-11, .col-max-desktop-12, .col-max-desktop-13, .col-max-desktop-14, .col-max-desktop-15, .col-max-desktop-16, .col-max-desktop {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto; }

.col-1 {
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-2 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-3 {
  -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-4 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-5 {
  -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-6 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-7 {
  -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-8 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 12.5%; }

.pull-2 {
  right: 25%; }

.pull-3 {
  right: 37.5%; }

.pull-4 {
  right: 50%; }

.pull-5 {
  right: 62.5%; }

.pull-6 {
  right: 75%; }

.pull-7 {
  right: 87.5%; }

.pull-8 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 12.5%; }

.push-2 {
  left: 25%; }

.push-3 {
  left: 37.5%; }

.push-4 {
  left: 50%; }

.push-5 {
  left: 62.5%; }

.push-6 {
  left: 75%; }

.push-7 {
  left: 87.5%; }

.push-8 {
  left: 100%; }

.offset-1 {
  margin-left: 12.5%; }

.offset-2 {
  margin-left: 25%; }

.offset-3 {
  margin-left: 37.5%; }

.offset-4 {
  margin-left: 50%; }

.offset-5 {
  margin-left: 62.5%; }

.offset-6 {
  margin-left: 75%; }

.offset-7 {
  margin-left: 87.5%; }

@media (min-width: 769px) {
  .col-desktop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-desktop-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-desktop-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%; }
  .col-desktop-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-desktop-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%; }
  .col-desktop-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-desktop-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%; }
  .col-desktop-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-desktop-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%; }
  .col-desktop-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-desktop-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%; }
  .col-desktop-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-desktop-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%; }
  .col-desktop-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-desktop-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%; }
  .col-desktop-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-desktop-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%; }
  .col-desktop-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .pull-desktop-0 {
    right: auto; }
  .pull-desktop-1 {
    right: 6.25%; }
  .pull-desktop-2 {
    right: 12.5%; }
  .pull-desktop-3 {
    right: 18.75%; }
  .pull-desktop-4 {
    right: 25%; }
  .pull-desktop-5 {
    right: 31.25%; }
  .pull-desktop-6 {
    right: 37.5%; }
  .pull-desktop-7 {
    right: 43.75%; }
  .pull-desktop-8 {
    right: 50%; }
  .pull-desktop-9 {
    right: 56.25%; }
  .pull-desktop-10 {
    right: 62.5%; }
  .pull-desktop-11 {
    right: 68.75%; }
  .pull-desktop-12 {
    right: 75%; }
  .pull-desktop-13 {
    right: 81.25%; }
  .pull-desktop-14 {
    right: 87.5%; }
  .pull-desktop-15 {
    right: 93.75%; }
  .pull-desktop-16 {
    right: 100%; }
  .push-desktop-0 {
    left: auto; }
  .push-desktop-1 {
    left: 6.25%; }
  .push-desktop-2 {
    left: 12.5%; }
  .push-desktop-3 {
    left: 18.75%; }
  .push-desktop-4 {
    left: 25%; }
  .push-desktop-5 {
    left: 31.25%; }
  .push-desktop-6 {
    left: 37.5%; }
  .push-desktop-7 {
    left: 43.75%; }
  .push-desktop-8 {
    left: 50%; }
  .push-desktop-9 {
    left: 56.25%; }
  .push-desktop-10 {
    left: 62.5%; }
  .push-desktop-11 {
    left: 68.75%; }
  .push-desktop-12 {
    left: 75%; }
  .push-desktop-13 {
    left: 81.25%; }
  .push-desktop-14 {
    left: 87.5%; }
  .push-desktop-15 {
    left: 93.75%; }
  .push-desktop-16 {
    left: 100%; }
  .offset-desktop-0 {
    margin-left: 0; }
  .offset-desktop-1 {
    margin-left: 6.25%; }
  .offset-desktop-2 {
    margin-left: 12.5%; }
  .offset-desktop-3 {
    margin-left: 18.75%; }
  .offset-desktop-4 {
    margin-left: 25%; }
  .offset-desktop-5 {
    margin-left: 31.25%; }
  .offset-desktop-6 {
    margin-left: 37.5%; }
  .offset-desktop-7 {
    margin-left: 43.75%; }
  .offset-desktop-8 {
    margin-left: 50%; }
  .offset-desktop-9 {
    margin-left: 56.25%; }
  .offset-desktop-10 {
    margin-left: 62.5%; }
  .offset-desktop-11 {
    margin-left: 68.75%; }
  .offset-desktop-12 {
    margin-left: 75%; }
  .offset-desktop-13 {
    margin-left: 81.25%; }
  .offset-desktop-14 {
    margin-left: 87.5%; }
  .offset-desktop-15 {
    margin-left: 93.75%; } }

@media (min-width: 1024px) {
  .col-tablet {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-tablet-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-tablet-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%; }
  .col-tablet-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-tablet-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%; }
  .col-tablet-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-tablet-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%; }
  .col-tablet-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-tablet-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%; }
  .col-tablet-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-tablet-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%; }
  .col-tablet-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-tablet-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%; }
  .col-tablet-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-tablet-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%; }
  .col-tablet-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-tablet-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%; }
  .col-tablet-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .pull-tablet-0 {
    right: auto; }
  .pull-tablet-1 {
    right: 6.25%; }
  .pull-tablet-2 {
    right: 12.5%; }
  .pull-tablet-3 {
    right: 18.75%; }
  .pull-tablet-4 {
    right: 25%; }
  .pull-tablet-5 {
    right: 31.25%; }
  .pull-tablet-6 {
    right: 37.5%; }
  .pull-tablet-7 {
    right: 43.75%; }
  .pull-tablet-8 {
    right: 50%; }
  .pull-tablet-9 {
    right: 56.25%; }
  .pull-tablet-10 {
    right: 62.5%; }
  .pull-tablet-11 {
    right: 68.75%; }
  .pull-tablet-12 {
    right: 75%; }
  .pull-tablet-13 {
    right: 81.25%; }
  .pull-tablet-14 {
    right: 87.5%; }
  .pull-tablet-15 {
    right: 93.75%; }
  .pull-tablet-16 {
    right: 100%; }
  .push-tablet-0 {
    left: auto; }
  .push-tablet-1 {
    left: 6.25%; }
  .push-tablet-2 {
    left: 12.5%; }
  .push-tablet-3 {
    left: 18.75%; }
  .push-tablet-4 {
    left: 25%; }
  .push-tablet-5 {
    left: 31.25%; }
  .push-tablet-6 {
    left: 37.5%; }
  .push-tablet-7 {
    left: 43.75%; }
  .push-tablet-8 {
    left: 50%; }
  .push-tablet-9 {
    left: 56.25%; }
  .push-tablet-10 {
    left: 62.5%; }
  .push-tablet-11 {
    left: 68.75%; }
  .push-tablet-12 {
    left: 75%; }
  .push-tablet-13 {
    left: 81.25%; }
  .push-tablet-14 {
    left: 87.5%; }
  .push-tablet-15 {
    left: 93.75%; }
  .push-tablet-16 {
    left: 100%; }
  .offset-tablet-0 {
    margin-left: 0; }
  .offset-tablet-1 {
    margin-left: 6.25%; }
  .offset-tablet-2 {
    margin-left: 12.5%; }
  .offset-tablet-3 {
    margin-left: 18.75%; }
  .offset-tablet-4 {
    margin-left: 25%; }
  .offset-tablet-5 {
    margin-left: 31.25%; }
  .offset-tablet-6 {
    margin-left: 37.5%; }
  .offset-tablet-7 {
    margin-left: 43.75%; }
  .offset-tablet-8 {
    margin-left: 50%; }
  .offset-tablet-9 {
    margin-left: 56.25%; }
  .offset-tablet-10 {
    margin-left: 62.5%; }
  .offset-tablet-11 {
    margin-left: 68.75%; }
  .offset-tablet-12 {
    margin-left: 75%; }
  .offset-tablet-13 {
    margin-left: 81.25%; }
  .offset-tablet-14 {
    margin-left: 87.5%; }
  .offset-tablet-15 {
    margin-left: 93.75%; } }

@media (min-width: 1440px) {
  .col-max-desktop {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-max-desktop-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-max-desktop-1 {
    -ms-flex: 0 0 6.25%;
        flex: 0 0 6.25%;
    max-width: 6.25%; }
  .col-max-desktop-2 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-max-desktop-3 {
    -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
    max-width: 18.75%; }
  .col-max-desktop-4 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-max-desktop-5 {
    -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
    max-width: 31.25%; }
  .col-max-desktop-6 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-max-desktop-7 {
    -ms-flex: 0 0 43.75%;
        flex: 0 0 43.75%;
    max-width: 43.75%; }
  .col-max-desktop-8 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-max-desktop-9 {
    -ms-flex: 0 0 56.25%;
        flex: 0 0 56.25%;
    max-width: 56.25%; }
  .col-max-desktop-10 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-max-desktop-11 {
    -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
    max-width: 68.75%; }
  .col-max-desktop-12 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-max-desktop-13 {
    -ms-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
    max-width: 81.25%; }
  .col-max-desktop-14 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-max-desktop-15 {
    -ms-flex: 0 0 93.75%;
        flex: 0 0 93.75%;
    max-width: 93.75%; }
  .col-max-desktop-16 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .pull-max-desktop-0 {
    right: auto; }
  .pull-max-desktop-1 {
    right: 6.25%; }
  .pull-max-desktop-2 {
    right: 12.5%; }
  .pull-max-desktop-3 {
    right: 18.75%; }
  .pull-max-desktop-4 {
    right: 25%; }
  .pull-max-desktop-5 {
    right: 31.25%; }
  .pull-max-desktop-6 {
    right: 37.5%; }
  .pull-max-desktop-7 {
    right: 43.75%; }
  .pull-max-desktop-8 {
    right: 50%; }
  .pull-max-desktop-9 {
    right: 56.25%; }
  .pull-max-desktop-10 {
    right: 62.5%; }
  .pull-max-desktop-11 {
    right: 68.75%; }
  .pull-max-desktop-12 {
    right: 75%; }
  .pull-max-desktop-13 {
    right: 81.25%; }
  .pull-max-desktop-14 {
    right: 87.5%; }
  .pull-max-desktop-15 {
    right: 93.75%; }
  .pull-max-desktop-16 {
    right: 100%; }
  .push-max-desktop-0 {
    left: auto; }
  .push-max-desktop-1 {
    left: 6.25%; }
  .push-max-desktop-2 {
    left: 12.5%; }
  .push-max-desktop-3 {
    left: 18.75%; }
  .push-max-desktop-4 {
    left: 25%; }
  .push-max-desktop-5 {
    left: 31.25%; }
  .push-max-desktop-6 {
    left: 37.5%; }
  .push-max-desktop-7 {
    left: 43.75%; }
  .push-max-desktop-8 {
    left: 50%; }
  .push-max-desktop-9 {
    left: 56.25%; }
  .push-max-desktop-10 {
    left: 62.5%; }
  .push-max-desktop-11 {
    left: 68.75%; }
  .push-max-desktop-12 {
    left: 75%; }
  .push-max-desktop-13 {
    left: 81.25%; }
  .push-max-desktop-14 {
    left: 87.5%; }
  .push-max-desktop-15 {
    left: 93.75%; }
  .push-max-desktop-16 {
    left: 100%; }
  .offset-max-desktop-0 {
    margin-left: 0; }
  .offset-max-desktop-1 {
    margin-left: 6.25%; }
  .offset-max-desktop-2 {
    margin-left: 12.5%; }
  .offset-max-desktop-3 {
    margin-left: 18.75%; }
  .offset-max-desktop-4 {
    margin-left: 25%; }
  .offset-max-desktop-5 {
    margin-left: 31.25%; }
  .offset-max-desktop-6 {
    margin-left: 37.5%; }
  .offset-max-desktop-7 {
    margin-left: 43.75%; }
  .offset-max-desktop-8 {
    margin-left: 50%; }
  .offset-max-desktop-9 {
    margin-left: 56.25%; }
  .offset-max-desktop-10 {
    margin-left: 62.5%; }
  .offset-max-desktop-11 {
    margin-left: 68.75%; }
  .offset-max-desktop-12 {
    margin-left: 75%; }
  .offset-max-desktop-13 {
    margin-left: 81.25%; }
  .offset-max-desktop-14 {
    margin-left: 87.5%; }
  .offset-max-desktop-15 {
    margin-left: 93.75%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 769px) {
  .d-desktop-none {
    display: none !important; }
  .d-desktop-inline {
    display: inline !important; }
  .d-desktop-inline-block {
    display: inline-block !important; }
  .d-desktop-block {
    display: block !important; }
  .d-desktop-table {
    display: table !important; }
  .d-desktop-table-row {
    display: table-row !important; }
  .d-desktop-table-cell {
    display: table-cell !important; }
  .d-desktop-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-desktop-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-tablet-none {
    display: none !important; }
  .d-tablet-inline {
    display: inline !important; }
  .d-tablet-inline-block {
    display: inline-block !important; }
  .d-tablet-block {
    display: block !important; }
  .d-tablet-table {
    display: table !important; }
  .d-tablet-table-row {
    display: table-row !important; }
  .d-tablet-table-cell {
    display: table-cell !important; }
  .d-tablet-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-tablet-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-max-desktop-none {
    display: none !important; }
  .d-max-desktop-inline {
    display: inline !important; }
  .d-max-desktop-inline-block {
    display: inline-block !important; }
  .d-max-desktop-block {
    display: block !important; }
  .d-max-desktop-table {
    display: table !important; }
  .d-max-desktop-table-row {
    display: table-row !important; }
  .d-max-desktop-table-cell {
    display: table-cell !important; }
  .d-max-desktop-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-max-desktop-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 769px) {
  .flex-desktop-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-desktop-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-desktop-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-desktop-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-desktop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-desktop-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-desktop-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-desktop-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-desktop-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-desktop-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-desktop-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-desktop-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-desktop-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-desktop-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-desktop-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-desktop-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-desktop-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-desktop-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-desktop-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-desktop-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-desktop-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-desktop-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-desktop-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-desktop-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-desktop-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-desktop-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-desktop-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-desktop-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-desktop-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-desktop-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-desktop-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-desktop-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-desktop-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-desktop-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-tablet-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-tablet-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-tablet-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-tablet-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-tablet-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-tablet-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-tablet-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-tablet-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-tablet-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-tablet-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-tablet-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-tablet-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-tablet-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-tablet-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-tablet-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-tablet-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-tablet-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-tablet-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-tablet-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-tablet-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-tablet-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-tablet-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-tablet-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-tablet-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-tablet-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-tablet-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-tablet-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-tablet-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-tablet-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-tablet-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-tablet-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-tablet-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-tablet-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-tablet-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-max-desktop-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-max-desktop-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-max-desktop-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-max-desktop-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-max-desktop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-max-desktop-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-max-desktop-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-max-desktop-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-max-desktop-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-max-desktop-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-max-desktop-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-max-desktop-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-max-desktop-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-max-desktop-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-max-desktop-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-max-desktop-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-max-desktop-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-max-desktop-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-max-desktop-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-max-desktop-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-max-desktop-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-max-desktop-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-max-desktop-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-max-desktop-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-max-desktop-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-max-desktop-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-max-desktop-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-max-desktop-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-max-desktop-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-max-desktop-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-max-desktop-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-max-desktop-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-max-desktop-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-max-desktop-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 769px) {
  .d-desktop-none {
    display: none !important; }
  .d-desktop-inline {
    display: inline !important; }
  .d-desktop-inline-block {
    display: inline-block !important; }
  .d-desktop-block {
    display: block !important; }
  .d-desktop-table {
    display: table !important; }
  .d-desktop-table-row {
    display: table-row !important; }
  .d-desktop-table-cell {
    display: table-cell !important; }
  .d-desktop-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-desktop-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-tablet-none {
    display: none !important; }
  .d-tablet-inline {
    display: inline !important; }
  .d-tablet-inline-block {
    display: inline-block !important; }
  .d-tablet-block {
    display: block !important; }
  .d-tablet-table {
    display: table !important; }
  .d-tablet-table-row {
    display: table-row !important; }
  .d-tablet-table-cell {
    display: table-cell !important; }
  .d-tablet-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-tablet-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-max-desktop-none {
    display: none !important; }
  .d-max-desktop-inline {
    display: inline !important; }
  .d-max-desktop-inline-block {
    display: inline-block !important; }
  .d-max-desktop-block {
    display: block !important; }
  .d-max-desktop-table {
    display: table !important; }
  .d-max-desktop-table-row {
    display: table-row !important; }
  .d-max-desktop-table-cell {
    display: table-cell !important; }
  .d-max-desktop-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-max-desktop-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 769px) {
  .flex-desktop-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-desktop-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-desktop-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-desktop-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-desktop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-desktop-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-desktop-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-desktop-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-desktop-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-desktop-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-desktop-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-desktop-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-desktop-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-desktop-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-desktop-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-desktop-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-desktop-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-desktop-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-desktop-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-desktop-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-desktop-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-desktop-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-desktop-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-desktop-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-desktop-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-desktop-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-desktop-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-desktop-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-desktop-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-desktop-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-desktop-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-desktop-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-desktop-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-desktop-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-tablet-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-tablet-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-tablet-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-tablet-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-tablet-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-tablet-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-tablet-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-tablet-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-tablet-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-tablet-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-tablet-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-tablet-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-tablet-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-tablet-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-tablet-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-tablet-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-tablet-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-tablet-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-tablet-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-tablet-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-tablet-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-tablet-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-tablet-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-tablet-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-tablet-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-tablet-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-tablet-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-tablet-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-tablet-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-tablet-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-tablet-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-tablet-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-tablet-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-tablet-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-max-desktop-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-max-desktop-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-max-desktop-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-max-desktop-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-max-desktop-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-max-desktop-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-max-desktop-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-max-desktop-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-max-desktop-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-max-desktop-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-max-desktop-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-max-desktop-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-max-desktop-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-max-desktop-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-max-desktop-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-max-desktop-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-max-desktop-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-max-desktop-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-max-desktop-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-max-desktop-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-max-desktop-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-max-desktop-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-max-desktop-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-max-desktop-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-max-desktop-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-max-desktop-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-max-desktop-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-max-desktop-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-max-desktop-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-max-desktop-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-max-desktop-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-max-desktop-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-max-desktop-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-max-desktop-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

/* Responsive code goes here */
/* Desktop View */
@media (min-width: 769px) {
  .header-wrapper {
    width: 100%; }
    .header-wrapper .utility-nav ul {
      margin-right: 25px; } }

img.no-image-available {
  visibility: hidden; }

.disabled {
  cursor: default; }

.category-container.category-landing .slick-dots {
  bottom: 4vw; }

footer {
  position: relative;
  z-index: 1; }
  footer .working_time {
    color: #666666;
    margin-left: 6.25%;
    padding-bottom: 4vw; }

@media only screen and (max-width: 768px) {
  .accordion_description {
    display: block; }
  footer .layer-2 .accordion_description {
    padding: 20px 0px; }
  footer .layer-2 .accordion_description h5 {
    display: block;
    padding-bottom: 30px;
    font-family: 'ReaderRegular', Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase; }
  footer .layer-2 .col-right {
    margin-top: 0px; } }

footer ul {
  padding: 0; }

@media (min-width: 769px) {
  .country-selector-container {
    margin-left: 6.25%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 100%;
    max-width: 100%; }
    .country-selector-container .ui-selectmenu-text {
      color: #fff; }
  .country-selector-footer {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 58%;
    flex: 0 0 31.25%;
    max-width: 31.25%; }
    .country-selector-footer .ui-selectmenu-button.ui-button {
      line-height: 1;
      font-size: 1.125rem;
      letter-spacing: 0.9px;
      border: 2px solid #fff;
      padding: 11px 45px 9px 20px;
      text-transform: uppercase;
      color: #fff; }
      .country-selector-footer .ui-selectmenu-button.ui-button .ui-icon {
        top: 12px;
        text-indent: 0;
        font-size: 0.5em;
        position: absolute;
        background: none;
        height: inherit;
        right: 12px; }
      .country-selector-footer .ui-selectmenu-button.ui-button .ui-icon:before {
        content: '\e009'; }
    .country-selector-footer .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon {
      top: 10px;
      transform: rotate(180deg);
      font-size: 0.5em;
      right: 12px;
      margin: 0;
      text-indent: 0; }
  .copyright-container {
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 57%;
    text-align: right; }
  footer .layer-2 .col-right .social-links a {
    font-size: 25px; }
  footer .layer-2 .col-right .social-links a img {
    height: 38px !important;
    left: -5px; }
  footer .layer-2 .social-links {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

footer .layer-2 .accordion_description {
  width: auto; }
  @media (min-width: 769px) {
    footer .layer-2 .accordion_description.about:first-child {
      width: 39%; }
    footer .layer-2 .accordion_description.about:not(:first-child):not(:last-child) {
      width: 31%; } }

footer .layer-2 .col-right .social-links a {
  color: white; }

@media (max-width: 768.98px) {
  footer .working_time {
    color: #666666;
    margin-left: 6.25%;
    padding-bottom: 8vw; }
  .country-selector-container {
    text-align: center; }
    .country-selector-container .ui-front {
      z-index: 1;
      position: relative; }
    .country-selector-container select {
      display: block !important;
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 100;
      opacity: 0;
      width: 100%; }
    .country-selector-container form {
      display: inline-block;
      position: relative; }
    .country-selector-container .ui-selectmenu-button.ui-button {
      font-size: 16px;
      padding: 2.26667vw 6.66667vw 2.26667vw 2.13333vw;
      border: 2px solid #fff;
      font-family: ReaderMedium, Arial, sans-serif;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 1.4px; }
      .country-selector-container .ui-selectmenu-button.ui-button .ui-icon {
        top: 6px; }
      .country-selector-container .ui-selectmenu-button.ui-button .ui-icon:before {
        content: '\e009'; }
    .country-selector-container .ui-selectmenu-button .ui-icon {
      text-indent: 0;
      font-size: 0.5em;
      background: none;
      height: inherit;
      width: inherit; }
    .country-selector-container .ui-selectmenu-text {
      color: #fff; }
  .accordion .accordion_description {
    display: none; } }

.entry-sp-footer {
  display: none; }

.no-link-tel-number [href*='tel:'] {
  pointer-events: none;
  vertical-align: middle; }

.link-tel-number [href*='tel:'] {
  font-size: calc(0.2013rem + 2.77056vw);
  pointer-events: auto; }

@media screen and (max-width: 768.9px) {
  .entry-sp-footer {
    display: block; }
  .no-link-tel-number [href*='tel:'] {
    font-size: calc(0.2013rem + 2.77056vw); } }

.entry-container .entry-point_stage-detail-due-history-body {
  white-space: nowrap; }

@media (max-width: 768px) {
  .entry-container .entry-point_stage-desc-title {
    width: 30px; } }

.checkout-products-accordion .accordion_title.your-items {
  padding: 2em 0;
  border-top: 1px solid #666; }

.display__inline-block {
  display: inline-block; }

/*
  edit-payment
 */
.edit-payment__box {
  display: table;
  width: 100%;
  margin-bottom: 2em !important; }

.edit-payment__box > .edit-payment__box-left {
  display: table-cell;
  vertical-align: middle; }

.edit-payment__box > .edit-payment__box-right {
  display: table-cell;
  width: 150px;
  padding-left: 20px;
  vertical-align: middle; }

.edit-payment__box .edit-payment__box__paragraph.error {
  color: #ea0001; }

.edit-payment__sub-heading {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: .4px; }

input.edit-payment__input-text {
  display: block;
  font-size: 100%;
  padding: 14px 18px 15px; }

button.edit-payment__button {
  width: 100%;
  height: 52px !important;
  /* background: #ccc !important;
    border: 0; */ }

button.edit-payment__button.delete {
  color: #000;
  border: 2px solid #000; }

button[type=submit].edit-payment__button.delete::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.1em;
  height: 1em;
  right: 1em;
  left: auto;
  background-color: #000;
  transform: rotate(45deg); }

button[type=submit].edit-payment__button.delete::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.1em;
  height: 1em;
  right: 1em;
  left: auto;
  background-color: #000;
  transform: rotate(-45deg); }

@media (max-width: 768px) {
  button[type=submit].edit-payment__button.delete::before {
    display: none; }
  button[type=submit].edit-payment__button.delete::after {
    display: none; } }

dl.edit-payment__list-dl > dt {
  padding: 20px;
  padding-top: 25px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .4px;
  line-height: 1em;
  color: #fff;
  background-color: #000; }

dl.edit-payment__list-dl.disabled > dt {
  color: #fff;
  background-color: #ccc; }

/* table */
table.edit-payment__table {
  display: table;
  width: 100%;
  border: solid 1px #ccc; }

table.edit-payment__table th {
  display: table-cell;
  padding: 20px 10px;
  /*width: 25%;*/
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .4px;
  line-height: 1.3em;
  border-bottom: solid 1px #000; }

table.edit-payment__table th:first-child {
  padding-left: 20px; }

table.edit-payment__table th:last-child {
  padding-right: 20px; }

table.edit-payment__table td {
  display: table-cell;
  padding: 20px 10px;
  /*width: 25%;*/
  box-sizing: border-box;
  font-size: 14px;
  border-bottom: solid 1px #ccc; }

table.edit-payment__table td:first-child {
  padding-left: 20px; }

table.edit-payment__table td:last-child {
  padding-right: 20px; }

table.edit-payment__table input {
  display: inline-block;
  width: 70px;
  padding: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: solid 1px #ccc;
  text-align: right; }

table.edit-payment__table input.edit-payment__input {
  padding: 0;
  margin-right: 0;
  border: none; }

table.edit-payment__table tr.disabled {
  pointer-events: none;
  background-color: #F1F1F1; }

table.edit-payment__table tr.disabled input {
  pointer-events: none; }

table.edit-payment__table td.edit-payment__table-cel2 {
  padding: 30px 20px; }

table.edit-payment__table td.edit-payment__table-cel3 {
  padding: 30px 20px;
  padding-left: 10px;
  vertical-align: bottom; }

/* /table */
.edit-payment__text {
  display: block;
  font-size: 10px; }

.edit-payment__text2 {
  font-size: 14px;
  font-weight: bold; }

.edit-payment__text3 {
  font-size: 20px;
  font-weight: bold; }

.edit-payment__error {
  display: none; }

.edit-payment__error td {
  padding-bottom: 0 !important;
  border-bottom: none !important; }

.edit-payment__error.hasError {
  display: table-row !important; }

.edit-payment__error li {
  display: none;
  margin-bottom: 10px;
  font-size: 10px;
  color: #EA0001; }

.edit-payment__error li.hasError {
  display: block !important; }

.edit-payment__box2 {
  display: none; }

.edit-payment__link-accordion {
  cursor: pointer;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-open.png"); }

.edit-payment__link-accordion.opened {
  background-image: url("../images/icon-close.png"); }

.edit-payment__link-accordion.disabled {
  cursor: default; }

@media (max-width: 768px) {
  input.edit-payment__input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: calc(0.20105rem + 2.23776vw); }
  button.edit-payment__button {
    position: relative;
    padding: 15px 0 !important;
    height: 10.67vw !important; }
  .edit-payment__box > .edit-payment__box-right {
    width: 25%; }
  dl.edit-payment__list-dl > dt {
    text-align: center;
    padding: 1em;
    padding-top: 1.3em;
    padding-right: 40px;
    font-size: calc(0.2013rem + 2.77056vw); }
  table.edit-payment__table {
    display: block; }
  table.edit-payment__table > thead {
    display: none; }
  table.edit-payment__table > tbody {
    display: block; }
  table.edit-payment__table tr {
    position: relative;
    display: block;
    border-bottom: solid 1px #ccc; }
  table.edit-payment__table td {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: none;
    text-align: right;
    padding: 1em 20px;
    font-size: calc(0.20105rem + 2.23776vw); }
  table.edit-payment__table td.edit-payment__table-cel2 {
    display: table-cell;
    width: auto;
    padding: 1.5em 10px 1.5em 20px; }
  table.edit-payment__table td.edit-payment__table-cel3 {
    display: table-cell;
    width: auto;
    padding: 1.5em 20px 1.5em 10px; }
  table.edit-payment__table input.edit-payment__input {
    padding-right: 0;
    padding-left: 0; }
  .edit-payment__text {
    font-size: calc(0.20093rem + 1.97136vw); }
  .edit-payment__text2 {
    font-size: calc(0.20105rem + 2.23776vw);
    display: block; }
  .edit-payment__text3 {
    font-size: 18px; }
  .edit-payment__box2 {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    display: block;
    width: auto;
    min-width: 50%;
    text-align: left; }
  .edit-payment__box2 > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%; }
  .edit-payment__link-accordion {
    cursor: pointer;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-open.png"); }
  .edit-payment__link-accordion.opened {
    background-image: url("../images/icon-close.png"); }
  .edit-payment__link-accordion.disabled {
    cursor: default; }
  tr.edit-payment__error li {
    font-size: calc(0.20105rem + 2.23776vw); }
  tr.edit-payment__error {
    padding-bottom: 0;
    border-bottom: none !important; } }

/*
order-confirmation
 */
div.order-confirmation__container {
  padding: 30px 20px;
  border: solid 1px #000; }

div.order-confirmation__table {
  margin-bottom: 20px;
  display: table;
  width: 100%; }

div.order-confirmation__table > .order-confirmation__table-cell {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: middle; }

div.order-confirmation__table > .order-confirmation__table-cell:nth-child(2) {
  padding: 20px;
  text-align: center;
  background-color: #F1F1F1; }

p.order-confirmation__paragraph {
  margin: 0;
  letter-spacing: .4px;
  font-size: 1.125rem;
  font-weight: bold; }

p.order-confirmation__paragraph2 {
  margin: 0;
  letter-spacing: .4px;
  font-size: 0.75rem; }

@media (max-width: 768px) {
  div.order-confirmation__container {
    margin-bottom: 20vw;
    padding: 5vw; }
  div.order-confirmation__table {
    margin-bottom: 2.5vw;
    display: block; }
  div.order-confirmation__table > .order-confirmation__table-cell {
    display: block;
    width: 100%;
    margin-bottom: 5vw; }
  div.order-confirmation__table > .order-confirmation__table-cell:nth-child(2) {
    padding: 2.5vw; }
  p.order-confirmation__paragraph {
    font-size: calc(0.20155rem + 3.30336vw); }
  p.order-confirmation__paragraph2 {
    font-size: calc(0.20105rem + 2.23776vw); } }

.contentasset-invalidity .content-asset {
  width: 100% !important;
  font-size: 1em;
  padding-right: 0px !important; }

.order-confirmation__paragraph2 .content-asset {
  margin: 0 !important;
  letter-spacing: .4px !important;
  font-size: 0.75rem !important; }
  @media (max-width: 768px) {
    .order-confirmation__paragraph2 .content-asset {
      font-size: calc(0.20105rem + 2.23776vw) !important; } }

/* loader-ellips
------------------------- */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto !important; }

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0; }

.loader-ellips__dot:nth-child(3) {
  left: 1.5em; }

.loader-ellips__dot:nth-child(4) {
  left: 3em; }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }

@keyframes slide {
  to {
    transform: translateX(1.5em); } }

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal; }

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide; }

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse; }

.result-section.defend .section-description-title {
  margin-left: 15%;
  font-size: 1.65rem; }

.result-section.regenerate .section-description-title {
  font-size: 1.65rem;
  margin-right: 15%;
  float: right;
  width: 85%;
  max-width: 310px; }

@media (min-width: 769px) {
  .quiz-recommended-products .product-tile .product-pricing {
    padding-left: 13.6%; } }

#bonus-sample-selection .sample-content-wrapper .multiselect {
  margin-top: 0px; }

#bonus-sample-selection .sample-content-wrapper .multiselect.remove {
  margin-top: 0px; }

#bonus-sample-selection .sample-content-wrapper .multiselect.select {
  display: inline-block;
  margin-top: 0px; }

#bonus-sample-selection .sample-content-wrapper .product-tile {
  cursor: default;
  font-size: 13px; }
  @media (max-width: 769px) {
    #bonus-sample-selection .sample-content-wrapper .product-tile {
      font-size: 11px; } }

#bonus-sample-selection .sample-content-wrapper .product-tile .name-link {
  pointer-events: none; }

.bonus-sample-selection .modal-body .sample-header {
  pointer-events: none;
  padding-top: 1%; }

@media (min-width: 769px) {
  .sample-content-wrapper .product-brand-name-block {
    padding: 15px 10px 0 0; } }
  @media (min-width: 769px) and (max-width: 769px) {
    .sample-content-wrapper .product-brand-name-block {
      padding-top: 15px; } }

@media (min-width: 769px) {
  .sample-body .product-tile .product-brand-name-block .name-link .product-brand {
    font-size: 14px; }
  .sample-body .product-tile .product-brand-name-block .name-link .product-name {
    font-size: 18px; } }

.sample-body .product-wrapper-sample {
  float: left;
  cursor: default;
  width: 33.33%;
  padding: 0 3.941%;
  margin-bottom: 44px; }
  @media (max-width: 769px) {
    .sample-body .product-wrapper-sample {
      width: 43%; } }
  .sample-body .product-wrapper-sample .product-tile-wrapper {
    max-width: 256px;
    max-height: 60px;
    height: 8vw;
    margin-top: 2.4vw;
    cursor: default;
    float: unset;
    margin-left: 25px;
    margin-right: auto;
    width: unset;
    margin-bottom: unset; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .sample-body .product-wrapper-sample .product-tile-wrapper {
        margin-left: auto; } }
    @media (min-width: 769px) {
      .sample-body .product-wrapper-sample .product-tile-wrapper {
        width: 100%;
        max-width: 202px;
        margin-top: 20px;
        max-height: 3vw;
        height: 40px;
        margin-left: 25px;
        margin-right: auto; } }
  @media screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 0) {
    .sample-body .product-wrapper-sample .product-tile-wrapper {
      margin-left: auto; } }

.sample-body .for-short-Description {
  cursor: default;
  font-size: 13px; }

.sample-body .product-details .product-tile-wrapper {
  padding: 0; }

.product-wrapper-sample .sample-product-name {
  padding-bottom: 0;
  padding-top: 1.2vw; }

.bonus-sample-selection .add-btn-container .sample-bonus-add-to-cart:hover {
  background-color: #fff;
  color: #000; }

.pt_checkout .entry-container {
  width: 100%; }

.pt_checkout .checkout-shipping .delivery-date {
  margin: 2.5rem auto; }

.pt_checkout .checkout-shipping .delivery-date-create {
  color: #ffffff;
  background-color: #000000;
  margin-top: 1.5em; }

.pt_checkout .checkout-shipping .delivery-status-notice {
  color: #000;
  margin-left: 1em;
  text-decoration: underline; }
  @media (max-width: 1114px) {
    .pt_checkout .checkout-shipping .delivery-status-notice {
      display: block;
      margin-top: 15px;
      margin-left: 0; } }
  @media (max-width: 768.98px) {
    .pt_checkout .checkout-shipping .delivery-status-notice {
      font-size: 12px; } }

.pt_checkout .checkout-shipping .content-asset .delivery-status-notice {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  margin-left: 0; }
  @media (max-width: 768.98px) {
    .pt_checkout .checkout-shipping .content-asset .delivery-status-notice {
      font-size: 14px; } }

.pt_checkout .checkout-shipping .delivery-datetime-display {
  margin-top: 2.5em; }
  .pt_checkout .checkout-shipping .delivery-datetime-display label.datetime-label {
    width: 7em;
    min-width: 7em;
    display: inline-block; }

.pt_checkout .checkout-shipping .disable-select-delivery-date {
  margin-top: 20px; }

.pt_checkout .shipping-summary .delivery-data-time-span {
  font-size: 18px; }
  @media print, screen and (min-width: 48em) {
    .pt_checkout .shipping-summary .delivery-data-time-span {
      padding-left: 0; } }
  .pt_checkout .shipping-summary .delivery-data-time-span .delivery-content {
    border: 1px #000 solid;
    padding: 1rem;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    height: 100%; }
    .pt_checkout .shipping-summary .delivery-data-time-span .delivery-content .delivery-date {
      margin-bottom: 1rem; }
    .pt_checkout .shipping-summary .delivery-data-time-span .delivery-content label,
    .pt_checkout .shipping-summary .delivery-data-time-span .delivery-content span {
      font-size: 18px;
      font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important; }

@media screen and (max-width: 47.9375em) {
  .pt_checkout .billing .form-row.left {
    padding-right: 0; } }

@media screen and (max-width: 47.9375em) {
  .pt_checkout .billing .form-row.right {
    padding-left: 0; } }

.pt_checkout .billing .form-row.disabled {
  opacity: 0.5; }

@media screen and (max-width: 47.9375em) {
  .pt_checkout .billing .form-label-text {
    font-size: 2.4vw; } }

.pt_checkout .billing .form-row-button.half-width {
  float: right; }

.pt_checkout .checkout-step.review .order-summary-footer .reviewpage-textcontent {
  margin: 0; }

.add-deliverydate.reveal {
  max-width: 750px; }
  @media screen and (max-width: 47.9375em) {
    .add-deliverydate.reveal {
      top: 45px !important;
      height: auto; } }
  @media screen and (min-width: 48em) and (max-width: 64em) {
    .add-deliverydate.reveal {
      max-width: 75%; } }

@media screen and (max-width: 47.9375em) {
  .add-deliverydate#modal-cntr button.close-button {
    top: 50px; } }

@media print, screen and (min-width: 48em) {
  .add-deliverydate#modal-cntr button.close-button {
    top: 85px;
    right: 90px; } }

@media print, screen and (min-width: 64.0625em) {
  .add-deliverydate#modal-cntr button.close-button {
    top: 90px;
    right: 95px; } }

.add-deliverydate .modal-body {
  padding: 0 80px 80px;
  margin-top: 80px; }
  @media screen and (max-width: 47.9375em) {
    .add-deliverydate .modal-body {
      padding: 0 10px 30px;
      margin-top: 30px; } }

.add-deliverydate .delivery-content h4 {
  font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: 1.875em; }

.add-deliverydate .delivery-content .form-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .add-deliverydate .delivery-content .form-row select {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px #000000 solid;
    border-width: 0 0 1px 0; }
  .add-deliverydate .delivery-content .form-row.form-row-button {
    width: 100%;
    text-align: center;
    margin: 0;
    border: none; }
    .add-deliverydate .delivery-content .form-row.form-row-button button {
      float: none;
      padding: 8px 30px 9px;
      width: 60%;
      margin: 0; }
      @media screen and (max-width: 47.9375em) {
        .add-deliverydate .delivery-content .form-row.form-row-button button {
          width: 100%; } }
  .add-deliverydate .delivery-content .form-row label {
    min-width: 140px;
    margin-top: 10px;
    display: inline-block; }
    @media screen and (max-width: 47.9375em) {
      .add-deliverydate .delivery-content .form-row label {
        width: 30%;
        min-width: 40%; } }
  .add-deliverydate .delivery-content .form-row .field-wrapper {
    width: 75%;
    display: inline-block; }
    @media screen and (max-width: 47.9375em) {
      .add-deliverydate .delivery-content .form-row .field-wrapper {
        width: 60%; } }

.add-deliverydate .delivery-content .content-asset {
  margin: 0.5em 0; }

.cart-content .cart-empty {
  display: block; }

.checkout-footer .copyright-container {
  text-transform: none; }

.cart-right-column div.cart-coupon-code .value {
  min-width: 5rem;
  max-width: none;
  width: 100%; }

.cart-right-column div.cart-coupon-code .error {
  overflow: hidden;
  word-wrap: break-word; }

@media (max-width: 750px) and (max-width: 768.98px) {
  .checkout-products-accordion .checkout-products .mini-cart-details .cart-detail-right {
    font-size: calc(0.2013rem + 3.57056vw); } }

html.modal-open,
html.modal-open body {
  width: 100%; }

.showing_modal {
  width: 100%; }

@media (max-width: 812px) and (min-width: 535px) {
  .add-deliverydate .delivery-content .form-row label {
    width: 100%; }
  .modal-overlay .modal-wrapper {
    height: 80%; }
  .add-deliverydate .modal-body {
    height: 80%; }
  .modal-overlay .modal-close,
  .modal-overlay .rep-modal-close {
    top: -5.5vw; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .entry-container .checkout-shipping-content {
    padding-left: 6.25%; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 769px) {
  .entry-container .checkout-shipping-content {
    padding-left: 10px; } }

.entry-container .page-title {
  padding-left: 1%; }
  @media (max-width: 769px) {
    .entry-container .page-title {
      padding-left: 3%; } }

.creditcard-delete-notice {
  padding-top: 1em !important; }

@media (min-width: 769px) {
  .cart-content .product-list-item .product-name {
    font-size: 0.875rem; } }

@media (max-width: 750px) {
  .cart-content .product-list-item .product-name {
    font-size: calc(0.20105rem + 2.23776vw); } }

.checkout-products-accordion .checkout-products .mini-cart-details .cart-detail-left .mini-cart-product-line {
  font-size: 14px; }

@media (max-width: 750px) {
  .checkout-products-accordion .checkout-products .mini-cart-details .cart-detail-left .mini-cart-product-line {
    font-size: calc(0.20093rem + 1.97136vw); } }

.orderdetails .ordered-items .product-name {
  font-size: 1.25rem; }

@media (min-width: 769px) {
  .orderdetails .ordered-items .product-name {
    font-size: 14px; } }

@media (max-width: 750px) {
  .orderdetails .ordered-items .product-name {
    font-size: calc(0.20105rem + 2.23776vw); } }

[type='button'].primary::after,
[type='submit'].primary::after,
a.button.primary::after {
  transition: unset; }

[type='button'].primary,
#remove-coupon :not([type='submit'].primary),
a.button.primary {
  background-color: #000; }

[type='button'].primary:hover,
[type='submit'].primary:not(#remove-coupon):hover,
a.button.primary:hover,
.primary-content .delivery-date .delivery-date-create:hover,
.primary-content .entry-formgroup_button:hover,
.primary-content [type='submit'].entry-formgroup_button:hover {
  background-color: #fff;
  color: #000;
  opacity: unset; }

@media (min-width: 769px) {
  .pt_order .item-detail-row {
    margin-bottom: 2ex; }
    .pt_order .item-detail-row .entry-log_products-name {
      position: relative;
      width: calc(65% - 10px);
      padding-left: 20px;
      padding-right: 40px;
      -ms-flex-direction: column;
          flex-direction: column;
      -webkit-align-items: flex-start;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .pt_order .item-detail-row .entry-log_products-name .brand-name {
        font-size: 14px; }
      .pt_order .item-detail-row .entry-log_products-name a {
        color: #000;
        text-decoration: underline;
        padding-bottom: 1ex; } }

@media (max-width: 768px) {
  .pt_order .brand-name {
    font-size: 12px; } }

.point-unavailable {
  min-height: 6em;
  width: 100%; }

.entry-log_products-text .reservation {
  display: block; }

.entry-log_products-text .entry-log_products-reservation {
  padding-bottom: 1vh;
  font-size: 15px; }

@media (min-width: 769px) and (max-width: 1023px) {
  .entry-container .row .column-spread {
    padding: 0 10px; }
  .entry-container .entry-formgroup_submit-spread {
    height: 120px;
    background-color: black;
    -ms-flex-align: center;
        align-items: center; }
    .entry-container .entry-formgroup_submit-spread:hover {
      opacity: 0.5; }
    .entry-container .entry-formgroup_submit-spread a:hover {
      opacity: 1; }
  .entry-container .entry-formgroup_submit .entry-formgroup_button-spread {
    white-space: normal;
    min-width: 0px;
    line-height: normal; }
  .entry-container .entry-formgroup_submit .entry-formgroup_button-spread-right {
    white-space: normal;
    min-width: 0px;
    height: 120px;
    line-height: normal; }
  .entry-container .entry-formgroup_submit .entry-formgroup_message-spread-right {
    white-space: normal;
    min-width: 0px;
    height: 120px; } }

.entry-log_detail-body a {
  color: #000;
  text-decoration: underline; }

.dAndR-for-customer {
  font-weight: bold;
  margin-bottom: 1em !important; }
  @media (min-width: 769px) {
    .dAndR-for-customer {
      margin-top: 50px !important; } }
  @media (max-width: 768px) {
    .dAndR-for-customer {
      margin-top: 35px !important; } }

.entry-container .campaign_progress-item {
  margin-top: 0px !important; }

@media print, screen and (min-width: 48em) {
  .form-row.split {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
    clear: none; }
    .form-row.split + .form-row.split {
      float: right;
      margin: 0; }
    .form-row.split.left {
      float: left !important; }
    .form-row.split.right {
      float: right !important; } }

@media screen and (max-width: 47.9375em) {
  .form-row.split-small {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
    clear: none; }
    .form-row.split-small + .form-row.split-small {
      float: right;
      margin: 0; } }

@media print, screen and (min-width: 48em) {
  .form-row.harf {
    width: 48%; } }

.form-row .ui-selectmenu-button .ui-selectmenu-text {
  color: #000000; }

@media print, screen and (min-width: 48em) {
  .split-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%; }
    .split-container .item {
      -ms-flex: 0 0 62%;
      flex: 0 0 48%; }
    .split-container .item:first-child {
      margin: 0 4% 0 0; } }

.label-inline .field-wrapper {
  display: inline-block; }

.label-inline label {
  display: inline;
  float: none;
  text-align: left; }

.form-row .error-icon + span.error {
  display: none; }

.form-row .error-icon:hover + span.error {
  opacity: 1;
  z-index: 99;
  display: inline; }

@media all and (-ms-high-contrast: none) {
  .minicart-link .minicart .mini-cart-products ul.cart-products {
    display: block; } }

.nav-container .sb-container .sb-scrollbar-container {
  visibility: visible; }

.minicart-link .minicart .mini-cart-products {
  max-height: 300px; }
  @media (max-width: 1430px) {
    .minicart-link .minicart .mini-cart-products {
      max-height: 200px; } }
  @media (max-height: 650px) {
    .minicart-link .minicart .mini-cart-products {
      max-height: 200px; } }

@media (max-width: 768.98px) {
  #minicart {
    display: none; }
  #minicart.confirmation-active {
    display: block; } }

@media (max-width: 768.98px) {
  .minicart-link .minicart {
    width: 320px;
    height: 320px;
    position: absolute;
    left: -100%;
    top: 100px;
    z-index: 1; } }
  @media (max-width: 768.98px) and (max-width: 736px) {
    .minicart-link .minicart {
      left: -80%; } }
  @media (max-width: 768.98px) and (max-width: 650px) {
    .minicart-link .minicart {
      left: -100%; } }
  @media (max-width: 768.98px) and (max-width: 568px) {
    .minicart-link .minicart {
      left: -120%; } }
  @media (max-width: 768.98px) and (max-width: 485px) {
    .minicart-link .minicart {
      left: -130%; } }
  @media (max-width: 768.98px) and (max-width: 375px) {
    .minicart-link .minicart {
      left: -160%; } }
  @media (max-width: 768.98px) and (max-width: 320px) {
    .minicart-link .minicart {
      left: -166%; } }

@media (max-width: 768.98px) {
  .minicart-link .minicart .minicart-close {
    right: 30px; }
  .minicart-link .add-bag-confirmation .add-cart-confirmation-product {
    padding-top: 30px;
    padding-bottom: 100px; }
    .minicart-link .add-bag-confirmation .add-cart-confirmation-product .addtobagconfirmation-title {
      font-size: 17px; } }
    @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
      .minicart-link .add-bag-confirmation .add-cart-confirmation-product .addtobagconfirmation-title {
        font-size: 15px; } }

@media (max-width: 768.98px) {
      @supports (-ms-ime-align: auto) {
        .minicart-link .add-bag-confirmation .add-cart-confirmation-product .addtobagconfirmation-title {
          font-size: 17px; } }
    .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-brand {
      font-size: 14px; } }
    @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
      .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-brand {
        font-size: 12px; } }

@media (max-width: 768.98px) {
      @supports (-ms-ime-align: auto) {
        .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-brand {
          font-size: 14px; } }
    .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-name {
      font-size: 10px; } }
    @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
      .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-name {
        font-size: 8px; } }

@media (max-width: 768.98px) {
      @supports (-ms-ime-align: auto) {
        .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-name {
          font-size: 10px; } }
    .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-attributes {
      font-size: 10px; } }
    @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
      .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-attributes {
        font-size: 8px;
        padding-top: 15px; } }

@media (max-width: 768.98px) {
      @supports (-ms-ime-align: auto) {
        .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-attributes {
          font-size: 10px; } }
    .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .price-wrapper {
      padding-top: 15px; }
      .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .price-wrapper .acc-product-quantity {
        font-size: 0.6rem; } }
      @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
        .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .price-wrapper .acc-product-quantity {
          font-size: 0.5rem; } }

@media (max-width: 768.98px) {
        @supports (-ms-ime-align: auto) {
          .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .price-wrapper .acc-product-quantity {
            font-size: 0.6rem; } }
      .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .price-wrapper .product-price .price-sales {
        font-size: 0.6rem; } }
      @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
        .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .price-wrapper .product-price .price-sales {
          font-size: 0.5rem; } }

@media (max-width: 768.98px) {
        @supports (-ms-ime-align: auto) {
          .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .price-wrapper .product-price .price-sales {
            font-size: 0.6rem; } }
  .minicart-link .add-bag-confirmation .btn-wrapper {
    padding: 0px;
    padding-top: 10px;
    font-size: 12px;
    margin-bottom: 20px; } }
  @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
    .minicart-link .add-bag-confirmation .btn-wrapper {
      font-size: 10px; } }

@media (max-width: 768.98px) {
    @supports (-ms-ime-align: auto) {
      .minicart-link .add-bag-confirmation .btn-wrapper {
        font-size: 12px; } }
  .minicart-link .add-bag-confirmation .confirmation-footer {
    padding-top: 10px;
    font-size: 10px; } }
  @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
    .minicart-link .add-bag-confirmation .confirmation-footer {
      font-size: 10px;
      padding-top: 20px; } }

@media (max-width: 768.98px) {
    @supports (-ms-ime-align: auto) {
      .minicart-link .add-bag-confirmation .confirmation-footer {
        padding-top: 10px;
        font-size: 10px; } } }

@media (max-width: 768.98px) {
  #check-cart-button {
    padding: 7px 13px;
    margin-bottom: 1px;
    font-size: 13px; } }
  @media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
    #check-cart-button {
      font-size: 11px; } }

@media (max-width: 768.98px) {
    @supports (-ms-ime-align: auto) {
      #check-cart-button {
        font-size: 13px; } } }

.add-to-confirmation .header-wrapper .header-container .bag-icon::after {
  bottom: -5px;
  right: 7px; }

@media (max-width: 768.98px) {
  .minicart-link .add-bag-confirmation .confirmation-product-wrap .acc-product-details .price-wrapper .multiply {
    padding: 0 1px; } }

@media (min-width: 768.98px) {
  .minicart-link .minicart .mini-cart-products ul.cart-products li.mini-cart-product.kitset-item .kitset-item-product {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important; }
  .minicart-link .minicart .mini-cart-products ul.cart-products li.mini-cart-product.kitset-item .kitset-content-title {
    margin-left: 20px; }
  .minicart-link .minicart .mini-cart-products ul.cart-products li.mini-cart-product.kitset-item .kitset-child-item {
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px; }
  .minicart-link .minicart .mini-cart-products ul.cart-products li.mini-cart-product.kitset-item .kitset-child-item .cart-detail-left {
    width: 100%; }
  .minicart-link .minicart .mini-cart-products ul.cart-products li.mini-cart-product.kitset-item .mini-cart-pricing {
    text-align: center; } }

.checkout-products-accordion .checkout-products .kitset-item .mini-cart-details {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%; }

.checkout-products-accordion .checkout-products .kitset-item .kitset-content-title {
  color: black;
  margin-left: 20px; }

.checkout-products-accordion .checkout-products .kitset-item .kitset-child-item {
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px; }

.checkout-products-accordion .checkout-products .kitset-item .kitset-child-item .cart-detail-left {
  width: 100%; }

.checkout-products-accordion .checkout-products .kitset-item .mini-cart-pricing {
  text-align: center; }

/* ギフトラッピング有無 購入手続き画面以外では非表示 */
.mini-cart-wrapping-msg {
  display: none; }

/* 購入手続き画面 ギフトラッピング有無 font-sizeは商品名に合わせる*/
.shippingstepclass .mini-cart-wrapping-msg,
.checkout-mini-cart .mini-cart-wrapping-msg {
  background-color: #fff;
  display: block;
  color: black;
  text-align: left;
  font-size: 16px; }
  .shippingstepclass .mini-cart-wrapping-msg p,
  .checkout-mini-cart .mini-cart-wrapping-msg p {
    border-top: 1px solid #ccc;
    padding: 10px 18px;
    margin: 0 18px; }
  @media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .shippingstepclass .mini-cart-wrapping-msg,
    .checkout-mini-cart .mini-cart-wrapping-msg {
      font-size: 14px; } }
  @media (max-width: 750px) and (max-width: 768.98px) {
    .shippingstepclass .mini-cart-wrapping-msg,
    .checkout-mini-cart .mini-cart-wrapping-msg {
      font-size: calc(0.20105rem + 2.23776vw); } }

.badge-product {
  font-family: 'ReaderRegular', Arial, sans-serif;
  color: #666666;
  text-transform: none; }

.kitset-item-addtobag {
  padding-top: 30px !important; }
  .kitset-item-addtobag .btn-wrapper {
    padding: 0 0 15px 0 !important; }
    @media (min-width: 769px) {
      .kitset-item-addtobag .btn-wrapper #check-cart-button {
        padding: 9px 18px !important;
        font-size: 13px; } }
    @media (max-width: 768.98px) {
      .kitset-item-addtobag .btn-wrapper {
        padding-bottom: 0px !important;
        margin: 10px 0 !important; } }
  .kitset-item-addtobag .confirmation-footer {
    padding-top: 20px !important; }
    @media (min-width: 769px) {
      .kitset-item-addtobag .confirmation-footer {
        font-size: 0.7em; } }
    @media (max-width: 768.98px) {
      .kitset-item-addtobag .confirmation-footer {
        padding-top: 10px !important; } }
  @media (min-width: 769px) {
    .kitset-item-addtobag .addtobagconfirmation-title {
      font-size: 1.2em !important; } }
  @media (max-width: 768.98px) {
    .kitset-item-addtobag .addtobagconfirmation-title {
      font-size: 1.2em !important;
      margin-bottom: 10px !important; } }
  @media (max-width: 768.98px) {
    .kitset-item-addtobag .addtobagconfirmation-title {
      margin-bottom: 0px !important; } }
  @media (max-width: 768.98px) {
    .kitset-item-addtobag {
      padding-bottom: 20px !important; } }
  .kitset-item-addtobag .confirmation-product-wrap {
    padding-top: 1.2em !important; }
    @media (max-width: 768.98px) {
      .kitset-item-addtobag .confirmation-product-wrap {
        padding: 0 !important; } }
    .kitset-item-addtobag .confirmation-product-wrap .acc-product-details {
      max-width: 100% !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; }
      .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .acc-product-name {
        float: left;
        width: 50%; }
        @media (min-width: 769px) {
          .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .acc-product-name {
            font-size: 0.7em !important; } }
        @media (max-width: 768.98px) {
          .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .acc-product-name {
            font-size: 0.7em !important;
            padding-top: 10px !important; } }
      .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .price-wrapper {
        float: left;
        width: 50%;
        text-align: right;
        padding-top: 0 !important; }
        @media (min-width: 769px) {
          .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .price-wrapper .acc-product-quantity {
            font-size: 0.7em !important; } }

@media screen and (max-width: 768.98px) and (-webkit-min-device-pixel-ratio: 0) {
  .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .price-wrapper .acc-product-quantity {
    font-size: 0.5rem !important; } }
        @media (max-width: 768.98px) {
          @supports (-ms-ime-align: auto) {
            .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .price-wrapper .acc-product-quantity {
              font-size: 0.6rem !important; } } }
        @media (min-width: 769px) {
          .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .price-wrapper .product-price .price-sales {
            font-size: 0.7em !important; } }
        @media (max-width: 768.98px) {
          .kitset-item-addtobag .confirmation-product-wrap .acc-product-details .price-wrapper .product-price .price-sales {
            line-height: 1; } }
  .kitset-item-addtobag .kitset-item-list {
    padding: 0 1.5em !important; }
    @media (max-width: 768.98px) {
      .kitset-item-addtobag .kitset-item-list {
        padding: 0 0.2em !important; } }
    .kitset-item-addtobag .kitset-item-list .kitset-content-title {
      padding: 0 0 10px 0 !important;
      font-size: 0.8em !important; }
      @media (max-width: 768.98px) {
        .kitset-item-addtobag .kitset-item-list .kitset-content-title {
          font-size: 0.6em !important;
          padding: 0 !important; } }
    .kitset-item-addtobag .kitset-item-list .kitset-child-item {
      display: -ms-flexbox;
      display: flex; }
      .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-image {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 31.25%;
        max-width: 31.25%;
        text-align: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
        .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-image img {
          max-width: 45% !important; }
          @media (max-width: 768.98px) {
            .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-image img {
              max-width: 70% !important; } }
      .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details {
        position: relative;
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%;
        overflow: hidden;
        font-size: 0.6em !important;
        padding: 10px 0 10px 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
        @media (max-width: 768.98px) {
          .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details {
            padding: 5px 10px 7px 0;
            font-size: 0.65em !important; } }
        .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details a {
          font-size: 1em !important;
          font-family: ReaderRegular, Arial, sans-serif;
          color: #000; }
          @media (max-width: 768.98px) {
            .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details a {
              font-size: 0.5em !important; } }
        .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details .cart-detail-left .mini-cart-product-line {
          text-transform: uppercase;
          margin-bottom: 4px; }
          @media (max-width: 768.98px) {
            .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details .cart-detail-left .mini-cart-product-line {
              font-size: 0.5em !important; } }
        .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details .cart-detail-left .mini-cart-attributes {
          font-size: 0.9em !important; }
          @media (max-width: 768.98px) {
            .kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details .cart-detail-left .mini-cart-attributes {
              font-size: 0.5em !important; } }

@media (max-width: 768.98px) {
  .minicart-link .kitset-minicart {
    height: auto !important; }
    .minicart-link .kitset-minicart .minicart-close {
      font-size: 1.5em; } }

@media (min-width: 769px) {
  .minicart-link .minicart .mini-cart-products ul.cart-products li.mini-cart-product .mini-cart-details .cart-detail-left .mini-cart-product-line {
    font-size: 14px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768.98px) {
  .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-brand {
    font-size: 8px; }
  .minicart-link .add-bag-confirmation .add-cart-confirmation-product .confirmation-product-wrap .acc-product-details .acc-product-name {
    font-size: 12px; } }

.kitset-item-addtobag .kitset-item-list .kitset-child-item .mini-cart-details .cart-detail-left .mini-cart-product-line {
  font-size: 0.9em; }

[type='button'].primary::after,
[type='submit'].primary::after {
  transition: unset; }

[type='button'].primary:hover,
[type='submit'].primary:not(#remove-coupon):hover {
  background-color: #fff;
  color: #000; }

/**
 * リテーラーEC向け
 */
/* デジタル問診用 */
/* Foundation Finder用 */
/* 得意先EC連携 エラー画面用 */
@media (max-width: 1023.98px) {
  html.nav-open {
    height: 100%;
    overflow: hidden;
    position: relative; }
  html.nav-open body {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative; }
  html.nav-open .header-container .main-nav-container {
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1001;
    display: block;
    position: fixed;
    border-top: 5px solid #d6001c; }
  html.nav-open #main .ui-selectmenu-button,
  html.nav-open #main .ui-selectmenu-menu {
    z-index: 99; }
  html.nav-open .forgot-password-modal .modal-wrapper {
    width: 90%;
    max-width: none; } }

@media (max-width: 1023.98px) {
  .header-container .root-categories-navigation {
    right: 0;
    z-index: 1;
    width: 84.4%;
    height: 100%;
    float: right;
    position: absolute;
    background: #fff;
    display: block; }
  .header-container .nav-overlay {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000; }
  .header-container .top-navigation-list {
    max-height: 100vh; }
  .header-container .top-navigation-list .signin-link {
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 768.98px) {
  .header-container .top-navigation-list {
    padding-bottom: 50px; }
  .main-nav .menu-list li .level-2 li.no-sub-cat-2 > a {
    font-size: 15px !important; } }

@media (min-width: 1024px) {
  .header-container.top-notification-configured .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .level-2-wrapper {
    max-height: calc(100vh - 104px); } }

@media (min-width: 1024px) {
  .sticky-header .header-container.top-notification-configured .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .level-2-wrapper {
    max-height: calc(100vh - 79px); }
  .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .level-2-wrapper {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05); }
  .sticky-header .main-nav .menu-list .top-navigation-list .main-sub-nav {
    position: fixed; } }

.main-nav {
  width: 100%; }

.main-nav .mobile-courtesy-nav,
.main-nav .mobile-navigation-camellia {
  display: block; }

@media (min-width: 1024px) {
  .main-nav .mobile-courtesy-nav,
  .main-nav .mobile-navigation-camellia {
    display: none; } }

@media (max-width: 1023.98px) {
  .main-nav .signin-link.registered .signin-overlay .country-selector-block,
  .main-nav .signin-link.registered .signin-overlay .icon-close,
  .main-nav .signin-link.registered .signin-overlay .icon.overlay,
  .main-nav .signin-link.registered .signin-overlay .signin-username-wrap,
  .main-nav .signin-link.registered .signin-overlay .splitter {
    display: none; } }

@media (max-width: 1023.98px) and (min-width: 1024px) {
  .main-nav .signin-link.registered .signin-overlay .signin-username .label {
    display: block; } }

@media (max-width: 1023.98px) {
  .main-nav .menu-list ul {
    overflow-x: hidden;
    overflow-y: auto; }
  .main-nav .menu-list ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .main-nav .menu-list ul li ul {
    width: 100%;
    height: 100%; }
  .main-nav .menu-list ul li.active:not(.main-nav-overlay-list) > a::after {
    height: 3px;
    background: #d6001c; }
  .main-nav .menu-list ul li.alternate-cat-wrapper .desc {
    display: none; }
  .main-nav .menu-list ul li.contact-us > a,
  .main-nav .menu-list ul li.signin-link > a,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) a {
    width: 100%;
    padding: 18px 20px 18px 20px; }
  .main-nav .menu-list ul li.contact-us > a::after,
  .main-nav .menu-list ul li.signin-link > a::after,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) a::after {
    left: 8px;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    width: calc(100% - 28px);
    background: #ccc; }
  .main-nav .menu-list ul li.contact-us > a.log-out-link,
  .main-nav .menu-list ul li.signin-link > a.log-out-link,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) a.log-out-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .main-nav .menu-list ul li.contact-us > a.log-out-link span:last-child,
  .main-nav .menu-list ul li.signin-link > a.log-out-link span:last-child,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) a.log-out-link span:last-child {
    padding-left: 36px; }
  .main-nav .menu-list ul li.contact-us > a,
  .main-nav .menu-list ul li.contact-us > span,
  .main-nav .menu-list ul li.signin-link > a,
  .main-nav .menu-list ul li.signin-link > span,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) a,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) span {
    font-size: 15px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: ReaderRegular, Arial, sans-serif;
    color: #000; }
  .main-nav .menu-list ul li.contact-us > a .right-arrow,
  .main-nav .menu-list ul li.contact-us > span .right-arrow,
  .main-nav .menu-list ul li.signin-link > a .right-arrow,
  .main-nav .menu-list ul li.signin-link > span .right-arrow,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) a .right-arrow,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) span .right-arrow {
    color: #000;
    font-size: 12px; }
  .main-nav .menu-list ul li.contact-us > a.superscript,
  .main-nav .menu-list ul li.contact-us > span.superscript,
  .main-nav .menu-list ul li.signin-link > a.superscript,
  .main-nav .menu-list ul li.signin-link > span.superscript,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) a.superscript,
  .main-nav .menu-list ul li:not(.main-nav-overlay-list) span.superscript {
    top: -4px;
    left: 3px;
    font-size: 10px;
    position: relative;
    white-space: nowrap;
    color: #d6001c; }
  .main-nav .menu-list ul li.back-link,
  .main-nav .menu-list ul li.signin-link {
    background: #eee; }
  .main-nav .menu-list ul li.back-link > a::after,
  .main-nav .menu-list ul li.contact-us > a::after,
  .main-nav .menu-list ul li.signin-link > a::after {
    display: none; }
  .main-nav .menu-list ul li.signin-link.guest > a,
  .main-nav .menu-list ul li.signin-link:not(.guest) > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .main-nav .menu-list ul li.signin-link span.user-icon {
    font-size: 21px;
    position: absolute; }
  .main-nav .menu-list ul li.signin-link span.label {
    padding-left: 36px; }
  .main-nav .menu-list ul li.back-link > span {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 18px 20px 18px 20px; }
  .main-nav .menu-list ul li.back-link i {
    margin-right: 15px; }
  .main-nav .menu-list ul li.level-3-link a.no-link,
  .main-nav .menu-list ul li.level-3-link a.see-all-link {
    display: inline-block; }
  .main-nav .menu-list ul .back-link span {
    -ms-flex-pack: start;
    justify-content: start; }
  .main-nav .menu-list ul .back-link i {
    color: #000; }
  .main-nav .menu-list .level-1 > li > .main-sub-nav > div {
    height: 100%; }
  .main-nav .menu-list .level-2 ul.sub-menu,
  .main-nav .menu-list .main-sub-nav {
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom: 114px;
    background-color: #fff;
    transition-duration: 500ms;
    transform: translateX(100%); }
  .main-nav .menu-list .level-2 ul.sub-menu.active,
  .main-nav .menu-list .main-sub-nav.active {
    transform: translateX(0); } }

@media (min-width: 1024px) {
  .main-nav .menu-list .top-navigation-list li {
    display: inline-block; }
  .main-nav .menu-list .top-navigation-list li.back-link,
  .main-nav .menu-list .top-navigation-list li.signin-link {
    display: none; }
  .main-nav .menu-list .top-navigation-list > li > a {
    white-space: nowrap; }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu > a,
  .main-nav .menu-list .top-navigation-list > .no-sub-menu > a {
    font-family: ReaderMedium, Arial, sans-serif;
    color: #fff; }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav {
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: block;
    position: absolute; }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .close-wrapper {
    top: 28px;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    position: absolute;
    display: inline-block;
    transform: translate(-50%, 0); }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .icon-close {
    top: 0;
    cursor: pointer;
    position: absolute;
    right: calc(5% + 20px); }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .level-2-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 79px); }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .level-2-wrapper .level-2-full-width {
    width: 100%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05); }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .level-2-wrapper .level-2-container {
    margin: 0 auto;
    max-width: 1440px; }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .level-2-wrapper .level-2-bottom-space {
    width: 100%;
    height: 100px;
    display: inline-block; }
  .main-nav .menu-list .top-navigation-list > .has-sub-menu .main-sub-nav {
    display: none; }
  .main-nav .menu-list .top-navigation-list .level-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 22px 0 35px;
    padding: 0 calc(5% + 20px); }
  .main-nav .menu-list .top-navigation-list .level-2 > li {
    width: 19.06%;
    padding-right: 20px;
    text-transform: none; }
  .main-nav .menu-list .top-navigation-list .level-2 > li:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    padding: 0;
    margin-left: 2.3%; }
  .main-nav .menu-list .top-navigation-list .level-2 > li:nth-child(2) > a:hover {
    text-decoration: underline; }
  .main-nav .menu-list .top-navigation-list .level-2 > li:nth-child(2) > a.no-link:hover {
    text-decoration: none; }
  .main-nav .menu-list .top-navigation-list .level-2 > li:last-child {
    width: 23.7%;
    padding-right: 0; }
  .main-nav .menu-list .top-navigation-list .level-2 > li:last-child .column {
    border: none; }
  .main-nav .menu-list .top-navigation-list .level-2 > li > a {
    color: #000;
    font-weight: bold; }
  .main-nav .menu-list .top-navigation-list .level-2 .column {
    height: 100%;
    padding-right: 10%;
    border-right: 1px solid #ccc; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 {
    padding-left: 0px; }
  .main-nav .menu-list .top-navigation-list .level-2 .column > li {
    margin-bottom: 18px; }
  .main-nav .menu-list .top-navigation-list .level-2 .column > li:last-child {
    margin-bottom: 0; }
  .main-nav .menu-list .top-navigation-list .level-2 .column .no-sub-cat-2 {
    width: 100%; }
  .main-nav .menu-list .top-navigation-list .level-2 .column .no-sub-cat-2 a {
    color: #000;
    font-weight: bold; }
  .main-nav .menu-list .top-navigation-list .level-2 .column .no-sub-cat-2 a:hover {
    text-decoration: underline; }
  .main-nav .menu-list .top-navigation-list .level-2 .column .no-sub-cat-2 a.no-link:hover {
    text-decoration: none; }
  .main-nav .menu-list .top-navigation-list .level-2 .alternate-cat-wrapper {
    width: 100%; }
  .main-nav .menu-list .top-navigation-list .level-2 .alternate-cat-wrapper > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-nav .menu-list .top-navigation-list .level-2 .alternate-cat-wrapper .desc {
    font-size: 14px;
    margin-top: 11px;
    line-height: 24px;
    text-transform: none;
    font-family: ReaderRegular, Arial, sans-serif;
    color: #666; }
  .main-nav .menu-list .top-navigation-list .level-2 .alternate-cat-wrapper .no-sub-cat-2:not(:nth-child(1)) {
    margin-top: 10px; }
  .main-nav .menu-list .top-navigation-list .level-2 .alternate-cat-wrapper .no-sub-cat-2 > a {
    font-family: 'readerbold', 'ヒラギノ角ゴ Pro W6', HiraKakuProN-W6, 'Hiragino Kaku Gothic W6 JIS2004', Meiryo, Helvetica, Helvetica, Arial, sans-serif !important;
    color: #000;
    font-weight: bold; }
  .main-nav .menu-list .top-navigation-list .level-2 .alternate-cat-wrapper .no-sub-cat-2 > a:hover {
    text-decoration: underline; }
  .main-nav .menu-list .top-navigation-list .level-2 .alternate-cat-wrapper .no-sub-cat-2 > a.no-link:hover {
    text-decoration: none; }
  .main-nav .menu-list .top-navigation-list .level-3 > li {
    width: 100%; }
  .main-nav .menu-list .top-navigation-list .level-3 > li:nth-child(2) > a {
    color: #000 !important;
    font-weight: bold; }
  .main-nav .menu-list .top-navigation-list .level-3 > li:nth-child(2) > a:hover {
    text-decoration: underline; }
  .main-nav .menu-list .top-navigation-list .level-3 > li:nth-child(2) > a.no-link:hover {
    text-decoration: none; }
  .main-nav .menu-list .top-navigation-list .level-3 > li:not(:nth-child(2)) {
    margin-top: 10px; }
  .main-nav .menu-list .top-navigation-list .level-3 > li:not(:nth-child(2)) a:hover:hover .name {
    text-decoration: underline; }
  .main-nav .menu-list .top-navigation-list .level-3 > li:not(:nth-child(2)) a:hover.no-link:hover .name {
    text-decoration: none; }
  .main-nav .menu-list .top-navigation-list .level-3 > li a {
    font-family: ReaderRegular, Arial, sans-serif;
    color: #000; }
  .main-nav .menu-list .top-navigation-list .level-3 > li a.no-link .for-mobile,
  .main-nav .menu-list .top-navigation-list .level-3 > li a.see-all-link .for-mobile {
    display: none !important; }
  .main-nav .menu-list .top-navigation-list .level-3 .superscript,
  .main-nav .menu-list .top-navigation-list .level-2 .alternate-cat-wrapper .no-sub-cat-2 > a .superscript {
    top: -4px;
    left: 3px;
    font-size: 10px;
    position: relative;
    white-space: nowrap;
    color: #d6001c !important;
    font-family: 'readerregular', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Hiragino Kaku Gothic W3 JIS2004', 'Meiryo', 'Helvetica', Helvetica, Arial, sans-serif !important;
    font-weight: 100; } }

@media (min-width: 1024px) {
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 span {
    line-height: 0px; } }

.main-nav .menu-list .nav-promotional-content {
  display: none; }

@media (min-width: 1024px) {
  .main-nav .menu-list .nav-promotional-content {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 18px;
    padding: 0 calc(5% + 10px); }
  .main-nav .menu-list .nav-promotional-content .promo-content-wrapper {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    text-transform: none;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .main-nav .menu-list .nav-promotional-content .promo-content-wrapper:hover .promo-image img {
    transform: scale(1.2); }
  .main-nav .menu-list .nav-promotional-content .promo-content-wrapper:hover .promo-link {
    text-decoration: underline; }
  .main-nav .menu-list .nav-promotional-content .promo-content-wrapper:hover .promo-link i {
    top: 0; }
  .main-nav .menu-list .nav-promotional-content .promo-image {
    width: 40.5%;
    overflow: hidden;
    margin-right: 20px; }
  .main-nav .menu-list .nav-promotional-content .promo-image img {
    width: 100%;
    transition: transform 0.5s ease-in-out; }
  .main-nav .menu-list .nav-promotional-content .promo-details {
    padding-right: 4%;
    width: calc(59.5% - 20px); }
  .main-nav .menu-list .nav-promotional-content .promo-badge,
  .main-nav .menu-list .nav-promotional-content .promo-link {
    font-size: 14px;
    font-weight: bold; }
  .main-nav .menu-list .nav-promotional-content .promo-badge {
    color: #d6001c; }
  .main-nav .menu-list .nav-promotional-content .promo-link {
    color: #000;
    margin: 2px 0 12px;
    display: inline-block;
    font-family: 'readerbold', 'ヒラギノ角ゴ Pro W6', 'HiraKakuProN-W6', 'Hiragino Kaku Gothic W6 JIS2004', 'Meiryo', 'Helvetica', 'Helvetica', 'Arial', sans-serif !important; }
  .main-nav .menu-list .nav-promotional-content .promo-link i {
    top: 2px;
    position: relative; }
  .main-nav .menu-list .nav-promotional-content .description {
    font-size: 14px;
    line-height: 24px;
    font-family: ReaderRegular, Arial, sans-serif; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 a,
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 span {
    line-height: 0px; }
  .main-nav .menu-list ul.level-1 li ul.level-2 li {
    padding: 0px; } }

.no-link {
  cursor: default; }

.header-container .nav-container-inner {
  position: relative; }

.header-container .utility-nav .courtesy-nav .contactus-link,
.header-container .utility-nav .tertiary-nav {
  display: none; }

@media (min-width: 769px) {
  .header-container .utility-nav .courtesy-nav .contactus-link {
    display: block; } }

@media (min-width: 1024px) {
  .header-container .utility-nav .tertiary-nav {
    display: block;
    position: absolute;
    top: -2px;
    right: 3px;
    width: 270px;
    margin-right: 5px;
    text-align: right; }
  .header-container .utility-nav .tertiary-nav li {
    display: inline-block;
    margin: 0;
    padding: 0 10px; }
  .header-container .utility-nav .tertiary-nav li:last-of-type {
    padding-right: 0; }
  .header-container .utility-nav .tertiary-nav li:hover::after {
    display: none; }
  .header-container .utility-nav .tertiary-nav li > a {
    color: #ccc; }
  .header-container .utility-nav .tertiary-nav li a {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px; }
  .header-container .utility-nav .tertiary-nav li a:hover {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 1024px) and (min-width: 1024px) {
  .header-container .utility-nav .tertiary-nav li .contact-short-information .contact-info-row a {
    color: #000; } }

@media (max-width: 1023.98px) {
  .header-container .nav-container.main-nav-container .menu-list .top-navigation-list > li.has-sub-menu,
  .header-container .nav-container.main-nav-container .menu-list .top-navigation-list > .has-alternative-url,
  .header-container .nav-container.main-nav-container .menu-list .top-navigation-list > .has-alternative-url {
    padding: 0 !important;
    margin-left: 0 !important; } }

@media (max-width: 1023.98px) {
  .header-container ul.top-navigation-list .distinguisher {
    padding: 0 !important; }
  .header-container .nav-container.main-nav-container .menu-list .top-navigation-list > .has-alternative-url a {
    font-family: 'readerregular', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Hiragino Kaku Gothic W3 JIS2004', 'Meiryo', 'Helvetica', Helvetica, Arial, sans-serif !important; }
  .main-nav {
    margin-top: 0 !important; } }

@media (max-width: 768.98px) {
  .main-nav .menu-list ul.level-1 .back-link span,
  .main-nav .menu-list li .level-2 li ul li.back-link span {
    font-size: 15px !important; }
  .main-nav .menu-list ul.level-1 .back-link .cat-name {
    vertical-align: bottom; }
  .main-nav .menu-list ul.level-1 .back-link,
  .main-nav .menu-list li .level-2 li ul li.back-link {
    line-height: 20px; }
  .header-container .top-navigation-list {
    max-height: none; } }

@media (max-width: 479.98px) {
  .main-nav .menu-list ul.level-1 .back-link .cat-name {
    top: 2px; } }

@media (min-width: 1024px) {
  .header-container .utility-nav .tertiary-nav .contactus-link.active a,
  .header-container .utility-nav .tertiary-nav .ordertracking.active a,
  .header-container .utility-nav .tertiary-nav .store-locator.active a {
    color: #ccc;
    border-bottom: 2px solid #c8102e; }
  .header-container .utility-nav .tertiary-nav .languageSelector {
    padding-right: 0; }
  .header-container .utility-nav .tertiary-nav .languageSelector a {
    text-transform: uppercase; }
  .header-container .utility-nav .tertiary-nav .languageSelector:last-of-type {
    display: contents; } }

@media (min-width: 769px) {
  .header-container .utility-nav .tertiary-nav .contact-info-row a {
    font-size: 1rem;
    line-height: normal; }
  .header-container .utility-nav .tertiary-nav .contact-info-row .icon {
    margin: 0 25px 0 0; } }

@media (min-width: 1024px) {
  .header-container .utility-nav .icon-account,
  .header-container .utility-nav .icon-hamburger,
  .header-container .utility-nav .icon-pin,
  .header-container .utility-nav .icon-search {
    font-size: 20px; } }

@media (max-width: 768.98px) {
  .utility-nav ul li .icon-hamburger {
    font-size: 35px !important;
    padding-top: 0 !important; } }

@media (max-width: 575px) {
  .utility-nav ul li .icon-hamburger {
    font-size: calc(0.7013rem + 2.77056vw) !important; } }

@media screen and (max-width: 768.98px) {
  .utility-nav ul li.hamburger-icon {
    margin: 0 5px 0 15px !important; } }

.header-container .utility-nav .icon-chat {
  font-size: 19px; }

.header-container .mobile-courtesy-nav {
  padding-top: 114px; }

.header-container .mobile-courtesy-nav .mobile-contact-section {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header-container .mobile-courtesy-nav .mobile-contact-section a::after {
  background: #fff; }

.header-container .mobile-courtesy-nav .mobile-contact-section .mobile-store-locator-link.active a::after {
  height: 1px;
  background: #c8102e;
  content: '';
  position: absolute;
  left: 33px;
  bottom: -1px; }

@media only screen and (min-width: 650px) {
  .header-container .mobile-courtesy-nav .mobile-contact-section .mobile-store-locator-link.active a::after {
    left: 120px;
    width: 180px; } }

.header-container .mobile-courtesy-nav .mobile-contact-section .mobile-search-link a,
.header-container .mobile-courtesy-nav .mobile-contact-section .mobile-account-link a,
.header-container .mobile-courtesy-nav .mobile-contact-section .store-locator {
  padding-left: 25px;
  padding-right: 0;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header-container .mobile-courtesy-nav .mobile-contact-section .contactus-link .icon-chat,
.header-container .mobile-courtesy-nav .mobile-contact-section .contactus-link .icon-pin,
.header-container .mobile-courtesy-nav .mobile-contact-section .ordertracking-link .icon-chat,
.header-container .mobile-courtesy-nav .mobile-contact-section .ordertracking-link .icon-pin,
.header-container .mobile-courtesy-nav .mobile-contact-section .store-locator .icon-chat,
.header-container .mobile-courtesy-nav .mobile-contact-section .store-locator .icon-pin {
  font-size: 20px;
  color: #666; }

.header-container .mobile-courtesy-nav .mobile-contact-section .contactus-link .label,
.header-container .mobile-courtesy-nav .mobile-contact-section .ordertracking-link .label,
.header-container .mobile-courtesy-nav .mobile-contact-section .store-locator .label {
  padding-left: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #666; }

.header-container .mobile-courtesy-nav .mobile-contact-section .contactus-link::after,
.header-container .mobile-courtesy-nav .mobile-contact-section .ordertracking-link::after,
.header-container .mobile-courtesy-nav .mobile-contact-section .store-locator::after {
  background: 0 0; }

.header-container .mobile-courtesy-nav .mobile-contact-section .ordertracking-link {
  padding: 18px 0 18px 25px;
  width: 100%; }

.header-container .mobile-courtesy-nav .mobile-contact-section .ordertracking-link .icon-ordertracking {
  font-size: 16px;
  color: #666;
  position: relative;
  top: 1px; }

.header-container .mobile-courtesy-nav .mobile-contact-section .ordertracking-link .label {
  padding-left: 15px; }

.header-container .mobile-courtesy-nav .mobile-contact-section .store-locator .label {
  padding-left: 18px; }

.header-container .mobile-courtesy-nav .mobile-contact-section .contactus-link.active::after {
  display: block;
  height: 1px;
  background: #c8102e;
  content: '';
  position: absolute;
  left: 33px;
  width: 80%;
  bottom: -1px; }

@media only screen and (min-width: 650px) {
  .header-container .mobile-courtesy-nav .mobile-contact-section .contactus-link.active::after {
    left: 114px;
    width: 160px; } }

@media (max-width: 1023.98px) {
  .header-container .mobile-courtesy-nav .contactus-overlay {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    display: block;
    position: fixed;
    overflow: scroll;
    border-top: 5px solid #d6001c;
    box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.12); }
  .header-container .mobile-courtesy-nav .contactus-overlay .close-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 13%;
    height: 10vw;
    text-align: right;
    margin: 4.8vw 5.33333vw 0 0; }
  .header-container .mobile-courtesy-nav .contactus-overlay .icon-close {
    display: block;
    font-size: calc(0.20143rem + 3.03696vw); }
  .header-container .mobile-courtesy-nav .contactus-overlay .contact-short-information {
    padding: 25px; }
  .header-container .mobile-courtesy-nav .contactus-overlay .contact-short-information .contact-info-row a,
  .header-container .mobile-courtesy-nav .contactus-overlay .contact-short-information .contact-info-row span {
    padding: 0 20px 0 5px;
    color: #000; }
  .menu-list .promo-link {
    display: none !important; } }

.header-container .mobile-courtesy-nav .languageSelector {
  padding: 10px 10px 10px 80px;
  display: inline-block; }

.header-container .mobile-courtesy-nav .languageSelector:last-of-type {
  padding-left: 45px; }

.header-container .mobile-courtesy-nav .mobile-contact-section .icon-account,
.header-container .mobile-courtesy-nav .mobile-contact-section .icon-search,
.header-container .mobile-courtesy-nav .mobile-contact-section .icon-search span {
  font-size: 20px;
  color: #666; }

.header-container .mobile-courtesy-nav .mobile-contact-section span,
.header-container .mobile-courtesy-nav .mobile-contact-section span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  color: #666 !important;
  padding-left: 18px;
  display: unset !important; }

.header-container .mobile-courtesy-nav .mobile-contact-section .search-icon,
.header-container .mobile-courtesy-nav .mobile-contact-section .user-icon,
.header-container .mobile-courtesy-nav .mobile-contact-section .find-store-icon {
  padding-left: 0px; }

@media (max-width: 1023.98px) {
  .main-nav .menu-list li .main-sub-nav {
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom: 114px;
    background-color: #fff;
    transition-duration: 500ms; } }

@media (max-width: 374.98px) {
  .main-nav .menu-list li .main-sub-nav {
    height: 150% !important; } }

@media (max-width: 649.98px) {
  .main-nav .menu-list li .main-sub-nav {
    height: 120%; } }

@media (min-width: 650px) {
  .header-container .mobile-courtesy-nav .languageSelector,
  .header-container .mobile-courtesy-nav .languageSelector:last-of-type {
    padding-left: 27%; } }

.header-container .mobile-courtesy-nav .languageSelector .locale-language {
  padding: 0; }

.header-container .mobile-courtesy-nav .languageSelector a::after {
  background: #fff;
  height: 0; }

.header-container .mobile-courtesy-nav .languageSelector .locale-language::after {
  background: 0 0;
  height: 0; }

.header-container .mobile-courtesy-nav .languageSelector .locale-name {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block; }

.header-container .mobile-courtesy-nav .languageSelector.current .locale-name {
  padding: 10px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center; }

.header-container .mobile-courtesy-nav .splitter {
  margin: 0 20px; }

.header-container .mobile-navigation-camellia {
  text-align: center; }

.header-container .mobile-navigation-camellia .camellia-home {
  padding-top: 0;
  padding-bottom: 50px;
  display: block; }

.header-container .mobile-navigation-camellia .camellia-home::after {
  background: 0 0; }

.header-container .mobile-navigation-camellia img {
  width: 50px;
  height: 50px;
  margin: 12px 0; }

.main-nav .menu-list ul.level-1 li ul.level-2 li.no-sub-cat-2 > a {
  text-transform: none; }

@media (min-width: 768px) {
  .header-container .mobile-navigation-camellia img {
    width: 100px;
    height: 100px;
    margin-top: 40px; } }

.sticky-header .header-container .tertiary-nav {
  display: none; }

@media (min-width: 1024px) {
  .sticky-header .header-container .tertiary-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 3px;
    width: 270px; } }

@media (max-width: 1023.98px) {
  .nav-desktop-only {
    display: none !important; } }

@media (min-width: 769px) {
  .main-nav .menu-list ul.level-1 li .level-2 ul,
  .main-nav .menu-list ul.level-1 li .main-sub-nav {
    display: block; }
  .main-nav .menu-list ul.level-1 li .main-sub-nav {
    background-color: transparent; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 {
    width: 100% !important; } }

.main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 a,
.main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 span {
  font-family: 'ReaderRegular', Arial, sans-serif;
  color: #000; }

.main-nav .menu-list ul.level-1 li ul.level-2 li.has-sub-menu-2 > a {
  color: #000 !important; }

.main-nav .menu-list ul.level-1 li ul.level-2 li.has-sub-menu-2 > a {
  display: none; }

@media (max-width: 1023.98px) {
  .main-nav .menu-list ul.level-1 li ul.level-2 li.has-sub-menu-2 > a {
    display: block; } }

.main-nav .menu-list ul.level-3 .see-all-link {
  font-weight: bold; }

.main-nav .menu-list ul.level-1 li ul.level-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 22px 0 35px;
  padding: 0 calc(5% + 20px); }

@media (max-width: 1023.98px) {
  .main-nav .menu-list ul.level-1 li ul.level-2,
  .main-nav .menu-list li .level-2 li.no-sub-cat-2 {
    padding: 0;
    margin: 0; }
  .main-nav .menu-list li .main-sub-nav,
  .main-nav .menu-list,
  .main-nav .menu-list li .level-2 li ul li,
  .main-nav .menu-list ul li.alternate-cat-wrapper,
  .main-nav .menu-list li .level-2 ul.sub-menu,
  .main-nav .menu-list ul.level-3.sub-menu > li:nth-last-of-type(2) {
    padding: 0; }
  .main-nav .menu-list ul li {
    width: 100%; }
  .main-nav .menu-list ul.level-1 .back-link span {
    padding: 0; }
  .main-nav .menu-list ul.level-1 .back-link span,
  .main-nav .menu-list ul.level-1 .back-link span i {
    color: #000 !important; }
  .main-nav .menu-list ul.level-1 .back-link,
  .main-nav .menu-list li .level-2 li ul li.back-link {
    padding: 18px 20px 18px 24px !important; }
  .main-nav .menu-list ul.level-1 li ul.level-2 li.has-sub-menu-2 > a,
  .main-nav .menu-list li .level-2 li.no-sub-cat-2 > a {
    font-size: 15px; }
  .main-nav .menu-list li .level-2 li.has-sub-menu-2,
  .main-nav .menu-list li .level-2 li.has-sub-menu-2 {
    padding: 0; }
  .menu-list .icon-leftCarrot:before {
    content: '\e024' !important;
    font-size: 12px; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 {
    background-color: #fff; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 .superscript {
    color: #d6001c; }
  .main-nav .menu-list .mobile-courtesy-nav li a::after {
    height: revert !important; } }

.main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 a {
  line-height: revert; }

@media (min-width: 1023.98px) {
  .main-nav .menu-list .top-navigation-list .main-sub-nav .level-2-wrapper .level-2-container {
    margin: 0;
    max-width: 1440px; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 a {
    font-family: 'readerbold', 'ヒラギノ角ゴ Pro W6', 'HiraKakuProN-W6', 'Hiragino Kaku Gothic W6 JIS2004', 'Meiryo', 'Helvetica', 'Helvetica', 'Arial', sans-serif !important; } }

@media (min-width: 1024px) {
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 {
    padding-top: 0px;
    margin-left: auto; } }

@media screen and (min-width: 769px) and (max-width: 1023.98px) {
  .main-nav {
    height: 100%; }
  .main-nav .menu-list {
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .main-nav .menu-list ul.level-1 li ul.level-2 {
    position: static; }
  .menu-list .hide.close-wrapper {
    display: none; }
  .header-container .top-navigation-list {
    padding: 0; }
  .main-nav .menu-list ul.level-1 {
    display: inline-block; }
  .main-nav .menu-list ul.level-1 li .level-2 .alternate-cat-wrapper ul {
    padding-bottom: 20px; }
  .main-nav .menu-list .level-1 > li > .main-sub-nav > div {
    overflow-y: auto; }
  .main-nav .menu-list ul.level-1 li.has-sub-menu a,
  .header-container .nav-container.main-nav-container .menu-list .top-navigation-list > .has-alternative-url a {
    font-size: 15px !important; }
  .main-nav .menu-list ul {
    overflow-x: hidden;
    overflow-y: auto; }
  .main-nav .menu-list ul.level-1 li .main-sub-nav {
    top: auto;
    background-color: #fff;
    color: #000 !important; }
  .main-nav .menu-list ul.level-1 li ul.level-2 li.no-sub-cat-2 > a {
    color: #000; }
  .main-nav .menu-list ul.level-1 li .back-link {
    display: block !important; }
  .main-nav .menu-list ul.level-1 .back-link span .icon-leftCarrot::before {
    content: '\e014' !important;
    font-size: 12px; }
  .main-nav .menu-list ul.level-1 li ul.level-2 li,
  .main-nav .menu-list ul.level-1 li ul.level-2 li.no-sub-cat-2 {
    padding: 0; }
  .main-nav .menu-list .main-nav .menu-list ul.level-1 li ul.level-2 li.no-sub-cat-2,
  .main-nav .menu-list ul.level-1 li ul.level-2 li.has-sub-menu-2,
  .main-nav .menu-list ul.level-1 li ul.level-2 li.no-sub-cat-2,
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 {
    margin: 0 !important; }
  .main-nav .menu-list ul.level-1 li ul.level-2 li.has-sub-menu-2 > a:before,
  .main-nav .menu-list ul.level-1 li ul.level-2 li.no-sub-cat-2 > a:before {
    left: 8px;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    width: calc(100% - 28px);
    background: #ccc; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 {
    padding-top: 0; }
  .main-nav .menu-list ul.level-1 li {
    padding: 0;
    margin: 0; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 li.back-link {
    padding: 18px 20px 18px 24px !important; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 span,
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 a {
    line-height: 1.22; }
  .pt_order .main-nav .column {
    max-width: 100%; } }

@media (max-width: 1023.98px) {
  .main-nav .menu-list ul.level-1 li ul.level-2 li.has-sub-menu-2 > a {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .main-nav .menu-list ul.level-3 .see-all-link,
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 {
    font-weight: normal; }
  .main-nav .menu-list ul.level-1 li ul.level-2 ul.level-3 {
    padding-left: 0; } }

@media (min-width: 1024px) {
  .main-nav .menu-list .top-navigation-list > .has-sub-menu.js-hover .main-sub-nav .level-2-wrapper .level-2-bottom-space {
    display: none !important; } }

@media (min-width: 769px) {
  .main-nav .menu-list ul.level-1 li .main-sub-nav:after {
    background: none; } }

@media (max-width: 768.98px) {
  .menu-list .top-navigation-list {
    position: relative; }
  .hide.close-wrapper .icon-close {
    display: none; } }

@media (max-width: 768.98px) {
  .menu-list .top-navigation-list {
    position: relative; }
  .hide.close-wrapper .icon-close {
    display: none; } }

.main-nav .menu-list li.no-sub-cat-2 a .short-desc {
  display: none; }

@media (max-width: 1023.98px) {
  .main-nav .menu-list li .level-2 li.no-sub-cat-2 > a {
    display: block;
    font-size: 13px; }
  .main-nav .menu-list li.no-sub-cat-2 a .short-desc {
    display: block;
    font-size: 13px; } }

@media (min-width: 1024px) {
  .main-nav .menu-list .nav-promotional-content .promo-image {
    width: 30.5%; }
  .main-nav .menu-list .nav-promotional-content .promo-details {
    width: calc(69.5% - 20px); }
  .promo-details .icon-rotate {
    display: inline-block;
    transform: rotate(45deg); }
  .promo-details .icon-rightArrowBold:before {
    font-family: 'icoinside-front';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: '\e906'; } }

@media all and (-ms-high-contrast: none) and (max-width: 1023.98px) and (min-width: 769px) {
  .main-nav .menu-list ul.level-1 {
    display: block;
    overflow-y: auto; }
  .main-nav .menu-list ul {
    overflow-y: hidden; }
  .main-nav .menu-list ul.level-1 li .level-2 .alternate-cat-wrapper ul {
    padding-bottom: 50px; } }

@media all and (-ms-high-contrast: none) and (max-width: 768.98px) {
  html.nav-open .header-wrapper .nav-container {
    padding: 0;
    margin-left: 0;
    background: none;
    overflow-y: hidden;
    overflow-x: auto; } }

.mobile-utility-nav {
  text-align: right; }

@media (max-width: 768.98px) {
  .mobile-utility-nav ul {
    padding: 0;
    display: block;
    text-align: right; }
  .mobile-utility-nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 2vw;
    vertical-align: top; }
  .mobile-utility-nav ul li .icon {
    width: 50px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    color: #fff; } }

@media (max-width: 768.98px) and (min-width: 576px) and (max-width: 768px) {
  .mobile-utility-nav ul li .icon {
    width: 32px; } }

@media (max-width: 1023.98px) {
  .mobile-utility-nav ul li .icon-hamburger {
    text-align: center;
    line-height: 0.56rem;
    padding-top: 0.8rem;
    position: relative; } }

@media (max-width: 768.98px) and (min-width: 576px) and (max-width: 768px) {
  .utility-nav ul li .icon-hamburger {
    padding-top: 0.6rem; } }

@media (max-width: 1023.98px) and (min-width: 769px) {
  .utility-nav ul li .icon-hamburger {
    line-height: 0.7rem;
    font-size: 25px !important;
    padding-left: 5px; } }

@font-face {
  font-family: icoinside-front;
  src: url(fonts/icoinside-front.eot);
  font-display: block; }

@font-face {
  font-family: icoinside-front;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

@media (max-width: 1023.98px) {
  .utility-nav ul li .icon-hamburger:before {
    content: ''; }
  .utility-nav ul li .icon-hamburger:before {
    font-family: 'icoinside-front';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: '\e97d'; } }

@media screen and (max-width: 576px) {
  .mobile-utility-nav ul li .icon {
    width: 34px;
    font-size: 28px; } }

@media (min-width: 769px) {
  #wrapper.sticky-header .header-wrapper {
    transform: none; } }

html.nav-open .header-wrapper .icon-hamburger {
  position: fixed;
  right: 5.666666666666667vw;
  top: 3.733333333333334vw;
  padding: 0;
  background: #000; }

@media (min-width: 576px) and (max-width: 768px) {
  html.nav-open .header-wrapper .icon-hamburger {
    top: 3.222vw; } }

html.nav-open .header-wrapper .icon-hamburger span {
  display: none; }

html.nav-open .header-wrapper .icon-hamburger:after,
html.nav-open .header-wrapper .icon-hamburger:before {
  transform: rotate(-45deg);
  height: 2px;
  margin-left: 0;
  position: absolute;
  left: 10px;
  top: 1rem; }

@media (min-width: 576px) and (max-width: 768px) {
  html.nav-open .header-wrapper .icon-hamburger:after,
  html.nav-open .header-wrapper .icon-hamburger:before {
    top: 0.5rem; } }

html.nav-open .header-wrapper .icon-hamburger:after {
  transform: rotate(45deg); }

html .overlay {
  display: none; }

.utility-nav {
  text-align: left; }

@media screen and (max-width: 768px) {
  .utility-nav {
    padding: 0; } }

.utility-nav ul {
  padding: 0;
  display: block; }

@media (min-width: 769px) {
  .utility-nav ul {
    margin-right: 15px;
    cursor: default; } }

.utility-nav ul li {
  list-style: none; }

@media screen and (max-width: 768px) {
  .utility-nav ul li {
    padding: 1.6vw 0 0.93333vw; } }

@media (min-width: 769px) {
  .utility-nav ul li {
    display: inline-block;
    padding: 12px 1px 0;
    margin: 0 2.8%;
    vertical-align: bottom; } }

@media (max-width: 1023.98px) {
  .utility-nav ul li {
    margin: 0; } }

.utility-nav ul li > a {
  font-size: 1.25rem;
  font-family: ReaderRegular, Arial, sans-serif;
  color: #fff;
  display: inline-block; }

@media (max-width: 750px) {
  .utility-nav ul li > a {
    font-size: calc(0.20105rem + 2.23776vw); } }

@media (max-width: 768.98px) {
  .utility-nav ul li > a {
    width: 100%; } }

@media (min-width: 769px) {
  .utility-nav ul li > a .label {
    display: none; } }

@media (min-width: 769px) {
  .utility-nav ul li.active > a {
    color: #c8102e; } }

@media (min-width: 769px) {
  .utility-nav ul li.active .icon i {
    color: #c8102e; } }

@media screen and (max-width: 768px) {
  .utility-nav ul li .icon {
    margin-right: 3.33333vw; } }

@media (max-width: 768.98px) {
  .utility-nav ul li .icon {
    display: inline-block;
    vertical-align: middle; } }

@media (max-width: 768.98px) {
  .utility-nav ul li .icon {
    width: 6.4vw; } }

.utility-nav ul li .icon i {
  display: inline-block;
  color: #fff;
  font-size: 1.875rem; }

@media (max-width: 750px) {
  .utility-nav ul li .icon i {
    font-size: calc(0.20168rem + 3.56976vw); } }

@media (min-width: 769px) {
  .utility-nav ul li .icon i {
    font-size: 17px; } }

.contact-number-wrapper {
  background: #f1f1f1;
  margin: 0 -10px;
  text-align: center;
  padding: 23px 0; }

.contact-number-wrapper .contact-number {
  font-size: 1.5rem;
  font-family: ReaderMedium, Arial, sans-serif;
  color: #000;
  line-height: 32px; }

@media (max-width: 750px) {
  .contact-number-wrapper .contact-number {
    font-size: calc(0.2013rem + 2.77056vw); } }

.contact-number-wrapper .contact-number:before {
  content: '';
  background: url(../images/sprite.png) 0 -215px no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 6px; }

.nav-container .utility-nav .icon-sign-out {
  font-size: 1.375rem;
  cursor: pointer;
  margin: 0 0 0 3px;
  width: auto; }

@media (max-width: 750px) {
  .nav-container .utility-nav .icon-sign-out {
    font-size: calc(0.20118rem + 2.50416vw); } }

@media (max-width: 768.98px) {
  .nav-container .utility-nav .icon-sign-out {
    font-size: 1.875rem; } }

@media (max-width: 768.98px) and (max-width: 750px) {
  .nav-container .utility-nav .icon-sign-out {
    font-size: calc(0.20168rem + 3.56976vw); } }

.nav-container .utility-nav .icon-sign-out::before {
  font-weight: 700; }

.nav-container .utility-nav .nav-toggle {
  padding-left: 4vw;
  padding-right: 4vw;
  display: none; }

.nav-container .utility-nav .icon-rightCarrot {
  font-size: 17px;
  color: #fff; }

.nav-container .utility-nav .has-sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 769px) {
  .nav-container .utility-nav .has-sub-menu {
    display: inline-block; } }

.nav-container .contactus-overlay-container {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  position: fixed;
  overflow: scroll;
  z-index: 0; }

@media (min-width: 769px) {
  .nav-container .contactus-overlay-container {
    display: none; } }

.nav-container .contactus-overlay {
  position: absolute;
  background: #fff;
  color: #000;
  z-index: 1001;
  text-align: left; }

.nav-container .contactus-overlay .main-nav {
  margin-top: 0; }

.nav-container .contactus-overlay .contact-info-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.nav-container .contactus-overlay .contact-info-row a {
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media (min-width: 769px) {
  .nav-container .contactus-overlay {
    box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.12);
    width: 570px;
    right: -53px;
    top: 39px;
    padding: 1.4em 1.8em 2em;
    display: none; }
  .nav-container .contactus-overlay .top-arrow {
    content: '';
    right: 0;
    background: 0 0;
    display: block;
    position: absolute;
    height: 40px;
    width: 100%; }
  .nav-container .contactus-overlay .top-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    bottom: 0;
    right: 60px;
    border: 13px solid #fff;
    border-color: transparent transparent #fff;
    height: 0; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .nav-container .contactus-overlay .top-arrow::after {
    right: 54px; } }

@media (min-width: 769px) {
  .nav-container .contactus-overlay .icon-close {
    font-size: 28px;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 100; }
  .nav-container .contactus-overlay .login-wrapper {
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: static; } }

.nav-container .contactus-overlay .contactus-overlay-header {
  position: relative; }

@media (max-width: 768.98px) {
  .nav-container .contactus-overlay .contactus-overlay-header {
    padding: 3.46667vw 0; }
  .nav-container .contactus-overlay .icon-close {
    display: none; } }

.nav-container .signin-overlay {
  position: absolute;
  background: #fff;
  color: #000;
  z-index: 999;
  text-align: left; }

.nav-container .signin-overlay .main-nav {
  margin-top: 0; }

.nav-container .signin-overlay .splitter {
  border: 0;
  border-bottom: 1px solid;
  height: 1px; }

.nav-container .signin-overlay .sb-container {
  padding: 0;
  position: static; }

.nav-container .signin-overlay .sb-content {
  overflow-x: hidden; }

.nav-container .signin-overlay .sb-scrollbar-container {
  right: 0; }

@media (min-width: 1024px) {
  .nav-container .signin-overlay {
    box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.12);
    width: 438px;
    right: -63px;
    top: 49px;
    padding: 2em 1.8em;
    display: none;
    z-index: 1000; }
  .nav-container .signin-overlay .top-arrow {
    content: '';
    right: 0;
    background: 0 0;
    display: block;
    position: absolute;
    height: 40px;
    width: 100%; }
  .nav-container .signin-overlay .top-arrow::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: -75px;
    right: 99px;
    border: 13px solid #fff;
    border-color: transparent transparent #fff;
    height: 40px; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .nav-container .signin-overlay .top-arrow::after {
    right: 60px; } }

@media (min-width: 1024px) and (max-width: 1024px) {
  .nav-container .signin-overlay .top-arrow::after {
    right: 60px; } }

@media (min-width: 1024px) and (min-width: 1440px) {
  .nav-container .signin-overlay .top-arrow::after {
    right: 60px; } }

@media (min-width: 1024px) {
  .nav-container .signin-overlay .arrow-adjustment::after {
    right: 60px; } }

@media (min-width: 1024px) and (max-width: 1024px) {
  .nav-container .signin-overlay .arrow-adjustment::after {
    right: 55px; } }

@media (min-width: 1024px) {
  .nav-container .signin-overlay .icon-close {
    font-size: 28px;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 100; }
  .nav-container .signin-overlay .signin-username-wrap {
    margin-bottom: 20px; }
  .nav-container .signin-overlay .signin-username {
    line-height: 1; }
  .nav-container .signin-overlay ul.level-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .nav-container .signin-overlay ul.level-1 li.hover {
    border: none;
    padding-bottom: 8px; } }

@media (min-width: 1024px) and (min-width: 1024px) {
  .nav-container .signin-overlay ul.level-1 li .padded-links {
    padding: 12px 0;
    width: 138px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 16px; }
  .nav-container .signin-overlay ul.level-1 li.log-out-link {
    border-bottom: none; } }

@media (min-width: 1024px) {
  .nav-container .signin-overlay ul.level-1 li:not(.back-link) {
    display: block;
    width: 100%; }
  .nav-container .signin-overlay ul.level-1 li:not(.back-link) a {
    color: #414141;
    font-family: ReaderRegular, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px; }
  .nav-container .signin-overlay ul.level-1 .back-link {
    display: none; }
  .nav-container .signin-overlay .login-wrapper {
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: static; }
  .nav-container .signin-overlay .splitter {
    margin: 2em 0;
    border-color: #ccc; }
  .nav-container .signin-overlay .create-new-account {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 1em;
    padding: 0; }
  .nav-container .signin-overlay nav.main-nav {
    max-width: 100% !important;
    padding: 0 !important; } }

@media (min-width: 1023px) and (max-width: 1024px) {
  .nav-container .signin-overlay {
    right: -59px; } }

.nav-container .signin-overlay .signin-overlay-header {
  position: relative; }

@media (max-width: 1023.98px) {
  .nav-container .signin-overlay .signin-overlay-header {
    padding: 3.46667vw 0; }
  .nav-container .signin-overlay ul.level-1 li.back-link {
    padding: 0; }
  .nav-container .signin-overlay .splitter {
    border-color: #fff;
    margin: 5.3333vw 0; } }

@media (min-width: 1441px) {
  .nav-container .sb-container .sb-scrollbar-container {
    visibility: hidden; } }

.nav-container .contactus-link a,
.nav-container .signin-link a {
  display: inline-block; }

@media (min-width: 769px) {
  .nav-container .contactus-link.hovered .contactus-overlay,
  .nav-container .contactus-link.no-touch:hover .contactus-overlay {
    display: none; } }

@media (max-width: 768.98px) {
  .nav-container .contactus-link .contactus-overlay {
    box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.12);
    position: fixed;
    display: none;
    overflow: scroll;
    z-index: 1003; }
  .nav-container .contactus-link .contactus-overlay.active {
    display: block; } }

@media screen and (max-width: 768.98px) and (max-width: 768px) {
  .nav-container .contactus-link .contactus-in-dropdown {
    padding: 3.46667vw 0; } }

@media (max-width: 768.98px) {
  .nav-container .contactus-link .close-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 13%;
    height: 10vw;
    text-align: right;
    background: #fff; }
  .nav-container .contactus-link .icon-close {
    font-size: 1.625rem;
    cursor: pointer;
    margin: 4.8vw 5.33333vw 0 0;
    display: inline-block; } }

@media (max-width: 768.98px) and (max-width: 750px) {
  .nav-container .contactus-link .icon-close {
    font-size: calc(0.20143rem + 3.03696vw); } }

@media (max-width: 768.98px) and (min-width: 769px) {
  .nav-container .contactus-link .icon-close {
    margin: 0; } }

@media screen and (max-width: 768.98px) and (max-width: 768px) {
  .nav-container .contactus-link .login-wrapper {
    padding: 6.66667vw 0 3.46667vw 6.66667vw; } }

@media (max-width: 768.98px) {
  .nav-container .contactus-link .contactus-overlay {
    left: 0;
    top: 0;
    width: 100%; } }

@media (max-width: 768.98px) {
  .nav-container .signin-link .signin-overlay {
    left: 0;
    top: 0;
    width: 100%; } }

@media (min-width: 769px) {
  .nav-container .signin-link {
    padding: 0; }
  .nav-container .signin-link > a {
    padding: 12px 1px 0; } }

@media (min-width: 769px) {
  .nav-container .signin-link.guest.no-touch:hover .signin-overlay,
  .nav-container .signin-link.hovered .signin-overlay {
    display: block; } }

@media (max-width: 1023.98px) {
  .nav-container .signin-link.registered h3,
  .nav-container .signin-link.registered p {
    color: #fff; }
  .nav-container .signin-link.registered .signin-overlay {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition-duration: 500ms;
    transform: translateX(100%); }
  .nav-container .signin-link.registered .signin-overlay.active {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0); }
  .nav-container .signin-link.registered .signin-overlay .icon-sign-out {
    display: none; } }

@media (min-width: 1024px) {
  .nav-container .signin-link.registered .signin-overlay .main-nav ul.level-1 li {
    padding: 0;
    margin: 0; } }

@media (min-width: 769px) {
  .nav-container .signin-link.registered .ui-selectmenu-button.ui-button span.ui-icon,
  .nav-container .signin-link.registered .ui-selectmenu-button.ui-button span.ui-selectmenu-text,
  .nav-container .signin-link.registered .user-links .icon-sign-out {
    color: #c8102e; } }

.nav-container .signin-link.guest .signin-overlay .ui-selectmenu-button.ui-button span.ui-icon,
.nav-container .signin-link.guest .signin-overlay .ui-selectmenu-button.ui-button span.ui-selectmenu-text {
  color: #c8102e; }

@media (max-width: 1023.98px) {
  .nav-container .signin-link.guest .login-wrapper {
    margin-left: 0;
    max-width: 100%;
    padding: 40px 32px; } }

@media (max-width: 768.98px) {
  .nav-container .signin-link.guest .login-wrapper {
    padding: 5.33333vw 4.26667vw; } }

@media (min-width: 1024px) {
  .nav-container .signin-link.guest .login-wrapper {
    margin-left: 12.5%;
    max-width: 75%; } }

@media (max-width: 1023.98px) {
  .nav-container .signin-link.guest .sign-in-dropdown {
    padding: 26px 0; } }

@media (max-width: 768.98px) {
  .nav-container .signin-link.guest .sign-in-dropdown {
    padding: 3.46667vw 0; } }

@media (max-width: 1023.98px) {
  .nav-container .signin-link.guest .icon-close {
    font-size: 1.625rem;
    cursor: pointer;
    margin: 4.8vw 5.33333vw 0 0;
    display: inline-block; } }

@media (max-width: 1023.98px) and (max-width: 750px) {
  .nav-container .signin-link.guest .icon-close {
    font-size: calc(0.20143rem + 3.03696vw); } }

@media (min-width: 1024px) {
  .nav-container .signin-link.guest .icon-close {
    margin: 0; } }

@media (max-width: 1023.98px) {
  .nav-container .signin-link.guest .create-new-account {
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px; } }

@media (max-width: 768.98px) {
  .nav-container .signin-link.guest .create-new-account {
    margin-top: 0; } }

@media (max-width: 1023.98px) {
  .nav-container .signin-link.guest .signin-overlay {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    display: none;
    position: fixed;
    overflow: scroll;
    border-top: 5px solid #d6001c;
    box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.12); }
  .nav-container .signin-link.guest .signin-overlay.active {
    display: block; }
  .nav-container .signin-link.guest .close-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 13%;
    height: 10vw;
    text-align: right;
    background: #fff; }
  .nav-container .signin-link.guest .splitter {
    border-color: #ccc; } }

@media (max-width: 768.98px) {
  .nav-container .create-new-account p {
    margin-bottom: 2vw; } }

@media (min-width: 769px) {
  .nav-container .create-new-account p {
    margin-bottom: 0.7em; } }

.nav-container .country-selector-container {
  position: static;
  margin-top: 0.7em;
  padding: 0; }

@media (max-width: 768.98px) {
  .nav-container .country-selector-container {
    margin-top: 2vw; } }

.nav-container .ui-front .ui-menu-item {
  display: block; }

.nav-container .ui-front .ui-menu {
  margin: 0; }

.nav-container .log-out-link .icon-signout {
  transform: rotate(90deg);
  margin-right: 0;
  font-size: 1.5em; }

@media (min-width: 769px) {
  .nav-container .log-out-link .icon-signout {
    margin-top: -2px; } }

@media (max-width: 768.98px) {
  .nav-container .log-out-link .icon-signout {
    margin-left: 1.2vw;
    margin-right: -1vw;
    max-height: 40px; } }

html.sticky-header-contact,
html.sticky-header-signin {
  position: relative; }

@media (max-width: 768.98px) {
  html.sticky-header-signin .header-wrapper div.nav-container {
    z-index: 1003;
    min-height: 100vh; } }

@media (max-width: 768.98px) {
  html.sticky-header-contact .header-wrapper div.nav-container {
    z-index: 1003; } }

.header-wrapper div.nav-container {
  height: auto; }

@media (max-width: 1440px) and (min-width: 1024px) {
  .signin-link.guest .signin-overlay .sign-in-dropdown {
    max-height: 400px; }
  .signin-link.guest .signin-overlay .sb-container {
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 400px; }
  .signin-link.guest .signin-overlay .login-wrapper {
    margin: 0;
    max-width: 100%; } }

.signin-link.guest .signin-overlay .login-wrapper {
  margin: 0;
  max-width: 100%; }

@media (min-width: 1441px) {
  .confirmation-carousel.sb-container > .sb-scrollbar-container,
  .mini-cart-products.sb-container > .sb-scrollbar-container {
    visibility: visible; }
  .confirmation-carousel.sb-container.sb-container-noscroll > .sb-scrollbar-container,
  .mini-cart-products.sb-container.sb-container-noscroll > .sb-scrollbar-container {
    visibility: hidden; } }

.default-focus {
  width: 0;
  height: 0;
  padding: 0;
  left: -1000px;
  position: absolute; }

.sub-menu-item .menu-dropdown {
  background-color: #fff;
  box-shadow: 0 5px 16px 4px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%; }

@media (min-width: 769px) {
  .sub-menu-item .menu-dropdown {
    position: absolute;
    top: 72px;
    width: auto; } }

.sub-menu-item .menu-dropdown-container {
  position: relative;
  text-align: left; }

@media (max-width: 1023.98px) {
  .header-wrapper {
    position: static !important; }
  .header-wrapper header {
    min-height: 0; } }

@media screen and (max-width: 768px) {
  .sub-menu-item .menu-dropdown-container {
    padding: 3.46667vw 0; } }

@media (min-width: 769px) {
  .sub-menu-item .menu-dropdown-container {
    padding: 26px 90px 26px 38px; } }

@media screen and (max-width: 768px) {
  .sub-menu-item .menu-dropdown-inner {
    margin: 1.73333vw 4.26667vw 0 4.8vw; } }

@media (min-width: 769px) {
  .sub-menu-item.open .icon-chat {
    position: relative; }
  .sub-menu-item.open .header-contact-us .arrow-container {
    position: absolute;
    top: -30px;
    height: 30px;
    color: #fff;
    right: 0;
    left: 0; }
  .sub-menu-item.open .header-contact-us .arrow-container .arrow {
    content: '';
    display: block;
    border: 13px solid #fff;
    border-color: transparent transparent #fff;
    height: 44px;
    top: -14px;
    position: absolute;
    right: 70px;
    z-index: 9999; } }

.sub-menu-item.open .menu-dropdown {
  display: block; }

.sub-menu-item.open .menu-dropdown .contact-short-information .contact-info-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.sub-menu-item.open .menu-dropdown .close-wrapper {
  top: 20px; }

#wrapper .logo-camellia {
  display: none; }

#wrapper.sticky-header .sticky-component {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 7px 10px 0 rgba(147, 127, 79, 0.2); }

#wrapper.sticky-header .header-container {
  padding: 2.5px 20px; }

@media (min-width: 1024px) {
  #wrapper.sticky-header .header-container {
    padding: 0 20px; } }

#wrapper.sticky-header .logo-camellia {
  display: block; }

@media (max-width: 1023.98px) {
  #wrapper.sticky-header .logo-camellia {
    display: none; } }

#wrapper.sticky-header .bottom-notification-message,
#wrapper.sticky-header .logo-shiseido,
#wrapper.sticky-header .top-notification {
  display: none; }

@media (max-width: 769px) {
  #wrapper.sticky-header .header-wrapper {
    transform: none; } }

@media (max-width: 1023.98px) {
  #wrapper.sticky-header .logo-shiseido {
    display: block; } }

@media (min-width: 1024px) {
  .sticky-component.sticky-component-hide {
    position: static;
    width: 100%;
    z-index: 1000; }
  .sticky-component.sticky-component-hide .confirmation-active {
    top: 89px; } }

.header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 20px;
  border-top: 5px solid #d6001c;
  background: #000; }

@media (min-width: 1024px) {
  .header-container {
    padding: 0 20px;
    position: relative !important; } }

.header-container header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.header-container header.container,
.header-container header.ginza-wrapper {
  padding-left: 0;
  padding-right: 0; }

.header-container .logo-container .logo-camellia,
.header-container .nav-container .logo-camellia {
  display: none; }

.header-container .logo-container {
  text-align: left;
  min-width: 130px;
  margin: 0; }

.header-container .logo-container a {
  display: inline-block; }

.header-container .nav-container.main-nav-container {
  display: none; }

@media (min-width: 1024px) {
  .header-container .nav-container.main-nav-container {
    display: block;
    padding: 0 30px; }
  .header-container .nav-container.main-nav-container .menu-list {
    max-width: none; } }

.header-container .nav-container.main-nav-container .menu-list .top-navigation-list > li {
  padding: 29px 10px 25px;
  margin: 0; }

@media (min-width: 1024px) and (max-width: 1200px) {
  .header-container .nav-container.main-nav-container .menu-list .top-navigation-list > li {
    padding-left: 7px;
    padding-right: 7px; } }

.header-container ul.top-navigation-list .distinguisher {
  margin-left: 20px !important; }

@media (min-width: 1024px) {
  .header-container ul.top-navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-container ul.top-navigation-list > li {
    margin: 0;
    padding: 29px 10px 25px;
    text-transform: uppercase; }
  .header-container ul.top-navigation-list > li a {
    font-size: 14px !important; }
  .header-container ul.top-navigation-list > li a .right-arrow {
    display: none; }
  .header-container ul.top-navigation-list > li.js-hover,
  .header-container ul.top-navigation-list > li:hover {
    padding-bottom: 17px !important;
    border-bottom: 6px solid #fff; }
  .header-container ul.top-navigation-list > li.active {
    padding-bottom: 20px !important;
    border-bottom: 3px solid #d6001c; }
  .header-container ul.top-navigation-list > li.active.js-hover,
  .header-container ul.top-navigation-list > li.active:hover {
    padding-bottom: 17px !important;
    border-bottom: 6px solid #fff; }
  .header-container ul.top-navigation-list .distinguisher {
    margin-left: 17px !important; }
  .header-container ul.top-navigation-list .distinguisher a {
    position: relative; }
  .header-container ul.top-navigation-list .distinguisher a::before {
    top: 0;
    width: 1px;
    left: -17px;
    content: '';
    height: 100%;
    position: absolute;
    background: #666; } }

.header-container .courtesy-nav ul:not(.checkout-products) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.header-container .courtesy-nav ul li {
  display: block;
  margin: 0 5px; }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul li {
    padding: 10px 0 20px;
    margin: 15px 11px 0;
    position: relative; } }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul li .signin-overlay ul li {
    margin: 12px 0 0;
    padding: 12px 1px 8px 0; } }

.header-container .courtesy-nav ul li a {
  padding: 0; }

.header-container .courtesy-nav ul li a.button.primary {
  padding: 11px 20px 9px; }

.header-container .courtesy-nav ul li a.bag-icon {
  padding-top: 0;
  position: relative; }

.header-container .courtesy-nav ul li a.bag-icon .cart-count {
  top: 12px;
  left: 15px; }

@media (max-width: 768.98px) {
  .utility-nav .minicart-link .bag-icon .cart-count {
    min-width: 25px;
    height: 25px;
    top: -5px;
    left: 20px;
    font-size: 13px;
    line-height: 28px;
    padding: 0 4px; } }

@media (max-width: 576px) {
  .utility-nav .minicart-link .bag-icon .cart-count {
    min-width: 19px;
    height: 19px;
    top: 10px;
    left: 15px;
    font-size: 11px;
    line-height: 20px;
    padding: 0px 4px;
    margin-bottom: -5px; } }

@media (min-width: 1024px) {
  .pt_checkout .header-wrapper .container {
    max-width: none; } }

@media (max-width: 768.98px) {
  .add-to-confirmation .header-wrapper .header-container .bag-icon::after {
    bottom: -5px;
    right: 7px; }
  .add-to-confirmation .header-wrapper .header-container .bag-icon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -27px;
    right: 7px;
    border: 13px solid #fff;
    border-color: transparent transparent #fff;
    height: 44px; } }

@media (max-width: 768.98px) {
  html.nav-open .header-wrapper .nav-container {
    padding: 0;
    margin-left: 0;
    background: none;
    max-height: unset;
    overflow-y: unset;
    overflow-x: unset; } }

@media (min-width: 576px) and (max-width: 768px) {
  .header-container .courtesy-nav ul li a.bag-icon .cart-count {
    top: 2px;
    left: 19px;
    min-width: 18px;
    height: 18px;
    line-height: 19px;
    font-size: 11px; } }

@media (min-width: 769px) {
  .header-container .courtesy-nav ul li a.bag-icon .cart-count {
    top: -1px;
    left: 14px; } }

.header-container .courtesy-nav ul li .label {
  display: none; }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul li .signin-username .label {
    display: block; } }

.header-container .courtesy-nav ul li .icon {
  margin: 0; }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .contactus-link:hover::after,
  .header-container .courtesy-nav ul .search-link:hover::after,
  .header-container .courtesy-nav ul .signin-link:hover::after,
  .header-container .courtesy-nav ul .storelocator-link:hover::after {
    bottom: -1px;
    height: 6px;
    width: 30px;
    left: -5px;
    content: '';
    background: #fff;
    display: inline-block;
    position: absolute; } }

.header-container .courtesy-nav ul .minicart-link .icon-bag,
.header-container .courtesy-nav ul .mobile-utility-nav .minicart-link .bag-icon,
.header-container .courtesy-nav ul .utility-nav .minicart-link .bag-icon,
.mobile-utility-nav .header-container .courtesy-nav ul .minicart-link .bag-icon,
.utility-nav .header-container .courtesy-nav ul .minicart-link .bag-icon {
  color: #fff; }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .icon-search:hover::after,
  .header-container .courtesy-nav ul .minicart-link a.empty-cart:hover::after,
  .header-container .courtesy-nav ul .minicart-link a.empty-cart:hover::after,
  .header-container .courtesy-nav ul .minicart-link a.empty-cart:hover::after {
    bottom: -22px;
    height: 6px;
    width: 30px;
    left: -5px;
    content: '';
    background: #fff;
    display: inline-block;
    position: absolute; }
  .header-container .courtesy-nav ul .icon-search:hover::after {
    display: none; } }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .minicart-link.active a.bag-icon::after {
    bottom: -25px;
    height: 3px;
    width: 30px;
    left: -5px;
    content: '';
    background: #c8102e;
    display: inline-block;
    position: absolute; } }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .minicart-link.active.hovered a.bag-icon::after {
    background: 0 0; } }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .minicart-link.active.no-touch:hover a.bag-icon::after {
    background: 0 0; }
  .header-container .courtesy-nav ul .minicart-link.active.no-touch:hover a.empty-cart::after {
    background: #c8102e; } }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .signin-link {
    padding-top: 0;
    margin-top: 25px; } }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .search-link.active .icon i,
  .header-container .courtesy-nav ul .signin-link.active .icon i,
  .header-container .courtesy-nav ul .storelocator-link.active .icon i {
    color: #fff; }
  .header-container .courtesy-nav ul .search-link.active::after,
  .header-container .courtesy-nav ul .search-link.active:hover::after,
  .header-container .courtesy-nav ul .signin-link.active::after,
  .header-container .courtesy-nav ul .signin-link.active:hover::after,
  .header-container .courtesy-nav ul .storelocator-link.active::after,
  .header-container .courtesy-nav ul .storelocator-link.active:hover::after {
    display: inline-block;
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 30px;
    padding-right: 0;
    left: -5px;
    content: '';
    background: #c8102e; } }

.header-container .courtesy-nav ul .signin-link,
.header-container .courtesy-nav ul .signin-link.active.hovered::after,
.header-container .courtesy-nav ul .storelocator-link {
  display: none; }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .signin-link .right-arrow {
    display: none; } }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .signin-link .log-out-link .user-icon {
    display: none; } }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .signin-link,
  .header-container .courtesy-nav ul .storelocator-link {
    display: block; } }

.header-container .courtesy-nav ul .hamburger-icon .icon-hamburger {
  color: #fff; }

@media (min-width: 1024px) {
  .header-container .courtesy-nav ul .hamburger-icon {
    display: none; } }

.header-container .courtesy-nav .new-ico {
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

.header-container .courtesy-nav .new-ico .icon-bag,
.header-container .courtesy-nav .new-ico .mobile-utility-nav .minicart-link .bag-icon,
.header-container .courtesy-nav .new-ico .utility-nav .minicart-link .bag-icon,
.mobile-utility-nav .minicart-link .header-container .courtesy-nav .new-ico .bag-icon,
.utility-nav .minicart-link .header-container .courtesy-nav .new-ico .bag-icon {
  font-size: 20px; }

.header-bottom-notify-msg {
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  background: #262626;
  padding: 10.5px 0;
  text-align: center;
  color: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-flex-pack: center;
      justify-content: center; }

@media (max-width: 479.98px) {
  .header-bottom-notify-msg {
    text-align: left;
    -ms-flex-pack: left;
        justify-content: left; } }

.header-bottom-notify-msg::-webkit-scrollbar {
  width: 0;
  display: none; }

.header-bottom-notify-msg::-webkit-scrollbar-track {
  display: none; }

.header-bottom-notify-msg::-webkit-scrollbar-thumb {
  display: none; }

@media (min-width: 1024px) {
  .header-bottom-notify-msg {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0; } }

.header-bottom-notify-msg.centered {
  -ms-flex-pack: center;
  justify-content: center; }

.header-bottom-notify-msg .custom-message-link {
  display: inline;
  max-width: 310px;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff; }

.header-bottom-notify-msg .custom-message-link:hover {
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid #fff; }

@media (min-width: 1024px) {
  .header-bottom-notify-msg .custom-message-link:hover {
    cursor: pointer;
    opacity: 1; } }

.header-bottom-notify-msg .slick-track {
  margin: auto; }

.header-bottom-notify-msg .custom-message {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #fff; }
  @media (min-width: 1023.98px) {
    .header-bottom-notify-msg .custom-message {
      padding: 0px; } }

.header-bottom-notify-msg .custom-message {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }
  @media (max-width: 1023.98px) {
    .header-bottom-notify-msg .custom-message {
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%; } }
  @media all and (max-width: 1023.98px) and (-ms-high-contrast: none) {
    .header-bottom-notify-msg .custom-message {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%; } }
  @media (max-width: 769.98px) {
    .header-bottom-notify-msg .custom-message {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      padding: 0px; } }
  @media (max-width: 479.98px) {
    .header-bottom-notify-msg .custom-message {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding: 0 25px; } }

.header-bottom-notify-msg .msg-divider {
  line-height: 12px;
  color: #666; }

#wrapper.sticky-header .sticky-component .regional-selector-wrapper .header-container {
  padding: 2.5px 20px; }

@media (min-width: 1024px) {
  #wrapper.sticky-header .sticky-component .regional-selector-wrapper .header-container {
    padding: 10px 20px; } }

#wrapper .regional-selector-wrapper .header-container {
  padding: 11px 20px; }

@media (min-width: 1024px) {
  #wrapper .regional-selector-wrapper .header-container {
    padding: 18.5px 20px; } }

#wrapper.sticky-header .sticky-component .checkout-logo-container {
  -ms-flex: none;
  flex: none;
  max-width: none; }

@media (min-width: 1024px) {
  #wrapper.sticky-header .sticky-component .checkout-logo-container {
    margin: 7.5px 0; } }

#wrapper .checkout-header-container .header-right-container ul {
  -ms-flex-pack: end;
  justify-content: flex-end; }

#wrapper .checkout-header-container .header-right-container ul li {
  margin: 0;
  padding: 0 20px; }

#wrapper .checkout-header-container .header-right-container ul li:last-child {
  padding-right: 0; }

#wrapper .checkout-header-container .checkout-logo-container {
  -ms-flex: none;
  flex: none;
  max-width: none; }

@media (min-width: 1024px) {
  #wrapper .checkout-header-container .checkout-logo-container {
    margin: 18.5px 0; } }

#wrapper .checkout-header-container .checkout-header {
  -ms-flex: none;
  flex: none;
  margin: 0;
  max-width: none; }

#wrapper {
  padding-top: 0px !important; }

@media (max-width: 768.98px) {
  #wrapper.pt_storefront .top-wrapper {
    padding-top: 0px; } }

@media (min-width: 769px) {
  .main-nav .menue-list ul.level-1 li .main-sub-nav:after {
    background: none; } }

@media (min-width: 769px) {
  .header-wrapper header {
    min-height: 0; } }

.minicart-link .bag-icon .cart-count {
  background-color: #c8102e;
  display: block;
  min-width: 18px;
  text-align: center;
  height: 18px;
  line-height: 19px;
  font-size: 10px;
  border-radius: 100%;
  font-family: ReaderMedium, Arial, sans-serif;
  color: #fff;
  position: absolute;
  top: -4px;
  left: 14px;
  padding-right: 1px; }

@media (max-width: 768.98px) {
  .minicart-link .bag-icon.empty-cart .cart-count {
    display: none; } }

.utility-nav .minicart-link .bag-icon:before,
.bag-icon:before {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  content: '\e002'; }

@media (min-width: 769px) {
  .pt_order.pt_account .header-container .primary-logo img {
    max-width: none; }
  .pt_order.pt_account .header-container .main-nav .menu-list .top-navigation-list .level-2 .column {
    max-width: none; } }

.pt_barcode .header-wrapper header .header-container .logo-container {
  padding-left: 30%;
  box-sizing: unset; }

/** header */
.retailer-header header {
  height: 80px; }

@media (max-width: 375px) {
  .entry-container .entry-formgroup_submit--confirm .registration-back {
    margin-right: 10px;
    width: calc(50% - 10px);
    padding: 0; }
  .entry-container .entry-formgroup_submit--confirm .registration-confirm {
    width: calc(50%);
    margin-right: 0;
    padding: 0; } }

@media (max-width: 768px) {
  .entry-container .entry-section--newcustomer > *:first-child {
    width: calc(50% - 10px); }
  .entry-container .entry-section--newcustomer > *:last-child {
    width: calc(50% - 10px); }
  .entry-container .entry-section--newcustomer .entry-formgroup_button {
    margin-left: 1em; } }

@media (max-width: 375px) {
  .captcha-container .g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0; }
  .captcha-container .g-recaptcha > div {
    width: 280px !important; }
  .entry-container .entry-section--newcustomer > *:first-child {
    width: calc(30% - 10px); }
  .entry-container .entry-section--newcustomer > *:last-child {
    width: calc(70% - 10px); } }

@media (min-width: 769px) {
  .pt_account .collection-block > div:nth-of-type(4) {
    margin-left: 0; }
  .pt_account .login-modal .modal-close {
    top: -40px; } }

@media (min-width: 769px) {
  #wishlist-products {
    max-width: 100%; }
    #wishlist-products .collection-block .product-tile-outer {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    #wishlist-products .product-tile-outer:nth-of-type(2n):after {
      width: 100%;
      left: 0;
      margin-left: 0; }
    #wishlist-products .product-tile-outer:nth-of-type(2n + 1):after {
      width: calc(100% - 13.5%);
      left: 13.6%; } }

@media (min-width: 769px) {
  .wishlist-container {
    max-width: 100%; } }

.pagination-buttons {
  text-align: center; }

@media print, screen and (min-width: 48em) {
  .pt_order .column {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (max-width: 47.9375em) {
  .pt_order .column {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%; }
    .pt_order .column div {
      margin: 0.5em 0;
      float: none; } }

.pt_order .column form {
  width: 100%; }

.pt_order .column button {
  margin: 0; }

.pt_order .entry-formgroup_message {
  min-width: 300px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 58px;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.5;
  margin-bottom: 40px; }
  @media screen and (max-width: 47.9375em) {
    .pt_order .entry-formgroup_message {
      line-height: 48px;
      width: 100%; } }

.pt_order.pt_account .entry-log_list-body .entry-log_detail-body .cc-details .cc-owner {
  display: none; }

.entry-wrapper--mypage #wishlist-products .empty-wishlist .content-asset {
  width: inherit;
  padding-right: inherit; }

.entry-wrapper--mypage #wishlist-products .empty-wishlist .saved-for-later-text {
  margin: inherit; }

@media (max-width: 768px) {
  .entry-container .entry-mypage_alert {
    margin-bottom: 15.5px;
    margin-top: 20px; } }

@media screen and (max-width: 769px) {
  .login-modal .login-wrapper {
    padding: 0 3vw 0 3vw; } }

@media screen and (max-width: 769px) and (height: 736px) {
  .entry-container .entry-section--newcustomer .entry-formgroup_button {
    margin-left: 0; } }

@media (max-width: 325px) {
  .modal-login-notice {
    width: 95%; }
  .entry-container p + .entry-formgroup_sub--provisional_entry {
    width: 95%; }
  .entry-container .entry-formgroup_sub--provisional_entry {
    width: 95%; }
  .entry-container .entry-formgroup_submit .entry-formgroup_button {
    width: 95%; }
  .entry-container .entry-input_note {
    width: 95%; } }

@media (max-width: 769px) {
  .login-modal-height {
    max-height: 73vh !important; } }

.everbloom-content-pc {
  padding-top: 2em !important;
  margin-bottom: -1.5em !important; }
  .everbloom-content-pc .no-atag-red {
    text-decoration: underline;
    color: #000 !important; }

.everbloom-content-sp {
  width: 100%; }
  .everbloom-content-sp .no-atag-red {
    text-decoration: underline;
    color: #000 !important; }
  @media (max-width: 320px) {
    .everbloom-content-sp {
      font-size: 12px !important; } }

.none-historyandexpirationdate {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal; }

@media (max-width: 769px) {
  .entry-mypage_customer_information_wrapper .entry-mypage_myrage-wrapper {
    margin: 30px 20px; } }

.point-unit-content {
  white-space: nowrap; }

/* mypage favorite */
@media (max-width: 750px) {
  .entry-container--mypage-body .collection-block .product-tile-outer {
    padding-right: unset;
    padding-left: unset; } }

@media (max-width: 450px) {
  .entry-container--mypage-body .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 7vw; } }

@media (max-width: 320px) {
  .entry-container--mypage-body .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 6.5vw; } }

@media (max-width: 320px) {
  .entry-container--mypage-body .wishlist-container .collection-block .product-tile .product-pricing {
    padding: 0 2.93333vw 4vw 6.13333vw; } }

.creditcard-update-notice .content-asset {
  width: 100% !important;
  padding-right: 0px !important; }

.for-creditcard-validation input:-ms-input-placeholder {
  color: #bbb; }

.for-creditcard-validation input::placeholder {
  color: #bbb; }

.order-detail-summary .order-payment-instruments,
.order-detail-summary .order-shipment-address {
  border: none; }
  @media (min-width: 769px) {
    .order-detail-summary .order-payment-instruments .label,
    .order-detail-summary .order-shipment-address .label {
      line-height: normal;
      letter-spacing: normal;
      margin-bottom: 12px; } }

.order-confirmation-details .orderdetails .product-gift-message-container {
  border-top: 1px solid black;
  font-family: ReaderMedium,Arial,sans-serif;
  margin-top: 56px; }
  @media (min-width: 769px) {
    .order-confirmation-details .orderdetails .product-gift-message-container {
      margin-top: 4vw;
      padding: 2.4vw 1vw;
      font-size: 18px;
      line-height: 1.33;
      letter-spacing: .3px; } }
  @media (max-width: 768px) {
    .order-confirmation-details .orderdetails .product-gift-message-container {
      margin-top: 7.5vw;
      padding: 4.4vw 2vw 1vw;
      font-size: calc(0.2013rem + 2.77056vw);
      line-height: 1;
      letter-spacing: .4px; } }

.order-confirmation-details .sample-container {
  border-bottom: none; }
  @media (min-width: 769px) {
    .order-confirmation-details .sample-container {
      padding: 2.4vw 1vw 0; } }

.pt_cart .cart-right-column .cart-coupon-code input {
  min-width: 5rem;
  max-width: none; }

.pt_cart .cart-right-column .cart-coupon-code .coupon-cta button {
  margin-left: 20px; }

.pt_cart .cart-right-column .order-estimation-details {
  border-bottom: solid #666;
  border-width: 1px 0; }

.pt_cart .product-gift-icon-area-cart {
  visibility: visible;
  font-size: 1.375rem; }
  @media (min-width: 769px) {
    .pt_cart .product-gift-icon-area-cart {
      font-size: 1rem;
      margin: -1em 0 0.3em; } }
  @media (max-width: 750px) {
    .pt_cart .product-gift-icon-area-cart {
      font-size: calc(0.20118rem + 2.50416vw);
      margin: -0.5em 0 0.3em; } }
  .pt_cart .product-gift-icon-area-cart i.icon {
    vertical-align: middle;
    margin-right: 5px; }

@media (max-width: 768.98px) {
  .pt_cart .product-gift-container {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 2vw 10px 1vw; } }

@media (min-width: 769px) {
  .pt_cart .product-gift-container {
    padding: 10px 0 60px; } }

.pt_cart .product-gift-container .form-row.label-middle label {
  color: #000;
  line-height: normal;
  letter-spacing: normal;
  padding-left: 0; }
  @media (min-width: 769px) {
    .pt_cart .product-gift-container .form-row.label-middle label {
      width: 85%;
      font-size: 18px; } }
  @media (max-width: 768px) {
    .pt_cart .product-gift-container .form-row.label-middle label {
      width: 90%;
      font-size: calc(0.2013rem + 2.57056vw); } }

.pt_cart .product-gift-container .isproductgiftwrap {
  top: 0; }
  @media (max-width: 768px) {
    .pt_cart .product-gift-container .isproductgiftwrap {
      font-size: calc(0.2013rem + 2.77056vw); } }

.pt_cart .product-gift-container .product-gift-image {
  margin: 10px 0 20px; }

.pt_cart .product-gift-container .product-gift-notice {
  font-size: 0.8em; }

.cart-content .skin-check-warning {
  font-size: 14px;
  color: red;
  display: inline-block;
  padding-top: 0.5vw;
  padding-bottom: 10px; }
  @media (max-width: 750px) {
    .cart-content .skin-check-warning {
      font-size: calc(0.20105rem + 2.23776vw);
      padding-top: 2.5vw; } }

@media (min-width: 769px) {
  .cart-content .kit-skin-check-warning {
    padding-left: 5px; } }

.cart-content .cart-link {
  margin-top: 0; }

.cart-content .cart-link .item-edit-details a:after {
  content: none; }

.cart-content .cart-left-column .item-details {
  max-width: 48%;
  -ms-flex: 0 0 33%;
  flex: 0 0 48%; }

.cart-content .cart-left-column .kitset-item {
  /* reset */
  /* kitset-item flex system */
  /* 1024px ~ */
  /* 769px ~ 1024px */
  /* ~ 768px */
  /* base font-size */
  font-size: 1rem;
  /* kit/set gift wrapping message */ }
  .cart-content .cart-left-column .kitset-item .product-list-item {
    display: block;
    width: auto; }
    .cart-content .cart-left-column .kitset-item .product-list-item .line-item:first-child {
      font-size: 24px; }
      @media (max-width: 768px) {
        .cart-content .cart-left-column .kitset-item .product-list-item .line-item:first-child {
          font-size: 17px; } }
  .cart-content .cart-left-column .kitset-item .item-details {
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .cart-content .cart-left-column .kitset-item .quantity-column {
    text-overflow: ellipsis;
    max-width: 9%;
    -ms-flex: 0 0 9%;
    flex: 0 0 9%; }
  .cart-content .cart-left-column .kitset-item .price-column {
    max-width: 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%; }
  .cart-content .cart-left-column .kitset-item .user-action-remove {
    max-width: 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%; }
  @media (max-width: 1024px) {
    .cart-content .cart-left-column .kitset-item .item-details {
      max-width: 56%;
      -ms-flex: 0 0 56%;
      flex: 0 0 56%; }
    .cart-content .cart-left-column .kitset-item .quantity-column {
      text-overflow: ellipsis;
      max-width: 12%;
      -ms-flex: 0 0 12%;
      flex: 0 0 12%; }
    .cart-content .cart-left-column .kitset-item .price-column {
      max-width: 24%;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%; }
    .cart-content .cart-left-column .kitset-item .user-action-remove {
      max-width: 8%;
      -ms-flex: 0 0 8%;
      flex: 0 0 8%; } }
  @media (max-width: 768px) {
    .cart-content .cart-left-column .kitset-item .item-details {
      max-width: 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%; }
    .cart-content .cart-left-column .kitset-item .quantity-column {
      text-overflow: ellipsis;
      max-width: 9%;
      -ms-flex: 0 0 9%;
      flex: 0 0 9%; }
    .cart-content .cart-left-column .kitset-item .price-column {
      max-width: 23%;
      -ms-flex: 0 0 23%;
      flex: 0 0 23%; }
    .cart-content .cart-left-column .kitset-item .user-action-remove {
      max-width: 5%;
      -ms-flex: 0 0 5%;
      flex: 0 0 5%; } }
  @media (max-width: 768px) {
    .cart-content .cart-left-column .kitset-item {
      font-size: 1.375rem; } }
  @media (max-width: 750px) {
    .cart-content .cart-left-column .kitset-item {
      font-size: calc(0.20118rem + 2.50416vw); } }
  .cart-content .cart-left-column .kitset-item .kit-gift {
    margin-bottom: 0.5vw; }
    @media (min-width: 769px) {
      .cart-content .cart-left-column .kitset-item .kit-gift {
        margin-left: 5px; } }
    .cart-content .cart-left-column .kitset-item .kit-gift i.icon {
      vertical-align: middle;
      margin-right: 5px; }
  .cart-content .cart-left-column .kitset-item .kitset-child-item {
    margin-left: 30px; }
    @media (min-width: 769px) {
      .cart-content .cart-left-column .kitset-item .kitset-child-item {
        padding-left: 6rem; } }
  .cart-content .cart-left-column .kitset-item .kitset-child-item .item-details {
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .cart-content .cart-left-column .kitset-item .kitset-content-title {
    margin-left: 30px; }
    .cart-content .cart-left-column .kitset-item .kitset-content-title .kit-item-edit-details {
      display: inline-block;
      width: 2.45em; }
      .cart-content .cart-left-column .kitset-item .kitset-content-title .kit-item-edit-details a {
        color: #c8102e; }

@media (max-width: 769px) {
  .cart-content .price-column {
    max-width: 23%;
    -ms-flex: 0 0 20%;
    flex: 0 0 23%; } }

@media (max-width: 320px) {
  .cart-content .price-column {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

.cart-content .badge-product {
  font-family: 'ReaderRegular', Arial, sans-serif;
  color: #666666;
  text-transform: none;
  padding-bottom: 10px; }
  @media (min-width: 750px) {
    .cart-content .badge-product {
      font-size: 1rem;
      padding-left: 5px; } }
  @media (max-width: 750px) {
    .cart-content .badge-product {
      font-size: calc(0.20118rem + 2.50416vw);
      padding-left: 0px; } }

.cart-content .item-flexblock {
  -ms-flex: 0 0 65%;
      flex: 0 0 65%; }

.cart-content .item-flexwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 769px) {
    .cart-content .item-flexwrap > div:nth-of-type(n + 2) {
      padding-left: 10px; }
    .cart-content .item-flexwrap > div:not(:last-of-type) {
      padding-right: 10px; }
    .cart-content .item-flexwrap .price-column {
      max-width: 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
      text-align: center; } }

.cart-content .item-total {
  text-align: right; }

.cart-content .price-total span {
  white-space: nowrap; }

.cart-content .cart-title {
  font-size: 3.5rem; }
  @media (max-width: 750px) {
    .cart-content .cart-title {
      font-size: calc(0.786rem + 4.98987vw); } }

.cart-content .cart-top {
  padding: 3.4vw 0px;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .cart-content .cart-top {
      padding: 3.5vw 0px;
      padding-bottom: 3.2vw; } }
  @media (max-width: 768px) {
    .cart-content .cart-top {
      padding-top: 0.4vw;
      padding-bottom: 3vw; } }
  @media (max-width: 414px) {
    .cart-content .cart-top {
      padding-top: 0.2vw;
      padding-bottom: 2.5vw; } }
  @media (max-width: 375px) {
    .cart-content .cart-top {
      padding-top: 0px;
      padding-bottom: 2.5vw; } }
  @media (max-width: 360px) {
    .cart-content .cart-top {
      padding-bottom: 1.8vw; } }

.cart-content .cart-item-qty {
  margin-top: 0;
  max-width: 100%; }

.cart-content .cart-quantity {
  padding-bottom: 0.1vw; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .cart-content .cart-quantity {
      padding-bottom: 0.4vw; } }
  @media (max-width: 769px) {
    .cart-content .cart-quantity {
      padding-bottom: 2.5vw;
      border-bottom: 1.07vw solid #000; } }
  @media (max-width: 375px) {
    .cart-content .cart-quantity {
      padding-bottom: 2vw;
      border-bottom: 1.07vw solid #000; } }

@media (min-width: 769px) {
  .cart-content .cart-left-column {
    padding-top: 0;
    margin-left: 6%; } }

.cart-right-column {
  margin-top: 1em; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .cart-right-column {
      margin-top: 1em; } }

@media (min-width: 769px) {
  .cart-content div.product-availability-list {
    margin-left: 10px; } }

.session-error-page {
  padding-top: 5vw;
  font-size: 1.1rem;
  height: 28.55rem; }
  @media (max-width: 768px) {
    .session-error-page {
      height: 10rem;
      font-size: 0.9rem; } }

.product-gift-wrapping-cart {
  visibility: hidden; }

.cart-content .cart-preorder {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 769px) {
  .cart-content .cart-preorder {
    padding-bottom: 2.23em;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 6.25%; } }

@media (max-width: 768.98px) {
  .cart-content .cart-preorder {
    padding-bottom: 1.67em;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 768.98px) {
  .cart-content div.quantity-column {
    max-width: 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    padding: 0; } }

@media (min-width: 769px) {
  .cart-content div.quantity-column {
    max-width: 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; } }

@media (max-width: 769px) {
  .pt_checkout div[role='main'] > .row {
    margin: 0; } }

@media (max-width: 769px) {
  .pt_checkout .summary {
    padding-right: 20px;
    padding-left: 20px; } }

.pt_checkout .checkout-step {
  padding-bottom: 2.5em; }

.pt_checkout .primary-content {
  max-width: 100%; }

.pt_checkout .payment-method {
  clear: both;
  display: none; }

.pt_checkout .payment-method-expanded {
  display: block; }

.pt_checkout fieldset {
  margin-bottom: 2em; }

.pt_checkout .checkout-right-column .cart-coupon-code input {
  min-width: 5rem;
  max-width: none; }

.pt_checkout .checkout-right-column .cart-coupon-code .coupon-cta button {
  margin-left: 20px; }

.pt_checkout .error-form {
  margin-bottom: 2rem; }
  .pt_checkout .error-form.alert-payment-method {
    margin-bottom: 0; }

.pt_checkout .payment-display-none {
  display: none; }

.pt_checkout .coupon-status {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-right: 2em;
  padding: 3px 5px; }
  @media (max-width: 480px) {
    .pt_checkout .coupon-status {
      margin-right: 1em; } }
  .pt_checkout .coupon-status.coupon-status-notapplied {
    border-color: #c8102e;
    color: #c8102e; }

.pt_order-confirmation .order-detail-summary {
  padding-top: 7.86vw; }

.showing_modal {
  position: fixed;
  overflow: hidden; }

.showing_modal {
  position: fixed;
  overflow: hidden; }

.confirmation {
  -ms-flex-align: inherit;
      align-items: inherit; }

@media (min-width: 769px) {
  .confirmation-thank-you-slot h1 {
    font-size: 2.5rem; } }

.order-summary-footer .place-order-rakutenid {
  border: none;
  float: right;
  padding: 2.5em 0; }
  @media (max-width: 769px) {
    .order-summary-footer .place-order-rakutenid {
      width: 100%; } }

.creditcard-tile:after {
  clear: both;
  content: '';
  display: block; }

.creditcard-tile span {
  float: left; }

.creditcard-tile .payment-block {
  float: left;
  margin: 7px;
  clear: both; }

.creditcard-tile .cc-details {
  padding-top: 8px;
  padding-left: 15px; }

.creditcard-tile .cc-number {
  position: relative; }
  .creditcard-tile .cc-number:before {
    background: url("../images/credit-card-icons.png") no-repeat top left;
    border: 1px solid #cccccc;
    content: '';
    display: none;
    overflow: hidden;
    width: 72px;
    height: 45px; }
  .creditcard-tile .cc-number.is_mastercard:before {
    display: block; }
  .creditcard-tile .cc-number.is_visa:before {
    display: block;
    background-position-x: -70px; }
  .creditcard-tile .cc-number.is_discover:before {
    display: block;
    background-position-x: -140px; }
  .creditcard-tile .cc-number.is_amex:before {
    display: block;
    background-position-x: -210px; }
  .creditcard-tile .cc-number.is_unionpay:before {
    display: block;
    background-position-x: -280px; }
  .creditcard-tile .cc-number.form-row:before {
    position: absolute;
    right: 0px;
    bottom: 12px; }
  .creditcard-tile .cc-number.is_jcb:before {
    background: url("../images/icon_jcb.png") no-repeat center;
    content: '';
    display: block;
    overflow: hidden;
    width: 70px;
    height: 45px; }
  .creditcard-tile .cc-number.is_diners:before {
    background: url("../images/icon_diners_club_international.png") no-repeat center;
    content: '';
    display: block;
    overflow: hidden;
    width: 70px;
    height: 45px; }

.creditcard-tile .cc-owner .owner-unregistered {
  color: indianred;
  float: none; }

.pt_checkout .page-title {
  font-size: 3.5rem; }
  @media (max-width: 750px) {
    .pt_checkout .page-title {
      font-size: calc(0.786rem + 4.98987vw); } }

.entry-container .entry-formgroup_postcode-buttons > .entry-formgroup_button {
  font-size: 14px; }

.checkout-right-column div.cart-coupon-code .value {
  max-width: none; }

.primary-content .forAddress {
  padding: unset;
  margin: unset; }

.placeholder-style:-ms-input-placeholder {
  color: #bbb; }

.placeholder-style::placeholder {
  color: #bbb; }

.placeholder-style::-moz-placeholder {
  color: #bbb; }

.placeholder-style::-ms-placeholder {
  color: #bbb; }

.placeholder-style::-webkit-placeholder {
  color: #bbb; }

.placeholder-style::-ms-input-placeholder {
  color: #bbb;
  opacity: 1; }

@media (max-width: 769px) {
  .placeholder-style:-ms-input-placeholder {
    padding-top: 1px; }
  .placeholder-style::placeholder {
    padding-top: 1px; }
  .placeholder-style::-webkit-placeholder {
    padding-top: 1px; }
  .form-row input[type='text'] {
    padding-left: 2vw;
    font-size: calc(0.20105rem + 2.23776vw);
    line-height: 1.1; }
  .form-row input[type='password'] {
    padding-left: 2vw; } }

.mini-cart-reservation {
  color: black;
  padding-bottom: 1vh; }
  @media (min-width: 750px) {
    .mini-cart-reservation {
      font-size: 16px; } }
  @media (max-width: 750px) {
    .mini-cart-reservation {
      font-size: calc(0.20118rem + 2.50416vw); } }

.order-confirmation-details .checkout-column-left .kitset-item .item-details {
  max-width: 65.8%;
  -ms-flex: 0 0 72.8%;
  flex: 0 0 72.8%; }
  @media (min-width: 769px) {
    .order-confirmation-details .checkout-column-left .kitset-item .item-details {
      max-width: 60%;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%; } }

@media (min-width: 769px) {
  .order-confirmation-details .checkout-column-left .kitset-item .line-item:first-child {
    font-size: 24px; } }

@media (max-width: 768px) {
  .order-confirmation-details .checkout-column-left .kitset-item .line-item:first-child {
    font-size: 17px; } }

.order-confirmation-details .checkout-column-left .kitset-item .kit-gift {
  display: none; }

.order-confirmation-details .checkout-column-left .kitset-item .price-column {
  text-align: right; }
  @media (min-width: 769px) {
    .order-confirmation-details .checkout-column-left .kitset-item .price-column {
      width: 25%; } }

.order-confirmation-details .checkout-column-left .kitset-item .kitset-child-item {
  margin-left: 30px; }
  @media (min-width: 769px) {
    .order-confirmation-details .checkout-column-left .kitset-item .kitset-child-item {
      margin-bottom: 3.75vw; } }
  @media (max-width: 768.98px) {
    .order-confirmation-details .checkout-column-left .kitset-item .kitset-child-item {
      margin-bottom: 10.6vw; } }
  .order-confirmation-details .checkout-column-left .kitset-item .kitset-child-item .product-availability-list {
    margin-bottom: 0.5em;
    padding-left: 0; }
  .order-confirmation-details .checkout-column-left .kitset-item .kitset-child-item .item-details {
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
    .order-confirmation-details .checkout-column-left .kitset-item .kitset-child-item .item-details .product-list-item .name .line-item {
      font-weight: bold !important; }

.order-confirmation-details .checkout-column-left .kitset-item .item-edit-details {
  display: none; }

.order-confirmation-details .kitset-content-title {
  margin-left: 30px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.order-confirmation-details .orderdetails .checkout-column-left .ordered-items .cart-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-item .quantity-column {
    max-width: 12%;
    -ms-flex: 0 0 12%;
        flex: 0 0 12%; }
    @media (min-width: 769px) {
      .order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-item .quantity-column {
        text-align: right; } }
  .order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-item .item-details .product-list-item .name {
    margin-bottom: 1.7em; }
    .order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-item .item-details .product-list-item .name .line-item {
      font-weight: bold !important; }

.order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-child-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 769px) {
    .order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-child-item {
      padding-left: 6rem; } }
  .order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-child-item .item-image {
    max-width: 31.8%;
    -ms-flex: 0 0 31.8%;
    flex: 0 0 31.8%;
    text-align: center;
    padding: 0; }
    @media (min-width: 769px) {
      .order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-child-item .item-image {
        max-width: 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    .order-confirmation-details .orderdetails .checkout-column-left .ordered-items .kitset-child-item .item-image img {
      border-style: none;
      vertical-align: top;
      max-width: 100%; }

.no-link-tel-number-order [href*='tel:'] {
  pointer-events: none;
  vertical-align: middle; }

.link-tel-number-order [href*='tel:'] {
  font-size: calc(12.6px + 5.4 * ((100vw - 320px) / 430)) !important;
  pointer-events: auto; }

@media screen and (max-width: 768.9px) {
  .no-link-tel-number-order [href*='tel:'] {
    font-size: calc(12.6px + 5.4 * ((100vw - 320px) / 430)) !important; } }

.product-image-container .productthumbnail {
  cursor: auto !important; }

@media (min-width: 769px) {
  .product-info .release-date {
    margin-top: 20px; } }

.product-detail .product-gift-wrapping {
  font-size: 1.75rem; }
  @media (min-width: 769px) {
    .product-detail .product-gift-wrapping {
      font-size: 18px;
      margin-top: calc(20px - (14px * 0.4) / 2); } }
  @media (max-width: 768px) {
    .product-detail .product-gift-wrapping {
      font-size: calc(0.20155rem + 3.30336vw);
      margin-top: calc(20 / 375 * 100vw - 11 / 375 * 100vw * 0.5 / 2); } }
  .product-detail .product-gift-wrapping i.icon {
    vertical-align: middle;
    margin-right: 5px; }

.pdp-text-block .pre-text,
.pdp-text-block .callout.alert {
  margin-bottom: 5px;
  font-size: 14px;
  padding-top: 5px; }

.product-variations .swatches:not(.size) .selectable,
.product-variations .swatches:not(.size) .unselectable {
  border: none !important; }
  @media (max-width: 768px) {
    .product-variations .swatches:not(.size) .selectable,
    .product-variations .swatches:not(.size) .unselectable {
      width: 7.2vw;
      margin: 0 5% 3% 0; } }
  @media (max-width: 360px) {
    .product-variations .swatches:not(.size) .selectable,
    .product-variations .swatches:not(.size) .unselectable {
      width: 7vw;
      margin: 0 5% 3% 0; } }
  @media (max-width: 769px) and (min-width: 769px) {
    .product-variations .swatches:not(.size) .selectable:nth-child(7n),
    .product-variations .swatches:not(.size) .unselectable:nth-child(7n) {
      margin-right: 5.1%; } }
  @media (max-width: 377px) {
    .product-variations .swatches:not(.size) .selectable:nth-child(7n),
    .product-variations .swatches:not(.size) .unselectable:nth-child(7n) {
      margin-right: 5%; } }

@media (max-width: 768px) {
  .product-variations .swatches.color .selectable {
    margin-bottom: 3%; } }

@media (max-width: 768px) {
  .quickview-modal #pdp-swatches:not(.size) .selectable,
  .quickview-modal #pdp-swatches:not(.size) .unselectable {
    width: 7.5vw; } }

@media screen and (min-width: 769px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 0) {
  .quickview-modal .sb-scrollbar-container {
    top: 2vw;
    bottom: 7.5vw;
    right: 15px;
    max-height: calc(64vh - 160px); } }

@media (min-width: 1350px) and (min-height: 831px) {
  .quickview-modal .pdp-main {
    max-height: 47vh; } }
  @media screen and (min-width: 1350px) and (min-height: 831px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 49vh; } }

@media (min-width: 1350px) and (max-height: 830px) {
  .quickview-modal .pdp-main {
    max-height: 46vh; } }
  @media screen and (min-width: 1350px) and (max-height: 830px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 48vh; } }

@media (min-width: 1350px) and (max-height: 800px) {
  .quickview-modal .pdp-main {
    max-height: 43vh; } }
  @media screen and (min-width: 1350px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 45vh; } }

@media (min-width: 1350px) and (max-height: 700px) {
  .quickview-modal .pdp-main {
    max-height: 40vh; } }
  @media screen and (min-width: 1350px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 42vh; } }

@media (min-width: 1350px) and (max-height: 600px) {
  .quickview-modal .pdp-main {
    max-height: 34vh; } }
  @media screen and (min-width: 1350px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 36vh; } }

@media (min-width: 1350px) and (max-height: 493px) {
  .quickview-modal .pdp-main {
    max-height: 26vh; } }
  @media screen and (min-width: 1350px) and (max-height: 493px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 28vh; } }

@media (min-width: 1350px) and (max-height: 389px) {
  .quickview-modal .pdp-main {
    max-height: 17vh; } }
  @media screen and (min-width: 1350px) and (max-height: 389px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 19vh; } }

@media (min-width: 1350px) and (max-height: 318px) {
  .quickview-modal .pdp-main {
    max-height: 6vh; } }
  @media screen and (min-width: 1350px) and (max-height: 318px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 8vh; } }

@media (min-width: 1350px) and (max-height: 259px) {
  .quickview-modal .pdp-main {
    max-height: 1px; } }

@media (min-width: 1350px) and (max-height: 230px) {
  .quickview-modal .pdp-main {
    height: 0px; } }

@media (max-width: 1349px) and (min-height: 801px) {
  .quickview-modal .pdp-main {
    max-height: 46vh; } }
  @media screen and (max-width: 1349px) and (min-height: 801px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 48vh; } }

@media (max-width: 1349px) and (max-height: 800px) {
  .quickview-modal .pdp-main {
    max-height: 43vh; } }
  @media screen and (max-width: 1349px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 45vh; } }

@media (max-width: 1349px) and (max-height: 700px) {
  .quickview-modal .pdp-main {
    max-height: 38vh; } }
  @media screen and (max-width: 1349px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 40vh; } }

@media (max-width: 1349px) and (max-height: 600px) {
  .quickview-modal .pdp-main {
    max-height: 34vh; } }
  @media screen and (max-width: 1349px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 36vh; } }

@media (max-width: 1349px) and (max-height: 493px) {
  .quickview-modal .pdp-main {
    max-height: 26vh; } }
  @media screen and (max-width: 1349px) and (max-height: 493px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 28vh; } }

@media (max-width: 1349px) and (max-height: 389px) {
  .quickview-modal .pdp-main {
    max-height: 17vh; } }
  @media screen and (max-width: 1349px) and (max-height: 389px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 19vh; } }

@media (max-width: 1349px) and (max-height: 318px) {
  .quickview-modal .pdp-main {
    max-height: 6vh; } }
  @media screen and (max-width: 1349px) and (max-height: 318px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 8vh; } }

@media (max-width: 1349px) and (max-height: 259px) {
  .quickview-modal .pdp-main {
    max-height: 1px; } }

@media (max-width: 1349px) and (max-height: 230px) {
  .quickview-modal .pdp-main {
    height: 1vh; } }

@media (max-width: 1200px) and (min-height: 831px) {
  .quickview-modal .pdp-main {
    max-height: 38vh; } }
  @media screen and (max-width: 1200px) and (min-height: 831px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 40vh; } }

@media (max-width: 1200px) and (max-height: 830px) {
  .quickview-modal .pdp-main {
    max-height: 37vh; } }
  @media screen and (max-width: 1200px) and (max-height: 830px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 39vh; } }

@media (max-width: 1200px) and (max-height: 800px) {
  .quickview-modal .pdp-main {
    max-height: 34vh; } }
  @media screen and (max-width: 1200px) and (max-height: 800px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 36vh; } }

@media (max-width: 1200px) and (max-height: 700px) {
  .quickview-modal .pdp-main {
    max-height: 30vh; } }
  @media screen and (max-width: 1200px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 32vh; } }

@media (max-width: 1200px) and (max-height: 600px) {
  .quickview-modal .pdp-main {
    max-height: 20vh; } }
  @media screen and (max-width: 1200px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 22vh; } }

@media (max-width: 1200px) and (max-height: 493px) {
  .quickview-modal .pdp-main {
    max-height: 8vh; } }
  @media screen and (max-width: 1200px) and (max-height: 493px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 10vh; } }

@media (max-width: 1200px) and (max-height: 389px) {
  .quickview-modal .pdp-main {
    max-height: 3vh; } }
  @media screen and (max-width: 1200px) and (max-height: 389px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 5vh; } }

@media (max-width: 1200px) and (max-height: 362px) {
  .quickview-modal .pdp-main {
    max-height: 1vh; } }

@media (max-width: 950px) and (min-height: 810px) {
  .quickview-modal .pdp-main {
    max-height: 38vh; } }
  @media screen and (max-width: 950px) and (min-height: 810px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 40vh; } }

@media (max-width: 950px) and (max-height: 700px) {
  .quickview-modal .pdp-main {
    max-height: 29vh; } }
  @media screen and (max-width: 950px) and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 31vh; } }

@media (max-width: 950px) and (max-height: 620px) {
  .quickview-modal .pdp-main {
    max-height: 23vh; } }
  @media screen and (max-width: 950px) and (max-height: 620px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 25vh; } }

@media (max-width: 950px) and (max-height: 530px) {
  .quickview-modal .pdp-main {
    max-height: 18vh; } }
  @media screen and (max-width: 950px) and (max-height: 530px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 20vh; } }

@media (max-width: 950px) and (max-height: 470px) {
  .quickview-modal .pdp-main {
    max-height: 3vh; } }
  @media screen and (max-width: 950px) and (max-height: 470px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .pdp-main {
      max-height: 5vh; } }

@media (max-width: 950px) and (max-height: 359px) {
  .quickview-modal .pdp-main {
    max-height: 1vh; } }

@media (max-width: 768px) {
  .quickview-modal .pdp-main {
    max-height: none; } }

@media (max-width: 768px) {
  .quickview-modal #pdp-swatches:not(.size) .selectable:nth-child(7n),
  .quickview-modal #pdp-swatches:not(.size) .unselectable:nth-child(7n) {
    margin-right: 4vw; } }

@media (max-width: 768px) {
  .quickview-modal .add-to-cart-wrapper {
    margin: 0 -51%; } }
  @media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
    .quickview-modal .add-to-cart-wrapper {
      margin: 0 -10px; } }

@media (min-width: 769px) {
  .quickview-modal .product-details-wrapper {
    max-width: 49%; } }

@media (max-width: 812px) and (min-width: 535px) {
  .quickview-modal .product-details-wrapper .product-attention {
    margin-bottom: 8rem !important; } }

@media (max-width: 534px) and (min-height: 330px) {
  .quickview-modal .product-details-wrapper {
    margin-bottom: 3rem !important; } }

.modal-body {
  /* モバイル用 */
  /* デスクトップ用 */ }
  @media (min-width: 769px) and (max-width: 1200px) {
    .modal-body .sb-scrollbar-container {
      top: 2vw;
      bottom: 7.5vw;
      right: 15px;
      max-height: calc(64vh - 160px); } }
  @media (min-width: 768.98px) {
    .modal-body .quick-view-badge.mobile-only {
      display: none; } }
  @media (max-width: 768.98px) {
    .modal-body .quick-view-badge.mobile-only {
      width: calc(100% - 6.3vw);
      margin-left: 6.3vw; } }
  .modal-body .quick-view-badge.mobile-only .badge-product {
    width: auto;
    display: inline-block;
    color: #888; }
    @media (max-width: 768.98px) {
      .modal-body .quick-view-badge.mobile-only .badge-product {
        font-size: 1.25rem; } }
    @media (max-width: 750px) {
      .modal-body .quick-view-badge.mobile-only .badge-product {
        font-size: calc(0.20105rem + 2.23776vw); } }
  .modal-body .product-image-container .product-actions {
    margin-left: -15px; }
    @media (max-width: 768.98px) {
      .modal-body .product-image-container .product-actions {
        display: none; } }
  @media (min-width: 769px) {
    .modal-body .pdp-product-thumbnail-slider {
      top: 25%; } }

.stock-notification {
  margin-top: 10px; }
  .stock-notification .stock-notification-email {
    color: #000;
    text-decoration: underline; }
  .stock-notification .remove-from-stock-notification {
    color: #000;
    text-decoration: underline; }

.youcam-secondary {
  margin-top: calc(20px - (16px * 0.2) / 2);
  margin-bottom: calc((16px * 0.2) / 2 * -1);
  padding: 10px 56.5px;
  width: 100%;
  font-size: 14px;
  height: 50px;
  background-color: #fff;
  color: #262626;
  border: 1px solid #262626; }
  .youcam-secondary .tryon-text {
    vertical-align: super; }

.youcam-secondary:hover {
  color: #c8102e;
  border: 1px solid #c8102e; }

.icon-camera:before {
  font-family: 'icoinside-front';
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: '\e975'; }

.icon-x:before {
  font-family: 'icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: url("../img/logo-x.png"); }

.product-tile-inner.transactional .product-swatches-wrapper {
  height: inherit; }
  .product-tile-inner.transactional .product-swatches-wrapper img {
    width: 28px;
    height: 28px; }

.product-tile-inner .product-tile a.buy-button {
  pointer-events: auto; }

.product-tile-inner .product-tile .product-pricing:hover {
  color: inherit; }

@media (max-width: 768px) {
  .plp-content-wrapper .clear-all-container {
    padding-bottom: 2.27vw; } }

.product-tile .swatch {
  border: none; }
  .product-tile .swatch.unselectable::after {
    top: -20%;
    z-index: 1;
    left: -100%;
    width: 175%;
    content: '';
    position: absolute;
    border-top: 2px #ffffff solid;
    transform: rotate(45deg) translate(50%, 50%); }

.product-tile .ui-selectmenu-button .ui-selectmenu-text:before {
  margin-left: 7px; }

.product-tile .tile-cta-warpper.size-available .quantity {
  width: 25%; }

.product-tile .tile-cta-warpper.size-available .product-swatches {
  width: 50%; }

.product-tile .tile-cta-warpper.size-available .add-to-cart {
  width: 25%; }

.product-tile .tile-cta-warpper.no-size-available .tile-outofstock-wrapper {
  color: #fff;
  font-family: ReaderMedium, Arial, sans-serif;
  display: inline-block;
  padding: 10px 0;
  font-size: 15px; }

.product-tile .product-brand-name-block .product-swatches-wrapper .product-swatches .product-swatches-all {
  position: inherit; }
  .product-tile .product-brand-name-block .product-swatches-wrapper .product-swatches .product-swatches-all.shades-label {
    margin-bottom: 0.5em; }

#product-tile-sp-error-message {
  display: none; }
  @media (min-width: 769px) {
    #product-tile-sp-error-message {
      display: none !important; } }
  @media (max-width: 768px) {
    #product-tile-sp-error-message {
      position: fixed;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      z-index: 1000;
      opacity: 0;
      bottom: 0;
      left: 0;
      transition: all 0.4s ease-in-out 0.05s;
      padding: 10px; }
      #product-tile-sp-error-message.show {
        opacity: 1;
        bottom: 10px; }
      #product-tile-sp-error-message .alert {
        background: #c8102e;
        font-family: ReaderMedium, Arial, sans-serif;
        color: #fff;
        text-align: center;
        padding: 10px; } }

.ui-selectmenu-menu.qv-select {
  z-index: 1007; }

.quickview-modal .product-attention,
.product-details-wrapper .product-attention {
  margin-bottom: 3rem; }

a.wishlist-icon.icon-heart:not(.hover):hover {
  opacity: 1; }
  a.wishlist-icon.icon-heart:not(.hover):hover:not(.wishlist-added) {
    color: #ccc; }

a.wishlist-icon.icon-heart.hover {
  color: #c8102e;
  opacity: 0.7; }

.clp-collection-select-inner .ui-selectmenu-button span.ui-selectmenu-text::after {
  top: 1vw; }
  @media (min-width: 769px) {
    .clp-collection-select-inner .ui-selectmenu-button span.ui-selectmenu-text::after {
      top: 0.5vw; } }
  @media (max-width: 576px) {
    .clp-collection-select-inner .ui-selectmenu-button span.ui-selectmenu-text::after {
      top: 1.3vw; } }

.breadcrumbs-wrap .breadcrumb .breadcrumb-element .heading-1,
.breadcrumbs-wrap .breadcrumb .breadcrumb-element h1 {
  text-transform: none; }

.toolbar-wrapper .ui-selectmenu-button .ui-selectmenu-text {
  max-width: 36vw; }

/*PLP画面で表示される通常商品*/
.search-result-content .search-result-items .product-tile .swatch {
  max-width: 100%;
  max-height: 100%;
  font-size: unset; }

.search-result-content .search-result-items .product-tile .swatch.unselectable::after {
  top: -20%;
  z-index: 1;
  left: -100%;
  width: 175%;
  content: '';
  position: absolute;
  border-top: 2px #fff solid;
  transform: rotate(45deg) translate(50%, 50%); }

.search-result-content .search-result-items .product-tile .swatch.selected:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
  bottom: 50%; }

.search-result-content .search-result-items #for_height_value:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

@media (min-width: 880px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 30px; } }

@media (max-width: 879px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 2.3vw; } }

@media (max-width: 768px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 5vw; } }

@media (max-width: 530px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 5.5vw; } }

@media (max-width: 480px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 6vw; } }

@media (max-width: 390px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 6.5vw; } }

@media (max-width: 370px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 6vw; } }

@media (max-width: 320px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 5.5vw; } }

@media (max-width: 290px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 5vw; } }

@media (max-width: 280px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 4.5vw; } }

@media (max-width: 280px) {
  .search-result-content .search-result-items .product-tile .product-swatches-wrapper li {
    height: 4.5vw; } }

@media (max-width: 910px) and (min-width: 768px) {
  .search-result-content .search-result-items .product-tile button.slick-arrow {
    top: 10px; } }

@media (max-width: 370px) {
  .search-result-content .search-result-items .product-tile button.slick-arrow {
    top: 10px; } }

@media (max-width: 320px) {
  .search-result-content .search-result-items .product-tile button.slick-arrow {
    top: 8px; } }

@media (max-width: 270px) {
  .search-result-content .search-result-items .product-tile button.slick-arrow {
    top: 7px; } }

/*PLP画面で表示されるお気に入り*/
.recommendation-container .product-tile .swatch {
  max-width: 100%;
  max-height: 100%;
  font-size: unset; }

.recommendation-container .product-tile .swatch.unselectable::after {
  top: -20%;
  z-index: 1;
  left: -100%;
  width: 175%;
  content: '';
  position: absolute;
  border-top: 2px #fff solid;
  transform: rotate(45deg) translate(50%, 50%); }

.recommendation-container .product-tile .swatch.selected:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
  bottom: 50%; }

.recommendation-container #for_height_value:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

@media (max-width: 768px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 5vw; } }

@media (max-width: 530px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 5.5vw; } }

@media (max-width: 480px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 6vw; } }

@media (max-width: 390px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 6.5vw; } }

@media (max-width: 370px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 6vw; } }

@media (max-width: 320px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 5.5vw; } }

@media (max-width: 290px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 5vw; } }

@media (max-width: 280px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 4.5vw; } }

@media (max-width: 280px) {
  .recommendation-container .product-tile .product-swatches-wrapper li {
    height: 4.5vw; } }

@media (max-width: 370px) {
  .recommendation-container .product-tile button.slick-arrow {
    top: 10px; } }

@media (max-width: 320px) {
  .recommendation-container .product-tile button.slick-arrow {
    top: 8px; } }

@media (max-width: 270px) {
  .recommendation-container .product-tile button.slick-arrow {
    top: 7px; } }

/*CLP画面で表示色玉*/
.collection-block .product-tile .swatch {
  max-width: 100%;
  max-height: 100%;
  font-size: unset; }

.collection-block .product-tile .swatch.unselectable::after {
  top: -20%;
  z-index: 1;
  left: -100%;
  width: 175%;
  content: '';
  position: absolute;
  border-top: 2px #fff solid;
  transform: rotate(45deg) translate(50%, 50%); }

.collection-block .product-tile .swatch.selected:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
  bottom: 50%; }

.collection-block #for_height_value:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

@media (min-width: 880px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 2.5vw; } }

@media (max-width: 879px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 2.3vw; } }

@media (max-width: 768px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 5vw; } }

@media (max-width: 530px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 5.5vw; } }

@media (max-width: 480px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 6vw; } }

@media (max-width: 390px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 6.5vw; } }

@media (max-width: 370px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 6vw; } }

@media (max-width: 320px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 5.5vw; } }

@media (max-width: 290px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 5vw; } }

@media (max-width: 280px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 4.5vw; } }

@media (max-width: 280px) {
  .collection-block .product-tile .product-swatches-wrapper li {
    height: 4.5vw; } }

@media (max-width: 910px) and (min-width: 768px) {
  .collection-block .product-tile button.slick-arrow {
    top: 10px; } }

@media (max-width: 370px) {
  .collection-block .product-tile button.slick-arrow {
    top: 10px; } }

@media (max-width: 320px) {
  .collection-block .product-tile button.slick-arrow {
    top: 8px; } }

@media (max-width: 270px) {
  .collection-block .product-tile button.slick-arrow {
    top: 7px; } }

/* PLP price */
@media (max-width: 455px) {
  .plp-content-wrapper .product-tile-outer .product-tile .product-pricing {
    padding: 0 1.93333vw 4vw 6.13333vw; } }

@media (max-width: 320px) {
  .plp-content-wrapper .product-tile-outer .product-tile .product-pricing {
    padding: 0 0 4vw 6.13333vw; } }

/* CLP price */
@media (max-width: 455px) {
  .clp-content-wrapper .product-tile-outer .product-tile .product-pricing {
    padding: 0 1.93333vw 4vw 6.13333vw; } }

@media (max-width: 320px) {
  .clp-content-wrapper .product-tile-outer .product-tile .product-pricing {
    padding: 0 0 4vw 6.13333vw; } }

#addressBookForm .entry-formgroup_addressname {
  width: 50%; }

#addressbook-ajax-loader {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 100000;
  position: fixed;
  display: none; }

#address-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  #address-list p {
    margin: 0; }
  #address-list .address-tile {
    border: 1px solid #ccc;
    padding: 14px 1rem;
    margin-top: 2rem; }
  #address-list .address-title {
    font-weight: bold;
    word-break: break-all; }
  #address-list .address-detail,
  #address-list .edit-address,
  #address-list .address-configs {
    font-size: smaller; }
  #address-list .edit-address {
    text-align: right; }
  #address-list .address-configs p {
    width: 100%;
    margin: 0;
    text-align: right; }
  #address-list .address-configs .entry-link:not(:last-child) {
    margin-right: 1rem; }
  #address-list .address-add {
    margin-top: 1rem; }
    #address-list .address-add .address-add-container {
      font-weight: bold; }
      #address-list .address-add .address-add-container a {
        color: #000; }
      #address-list .address-add .address-add-container .at-limit {
        color: #ccc; }
    #address-list .address-add .add-address-icon {
      width: 27px;
      height: 27px;
      margin-right: 5px;
      margin-top: -3px; }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        #address-list .address-add .add-address-icon {
          margin-top: -2px; } }
      @media (max-width: 768px) {
        #address-list .address-add .add-address-icon {
          margin-top: -5px; } }

.addressbook #address-list .address-tile.default {
  border: 4px solid #000; }

.checkout-shipping-content #address-list input.address-selection {
  display: none; }

.checkout-shipping-content #address-list input.address-selection:checked + .address-tile {
  border: 4px solid #000; }

#address-invalid {
  display: none; }

.checkout-shipping-alert {
  color: #c8102e; }

.delivery-date .preorder-message {
  color: #c8102e; }

@media (min-width: 577px) {
  #address-list .address-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #address-list .address-tile .address-title {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 15%; }
    #address-list .address-tile .address-detail {
      width: 70%; }
      #address-list .address-tile .address-detail p:not(:first-of-type) {
        margin-top: 0.5rem; }
    #address-list .address-tile .edit-address {
      width: 15%; }
    #address-list .address-tile .address-configs {
      width: 100%; }
      #address-list .address-tile .address-configs p {
        width: 100%; } }

@media (max-width: 576px) {
  #address-list .address-tile .edit-address,
  #address-list .address-tile .address-configs {
    display: inline-block; }
  #address-list .address-tile .address-configs {
    padding-left: 1rem; }
  #addressBookForm .entry-formgroup_submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    #addressBookForm .entry-formgroup_submit .entry-formgroup_button {
      min-width: auto;
      width: 50%; } }

@media (max-width: 768px) {
  .entry-container .entry-modal_container {
    padding-top: 120px;
    padding-bottom: 200px; } }

@media (min-width: 768px) {
  .entry-formgroup_postcode {
    width: 550px; } }
  @media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
    .entry-formgroup_postcode {
      width: unset; } }

@media (min-width: 768px) {
    .entry-formgroup_postcode .entry-formgroup_postcode-buttons #cmd_zipsearch {
      padding: 0 5px;
      font-size: 12px; } }
    @media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
      .entry-formgroup_postcode .entry-formgroup_postcode-buttons #cmd_zipsearch {
        padding: 0 15px;
        font-size: 14px; } }

@media (min-width: 768px) {
    .entry-formgroup_postcode .entry-formgroup_postcode-buttons #clearAddress {
      padding: 0 10px;
      font-size: 12px; } }
    @media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
      .entry-formgroup_postcode .entry-formgroup_postcode-buttons #clearAddress {
        padding: 0 15px;
        font-size: 14px; } }

.addess-create-middle {
  vertical-align: middle; }

.entry-point_stage-detail-possession-title_nowrap {
  white-space: nowrap; }

.entry-point_stage-detail-container .content-asset {
  padding-right: initial !important; }

.entry-container .entry-point_stage-detail-container {
  min-width: 100%; }

.entry-container .entry-point_stage-detail-possession-title {
  min-width: 50%; }

.entry-container .entry-point_stage-detail-possession-body {
  min-width: 30%; }

.entry-container .entry-point_stage-detail-column {
  width: 100%; }

@media (max-width: 352px) {
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-container {
    padding: 3vh 4vw; }
    .pt_account_full.pt_point .entry-container .entry-point_stage-detail-container .content-asset {
      font-size: 0.95em; }
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-possession {
    font-size: 0.92em; }
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-possession-body {
    font-size: 0.92em; } }

@media (min-width: 769px) {
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-possession-body strong {
    font-size: 1.2rem; }
  .pt_account_full.pt_point .entry-point_stage-detail-possession-body {
    font-size: 1.2rem; }
  .pt_account_full.pt_point .entry-point_stage-detail-possession-title .entry-point_stage-detail-possession-title_nowrap {
    font-size: 1rem; }
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-container .content-asset {
    font-size: 1rem; } }

@media (max-width: 1000px) {
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-possession {
    font-size: 0.92em;
    display: table;
    width: 100%; }
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-possession-body {
    text-align: left; } }

@media (max-width: 275px) {
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-possession {
    font-size: 0.7em; }
  .pt_account_full.pt_point .entry-container .entry-point_stage-detail-possession-body strong {
    font-size: 0.7em; } }

@media (max-width: 352px) {
  .pt_order.pt_account .entry-container .entry-point_stage-detail-container {
    padding: 3vh 4vw; }
    .pt_order.pt_account .entry-container .entry-point_stage-detail-container .content-asset {
      font-size: 0.95em; }
  .pt_order.pt_account .entry-container .entry-point_stage-detail-possession {
    font-size: 0.92em; }
  .pt_order.pt_account .entry-container .entry-point_stage-detail-possession-body {
    font-size: 0.92em; } }

@media (min-width: 769px) {
  .pt_order.pt_account .entry-container .entry-point_stage-detail-possession-body {
    font-size: 1.2rem;
    text-align: left; }
  .pt_order.pt_account .entry-point_stage-detail-possession-body {
    font-size: 1.2rem; }
  .pt_order.pt_account .entry-point_stage-detail-possession-title .entry-point_stage-detail-possession-title_nowrap {
    font-size: 1rem; }
  .pt_order.pt_account .entry-container .entry-point_stage-detail-container .content-asset {
    font-size: 1rem;
    width: 100%; } }

@media (max-width: 1000px) {
  .pt_order.pt_account .entry-container .entry-point_stage-detail-possession {
    font-size: 0.92em;
    display: table;
    width: 100%; }
  .pt_order.pt_account .entry-container .entry-point_stage-detail-possession-body {
    text-align: left; } }

.pt_order.pt_account .entry-container .entry-point_stage-detail-possession {
  height: 1em; }
  @media (max-width: 768px) {
    .pt_order.pt_account .entry-container .entry-point_stage-detail-possession {
      height: 0px;
      margin-bottom: 0.5em;
      padding: 0px; } }
  @media (max-width: 275px) {
    .pt_order.pt_account .entry-container .entry-point_stage-detail-possession {
      font-size: 0.7em;
      margin-bottom: 0px; } }

@media (max-width: 275px) {
  .pt_order.pt_account .entry-container .entry-point_stage-detail-possession-body strong {
    font-size: 0.7em; } }

.pt_order.pt_account .for-web-point {
  float: left; }

.pt_order.pt_account .entry-container .entry-point_stage-detail-container {
  min-width: 48%;
  width: 48%; }
  @media (max-width: 768px) {
    .pt_order.pt_account .entry-container .entry-point_stage-detail-container {
      min-width: 100%;
      width: 100%; } }

.pt_order.pt_account .for-store-point {
  float: right;
  margin-left: 4% !important; }

.pt_order.pt_account .point-stage-wrapper {
  border: 1px #000 solid;
  padding: 2.5% 2.5% !important; }
  @media (min-width: 769px) {
    .pt_order.pt_account .point-stage-wrapper {
      display: -ms-flexbox;
      display: flex; } }

.pt_order.pt_account .wplus-point-title {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 1em !important;
  padding-top: 0.5em !important; }

.pt_order.pt_account .wplus-expirationdate {
  font-size: 1em;
  padding-top: 12em !important;
  padding-bottom: 1em !important; }
  @media (max-width: 1000px) {
    .pt_order.pt_account .wplus-expirationdate {
      padding-top: 13em !important; } }
  @media (max-width: 768px) {
    .pt_order.pt_account .wplus-expirationdate {
      padding-top: 21em !important; } }

.order-history .reduction-orderhistory {
  width: 100%; }

.order-history .reduction-cancel-notice {
  font-size: 0.8em !important; }
  @media (max-width: 768px) {
    .order-history .reduction-cancel-notice {
      margin: 0px !important; } }

@media (max-width: 768px) {
  .order-history .row .reduction-orderhistory div.order-confirmation__container {
    margin-bottom: 2vw; } }

.order-history .reduction-cancel-notice {
  color: #888; }
  .order-history .reduction-cancel-notice .content-asset {
    padding-top: 1vw !important;
    color: #888; }
    @media (max-width: 768px) {
      .order-history .reduction-cancel-notice .content-asset {
        margin: 0px !important; } }

.kit-set-child-name-font {
  color: #000 !important;
  text-decoration: underline; }

.kit-set-product-list {
  width: calc(100%) !important; }

.kit-set-product-name {
  width: calc(60% - 10px) !important; }
  @media (min-width: 1425px) {
    .kit-set-product-name {
      width: calc(75%) !important; } }
  @media (max-width: 769px) {
    .kit-set-product-name {
      width: 100% !important; } }
  @media (min-width: 769px) {
    .kit-set-product-name a {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .kit-set-product-name a {
      font-size: 17px; } }

.kit-set-child-name {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.kit-set-items {
  padding: 30px 0 !important; }
  @media (min-width: 769px) {
    .kit-set-items .entry-log_products-image {
      width: calc(20% + 110px) !important;
      padding-left: 110px !important; } }
  @media (min-width: 769px) {
    .kit-set-items .entry-log_products-text {
      width: calc(80% + 110px) !important; } }

.kitset-content-title-orderhistory {
  padding-top: 2em !important;
  padding-left: 20px !important; }

.order-history-info-content .entry-mypage_myrage-wrapper .column {
  max-width: 100% !important; }

@media (max-width: 769px) {
  .order-history-info-content .entry-mypage_myrage-wrapper {
    margin: 30px 20px; } }

.checkout-products-accordion .accordion_title.your-items {
  padding: 2em 0;
  border-top: 1px solid #666; }

.display__inline-block {
  display: inline-block; }

/*
order-details
 */
div.order-details__container {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: solid 1px #000; }

div.order-details__table {
  margin-bottom: 20px;
  display: table;
  width: 100%; }

div.order-details__table > .order-details__table-cell {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: middle; }

div.order-details__table > .order-details__table-cell:nth-child(2) {
  padding: 20px;
  text-align: center;
  background-color: #f1f1f1; }

p.order-details__paragraph {
  margin: 0;
  letter-spacing: 0.4px;
  font-size: 1.125rem;
  font-weight: bold; }

p.order-details__paragraph2 {
  margin: 0;
  letter-spacing: 0.4px;
  font-size: 0.75rem; }

p.order-details__paragraph3 {
  margin: 0;
  letter-spacing: 0.4px;
  font-size: 0.625rem;
  color: #666; }

div.order-details__box {
  margin-bottom: 60px; }

@media (max-width: 768px) {
  div.order-details__container {
    margin-top: 40px; }
  div.order-details__table {
    display: block; }
  div.order-details__table > .order-details__table-cell {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  p.order-details__paragraph3 {
    margin-left: 1em;
    text-indent: -1em; } }

/*
order-history
 */
div.order-history__container {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: solid 1px #000; }

h1.order-history__heading {
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: bold; }

h1.order-history__heading > span {
  display: inline-block; }

div.order-history__box {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  width: 100%; }

div.order-history__box > .order-history__box-left {
  margin-right: 10px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 20px;
  background-color: #f1f1f1; }

div.order-history__box > .order-history__box-right {
  margin-left: 10px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 20px;
  background-color: #f1f1f1; }

p.order-history__paragraph {
  letter-spacing: 0.4px;
  font-size: 0.875rem;
  font-weight: bold; }

p.order-history__paragraph2 {
  margin-top: 0.4em !important;
  margin-bottom: 0.4em !important;
  letter-spacing: 0.4px;
  font-size: 1.0625rem;
  font-weight: bold; }

p.order-history__paragraph3 {
  letter-spacing: 0.4px;
  font-size: 0.875rem; }

a.order-history__link {
  letter-spacing: 0.4px;
  font-size: 0.875rem; }

@media (max-width: 768px) {
  h1.order-history__heading {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 1.25rem; }
  div.order-history__box {
    display: block; }
  div.order-history__box > .order-history__box-left {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
  div.order-history__box > .order-history__box-right {
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
  div.order-history__table {
    margin-bottom: 15px; }
  p.order-history__paragraph {
    font-size: 0.8125rem; }
  p.order-history__paragraph2 {
    font-size: 1rem; }
  p.order-history__paragraph3 {
    font-size: 0.75rem; }
  a.order-history__link {
    font-size: 0.8125rem; } }

/*hms追加分 20191227*/
@media (min-width: 769px) {
  .entry-container .entry-exchange_products-item {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1 40px 10px; } }

@media (min-width: 769px) and (max-width: 970px) {
  .entry-container .entry-exchange_products-item {
    font-size: 12px; } }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; } }

@media (min-width: 769px) {
  .entry-container .entry-exchange_products-image {
    width: calc(100% * (1 / 8) + 10px);
    padding-right: 0;
    padding-left: 10px; } }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-image {
    text-align: center;
    width: calc(100% * (2 / 8)); } }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-image img {
    width: 100%;
    max-width: 100px; } }

@media (min-width: 769px) {
  .entry-container .entry-exchange_products-text {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% * (7 / 8) - 10px);
    padding: 0 !important; }
  .entry-container .entry-exchange_products-text > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px; } }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% * (6 / 8));
    padding-left: 20px; } }

@media (min-width: 769px) {
  .entry-container .entry-exchange_products-name {
    position: relative;
    width: calc(65% - 10px);
    padding-left: 20px;
    padding-right: 40px; } }

@media (min-width: 769px) and (max-width: 1425px) {
  .entry-container .entry-exchange_products-name {
    width: calc(50% - 10px); } }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-name {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px; } }

@media (min-width: 769px) {
  .entry-container .entry-exchange_products-name::after {
    position: absolute;
    display: block;
    height: 100%;
    border-right: 1px solid #ccc;
    top: 0;
    right: 10px;
    content: ''; } }

.entry-container .entry-exchange_products-name a {
  color: #000;
  text-decoration: underline; }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-price,
  .entry-container .entry-exchange_products-quantity {
    display: -ms-flexbox;
    display: flex;
    padding: 4.5px 0;
    box-sizing: border-box; } }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-price dt,
  .entry-container .entry-exchange_products-quantity dt {
    margin-right: 1em; } }

@media (min-width: 769px) {
  .entry-container .entry-exchange_products-quantity {
    position: relative;
    width: calc(15%);
    padding-left: 0;
    padding-right: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 769px) and (max-width: 1425px) {
  .entry-container .entry-exchange_products-quantity {
    width: calc(20%); } }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-quantity {
    width: calc(50% - 8px);
    border-right: 1px solid #ccc; } }

@media (min-width: 769px) {
  .entry-container .entry-exchange_products-quantity::after {
    position: absolute;
    display: block;
    height: 100%;
    border-right: 1px solid #ccc;
    top: 0;
    right: 10px;
    content: ''; } }

@media (min-width: 769px) {
  .entry-container .entry-exchange_products-price {
    width: calc(20%);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
  .entry-container .entry-log_detail-section.entry-exchange_detail-section {
    margin-bottom: 70px; } }

@media (min-width: 769px) and (max-width: 1425px) {
  .entry-container .entry-exchange_products-price {
    width: calc(30%); } }

@media (max-width: 768px) {
  .entry-container .entry-exchange_products-price {
    width: calc(50% + 8px);
    padding-left: 15px; } }

.entry-exchange_products-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.entry-container p.entry-exchange_products-content {
  margin: 0 0 5px 0;
  width: 100%;
  font-weight: bold; }

.entry-container .entry-exchange_products-item a {
  width: 100%; }

@media (max-width: 970px) and (min-width: 769px) {
  .entry-container .entry-log_products-item a,
  .entry-container .entry-exchange_products-item a {
    font-size: 12px; } }

.entry-container .entry-log_detail-section.entry-exchange_detail-section {
  border-top: none; }

/*下記でentry.cssを上書きしています*/
@media (min-width: 769px) {
  .entry-container .entry-log_products-item,
  .entry-container .entry-exchange_products-item {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1px 20px 10px; } }

/* 注文キャンセル確認ダイアログ */
div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
  border: 1px gray solid !important;
  background-color: whitesmoke !important; }
  div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none !important; }

.pt_account #wishlist-products .product-tile-outer:after {
  width: calc(100% - 20px);
  left: 10px;
  right: 0px;
  padding: 0;
  margin: 0; }

/*お気に入り画面で表示される商品リスト*/
.wishlist-container .collection-block .product-tile .swatch {
  max-width: 100%;
  max-height: 100%;
  font-size: unset; }

.wishlist-container .collection-block .product-tile .swatch.unselectable::after {
  top: -20%;
  z-index: 1;
  left: -100%;
  width: 175%;
  content: "";
  position: absolute;
  border-top: 2px #fff solid;
  transform: rotate(45deg) translate(50%, 50%); }

.wishlist-container .collection-block .product-tile .swatch.selected:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 50%;
  bottom: 50%; }

.wishlist-container .collection-block #for_height_value:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

@media (max-width: 1000px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 2.5vw; } }

@media (max-width: 900px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 2.3vw; } }

@media (max-width: 775px) and (min-width: 769px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 2.1vw; } }

@media (max-width: 768px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 4vw; } }

@media (max-width: 660px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 6vw; } }

@media (max-width: 390px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 6vw; } }

@media (max-width: 370px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 5.5vw; } }

@media (max-width: 350px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 5.5vw; } }

@media (max-width: 320px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 4.5vw; } }

@media (max-width: 310px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 4vw; } }

@media (max-width: 280px) {
  .wishlist-container .collection-block .product-tile .product-swatches-wrapper li {
    height: 4.5vw; } }

@media (max-width: 850px) and (min-width: 780px) {
  .wishlist-container .collection-block .product-tile button.slick-arrow {
    top: 10px; } }

@media (max-width: 779px) and (min-width: 769px) {
  .wishlist-container .collection-block .product-tile button.slick-arrow {
    top: 10px; } }

@media (max-width: 390px) {
  .wishlist-container .collection-block .product-tile button.slick-arrow {
    top: 10px; } }

@media (max-width: 340px) {
  .wishlist-container .collection-block .product-tile button.slick-arrow {
    top: 8px; } }

@media (max-width: 320px) {
  .wishlist-container .collection-block .product-tile button.slick-arrow {
    top: 7px; } }

@media (max-width: 660px) {
  .aos-init .product-tile .product-swatches-wrapper li {
    height: 7vw; } }

@media (max-width: 370px) {
  .aos-init .product-tile .product-swatches-wrapper li {
    height: 8vw; } }

@media (max-width: 320px) {
  .aos-init .product-tile .product-swatches-wrapper li {
    height: 9vw; } }

.slick-arrow.slick-prev {
  height: 60px;
  padding-bottom: 20px; }

.slick-arrow.slick-next {
  height: 60px;
  padding-bottom: 20px; }

.pt_foundation.sticky-header .foundation-finder-wrapper .question-header {
  padding-top: 18.2vw; }

@media (min-width: 769px) {
  .pt_foundation.sticky-header .foundation-finder-wrapper .question-header {
    padding-top: 10.5vw; } }

@media (min-width: 1440px) {
  .pt_foundation.sticky-header .foundation-finder-wrapper .question-header {
    padding-top: 152px; } }

.foundation-finder-wrapper .question-header {
  background-color: #c8102e;
  padding: 20.8vw 0 13vw; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-header {
    padding: 11.5vw 0 8vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-header {
    padding: 152px 0 116px; } }

.foundation-finder-wrapper .question-header h2,
.foundation-finder-wrapper .question-header h3 {
  text-align: center; }

.foundation-finder-wrapper .question-header h3 {
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: ReaderRegular, Arial, sans-serif;
  color: #fff;
  text-transform: none; }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .question-header h3 {
    font-size: 1.25rem; } }

@media (max-width: 768.98px) and (max-width: 750px) {
  .foundation-finder-wrapper .question-header h3 {
    font-size: calc(0.20105rem + 2.23776vw); } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-header h3 {
    line-height: 1;
    letter-spacing: 0.8px; } }

.foundation-finder-wrapper .quiz-question h2 {
  padding: 0 20px 2.5vw;
  letter-spacing: 0.7px;
  font-family: ReaderMedium, Arial, sans-serif;
  color: #fff;
  text-transform: none; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .quiz-question h2 {
    padding-bottom: 1.5vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .quiz-question h2 {
    padding-bottom: 22px; } }

.foundation-finder-wrapper .body-wrapper {
  width: 100%;
  position: relative; }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .body-wrapper {
    padding: 0; } }

.foundation-finder-wrapper .step-indicator {
  position: absolute;
  margin: -2.8vw 0 0 2.67vw; }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .step-indicator {
    z-index: -1; } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .step-indicator {
    width: 5%;
    text-align: center;
    margin: 0.5vw 0 0 10px; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .step-indicator {
    margin: 9px 0 0 10px; } }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .step-indicator .steps .pipe {
    margin-bottom: 1.5vw; } }

.foundation-finder-wrapper .step-indicator .steps.active h4 {
  display: inline-block;
  font-size: 1.25rem;
  color: #666; }

@media (max-width: 750px) {
  .foundation-finder-wrapper .step-indicator .steps.active h4 {
    font-size: calc(0.20105rem + 2.23776vw); } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .step-indicator .steps.active h4 {
    font-size: 1rem; } }

@media (min-width: 769px) and (max-width: 750px) {
  .foundation-finder-wrapper .step-indicator .steps.active h4 {
    font-size: calc(0.2008rem + 1.70496vw); } }

.foundation-finder-wrapper .step-indicator .steps.active .pipe {
  background: #c8102e;
  font-size: 7.5rem;
  line-height: 1; }

@media (max-width: 750px) {
  .foundation-finder-wrapper .step-indicator .steps.active .pipe {
    font-size: calc(0.2073rem + 15.55776vw); } }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .step-indicator .active-step {
    display: none; } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .step-indicator .active-step h4 {
    color: #666;
    white-space: nowrap;
    letter-spacing: 0.8px; } }

.foundation-finder-wrapper .question-body-wrapper {
  width: 83.5%;
  margin: 8vw auto 0; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper {
    width: 81%;
    margin: 5.6vw auto 0; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper {
    margin: 81px auto 0; } }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper {
    top: -1.8vw;
    position: relative; } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper {
    padding-top: 2.2vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper {
    padding-top: 32px; } }

.foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .js-skinToneOnResize {
  opacity: 0; }

.foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .slick-track {
  display: -ms-flexbox;
  display: flex; }

.foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .slick-slide {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 1.87vw 1vw; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .slick-slide {
    padding: 0.6vw 10px; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .slick-slide {
    padding: 8px 10px; } }

.foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .single-radio.selected {
  position: relative; }

.foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .single-radio.selected::after {
  left: 0;
  content: '';
  width: 100%;
  height: 1.87vw;
  bottom: -1.7vw;
  position: absolute;
  display: inline-block;
  background: #c8102e; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .single-radio.selected::after {
    height: 0.69vw;
    bottom: -0.6vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper.skin-tone-wrapper .single-radio.selected::after {
    height: 8px;
    bottom: -6px; } }

.foundation-finder-wrapper .question-body-wrapper.content-wrapper {
  width: 79.5%; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper.content-wrapper {
    padding-top: 2.64vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper.content-wrapper {
    padding-top: 38px; } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper.content-wrapper .question-body.carousel {
    width: 91%; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper.content-wrapper .question-body.carousel {
    width: 88%; } }

.foundation-finder-wrapper .question-body-wrapper.content-wrapper .multi-checkbox:hover.unselectable input:not(:checked) + label,
.foundation-finder-wrapper .question-body-wrapper.content-wrapper .single-radio:hover.unselectable input:not(:checked) + label {
  cursor: default; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper.content-wrapper .multi-checkbox:hover:not(.unselectable) .img-wrapper::before,
  .foundation-finder-wrapper .question-body-wrapper.content-wrapper .single-radio:hover:not(.unselectable) .img-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    display: inline-block; }
  .foundation-finder-wrapper .question-body-wrapper.content-wrapper .multi-checkbox:hover:not(.unselectable) .title,
  .foundation-finder-wrapper .question-body-wrapper.content-wrapper .single-radio:hover:not(.unselectable) .title {
    color: #fff; } }

.foundation-finder-wrapper .question-body-wrapper.content-wrapper .multi-checkbox .img-wrapper,
.foundation-finder-wrapper .question-body-wrapper.content-wrapper .single-radio .img-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.foundation-finder-wrapper .question-body-wrapper.content-wrapper .multi-checkbox .img-wrapper.no-image,
.foundation-finder-wrapper .question-body-wrapper.content-wrapper .single-radio .img-wrapper.no-image {
  background: #ccc; }

.foundation-finder-wrapper .question-body-wrapper input[type='checkbox'].custom + label,
.foundation-finder-wrapper .question-body-wrapper input[type='radio'].custom + label {
  width: 100%;
  padding-left: 0;
  position: relative;
  display: inline-block; }

.foundation-finder-wrapper .question-body-wrapper input[type='checkbox'].custom + label::after,
.foundation-finder-wrapper .question-body-wrapper input[type='checkbox'].custom + label::before,
.foundation-finder-wrapper .question-body-wrapper input[type='radio'].custom + label::after,
.foundation-finder-wrapper .question-body-wrapper input[type='radio'].custom + label::before {
  display: none; }

.foundation-finder-wrapper .question-body-wrapper:not(.skin-tone-wrapper) input[type='checkbox'].custom:checked + label .img-wrapper,
.foundation-finder-wrapper .question-body-wrapper:not(.skin-tone-wrapper) input[type='radio'].custom:checked + label .img-wrapper {
  position: relative; }

.foundation-finder-wrapper .question-body-wrapper:not(.skin-tone-wrapper) input[type='checkbox'].custom:checked + label .img-wrapper::before,
.foundation-finder-wrapper .question-body-wrapper:not(.skin-tone-wrapper) input[type='radio'].custom:checked + label .img-wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  display: inline-block; }

.foundation-finder-wrapper .question-body-wrapper:not(.skin-tone-wrapper) input[type='checkbox'].custom:checked + label .title,
.foundation-finder-wrapper .question-body-wrapper:not(.skin-tone-wrapper) input[type='radio'].custom:checked + label .title {
  color: #fff; }

.foundation-finder-wrapper .question-body-wrapper .slick-slide {
  padding: 0 7.5px; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-slide {
    padding: 0 0.6vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-slide {
    padding: 0 10px; } }

.foundation-finder-wrapper .question-body-wrapper .slick-arrow {
  top: 41%;
  visibility: visible; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-arrow {
    top: 45%;
    width: 30px; } }

.foundation-finder-wrapper .question-body-wrapper .slick-arrow::after {
  padding: 1vw;
  border-width: 0 2px 2px 0; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-arrow::after {
    padding: 0.7vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-arrow::after {
    padding: 10px; } }

.foundation-finder-wrapper .question-body-wrapper .slick-arrow.slick-prev {
  left: -32px; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-arrow.slick-prev {
    left: -2.2vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-arrow.slick-prev {
    left: -32px; } }

.foundation-finder-wrapper .question-body-wrapper .slick-arrow.slick-next {
  right: -32px; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-arrow.slick-next {
    right: -2vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper .slick-arrow.slick-next {
    right: -30px; } }

.foundation-finder-wrapper .question-body-wrapper .title-wrapper {
  top: 50%;
  width: 100%;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  display: inline-block;
  transform: translate(0, -50%); }

.foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
  display: none;
  padding: 0.67vw;
  font-size: 1rem;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 9.5vw; }

@media (max-width: 750px) {
  .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
    font-size: calc(0.2008rem + 1.70496vw); } }

@media (max-width: 576px) {
  .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
    line-height: 1.2;
    padding-top: 1vw; }
  @supports (-webkit-overflow-scrolling: touch) {
    .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
      line-height: normal;
      padding-top: 0.67vw; } } }

@media (max-width: 768px) and (orientation: landscape) {
  .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
    height: 30px;
    width: 30px;
    padding: 7px 5px 5px; }
  @supports (-webkit-overflow-scrolling: touch) {
    .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
      height: 30px;
      width: 30px;
      padding: 7px 5px 5px; } } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
    padding: 5px;
    margin-bottom: 4vw; } }

@media (min-width: 1440px) {
  .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
    margin-bottom: 40px; } }

@media (min-width: 769px) {
  @supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
    .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
      height: 30px;
      width: 30px;
      padding: 7px 5px 5px; } } }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  @supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
    .foundation-finder-wrapper .question-body-wrapper .title-wrapper .selection-order {
      height: 30px;
      width: 30px;
      padding: 7px 5px 5px; } } }

.foundation-finder-wrapper .question-body-wrapper .title-wrapper .title {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  display: inline-block;
  font-family: ReaderMedium, Arial, sans-serif;
  text-transform: uppercase; }

@media (max-width: 750px) {
  .foundation-finder-wrapper .question-body-wrapper .title-wrapper .title {
    font-size: calc(0.2013rem + 2.77056vw); } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper .title-wrapper .title {
    font-size: 18px;
    letter-spacing: 0.9px; } }

.foundation-finder-wrapper .question-body-wrapper .optional-text {
  margin-top: 2vw;
  color: #666;
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: 0.4px; }

@media (max-width: 750px) {
  .foundation-finder-wrapper .question-body-wrapper .optional-text {
    font-size: calc(0.20118rem + 2.50416vw); } }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .question-body-wrapper .optional-text {
    margin-bottom: -1vw; } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body-wrapper .optional-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.8px; } }

.foundation-finder-wrapper .question-body .img-wrapper img {
  width: 100%; }

.foundation-finder-wrapper .question-body.carousel {
  margin: 0 auto;
  width: calc(100% - 7vw); }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body.carousel {
    width: 94%; } }

.foundation-finder-wrapper .question-body:not(.carousel) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body:not(.carousel) {
    -ms-flex-pack: center;
    justify-content: center; } }

.foundation-finder-wrapper .question-body:not(.carousel) .multi-checkbox,
.foundation-finder-wrapper .question-body:not(.carousel) .single-radio {
  width: calc(50% - 2.66vw); }

@media (min-width: 769px) {
  .foundation-finder-wrapper .question-body:not(.carousel) .multi-checkbox,
  .foundation-finder-wrapper .question-body:not(.carousel) .single-radio {
    width: 16%;
    padding: 0 10px; } }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .question-body:not(.carousel) .single-radio {
    margin-bottom: 5vw; }
  .foundation-finder-wrapper .question-body:not(.carousel) .single-radio:last-child {
    margin-bottom: 0; } }

.foundation-finder-wrapper .info-msg {
  line-height: 1.42;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1.2px;
  font-family: ReaderRegular, Arial, sans-serif;
  color: #666; }

@media (max-width: 750px) {
  .foundation-finder-wrapper .info-msg {
    font-size: calc(0.2013rem + 2.77056vw); } }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper .info-msg {
    margin-top: 5vw; } }

@media (min-width: 769px) {
  .foundation-finder-wrapper .info-msg {
    font-size: 16px;
    line-height: 3.13;
    letter-spacing: 0.8px; } }

.foundation-finder-wrapper .info-msg i {
  display: none; }

.foundation-finder-buttons {
  position: relative;
  margin: 7.8vw auto 16vw;
  text-align: center; }

@media (min-width: 769px) {
  .foundation-finder-buttons {
    margin: 3.8vw auto 8.4vw; } }

@media (min-width: 1024px) and (orientation: landscape) {
  .foundation-finder-buttons {
    margin: 3.8vw auto 12vw; } }

@media (min-width: 1440px) {
  .foundation-finder-buttons {
    margin: 58px auto 120px; } }

.foundation-finder-buttons .foundation-finder-back {
  left: 13vw;
  bottom: 2.4vw;
  font-size: 1.375rem;
  position: absolute;
  letter-spacing: 1.1px;
  font-family: ReaderMedium, Arial, sans-serif;
  color: #000;
  text-transform: uppercase; }

@media (max-width: 750px) {
  .foundation-finder-buttons .foundation-finder-back {
    font-size: calc(0.20118rem + 2.50416vw); } }

@media (min-width: 769px) {
  .foundation-finder-buttons .foundation-finder-back {
    bottom: 9px;
    left: 13.9vw;
    font-size: 16px;
    letter-spacing: 0.8px; } }

@media (min-width: 1440px) {
  .foundation-finder-buttons .foundation-finder-back {
    left: 14%; } }

.foundation-finder-buttons .foundation-finder-back:before {
  left: -3px;
  top: 1.8vw;
  content: '';
  padding: 0.5vw;
  font-size: 1.25rem;
  position: absolute;
  border: solid #000;
  display: inline-block;
  border-width: 0 3px 3px 0;
  transform: rotate(135deg);
  transform-origin: left top; }

@media (max-width: 750px) {
  .foundation-finder-buttons .foundation-finder-back:before {
    font-size: calc(0.20105rem + 2.23776vw); } }

@media (min-width: 769px) {
  .foundation-finder-buttons .foundation-finder-back:before {
    top: 48%;
    left: -5px;
    padding: 3px; } }

@media (min-width: 769px) {
  .foundation-finder-buttons.skintone-button-wrapper .foundation-finder-back {
    left: 11.05%; } }

.foundation-finder-buttons .foundation-finder-finish,
.foundation-finder-buttons .foundation-finder-next {
  width: 30.5vw;
  box-sizing: border-box; }

@media (min-width: 769px) {
  .foundation-finder-buttons .foundation-finder-finish,
  .foundation-finder-buttons .foundation-finder-next {
    width: 18.3vw; } }

@media (min-width: 1440px) {
  .foundation-finder-buttons .foundation-finder-finish,
  .foundation-finder-buttons .foundation-finder-next {
    width: auto;
    min-width: 263px; } }

@media (max-width: 768.98px) {
  .foundation-finder-wrapper #question-1 .single-radio,
  .foundation-finder-wrapper #question-2 .single-radio {
    margin-bottom: 0;
    width: calc(33.33% - 2.66vw); }
  .foundation-finder-wrapper #question-1 .title,
  .foundation-finder-wrapper #question-2 .title {
    font-size: 3.2vw; } }

@media only screen and (max-width: 768.98px) and (max-width: 1024px) and (min-width: 768px) {
  .foundation-finder-wrapper #question-1 .title,
  .foundation-finder-wrapper #question-2 .title {
    font-size: 24px; } }

.foundation-finder .recommendation-container h3.title {
  font-size: 1.75rem; }

@media (max-width: 750px) {
  .foundation-finder .recommendation-container h3.title {
    font-size: calc(0.20155rem + 3.30336vw); } }

@media (min-width: 769px) {
  .foundation-finder .recommendation-container h3.title {
    margin-bottom: 49px; } }

@media (max-width: 768.98px) {
  .foundation-finder .recommendation-container {
    margin: 6.4vw 0 24vw; } }

@media (min-width: 769px) {
  .foundation-finder .recommendation-container {
    margin-top: 115px;
    margin-bottom: 240px; } }

.foundation-finder .f-f-tips-tutorial-section {
  width: 100%; }

@media screen and (max-width: 768px) {
  .foundation-finder .tips-and-tutorials {
    padding: 7.46667vw 0 8vw; } }

@media (min-width: 769px) {
  .foundation-finder .tips-and-tutorials {
    padding: 60px 0; } }

.foundation-finder .tips-and-tutorials.variation-2 .content-wrapper {
  height: auto;
  overflow: hidden; }

@media (max-width: 768.98px) {
  .foundation-finder .tips-and-tutorials.variation-2 .link {
    width: 180px; } }

@media (max-width: 768.98px) {
  .foundation-finder .tips-and-tutorials .videos {
    margin-left: 11%; } }

.foundation-finder .tips-and-tutorials .video-or-image-wrapper.z-video-or-image-wrapper {
  width: 100%; }

@media (max-width: 768.98px) {
  .foundation-finder .tips-and-tutorials .link {
    right: calc(94% + 10px); } }

.foundation-finder .tips-and-tutorials ol,
.foundation-finder .tips-and-tutorials ul {
  padding-left: 1.2em; }

@media (max-width: 768.98px) {
  .foundation-finder-result .breadcrumb-mobile {
    display: none; } }

@media (max-width: 768.98px) {
  .foundation-finder-result .product-grid {
    margin-bottom: 0; } }

@media (min-width: 769px) {
  .foundation-finder-result .product-grid {
    width: 25%;
    margin-bottom: 56px; } }

.foundation-finder-result .search-result-items {
  padding: 0; }

@media (max-width: 768.98px) {
  .foundation-finder-result .search-result-items .product-grid .foundation-finder-product-0 {
    margin: 0 auto; } }

@media (min-width: 769px) {
  .foundation-finder-result .search-result-items .product-grid:after {
    left: 30px;
    width: calc(100% - 40px); } }

@media (max-width: 768.98px) {
  .foundation-finder-products {
    padding: 6.8vw 0 8vw; } }

@media (min-width: 769px) {
  .foundation-finder-products {
    padding-top: 105px; } }

@media (max-width: 768.98px) {
  .foundation-finder-products-list-2 .foundation-finder-product-0:after {
    left: 10px;
    width: calc(100% - 10px);
    margin-left: 2.5vw; } }

@media (min-width: 769px) {
  .foundation-finder-products-list-2 .foundation-finder-product-0 {
    margin-left: 25%; } }

@media (max-width: 768.98px) {
  .foundation-finder-products-list-2 .foundation-finder-product-1:after {
    width: calc(100% - 10px); } }

@media (min-width: 769px) {
  .foundation-finder-products-list-2 .foundation-finder-product-1 {
    margin-left: 6.25%; } }

@media (max-width: 768.98px) {
  .foundation-finder-products-list-1 .foundation-finder-product-0 {
    margin: 0 auto; }
  .foundation-finder-products-list-1 .foundation-finder-product-0:after {
    left: 10px;
    width: calc(100% - (2.5vw + 20px));
    margin-left: 2.5vw; } }

@media (min-width: 769px) {
  .foundation-finder-products-list-1 .foundation-finder-product-0 {
    margin-left: 37.5%; } }

@media screen and (max-width: 768px) {
  .retake-quiz-section {
    padding-top: 16vw;
    padding-bottom: 8vw; } }

@media (min-width: 769px) {
  .retake-quiz-section {
    padding: 120px 0; } }

.retake-quiz-section .content {
  position: relative; }

.retake-quiz-section .texture-image {
  text-align: center; }

.retake-cta {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.retake-cta a:hover {
  opacity: 1; }

.retake-cta a.button.secondary {
  background-color: #fff;
  cursor: pointer;
  display: inline-block; }

@media (max-width: 768.98px) {
  .retake-cta a.button.secondary {
    min-width: 74vw;
    padding-top: 2.2vw; } }

@media screen and (max-width: 576px) {
  .retake-cta a.button.secondary {
    padding-top: 2.9vw; } }

@media (min-width: 769px) {
  .retake-cta a.button.secondary {
    min-width: 200px; } }

.f-f-application-tips {
  width: 100%; }

@media screen and (max-width: 768px) {
  .f-f-application-tips {
    margin-top: 22vw;
    margin-bottom: 16vw; } }

@media (min-width: 769px) {
  .f-f-application-tips {
    margin-bottom: 120px; } }

.f-f-application-tips .headline {
  font-size: 5rem;
  letter-spacing: -1.1px;
  line-height: 1;
  padding-bottom: 6.4vw;
  font-family: ReaderMedium, Arial, sans-serif;
  text-transform: uppercase; }

@media (max-width: 750px) {
  .f-f-application-tips .headline {
    font-size: calc(0.2048rem + 10.22976vw); } }

@media (max-width: 768.98px) {
  .f-f-application-tips .headline {
    width: 70vw; } }

@media (min-width: 769px) {
  .f-f-application-tips .headline {
    width: 36%;
    padding: 165px 0 50px 156px; } }

.f-f-application-tips .headline span {
  font-family: ReaderRegular, Arial, sans-serif; }

.search-result-items.f-f-application-tips-items .product-grid:after {
  display: none; }

@media (max-width: 768.98px) {
  .search-result-items.f-f-application-tips-items > div:nth-of-type(2n + 1) .product-grid-inner:after {
    left: 0;
    margin-left: 2.7vw;
    width: calc(100% + 2.7vw); }
  .search-result-items.f-f-application-tips-items > div:nth-of-type(2n) .product-grid-inner:after {
    width: 100%;
    left: 0; } }

@media (min-width: 769px) {
  .search-result-items.f-f-application-tips-items > div:nth-of-type(3n) .product-grid-inner:after {
    left: 0;
    width: 100%; } }

.search-result-items.f-f-application-tips-items .product-grid-inner {
  position: relative; }

.search-result-items.f-f-application-tips-items .product-grid-inner:after {
  left: 20px;
  width: calc(100% + 22px);
  content: '';
  z-index: -1;
  bottom: -2px;
  position: absolute;
  display: inline-block;
  border-bottom: 1px solid #c8102e; }

@media (min-width: 769px) {
  .search-result-items.f-f-application-tips-items .product-grid-inner:after {
    bottom: 1px; } }

@media screen and (max-width: 768px) {
  .search-result-items.f-f-application-tips-items .product-grid-details {
    padding: 6.93333vw 1.33333vw 7.06667vw 2.66667vw; } }

@media (min-width: 769px) {
  .search-result-items.f-f-application-tips-items .product-grid-details {
    padding: 60px 30px 0 20px; } }

.search-result-items.f-f-application-tips-items .product-grid-details .steptitle {
  font-family: ReaderRegular, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem; }

@media (max-width: 750px) {
  .search-result-items.f-f-application-tips-items .product-grid-details .steptitle {
    font-size: calc(0.20155rem + 3.30336vw); } }

.search-result-items.f-f-application-tips-items .product-grid-details .copy {
  line-height: 1.17;
  letter-spacing: 0.4px;
  margin-top: 3.2vw; }

@media (min-width: 769px) {
  .search-result-items.f-f-application-tips-items .product-grid-details .copy {
    line-height: 1.33;
    margin-top: 18px; } }

.search-result-items.f-f-application-tips-items .cta-wrapper {
  display: block;
  clear: both;
  text-align: center; }

@media screen and (max-width: 768px) {
  .search-result-items.f-f-application-tips-items .cta-wrapper {
    padding-right: 2.66667vw;
    padding-left: 2.66667vw; } }

@media (max-width: 768.98px) {
  .search-result-items.f-f-application-tips-items .cta-wrapper button {
    min-width: 80vw;
    font-size: 1.5rem;
    padding: 2.5vw 2.13333vw; } }

@media (max-width: 768.98px) and (max-width: 750px) {
  .search-result-items.f-f-application-tips-items .cta-wrapper button {
    font-size: calc(0.2013rem + 2.77056vw); } }

.foundation-finder {
  overflow: hidden; }
  .foundation-finder.pt_foundation_retailer .product-tile .badge-container {
    cursor: auto; }
    .foundation-finder.pt_foundation_retailer .product-tile .badge-container:hover .badge-product {
      color: #666666; }
  .foundation-finder.pt_foundation_retailer .product-tile a.inactive-link:hover {
    opacity: 1; }
  .foundation-finder.pt_foundation_retailer .product-tile .product-name:hover {
    color: #000000; }

.pt_foundation.pt_foundation_retailer div[role='main'] {
  min-height: calc(100vh - 107px - 20px * 2 - 3vw * 1.33); }
  @media (min-width: 601px) {
    .pt_foundation.pt_foundation_retailer div[role='main'] {
      min-height: calc(100vh - 107px - 20px * 2 - 16px * 1.33); } }
  @media (min-width: 769px) {
    .pt_foundation.pt_foundation_retailer div[role='main'] {
      min-height: calc(100vh - 107px - 20px * 2 - 16px * 1.22 + 1px); } }
  @media (min-width: 1024px) {
    .pt_foundation.pt_foundation_retailer div[role='main'] {
      min-height: calc(100vh - 85px - 20px * 2 - 16px * 1.22 + 1px); } }

@media (min-width: 769px) {
  .pt_foundationfinder.pt_foundationfinder_retailer .retake-quiz-section {
    padding: 60px 0; } }

.pt_foundationfinder.pt_foundationfinder_retailer .price-remarks {
  padding: 0 calc(30px + 1.33333vw) 1rem;
  text-align: center; }
  .pt_foundationfinder.pt_foundationfinder_retailer .price-remarks span {
    display: inline-block;
    text-align: center;
    font-size: 80%; }
  @media (min-width: 769px) {
    .pt_foundationfinder.pt_foundationfinder_retailer .price-remarks {
      padding: 0 calc(12.5% + 20px) 1rem; } }

.pt_foundationfinder.pt_foundationfinder_retailer .d-mobile {
  display: block; }
  @media (min-width: 769px) {
    .pt_foundationfinder.pt_foundationfinder_retailer .d-mobile {
      display: none; } }

.pt_barcode .entry-mypage_barcode-image {
  padding-bottom: unset;
  border-bottom: unset; }

.pt_barcode #barcode div:nth-of-type(1) {
  display: none; }

.pt_barcode #barcode div:nth-last-of-type(2) {
  display: none; }

.pt_barcode .entry-mypage_cnttop-link {
  margin-bottom: 0; }

@media (min-width: 769px) {
  .pt_barcode div#barcode {
    width: 285px !important; } }

@media (max-width: 768px) {
  .pt_barcode div#barcode {
    width: 190px !important; } }

.creditcard-check {
  display: none; }

.creditcard-check-wrapper input[id='for-check-card'] {
  width: 0px;
  height: 0px;
  display: none; }

.creditcard-check-wrapper input[id='for-check-card']:checked::after {
  width: 0px;
  height: 0px;
  display: none; }

.creditcard-label {
  display: block;
  padding: 20px 0 10px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.creditcard-label:before {
  content: '＋';
  text-decoration: none;
  display: inline-block; }

.creditcard-check:checked + .creditcard-label:before {
  content: '－';
  text-decoration: none;
  display: inline-block; }

.creditcard-content {
  height: 0;
  opacity: 0;
  padding: 0px;
  display: none; }

.creditcard-check:checked + .creditcard-label + .creditcard-content {
  height: auto;
  opacity: 1;
  padding: 0px;
  display: block; }

.payment-list-no-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.3px;
  margin: 0 auto;
  font-weight: bold;
  padding-bottom: 2em !important; }

.creditcard-lock {
  pointer-events: none; }

.form-horizontal .form-row {
  padding: 15px 0 !important; }

@media (max-width: 768px) {
  .form-horizontal .form-row-sp {
    padding: 18px 0 !important; }
    .form-horizontal .form-row-sp .field-wrapper {
      padding-top: 5vw; } }

@media (max-width: 768px) {
  .form-horizontal .form-row.left {
    padding-left: 0; }
  .form-horizontal .form-row.right {
    padding-left: 0; } }

.payment-list {
  width: 70%; }
  @media (max-width: 768px) {
    .payment-list {
      width: 100%; } }

.my-page-creditcard {
  width: 100%; }
  .my-page-creditcard .mypage-creditcard-tile {
    width: 48%;
    padding-right: 2% !important;
    font-size: 0.8em; }
    @media (max-width: 1122px) {
      .my-page-creditcard .mypage-creditcard-tile {
        width: 100%;
        padding-right: 0 !important;
        font-size: 1em; } }
    .my-page-creditcard .mypage-creditcard-tile .creditcard-tile .creditcard-tile-inner .creditcard-tile-actions .remove-card-form .c-block-largeTileSelection-btnlist li .c-link_01 {
      font-size: 1em; }
      @media (max-width: 769px) {
        .my-page-creditcard .mypage-creditcard-tile .creditcard-tile .creditcard-tile-inner .creditcard-tile-actions .remove-card-form .c-block-largeTileSelection-btnlist li .c-link_01 {
          font-size: 0.8em;
          line-height: 150%; } }

.mypage-creditcard-tile {
  width: 100%; }
  .mypage-creditcard-tile .creditcard-tile {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ccc;
    background: #fff;
    padding: 1.25rem;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem !important; }
    .mypage-creditcard-tile .creditcard-tile .creditcard-tile-inner {
      padding: 1.5em !important;
      width: 100%; }
      .mypage-creditcard-tile .creditcard-tile .creditcard-tile-inner .cc-details {
        padding-left: 6em !important;
        color: #ccc; }
        @media (max-width: 345px) {
          .mypage-creditcard-tile .creditcard-tile .creditcard-tile-inner .cc-details {
            padding-left: 0 !important; } }
        .mypage-creditcard-tile .creditcard-tile .creditcard-tile-inner .cc-details .cc-owner .owner-unregistered {
          color: indianred;
          float: none; }
    .mypage-creditcard-tile .creditcard-tile .creditcard-tile-actions {
      padding-top: 2em;
      padding-left: 7px; }
      .mypage-creditcard-tile .creditcard-tile .creditcard-tile-actions .credit-card-delete {
        color: #000;
        font-size: 1em; }

.delete-link {
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }

.add-unclick {
  pointer-events: none; }

.remove-button-style {
  padding-bottom: 0 !important;
  border: 0px solid #fff;
  color: #000 !important; }
  @media (max-width: 768px) {
    .remove-button-style {
      font-size: 1.2em; } }

.limit-creditcard-notice {
  font-size: 0.8em; }
  .limit-creditcard-notice .content-asset {
    width: 100% !important; }

.creditcard-gmo-description {
  font-size: 0.8em; }
  .creditcard-gmo-description .content-asset {
    width: 100% !important;
    padding-right: 0px !important; }

.error-font-style {
  padding-top: 1em 0 !important;
  font-weight: 100; }

.mypage-creditcard-tile .is-current {
  border: 2px solid #000 !important; }

.set-default-card {
  color: #000 !important; }

.payment-creditcard-layout {
  display: inline; }

.payment-creditcard-content {
  width: 45%;
  float: left; }

.remove-cardpayment {
  color: #000 !important; }

.cmd-form_chk_card .cmd-chk_parts input[type='radio'] + .label:after {
  top: 22px;
  left: 20px; }

.cmd-chk_parts input[type='radio']:checked + .label:after {
  top: 18px;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #081f2c; }

.cmd-chk_parts input[type='radio'] + .label:after,
.cmd-chk_parts input[type='radio'] + .label:before {
  position: absolute;
  top: 4px;
  left: 18px;
  display: block;
  content: '';
  border: none; }

.cmd-chk_parts input[type='checkbox'] + .label:before,
.cmd-chk_parts input[type='radio'] + .label:before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  border: none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  border: 1px solid #979797;
  border-radius: 50%;
  background: #fff; }

.cmd-chk_parts input[type='checkbox'],
.cmd-chk_parts input[type='radio'] {
  position: absolute;
  z-index: -10;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: auto;
  height: auto;
  margin: -1px;
  padding: 0;
  border: 0; }

.creditcard-tile .payment-creditcard-content {
  padding: 0px; }
  .creditcard-tile .payment-creditcard-content .creditcard-tile-inner {
    padding: 1.5em 1.5em 0em 1.5em !important; }
    .creditcard-tile .payment-creditcard-content .creditcard-tile-inner .cc-owner .owner-unregistered {
      color: indianred;
      float: none; }
  .creditcard-tile .payment-creditcard-content .payment-creditcard-fontbox {
    padding: 1.5em 1.5em 0 1.5em !important; }
    .creditcard-tile .payment-creditcard-content .payment-creditcard-fontbox .cc-details {
      font-size: 0.8em;
      padding-left: 3em !important;
      color: #ccc; }
  .creditcard-tile .payment-creditcard-content .remove-cardpayment {
    font-size: 0.8em; }

.applicable-creditcard-list {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 8px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .applicable-creditcard-list .devider {
    width: 100%; }
  .applicable-creditcard-list .creditcard-tile .box .jp-cart-card_select .js-security-code-check {
    width: calc(50% + 8px); }

.creditcard-box-layout {
  padding-left: 8px !important;
  padding-bottom: 8px !important;
  width: 50%; }
  @media (max-width: 1140px) {
    .creditcard-box-layout {
      width: 100%; } }

.creditcarditem-layout {
  width: 100%; }

.cmd-chk_parts {
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  padding: 20px 20px 20px 54px !important;
  color: #505151;
  border: 1px solid #d9d9d8;
  background: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cmd-form_chk_card .cmd-chk_parts .label > * {
  display: block;
  width: 100%; }

.cmd-form_chk_card .cmd-chk_parts .label .cmd-chk_label_info,
.cmd-form_chk_card .cmd-chk_parts .label .cmd-chk_label_ttl,
.cmd-form_chk_card .cmd-chk_parts .label > * > * {
  display: block; }

.c-list-cardinfo {
  font-size: 0.8em; }

.item-action_link {
  position: absolute;
  bottom: 10px;
  left: 60px; }
  .item-action_link .item-remove {
    margin: 0px; }
    .item-action_link .item-remove .remove-cardpayment {
      font-size: 0.8em;
      text-decoration: underline; }

@media print, screen and (min-width: 48em) {
  .form-row.split.savecard {
    width: 100%; } }

.credit-choice-title {
  width: 100%; }

.creditcard-choice-notice {
  width: 100%;
  font-size: 1em;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em !important; }

.creditcard-tile-inner .cmd-chk_parts {
  padding: 0px !important;
  position: relative; }

.cmd-form_chk_card .cmd-chk_parts .label {
  width: 100%;
  padding: 30px 0px 30px 50px !important;
  position: relative;
  border: 1px solid #d9d9d8; }
  @media (min-width: 1141px) {
    .cmd-form_chk_card .cmd-chk_parts .label {
      min-height: 130px; } }

.cmd-form_chk_card .cmd-chk_parts input[type='checkbox']:checked + .label,
.cmd-form_chk_card .cmd-chk_parts input[type='radio']:checked + .label {
  color: #081f2c;
  border-color: #081f2c; }

.credit-saveannotation {
  width: 100%;
  font-size: 1em;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0 !important; }

#gmoPaymentCardList-button {
  display: none; }

.gmo-payment-value {
  width: 100%; }

.for-cardlist-limit {
  display: none; }

.form-half {
  width: 48%; }
  @media (max-width: 768px) {
    .form-half {
      width: 100%; } }

.credit-list-error {
  font-size: 18px;
  margin-top: 1em !important;
  font-weight: normal; }
  @media (max-width: 768px) {
    .credit-list-error {
      font-size: 0.5em;
      white-space: normal; } }

@media (max-width: 768.98px) {
  .sp-layout {
    width: 100%; } }

@media (max-width: 768.98px) {
  #dwfrm_billing_paymentMethods_creditCard_saveCard {
    top: 2px; } }

@media (max-width: 768.98px) {
  .payment-method .form-row.label-middle label {
    padding-left: 1.2em; } }

.no-limit-creditcard {
  padding: 1em 0 !important; }

@media (min-width: 769px) {
  .credit-card-button-space {
    padding: 1em 0 !important; } }

/* updated --- 2019-07-23 23:07:42 */
.page-stocknotification .c-btn-delete {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  text-decoration: underline;
  color: #000; }

@media print, screen and (min-width: 769px) {
  .page-stocknotification .c-btn-delete {
    padding: 0 22px 0 0;
    font-size: 0.75rem;
    line-height: 1.1;
    font-weight: normal; }
  .page-stocknotification .c-btn-delete:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 1px;
    box-sizing: border-box;
    margin: auto;
    background: #000;
    transform: translate3d(0, -2px, 0) rotate(45deg); }
  .page-stocknotification .c-btn-delete:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 1px;
    box-sizing: border-box;
    margin: auto;
    background: #000;
    transform: translate3d(0, -2px, 0) rotate(-45deg); }
  .ua-windows_nt .page-stocknotification .c-btn-delete:before {
    transform: translate3d(0, 0, 0) rotate(45deg); }
  .ua-windows_nt .page-stocknotification .c-btn-delete:after {
    transform: translate3d(0, 0, 0) rotate(-45deg); } }

@media screen and (max-width: 768px) {
  .page-stocknotification .c-btn-delete {
    padding: 0 1.3125rem 0 0;
    font-size: 0.625rem;
    line-height: 1.1;
    font-weight: normal; }
  .page-stocknotification .c-btn-delete:before {
    display: block;
    content: '';
    position: absolute;
    top: 0.25rem;
    right: 0;
    width: 0.8125rem;
    height: 0.0625rem;
    box-sizing: border-box;
    background: #000;
    transform: rotate(45deg); }
  .page-stocknotification .c-btn-delete:after {
    display: block;
    content: '';
    position: absolute;
    top: 0.25rem;
    right: 0;
    width: 0.8125rem;
    height: 0.0625rem;
    box-sizing: border-box;
    background: #000;
    transform: rotate(-45deg); } }

@media print, screen and (min-width: 769px) {
  .page-stocknotification .c-btn-snooze {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 180px;
    box-sizing: border-box;
    padding: 16px 8px 11px 10px;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: bold;
    border: 2px solid #000;
    color: #000;
    transition-property: opacity;
    transition-duration: 0.8s;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .page-stocknotification .c-btn-snooze:hover {
    opacity: 0.5; }
  .ua-windows_nt .page-stocknotification .c-btn-snooze {
    padding: 14px 8px 13px 10px; } }

@media screen and (max-width: 768px) {
  .page-stocknotification .c-btn-snooze {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.8125rem 0.5rem 0.5625rem 0.625rem;
    font-size: 0.813rem;
    line-height: 1.1;
    font-weight: bold;
    border: 0.125rem solid #000;
    color: #000; } }

.entry-wrapper--stocknotification .p-stocknotification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

@media print, screen and (min-width: 769px) {
  .entry-wrapper--stocknotification .p-stocknotification {
    width: 100%;
    box-sizing: border-box;
    padding: 28px 0 28px 0;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #ccc; }
  .entry-wrapper--stocknotification .p-stocknotification-first {
    margin-top: 34px;
    border-top: 1px solid #ccc; }
  .entry-wrapper--stocknotification .p-stocknotification-last {
    margin-bottom: 50px; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-order: 2;
        order: 2;
    min-height: 80px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 20px 0 0;
    width: 100%; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.938rem;
    line-height: 1.35;
    color: #000; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__title > a {
    font-size: 0.938rem;
    text-decoration: underline;
    color: #000; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__title + .p-stocknotification__text {
    margin-top: 1.05em; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.938rem;
    line-height: 1.4; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__text + .p-stocknotification__price {
    margin-top: 1.05em; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__text > a {
    font-size: 0.938rem;
    text-decoration: underline;
    color: #000; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__price {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.938rem;
    line-height: 1.4; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__pict {
    display: block;
    -ms-flex-order: 1;
        order: 1;
    width: 80px;
    min-width: 80px;
    box-sizing: border-box;
    padding: 1px 0 0 0;
    margin: 0 30px 0 0; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui {
    display: block;
    -ms-flex-order: 3;
        order: 3;
    width: 30.76923076923077%;
    min-width: 220px;
    box-sizing: border-box;
    padding: 6px 0 0 0; }
  .entry-wrapper--stocknotification .p-stocknotification.p-stocknotification--soldout .p-stocknotification__ui {
    padding-top: 21px; }
  .ua-ie .entry-wrapper--stocknotification .p-stocknotification.p-stocknotification--soldout .p-stocknotification__info {
    height: 80px; } }

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui {
    min-width: 17.1875vw; }
  .entry-wrapper--stocknotification .p-stocknotification.p-stocknotification--soldout .p-stocknotification__ui {
    padding-top: 1.640625vw; } }

@media print, screen and (min-width: 769px) {
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item .c-btn-delete {
    margin-bottom: -3px; }
  .ua-windows_nt .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item .c-btn-delete {
    margin-bottom: -1px; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item .add-to-cart-in-stock {
    width: 100%;
    max-width: 180px; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item + .p-stocknotification__ui-item {
    margin-top: 20px; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__label-wait {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 180px;
    box-sizing: border-box;
    padding: 16px 0 11px 0;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: bold;
    background: #ccc;
    color: #fff;
    border: none; }
  .ua-windows_nt .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__label-wait {
    padding: 14px 0 13px 0; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__note {
    display: block;
    width: 100%;
    max-width: 180px;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #ea0001; }
  .ua-windows_nt .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__note {
    padding-top: 7px; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__soldout {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #ea0001; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock {
    display: block;
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 0 0 0 0; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .quantity {
    position: absolute;
    top: 0;
    left: 0; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button {
    display: block;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: auto;
    padding: 10px 0 10px 15px;
    border: none; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 22px);
    box-sizing: border-box;
    margin: auto;
    background: #888; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    height: auto;
    box-sizing: border-box;
    padding: 6px 0 2px 0;
    font-size: 0.938rem;
    line-height: 1.1; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button span.ui-selectmenu-text:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    width: 10px;
    height: 6px;
    margin: auto;
    transform: translate3d(0, 1px, 0) scale(0.85, 0.9); }
  .ua-windows_nt .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 4px 0 4px 0; }
  .ua-windows_nt .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button span.ui-selectmenu-text:after {
    transform: translate3d(0, 0, 0) scale(0.85, 0.9); }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button.ui-selectmenu-button-open span.ui-selectmenu-text:after {
    transform: translate3d(0, -3px, 0) scale(0.85, 0.9); }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .add-to-cart {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 16px 0 12px 52px;
    font-size: calc(0.875rem + ((1vw - 10.24px) * 1.5625));
    line-height: 1;
    font-weight: bold; } }
  @media print and (min-width: 1024px), screen and (min-width: 769px) and (min-width: 1024px) {
    .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .add-to-cart {
      font-size: 14px; } }

@media print, screen and (min-width: 769px) {
  .ua-windows_nt .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .add-to-cart {
    padding: 15px 0 13px 52px; } }

@media screen and (max-width: 768px) {
  .entry-wrapper--stocknotification .p-stocknotification {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 1.75rem 0 1.8125rem 0;
    margin: 0 auto 0 auto;
    border-bottom: 0.0625rem solid #ccc; }
  .entry-wrapper--stocknotification .p-stocknotification-first {
    margin-top: 2.125rem;
    border-top: 0.0625rem solid #ccc; }
  .entry-wrapper--stocknotification .p-stocknotification-last {
    margin-bottom: 3.125rem; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-order: 2;
        order: 2;
    width: calc(100% - 6.25rem);
    min-height: 5rem;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 0 0; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__info > dd:last-child {
    padding-right: 5.625rem; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.813rem;
    line-height: 1.35;
    color: #000; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__title > a {
    font-size: 0.813rem;
    text-decoration: underline;
    color: #000; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__title + .p-stocknotification__text {
    margin-top: 1.22em; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.4; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__text + .p-stocknotification__price {
    margin-top: 1.22em; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__text > a {
    text-decoration: underline;
    color: #000; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__price {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.4; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__pict {
    display: block;
    -ms-flex-order: 1;
        order: 1;
    width: 5rem;
    min-width: 5rem;
    box-sizing: border-box;
    padding: 0.0625rem 0 0 0;
    margin: 0 1.25rem 0 0; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui {
    display: block;
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    box-sizing: border-box; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item .c-btn-delete {
    margin-top: -0.9375rem; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item .add-to-cart-in-stock {
    width: 100%; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item + .p-stocknotification__ui-item {
    margin-top: 1.25rem; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item:first-child + .p-stocknotification__ui-item {
    margin-top: 0.9375rem; } }

@media screen and (max-width: 768px) and (max-width: 320px) {
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__info > dd:last-child {
    padding-right: 0; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__ui-item .c-btn-delete {
    margin-top: 0.875rem; } }

@media screen and (max-width: 768px) {
  .entry-wrapper--stocknotification .p-stocknotification.p-stocknotification--soldout .p-stocknotification__ui-item .c-btn-delete {
    margin-top: 0; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__label-wait {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.9375rem 0 0.6875rem 0;
    font-size: 0.813rem;
    line-height: 1.1;
    font-weight: bold;
    background: #ccc;
    color: #fff;
    border: none; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__note {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.625rem 0 0 0;
    margin: 0 0 -0.1875rem 0;
    font-size: 0.625rem;
    line-height: 1.4;
    color: #ea0001; }
  .entry-wrapper--stocknotification .p-stocknotification .p-stocknotification__soldout {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.125rem 0 0 0;
    margin: 0 0 -0.1875rem 0;
    font-size: 0.625rem;
    line-height: 1.4;
    color: #ea0001; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock {
    display: block;
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 0 0 0 0; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .quantity {
    position: absolute;
    top: 0;
    left: 0; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button {
    display: block;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.375rem;
    height: auto;
    padding: 0.625rem 0 0.625rem 0.9375rem;
    border: none; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0.0625rem;
    height: calc(100% - 1.375rem);
    box-sizing: border-box;
    margin: auto;
    background: #888; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    height: auto;
    box-sizing: border-box;
    padding: 0.3125rem 0 0.125rem 0;
    font-size: 0.938rem;
    line-height: 1.1; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button span.ui-selectmenu-text:after {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.625rem;
    left: auto;
    width: 0.625rem;
    height: 0.375rem;
    margin: auto;
    transform: translate3d(0, 0rem, 0) scale(0.9, 0.9);
    border-width: 0.375rem; }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .ui-selectmenu-button.ui-selectmenu-button-open span.ui-selectmenu-text:after {
    width: 0.625rem;
    height: 0.375rem;
    border-width: 0.375rem;
    transform: translate3d(0, -0.1875rem, 0) scale(0.9, 0.9); }
  .entry-wrapper--stocknotification .p-stocknotification .add-to-cart-in-stock .add-to-cart {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1rem 0 0.75rem 0.125rem;
    font-size: 0.813rem;
    line-height: 1;
    font-weight: bold; } }

@media print, screen and (min-width: 769px) {
  .page-stocknotification .entry-dummy_header {
    height: 68px; } }

@media screen and (max-width: 768px) {
  .page-stocknotification .entry-dummy_header {
    height: 4rem; } }

@media print, screen and (min-width: 769px) {
  .page-stocknotification .entry-dummy_footer {
    height: 378px; } }

@media screen and (max-width: 768px) {
  .page-stocknotification .entry-dummy_footer {
    height: 47.875rem; } }

.page-stocknotification .entry-wrapper--stocknotification {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto; }

@media print, screen and (min-width: 769px) {
  .page-stocknotification .entry-wrapper--stocknotification {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 0; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--body {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 95px 0 0; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--body .entry-title {
    padding: 0 0 17px 0;
    margin: 0 0 0 0;
    font-size: 1.625rem; }
  .ua-windows_nt .page-stocknotification .entry-wrapper--stocknotification .entry-container--body .entry-title {
    padding-bottom: 18px; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--body > p {
    margin: 28px 0;
    font-size: 0.938rem; }
  .ua-windows_nt .page-stocknotification .entry-wrapper--stocknotification .entry-container--body > p {
    margin-top: 25px; }
  .page-stocknotification .entry-wrapper--stocknotification .pagination-buttons {
    text-align: center;
    padding: 0;
    margin: 100px auto 0 auto; }
  .page-stocknotification .entry-wrapper--stocknotification .pagination-buttons .button {
    display: inline-block;
    height: auto;
    box-sizing: border-box;
    padding: 13px 29px 8px 29px;
    font-size: 1rem;
    line-height: 1.1; }
  .ua-windows_nt .page-stocknotification .entry-wrapper--stocknotification .pagination-buttons .button {
    padding: 11px 29px 10px 29px; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side {
    width: 310px;
    min-width: 310px;
    box-sizing: border-box;
    padding: 25px 0 50px 0;
    margin: 0; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side .entry-stocknotification_side-nav {
    display: block;
    position: relative;
    width: 100%;
    min-height: 746px;
    box-sizing: border-box;
    background: #000; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side .entry-stocknotification_side-nav:before {
    display: block;
    content: '';
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    width: 66px;
    height: 66px;
    box-sizing: border-box;
    margin: auto;
    background: url(../img/mypage/nav_stamp.png) left top no-repeat;
    background-size: contain; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side .entry-stocknotification_side-nav:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(../img/mypage/nav_footer_bg_pc.png) 0 100% no-repeat;
    background-size: cover; } }

@media screen and (min-width: 769px) and (max-width: 1080px) {
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side {
    width: 28.7037037037vw;
    min-width: 28.7037037037vw; } }

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .page-stocknotification .entry-wrapper--stocknotification {
    padding: 0 0 0 0; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--body {
    margin-right: 7.421875vw; } }

@media screen and (max-width: 768px) {
  .page-stocknotification .entry-wrapper--stocknotification {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--body {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--body .entry-title {
    padding: 1.75rem 1.875rem 1.125rem 1.875rem;
    margin: 0 0 0 0;
    font-size: 1.5rem;
    border-bottom: 0.25rem solid #000; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--body > p {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.875rem 0 1.875rem;
    font-size: 0.813rem; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--body > ul {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.875rem 0 1.875rem; }
  .page-stocknotification .entry-wrapper--stocknotification .pagination-buttons {
    text-align: center;
    padding: 0;
    margin: 10.5rem auto 0 auto; }
  .page-stocknotification .entry-wrapper--stocknotification .pagination-buttons .button {
    display: inline-block;
    height: auto;
    box-sizing: border-box;
    padding: 0.8125rem 1.8125rem 0.5rem 1.8125rem;
    font-size: 0.875rem;
    line-height: 1.1; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5.8125rem 1.875rem 6.875rem 1.875rem;
    margin: 0; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side .entry-stocknotification_side-nav {
    display: block;
    position: relative;
    width: 100%;
    min-height: 45.9375rem;
    box-sizing: border-box;
    background: #000; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side .entry-stocknotification_side-nav:before {
    display: block;
    content: '';
    position: absolute;
    top: -2.0625rem;
    left: 0;
    right: 0;
    width: 4.125rem;
    height: 4.125rem;
    box-sizing: border-box;
    margin: auto;
    background: url(../img/mypage/nav_stamp.png) left top no-repeat;
    background-size: contain; }
  .page-stocknotification .entry-wrapper--stocknotification .entry-container--side .entry-stocknotification_side-nav:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -3.125rem;
    left: 0;
    width: 100%;
    height: 3.125rem;
    background: url(../img/mypage/nav_footer_bg_pc.png) 0 100% no-repeat;
    background-size: cover; } }

.page-stocknotification .collection-block > ul {
  width: 100%; }

.page-stocknotification .ui-selectmenu-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0; }

.page-stocknotification .ui-selectmenu-menu.ui-selectmenu-open {
  display: block; }

.page-stocknotification .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  border: none; }

.page-stocknotification .ui-selectmenu-menu .ui-menu .ui-menu-item {
  padding: 0; }

.page-stocknotification .ui-selectmenu-menu .ui-menu .ui-state-active {
  background: #f1f1f1; }

@media print, screen and (min-width: 769px) {
  .page-stocknotification .ui-selectmenu-menu .ui-menu-item-wrapper,
  .page-stocknotification .ui-selectmenu-menu .ui-state-active {
    padding: 10px 25px 8px 25px;
    font-size: 0.938rem; } }

@media screen and (max-width: 768px) {
  .page-stocknotification .ui-selectmenu-menu .ui-menu-item-wrapper,
  .page-stocknotification .ui-selectmenu-menu .ui-state-active {
    padding: 0.625rem 1.5625rem 0.5rem 1.5625rem;
    font-size: 0.938rem; } }

.pt_kit {
  /* エラーメッセージ 一定のスタイル */
  /* エラーメッセージ 表示制御 ※カート部はデスクトップでは表示されない */
  /* エラーメッセージ デスクトップ表示 */
  /* 色名表示部 */
  /* サイズ表示部 */
  /* ボタン表示制御 */
  /* ギフトラッピング */ }
  .pt_kit .kit-result__error_bottom_desktop,
  .pt_kit .kit-result__error_cart_desktop,
  .pt_kit .kit-result__error_bottom_mobile {
    display: none;
    color: #ea0001; }
  @media (min-width: 769px) {
    .pt_kit .kit-result__error_bottom_desktop {
      visibility: visible; } }
  @media screen and (max-width: 768px) {
    .pt_kit .kit-result__error_bottom_desktop {
      visibility: hidden; } }
  @media (min-width: 769px) {
    .pt_kit .kit-result__error_bottom_mobile {
      visibility: hidden; } }
  @media screen and (max-width: 768px) {
    .pt_kit .kit-result__error_bottom_mobile {
      visibility: visible; } }
  .pt_kit .kit-result__error_bottom_desktop p {
    margin-top: 35px; }
  .pt_kit .kit-result__error_cart_desktop p {
    margin-bottom: 15px; }
  .pt_kit .kit-result__error_bottom_mobile p {
    font-size: 13px;
    text-align: left;
    margin-bottom: 15px; }
  .pt_kit .kit-result__paragraph-color {
    font-size: 15px;
    line-height: 1.4em; }
    @media screen and (max-width: 768px) {
      .pt_kit .kit-result__paragraph-color {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.4em; } }
  @media screen and (max-width: 768px) {
    .pt_kit .kit-result__paragraph-size {
      margin-top: 0px !important; } }
  .pt_kit .js-CategoryItem_form .invisible {
    display: none; }
  .pt_kit p.gift_wrapping {
    margin-bottom: 15px; }
    .pt_kit p.gift_wrapping i.icon {
      vertical-align: middle;
      margin-right: 5px; }

.not_need_mark {
  padding-left: 0 !important; }

.not_need_mark::before {
  content: '' !important; }

/*
 * Online Quiz Module
 * options and questionnaires for skin visualizer .
 */
.online-quiz {
  position: relative;
  /* Online quiz result page */
  /*
* Online quiz Defend and regenrate CTA section
*/
  /**
  * Online Quiz result page
  */
  /*Result CSS*/
  /**
  * Tips and Tutorials section
  */
  /**
  * Recommended section 
  */
  /**
* Error page
*/
  /***
  **** Loader ***
  **/
  /** .online-quiz.online-quiz-retailer */
  /* Online quiz Questions page */ }
  .online-quiz .panel-onlinequiz-wrapper {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
    min-height: 580px; }
    @media (min-width: 769px) {
      .online-quiz .panel-onlinequiz-wrapper::before {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
        max-width: 37.5%;
        content: '';
        background: #faf9f9;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        height: 100%; } }
    .online-quiz .panel-onlinequiz-wrapper .cta-image-triangle-dnr {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%;
      margin-left: 12.5%;
      margin-bottom: 40px;
      -ms-flex-order: 1;
          order: 1; }
      @media (min-width: 769px) {
        .online-quiz .panel-onlinequiz-wrapper .cta-image-triangle-dnr {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 10px;
          padding-left: 10px;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
          max-width: 25%;
          margin-left: 0; } }
      .online-quiz .panel-onlinequiz-wrapper .cta-image-triangle-dnr img {
        width: 100%; }
    .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      -ms-flex-order: 2;
          order: 2;
      padding: 0; }
      @media (min-width: 769px) {
        .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 10px;
          padding-left: 10px;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
          max-width: 75%;
          padding-left: 39px;
          -ms-flex-order: 1;
              order: 1; } }
      .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr h3 {
        font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        font-size: 40px;
        color: #262626;
        line-height: 48px;
        margin: 0px; }
      .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr p {
        font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        font-size: 20px;
        color: #262626;
        line-height: 28px;
        margin-top: 16px;
        margin-bottom: 32px;
        padding-right: 0; }
        @media (min-width: 769px) {
          .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr p {
            padding-right: 25%; } }
      .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr {
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 768.98px) {
          .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 10px;
            padding-left: 10px;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
            margin-top: 24px;
            margin-bottom: 24px;
            display: inline-block; } }
        .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .cmn-btn-onlinequiz {
          letter-spacing: 1px; }
          .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .cmn-btn-onlinequiz a {
            line-height: 18px;
            font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
            font-size: 14px;
            text-transform: uppercase;
            text-align: center;
            cursor: pointer;
            display: block;
            min-width: 0; }
            @media (min-width: 769px) {
              .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .cmn-btn-onlinequiz a {
                min-width: 275px; } }
            .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .cmn-btn-onlinequiz a:hover {
              opacity: 1; }
        .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .primary-btn-panel-dnr {
          background-color: #262626;
          border: none; }
          .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .primary-btn-panel-dnr a {
            color: #ffffff;
            padding: 18px 40px; }
        .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .secondary-btn-panel-dnr {
          border: 1px solid #000000;
          background: #ffffff;
          margin-top: 15px; }
          @media (min-width: 769px) {
            .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .secondary-btn-panel-dnr {
              margin-top: 0;
              margin-left: 18px; } }
          .online-quiz .panel-onlinequiz-wrapper .cta-detail-panel-dnr .btn-grp-panel-dnr .secondary-btn-panel-dnr a {
            color: #000000;
            padding: 17px 30px; }
  @media (min-width: 769px) {
    .online-quiz .panel-onlinequiz-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 1440px; } }
  .online-quiz .score-triangle-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 290px;
    padding: 0 13px 24px;
    margin-top: 15px; }
    @media (min-width: 769px) {
      .online-quiz .score-triangle-wrapper {
        max-width: 215px;
        margin-top: 21px;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    @media (max-width: 768.98px) {
      .online-quiz .score-triangle-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: end;
            justify-content: flex-end;
        padding: 0; }
        .online-quiz .score-triangle-wrapper::before {
          content: '';
          display: block;
          width: 6vw;
          height: 2px; } }
  .online-quiz .cta-image.cta-triangle-img {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 12px; }
    .online-quiz .cta-image.cta-triangle-img img {
      min-width: 119px; }
      @media (min-width: 769px) {
        .online-quiz .cta-image.cta-triangle-img img {
          min-width: 148px; } }
      @media (max-width: 768.98px) {
        .online-quiz .cta-image.cta-triangle-img img {
          width: 110px;
          max-width: 100%;
          margin: 0 18px 0 0;
          min-width: auto; } }
  .online-quiz .onlinequiz-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    position: relative; }
    @media (min-width: 769px) {
      .online-quiz .onlinequiz-header {
        margin: 0; } }
    .online-quiz .onlinequiz-header .take-quiz-link {
      margin: 11px 20px 18px 20px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-header .take-quiz-link {
          -ms-flex: 0 0 87.5%;
              flex: 0 0 87.5%;
          max-width: 87.5%;
          margin-left: 6.25%; } }
    .online-quiz .onlinequiz-header .takequiz-label {
      font-size: 14px;
      line-height: 14px;
      font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
      color: #262626;
      cursor: pointer; }
      .online-quiz .onlinequiz-header .takequiz-label .icon-leftCarouselArrow {
        vertical-align: middle; }
        .online-quiz .onlinequiz-header .takequiz-label .icon-leftCarouselArrow::before {
          font-size: 15px;
          margin-right: 9.5px; }
      .online-quiz .onlinequiz-header .takequiz-label:hover {
        opacity: 1; }
        .online-quiz .onlinequiz-header .takequiz-label:hover span {
          text-decoration: underline; }
    .online-quiz .onlinequiz-header .session-title {
      text-align: left;
      margin: 0 20px;
      max-width: 100%;
      width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-header .session-title {
          position: relative;
          width: 100%;
          min-height: 1px;
          -ms-flex: 0 0 87.5%;
              flex: 0 0 87.5%;
          max-width: 87.5%;
          margin-left: 6.25%; } }
      .online-quiz .onlinequiz-header .session-title h3 {
        font-size: 30px;
        color: #262626;
        text-transform: capitalize;
        line-height: 36px;
        font-weight: normal;
        font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-header .session-title h3 {
            font-size: 40px;
            line-height: 48px; } }
  .online-quiz .onlinequiz-content {
    /**
     * Beauty circulation description section
     */
    /**
     * Overall skin score and description section
     */ }
    .online-quiz .onlinequiz-content .skin-analysis-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px;
      padding-top: 18px; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .skin-analysis-wrapper {
          padding-top: 9px; } }
      .online-quiz .onlinequiz-content .skin-analysis-wrapper .score-section,
      .online-quiz .onlinequiz-content .skin-analysis-wrapper .analysis-section {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .score-section,
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .analysis-section {
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
            max-width: 37.5%;
            margin-left: 6.25%; } }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .skin-analysis-wrapper .analysis-section {
          padding-left: 10px; } }
      .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle {
        width: 182px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle {
            width: 52%; } }
        .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle .factor {
          font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
          font-size: 14px;
          line-height: 17px;
          color: #d6001c;
          width: 50%;
          text-align: center; }
          @media (min-width: 769px) {
            .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle .factor {
              font-size: 18px; } }
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle .factor.top-text {
            width: 100%;
            margin-bottom: 10px; }
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle .factor.left-text {
            transform: translateX(-50%);
            margin-top: 10px; }
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle .factor.right-text {
            transform: translateX(50%);
            margin-top: 10px; }
        .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle polygon {
          transform: scale(0);
          transition: transform 1s;
          transition-delay: 1s; }
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .magic-triangle polygon.load-polygon {
            transform: scale(1); }
      .online-quiz .onlinequiz-content .skin-analysis-wrapper .ideal-mark-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        margin-top: 20px; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .ideal-mark-section {
            margin-top: 49px; } }
      .online-quiz .onlinequiz-content .skin-analysis-wrapper .mark-triangle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; }
      .online-quiz .onlinequiz-content .skin-analysis-wrapper .mark-text {
        font-size: 14px;
        color: #666666;
        line-height: 1;
        font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        padding-left: 6px; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-content .skin-analysis-wrapper .mark-text {
            padding-left: 8px; } }
    .online-quiz .onlinequiz-content .beauty-circulation-section::before {
      display: none; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .beauty-circulation-section::before {
          content: '';
          display: block;
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 10px;
          padding-left: 10px;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
          max-width: 75%;
          margin-left: 12.5%;
          border-top: 1px solid #cccccc;
          margin-top: 32px;
          margin-bottom: 48px; } }
    @media (min-width: 769px) {
      .online-quiz .onlinequiz-content .beauty-circulation-section .circulation-description {
        -ms-flex-align: center;
            align-items: center;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%;
        -ms-flex-align: start;
            align-items: flex-start;
        margin: 0 auto;
        min-width: 590px;
        padding-left: 5px;
        padding-right: 5px; } }
    @media (min-width: 769px) {
      .online-quiz .onlinequiz-content .beauty-circulation-section .circulation-description .beauty-circulation-wrapper {
        margin-left: 150px; } }
    .online-quiz .onlinequiz-content .beauty-circulation-section .circle-img-wrapper {
      display: inline-block;
      max-width: 44px;
      margin-right: 14px;
      vertical-align: top; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .beauty-circulation-section .circle-img-wrapper {
          position: absolute;
          top: 0;
          left: 10px;
          display: block;
          max-width: 114px;
          margin-right: 35px;
          -ms-flex: none;
              flex: none; } }
    @media (max-width: 768.98px) {
      .online-quiz .onlinequiz-content .beauty-circulation-section .circulation-text {
        display: inline-block;
        width: calc(100% - 25%);
        vertical-align: top; } }
    .online-quiz .onlinequiz-content .score-section {
      padding-left: 10px; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .score-section {
          padding-top: 65px; } }
    .online-quiz .onlinequiz-content .tag-wrapper {
      padding: 6px 8px;
      position: relative;
      line-height: 11px;
      background: #eaf2e6; }
      .online-quiz .onlinequiz-content .tag-wrapper .tag-text {
        color: #247800; }
      .online-quiz .onlinequiz-content .tag-wrapper.red-tag {
        background: #fbe6e9; }
        .online-quiz .onlinequiz-content .tag-wrapper.red-tag .tag-text {
          color: #d6001c; }
      .online-quiz .onlinequiz-content .tag-wrapper .tag-text {
        font-size: 9px;
        font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        vertical-align: middle; }
    .online-quiz .onlinequiz-content .skin-analysis-section {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .skin-analysis-section {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          max-width: 50%; } }
    .online-quiz .onlinequiz-content .skin-type {
      font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
      color: #262626;
      cursor: pointer;
      padding: 29px 0 24px 0;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 20px;
      transition: 0.4s;
      border-bottom: 1px solid #cccccc; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .skin-type {
          pointer-events: none; } }
      .online-quiz .onlinequiz-content .skin-type.last-skin-type {
        border-bottom: 1px solid #888888; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-content .skin-type.last-skin-type {
            border-bottom: none;
            padding-top: 0; } }
      .online-quiz .onlinequiz-content .skin-type.active .icon-downCarrot::before {
        transform: rotate(180deg);
        display: inline-block; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .skin-type {
          font-size: 24px;
          padding: 29px 0 12px 0;
          border-bottom: 0; }
          .online-quiz .onlinequiz-content .skin-type.first-skin-type {
            padding-top: 12px; } }
      .online-quiz .onlinequiz-content .skin-type.active {
        border-bottom: 0; }
      .online-quiz .onlinequiz-content .skin-type .icon-downCarrot {
        font-size: 8.5px;
        margin-right: 11px;
        margin-left: 5px;
        vertical-align: middle; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-content .skin-type .icon-downCarrot {
            display: none; } }
      .online-quiz .onlinequiz-content .skin-type .skinscore {
        float: right;
        font-size: 14px;
        margin-top: 0;
        font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-content .skin-type .skinscore {
            font-size: 16px; } }
        .online-quiz .onlinequiz-content .skin-type .skinscore .your-score {
          font-size: 28px;
          font-weight: 500; }
          @media (min-width: 769px) {
            .online-quiz .onlinequiz-content .skin-type .skinscore .your-score {
              font-size: 32px; } }
    @media (max-width: 768.98px) {
      .online-quiz .onlinequiz-content .accordiontext {
        vertical-align: middle;
        display: inline-block;
        width: 50%; } }
    .online-quiz .onlinequiz-content .skin-description-wrapper {
      padding: 15px 0;
      display: none;
      overflow: hidden;
      font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
      font-size: 14px;
      line-height: 20px;
      color: #666666;
      border-bottom: 1px solid #cccccc; }
      @media (min-width: 769px) {
        .online-quiz .onlinequiz-content .skin-description-wrapper {
          font-size: 16px;
          padding: 0 0 32px 0;
          line-height: 22px;
          display: block !important; } }
      .online-quiz .onlinequiz-content .skin-description-wrapper.last-desc-type {
        border-bottom: 1px solid #888888; }
        @media (min-width: 769px) {
          .online-quiz .onlinequiz-content .skin-description-wrapper.last-desc-type {
            border-bottom: 0;
            padding-bottom: 0; } }
  .online-quiz .pt_account .account-banner-inner.onlinequiz-page-header {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 22px;
    padding-bottom: 20px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 769px) {
      .online-quiz .pt_account .account-banner-inner.onlinequiz-page-header {
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
        max-width: 87.5%;
        margin-left: 6.25%; } }
  .online-quiz .pt_account .account-content .account-content-inner.account-onlinequiz {
    padding-bottom: 0;
    padding-top: 25px; }
    @media (min-width: 769px) {
      .online-quiz .pt_account .account-content .account-content-inner.account-onlinequiz {
        padding-top: 12px; } }
  @media (max-width: 768.98px) {
    .online-quiz .how-to-section {
      margin: 0 -20px; } }
  .online-quiz .howto-content-tile {
    padding: 40px 20px;
    background-color: #faf9f9; }
    @media (min-width: 769px) {
      .online-quiz .howto-content-tile {
        padding: 50px 0 60px; } }
    .online-quiz .howto-content-tile .section-heading-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -10px;
      margin-left: -10px; }
    .online-quiz .howto-content-tile .howto-content-title {
      font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
      color: #262626;
      text-transform: none;
      font-size: 30px;
      line-height: 120%;
      margin-bottom: 17px;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .howto-content-tile .howto-content-title {
          font-size: 40px;
          -ms-flex: 0 0 93.75%;
              flex: 0 0 93.75%;
          max-width: 93.75%;
          margin-left: 6.25%;
          margin-bottom: 5px; } }
    .online-quiz .howto-content-tile .howto-content-text {
      font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
      color: #000000;
      text-transform: none;
      font-size: 14px;
      line-height: 140%;
      margin-bottom: 28px;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .howto-content-tile .howto-content-text {
          -ms-flex: 0 0 37.5%;
              flex: 0 0 37.5%;
          max-width: 37.5%;
          margin-left: 6.25%; } }
    @media (min-width: 769px) {
      .online-quiz .howto-content-tile .tutorial-listing {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px; } }
    .online-quiz .howto-content-tile .tutorial-listing .tile-placeholder {
      line-height: normal;
      position: relative; }
    .online-quiz .howto-content-tile .tutorial-listing .tutorial-tile {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 25px;
      padding: 0; }
      @media (min-width: 769px) {
        .online-quiz .howto-content-tile .tutorial-listing .tutorial-tile {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 10px;
          padding-left: 10px;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
          max-width: 25%;
          margin-left: 6.25%;
          margin-bottom: 0; } }
      .online-quiz .howto-content-tile .tutorial-listing .tutorial-tile a:hover {
        opacity: 0.7; }
      .online-quiz .howto-content-tile .tutorial-listing .tutorial-tile .article-tags {
        display: none; }
      .online-quiz .howto-content-tile .tutorial-listing .tutorial-tile h5 {
        margin-top: 15px;
        font-size: 16px;
        line-height: 140%; }
      .online-quiz .howto-content-tile .tutorial-listing .tutorial-tile .detail-link {
        margin-top: 8px;
        color: #d6001c;
        font-size: 16px; }
      .online-quiz .howto-content-tile .tutorial-listing .tutorial-tile .play-pause-btn {
        z-index: 1;
        cursor: pointer;
        position: absolute;
        color: #ffffff; }
      .online-quiz .howto-content-tile .tutorial-listing .tutorial-tile:last-child {
        margin-bottom: 0; }
  .online-quiz .recommneded-section-online-quiz {
    font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    @media (min-width: 769px) {
      .online-quiz .recommneded-section-online-quiz {
        padding-bottom: 75px;
        padding-top: 66px; } }
    .online-quiz .recommneded-section-online-quiz .defend-regenerate,
    .online-quiz .recommneded-section-online-quiz .personal-concerns {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .recommneded-section-online-quiz .defend-regenerate,
        .online-quiz .recommneded-section-online-quiz .personal-concerns {
          -ms-flex: 0 0 87.5%;
              flex: 0 0 87.5%;
          max-width: 87.5%;
          margin-left: 6.25%; } }
  .online-quiz .recommended-span,
  .online-quiz .alternate-span {
    position: absolute;
    font-size: 16px;
    top: 0;
    color: #d6001c; }
  .online-quiz .recommended-products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin: 0 -4px; }
    .online-quiz .recommended-products .recommended-product {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      padding-right: 4px;
      padding-left: 4px;
      width: 100%;
      max-width: 320px;
      margin: 30px auto 0;
      padding-top: 22px; }
      @media (min-width: 601px) {
        .online-quiz .recommended-products .recommended-product {
          width: 50%;
          margin: 30px 0 0; } }
      @media (min-width: 769px) {
        .online-quiz .recommended-products .recommended-product {
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .online-quiz .recommended-products .recommended-product {
          width: 25%; } }
      .online-quiz .recommended-products .recommended-product .product-tile-wrapper {
        height: calc(100% - 8px); }
      .online-quiz .recommended-products .recommended-product:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #d6001c;
        margin-bottom: 8px; }
      .online-quiz .recommended-products .recommended-product.additional-product .recommended-span {
        display: none; }
      @media (min-width: 601px) {
        .online-quiz .recommended-products .recommended-product.additional-product:last-child:before {
          margin-left: -50%;
          width: 150%; } }
      @media (min-width: 769px) {
        .online-quiz .recommended-products .recommended-product.additional-product:not(:last-child) .recommended-span {
          display: inline; } }
      @media (min-width: 1024px) {
        .online-quiz .recommended-products .recommended-product.additional-product:not(:last-child) .recommended-span {
          display: none; }
        .online-quiz .recommended-products .recommended-product.additional-product:before {
          margin-left: -50%;
          width: 150%; } }
      .online-quiz .recommended-products .recommended-product.alternative-product .recommended-span {
        color: #666666; }
      .online-quiz .recommended-products .recommended-product.alternative-product:before {
        background: #666666; }
  @media (min-width: 769px) {
    .online-quiz .defend-regenerate .recommended-top-section-qz {
      border-top: 1px solid #888888; } }
  @media (min-width: 601px) {
    .online-quiz .defend-regenerate .recommended-product {
      width: 40%; }
      .online-quiz .defend-regenerate .recommended-product:first-child {
        margin-right: 60%; } }
  @media (min-width: 769px) {
    .online-quiz .defend-regenerate .recommended-product {
      width: 33.33%; }
      .online-quiz .defend-regenerate .recommended-product:first-child {
        margin-right: 66.7%; } }
  @media (min-width: 1024px) {
    .online-quiz .defend-regenerate .recommended-product {
      width: 25%; }
      .online-quiz .defend-regenerate .recommended-product:first-child {
        margin-right: 0; } }
  .online-quiz .defend-regenerate .recommended-products .additional-product {
    margin-top: 50px; }
    .online-quiz .defend-regenerate .recommended-products .additional-product:after {
      content: '&';
      font-size: 28px;
      color: #d6001c;
      position: absolute;
      top: -65px;
      left: 50%;
      transform: translateX(-50%); }
    @media (min-width: 1024px) {
      .online-quiz .defend-regenerate .recommended-products .additional-product:not(last-child) {
        margin-top: 30px;
        margin-left: 42px; }
      .online-quiz .defend-regenerate .recommended-products .additional-product:after {
        top: 175px;
        left: -21px; } }
    @media (min-width: 601px) {
      .online-quiz .defend-regenerate .recommended-products .additional-product:last-child {
        margin-left: 42px; } }
    .online-quiz .defend-regenerate .recommended-products .additional-product:last-child:after {
      content: 'OR';
      font-size: 24px; }
      @media (min-width: 601px) {
        .online-quiz .defend-regenerate .recommended-products .additional-product:last-child:after {
          top: 175px;
          left: -21px; } }
  .online-quiz .recommended-top-section-qz h2 {
    text-transform: none;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 30px;
    font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
    color: #262626;
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
    @media (min-width: 769px) {
      .online-quiz .recommended-top-section-qz h2 {
        font-size: 40px;
        margin-top: 55px;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .online-quiz .recommended-top-section-qz .content-asset {
    margin-top: 40px; }
  .online-quiz .recommended-top-section-qz h3 {
    text-transform: none;
    font-size: 24px;
    color: #262626;
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .online-quiz .recommended-top-section-qz h3 {
        font-size: 30px; } }
  .online-quiz .recommended-top-section-qz p {
    font-size: 12px;
    color: #000000;
    line-height: 20px; }
    @media (min-width: 769px) {
      .online-quiz .recommended-top-section-qz p {
        color: #666666;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%;
        font-size: 14px; } }
  .online-quiz .personal-concerns .concerns-tags {
    margin-top: 10px; }
    .online-quiz .personal-concerns .concerns-tags .concern-tag {
      font-size: 9px;
      padding: 6px 8px;
      margin-right: 8px;
      background-color: #f1f1f1;
      text-transform: uppercase; }
  @media (min-width: 769px) {
    .online-quiz .error-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 1440px; } }
  .online-quiz .error-container .onlinequiz-error-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content {
      padding-top: 75px;
      padding-bottom: 180px;
      background: #faf9f9;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content {
          padding-top: 135px;
          padding-bottom: 177px;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          max-width: 50%; } }
      .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content .onlinequiz-errors {
        padding: 0 30px; }
        @media (min-width: 769px) {
          .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content .onlinequiz-errors {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 10px;
            padding-left: 10px;
            margin-left: 12.5%; } }
        .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content .onlinequiz-errors a:hover {
          opacity: 1;
          text-decoration: underline; }
      .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content h1 {
        text-transform: none;
        font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        font-size: 32px;
        margin-bottom: 30px; }
        @media (min-width: 769px) {
          .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content h1 {
            font-size: 60px; } }
      .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content h2 {
        text-transform: none;
        font-size: 30px;
        margin-bottom: 57px;
        font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important; }
        @media (min-width: 769px) {
          .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content h2 {
            margin-bottom: 40px;
            font-size: 40px; } }
      .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content h5 {
        font-size: 14px;
        font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        margin-bottom: 24px;
        text-transform: none; }
      .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content a {
        color: #262626;
        font-size: 12px; }
        @media (min-width: 769px) {
          .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content a {
            font-size: 25px; } }
      .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content .icon-arrow-left {
        vertical-align: bottom;
        margin-right: 10px; }
        @media (min-width: 769px) {
          .online-quiz .error-container .onlinequiz-error-wrapper .onlinequiz-error-content .icon-arrow-left {
            vertical-align: sub; } }
  .online-quiz .full-page-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 118px 0;
    display: block; }
    .online-quiz .full-page-loader.camelia-loader1 {
      z-index: 1000; }
    @media (min-width: 769px) {
      .online-quiz .full-page-loader {
        padding: 177px 0; } }
    .online-quiz .full-page-loader .loader-img-wrapper {
      margin: 0 auto;
      max-width: 96px;
      margin-bottom: 16px; }
      @media (min-width: 769px) {
        .online-quiz .full-page-loader .loader-img-wrapper {
          max-width: 146px;
          margin-bottom: 17px; } }
    .online-quiz .full-page-loader .loader-wrapper {
      text-align: center; }
    .online-quiz .full-page-loader.hidden {
      display: none; }
    .online-quiz .full-page-loader span {
      font-size: 24px;
      font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      max-width: 519px;
      margin: 0 auto;
      display: block;
      max-width: 330px;
      line-height: 24px;
      margin-bottom: 10px; }
      @media (min-width: 769px) {
        .online-quiz .full-page-loader span {
          font-size: 32px;
          line-height: 32px;
          margin-bottom: 8px; } }
    .online-quiz .full-page-loader p {
      font-size: 12px;
      font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
      letter-spacing: 0.08em;
      max-width: 203px;
      margin: 0 auto;
      line-height: 17px; }
      @media (min-width: 769px) {
        .online-quiz .full-page-loader p {
          max-width: 309px;
          line-height: 14px;
          font-size: 14px; } }
  .online-quiz.online-quiz-retailer.online-quiz .full-page-loader.camelia-loader1,
  .online-quiz.online-quiz-retailer.online-quiz .full-page-loader.camelia-loader2 {
    padding-top: 40vh; }
  .online-quiz.online-quiz-retailer .product-tile .badge-container {
    cursor: auto; }
    .online-quiz.online-quiz-retailer .product-tile .badge-container:hover .badge-product {
      color: #666666; }
  .online-quiz.online-quiz-retailer .product-tile a.name-link:hover {
    opacity: 1; }
  .online-quiz.online-quiz-retailer .product-tile .product-name:hover {
    color: #000000; }
  .online-quiz .footer-section {
    padding: 2rem 0;
    text-align: center; }
    .online-quiz .footer-section .remarks-wrapper {
      margin-bottom: 2rem; }
      .online-quiz .footer-section .remarks-wrapper .remarks-textarea {
        display: inline-block; }
        .online-quiz .footer-section .remarks-wrapper .remarks-textarea .d-mobile {
          display: block; }
          @media (min-width: 601px) {
            .online-quiz .footer-section .remarks-wrapper .remarks-textarea .d-mobile {
              display: none; } }
        .online-quiz .footer-section .remarks-wrapper .remarks-textarea .price-remarks,
        .online-quiz .footer-section .remarks-wrapper .remarks-textarea .close-remarks {
          text-align: left; }
          @media (min-width: 601px) {
            .online-quiz .footer-section .remarks-wrapper .remarks-textarea .price-remarks,
            .online-quiz .footer-section .remarks-wrapper .remarks-textarea .close-remarks {
              text-align: center; } }
        .online-quiz .footer-section .remarks-wrapper .remarks-textarea .price-remarks {
          font-size: 0.8rem;
          margin-bottom: 2rem; }
        .online-quiz .footer-section .remarks-wrapper .remarks-textarea .close-remarks {
          font-size: calc(0.75rem + ((1vw - 3.2px) * 0.8929)); }
          @media (min-width: 769px) {
            .online-quiz .footer-section .remarks-wrapper .remarks-textarea .close-remarks {
              font-size: 16px; } }
    .online-quiz .footer-section a.retake-link {
      border: 2px solid #000000;
      padding: 18px 40px;
      background-color: #000000;
      color: #ffffff;
      display: inline-block; }
  .online-quiz .slide-inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .online-quiz .slide-inner-wrapper .question-section {
      -ms-flex-order: 1;
          order: 1;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (max-width: 768.98px) {
        .online-quiz .slide-inner-wrapper .question-section {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 769px) {
        .online-quiz .slide-inner-wrapper .question-section {
          -ms-flex: 0 0 31.25%;
              flex: 0 0 31.25%;
          max-width: 31.25%; } }
      .online-quiz .slide-inner-wrapper .question-section .question-wrapper {
        background: #faf9f9;
        margin-bottom: 10px;
        padding: 74px 30px 18px 30px; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .question-section .question-wrapper {
            min-height: 648px;
            margin-bottom: 0;
            padding: 100px 0 40px 0; } }
      .online-quiz .slide-inner-wrapper .question-section .question-number,
      .online-quiz .slide-inner-wrapper .question-section .question,
      .online-quiz .slide-inner-wrapper .question-section .question-description {
        padding-right: 40px;
        margin-bottom: 16px;
        text-align: left; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .question-section .question-number,
          .online-quiz .slide-inner-wrapper .question-section .question,
          .online-quiz .slide-inner-wrapper .question-section .question-description {
            margin-left: 21%; } }
      .online-quiz .slide-inner-wrapper .question-section .question-number {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.4em; }
      .online-quiz .slide-inner-wrapper .question-section .question {
        font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        font-size: 24px;
        line-height: 29px;
        color: #262626; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .question-section .question {
            font-size: 30px;
            line-height: 36px; } }
      .online-quiz .slide-inner-wrapper .question-section .question-description {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.08em;
        color: #666666; }
    .online-quiz .slide-inner-wrapper .answer-section {
      -ms-flex-order: 3;
          order: 3;
      margin-top: 14px;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .slide-inner-wrapper .answer-section {
          -ms-flex-order: 2;
              order: 2;
          margin-top: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
          max-width: 25%;
          margin-left: 6.25%;
          padding-top: 100px;
          padding-bottom: 40px; } }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option ul {
        padding: 0;
        margin: 0;
        list-style: none; }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option label {
        font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        font-size: 16px;
        line-height: 19.2px;
        color: #262626; }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .form-row {
        padding: 3px 0; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .form-row input[type='checkbox'],
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .form-row input[type='radio'] {
          opacity: 0;
          width: 0;
          height: 0;
          margin-right: 0;
          float: left; }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .field-wrapper {
        padding-top: 28px; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .answer-section .answer-option .field-wrapper {
            padding-top: 25px; } }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox input[type='checkbox']:checked + label:before {
        transform: translateX(-50%) rotate(47.5deg);
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-top: #262626;
        border-left: #262626;
        display: block;
        position: absolute;
        left: 8px;
        width: 6px;
        height: 12px; }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox input[type='checkbox']:checked + label:after {
        transform: scale(1);
        border-radius: 1px; }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox input[type='checkbox']:checked + label span {
        margin-left: 28px; }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox input[type='checkbox']:disabled + label {
        color: #cccccc; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox input[type='checkbox']:disabled + label:hover:before {
          border: 1px solid #cccccc; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox input[type='checkbox']:disabled + label:before {
          border-color: #cccccc; }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox label {
        display: -ms-flexbox;
        display: flex; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox label span {
          line-height: 1;
          cursor: pointer; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox label:hover:before {
          border: 2px solid #262626; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox label:before {
          margin-right: 12px;
          content: '';
          display: block;
          border: 1px solid #888888;
          width: 16px;
          height: 16px;
          text-align: center;
          line-height: 16px;
          color: #ffffff;
          border-radius: 1px;
          cursor: pointer; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-checkbox label:after {
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          border: 1px solid #262626;
          background: #262626;
          left: 0;
          top: 0;
          position: absolute;
          transition: transform 0.5s, border-radius 0.5s;
          transform: scale(0);
          border-radius: 100%;
          color: #ffffff;
          z-index: -1; }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio input[type='radio']:checked + label:after {
        background: #666666;
        animation: shrink-bounce 0.5s linear; }

@keyframes shrink-bounce {
  0% {
    transform: scale(0); }
  33% {
    transform: scale(0.5); }
  70% {
    transform: scale(1); }
  100% {
    transform: scale(0.7); } }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio:hover input[type='radio']:checked + label:after {
        transform: scale(0.7); }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio label {
        display: -ms-flexbox;
        display: flex; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio label span {
          max-width: 100%;
          cursor: pointer; }
          @media (max-width: 1023.98px) {
            .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio label span {
              max-width: 75%; } }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio label:hover:after {
          transform: scale(0.5);
          background: #666666; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio label:before {
          margin-right: 12px;
          content: '';
          display: block;
          border: 1px solid #666666;
          width: 16px;
          height: 16px;
          text-align: center;
          line-height: 16px;
          border-radius: 100%;
          cursor: pointer; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio label:after {
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          position: absolute;
          transform: scale(0.7);
          border-radius: 100%;
          z-index: -1; }
      @media all and (-ms-high-contrast: none) {
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio label[class^='question2']:after {
          left: 0; }
        .online-quiz .slide-inner-wrapper .answer-section .answer-option .animated-radio label:after {
          left: 17px; } }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .slider-description {
        font-weight: normal;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.08em;
        color: #888888;
        min-width: 290px; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .answer-section .answer-option .slider-description {
            min-width: 475px; } }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .slider-wrapper {
        margin-top: 24px;
        padding-bottom: 50px; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .answer-section .answer-option .slider-wrapper {
            padding-bottom: 0;
            margin-top: 40px; } }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .error-wrapper span {
        display: none;
        margin-top: 10px;
        color: #d6001c; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .answer-section .answer-option .error-wrapper span {
            margin-top: 45px; } }
      .online-quiz .slide-inner-wrapper .answer-section .answer-option .error-wrapper .show-error {
        display: block; }
      .online-quiz .slide-inner-wrapper .answer-section .select-limit {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.08em;
        color: #666666;
        font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important; }
      .online-quiz .slide-inner-wrapper .answer-section .slider-question {
        margin-bottom: 30px;
        background: #cccccc;
        margin-right: 0; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .answer-section .slider-question {
            margin-bottom: 30px;
            margin-right: 48px; } }
      .online-quiz .slide-inner-wrapper .answer-section .min-max-lables {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 35px;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #888888; }
        @media (min-width: 1024px) {
          .online-quiz .slide-inner-wrapper .answer-section .min-max-lables {
            width: 425px; } }
      .online-quiz .slide-inner-wrapper .answer-section .ui-slider-horizontal {
        height: 2px;
        width: 275px;
        display: block; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .answer-section .ui-slider-horizontal {
            display: inline-block;
            vertical-align: bottom;
            width: 425px; } }
        .online-quiz .slide-inner-wrapper .answer-section .ui-slider-horizontal .ui-slider-handle {
          background: #ffffff;
          border: 1px solid #666666;
          top: -25px;
          border-radius: 50%;
          width: 50px;
          height: 50px;
          cursor: pointer; }
      .online-quiz .slide-inner-wrapper .answer-section .selected-age {
        display: inline-block;
        margin-left: 0; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .answer-section .selected-age {
            margin-bottom: 6px; } }
        .online-quiz .slide-inner-wrapper .answer-section .selected-age input {
          border: 2px solid #888888;
          font-size: 16px;
          width: 63px;
          height: 51px;
          padding: 18px 15px;
          text-align: center; }
        .online-quiz .slide-inner-wrapper .answer-section .selected-age .show-error {
          border: 2px solid #d6001c; }
    .online-quiz .slide-inner-wrapper .image-section {
      -ms-flex-order: 2;
          order: 2;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 769px) {
        .online-quiz .slide-inner-wrapper .image-section {
          -ms-flex-order: 3;
              order: 3;
          -ms-flex: 0 0 31.25%;
              flex: 0 0 31.25%;
          max-width: 31.25%;
          padding-top: 100px;
          padding-bottom: 40px; } }
      .online-quiz .slide-inner-wrapper .image-section .base-image {
        max-width: 185px;
        margin: 0 auto;
        position: relative; }
        @media (min-width: 769px) {
          .online-quiz .slide-inner-wrapper .image-section .base-image {
            max-width: 350px; } }
        .online-quiz .slide-inner-wrapper .image-section .base-image .fade-overlay {
          opacity: 0.5; }
        .online-quiz .slide-inner-wrapper .image-section .base-image.main-overlay::before {
          background-color: #ffffff;
          border: 1px solid #cccccc; }
      .online-quiz .slide-inner-wrapper .image-section .overlay-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
        .online-quiz .slide-inner-wrapper .image-section .overlay-image.no-transparent {
          z-index: 1;
          background-color: #ffffff; }
    @media (max-width: 768.98px) {
      .online-quiz .slide-inner-wrapper .answer-section,
      .online-quiz .slide-inner-wrapper .image-section {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 768.98px) {
      .online-quiz .slide-inner-wrapper {
        -ms-flex-pack: center;
            justify-content: center; }
        .online-quiz .slide-inner-wrapper .answer-section,
        .online-quiz .slide-inner-wrapper .image-section {
          min-width: 340px;
          max-width: 50%;
          width: auto; } }
  .online-quiz .quiz-container {
    position: relative; }
    @media (max-width: 768.98px) {
      .online-quiz .quiz-container {
        padding: 0; } }
    .online-quiz .quiz-container .quiz-cta.cta-prev .prev-label {
      display: none; }
    .online-quiz .quiz-container .quiz-cta.cta-prev .backto-label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .online-quiz .quiz-container .quiz-cta.cta-prev.show-prev .prev-label {
      display: block; }
    .online-quiz .quiz-container .quiz-cta.cta-prev.show-prev .backto-label {
      display: none; }
    .online-quiz .quiz-container .quiz-cta.cta-next .next-label {
      display: none; }
    .online-quiz .quiz-container .quiz-cta.cta-next .quiz-result-label {
      display: block; }
    .online-quiz .quiz-container .quiz-cta.cta-next.show-next .next-label {
      display: block; }
    .online-quiz .quiz-container .quiz-cta.cta-next.show-next .quiz-result-label {
      display: none; }
  .online-quiz .quiz-wrapper .slick-arrow {
    position: absolute;
    bottom: 38px;
    font-size: 15px;
    top: auto;
    background: #000000;
    line-height: normal;
    color: #ffffff;
    padding: 10px;
    width: auto;
    height: auto;
    margin: 0;
    cursor: pointer;
    right: 6.3%;
    text-transform: none;
    visibility: visible; }
    .online-quiz .quiz-wrapper .slick-arrow::after {
      display: none; }
    .online-quiz .quiz-wrapper .slick-arrow.slick-prev {
      top: 30px;
      bottom: auto;
      color: #000000;
      padding: 0;
      background: none;
      left: 6.25%; }
  .online-quiz .slide-inner-wrapper.slider .image-section {
    display: none; }
  .online-quiz .boolean .answer-option input[type='radio']:checked + label {
    border: 1px solid #262626; }
    .online-quiz .boolean .answer-option input[type='radio']:checked + label:after {
      transform: scale(0.7); }
  .online-quiz .boolean .answer-option .form-row .animated-radio {
    margin: 1px; }
    .online-quiz .boolean .answer-option .form-row .animated-radio:hover {
      margin: 0; }
    .online-quiz .boolean .answer-option .form-row .animated-radio label {
      padding: 19px 0 19px 17px;
      border: 1px solid #888888;
      border-radius: 2px;
      cursor: pointer; }
      .online-quiz .boolean .answer-option .form-row .animated-radio label:hover {
        border: 2px solid #262626; }
        .online-quiz .boolean .answer-option .form-row .animated-radio label:hover:after {
          transform: scale(0.5); }
      .online-quiz .boolean .answer-option .form-row .animated-radio label span {
        max-width: 100%; }
        @media (max-width: 1023.98px) {
          .online-quiz .boolean .answer-option .form-row .animated-radio label span {
            max-width: 75%; } }
  .online-quiz .boolean .answer-option .form-row .field-wrapper {
    padding-top: 0; }
  .online-quiz .boolean .answer-option ul {
    max-width: 284px; }
  @media (max-width: 768.98px) {
    .online-quiz .slider .answer-section {
      -ms-flex-pack: center;
          justify-content: center;
      min-width: 340px;
      max-width: 50%;
      width: auto; } }
  @media (min-width: 769px) {
    .online-quiz .slider .answer-section {
      -ms-flex: 0 0 43.75%;
          flex: 0 0 43.75%;
      max-width: 43.75%;
      margin-left: 6.25%;
      padding-top: 108px;
      padding-bottom: 40px; } }
  .online-quiz .quiz-cta.cta-prev {
    position: absolute;
    top: 21px;
    left: 20px;
    z-index: 99;
    max-width: 100%; }
    @media (min-width: 769px) {
      .online-quiz .quiz-cta.cta-prev {
        top: 29px;
        left: 6.4%;
        max-width: 20%; } }
  @media (max-width: 768.98px) {
    .online-quiz .quiz-cta.cta-next {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 24px;
      margin-bottom: 24px; } }
  @media (min-width: 769px) {
    .online-quiz .quiz-cta.cta-next {
      position: absolute;
      bottom: 80px;
      right: 6.4%; } }
  .online-quiz .quiz-cta.cta-next.inactive a,
  .online-quiz .quiz-cta.cta-next.inactive button[type='submit'] {
    background: #666666;
    pointer-events: none;
    border: 1px solid #666666;
    color: #ffffff; }
  .online-quiz .quiz-cta .next-label,
  .online-quiz .quiz-cta .quiz-result-label button {
    font-family: "ReaderMedium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 40px;
    line-height: 12px;
    font-size: 12px;
    background: #262626;
    border: 1px solid #262626;
    cursor: pointer;
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 769px) {
      .online-quiz .quiz-cta .next-label,
      .online-quiz .quiz-cta .quiz-result-label button {
        line-height: 14px;
        font-size: 14px; } }
    .online-quiz .quiz-cta .next-label:hover,
    .online-quiz .quiz-cta .quiz-result-label button:hover {
      background: #ffffff;
      color: #262626; }
  .online-quiz .quiz-cta .backto-label,
  .online-quiz .quiz-cta .prev-label {
    font-size: 14px;
    line-height: 14px;
    font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
    color: #262626;
    cursor: pointer; }
    .online-quiz .quiz-cta .backto-label .icon-leftCarouselArrow,
    .online-quiz .quiz-cta .prev-label .icon-leftCarouselArrow {
      vertical-align: middle; }
      .online-quiz .quiz-cta .backto-label .icon-leftCarouselArrow::before,
      .online-quiz .quiz-cta .prev-label .icon-leftCarouselArrow::before {
        font-size: 15px;
        margin-right: 9.5px; }
    .online-quiz .quiz-cta .backto-label:hover,
    .online-quiz .quiz-cta .prev-label:hover {
      opacity: 1; }
      .online-quiz .quiz-cta .backto-label:hover span,
      .online-quiz .quiz-cta .prev-label:hover span {
        text-decoration: underline; }
  .online-quiz.online-quiz-retailer .question-section,
  .online-quiz.online-quiz-retailer .answer-section,
  .online-quiz.online-quiz-retailer .image-section {
    height: 100%; }
  .online-quiz.online-quiz-retailer .quiz-container {
    min-height: calc(100vh - 107px - 20px * 2 - 3vw * 1.33); }
    @media (min-width: 601px) {
      .online-quiz.online-quiz-retailer .quiz-container {
        min-height: calc(100vh - 107px - 20px * 2 - 16px * 1.33); } }
    @media (min-width: 769px) {
      .online-quiz.online-quiz-retailer .quiz-container {
        min-height: 648px;
        height: calc(100vh - 107px - 20px * 2 - 16px * 1.22 + 1px); } }
    @media (min-width: 1024px) {
      .online-quiz.online-quiz-retailer .quiz-container {
        min-height: 648px;
        height: calc(100vh - 85px - 20px * 2 - 16px * 1.22 + 1px); } }
  @media (min-width: 601px) {
    .online-quiz.online-quiz-retailer .slide-inner-wrapper .question-section .question-wrapper {
      padding-top: 60px; } }

@media (min-width: 769px) and (min-width: 769px) {
  .online-quiz.online-quiz-retailer .question-section,
  .online-quiz.online-quiz-retailer .question-wrapper,
  .online-quiz.online-quiz-retailer .answer-section,
  .online-quiz.online-quiz-retailer .image-section,
  .online-quiz.online-quiz-retailer .slick-list,
  .online-quiz.online-quiz-retailer .question-wrapper {
    min-height: 648px;
    height: calc(100vh - 107px - 20px * 2 - 16px * 1.22 + 1px); } }
  @media (min-width: 769px) {
    .online-quiz.online-quiz-retailer .question-slide {
      min-height: 648px; }
      .online-quiz.online-quiz-retailer .question-slide .slide-inner-wrapper .question-section {
        height: 100%; }
        .online-quiz.online-quiz-retailer .question-slide .slide-inner-wrapper .question-section .question-wrapper {
          padding: 80px 0; }
      .online-quiz.online-quiz-retailer .question-slide .slide-inner-wrapper .answer-section,
      .online-quiz.online-quiz-retailer .question-slide .slide-inner-wrapper .image-section {
        padding-top: 30px;
        padding-bottom: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
  .online-quiz.online-quiz-retailer .onlinequiz-error-wrapper {
    min-height: calc(100vh - 107px - 20px * 2 - 3vw * 1.33); }
    @media (min-width: 601px) {
      .online-quiz.online-quiz-retailer .onlinequiz-error-wrapper {
        min-height: calc(100vh - 107px - 20px * 2 - 16px * 1.33); } }
    @media (min-width: 769px) {
      .online-quiz.online-quiz-retailer .onlinequiz-error-wrapper {
        min-height: 648px;
        height: calc(100vh - 107px - 20px * 2 - 16px * 1.22 + 1px); } }
    @media (min-width: 1024px) {
      .online-quiz.online-quiz-retailer .onlinequiz-error-wrapper {
        min-height: 648px;
        height: calc(100vh - 85px - 20px * 2 - 16px * 1.22 + 1px); } }

.product-tile-cart-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%; }
  .product-tile-cart-in .product-image {
    padding-bottom: 0.75rem; }
  .product-tile-cart-in .product-brand-name-block {
    margin-bottom: 0.75rem; }
    @media (min-width: 601px) {
      .product-tile-cart-in .product-brand-name-block {
        min-height: 1px !important; } }
  .product-tile-cart-in .product-name {
    height: auto !important; }
  .product-tile-cart-in .product-tile-bottom-content {
    padding: 0 12.7% 1.5rem 13.6%; }
    @media (min-width: 601px) {
      .product-tile-cart-in .product-tile-bottom-content {
        padding-bottom: 4rem; } }
    .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper {
      margin-bottom: 0.75rem; }
      .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-details {
        width: 100%;
        font-size: 12px;
        overflow: hidden;
        position: relative;
        margin-bottom: 6px;
        white-space: nowrap;
        display: inline-block;
        font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important;
        color: #666666; }
        .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-details::after {
          top: 0;
          right: 0;
          width: 50px;
          content: '';
          height: 100%;
          position: absolute;
          background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 91.41%); }
      .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-dropdown .ui-selectmenu-button.ui-selectmenu-button-open {
        background: #ffffff;
        box-shadow: 0 1px 16.6px 1.4px rgba(0, 0, 0, 0.09); }
        .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-dropdown .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
          top: 40%;
          border-bottom: 10px solid #000000;
          border-top: 10px solid transparent;
          right: 0.8em;
          border-width: 8px; }
          @media (min-width: 769px) {
            .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-dropdown .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
              right: 0.8em;
              border-width: 6px; } }
      .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-dropdown .ui-selectmenu-button span.ui-selectmenu-text {
        color: #000000;
        max-width: 90%; }
        .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-dropdown .ui-selectmenu-button span.ui-selectmenu-text::before {
          content: none; }
      .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-dropdown .ui-selectmenu-button span.ui-selectmenu-icon {
        border-top: 10px solid #000;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 60%;
        right: 0.8em;
        border-width: 8px; }
        @media (min-width: 769px) {
          .product-tile-cart-in .product-tile-bottom-content .product-variants-wrapper .variant-dropdown .ui-selectmenu-button span.ui-selectmenu-icon {
            right: 0.8em;
            border-width: 6px; } }
    .product-tile-cart-in .product-tile-bottom-content .product-pricing {
      padding: 0;
      margin-bottom: 0.75rem; }
      .product-tile-cart-in .product-tile-bottom-content .product-pricing:hover {
        color: inherit; }
    .product-tile-cart-in .product-tile-bottom-content .add-to-cart-form {
      height: 60px; }
    .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock {
      height: 60px !important;
      display: -ms-flexbox;
      display: flex; }
      .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .quantity-row {
        float: none; }
        .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .quantity-row .inventory .quantity .ui-selectmenu-button {
          overflow: visible;
          padding: 0;
          height: auto;
          border: none;
          font-size: 2.125rem; }
          .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .quantity-row .inventory .quantity .ui-selectmenu-button .ui-selectmenu-text::after {
            left: 0; }
          .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .quantity-row .inventory .quantity .ui-selectmenu-button .ui-selectmenu-text::before {
            content: none; }
      .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .ui-selectmenu-button,
      .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .add-to-cart {
        font-size: 18px;
        padding: 0; }
        @media (min-width: 601px) {
          .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .ui-selectmenu-button,
          .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .add-to-cart {
            font-size: calc(1.125rem + ((1vw - 7.68px) * 1.7964)); } }
        @media (min-width: 769px) {
          .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .ui-selectmenu-button,
          .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .add-to-cart {
            font-size: calc(1.125rem + ((1vw - 14.4px) * 0.5952)); } }
        @media (min-width: 1024px) {
          .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .ui-selectmenu-button,
          .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .add-to-cart {
            font-size: 16px; } }
      .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .ui-selectmenu-text {
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 26%;
        font-size: 18px !important; }
        .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .ui-selectmenu-text::after {
          content: none; }
        .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .ui-selectmenu-text::after {
          top: -3px;
          left: 14px;
          content: '';
          position: relative;
          display: inline-block;
          border-top: 6px solid #fff;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent; }
      .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .span.ui-selectmenu-icon {
        display: none; }
      .product-tile-cart-in .product-tile-bottom-content .add-to-cart-in-stock .add-to-cart {
        height: 60px; }
    .product-tile-cart-in .product-tile-bottom-content .add-to-cart-out-of-stock .quantity-row {
      display: none; }
    .product-tile-cart-in .product-tile-bottom-content .add-to-cart-out-of-stock .button.disabled {
      height: 60px !important; }
    .product-tile-cart-in .product-tile-bottom-content .callout.alert {
      color: #c8102e;
      font-size: 1rem;
      padding-top: 0.8rem; }
      @media (min-width: 601px) {
        .product-tile-cart-in .product-tile-bottom-content .callout.alert {
          position: absolute;
          bottom: 1rem;
          padding-top: 0; } }

.retailer-ec-connect-error-wrapper {
  min-height: calc(100vh - 107px - 20px * 2 - 3vw * 1.33);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 769px) {
    .retailer-ec-connect-error-wrapper {
      max-width: 1440px;
      margin: 0 auto; } }
  @media (min-width: 601px) {
    .retailer-ec-connect-error-wrapper {
      min-height: calc(100vh - 107px - 20px * 2 - 16px * 1.33); } }
  @media (min-width: 769px) {
    .retailer-ec-connect-error-wrapper {
      min-height: calc(100vh - 107px - 20px * 2 - 16px * 1.22 + 1px); } }
  @media (min-width: 1024px) {
    .retailer-ec-connect-error-wrapper {
      min-height: calc(100vh - 85px - 20px * 2 - 16px * 1.22 + 1px); } }
  .retailer-ec-connect-error-wrapper .retailer-ec-connect-error-content {
    padding-top: 75px;
    padding-bottom: 180px;
    background: #faf9f9;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 769px) {
      .retailer-ec-connect-error-wrapper .retailer-ec-connect-error-content {
        padding-top: 135px;
        padding-bottom: 177px;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; } }
    .retailer-ec-connect-error-wrapper .retailer-ec-connect-error-content .retailer-ec-connect-errors {
      padding: 0 30px; }
      @media (min-width: 769px) {
        .retailer-ec-connect-error-wrapper .retailer-ec-connect-error-content .retailer-ec-connect-errors {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 10px;
          padding-left: 10px;
          margin-left: 12.5%; } }
    .retailer-ec-connect-error-wrapper .retailer-ec-connect-error-content h2 {
      text-transform: none;
      font-size: 30px;
      margin-bottom: 57px;
      font-family: "readerregular", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Hiragino Kaku Gothic W3 JIS2004", "Meiryo", "Helvetica", Helvetica, Arial, sans-serif !important; }
      @media (min-width: 769px) {
        .retailer-ec-connect-error-wrapper .retailer-ec-connect-error-content h2 {
          margin-bottom: 40px;
          font-size: 40px; } }

.product-details-wrapper .add-to-cart-wrapper .qv-wishlist {
  display: none; }

.product-details-wrapper .add-to-cart-wrapper .add-to-cart-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock,
  .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock,
  .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock .button.disabled {
    width: 100%;
    margin: 0;
    display: block;
    padding-right: 0;
    padding-left: 0;
    height: calc(6.25rem + ((1vw - 7.68px) * 12.7226));
    font-size: calc(0.20155rem + 3.30336vw); }
    @media (min-width: 769px) {
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock,
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock,
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock .button.disabled {
        height: 60px; } }
    @media (min-width: 769px) {
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock,
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock,
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock .button.disabled {
        font-size: 18px; } }
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock + .shop-button-wrapper,
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock + .shop-button-wrapper,
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock .button.disabled + .shop-button-wrapper {
      margin-top: calc(1.875rem + ((1vw - 7.68px) * 3.8168)); }
      @media (min-width: 769px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock + .shop-button-wrapper,
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock + .shop-button-wrapper,
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock .button.disabled + .shop-button-wrapper {
          margin-top: 10px; } }
  .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock {
    display: -ms-flexbox;
    display: flex; }
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock .quantity-row {
      height: 100%;
      width: 20%;
      -ms-flex: none;
          flex: none;
      display: block; }
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock .quantity-row .inventory .quantity .ui-selectmenu-button {
        overflow: visible; }
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock .quantity-row .inventory .quantity .ui-selectmenu-button .ui-selectmenu-text {
          overflow: visible;
          display: inline-block;
          font-size: calc(0.20155rem + 3.30336vw);
          height: calc(6.25rem + ((1vw - 7.68px) * 12.7226));
          line-height: calc(6.25rem + ((1vw - 7.68px) * 12.7226));
          padding: 0 0 0 50%; }
          @media (min-width: 769px) {
            .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock .quantity-row .inventory .quantity .ui-selectmenu-button .ui-selectmenu-text {
              font-size: 18px; } }
          .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock .quantity-row .inventory .quantity .ui-selectmenu-button .ui-selectmenu-text:after {
            left: 0.3em; }
          @media (min-width: 769px) {
            .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock .quantity-row .inventory .quantity .ui-selectmenu-button .ui-selectmenu-text {
              height: 60px;
              line-height: 60px;
              padding: 0 0 0 26%; } }
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock .add-to-cart {
      height: 100%;
      width: 80%;
      font-size: 18px;
      padding-right: 0;
      font-size: calc(0.20155rem + 3.30336vw); }
      @media (min-width: 769px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock .add-to-cart {
          font-size: 18px; } }
  .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a:first-child:not(a:last-child),
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a:last-child:not(a:first-child) {
      width: 48%; }
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button,
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button {
      width: 100%;
      margin: 0;
      display: block;
      padding-right: 0;
      padding-left: 0;
      height: calc(6.25rem + ((1vw - 7.68px) * 12.7226));
      background: none; }
      @media (min-width: 769px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button,
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button {
          height: 60px; } }
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button:hover button,
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button:hover button {
        border: 1px solid #c8102e;
        color: #c8102e; }
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button button,
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button button {
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #262626;
        color: #262626;
        font-weight: bold;
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button {
      margin-top: 0;
      margin-right: 0; }
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button button {
        font-size: calc(0.20155rem + 3.30336vw); }
        @media (min-width: 769px) {
          .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button button {
            font-size: 18px; } }
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button button {
      font-size: calc(0.20155rem + 3.30336vw); }
      @media (min-width: 769px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button button {
          font-size: 18px; } }
      @media (min-width: 1024px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button button {
          font-size: calc(1.125rem + ((1vw - 14.4px) * 0.4808)); }
          .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button button br {
            display: none; } }
      @media (min-width: 1440px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button button {
          font-size: 18px; } }
      @media (max-width: 768.98px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button button br {
          display: none; } }
    .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button + a.retailer-ec-lead-link-button button {
      line-height: 1.2;
      font-size: calc(1.5rem + ((1vw - 7.68px) * 3.3079)); }
      @media (min-width: 769px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button + a.retailer-ec-lead-link-button button {
          font-size: calc(0.75rem + ((1vw - 10.24px) * 0.7843)); } }
      @media (min-width: 1024px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button + a.retailer-ec-lead-link-button button {
          font-size: calc(1rem + ((1vw - 14.4px) * 0.9615)); } }
      @media (min-width: 1440px) {
        .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button + a.retailer-ec-lead-link-button button {
          font-size: 16px; } }
      .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button + a.retailer-ec-lead-link-button button br {
        display: inherit; }

.modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }
  @media (min-width: 768.8px) and (max-width: 1200px) {
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock,
  .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock {
    padding-left: 0; }
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock + .shop-button-wrapper,
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock + .shop-button-wrapper {
      margin-right: 1rem;
      margin-top: 0; }
      @media (min-width: 768.8px) and (max-width: 1200px) {
        .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock + .shop-button-wrapper,
        .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock + .shop-button-wrapper {
          margin-bottom: 10px; } }
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock button,
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock button {
      width: 100%;
      margin: 0;
      display: block;
      padding-right: 0;
      padding-left: 0;
      height: calc(6.25rem + ((1vw - 7.68px) * 12.7226)); }
      @media (min-width: 769px) {
        .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .add-to-cart-in-stock button,
        .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .product-form-actions.add-to-cart-out-of-stock button {
          height: 60px; } }
  .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper {
    margin-top: 0;
    display: block; }
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a:first-child:not(a:last-child),
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a:last-child:not(a:first-child) {
      width: 100%; }
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button {
      width: 100%; }
      .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button button {
        background-color: #000000;
        color: #ffffff; }
      .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button:hover {
        opacity: 1; }
        .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.find-store-link-button:hover button {
          border: 1px solid #000000;
          background-color: #000000;
          color: #ffffff; }
    .modal-body .product-details-wrapper .add-to-cart-wrapper .add-to-cart-group .shop-button-wrapper a.retailer-ec-lead-link-button {
      display: none; }

.entry-mypage_stamprally-wrapper {
  margin: 30px 28px; }
  @media (max-width: 769px) {
    .entry-mypage_stamprally-wrapper {
      margin: 30px 20px; } }
  .entry-mypage_stamprally-wrapper .mypage-stamprally {
    border: 1px solid #e6e6e6;
    padding: 1rem 1rem 0.5rem; }
  .entry-mypage_stamprally-wrapper::before {
    position: relative;
    display: block;
    top: 3px;
    left: 0;
    border-top: 0.5rem solid #d6001c;
    width: 100%;
    height: 10px;
    content: ''; }

.entry-line-membership_stamprally-wrapper {
  margin: 30px 0; }
  @media (max-width: 769px) {
    .entry-line-membership_stamprally-wrapper {
      margin: 30px 0; } }
  .entry-line-membership_stamprally-wrapper .line-membership-stamprally {
    border: 1px solid #e6e6e6;
    padding: 1rem 1rem 0.5rem; }
  .entry-line-membership_stamprally-wrapper::before {
    position: relative;
    display: block;
    top: 3px;
    left: 0;
    border-top: 0.5rem solid #d6001c;
    width: 100%;
    height: 10px;
    content: ''; }

footer {
  position: relative;
  z-index: 1; }
  footer .working_time {
    color: #666666;
    margin-left: 6.25%;
    padding-bottom: 4vw; }

@media only screen and (max-width: 768px) {
  .accordion_description {
    display: block; }
  footer .layer-2 .accordion_description {
    padding: 20px 0px; }
  footer .layer-2 .accordion_description h5 {
    display: block;
    padding-bottom: 30px;
    font-family: 'ReaderRegular', Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase; }
  footer .layer-2 .col-right {
    margin-top: 0px; } }

footer ul {
  padding: 0; }

@media (min-width: 769px) {
  .country-selector-container {
    margin-left: 6.25%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 100%;
    max-width: 100%; }
    .country-selector-container .ui-selectmenu-text {
      color: #fff; }
  .country-selector-footer {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 58%;
    flex: 0 0 31.25%;
    max-width: 31.25%; }
    .country-selector-footer .ui-selectmenu-button.ui-button {
      line-height: 1;
      font-size: 1.125rem;
      letter-spacing: 0.9px;
      border: 2px solid #fff;
      padding: 11px 45px 9px 20px;
      text-transform: uppercase;
      color: #fff; }
      .country-selector-footer .ui-selectmenu-button.ui-button .ui-icon {
        top: 12px;
        text-indent: 0;
        font-size: 0.5em;
        position: absolute;
        background: none;
        height: inherit;
        right: 12px; }
      .country-selector-footer .ui-selectmenu-button.ui-button .ui-icon:before {
        content: '\e009'; }
    .country-selector-footer .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon {
      top: 10px;
      transform: rotate(180deg);
      font-size: 0.5em;
      right: 12px;
      margin: 0;
      text-indent: 0; }
  .copyright-container {
    -ms-flex: 0 0 68.75%;
    flex: 0 0 68.75%;
    max-width: 57%;
    text-align: right; }
  footer .layer-2 .col-right .social-links a {
    font-size: 25px; }
  footer .layer-2 .col-right .social-links a img {
    height: 38px !important;
    left: -5px; }
  footer .layer-2 .social-links {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

footer .layer-2 .accordion_description {
  width: auto; }
  @media (min-width: 769px) {
    footer .layer-2 .accordion_description.about:first-child {
      width: 39%; }
    footer .layer-2 .accordion_description.about:not(:first-child):not(:last-child) {
      width: 31%; } }

footer .layer-2 .col-right .social-links a {
  color: white; }

@media (max-width: 768.98px) {
  footer .working_time {
    color: #666666;
    margin-left: 6.25%;
    padding-bottom: 8vw; }
  .country-selector-container {
    text-align: center; }
    .country-selector-container .ui-front {
      z-index: 1;
      position: relative; }
    .country-selector-container select {
      display: block !important;
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 100;
      opacity: 0;
      width: 100%; }
    .country-selector-container form {
      display: inline-block;
      position: relative; }
    .country-selector-container .ui-selectmenu-button.ui-button {
      font-size: 16px;
      padding: 2.26667vw 6.66667vw 2.26667vw 2.13333vw;
      border: 2px solid #fff;
      font-family: ReaderMedium, Arial, sans-serif;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 1.4px; }
      .country-selector-container .ui-selectmenu-button.ui-button .ui-icon {
        top: 6px; }
      .country-selector-container .ui-selectmenu-button.ui-button .ui-icon:before {
        content: '\e009'; }
    .country-selector-container .ui-selectmenu-button .ui-icon {
      text-indent: 0;
      font-size: 0.5em;
      background: none;
      height: inherit;
      width: inherit; }
    .country-selector-container .ui-selectmenu-text {
      color: #fff; }
  .accordion .accordion_description {
    display: none; } }

.entry-sp-footer {
  display: none; }

.no-link-tel-number [href*='tel:'] {
  pointer-events: none;
  vertical-align: middle; }

.link-tel-number [href*='tel:'] {
  font-size: calc(0.2013rem + 2.77056vw);
  pointer-events: auto; }

@media screen and (max-width: 768.9px) {
  .entry-sp-footer {
    display: block; }
  .no-link-tel-number [href*='tel:'] {
    font-size: calc(0.2013rem + 2.77056vw); } }

.pt_barcode footer {
  padding-top: 22vw; }

.pt_retailer footer.retailer-footer {
  color: #ffffff;
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 3vw; }
  @media (min-width: 601px) {
    .pt_retailer footer.retailer-footer {
      font-size: 1rem; } }
