@charset "UTF-8";
/*bounce*/
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/*[if gt IE 9]*/
.p-w-r {
  display: none !important;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*flash*/
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/*pulse*/
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*rubberBand*/
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*shake*/
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/*headShake*/
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*swing*/
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/*tada*/
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*フォント・アイコンーーーーーー*/
@font-face {
  font-family: "Samsonite-icons";
  src: url("../img/icons/Samsonite-icons.eot?bqwedk");
  src: url("../img/icons/Samsonite-icons.eot?bqwedk#iefix") format("embedded-opentype"), format("truetype"), url("../img/icons/Samsonite-icons.svg?bqwedk#Samsonite-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="sa-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Samsonite-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-apply::before {
  content: "\E900";
}
.icon-ico-arrow-bottom::before {
  content: "\E901";
  color: #004b8d;
}
.icon-ico-arrow-left::before {
  content: "\E902";
}
.icon-ico-arrow-right::before {
  content: "\E903";
}
.icon-ico-arrow-right-white-circle::before {
  content: "\E904";
}
.icon-ico-arrow-top-circle::before {
  content: "\E905";
}
.icon-ico-bag::before {
  content: "\E906";
}
.icon-ico-close::before {
  content: "\E907";
  color: #004b8d;
}
.icon-ico-close-search::before {
  content: "\E908";
  color: #e2e2e2;
}
.icon-ico-close-thin::before {
  content: "\E909";
}
.icon-ico-delivery::before {
  content: "\E90A";
  color: #004b8d;
}
.icon-ico-filter::before {
  content: "\E90B";
  color: #004b8d;
}
.icon-ico-full-collection::before {
  content: "\E90C";
  color: #004b8d;
}
.icon-ico-gifting::before {
  content: "\E90D";
  color: #004b8d;
}
.icon-ico-logo::before {
  content: "\E90E";
}
.icon-ico-menu-bar::before {
  content: "\E90F";
}
.icon-ico-network::before {
  content: "\E910";
  color: #004b8d;
}
.icon-ico-office-site::before {
  content: "\E911";
  color: #004b8d;
}
.icon-ico-peoples::before {
  content: "\E912";
  color: #004b8d;
}
.icon-ico-personal-service::before {
  content: "\E913";
  color: #004b8d;
}
.icon-ico-search::before {
  content: "\E914";
}
.icon-ico-secure-payment::before {
  content: "\E915";
  color: #004b8d;
}
.icon-ico-sort-asc::before {
  content: "\E916";
}
.icon-ico-sort-desc::before {
  content: "\E917";
}
.icon-ico-star::before {
  content: "\E918";
  color: #004b8d;
}
.icon-ico-license::before {
  content: "\E919";
  color: #004b8d;
}
.icon-ico-address-tag::before {
  content: "\E91A";
}
.icon-ico-deliver::before {
  content: "\E91B";
}
.icon-ico-tsa-lock::before {
  content: "\E91C";
}
.icon-ico-samsonite::before {
  content: "\E91D";
}
.icon-ico-user::before {
  content: "\E91E";
  color: #00458f;
}
.icon-ico-people::before {
  content: "\E91F";
}
.icon-ico-orders::before {
  content: "\E920";
}
.icon-ico-my-profile::before {
  content: "\E921";
}
.icon-ico-address-book::before {
  content: "\E922";
}
.icon-ico-magnify-glass::before {
  content: "\E923";
}
.icon-ico-info::before {
  content: "\E924";
}
.icon-ico-long-arrow-up::before {
  content: "\E925";
}
.icon-ico-location::before {
  content: "\E926";
  color: #084b8b;
}
.icon-ico-line-brands::before {
  content: "\E927";
}
.icon-ico-cart::before {
  content: "\E928";
}
.icon-ico-arrow-down::before {
  content: "\E929";
}
.icon-ico-loyalty::before {
  content: "\E92A";
}
.icon-ico-tracking::before {
  content: "\E92B";
}
.icon-ico-facebook::before {
  content: "\E92C";
  color: #3f579d;
}
@font-face {
  font-family: "AT-icons";
  src: url("../img/icons/AT-icons.eot");
  src: url("../img/icons/AT-icons.eot") format("embedded-opentype"), url("../img/icons/AT-icons.ttf") format("truetype"), url("../img/icons/AT-icons.woff") format("woff"), url("../img/icons/AT-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="at-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "AT-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-about-us::before {
  content: "\E901";
}
.icon-address::before {
  content: "\E905";
}
.icon-arrow-double-right::before {
  content: "\E912";
}
.icon-arrow-down::before {
  content: "\E90B";
}
.icon-arrow-left::before {
  content: "\E90D";
}
.icon-arrow-right::before {
  content: "\E90E";
}
.icon-arrow-up::before {
  content: "\E90C";
}
.icon-bar::before {
  content: "\E911";
}
.icon-cart::before {
  content: "\E902";
}
.icon-close::before {
  content: "\E904";
}
.icon-hamburger::before {
  content: "\E903";
}
.icon-locate::before {
  content: "\E910";
}
.icon-logo::before {
  content: "\E900";
}
.logo-red .icon-logo::before {
  color: #d11e47;
}
.logo-orange .icon-logo::before {
  color: #ef7922;
}
.logo-yellow .icon-logo::before {
  color: #ffc012;
}
.logo-green .icon-logo::before {
  color: #80c242;
}
.logo-teal .icon-logo::before {
  color: #6ac5b0;
}
.logo-blue .icon-logo::before {
  color: #3292cf;
}
.logo-navy .icon-logo::before {
  color: #02549d;
}
.logo-purple .icon-logo::before {
  color: #c11c8a;
}
.icon-order::before {
  content: "\E906";
}
.icon-payment::before {
  content: "\E907";
}
.icon-profile::before {
  content: "\E908";
}
.icon-search::before {
  content: "\E909";
}
.icon-share::before {
  content: "\E90F";
}
.icon-store-locator::before {
  content: "\E90A";
}
.icon-minicart::before {
  content: "\E913";
}
.icon-facebook::before {
  content: "\E914";
}
.icon-loyalty::before {
  content: "\E915";
}
.icon-login::before {
  content: "\E916";
}
.icon-logout::before {
  content: "\E917";
}
.icon-my-account::before {
  content: "\E918";
}
.icon-track-order::before {
  content: "\E919";
}
.icon-phone::before {
  content: "\E91A";
}
@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 0.5em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes customFadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -0.5em, 0);
  }
}
@keyframes customBounceUpDown {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -10px);
  }
}
@keyframes smoothScrollDown {
  0% {
    transform: translateY(-2.5em);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes smoothScrollUp {
  0% {
    transform: translateY(2.5em);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes brandStoryFadeInUp {
  from {
    transform: translate3d(0, 3em, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes productSlideIn {
  0% {
    top: 100%;
  }
  100% {
    top: 2em;
  }
}
@keyframes productSlideOut {
  0% {
    top: 2em;
  }
  100% {
    top: 100%;
  }
}
@keyframes productSlideInDesktop {
  0% {
    left: 100%;
  }
  100% {
    left: 24%;
  }
}
@keyframes productSlideOutDesktop {
  0% {
    left: 24%;
  }
  100% {
    left: 100%;
  }
}
@keyframes brandStoryCustomFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0.5em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes ani-jumb {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes ani-opacity-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  @keyframes ani-opacity-bg {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0.7;
    }
  }
}
@keyframes fadeInUpMT {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftMT {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pc{display: none;}
.sp{display: block;}

@media (min-width: 992px) {
	.pc{display: block;}
	.sp{display: none;}
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.compare-bar-wrapper {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  text-align: center;
  display: none;
  font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  padding-top: 1.429rem;
  box-shadow: inset 0 3px 3px gainsboro;
}
@media (min-width: 1200px) {
  .compare-bar-wrapper {
    border-top: 2px solid #272727;
    border-bottom: 2px solid #272727;
    box-shadow: none;
  }
}
.compare-bar-wrapper > .row {
  box-shadow: 0 3px 3px gainsboro;
}
@media (min-width: 1200px) {
  .compare-bar-wrapper > .row {
    box-shadow: none;
  }
}
.sticky-header .compare-bar-wrapper {
  position: fixed;
}
.compare-bar-wrapper .compare-bar {
  position: relative;
}
.compare-bar-wrapper .compare-text {
  font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
	/*'samsonitesans'*/
  margin: 0;
  font-size: 1.1429rem;
}
@media (min-width: 1600px) {
  .compare-bar-wrapper .compare-text {
    font-size: 1.4286rem;
  }
}
.compare-bar-wrapper .action {
  margin-top: 0.714rem;
}
@media (min-width: 1200px) {
  .compare-bar-wrapper .action {
    margin: 1.143rem 0 0;
    height: 2rem;
  }
}
@media (min-width: 1600px) {
  .compare-bar-wrapper .action {
    margin: 1.429rem 0 0;
    height: 2.5rem;
  }
}
.compare-bar-wrapper .action .btn_compare {
  display: inline-block;
  font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  font-size: 1.0714rem;
  padding: 1em 1.67em;
  min-width: 9em;
  border-radius: 1.7em;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  display: none;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #272727;
  outline: none;
  padding: 9px 70px;
}
.compare-bar-wrapper .action .btn_compare:hover, .compare-bar-wrapper .action .btn_compare:focus {
  cursor: pointer;
}
.compare-bar-wrapper .action .btn_compare:hover {
  color: #272727;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 2px 7px -2px #333;
}
@media (min-width: 1200px) {
  .compare-bar-wrapper .action .btn_compare {
    font-size: 1.1429rem;
    padding: 0.357rem 5.714rem 0.5rem;
  }
  .compare-bar-wrapper .product-slots {
    width: 52rem;
    margin-left: 18%;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
 }	
  @media (min-width: 1600px) {
    .compare-bar-wrapper .action .btn_compare {
      font-size: 1.4286rem;
    }
    .compare-bar-wrapper .product-slots {
      margin-left: 23%;
      margin-right: 5%;
    }
  }
  .compare-bar-wrapper .ord-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .compare-bar-wrapper .product-slots {
    text-align: left;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .compare-bar-wrapper .product-slots .selected-product {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0;
    border: 1px solid #f3f3f3;
    margin: 0 2px;
    -ms-flex: 0 0 31.78%;
    flex: 0 0 31.78%;
    max-width: 31.78%;
    border-radius: 10px;
    box-shadow: 0 4px 3px #f3f3f3;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .product-slots .selected-product {
      padding: 0;
      margin: 0.8rem 0 1.9429rem;
      border: none;
      -ms-flex-align: unset;
      align-items: unset;
      border-radius: 0;
      box-shadow: none;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .compare-bar-wrapper .product-slots .selected-product .number-slot {
      width: 2.4rem;
      height: 2.4rem;
      padding: 0;
      margin-right: 1.143rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-bar-wrapper .product-slots .selected-product {
      margin: 1rem 0 2.4286rem;
    }
    .compare-bar-wrapper .product-slots .selected-product .number-slot {
      width: 3rem;
      height: 3rem;
      margin-right: 1.429rem;
    }
  }
  .compare-bar-wrapper .product-slots .selected-product .number-slot {
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 1.071rem;
  }
  .compare-bar-wrapper .product-slots .selected-product .number-slot::after {
    content: '.';
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .product-slots .selected-product .number-slot::after {
      right: 20%;
      bottom: 6px;
      top: auto;
      transform: translateY(0);
    }
  }
  .compare-bar-wrapper .product-slots .selected-product .number-slot .number-text {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    line-height: 1;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .product-slots .selected-product .number-slot .number-text {
      font-size: 0.929rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-bar-wrapper .product-slots .selected-product .number-slot .number-text {
      font-size: 1.1429rem;
    }
  }
  .compare-bar-wrapper .product-slots .selected-product .number-slot:not([data-pid]) + .product-attribute .product-collection {
    margin-top: 0;
    margin-bottom: 0;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .product-slots .selected-product .number-slot:not([data-pid]) + .product-attribute .product-collection {
      margin-top: 1.214rem;
    }
  }
  .compare-bar-wrapper .product-slots .selected-product .btn-clear-mobile {
    outline: none;
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 5px;
    box-shadow: none;
  }
  .compare-bar-wrapper .product-slots .selected-product .btn-clear-mobile i::before {
    font-size: 0.7143rem;
    color: #272727;
    content: "\E904";
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
  }
  .compare-bar-wrapper .product-slots .selected-product:not(.empty-slots) .product-collection h4, .compare-bar-wrapper .product-slots .selected-product:not(.empty-slots) .product-collection p, .compare-bar-wrapper .product-slots .selected-product:not(.empty-slots) .product-name h4, .compare-bar-wrapper .product-slots .selected-product:not(.empty-slots) .product-name p {
    white-space: nowrap;
    width: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .product-slots .selected-product:not(.empty-slots) .product-collection h4, .compare-bar-wrapper .product-slots .selected-product:not(.empty-slots) .product-collection p, .compare-bar-wrapper .product-slots .selected-product:not(.empty-slots) .product-name h4, .compare-bar-wrapper .product-slots .selected-product:not(.empty-slots) .product-name p {
      white-space: normal;
      width: auto;
      overflow: unset;
      text-overflow: unset;
    }
  }
  .compare-bar-wrapper .product-slots .product-attribute .product-collection h4 {
    line-height: 1;
    margin-bottom: 0.2368em;
    text-transform: none;
    font-size: 0.929rem;
  }
  @media (min-width: 1600px) {
    .compare-bar-wrapper .product-slots .product-attribute .product-collection h4 {
      font-size: 1.1429rem;
    }
  }
  .compare-bar-wrapper .product-slots .product-attribute .product-collection .select-product {
    color: #757575;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .product-slots .product-attribute .product-collection .select-product {
      font-size: 0.7143rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-bar-wrapper .product-slots .product-attribute .product-collection .select-product {
      font-size: 0.857rem;
    }
  }
  .compare-bar-wrapper .product-slots .product-attribute .product-name {
    font-size: 0.929rem;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .product-slots .product-attribute .product-name {
      padding-top: 0.714rem;
      font-size: 1rem;
    }
  }
  .compare-bar-wrapper .product-slots .product-attribute .product-name p {
    line-height: 1;
    margin-bottom: 0;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #757575;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .product-slots .product-attribute .product-name p {
      font-size: 0.7143rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-bar-wrapper .product-slots .product-attribute .product-name p {
      font-size: 0.857rem;
    }
  }
  .compare-bar-wrapper .select-another-product {
    display: none !important;
  }
  .compare-bar-wrapper .clear-all-compare {
    position: absolute;
    top: 5px;
    right: 25px;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .clear-all-compare {
      top: 60%;
      right: 15%;
    }
  }
  .compare-bar-wrapper .clear-all-compare .btn-clear {
    border: none;
    cursor: pointer;
    background: none;
    outline: none;
  }
  .compare-bar-wrapper .clear-all-compare .btn-clear span {
    display: none;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .clear-all-compare .btn-clear span {
      display: inline;
    }
  }
  .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
    color: #000;
    font-weight: bold;
    font-size: 1.0714rem;
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      font-size: 0.7143rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      font-size: 0.857rem;
    }
  }
  .red-2-orange .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .yellow-2-green .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .teal-2-blue .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .navy-2-purple .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      background: none !important;
      -webkit-text-fill-color: inherit;
    }
    .logo-red .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      color: #d11e47;
    }
    .logo-orange .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      color: #ef7922;
    }
    .logo-yellow .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      color: #ffc012;
    }
    .logo-green .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      color: #80c242;
    }
    .logo-teal .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      color: #6ac5b0;
    }
    .logo-blue .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      color: #3292cf;
    }
    .logo-navy .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      color: #02549d;
    }
    .logo-purple .compare-bar-wrapper .clear-all-compare .btn-clear .icon-ico-close::before {
      color: #c11c8a;
    }
  }
  .compare-bar-wrapper .clear-all-compare .btn-clear .clear-text {
    margin-left: 5px;
    text-decoration: underline;
    text-transform: uppercase;
  }
  @media (min-width: 1200px) {
    .compare-bar-wrapper .clear-all-compare .btn-clear .clear-text {
      font-size: 0.929rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-bar-wrapper .clear-all-compare .btn-clear .clear-text {
      font-size: 1.1429rem;
    }
  }
  .compare-page-wrapper {
    margin: 0 auto;
    overflow-x: scroll;
    padding: 2.857rem;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper {
      max-width: 960px;
      padding: 5.714rem 0 0;
      overflow-x: unset;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper {
      max-width: 1200px;
    }
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .col-feature {
      padding-left: 2.143rem;
      padding-right: 2.143rem;
    }
  }
  .compare-page-wrapper .compare-page-header {
    margin-bottom: 2.857rem;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .compare-page-header {
      margin-bottom: 0;
    }
  }
  .compare-page-wrapper .compare-page-header h1 {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    text-align: left;
    font-size: 1.929rem;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .compare-page-header h1 {
      font-size: 2rem;
      padding-bottom: 3.571rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .compare-page-header h1 {
      font-size: 2.5rem;
    }
  }
  .compare-page-wrapper .product-comparison {
    min-width: 580px;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison {
      min-width: auto;
    }
  }
  .compare-page-wrapper .product-comparison .center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .compare-page-wrapper .product-comparison .product-detail .tile-group-left {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .product-detail .tile-group-left {
      margin-left: 0.8rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .product-detail .tile-group-left {
      margin-left: 1rem;
    }
  }
  .compare-page-wrapper .product-comparison .product-detail .image-container .tile-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .compare-page-wrapper .product-comparison .product-detail .product-collection h4 {
    line-height: 1;
    margin-bottom: 0.2368em;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .product-detail .product-collection h4 {
      font-size: 0.929rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .product-detail .product-collection h4 {
      font-size: 1.1429rem;
    }
  }
  .compare-page-wrapper .product-comparison .product-detail .pdp-link a {
    line-height: 1;
    margin-bottom: 0;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-transform: uppercase;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .product-detail .pdp-link a {
      font-size: 0.7143rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .product-detail .pdp-link a {
      font-size: 0.857rem;
    }
  }
  .compare-page-wrapper .product-comparison .attribute-name {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    margin-top: 1.429rem;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .attribute-name {
      font-size: 1.1429rem;
      margin: 0.857rem 0;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .attribute-name {
      font-size: 1.4286rem;
      margin: 1.071rem 0;
    }
  }
  .compare-page-wrapper .product-comparison .attribute-value {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin-top: 2.5rem;
    font-size: 0.929rem;
    text-align: center;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .attribute-value {
      margin-top: 3.571rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .attribute-value {
      font-size: 1.1429rem;
    }
  }
  .compare-page-wrapper .product-comparison .watch-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin-top: 1.786rem;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .watch-item {
      margin-top: 3rem;
    }
  }
  .compare-page-wrapper .product-comparison .watch-item .attr-selector {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 28px;
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .watch-item .attr-selector {
      width: 30px;
      height: 30px;
    }
  }
  .compare-page-wrapper .product-comparison .feature-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 2.143rem;
  }
  .compare-page-wrapper .product-comparison .feature-item .feature-icon {
    margin: 0.714rem 0;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-align: center;
    padding: 0 0.5rem;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .feature-item .feature-icon {
      padding: 0 1.071rem;
    }
  }
  .compare-page-wrapper .product-comparison .feature-item .feature-icon .feature-text {
    font-size: 0.857rem;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .feature-item .feature-icon .feature-text {
      font-size: 0.7143rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .feature-item .feature-icon .feature-text {
      font-size: 0.857rem;
    }
  }
  .compare-page-wrapper .product-comparison .feature-item .feature-icon svg path {
    fill: #272727 !important;
  }
  .compare-page-wrapper .product-comparison .feature-item .compare-feature-icon {
    width: 30px;
    height: 40px;
    display: block;
    margin: 0 auto;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .strike-through {
      margin-top: 0.571rem;
    }
  }
  .compare-page-wrapper .product-comparison .strike-through .value {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .strike-through .value {
      font-size: 0.7143rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .strike-through .value {
      font-size: 0.857rem;
    }
  }
  .compare-page-wrapper .product-comparison .sales .value {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #d21245;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-comparison .sales .value {
      font-size: 0.929rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-comparison .sales .value {
      font-size: 1.1429rem;
    }
  }
  .compare-page-wrapper .product-action {
    border-top: 0;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-action {
      margin: 0 0 7.143rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-action {
      margin: 0 0 8.571rem;
      padding-top: 3rem;
    }
  }
  .compare-page-wrapper .product-action .col-3 {
    padding-top: 1.429rem;
  }
  .compare-page-wrapper .product-action .col-3 .product-tile, .compare-page-wrapper .product-action .col-3 .col-6 {
    padding: 0;
  }
  .compare-page-wrapper .product-action .tile-actions {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .compare-page-wrapper .product-action .tile-actions .add-to-cart {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    text-transform: none;
  }
  @media (min-width: 1200px) {
    .compare-page-wrapper .product-action .tile-actions .add-to-cart {
      font-size: 1rem;
    }
  }
  @media (min-width: 1600px) {
    .compare-page-wrapper .product-action .tile-actions .add-to-cart {
      font-size: 1.2857rem;
    }
  }
  .compare-page-wrapper .product-action .tile-actions .add-to-cart:active {
    border-color: #272727;
    background: #272727;
  }
  .compare-page-wrapper .none-border-top {
    border-bottom: 2px solid #cecece;
    padding-top: 0;
  }
  .compare-page-wrapper .empty-value {
    margin: 0.357rem auto 0;
  }
  .tile-body-footer .compare {
    display: none;
  }
  .product-details .col-3, .product-attributes .col-3, .product-action .col-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .product-details .col-3.col-border, .product-details .col-3.product-detail, .product-attributes .col-3.col-border, .product-attributes .col-3.product-detail, .product-action .col-3.col-border, .product-action .col-3.product-detail {
    padding: 0 20px;
  }
  @media (min-width: 1200px) {
    .product-details .col-3 .product-tile, .product-attributes .col-3 .product-tile, .product-action .col-3 .product-tile {
      padding: 0 3rem;
    }
  }
  .product-details .col-first, .product-attributes .col-first, .product-action .col-first {
    padding-right: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .product-details .col-1, .product-attributes .col-1, .product-action .col-1 {
    display: none;
  }
  .search-banner {
    display: none;
  }
  .section-search-banner {
    position: relative;
  }
  @media (min-width: 1600px) {
    .section-search-banner .image img {
      width: 100%;
    }
  }
  .section-search-banner .title {
    font-size: 2.3rem;
	font-weight: 600;
    letter-spacing: 0.08em;
	margin-top: 0.5em;
    margin-bottom: 0.3em;
    font-family: 'メイリオ', Meiryo, "Eina01-Bold", sans-serif;
  }
  .section-search-banner .banner-description {
      font-size: 0.9rem;	
  }

  @media (min-width: 992px) {
    .section-search-banner .title {
      font-size: 2.3rem;
    }
  }
  @media (min-width: 1600px) {
    .section-search-banner .title {
      font-size: 2.6rem;
    }
  }
  .section-search-banner .description {
    font-size: 0.929rem;
    line-height: 1.5;
  }
  @media (min-width: 1600px) {
    .section-search-banner .description {
      font-size: 1.1429rem;
    }
  }
  @media (min-width: 992px) {
  .section-search-banner .banner-description {
      display: block;
      font-size: 0.86rem;	
    }
  }
  .section-search-banner .banner-info {
    text-align: center;
    background-color: #fff;
    padding: 0.2em 3.643em;
    position: relative;
    margin-left: 1em;
    margin-right: 1em;
    z-index: 1;
    margin-top: -7.143em;
  }
  @media (min-width: 768px) {
    .section-search-banner .banner-info {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0;
      margin-top: -4em;
    }
  }
  @media (min-width: 992px) {
    .section-search-banner .banner-info {
      max-width: 36em;
      margin-top: 0;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  @media (min-width: 1600px) {
    .section-search-banner .banner-info {
      max-width: 44.29em;
    }
  }
  .section-search-banner .banner-info::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1.5em;
    height: 3em;
    background-color: #fff;
    z-index: -1;
    transform: skew(0deg, 4.7deg);
  }
  @media (min-width: 768px) {
    .section-search-banner .banner-info::before {
      height: 4.7em;
      top: -2.5em;
    }
  }
  @media (min-width: 992px) {
    .section-search-banner .banner-info::before {
      top: -1.5em;
    }
  }
  @media (min-width: 1600px) {
    .section-search-banner .banner-info::before {
      top: -1.8em;
    }
  }
  .section-search-banner .btn-read-more {
    border: none;
    background: none;
    font-size: 1rem;
    padding: 0 0.75rem;
  }
  .section-search-banner .btn-read-more:hover, .section-search-banner .btn-read-more:focus {
    outline: 0;
    box-shadow: none;
  }
  .section-search-banner .btn-read-more .sa-icon {
    font-size: 0.929rem;
  }
  .section-search-banner .btn-read-more .read-more {
    display: none;
  }
  .section-search-banner .btn-read-more.collapsed {
    margin-top: 5px;
  }
  .section-search-banner .btn-read-more.collapsed .read-more {
    display: inline-block;
  }
  .section-search-banner .btn-read-more.collapsed .read-close {
    display: none;
  }
  .search-results-head {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  @media (min-width: 1200px) {
    .search-results-head {
      padding-top: 0.714em;
      padding-bottom: 0.714em;
    }
  }
  .search-results-head .results-head-right {
    font-size: 0.786rem;
    color: #6b6b6b;
    text-align: right;
  }
  .search-results-head .results-head-right .sort-field {
    display: none !important;
  }
  .search-results-sort-filter {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 1.429em;
    padding-bottom: 1.429em;
    background-color: #fff;
  }
  .search-results-sort-filter .btn-primary {
    background: none;
    color: #272727;
    font-size: 1.0714rem;
    border: 0;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  .search-results-sort-filter .btn-primary:not(.disabled):hover, .search-results-sort-filter .btn-primary:not(.disabled):focus, .search-results-sort-filter .btn-primary:not(.disabled):active {
    color: #5a5a5a;
    background: none;
  }
  .search-results-sort-filter .btn-primary span {
    text-decoration: underline;
  }
  .search-results-sort-filter .sa-icon {
    display: none;
  }
  .custom-panel {
    padding: 2.857em 0;
  }
  .custom-panel.right-panel {
    left: -100%;
    right: auto;
  }
  .panel-opened .custom-panel.right-panel {
    left: 0;
  }
  .custom-panel.left-panel {
    right: -100%;
    left: auto;
  }
  .panel-opened .custom-panel.left-panel {
    right: 0;
    left: auto;
  }
  .custom-panel .close {
    text-shadow: none;
  }
  .custom-panel .close i::before {
    content: "\E904";
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
  }
  .red-2-orange .custom-panel .close i::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .yellow-2-green .custom-panel .close i::before {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .teal-2-blue .custom-panel .close i::before {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .navy-2-purple .custom-panel .close i::before {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom-panel .close i::before {
      background: none !important;
      -webkit-text-fill-color: inherit;
    }
    .logo-red .custom-panel .close i::before {
      color: #d11e47;
    }
    .logo-orange .custom-panel .close i::before {
      color: #ef7922;
    }
    .logo-yellow .custom-panel .close i::before {
      color: #ffc012;
    }
    .logo-green .custom-panel .close i::before {
      color: #80c242;
    }
    .logo-teal .custom-panel .close i::before {
      color: #6ac5b0;
    }
    .logo-blue .custom-panel .close i::before {
      color: #3292cf;
    }
    .logo-navy .custom-panel .close i::before {
      color: #02549d;
    }
    .logo-purple .custom-panel .close i::before {
      color: #c11c8a;
    }
  }
  .sort-block ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  .sort-block ul li {
    list-style: none;
    border-bottom: 2px solid #f5f5f5;
    font-size: 1rem;
    color: #272727;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 3.214em;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .sort-block ul li:first-child {
    border-top: 2px solid #f5f5f5;
  }
  .sort-block ul li:hover {
    color: #272727;
  }
  .sort-block ul li::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 3.214em;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    transform: translateY(-50%) scale(0);
    transition: ease-in 0.3s;
  }
  .red-2-orange .sort-block ul li::after {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .sort-block ul li::after {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .sort-block ul li::after {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .sort-block ul li::after {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  .sort-block ul li.selected::after {
    transform: translateY(-50%) scale(1);
  }
  .refinement-wrapper .filter-header {
    margin-bottom: 1em;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .filter-header {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
    }
  }
  .refinement-wrapper .filter-header h2 {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.904rem;
    margin-bottom: 0.56em;
    text-align: center;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .filter-header h2 {
      font-size: 1rem;
    }
  }
  @media (min-width: 1600px) {
    .refinement-wrapper .filter-header h2 {
      font-size: 1.0714rem;
    }
  }
  .custom-panel .refinement-wrapper .filter-header h2 {
    font-size: 1.904rem;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .filter-header h2.collapsed {
      border-bottom: 1px solid #6b6b6b;
    }
  }
  .refinement-wrapper .reset-filter, .refinement-wrapper .reset {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    display: block !important;
    text-align: center;
    color: #272727;
    font-size: 0.857rem;
    padding-top: 0.7em !important;
    padding-bottom: 0.7em !important;
    height: auto !important;
  }
  .refinement-wrapper .reset-filter:hover, .refinement-wrapper .reset-filter:focus, .refinement-wrapper .reset:hover, .refinement-wrapper .reset:focus {
    cursor: pointer;
  }
  .refinement-wrapper .reset-filter:hover, .refinement-wrapper .reset:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
  }
  @media (min-width: 1600px) {
    .refinement-wrapper .reset-filter, .refinement-wrapper .reset {
      font-size: 1rem;
    }
  }
  .refinement-wrapper .btn-apply-filter {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    font-size: 0.857rem;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
  .refinement-wrapper .btn-apply-filter:hover, .refinement-wrapper .btn-apply-filter:focus {
    cursor: pointer;
  }
  .refinement-wrapper .btn-apply-filter:hover {
    color: #272727;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 7px -2px #333;
  }

 .refinement-wrapper .refinements .clear-all{
	color: #272727;
    display: block;
    position: relative;
    cursor: pointer;
    font-family: 'メイリオ';
    text-align: center;
    font-size: 0.857rem;
    border: 1px solid #e3e3e3;
    border-bottom-width: 2px;
    margin: 1.429em 0.857em;
    border-radius: 25px;
	transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in, box-shadow 0.1s ease-in; 
  }
.refinement-wrapper .refinements .refinement-clear-filter .clear-all a{
    text-align: center!important;
  }
.refinement-wrapper .refinements .clear-all:hover{
	color: #fff;
    background-color: #272727;
    border-color: #272727;
}
.refinement-wrapper .refinements .refinement-clear-filter .clear-all:hover a{
	color: #fff; 
  }
  .refinement-wrapper .refinements {
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .refinement-wrapper .refinements .refinement-clear-filter + .card {
    border-top: 0;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .refinement-clear-filter .reset {
      box-shadow: none;
      border: 0;
      display: block;
      text-align: left;
      color: #272727;
      padding: 0;
      font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    }
    .refinement-wrapper .refinements .refinement-clear-filter .reset:hover, .refinement-wrapper .refinements .refinement-clear-filter .reset:focus {
      background: none;
      color: #979797;
    }
  }
  .refinement-wrapper .refinements .card {
    border: none;
    border-top: 2px solid #f5f5f5;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .card {
      border-top: 0;
    }
  }
  .refinement-wrapper .refinements .card:first-child {
    border-top: 0;
  }
  .refinement-wrapper .refinements .card-header {
    padding-right: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 3.214em;
    border: none;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1rem;
    background: none;
  }
  .refinement-wrapper .refinements .card-header::after {
    content: none;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .card-header {
      padding-left: 0;
      margin-bottom: 0.3em;
      font-size: 1rem;
    }
  }
  @media (min-width: 1600px) {
    .refinement-wrapper .refinements .card-header {
      font-size: 1.1429rem;
    }
  }
  .refinement-wrapper .refinements .card-body {
    display: block;
    padding: 0;
  }
  .refinement-wrapper .refinements .content {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content.instock-refinement li {
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content {
      padding-bottom: 1em;
    }
  }
  .refinement-wrapper .refinements .content li {
    list-style: none;
    padding-left: 5em;
    padding-right: 0;
    border-top: 2px solid #f5f5f5;
    font-size: 1rem;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content li {
      font-size: 1rem;
      border: none;
      padding-top: 0.4em;
      padding-bottom: 0.4em;
      padding-left: 1em;
    }
  }
  @media (min-width: 1600px) {
    .refinement-wrapper .refinements .content li {
      font-size: 1.1429rem;
    }
  }
  .refinement-wrapper .refinements .content li.more-items {
    padding: 0;
  }
  .refinement-wrapper .refinements .content li.more-items li:first-child {
    border-top: 0;
  }
  .refinement-wrapper .refinements .content li:last-child {
    border-bottom: none;
  }
  .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle) {
    color: #272727;
    padding: 14px 0;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle) {
      padding-left: 2em;
      padding-top: 0.35em;
      padding-bottom: 0.35em;
    }
    .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle)::before {
      content: '';
      width: 14px;
      height: 14px;
      position: absolute;
      left: 0;
      top: 50%;
      border: 1px solid #6b6b6b;
      transform: translateY(-50%);
      border-radius: 50%;
    }
  }
  .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle):hover {
    color: #272727;
  }
  .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle)::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 3.214em;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: ease-in 0.3s;
  }
  .red-2-orange .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle)::after {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle)::after {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle)::after {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle)::after {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle)::after {
      right: auto;
      left: 3px;
    }
  }
  .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle).selected::after {
    transform: translateY(-50%) scale(1);
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content li .refinement-selection:not(.swatch-circle).selected::after {
      width: 8px;
      height: 8px;
      right: 2px;
    }
  }
  .refinement-wrapper .refinements .content li .see-more-link {
    color: #272727;
    padding: 0.833em 0;
    display: block;
    position: relative;
    cursor: pointer;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    text-align: center;
    font-size: 0.857rem;
    border: 1px solid #e3e3e3;
    border-bottom-width: 2px;
    margin: 1.429em 0.857em;
    border-radius: 25px;
  }
  .refinement-wrapper .refinements .content li .see-more-link > span {
    position: relative;
    padding-right: 20px;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content li .see-more-link > span {
      display: inline-block;
    }
  }
  .refinement-wrapper .refinements .content li .see-more-link > span::before {
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
    content: "\E90B";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 7px;
    transform: translateY(-50%);
  }
  .refinement-wrapper .refinements .content li .see-more-link.active {
    display: none;
  }
  .refinement-wrapper .refinements .content li .see-more-link.active .see-more {
    display: none;
  }
  .refinement-wrapper .refinements .content li .see-more-link.active .see-less {
    display: inline-block;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content li .see-more-link.active .see-less {
      display: block;
    }
  }
  .refinement-wrapper .refinements .content li .see-more-link .see-less {
    display: none;
  }
  .refinement-wrapper .refinements .content li .content {
    border-top: 1px solid #cecece;
  }
  .refinement-wrapper .refinements .content li .feature-icon {
    max-height: 36px;
    width: auto;
    margin-right: 25px;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements .content li .feature-icon {
      max-height: 27px;
      margin-right: 23px;
    }
  }
  .refinement-wrapper .refinements ul.refinement-colour {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5em;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements ul.refinement-colour {
      padding-left: 1.442em;
      padding-right: 0.5em;
    }
  }
  @media (min-width: 1600px) {
    .refinement-wrapper .refinements ul.refinement-colour {
      padding-left: 1.9em;
    }
  }
  .refinement-wrapper .refinements ul.refinement-colour li {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    display: inline-block;
    border: 0;
    padding: 0;
    margin-bottom: 0.9em;
  }
  .refinement-wrapper .refinements ul.refinement-colour li a {
    display: block;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle {
    display: inline-block;
    border: 0.063em solid transparent;
    width: 1.9em;
    height: 1.9em;
    display: block;
    position: relative;
    background: none;
    padding: 0;
    color: transparent;
    text-indent: -969rem;
    border-radius: 50%;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle::after {
    content: none;
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle:hover {
      border-color: #272727;
      border-width: 0.143rem;
    }
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle.selected {
    border-color: #272727;
    border-width: 0.143rem;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle.disabled {
    opacity: 0.2;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-1 {
    border-color: #d1d1d1;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-12::before {
    background-color: #000;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-8::before {
    background-color: #3393d0;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-6::before {
    background-color: #81c341;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-11::before {
    background-color: #8f979d;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-4::before {
    background-color: #ef7922;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-9::before {
    background-color: #04559f;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-10::before {
    background-color: #c11c8a;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-2::before {
    background-color: #fe249a;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-3::before {
    background-color: #d11e47;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-0100::before {
    background-color: #bdb8b8;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-5::before {
    background-color: #ffc012;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-1::before {
    background-color: #fff;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-7::before {
    background-color: #6ac6b1;
  }
  .refinement-wrapper .refinements ul.refinement-colour li .swatch-circle-13::before {
    background-color: #f5f5dc;
  }
  .refinement-wrapper .refinements .collapse-refinement {
    padding-left: 0;
  }
  @media (min-width: 1200px) {
    #filter-collapse {
      border-bottom: 1px solid #6b6b6b;
    }
  }
  .promotion-banner {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 1.429rem;
    margin-bottom: 1.429rem;
  }
  @media (min-width: 768px) {
    .promotion-banner {
      margin-top: 2.5em;
      margin-bottom: 2.5em;
    }
  }
  .promotion-banner::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -0.1em;
    bottom: -0.1em;
    transform: skew(0deg, 4.7deg);
    /*background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);*/
  }
  .red-2-orange .promotion-banner::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .promotion-banner::before {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .promotion-banner::before {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .promotion-banner::before {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  @media (min-width: 992px) {
    .promotion-banner::before {
      top: 1em;
      bottom: 1em;
    }
  }
 /* .promotion-banner .image img {
    background: url("../images/global/spinner-red-2-organe_199-300.svg") center no-repeat;
  }
  .red-2-orange .promotion-banner .image img {
    background: url("../images/global/spinner-red-2-organe_199-300.svg") center no-repeat;
  }
  .yellow-2-green .promotion-banner .image img {
    background: url("../images/global/spinner-yellow-2-green_199-300.svg") center no-repeat;
  }
  .teal-2-blue .promotion-banner .image img {
    background: url("../images/global/spinner-teal-2-blue_199-300.svg") center no-repeat;
  }
  .navy-2-purple .promotion-banner .image img {
    background: url("../images/global/spinner-navy-2-purple_199-300.svg") center no-repeat;
  }*/
  .promotion-banner .promotion-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  .promotion-banner .promotion-info h2 {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.905rem;
    position: relative;
    margin-bottom: 1.2em;
  }
  @media (min-width: 1600px) {
    .promotion-banner .promotion-info h2 {
      font-size: 2.5rem;
    }
  }
  .promotion-banner .promotion-info h2::before {
    content: '';
    display: block;
    padding: 3.2px;
    border-radius: 0.7142rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 100%;
    width: 1.929rem;
    transform: translateX(-50%);
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    background: #fff;
    margin-top: 0.4em;
  }
  .refinement-wrapper{
    position: static!important;
    width: 380px!important;
    }
  @media (min-width: 768px) {
	.refinement-wrapper{
    width: 100%!important;
    }
    }
  @media (min-width: 768px) {
    .promotion-banner .promotion-info h2::before {
      padding: 0.2157rem 2.1428rem;
      margin-top: 0.4em;
      left: 0;
      transform: translateX(0);
      border-radius: 5px;
    }
  }
  @media (min-width: 1200px) {
    .promotion-banner .promotion-info h2::before {
      height: 0.571rem;
      width: 4.286rem;
      margin-top: 0.7em;
    }
  }
  @media (min-width: 1600px) {
    .promotion-banner .promotion-info h2::before {
      width: 5.357rem;
      height: 0.714rem;
    }
  }
  @media (min-width: 768px) {
    .promotion-banner .promotion-info h2::before {
      left: 50%;
      transform: translateX(-50%);
    }
  }
  @media (min-width: 1200px) {
    .promotion-banner .promotion-info h2::before {
      margin-top: 0.37em;
      height: 0.371rem;
    }
  }
  .promotion-banner .promotion-info .btn-explore {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
  @media (min-width: 992px) {
    .promotion-banner .promotion-info .btn-explore {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
    }
  }
  @media (min-width: 1600px) {
    .promotion-banner .promotion-info .btn-explore {
      font-size: 1.429rem;
    }
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .block {
      border-top: 1px solid #6b6b6b;
    }
  }
  @media (min-width: 1200px) {
    .refinement-wrapper .block-head [data-toggle="collapse"] {
      cursor: pointer;
      font-size: 1.1429rem;
      font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
      margin-bottom: 0;
      padding-top: 1em;
      padding-bottom: 1em;
      text-align: left;
    }
    .refinement-wrapper .block-head [data-toggle="collapse"].collapsed span::after {
      content: "\E90B";
    }
    .refinement-wrapper .block-head [data-toggle="collapse"] span {
      position: relative;
      display: inline-block;
      min-width: 5em;
    }
    .refinement-wrapper .block-head [data-toggle="collapse"] span::after {
      content: "\E90C";
      position: absolute;
      right: -3.5em;
      top: 50%;
      font-size: 0.557rem;
      transform: translateY(-50%);
      transition: ease-in 0.3s;
      font-family: "AT-icons";
      font-style: normal;
      font-weight: normal;
    }
  }
  .refinement-wrapper .block-sort ul {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0.857em;
    font-size: 1rem;
  }
  @media (min-width: 1600px) {
    .refinement-wrapper .block-sort ul {
      font-size: 1.1429rem;
    }
  }
  .refinement-wrapper .block-sort ul li {
    list-style: none;
    position: relative;
    padding-top: 0.857em;
    padding-bottom: 0.857em;
    cursor: pointer;
  }
  .refinement-wrapper .block-sort ul li.selected::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 3.214em;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: ease-in 0.3s;
  }
  .red-2-orange .refinement-wrapper .block-sort ul li.selected::after {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .refinement-wrapper .block-sort ul li.selected::after {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .refinement-wrapper .block-sort ul li.selected::after {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .refinement-wrapper .block-sort ul li.selected::after {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  @media (min-width: 1600px) {
    .refinement-wrapper .block-sort ul li.selected::after {
      width: 10px;
      height: 10px;
    }
  }
  /*レフトナビゲーションースクロールラインーーーーーーー*/
  @media (min-width: 1200px) {
    .refinement-wrapper .block-filter {
      overflow: hidden;
      padding-bottom: 3em;
      position: relative;
    }
    /*.refinement-wrapper .block-filter::after {
      content: '';
      position: absolute;
      right: 4px;
      background-color: #6b6b6b;
      top: 3.7em;
      bottom: 4em;
      width: 1px;
      z-index: 1; }*/
  }
  @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    .refinement-wrapper .block-filter::after {
      content: none;
    }
  }
  @media (min-width: 1200px) {
    @supports (-moz-appearance: none) {
      .refinement-wrapper .block-filter::after {
        content: none;
      }
    }
  }
  @media (min-width: 1200px) {
    #filter-collapse {
      overflow: auto;
      position: relative;
    }
    #filter-collapse::-webkit-scrollbar-track {
      border-radius: 0;
      background-color: transparent;
    }
    #filter-collapse::-webkit-scrollbar {
      width: 9px;
      background-color: transparent;
    }
    #filter-collapse::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: #6b6b6b;
    }
  }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 35px;
    position: relative;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 3;
    background-color: #f2f2f2;
    color: #fff;
    outline: 0;
  }
  @media (min-width: 992px) {
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      width: 32px;
      height: 32px;
    }
  }
  @media (min-width: 1600px) {
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      width: 34px;
      height: 34px;
    }
  }
  .owl-carousel .owl-nav .owl-prev .sa-icon, .owl-carousel .owl-nav .owl-next .sa-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
    display: none;
  }
  .owl-carousel .owl-nav .owl-prev::before, .owl-carousel .owl-nav .owl-next::before {
    font-family: "Samsonite-icons";
    font-style: normal;
    font-weight: normal;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-prev::before {
    content: "\E902";
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .owl-carousel .owl-nav .owl-next::before {
    content: "\E903";
  }
  .product-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    text-align: center;
    padding-left: 0.286em;
    padding-right: 0.286em;
  }
  .product-tile .image-container {
    text-align: center;
    padding-top: 1.429em;
  }
  @media (min-width: 992px) {
    .product-tile .image-container {
      padding-top: 30px;
      overflow: hidden;
    }
    .product-tile .image-container:hover .tile-image, .product-tile .image-container:focus .tile-image {
      transform: scale(1.1);
    }
  }
  .product-tile .image-container .tile-image {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  @media (min-width: 992px) {
    .product-tile .image-container .tile-image {
      transition: ease-in 0.3s;
    }
  }
  .product-tile .tile-body {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .product-grid .product-tile .tile-body {
    margin-bottom: 100px;
  }
  @media (min-width: 768px) {
    .product-grid .product-tile .tile-body {
      margin-bottom: 110px;
    }
  }
  @media (min-width: 992px) {
    .product-grid .product-tile .tile-body {
      margin-bottom: 100px;
    }
  }
  @media (min-width: 1600px) {
    .product-grid .product-tile .tile-body {
      margin-bottom: 110px;
    }
  }
  .product-tile .tile-body .swatch-row {
    min-height: 64px;
  }
  @media (min-width: 992px) {
    .product-tile .tile-body .swatch-row {
      min-height: 67px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-body .swatch-row {
      min-height: 74px;
    }
  }
  .product-tile .tile-body .tile-attribute[data-attr="productSize"] {
    margin-bottom: 0.5rem;
  }
  .product-tile .tile-body .tile-attribute[data-attr="productSize"].empty-size-selection {
    min-height: 33px;
  }
  @media (min-width: 992px) {
    .product-tile .tile-body .tile-attribute[data-attr="productSize"].empty-size-selection {
      min-height: 25px;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .tile-body .tile-attribute[data-attr="productSize"].empty-size-selection {
      min-height: 32px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-body .tile-attribute[data-attr="productSize"].empty-size-selection {
      min-height: 39px;
    }
  }
  .product-tile .tile-body .sales.promotion-price {
    color: #d11e47;
  }
  .product-tile .tile-body .price {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    margin-top: 0.667em;
  }
  @media (min-width: 992px) {
    .product-tile .tile-body .price {
      font-size: 1.257rem;
      margin-bottom: 0.689em;
      margin-top: 0.267em;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-body .price {
      font-size: 1.5714rem;
    }
  }
  .product-tile .tile-body .price .strike-through {
    margin-right: 0;
    color: #272727;
    font-size: 0.857rem;
    position: relative;
    vertical-align: baseline;
    margin-left: 0.2em;
    padding-top: 0.23em;
  }
  @media (min-width: 992px) {
    .product-tile .tile-body .price .strike-through {
      padding-top: 0.45em;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-body .price .strike-through {
      padding-top: 0.9em;
    }
  }
  .product-tile .tile-body .price .price-inner {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    white-space: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-tile .tile-body[data-message-value="0040"] .tile-top-left {
    top: 1.5em;
  }
  .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
    width: 100%;
    max-height: 1.5rem;
    min-height: 1.5rem;
  }
  [data-action^="Sites"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message, [data-action="Home-Show"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
    padding: 0 5px;
  }
  @media (min-width: 992px) {
    [data-action^="Sites"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message, [data-action="Home-Show"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
      margin-right: 1.5rem;
      padding: 0;
    }
  }
  .recommendations .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
    padding: 0 5px;
  }
  @media (min-width: 768px) {
    .product-merchand-message .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
      margin-right: 1.5rem;
    }
  }
  .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    width: 100%;
    color: #fff;
    display: block;
    text-transform: none;
    letter-spacing: 1px;
    height: 20px;
    padding: 0;
    line-height: 20px;
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  @media (min-width: 1200px) {
    .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
      height: 22px;
      line-height: 22px;
    }
  }
  .red-2-orange .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  [data-action^="Sites"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"], [data-action="Home-Show"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  @media (min-width: 768px) {
    .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
      max-height: 1.5rem;
      min-height: 1.5rem;
    }
  }
  .product-tile .tile-body[data-message-value="0040"] .tile-top-right {
    width: 100%;
  }
  .product-tile .tile-message {
    position: absolute;
    top: 0.5em;
    z-index: 1;
    font-size: 0.6681rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message {
      font-size: 0.929rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-message {
      font-size: 1.1429rem;
    }
  }
  .product-tile .tile-message .callout {
    text-align: left;
    text-transform: uppercase;
    font-size: 0.857rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #808080;
  }
  @media (min-width: 1600px) {
    .product-tile .tile-message .callout {
      font-size: 1.1429rem;
    }
  }
  .product-tile .tile-message .callout .special-message {
    display: block;
    color: #d11e47;
    text-align: left;
    font-size: inherit;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message .callout .special-message {
      font-size: 1.0714rem;
    }
  }
  .product-tile .tile-message .promotions {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .product-tile .tile-message .product-merchand-message {
    min-height: 2.857rem;
    max-height: 2.857rem;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message .product-merchand-message {
      min-height: 3.571rem;
      max-height: 3.571rem;
    }
  }
  .product-tile .tile-message .product-merchand-message span {
    font-size: 0.7143rem;
    padding-bottom: 0.429rem;
    position: relative;
    width: 2.5rem;
    background-color: #d11e47;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message .product-merchand-message span {
      width: 3rem;
      font-size: 1.0714rem;
    }
  }
  .product-tile .tile-message .product-merchand-message span[data-message-value="0010"] {
    background-color: #f37a21;
  }
  .product-tile .tile-message .product-merchand-message span[data-message-value="0020"] {
    background-color: #d31e47;
  }
  .product-tile .tile-message .product-merchand-message span[data-message-value="0030"] {
    background-color: #04559f;
  }
  .product-tile .tile-message .product-merchand-message span[data-message-value="0010"]::before, .product-tile .tile-message .product-merchand-message span[data-message-value="0020"]::before, .product-tile .tile-message .product-merchand-message span[data-message-value="0030"]::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid transparent;
    border-bottom: 0.714rem solid #fff;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message .product-merchand-message span[data-message-value="0010"]::before, .product-tile .tile-message .product-merchand-message span[data-message-value="0020"]::before, .product-tile .tile-message .product-merchand-message span[data-message-value="0030"]::before {
      border-left-width: 1.5rem;
      border-right-width: 1.5rem;
    }
  }
  .product-tile .tile-top-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0.571rem;
    padding-top: 0.357rem;
    left: 0;
    width: 100%;
    margin: 0;
  }
  @media (min-width: 768px) {
    .product-tile .tile-top-left {
      padding-left: 1rem;
    }
  }
  .product-tile .tile-top-left > div {
    display: inline-block;
  }
  .product-tile .tile-top-right {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    left: auto;
    top: 0;
    right: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .product-tile .tile-top-right .product-sticker:first-child {
    margin-top: 0.2rem;
  }
  @media (min-width: 768px) {
    .product-tile .tile-top-right .product-sticker:first-child {
      margin-top: 0.5rem;
    }
  }
  .product-tile .tile-top-right .product-merchand-message, .product-tile .tile-top-right .product-sticker {
    margin-bottom: 0.2rem;
  }
  @media (min-width: 768px) {
    .product-tile .tile-top-right .product-merchand-message, .product-tile .tile-top-right .product-sticker {
      margin-bottom: 0.5rem;
    }
  }
  .product-tile .tile-bottom {
    position: relative;
  }
  .product-tile .tile-bottom .tile-actions-color-attributes {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 1rem;
  }
  .product-tile .tile-bottom .tile-actions-product-set-title {
    margin-bottom: 10px;
  }
  .product-tile .product-sticker img {
    width: 35px;
    height: 35px;
    margin-right: 1px;
  }
  @media (min-width: 768px) {
    .product-tile .product-sticker img {
      margin-right: 3px;
    }
  }
  .product-tile .product-sticker.sticker-0040 img {
    width: auto;
    max-height: 1rem;
  }
  @media (min-width: 992px) {
    .product-tile .product-sticker.sticker-0040 img {
      max-height: 1.214rem;
    }
  }
  .product-tile .product-collection {
    font-size: 1.0714rem;
    margin-bottom: 5px;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  .product-tile .product-collection h4 {
    margin-bottom: 0;
    font-size: 1.0714rem;
  }
  @media (min-width: 992px) {
    .product-tile .product-collection h4 {
      font-size: 1.1429rem;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .product-collection h4 {
      font-size: 1.2857rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .product-collection h4 {
      font-size: 1.4286rem;
    }
  }
  .product-tile .pdp-link {
    font-size: 0.786rem;
    margin-bottom: 5px;
    color: #6b6b6b;
  }
  .product-tile .pdp-link a {
    color: #6b6b6b;
  }
  @media (min-width: 992px) {
    .product-tile .pdp-link {
      font-size: 0.857rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .pdp-link {
      font-size: 0.929rem;
    }
  }
  .product-tile .pdp-link a {
    text-transform: uppercase;
  }
  .product-tile .ratings {
    padding: 0;
    width: auto;
  }
  .product-tile .ratings .fa-star, .product-tile .ratings .fa-star-half-o {
    color: #408ebf;
  }
  .product-tile .tile-body-footer {
    display: block;
    margin: 0;
  }
  .product-tile .cart-and-ipay {
    padding-bottom: 0;
  }
  .product-tile .add-to-cart, .product-tile .btn-start-personalize, .product-tile .add-to-cart-global {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    display: block;
    font-size: 0.857rem;
    padding: 0.667em;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    border-color: #272727;
    margin-top: 0.333em;
  }
  .product-tile .add-to-cart:hover, .product-tile .add-to-cart:focus, .product-tile .btn-start-personalize:hover, .product-tile .btn-start-personalize:focus, .product-tile .add-to-cart-global:hover, .product-tile .add-to-cart-global:focus {
    cursor: pointer;
  }
  .product-tile .add-to-cart:hover, .product-tile .btn-start-personalize:hover, .product-tile .add-to-cart-global:hover {
    color: #272727;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 7px -2px #333;
  }
  @media (min-width: 768px) {
    .product-tile .add-to-cart, .product-tile .btn-start-personalize, .product-tile .add-to-cart-global {
      font-size: 1rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .add-to-cart, .product-tile .btn-start-personalize, .product-tile .add-to-cart-global {
      font-size: 1.25rem;
      padding: 0.567em;
    }
  }
  .product-tile .add-to-cart:active, .product-tile .btn-start-personalize:active, .product-tile .add-to-cart-global:active {
    background-color: #fff;
  }
  .product-tile .add-to-cart:disabled:hover, .product-tile .add-to-cart:disabled:focus, .product-tile .btn-start-personalize:disabled:hover, .product-tile .btn-start-personalize:disabled:focus, .product-tile .add-to-cart-global:disabled:hover, .product-tile .add-to-cart-global:disabled:focus {
    background-color: #272727;
    color: #fff;
    box-shadow: none;
  }
  .product-tile .add-to-cart .fa, .product-tile .btn-start-personalize .fa, .product-tile .add-to-cart-global .fa {
    display: none;
  }
  .product-tile .btn-go-details {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    display: block;
    font-size: 0.857rem;
    padding: 0.667em;
  }
  .product-tile .btn-go-details:hover, .product-tile .btn-go-details:focus {
    cursor: pointer;
  }
  .product-tile .btn-go-details:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
  }
  @media (min-width: 768px) {
    .product-tile .btn-go-details {
      font-size: 1rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .btn-go-details {
      font-size: 1.25rem;
      padding: 0.567em;
    }
  }
  .product-tile .p-w-r {
    margin: 0;
  }
  .product-tile .p-w-r .pr-category-snippet {
    display: block;
  }
  .product-tile .p-w-r .pr-snippet-rating-decimal {
    display: none;
  }
  .product-tile .p-w-r .pr-category-snippet__item {
    display: block;
  }
  .product-tile .p-w-r .pr-category-snippet__total.pr-category-snippet__item {
    display: none;
  }
  .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"] {
    background: none;
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 2px;
    margin-left: 2px;
  }
  .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"]::before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    content: '\F005';
    position: absolute;
    width: 100%;
    height: 100%;
    color: #b5b5b5;
    font-size: 0.714rem;
    top: 0;
    left: 0;
  }
  @media (min-width: 992px) {
    .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"] {
      width: 12px;
      height: 12px;
    }
    .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"]::before {
      font-size: 10px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"] {
      width: 16px;
      height: 16px;
    }
    .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"]::before {
      font-size: 16px;
    }
  }
  .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .red-2-orange .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .red-2-orange .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .yellow-2-green .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .yellow-2-green .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .teal-2-blue .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .teal-2-blue .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .navy-2-purple .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .navy-2-purple .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      background: none !important;
      -webkit-text-fill-color: inherit;
    }
    .logo-red .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-red .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #d11e47;
    }
    .logo-orange .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-orange .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #ef7922;
    }
    .logo-yellow .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-yellow .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #ffc012;
    }
    .logo-green .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-green .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #80c242;
    }
    .logo-teal .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-teal .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #6ac5b0;
    }
    .logo-blue .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-blue .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #3292cf;
    }
    .logo-navy .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-navy .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #02549d;
    }
    .logo-purple .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-purple .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #c11c8a;
    }
  }
  .product-tile .p-w-r .pr-snippet .pr-snippet-stars-png {
    display: block;
  }
  .product-tile .p-w-r .pr-snippet .pr-snippet-stars-png .pr-rating-stars {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-tile .apple-pay-pdp {
    display: none;
  }
  .product-tile .attribute {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0.714em;
    padding-right: 0;
    text-align: center;
  }
  @media (min-width: 992px) {
    .product-tile .attribute {
      padding-top: 0;
    }
  }
  .product-tile .attribute.one-size {
    visibility: hidden;
  }
  .product-grid .product-tile .attribute.one-size {
    display: none;
  }
  .product-tile .attribute.one-size h4, .product-tile .attribute.one-size .size-selection {
    visibility: hidden;
  }
  .product-tile .attribute h4 {
    display: none;
  }
  .product-tile .attribute .attr-item {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
  }
  @media (min-width: 992px) {
    .product-tile .attribute .attr-item {
      padding-left: 3px;
      padding-right: 3px;
      margin-right: 0;
      margin-left: 0;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .attribute .attr-item {
      padding-left: 4px;
      padding-right: 4px;
    }
  }
  .product-tile .attribute .owl-carousel {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .product-tile .attribute .owl-carousel .owl-stage {
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.929em;
    padding-bottom: 2px;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-prev, .product-tile .attribute .owl-carousel .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 0.8em;
    transform: translateY(-50%);
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-prev::before, .product-tile .attribute .owl-carousel .owl-nav .owl-next::before {
    content: "\E90D";
    font-family: "AT-icons";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-prev span, .product-tile .attribute .owl-carousel .owl-nav .owl-next span {
    display: none;
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-prev {
    left: 0.3em;
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-next {
    right: 0.3em;
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-next::before {
    content: "\E90E";
  }
  .product-tile .attribute .owl-loaded {
    display: block;
    width: auto;
  }
  .product-tile .attribute .owl-loaded .attr-item {
    margin-left: 0;
    margin-right: 0;
  }
  .product-tile .color-quantity {
    font-size: 0.857rem;
    color: #6b6b6b;
  }
  @media (min-width: 992px) {
    .product-tile .color-quantity {
      padding-top: 0.714em;
    }
  }
  .product-tile .color-quantity .text-expand {
    display: none;
  }
  .product-tile .color-swatchs {
    text-align: center;
    padding-top: 0.514em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    margin-right: 0;
    padding-bottom: 0.514em;
    min-height: 40px;
  }
  @media (min-width: 992px) {
    .product-tile .color-swatchs {
      padding-left: 2.3em;
      padding-right: 2.3em;
      min-height: 44px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .color-swatchs {
      min-height: 51px;
    }
  }
  .product-tile .color-swatchs .swatch-circle.color-value.selected::after {
    content: none;
  }
  .product-tile .color-swatchs .attr-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  @media (min-width: 1200px) {
    .product-tile .color-swatchs .attr-item {
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .color-swatchs .attr-item {
      padding-left: 8px;
      padding-right: 8px;
    }
  }
  .product-tile .color-swatchs .attr-item.selected .attr-selector {
    width: 25px;
    height: 25px;
  }
  @media (min-width: 992px) {
    .product-tile .color-swatchs .attr-item.selected .attr-selector {
      width: 27px;
      height: 27px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .color-swatchs .attr-item.selected .attr-selector {
      width: 34px;
      height: 34px;
    }
  }
  .product-tile .color-swatchs .attr-item a {
    display: block;
    width: 16px;
    height: 16px;
  }
  @media (min-width: 992px) {
    .product-tile .color-swatchs .attr-item a {
      width: 17px;
      height: 17px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .color-swatchs .attr-item a {
      width: 22px;
      height: 22px;
    }
  }
  .product-tile .color-swatchs .attr-item a .swatch-circle {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    border-radius: 50%;
  }
  .product-tile .size-selection {
    font-size: 0.857rem;
  }
  @media (min-width: 768px) {
    .product-tile .size-selection {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    .product-tile .size-selection {
      font-size: 0.914rem;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .size-selection {
      padding-bottom: 0.5em;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .size-selection {
      font-size: 1.1429rem;
    }
  }
  .product-tile .size-selection .attr-item.selected a, .product-tile .size-selection .attr-item:hover a {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
  }
  .product-tile .size-selection .attr-item a {
    display: block;
    padding: 0.363em 0.5855em;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 0.786rem;
    border-radius: 15px;
    box-shadow: 0 1px 3px -1px #272727;
  }
  @media (min-width: 992px) {
    .product-tile .size-selection .attr-item a {
      font-size: 0.857rem;
      padding-left: 0.75em;
      padding-right: 0.75em;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .size-selection .attr-item a {
      font-size: 1.0714rem;
    }
  }
  .product-tile .size-selection .attr-item.size-item.disable-click:hover a, .product-tile .size-selection .attr-item.size-item.disable-click:focus a, .product-tile .size-selection .attr-item.size-item.disable-click:active a {
    background-color: transparent;
    color: #272727;
  }
  .product-tile .size-selection .attr-item.size-item.disable-click a {
    pointer-events: none;
    opacity: 0.4;
  }
  .product-tile .size-selection .attr-item.size-item.disable-click a.selected:hover a {
    color: #fff;
    background-color: #272727;
  }
  .product-tile .size-selection.owl-loaded .attr-item a {
    width: 12.7vw;
  }
  @media (min-width: 768px) {
    .product-tile .size-selection.owl-loaded .attr-item a {
      width: auto;
      min-width: 47px;
    }
  }
  @media (min-width: 992px) {
    .product-tile .size-selection.owl-loaded .attr-item a {
      width: 47px;
      min-width: 72px;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .size-selection.owl-loaded .attr-item a {
      min-width: 60px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .size-selection.owl-loaded .attr-item a {
      min-width: 77px;
    }
  }
  .product-tile .size-selection .owl-stage {
    padding-left: 19%;
  }
  @media (min-width: 768px) {
    .product-tile .size-selection .owl-stage {
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .size-selection .owl-stage {
      padding-left: 29px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .size-selection .owl-stage {
      padding-left: 37px;
    }
  }
  .product-tile .product-comparition {
    padding-bottom: 0.614em;
    padding-top: 0.614em;
    border-top: 1px solid #6b6b6b;
    margin-left: -3px;
    margin-right: -3px;
  }
  @media (min-width: 768px) {
    .product-tile .product-comparition {
      display: none;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .product-comparition {
      display: block;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .product-comparition {
      padding-bottom: 0.714em;
      padding-top: 0.714em;
    }
    .product-tile .product-comparition .checkbox {
      font-size: 0.7856rem;
    }
  }
  .product-tile .product-comparition .checkbox {
    font-size: 0.857rem;
    cursor: pointer;
    color: #6b6b6b;
    position: relative;
    padding-left: 25px;
  }
  .product-tile .product-comparition .checkbox::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #6b6b6b;
    background: transparent;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .product-tile .product-comparition .checkbox::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: ease-in 0.3s;
  }
  .red-2-orange .product-tile .product-comparition .checkbox::after {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .product-tile .product-comparition .checkbox::after {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .product-tile .product-comparition .checkbox::after {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .product-tile .product-comparition .checkbox::after {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  .product-tile .product-comparition .checkbox.checked::after {
    transform: translateY(-50%) scale(1);
  }
  .product-tile .tile-actions {
    padding-left: 0.357em;
    padding-right: 0.357em;
  }
  .product-tile-col:nth-child(1) .image-container img, .product-tile-col:nth-child(2) .image-container img, .product-tile-col:nth-child(3) .image-container img {
    background: none;
  }
  .product-list-campaign .product-tile .tile-actions {
    margin-left: -3px;
    margin-right: -3px;
    max-width: 100%;
  }
  @media (min-width: 992px) {
    .product-list-campaign .product-tile .tile-actions {
      width: auto;
      left: -3px;
      right: -3px;
    }
    .product-list-campaign .product-tile .tile-actions .pdp-link {
      min-height: 2.3em;
    }
  }
  .product-list-campaign .product-tile .tile-actions .col-6 {
    padding-left: 3px;
    padding-right: 3px;
  }
  @media (min-width: 992px) {
    .product-list-campaign .product-tile .tile-actions .col-6 {
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  .gwp-modal {
    padding-right: 0 !important;
  }
  .choose-bonus-product-dialog {
    right: 0;
    position: absolute;
    max-width: 100%;
    width: 100%;
    overflow: visible;
    margin: 0;
  }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog {
      margin: 0;
      max-width: 29.25rem;
    }
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog {
      max-width: 32.143rem;
    }
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog {
      margin-top: 1em;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog {
      max-width: 37.143rem;
    }
  }
  .choose-bonus-product-dialog .modal-content {
    border: 0;
  }
  .choose-bonus-product-dialog .modal-header {
    background-color: #fff;
    border: 0;
    padding: 2.143rem 0 0;
    display: block;
    text-align: center;
    position: relative;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-header {
      padding-top: 3.286rem;
    }
  }
  .choose-bonus-product-dialog .modal-header .close {
    float: none;
    margin: 0;
    padding: 0;
    position: absolute;
    color: #fff;
    text-shadow: none;
    line-height: normal;
    font-size: unset;
    top: 1.071rem;
    right: 1.071rem;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=1);
  }
  @media (min-width: 1200px) {
    .choose-bonus-product-dialog .modal-header .close {
      top: auto;
      bottom: 1.071rem;
      right: 1.5rem;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-header .close {
      top: 1.5rem;
      bottom: auto;
    }
  }
  .choose-bonus-product-dialog .modal-header .close::before {
    content: "\E904";
    position: absolute;
    font-size: 14px;
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
  }
  .red-2-orange .choose-bonus-product-dialog .modal-header .close::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .yellow-2-green .choose-bonus-product-dialog .modal-header .close::before {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .teal-2-blue .choose-bonus-product-dialog .modal-header .close::before {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .navy-2-purple .choose-bonus-product-dialog .modal-header .close::before {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .choose-bonus-product-dialog .modal-header .close::before {
      background: none !important;
      -webkit-text-fill-color: inherit;
    }
    .logo-red .choose-bonus-product-dialog .modal-header .close::before {
      color: #d11e47;
    }
    .logo-orange .choose-bonus-product-dialog .modal-header .close::before {
      color: #ef7922;
    }
    .logo-yellow .choose-bonus-product-dialog .modal-header .close::before {
      color: #ffc012;
    }
    .logo-green .choose-bonus-product-dialog .modal-header .close::before {
      color: #80c242;
    }
    .logo-teal .choose-bonus-product-dialog .modal-header .close::before {
      color: #6ac5b0;
    }
    .logo-blue .choose-bonus-product-dialog .modal-header .close::before {
      color: #3292cf;
    }
    .logo-navy .choose-bonus-product-dialog .modal-header .close::before {
      color: #02549d;
    }
    .logo-purple .choose-bonus-product-dialog .modal-header .close::before {
      color: #c11c8a;
    }
  }
  .choose-bonus-product-dialog .modal-header span {
    font-size: 1.5714rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-header span {
      font-size: 1.4286rem;
    }
  }
  .choose-bonus-product-dialog .bonus-header {
    text-align: center;
    padding-top: 0.5rem;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .bonus-header {
      font-size: 1.1429rem;
    }
  }
  .choose-bonus-product-dialog .product-detail .product-name {
    font-size: 14px;
    text-align: center;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .product-detail .product-name::before {
      content: none;
    }
  }
  .choose-bonus-product-dialog .product-detail .attributes {
    display: none;
  }
  .choose-bonus-product-dialog .product-detail .attributes .bonus-product-price {
    margin-top: 0 !important;
    padding-bottom: 0.714rem;
  }
  .choose-bonus-product-dialog .product-detail .bonus-product-price {
    margin-top: 0 !important;
  }
  .choose-bonus-product-dialog .product-detail .bonus-product-price .regular-price {
    text-decoration: line-through;
  }
  .choose-bonus-product-dialog .product-detail .bonus-product-price .bonus-price {
    color: #d11e47;
  }
  .choose-bonus-product-dialog .btn {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 0.214rem 0.857rem;
    min-width: auto;
    width: auto;
    font-size: 0.857rem;
    margin-top: 0;
    min-width: 105px;
  }
  .choose-bonus-product-dialog .btn:hover, .choose-bonus-product-dialog .btn:focus {
    cursor: pointer;
  }
  @media (min-width: 1200px) {
    .choose-bonus-product-dialog .btn {
      padding: 0.314rem 0.957rem;
      min-width: 107px;
    }
    .choose-bonus-product-dialog .btn:hover {
      color: #fff;
      background-color: #272727;
      border-color: #272727;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .btn {
      font-size: 1rem;
      min-width: 120px;
    }
  }
  .choose-bonus-product-dialog .btn.selected {
    background-color: #272727;
    color: #fff;
    border-color: #272727;
  }
  .choose-bonus-product-dialog .btn:disabled {
    cursor: default;
  }
  @media (min-width: 1200px) {
    .choose-bonus-product-dialog .btn:disabled:hover {
      background-color: #fff;
      color: #272727;
      border-color: #fff;
    }
  }
  .choose-bonus-product-dialog .bonus-product-selection {
    padding-left: 0.357rem;
    padding-bottom: 0.357rem;
    text-align: center;
  }
  .choose-bonus-product-dialog .modal-body {
    padding: 1rem 2.2em 0.5rem;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
    max-height: none;
  }
  @media (min-width: 1200px) {
    .choose-bonus-product-dialog .modal-body {
      max-height: none;
    }
  }
  .choose-bonus-product-dialog .modal-body.d-flex {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev, .choose-bonus-product-dialog .modal-body .owl-nav .owl-next {
    background-color: rgba(39, 39, 39, 0.7);
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev.disabled, .choose-bonus-product-dialog .modal-body .owl-nav .owl-next.disabled {
    background-color: rgba(39, 39, 39, 0.4);
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev::before, .choose-bonus-product-dialog .modal-body .owl-nav .owl-next::before {
    font-family: "AT-icons" !important;
    color: #fff;
    left: auto;
    transform: translateY(-50%);
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev {
    left: -2.286rem;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev::before {
    content: "\E90D";
    right: 1.429rem;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-next {
    right: -2.286rem;
    left: auto;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-next::before {
    content: "\E90E";
    left: 1.429rem;
  }
  .choose-bonus-product-dialog .modal-body .product-wrapper {
    text-align: center;
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .modal-body .product-wrapper {
      padding-top: 0;
    }
    .choose-bonus-product-dialog .modal-body .product-wrapper::before {
      content: none;
    }
  }
  .choose-bonus-product-dialog .modal-body .product-wrapper img {
    display: inline-block;
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .modal-body .product-wrapper img {
      max-width: 85%;
    }
  }
  @media (min-width: 1400px) {
    .choose-bonus-product-dialog .modal-body .product-wrapper img {
      max-width: 100%;
    }
  }
  .choose-bonus-product-dialog .modal-footer {
    display: block;
    text-align: center;
    background-color: #f6f7f9;
    padding: 1.143rem 0 1.857rem;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-footer {
      font-size: 1.1429rem;
    }
  }
  .choose-bonus-product-dialog .modal-footer .selected-bonus-products {
    display: none;
  }
  .choose-bonus-product-dialog .modal-footer .gwp-modal-footer {
    padding-top: 0.7rem;
  }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog .modal-footer .gwp-modal-footer {
      margin: 0 auto;
    }
  }
  .choose-bonus-product-dialog .modal-footer .add-bonus-products {
    line-height: normal;
    padding: 0.714rem 3.429rem;
    outline: none;
    max-width: none;
    text-transform: uppercase;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-footer .add-bonus-products {
      font-size: 1.2143rem;
      padding: 0.75rem 6.3rem;
    }
  }
  .choose-bonus-product-dialog .bonus-product-qty-section {
    text-align: center;
    margin-top: 0.8em;
    position: relative;
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    border: none;
    top: 0.12em;
    position: absolute;
    width: 1.28571em;
    height: 1.28571em;
    border-radius: 2rem;
    text-align: center;
    background: #000;
    color: #fff;
    display: inline-block;
  }
  @supports (-webkit-touch-callout: none) {
    .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
      top: 0;
    }
  }
  .red-2-orange .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .red-2-orange .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .yellow-2-green .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .teal-2-blue .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .navy-2-purple .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty.disabled, .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty.disabled {
    opacity: 0.6;
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty {
    right: 2.3em;
  }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty {
      right: 3.2em;
    }
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty {
      right: 3.6em;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty {
      right: 4em;
    }
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty:hover {
    cursor: pointer;
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty::before {
    font-size: 0.5rem;
    content: '\F067';
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    transform: translate(-50%, -50%);
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    left: 2.9em;
  }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
      left: 3.6em;
    }
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
      left: 4.2em;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
      left: 4.8em;
    }
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty:hover {
    cursor: pointer;
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty::before {
    font-size: 0.5rem;
    content: '\F068';
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    transform: translate(-50%, -50%);
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .bonus-product-qty {
    position: relative;
    width: 2em;
    font-size: 1.2857rem;
    text-align: center;
    border: 0;
    background: #fff;
    left: 0.32em;
    padding: 0;
  }
  .choose-bonus-product-dialog .bonus-product-item {
    width: 50%;
  }
  .choose-bonus-product-dialog .owl-item .bonus-product-item {
    width: 100%;
  }
  #chooseBonusProductModal .bonus-product-qty {
    font-family: "CamphorW01-Regular" !important;
  }
  html.show-bonus-product-popup {
    overflow: hidden;
    height: 100%;
  }
  @supports (-webkit-touch-callout: none) {
    html.show-bonus-product-popup body {
      position: fixed;
    }
  }
  @media (min-width: 1200px) {
    .refinement-bar {
      -ms-flex: 0 0 17.7%;
      flex: 0 0 17.7%;
      max-width: 17.7%;
    }
  }
  .search-results {
    background-color: #f6f7f9;
  }
  @media (min-width: 992px) {
    .search-results {
      background: none;
    }
  }
  @media (min-width: 1600px) {
    .search-results > .container {
      max-width: 1440px;
    }
  }
  .search-results .product-recommendations {
    padding-top: 2rem;
  }
  .search-results .product-recommendations .title {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.8571rem;
    padding-bottom: 1.071rem;
  }
  @media (min-width: 1200px) {
    .search-results .product-recommendations .title {
      font-size: 1.7143rem;
    }
  }
  @media (min-width: 1600px) {
    .search-results .product-recommendations .title {
      font-size: 2.5rem;
    }
  }
  .product-grid-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  @media (min-width: 768px) {
    .product-grid-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (min-width: 1200px) {
    .product-grid-wrapper {
      -ms-flex: 0 0 82.3%;
      flex: 0 0 82.3%;
      max-width: 82.3%;
      padding-left: 1.071rem;
      padding-right: 1.071rem;
    }
  }
  .product-grid {
    padding-top: 12px;
    margin-left: -6px;
    margin-right: -6px;
  }
  @media (min-width: 768px) {
    .product-grid {
      margin-left: -3px;
      margin-right: -3px;
    }
  }
  @media (min-width: 992px) {
    .product-grid {
      background-color: #f6f7f9;
      padding-left: 6px;
      padding-right: 6px;
    }
  }
  @media (min-width: 1200px) {
    .product-grid {
      padding-left: 17px;
      padding-right: 17px;
      padding-top: 20px;
    }
  }
  .product-grid .product-tile-col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
    min-height: 340px;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .product-grid .product-tile-col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 3px;
      padding-right: 3px;
      margin-bottom: 6px;
    }
  }
  @media (min-width: 992px) {
    .product-grid .product-tile-col {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      min-height: 510px;
    }
  }
  @media (min-width: 1600px) {
    .product-grid .product-tile-col {
      min-height: 570px;
    }
  }
  .product-grid .product-tile-col.product-promotion-col {
    min-height: auto;
  }
  .product-grid .product {
    background-color: #fff;
    height: 100%;
  }
  .product-grid .product-promotion-col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  @media (min-width: 1200px) {
    .product-grid .product-promotion-col .content-asset {
      position: relative;
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  .product-grid .product-tile .tile-top-left .promotions {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .product-grid .product-tile .tile-top-right {
    top: 0;
  }
  .grid-footer {
    text-align: center;
    margin-top: 1.786em;
    margin-bottom: 1.786em;
  }
  .grid-footer .show-more .btn-outline-primary {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    display: inline-block;
    font-size: 1.0714rem;
    padding-top: 0.61em;
    padding-bottom: 0.61em;
    width: auto;
    min-width: 9.333em;
  }
  .grid-footer .show-more .btn-outline-primary:hover, .grid-footer .show-more .btn-outline-primary:focus {
    cursor: pointer;
  }
  .grid-footer .show-more .btn-outline-primary:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
  }
  @media (min-width: 1200px) {
    .grid-footer .show-more .btn-outline-primary {
      padding-top: 0.3em;
      padding-bottom: 0.4em;
      min-width: 7em;
      font-size: 1.2143rem;
    }
  }
  @media (min-width: 1600px) {
    .grid-footer .show-more .btn-outline-primary {
      font-size: 1.4286rem;
      min-width: 6.5em;
    }
  }
  .grid-footer .scroll-loading-amimation {
    margin: 0 auto;
    display: block;
    width: 100px;
    background: url("../images/spinner-red-2-organe_199-300.svg") center no-repeat;
  }
  .red-2-orange .grid-footer .scroll-loading-amimation {
    background: url("../images/spinner-red-2-organe_199-300.svg") center no-repeat;
  }
  .yellow-2-green .grid-footer .scroll-loading-amimation {
    background: url("../images/spinner-yellow-2-green_199-300.svg") center no-repeat;
  }
  .teal-2-blue .grid-footer .scroll-loading-amimation {
    background: url("../images/spinner-teal-2-blue_199-300.svg") center no-repeat;
  }
  .navy-2-purple .grid-footer .scroll-loading-amimation {
    background: url("../images/spinner-navy-2-purple_199-300.svg") center no-repeat;
  }
  .hero-category {
    margin-top: 2.857em;
    padding-top: 0.714rem;
    padding-bottom: 1.586rem;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 768px) {
    .hero-category {
      margin-top: 2.1428rem;
    }
  }
  @media (min-width: 992px) {
    .hero-category {
      margin-top: 1em;
    }
  }
  @media (min-width: 1200px) {
    .hero-category {
      padding-top: 2em;
      padding-bottom: 2.5em;
      margin-top: 0.5em;
    }
  }
  .hero-category::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    transform: skew(0deg, 4.7deg);
  }
  .hero-category.has-animation.load-animation .image, .hero-category.has-animation.load-animation .category-info {
    opacity: 1;
    filter: alpha(opacity=1);
    animation-name: customFadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .hero-category.has-animation.load-animation .item1 .image {
    animation-delay: 0.2s;
  }
  .hero-category.has-animation.load-animation .item1 .category-info {
    animation-delay: 0.4s;
  }
  .hero-category.has-animation.load-animation .item2 .image {
    animation-delay: 0.4s;
  }
  .hero-category.has-animation.load-animation .item2 .category-info {
    animation-delay: 0.8s;
  }
  .hero-category.has-animation.load-animation .item3 .image {
    animation-delay: 0.6s;
  }
  .hero-category.has-animation.load-animation .item3 .category-info {
    animation-delay: 1.2s;
  }
  .hero-category.has-animation .image, .hero-category.has-animation .category-info {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  @media (min-width: 768px) {
    .hero-category .category {
      max-width: 35rem;
      margin: 0 auto;
    }
  }
  @media (min-width: 992px) {
    .hero-category .category {
      max-width: 60rem;
    }
  }
  @media (min-width: 1200px) {
    .hero-category .category {
      padding-left: 0;
      padding-right: 0;
      max-width: 69.143rem;
    }
  }
  .hero-category .col {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-category .col img {
    transition: transform 0.3s;
  }
  .hero-category .col img:hover {
    transform: scale(1.07) translate3d(0, -5px, 0);
    transition: linear 0.3s;
  }
  .hero-category .category-more {
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: pointer;
  }
  .hero-category .category-more:hover, .hero-category .category-more:focus {
    color: rgba(255, 255, 255, 0.5);
  }
  .hero-category .category-info {
    width: 8rem;
    margin: 0 auto;
  }
  @media (min-width: 992px) {
    .hero-category .category-info {
      width: 16.429rem;
      width: 16.429rem;
    }
  }
  .hero-category .image {
    margin-bottom: 1em;
    padding-top: 1.6429rem;
    border-bottom-left-radius: 3.929rem;
    border-bottom-right-radius: 4.286rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 8.5rem;
    padding-left: 5px;
  }
  @media (min-width: 992px) {
    .hero-category .image {
      width: 16.3rem;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 8rem;
      padding-top: 2rem;
      padding-left: 1.0714rem;
    }
  }
  .hero-category .image a {
    display: block;
  }
  .hero-category .image a::before {
    content: '';
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    z-index: -1;
    border-radius: 50%;
    bottom: 0;
  }
  @media (min-width: 992px) {
    .hero-category .image a::before {
      width: 15rem;
      height: 15rem;
    }
  }
  .hero-category .image img {
    position: relative;
    z-index: 7;
  }
  @media (min-width: 992px) {
    .hero-category .image img {
      right: -1.4289rem;
    }
  }
  @media (min-width: 992px) {
    .hero-category .item1 {
      margin-top: -2.143rem;
    }
  }
  .hero-category .item1 a::before {
    background: #ffc012;
  }
  .hero-category .item1 img {
    right: -0.786rem;
    bottom: 2px;
  }
  @media (min-width: 992px) {
    .hero-category .item1 img {
      right: -1.7857rem;
      bottom: 7px;
      transform: scale(1.03);
    }
  }
  .hero-category .item2 {
    margin-top: 3.571rem;
  }
  @media (min-width: 992px) {
    .hero-category .item2 {
      margin-top: 0.357rem;
    }
  }
  .hero-category .item2 a::before {
    background: #d21245;
  }
  @media (min-width: 992px) {
    .hero-category .item2 .image {
      border-bottom-left-radius: 8rem;
    }
  }
  .hero-category .item2 img {
    bottom: 1.0714rem;
    right: -0.7143rem;
    transform: scale(1.18);
  }
  @media (min-width: 992px) {
    .hero-category .item2 img {
      bottom: 5px;
      right: -1.4286rem;
      transform: scale(1.02);
    }
  }
  .hero-category .item3 {
    margin-top: 2.5rem;
  }
  @media (min-width: 992px) {
    .hero-category .item3 {
      margin-top: 4rem;
    }
  }
  .hero-category .item3 a::before {
    background: #272727;
  }
  .hero-category .item3 img {
    bottom: 8px;
    right: 3px;
    transform: scale(1.03);
  }
  @media (min-width: 992px) {
    .hero-category .item3 img {
      bottom: 1rem;
      right: -2px;
      transform: scale(1.16);
    }
    .hero-category .item3 img:hover {
      transform: scale(1.17) translate3d(0, -3px, 0);
    }
  }
  .hero-category .category-title, .hero-category .category-more {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
  }
  @media (min-width: 1200px) {
    .hero-category .category-title, .hero-category .category-more {
      font-size: 1.1429rem;
      line-height: 1.1429rem;
    }
  }
  @media (min-width: 1600px) {
    .hero-category .category-title, .hero-category .category-more {
      font-size: 1.4286rem;
      line-height: 1.4286rem;
    }
  }
  .hero-category .category-title i, .hero-category .category-more i {
    font-size: 0.667em;
  }
  .hero-category .category-title a, .hero-category .category-more a {
    color: #fff;
  }
  .hero-category .category-title a:hover, .hero-category .category-title a:focus, .hero-category .category-more a:hover, .hero-category .category-more a:focus {
    color: rgba(255, 255, 255, 0.5);
  }
  @media (min-width: 1200px) {
    .hero-category .category-title h3, .hero-category .category-more h3 {
      margin-bottom: 1em;
    }
  }
  .hero-category .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -0.214rem;
  }
  @media (min-width: 768px) {
    .hero-category .container {
      margin: 0 auto;
    }
  }
  .product-recommendations {
    padding-top: 3.571em;
    padding-bottom: 1.429em;
  }
  .product-recommendations .title {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.8571rem;
    text-align: center;
    position: relative;
    margin-bottom: 1.346em;
  }
  .color-white .product-recommendations .title::before {
    background: linear-gradient(to right, #f3f3f3, #c8c7c6);
    background: -webkit-gradient(to right, #f3f3f3, #c8c7c6);
    background: -o-linear-gradient(to right, #f3f3f3, #c8c7c6);
  }
  .color-pink .product-recommendations .title::before {
    background: linear-gradient(to right, #ee99b4, #fbe6eb);
    background: -webkit-gradient(to right, #ee99b4, #fbe6eb);
    background: -o-linear-gradient(to right, #ee99b4, #fbe6eb);
  }
  .color-red .product-recommendations .title::before {
    background: linear-gradient(to right, #d31e47, #f37a21);
    background: -webkit-gradient(to right, #d31e47, #f37a21);
    background: -o-linear-gradient(to right, #d31e47, #f37a21);
  }
  .color-orange .product-recommendations .title::before {
    background: linear-gradient(to right, #f37a21, #d31e47);
    background: -webkit-gradient(to right, #f37a21, #d31e47);
    background: -o-linear-gradient(to right, #f37a21, #d31e47);
  }
  .color-yellow .product-recommendations .title::before {
    background: linear-gradient(to right, #ffc113, #81c341);
    background: -webkit-gradient(to right, #ffc113, #81c341);
    background: -o-linear-gradient(to right, #ffc113, #81c341);
  }
  .color-green .product-recommendations .title::before {
    background: linear-gradient(to right, #81c341, #ffc113);
    background: -webkit-gradient(to right, #81c341, #ffc113);
    background: -o-linear-gradient(to right, #81c341, #ffc113);
  }
  .color-light-blue .product-recommendations .title::before {
    background: linear-gradient(to right, #6ac6b1, #3393d0);
    background: -webkit-gradient(to right, #6ac6b1, #3393d0);
    background: -o-linear-gradient(to right, #6ac6b1, #3393d0);
  }
  .color-blue .product-recommendations .title::before {
    background: linear-gradient(to right, #3393d0, #6ac6b1);
    background: -webkit-gradient(to right, #3393d0, #6ac6b1);
    background: -o-linear-gradient(to right, #3393d0, #6ac6b1);
  }
  .color-navy .product-recommendations .title::before {
    background: linear-gradient(to right, #04559f, #c31e8c);
    background: -webkit-gradient(to right, #04559f, #c31e8c);
    background: -o-linear-gradient(to right, #04559f, #c31e8c);
  }
  .color-purple .product-recommendations .title::before {
    background: linear-gradient(to right, #c31e8c, #04559f);
    background: -webkit-gradient(to right, #c31e8c, #04559f);
    background: -o-linear-gradient(to right, #c31e8c, #04559f);
  }
  .color-beige .product-recommendations .title::before {
    background: linear-gradient(to right, #dabea0, #eee2d6);
    background: -webkit-gradient(to right, #dabea0, #eee2d6);
    background: -o-linear-gradient(to right, #dabea0, #eee2d6);
  }
  .color-grey .product-recommendations .title::before {
    background: linear-gradient(to right, #a6a7aa, #e4e4e4);
    background: -webkit-gradient(to right, #a6a7aa, #e4e4e4);
    background: -o-linear-gradient(to right, #a6a7aa, #e4e4e4);
  }
  .color-black .product-recommendations .title::before {
    background: linear-gradient(to right, #231f20, #b1afb0);
    background: -webkit-gradient(to right, #231f20, #b1afb0);
    background: -o-linear-gradient(to right, #231f20, #b1afb0);
  }
  .product-recommendations .title::before {
    content: '';
    display: block;
    padding: 3.2px;
    border-radius: 0.7142rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 100%;
    width: 1.929rem;
    transform: translateX(-50%);
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    margin-top: 0.5em;
  }
  @media (min-width: 768px) {
    .product-recommendations .title::before {
      padding: 0.2157rem 2.1428rem;
      margin-top: 0.4em;
      left: 0;
      transform: translateX(0);
      border-radius: 5px;
    }
  }
  @media (min-width: 1200px) {
    .product-recommendations .title::before {
      height: 0.571rem;
      width: 4.286rem;
      margin-top: 0.7em;
    }
  }
  @media (min-width: 1600px) {
    .product-recommendations .title::before {
      width: 5.357rem;
      height: 0.714rem;
    }
  }
  @media (min-width: 768px) {
    .product-recommendations .title::before {
      left: 50%;
      transform: translateX(-50%);
    }
  }
  @media (min-width: 992px) {
    .product-recommendations .title {
      font-size: 2rem;
    }
  }
  @media (min-width: 1600px) {
    .product-recommendations .title {
      font-size: 2.5rem;
    }
  }
  @media (min-width: 768px) {
    .product-recommendations .content {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .product-recommendations .tile-message > div {
    margin-right: 0;
  }
  .product-recommendations .tile-message.tile-top-left {
    left: 0;
  }
  .product-recommendations .owl-carousel .owl-nav {
    display: block;
  }
  .product-recommendations .owl-carousel .owl-nav button.owl-prev, .product-recommendations .owl-carousel .owl-nav button.owl-next {
    width: 26px;
    height: 26px;
    background-color: transparent;
    color: #6b6b6b;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    top: 50%;
    outline: none;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  @media (min-width: 768px) {
    .product-recommendations .owl-carousel .owl-nav button.owl-prev, .product-recommendations .owl-carousel .owl-nav button.owl-next {
      font-size: 1.0714rem;
      width: 35px;
      height: 35px;
    }
  }
  @media (min-width: 1600px) {
    .product-recommendations .owl-carousel .owl-nav button.owl-prev, .product-recommendations .owl-carousel .owl-nav button.owl-next {
      width: 40px;
      height: 40px;
      font-size: 1.0714rem;
    }
  }
  .product-recommendations .owl-carousel .owl-nav button::before {
    content: "\E90E";
    position: absolute;
    left: 50%;
    top: 50%;
    /*background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);*/
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
    transform: translate(-50%, -50%);
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .product-recommendations .owl-carousel .owl-nav button::before {
      background: none !important;
      -webkit-text-fill-color: inherit;
      color: #ef7922;
    }
  }
  @supports (-moz-appearance: none) {
    .product-recommendations .owl-carousel .owl-nav button::before {
      position: relative;
    }
  }
  .product-recommendations .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
  }
  .product-recommendations .owl-carousel .owl-nav button.owl-prev::before {
    content: "\E90D";
    /*background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);*/
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .product-recommendations .owl-carousel .owl-nav button.owl-prev::before {
      background: none !important;
      -webkit-text-fill-color: inherit;
      color: #ef7922;
    }
  }
  @media (min-width: 992px) {
    .product-recommendations .owl-carousel .owl-nav button.owl-prev {
      left: -20px;
    }
  }
  @media (min-width: 1200px) {
    .product-recommendations .owl-carousel .owl-nav button.owl-prev {
      left: -40px;
    }
  }
  .product-recommendations .owl-carousel .owl-nav button.owl-next {
    right: -25px;
    left: auto;
  }
  @media (min-width: 992px) {
    .product-recommendations .owl-carousel .owl-nav button.owl-next {
      right: -20px;
    }
  }
  @media (min-width: 1200px) {
    .product-recommendations .owl-carousel .owl-nav button.owl-next {
      right: -40px;
    }
  }
  .product-recommendations .owl-carousel .owl-nav span {
    display: none;
  }
  .promotion-wrapper {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    scroll-behavior: smooth;
  }
  .promotion-wrapper .row {
    margin: 0;
  }
  .promotion-wrapper .row.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .promotion-wrapper .container {
    padding: 0;
    max-width: 100%;
  }
  .promotion-wrapper .main-content {
    text-align: center;
  }
  .promotion-wrapper .main-content img {
    width: 100%;
    display: block;
  }
  .promotion-wrapper .main-content .content {
    position: relative;
    margin: 0 auto;
  }
  @media (min-width: 1200px) {
    .promotion-wrapper .main-content .content.fiveth-content p, .promotion-wrapper .main-content .content.sixth-content p {
      max-width: 25em;
    }
  }
  @media (min-width: 1200px) {
    .promotion-wrapper .main-content .content.seventh-content p {
      max-width: 23em;
    }
  }
  @media (min-width: 992px) {
    .promotion-wrapper .main-content .content.eighth-content .content-image, .promotion-wrapper .main-content .content.last-content .content-image {
      -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
      max-width: 62.5%;
    }
    .promotion-wrapper .main-content .content.eighth-content .content-text, .promotion-wrapper .main-content .content.last-content .content-text {
      -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
      max-width: 37.5%;
    }
  }
  .promotion-wrapper .main-content .content .content-image {
    padding: 0;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content .content-text {
      padding: 0;
    }
  }
  .promotion-wrapper .main-content .content .content-text.dynamic-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .promotion-wrapper .main-content .content .content-text.dynamic-content h1 {
    font-weight: bold;
  }
  .promotion-wrapper .main-content .content .content-text.dynamic-content h2 {
    font-size: 2.8em;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  .promotion-wrapper .main-content .content .content-text.dynamic-content span {
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content .content-text.dynamic-content span {
      width: 65%;
      font-size: 0.7765em;
      display: block;
    }
    .promotion-wrapper .main-content .content .content-text.dynamic-content span.plan-text {
      width: 70%;
    }
  }
  @media (min-width: 992px) {
    .promotion-wrapper .main-content .content .content-text.dynamic-content span {
      font-size: 1.045em;
      width: 55%;
    }
    .promotion-wrapper .main-content .content .content-text.dynamic-content span.plan-text {
      width: 60%;
    }
  }
  @media (min-width: 1200px) {
    .promotion-wrapper .main-content .content .content-text.dynamic-content span {
      font-size: 1.345em;
      max-width: 36em;
    }
    .promotion-wrapper .main-content .content .content-text.dynamic-content span.plan-text {
      max-width: 42em;
    }
  }
  .promotion-wrapper .main-content .content .content-text.static-content {
    color: #000;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content .content-text.static-content {
      position: relative;
    }
  }
  .promotion-wrapper .main-content .content .next-section {
    position: absolute;
    bottom: 1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .promotion-wrapper .main-content .content .next-section.next-wrapper {
    right: 5%;
    transform: none;
    left: auto;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content .next-section.next-wrapper {
      right: 2%;
    }
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content .next-section.next-wrapper.item-left {
      left: 2%;
      right: auto;
    }
  }
  .promotion-wrapper .main-content .content .next-section.next-wrapper span {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 1.125em;
  }
  .promotion-wrapper .main-content .content .next-section.next-wrapper .btn-next {
    color: #000;
  }
  .promotion-wrapper .main-content .content .next-section .btn-next {
    color: #fff;
    font-size: 1.5rem;
    height: auto;
    line-height: 1;
    border: none;
    font-weight: normal;
    display: block;
  }
  .promotion-wrapper .main-content .content .next-section .btn-next::before {
    font-family: "AT-icons";
    content: "\E90B";
    font-size: 1rem;
  }
  .promotion-wrapper .main-content .content .content-wrapper {
    text-align: left;
    width: 23rem;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content .content-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  @media (min-width: 1200px) {
    .promotion-wrapper .main-content .content .content-wrapper {
      width: 27.0714rem;
    }
  }
  .promotion-wrapper .main-content .content .content-wrapper.last {
    width: 20.7142rem;
  }
  @media (min-width: 1200px) {
    .promotion-wrapper .main-content .content .content-wrapper.last {
      width: 23.125rem;
    }
  }
  .promotion-wrapper .main-content .content h3 {
    font-size: 1.75rem;
    width: 82%;
    margin: 4em 0 0.75em;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content h3 {
      margin: 0 0 0.75em;
      width: 100%;
      font-size: 1.5em;
    }
  }
  @media (min-width: 1200px) {
    .promotion-wrapper .main-content .content h3 {
      font-size: 2em;
    }
  }
  .promotion-wrapper .main-content .content h3.full-width {
    width: 100%;
    margin: 1em 0 2em;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content h3.full-width {
      margin: 0 0 1em;
    }
  }
  .promotion-wrapper .main-content .content p {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin-bottom: 2.5em;
  }
  @media (min-width: 1200px) {
    .promotion-wrapper .main-content .content p {
      font-size: 1.3em;
    }
  }
  .promotion-wrapper .main-content .content .btn-shop {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    min-width: 19.643rem;
    text-align: center;
    padding: 0.714rem 0;
    margin-bottom: 8rem;
  }
  .promotion-wrapper .main-content .content .btn-shop:hover, .promotion-wrapper .main-content .content .btn-shop:focus {
    cursor: pointer;
  }
  .promotion-wrapper .main-content .content .btn-shop:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
  }
  .promotion-wrapper .main-content .content .btn-shop.last-content {
    margin-bottom: 7rem;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .main-content .content .btn-shop {
      margin-bottom: 0;
      font-size: 0.8567em;
    }
  }
  @media (min-width: 992px) {
    .promotion-wrapper .main-content .content .btn-shop {
      min-width: 21.429rem;
      padding: 0.964rem 0;
    }
  }
  @media (min-width: 1200px) {
    .promotion-wrapper .main-content .content .btn-shop {
      font-size: 1.175em;
      padding: 0.643rem 0 0.75rem;
    }
  }
  .promotion-wrapper .main-content .content .btn-shop.selected, .promotion-wrapper .main-content .content .btn-shop:hover {
    background-color: #272727;
    color: #fff;
  }
  .promotion-wrapper .main-content .has-animation.load-animation .first-animation {
    animation-delay: 0.2s;
  }
  .promotion-wrapper .main-content .has-animation.load-animation .second-animation {
    animation-delay: 0.5s;
  }
  .promotion-wrapper .main-content .has-animation.load-animation .third-animation {
    animation-delay: 0.8s;
  }
  .promotion-wrapper .main-content .has-animation.load-animation .animation {
    opacity: 1;
    filter: alpha(opacity=1);
    animation-name: customFadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .promotion-wrapper .main-content .has-animation .animation {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .promotion-wrapper .main-content .first-content h1, .promotion-wrapper .main-content .first-content h2 {
    animation-name: customFadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .promotion-wrapper .main-content .first-content h1 {
    animation-delay: 0.3s;
  }
  .promotion-wrapper .main-content .first-content h2 {
    animation-delay: 0.8s;
  }
  .promotion-wrapper .main-content .first-content .next-section, .promotion-wrapper .main-content .second-content .next-section, .promotion-wrapper .main-content .third-content .next-section {
    transform: translateX(0);
  }
  .promotion-wrapper .main-content .first-content .btn-next, .promotion-wrapper .main-content .second-content .btn-next, .promotion-wrapper .main-content .third-content .btn-next {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    transform: translateX(-50%);
    animation-name: customBounceUpDown;
    animation-duration: 0.7s;
  }
  @media (min-width: 992px) {
    .promotion-wrapper .main-content .fiveth-content .btn-shop, .promotion-wrapper .main-content .eighth-content .btn-shop, .promotion-wrapper .main-content .last-content .btn-shop {
      min-width: 17.143rem;
    }
  }
  .promotion-wrapper .promotion-banner {
    padding-bottom: 1rem;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .promotion-banner {
      margin: 4em 0 6em;
    }
  }
  .promotion-wrapper .promotion-banner::before {
    content: none;
  }
  .promotion-wrapper .promotion-banner .row {
    margin: 0 auto;
  }
  .promotion-wrapper .promotion-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .promotion-wrapper .promotion-banner .hero-category span {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin-bottom: 0.25rem;
    display: inline-block;
  }
  .red-2-orange .promotion-wrapper .promotion-banner .hero-category::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .promotion-wrapper .promotion-banner .hero-category::before {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .promotion-wrapper .promotion-banner .hero-category::before {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .promotion-wrapper .promotion-banner .hero-category::before {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  .promotion-wrapper .promotion-banner .hero-category .item3 {
    padding-right: 0.321rem;
  }
  .promotion-wrapper .product-recommendations {
    padding: 0;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .product-recommendations {
      padding: 3em 0;
    }
  }
  @media (min-width: 992px) {
    .promotion-wrapper .product-recommendations {
      max-width: 90%;
      margin: 0 auto;
    }
  }
  @media (min-width: 768px) {
    .promotion-wrapper .product-recommendations .owl-carousel {
      max-height: 16em;
    }
  }
  @media (min-width: 992px) {
    .promotion-wrapper .product-recommendations .owl-carousel {
      max-height: 24em;
    }
  }
  @media (min-width: 992px) {
    .promotion-wrapper .product-recommendations .owl-carousel {
      max-height: none;
    }
  }
  .promotion-wrapper .product-recommendations .owl-carousel .owl-nav {
    display: block;
  }
  .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-prev, .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-next {
    width: 26px;
    height: 26px;
    background-color: transparent;
    color: #6b6b6b;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    top: 50%;
    outline: none;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  @media (min-width: 768px) {
    .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-prev, .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-next {
      font-size: 1.0714rem;
      width: 35px;
      height: 35px;
    }
  }
  @media (min-width: 1600px) {
    .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-prev, .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-next {
      width: 40px;
      height: 40px;
      font-size: 1.0714rem;
    }
  }
  .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button::before {
    content: "\E90E";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #408ebf;
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
    transform: translate(-50%, -50%);
  }
  @supports (-moz-appearance: none) {
    .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button::before {
      position: relative;
    }
  }
  .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
  }
  .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-prev::before {
    content: "\E90D";
    color: #408ebf;
  }
  @media (min-width: 992px) {
    .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-prev {
      left: -40px;
    }
  }
  .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-next {
    right: 5px;
    left: auto;
  }
  @media (min-width: 992px) {
    .promotion-wrapper .product-recommendations .owl-carousel .owl-nav button.owl-next {
      right: -40px;
    }
  }
  .promotion-wrapper .product-recommendations .owl-carousel .owl-nav span {
    display: none;
  }
  @media (min-width: 1200px) {
    .cat-product-variation.search-results-wrapper .product-grid-wrapper {
      max-width: 1185px;
    }
  }
  .cat-product-variation .variation-color-attribute {
    padding-top: 0.714em;
  }
  @media (min-width: 1200px) {
    .cat-product-variation .variation-color-attribute {
      padding-top: 1.714em;
    }
  }
  .sl-body {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sl-body::-webkit-scrollbar {
    display: none;
  }
  .sl-body .sl-section-wrap .vh-100 {
    height: 100vh;
  }
  .sl-body .sl-home, .sl-body .sl-main {
    font-family: "HelveticaNeue-Light";
    font-size: 16px;
    color: #272727;
  }
  @media (min-width: 992px) {
    .sl-body .sl-home, .sl-body .sl-main {
      font-size: 18px;
    }
  }
  .sl-body .sl-home img, .sl-body .sl-main img {
    display: block;
  }
  .sl-body .sl-home .btn.rounded-pill, .sl-body .sl-main .btn.rounded-pill {
    display: inline-block;
  }
  .sl-body #footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sl-body #footer .container-fluid {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .sl-body .back-to-top {
    z-index: 9;
  }
  .sl-body .rounded-pill {
    border-radius: 50rem;
  }
  .sl-body .sl-cursor {
    cursor: pointer;
  }
  @media (min-width: 1200px) {
    .sl-body .container, .sl-body .container-xl {
      max-width: 100%;
      padding: 0;
    }
  }
  .sl-body .text-dark {
    color: #272727;
  }
  .sl-body .bg-dark {
    background-color: #272727;
  }
  .sl-body .btn-dark {
    background-color: #000;
  }
  .sl-body .sl-section .sl-des {
    font-size: 14px;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  .sl-body .sl-section .sl-des h1 {
    font-size: 30px;
    line-height: 1;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  .sl-body .sl-section .sl-des h2 {
    font-size: 26px;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  .sl-body .sl-section .sl-des sub {
    font-size: 11px;
  }
  @media (min-width: 992px) {
    .sl-body .sl-section .sl-des {
      font-size: 16px;
      line-height: 30px;
    }
    .sl-body .sl-section .sl-des h1 {
      font-size: 60px;
    }
    .sl-body .sl-section .sl-des h2 {
      font-size: 35px;
    }
    .sl-body .sl-section .sl-des sub {
      font-size: 14px;
    }
  }
  .sl-body .sl-section .sl-btn-shop {
    min-width: 200px;
    font-size: 15px;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 992px) {
    .sl-body .sl-section .sl-btn-shop {
      min-width: 250px;
      font-size: 20px;
    }
  }
  .sl-body .sl-section .sl-item {
    max-width: 1200px;
  }
  .sl-body .sl-section-1 {
    opacity: 0;
  }
  @media (min-width: 992px) {
    .sl-body .sl-section-1 {
      height: 100vh;
    }
  }
  .sl-body .sl-section-1.load-animation {
    animation: ani-opacity 1.5s;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  .sl-body .sl-section-1 .sl-des {
    max-width: 1200px;
  }
  .sl-body .sl-section-2 .sl-item, .sl-body .sl-section-2 .sl-section-title, .sl-body .sl-section-3 .sl-item, .sl-body .sl-section-3 .sl-section-title, .sl-body .sl-section-4 .sl-item, .sl-body .sl-section-4 .sl-section-title {
    opacity: 0;
  }
  .sl-body .sl-section-2 .sl-item.load-animation, .sl-body .sl-section-2 .sl-section-title.load-animation, .sl-body .sl-section-3 .sl-item.load-animation, .sl-body .sl-section-3 .sl-section-title.load-animation, .sl-body .sl-section-4 .sl-item.load-animation, .sl-body .sl-section-4 .sl-section-title.load-animation {
    animation: ani-opacity 1s ease-in-out;
    opacity: 1;
  }
  .sl-body .sl-bg img {
    width: 100%;
    object-fit: cover;
  }
  .atcare-page {
    font-size: 1rem;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #fff;
    letter-spacing: 0.05rem;
  }
  .atcare-page .main-content {
    max-width: 100%;
  }
  .atcare-page .section-content {
    position: relative;
  }
  .atcare-page .section-content .background-image img {
    width: 100vw;
  }
  .atcare-page .section-content .main-content {
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    top: 10%;
  }
  @media (min-width: 992px) {
    .atcare-page .section-content .main-content {
      margin: 0 10%;
    }
  }
  @media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    .atcare-page .section-content .main-content {
      margin: 0;
    }
  }
  @media (min-width: 768px) {
    .atcare-page .section-content .main-content .sl-des {
      margin: 0 auto;
      width: 90%;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .atcare-page .section-content .main-content .sl-des {
      padding: 0 8%;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .atcare-page .section-content .main-content .sl-des .text-md-left {
      max-width: 100%;
    }
  }
  .atcare-page .section-content .main-content picture, .atcare-page .section-content .main-content img {
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content .main-content picture, .atcare-page .section-content .main-content img {
      width: 60%;
    }
  }
  .atcare-page .section-content .main-content h2 {
    font-size: 2.643rem;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content .main-content h2 {
      font-size: 1.4286rem;
    }
  }
  @media (min-width: 992px) {
    .atcare-page .section-content .main-content h2 {
      font-size: 1.8571rem;
    }
  }
  @media (min-width: 1200px) {
    .atcare-page .section-content .main-content h2 {
      font-size: 2.643rem;
    }
  }
  @media (min-width: 1600px) {
    .atcare-page .section-content .main-content h2 {
      font-size: 3.2143rem;
    }
  }
  @media (min-width: 768px) {
    .atcare-page .section-content .main-content p {
      font-size: 0.786rem;
      line-height: 1.5;
    }
  }
  @media (min-width: 992px) {
    .atcare-page .section-content .main-content p {
      font-size: 0.857rem;
    }
  }
  @media (min-width: 1200px) {
    .atcare-page .section-content .main-content p {
      font-size: 1.1429rem;
      line-height: 1.8;
    }
  }
  @media (min-width: 1600px) {
    .atcare-page .section-content .main-content p {
      font-size: 1.4286rem;
    }
  }
  .atcare-page .section-content .main-content iframe {
    width: 150vw;
    height: 80vw;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content .main-content iframe {
      height: 31vw;
    }
  }
  @media (min-width: 992px) {
    .atcare-page .section-content .main-content iframe {
      width: 170vw;
    }
  }
  .atcare-page .section-content-1 {
    z-index: 1;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-1 .main-content {
      margin: 0;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .atcare-page .section-content-1 .main-content a:hover, .atcare-page .section-content-1 .main-content a:focus {
    opacity: 50%;
  }
  .atcare-page .section-content-1 .main-content .content-icon img {
    width: 90%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-1 .main-content .content-icon img {
      width: 55%;
    }
  }
  .atcare-page .section-content-1 .main-content .content-icon .sustainability-icon img {
    width: 75%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-1 .main-content .content-icon .sustainability-icon img {
      width: 45%;
    }
  }
  .atcare-page .section-content-2 .background-image {
    margin-top: -140px;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .background-image {
      margin-top: -10%;
    }
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .main-content {
      top: 15%;
    }
  }
  .atcare-page .section-content-2 .main-content .microban-logo {
    width: 55%;
    margin-top: 60px;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .main-content .microban-logo {
      width: 45%;
      margin-top: 30px;
    }
  }
  .atcare-page .section-content-2 .main-content .content-icon {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 0.786rem;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .main-content .content-icon {
      margin: 0 10%;
    }
  }
  @media (min-width: 992px) {
    .atcare-page .section-content-2 .main-content .content-icon {
      margin-top: 90px;
    }
  }
  @media (min-width: 1200px) {
    .atcare-page .section-content-2 .main-content .content-icon {
      margin-top: 140px;
    }
  }
  @media (min-width: 1400px) {
    .atcare-page .section-content-2 .main-content .content-icon {
      margin-top: 15%;
    }
  }
  .atcare-page .section-content-2 .main-content .content-icon p {
    line-height: 1.2;
  }
  .atcare-page .section-content-2 .main-content .content-icon img {
    width: 55%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .main-content .content-icon img {
      width: 40%;
    }
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .main-content .content-icon img.sticky-3 {
      width: 33%;
    }
  }
  .atcare-page .section-content-2 .main-content .content-icon img.sticky-4 {
    width: 85%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .main-content .content-icon img.sticky-4 {
      width: 53%;
    }
  }
  .atcare-page .section-content-2 .main-content ul {
    line-height: 1.2;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .main-content ul {
      margin: 5% 20% 0;
    }
  }
  @media (min-width: 992px) {
    .atcare-page .section-content-2 .main-content ul {
      margin: 10% 14% 0;
    }
  }
  @media (min-width: 1200px) {
    .atcare-page .section-content-2 .main-content ul {
      margin-left: 18%;
      margin-right: 18%;
    }
  }
  @media (min-width: 1920px) {
    .atcare-page .section-content-2 .main-content ul {
      margin-left: 24%;
      margin-right: 24%;
    }
  }
  .atcare-page .section-content-2 .main-content ul .info-text {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 0.786rem;
  }
  @media (min-width: 1200px) {
    .atcare-page .section-content-2 .main-content ul .info-text {
      font-size: 1rem;
    }
  }
  @media (min-width: 1600px) {
    .atcare-page .section-content-2 .main-content ul .info-text {
      font-size: 1.1429rem;
    }
  }
  .atcare-page .section-content-2 .main-content ul .hash-letter {
    font-size: 0.7143rem;
  }
  @media (min-width: 1200px) {
    .atcare-page .section-content-2 .main-content ul .hash-letter {
      font-size: 0.857rem;
    }
  }
  .atcare-page .section-content-2 .main-content ul li {
    font-size: 0.7143rem;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .main-content ul li {
      width: 90%;
    }
  }
  @media (min-width: 1200px) {
    .atcare-page .section-content-2 .main-content ul li {
      font-size: 0.857rem;
    }
  }
  .atcare-page .section-content-2 .main-content ul li:last-child {
    list-style: none;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-2 .next-section {
      bottom: 7%;
    }
  }
  .atcare-page .section-content-3 {
    z-index: 1;
  }
  .atcare-page .section-content-3 .background-image {
    margin-top: -150px;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-3 .background-image {
      margin-top: -16%;
    }
  }
  .atcare-page .section-content-3 .main-content {
    top: 15%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-3 .main-content {
      top: 30%;
    }
  }
  .atcare-page .section-content-3 .main-content img {
    width: 65%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-3 .main-content img {
      width: 45%;
    }
  }
  .atcare-page .section-content-4 {
    margin-bottom: 100px;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-4 {
      margin-bottom: 0;
    }
  }
  .atcare-page .section-content-4 .background-image {
    margin-top: -245px;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-4 .background-image {
      margin-top: -16%;
    }
  }
  .atcare-page .section-content-4 .main-content {
    top: 27%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-4 .main-content {
      top: 31%;
    }
  }
  .atcare-page .section-content-4 .main-content img {
    width: 70%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-4 .main-content img {
      width: 55%;
    }
  }
  @media (min-width: 992px) {
    .atcare-page .section-content-4 .main-content iframe {
      width: 200vw;
    }
  }
  .atcare-page .section-content-4 .next-section {
    bottom: 2%;
  }
  @media (min-width: 768px) {
    .atcare-page .section-content-4 .next-section {
      bottom: 9%;
    }
  }
  @media (min-width: 992px) {
    .atcare-page .sl-section-1 {
      height: 100%;
    }
  }
  .atcare-page .next-section {
    position: absolute;
    bottom: 1.5em;
    left: 50%;
    bottom: 7%;
    z-index: 2;
  }
  @media (min-width: 768px) {
    .atcare-page .next-section {
      bottom: 9%;
    }
  }
  @media (min-width: 992px) {
    .atcare-page .next-section {
      bottom: 11%;
    }
  }
  .atcare-page .next-section .btn-next {
    color: #fff;
    font-size: 1.5rem;
    height: auto;
    line-height: 1;
    border: none;
    font-weight: normal;
    display: block;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    transform: translateX(-50%);
    animation-name: customBounceUpDown;
    animation-duration: 0.7s;
  }
  .atcare-page .next-section .btn-next::before {
    font-family: "AT-icons";
    content: "\E90B";
    font-size: 1rem;
  }
  .atcare-page .content-image, .atcare-page .content-icon, .atcare-page .content-text {
    opacity: 0;
  }
  .atcare-page .content-image.has-animation.load-animation, .atcare-page .content-icon.has-animation.load-animation, .atcare-page .content-text.has-animation.load-animation {
    animation: ani-opacity 0.5s ease-in-out;
    opacity: 1;
  }
  .promotion-page .sub-categories {
    padding: 0 6px;
  }
  @media (min-width: 992px) {
    .promotion-page .sub-categories {
      max-width: 1400px;
      padding: 0 15px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .promotion-page .sub-categories .sub-category-name {
    position: relative;
    font-size: 1.6rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #272727;
    padding: 55px 0 0 15px;
    margin-bottom: 30px;
  }
  .promotion-page .sub-categories .sub-category-name::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    left: 15px;
    width: 3.5rem;
    height: 0.5rem;
    top: calc(100% + 5px);
    border-radius: 1rem;
  }
  .red-2-orange .promotion-page .sub-categories .sub-category-name::after {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .promotion-page .sub-categories .sub-category-name::after {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .promotion-page .sub-categories .sub-category-name::after {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .promotion-page .sub-categories .sub-category-name::after {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  @media (min-width: 1200px) {
    .promotion-page .sub-categories .sub-category-name::after {
      left: 0;
      width: 5rem;
    }
  }
  @media (min-width: 1200px) {
    .promotion-page .sub-categories .sub-category-name {
      padding-left: 0;
      font-size: 1.4rem;
    }
  }
  @media (min-width: 1600px) {
    .promotion-page .sub-categories .sub-category-name {
      font-size: 1.6rem;
    }
  }
  .promotion-page .product-grid {
    background-color: #f8f8f8;
  }
  @media (min-width: 1200px) {
    .promotion-page .product-grid {
      padding-bottom: 14px;
    }
  }
  .promotion-page .product-tile .image-container .tile-image {
    width: auto;
  }
  .promotion-page .grid-footer {
    margin-top: 0;
    margin-bottom: 0;
  }
  .promotion-page .grid-footer .btn-outline-primary {
    margin-top: 1.786em;
    margin-bottom: 1.786em;
  }
  @font-face {
    font-family: "Samsonite-icons";
    src: url("../img/icons/Samsonite-icons.eot?bqwedk");
    src: url("../img/icons/Samsonite-icons.eot?bqwedk#iefix") format("embedded-opentype"), url("../img/icons/Samsonite-icons.ttf?bqwedk") format("truetype"), url("../img/icons/Samsonite-icons.woff?bqwedk") format("woff"), url("../img/icons/Samsonite-icons.svg?bqwedk#Samsonite-icons") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  [class^="sa-icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Samsonite-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  



  @keyframes customFadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 0.5em, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes customFadeOutUp {
    from {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(0, -0.5em, 0);
    }
  }
  @keyframes customBounceUpDown {
    0% {
      transform: translate(-50%, 0);
    }
    100% {
      transform: translate(-50%, -10px);
    }
  }
  @keyframes smoothScrollDown {
    0% {
      transform: translateY(-2.5em);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes smoothScrollUp {
    0% {
      transform: translateY(2.5em);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes brandStoryFadeInUp {
    from {
      transform: translate3d(0, 3em, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInSlide {
    0% {
      opacity: 0;
      transform: translate3d(100px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes rotate {
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }
  @keyframes productSlideIn {
    0% {
      top: 100%;
    }
    100% {
      top: 2em;
    }
  }
  @keyframes productSlideOut {
    0% {
      top: 2em;
    }
    100% {
      top: 100%;
    }
  }
  @keyframes productSlideInDesktop {
    0% {
      left: 100%;
    }
    100% {
      left: 24%;
    }
  }
  @keyframes productSlideOutDesktop {
    0% {
      left: 24%;
    }
    100% {
      left: 100%;
    }
  }
  @keyframes brandStoryCustomFadeInUp {
    from {
      opacity: 0;
      transform: translate3d(-50%, 0.5em, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(-50%, 0, 0);
    }
  }
  @keyframes ani-jumb {
    0% {
      top: 0;
    }
    50% {
      top: -10px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes ani-opacity-bg {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @media (min-width: 992px) {
    @keyframes ani-opacity-bg {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 0.7;
      }
    }
  }
  @keyframes fadeInUpMT {
    from {
      opacity: 0;
      transform: translate3d(0, 100px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInLeftMT {
    from {
      opacity: 0;
      transform: translate3d(-100px, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes ani-opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*
 *  Owl Carousel - Core
 */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
  }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
  }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  .owl-carousel.owl-loaded {
    display: block;
  }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  /* No Js */
  .no-js .owl-carousel {
    display: block;
  }
  /*
 *  Owl Carousel - Animate Plugin
 */
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
  }
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  /*
 * 	Owl Carousel - Auto Height Plugin
 */
  .owl-height {
    transition: height 500ms ease-in-out;
  }
  /*
 * 	Owl Carousel - Lazy Load Plugin
 */
  .owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
  }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
  }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
  }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  /*
 * 	Owl Carousel - Video Plugin
 */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
  }
  .owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
  }
  .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
  }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
  }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 35px;
    position: relative;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 3;
    background-color: #f2f2f2;
    color: #fff;
    outline: 0;
  }
  @media (min-width: 992px) {
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      width: 32px;
      height: 32px;
    }
  }
  @media (min-width: 1600px) {
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      width: 34px;
      height: 34px;
    }
  }
  .owl-carousel .owl-nav .owl-prev .sa-icon, .owl-carousel .owl-nav .owl-next .sa-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
    display: none;
  }
  .owl-carousel .owl-nav .owl-prev::before, .owl-carousel .owl-nav .owl-next::before {
    font-family: "Samsonite-icons";
    font-style: normal;
    font-weight: normal;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-prev::before {
    content: "\E902";
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .owl-carousel .owl-nav .owl-next::before {
    content: "\E903";
  }
  .product-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    text-align: center;
    padding-left: 0.286em;
    padding-right: 0.286em;
  }
  .product-tile .image-container {
    text-align: center;
    padding-top: 1.429em;
  }
  @media (min-width: 992px) {
    .product-tile .image-container {
      padding-top: 30px;
      overflow: hidden;
    }
    .product-tile .image-container:hover .tile-image, .product-tile .image-container:focus .tile-image {
      transform: scale(1.1);
    }
  }
  .product-tile .image-container .tile-image {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  @media (min-width: 992px) {
    .product-tile .image-container .tile-image {
      transition: ease-in 0.3s;
    }
  }
  .product-tile .tile-body {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .product-grid .product-tile .tile-body {
    margin-bottom: 100px;
  }
  @media (min-width: 768px) {
    .product-grid .product-tile .tile-body {
      margin-bottom: 110px;
    }
  }
  @media (min-width: 992px) {
    .product-grid .product-tile .tile-body {
      margin-bottom: 100px;
    }
  }
  @media (min-width: 1600px) {
    .product-grid .product-tile .tile-body {
      margin-bottom: 110px;
    }
  }
  .product-tile .tile-body .swatch-row {
    min-height: 64px;
  }
  @media (min-width: 992px) {
    .product-tile .tile-body .swatch-row {
      min-height: 67px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-body .swatch-row {
      min-height: 74px;
    }
  }
  .product-tile .tile-body .tile-attribute[data-attr="productSize"] {
    margin-bottom: 0.5rem;
  }
  .product-tile .tile-body .tile-attribute[data-attr="productSize"].empty-size-selection {
    min-height: 33px;
  }
  @media (min-width: 992px) {
    .product-tile .tile-body .tile-attribute[data-attr="productSize"].empty-size-selection {
      min-height: 25px;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .tile-body .tile-attribute[data-attr="productSize"].empty-size-selection {
      min-height: 32px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-body .tile-attribute[data-attr="productSize"].empty-size-selection {
      min-height: 39px;
    }
  }
  .product-tile .tile-body .sales.promotion-price {
    color: #d11e47;
  }
  .product-tile .tile-body .price {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    margin-top: 0.667em;
  }
  @media (min-width: 992px) {
    .product-tile .tile-body .price {
      font-size: 1.257rem;
      margin-bottom: 0.689em;
      margin-top: 0.267em;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-body .price {
      font-size: 1.5714rem;
    }
  }
  .product-tile .tile-body .price .strike-through {
    margin-right: 0;
    color: #272727;
    font-size: 0.857rem;
    position: relative;
    vertical-align: baseline;
    margin-left: 0.2em;
    padding-top: 0.23em;
  }
  @media (min-width: 992px) {
    .product-tile .tile-body .price .strike-through {
      padding-top: 0.45em;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-body .price .strike-through {
      padding-top: 0.9em;
    }
  }
  .product-tile .tile-body .price .price-inner {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    white-space: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-tile .tile-body[data-message-value="0040"] .tile-top-left {
    top: 1.5em;
  }
  .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
    width: 100%;
    max-height: 1.5rem;
    min-height: 1.5rem;
  }
  [data-action^="Sites"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message, [data-action="Home-Show"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
    padding: 0 5px;
  }
  @media (min-width: 992px) {
    [data-action^="Sites"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message, [data-action="Home-Show"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
      margin-right: 1.5rem;
      padding: 0;
    }
  }
  .recommendations .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
    padding: 0 5px;
  }
  @media (min-width: 768px) {
    .product-merchand-message .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
      margin-right: 1.5rem;
    }
  }
  .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    width: 100%;
    color: #fff;
    display: block;
    text-transform: none;
    letter-spacing: 1px;
    height: 20px;
    padding: 0;
    line-height: 20px;
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  @media (min-width: 1200px) {
    .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
      height: 22px;
      line-height: 22px;
    }
  }
  .red-2-orange .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  [data-action^="Sites"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"], [data-action="Home-Show"] .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message span[data-message-value="0040"] {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  @media (min-width: 768px) {
    .product-tile .tile-body[data-message-value="0040"] .tile-message .product-merchand-message {
      max-height: 1.5rem;
      min-height: 1.5rem;
    }
  }
  .product-tile .tile-body[data-message-value="0040"] .tile-top-right {
    width: 100%;
  }
  .product-tile .tile-message {
    position: absolute;
    top: 0.5em;
    z-index: 1;
    font-size: 0.6681rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message {
      font-size: 0.929rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .tile-message {
      font-size: 1.1429rem;
    }
  }
  .product-tile .tile-message .callout {
    text-align: left;
    text-transform: uppercase;
    font-size: 0.857rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #808080;
  }
  @media (min-width: 1600px) {
    .product-tile .tile-message .callout {
      font-size: 1.1429rem;
    }
  }
  .product-tile .tile-message .callout .special-message {
    display: block;
    color: #d11e47;
    text-align: left;
    font-size: inherit;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message .callout .special-message {
      font-size: 1.0714rem;
    }
  }
  .product-tile .tile-message .promotions {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .product-tile .tile-message .product-merchand-message {
    min-height: 2.857rem;
    max-height: 2.857rem;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message .product-merchand-message {
      min-height: 3.571rem;
      max-height: 3.571rem;
    }
  }
  .product-tile .tile-message .product-merchand-message span {
    font-size: 0.7143rem;
    padding-bottom: 0.429rem;
    position: relative;
    width: 2.5rem;
    background-color: #d11e47;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message .product-merchand-message span {
      width: 3rem;
      font-size: 1.0714rem;
    }
  }
  .product-tile .tile-message .product-merchand-message span[data-message-value="0010"] {
    background-color: #f37a21;
  }
  .product-tile .tile-message .product-merchand-message span[data-message-value="0020"] {
    background-color: #d31e47;
  }
  .product-tile .tile-message .product-merchand-message span[data-message-value="0030"] {
    background-color: #04559f;
  }
  .product-tile .tile-message .product-merchand-message span[data-message-value="0010"]::before, .product-tile .tile-message .product-merchand-message span[data-message-value="0020"]::before, .product-tile .tile-message .product-merchand-message span[data-message-value="0030"]::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid transparent;
    border-bottom: 0.714rem solid #fff;
  }
  @media (min-width: 768px) {
    .product-tile .tile-message .product-merchand-message span[data-message-value="0010"]::before, .product-tile .tile-message .product-merchand-message span[data-message-value="0020"]::before, .product-tile .tile-message .product-merchand-message span[data-message-value="0030"]::before {
      border-left-width: 1.5rem;
      border-right-width: 1.5rem;
    }
  }
  .product-tile .tile-top-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 0.571rem;
    padding-top: 0.357rem;
    left: 0;
    width: 100%;
    margin: 0;
  }
  @media (min-width: 768px) {
    .product-tile .tile-top-left {
      padding-left: 1rem;
    }
  }
  .product-tile .tile-top-left > div {
    display: inline-block;
  }
  .product-tile .tile-top-right {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    left: auto;
    top: 0;
    right: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .product-tile .tile-top-right .product-sticker:first-child {
    margin-top: 0.2rem;
  }
  @media (min-width: 768px) {
    .product-tile .tile-top-right .product-sticker:first-child {
      margin-top: 0.5rem;
    }
  }
  .product-tile .tile-top-right .product-merchand-message, .product-tile .tile-top-right .product-sticker {
    margin-bottom: 0.2rem;
  }
  @media (min-width: 768px) {
    .product-tile .tile-top-right .product-merchand-message, .product-tile .tile-top-right .product-sticker {
      margin-bottom: 0.5rem;
    }
  }
  .product-tile .tile-bottom {
    position: relative;
  }
  .product-tile .tile-bottom .tile-actions-color-attributes {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 1rem;
  }
  .product-tile .tile-bottom .tile-actions-product-set-title {
    margin-bottom: 10px;
  }
  .product-tile .product-sticker img {
    width: 35px;
    height: 35px;
    margin-right: 1px;
  }
  @media (min-width: 768px) {
    .product-tile .product-sticker img {
      margin-right: 3px;
    }
  }
  .product-tile .product-sticker.sticker-0040 img {
    width: auto;
    max-height: 1rem;
  }
  @media (min-width: 992px) {
    .product-tile .product-sticker.sticker-0040 img {
      max-height: 1.214rem;
    }
  }
  .product-tile .product-collection {
    font-size: 1.0714rem;
    margin-bottom: 5px;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  .product-tile .product-collection h4 {
    margin-bottom: 0;
    font-size: 1.0714rem;
	/*font-weight: 600; */ 
  }
  @media (min-width: 992px) {
    .product-tile .product-collection h4 {
      font-size: 1.1429rem;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .product-collection h4 {
      font-size: 1.2857rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .product-collection h4 {
      font-size: 1.4286rem;
    }
  }
  .product-tile .pdp-link {
    font-size: 0.786rem;
    margin-bottom: 5px;
    color: #6b6b6b;
  }
  .product-tile .pdp-link a {
    color: #6b6b6b;
  }
  @media (min-width: 992px) {
    .product-tile .pdp-link {
      font-size: 0.857rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .pdp-link {
      font-size: 0.929rem;
    }
  }
  .product-tile .pdp-link a {
    text-transform: uppercase;
  }
  .product-tile .ratings {
    padding: 0;
    width: auto;
  }
  .product-tile .ratings .fa-star, .product-tile .ratings .fa-star-half-o {
    color: #408ebf;
  }
  .product-tile .tile-body-footer {
    display: block;
    margin: 0;
  }
  .product-tile .cart-and-ipay {
    padding-bottom: 0;
  }
  .product-tile .add-to-cart, .product-tile .btn-start-personalize, .product-tile .add-to-cart-global {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    display: block;
    font-size: 0.857rem;
    padding: 0.667em;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    border-color: #272727;
    margin-top: 0.333em;
  }
  .product-tile .add-to-cart:hover, .product-tile .add-to-cart:focus, .product-tile .btn-start-personalize:hover, .product-tile .btn-start-personalize:focus, .product-tile .add-to-cart-global:hover, .product-tile .add-to-cart-global:focus {
    cursor: pointer;
  }
  .product-tile .add-to-cart:hover, .product-tile .btn-start-personalize:hover, .product-tile .add-to-cart-global:hover {
    color: #272727;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 7px -2px #333;
  }
  @media (min-width: 768px) {
    .product-tile .add-to-cart, .product-tile .btn-start-personalize, .product-tile .add-to-cart-global {
      font-size: 1rem;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .add-to-cart, .product-tile .btn-start-personalize, .product-tile .add-to-cart-global {
      font-size: 1.25rem;
      padding: 0.567em;
    }
  }
  .product-tile .add-to-cart:active, .product-tile .btn-start-personalize:active, .product-tile .add-to-cart-global:active {
    background-color: #fff;
  }
  .product-tile .add-to-cart:disabled:hover, .product-tile .add-to-cart:disabled:focus, .product-tile .btn-start-personalize:disabled:hover, .product-tile .btn-start-personalize:disabled:focus, .product-tile .add-to-cart-global:disabled:hover, .product-tile .add-to-cart-global:disabled:focus {
    background-color: #272727;
    color: #fff;
    box-shadow: none;
  }
  .product-tile .add-to-cart .fa, .product-tile .btn-start-personalize .fa, .product-tile .add-to-cart-global .fa {
    display: none;
  }



  .product-tile .p-w-r {
    margin: 0;
  }
  .product-tile .p-w-r .pr-category-snippet {
    display: block;
  }
  .product-tile .p-w-r .pr-snippet-rating-decimal {
    display: none;
  }
  .product-tile .p-w-r .pr-category-snippet__item {
    display: block;
  }
  .product-tile .p-w-r .pr-category-snippet__total.pr-category-snippet__item {
    display: none;
  }
  .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"] {
    background: none;
    position: relative;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 2px;
    margin-left: 2px;
  }
  .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"]::before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    content: '\F005';
    position: absolute;
    width: 100%;
    height: 100%;
    color: #b5b5b5;
    font-size: 0.714rem;
    top: 0;
    left: 0;
  }
  @media (min-width: 992px) {
    .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"] {
      width: 12px;
      height: 12px;
    }
    .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"]::before {
      font-size: 10px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"] {
      width: 16px;
      height: 16px;
    }
    .product-tile .p-w-r .pr-snippet .pr-rating-stars [class^="pr-star"]::before {
      font-size: 16px;
    }
  }
  .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .red-2-orange .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .red-2-orange .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .yellow-2-green .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .yellow-2-green .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .teal-2-blue .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .teal-2-blue .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .navy-2-purple .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .navy-2-purple .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      background: none !important;
      -webkit-text-fill-color: inherit;
    }
    .logo-red .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-red .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #d11e47;
    }
    .logo-orange .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-orange .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #ef7922;
    }
    .logo-yellow .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-yellow .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #ffc012;
    }
    .logo-green .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-green .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #80c242;
    }
    .logo-teal .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-teal .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #6ac5b0;
    }
    .logo-blue .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-blue .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #3292cf;
    }
    .logo-navy .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-navy .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #02549d;
    }
    .logo-purple .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-100-filled::before, .logo-purple .product-tile .p-w-r .pr-snippet .pr-rating-stars .pr-star-v4-50-filled::before {
      color: #c11c8a;
    }
  }
  .product-tile .p-w-r .pr-snippet .pr-snippet-stars-png {
    display: block;
  }
  .product-tile .p-w-r .pr-snippet .pr-snippet-stars-png .pr-rating-stars {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-tile .apple-pay-pdp {
    display: none;
  }
  .product-tile .attribute {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0.714em;
    padding-right: 0;
    text-align: center;
  }
  @media (min-width: 992px) {
    .product-tile .attribute {
      padding-top: 0;
    }
  }
  .product-tile .attribute.one-size {
    visibility: hidden;
  }
  .product-grid .product-tile .attribute.one-size {
    display: none;
  }
  .product-tile .attribute.one-size h4, .product-tile .attribute.one-size .size-selection {
    visibility: hidden;
  }
  .product-tile .attribute h4 {
    display: none;
  }
  .product-tile .attribute .attr-item {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
  }
  @media (min-width: 992px) {
    .product-tile .attribute .attr-item {
      padding-left: 3px;
      padding-right: 3px;
      margin-right: 0;
      margin-left: 0;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .attribute .attr-item {
      padding-left: 4px;
      padding-right: 4px;
    }
  }
  .product-tile .attribute .owl-carousel {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .product-tile .attribute .owl-carousel .owl-stage {
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.929em;
    padding-bottom: 2px;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-prev, .product-tile .attribute .owl-carousel .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    font-size: 0.8em;
    transform: translateY(-50%);
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-prev::before, .product-tile .attribute .owl-carousel .owl-nav .owl-next::before {
    content: "\E90D";
    font-family: "AT-icons";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-prev span, .product-tile .attribute .owl-carousel .owl-nav .owl-next span {
    display: none;
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-prev {
    left: 0.3em;
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-next {
    right: 0.3em;
  }
  .product-tile .attribute .owl-carousel .owl-nav .owl-next::before {
    content: "\E90E";
  }
  .product-tile .attribute .owl-loaded {
    display: block;
    width: auto;
  }
  .product-tile .attribute .owl-loaded .attr-item {
    margin-left: 0;
    margin-right: 0;
  }
  .product-tile .color-quantity {
    font-size: 0.857rem;
    color: #6b6b6b;
  }
  @media (min-width: 992px) {
    .product-tile .color-quantity {
      padding-top: 0.714em;
    }
  }
  .product-tile .color-quantity .text-expand {
    display: none;
  }
  .product-tile .color-swatchs {
    text-align: center;
    padding-top: 0.514em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    margin-right: 0;
    padding-bottom: 0.514em;
    min-height: 40px;
  }
  @media (min-width: 992px) {
    .product-tile .color-swatchs {
      padding-left: 2.3em;
      padding-right: 2.3em;
      min-height: 44px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .color-swatchs {
      min-height: 51px;
    }
  }
  .product-tile .color-swatchs .swatch-circle.color-value.selected::after {
    content: none;
  }
  .product-tile .color-swatchs .attr-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  @media (min-width: 1200px) {
    .product-tile .color-swatchs .attr-item {
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .color-swatchs .attr-item {
      padding-left: 8px;
      padding-right: 8px;
    }
  }
  .product-tile .color-swatchs .attr-item.selected .attr-selector {
    width: 25px;
    height: 25px;
  }
  @media (min-width: 992px) {
    .product-tile .color-swatchs .attr-item.selected .attr-selector {
      width: 27px;
      height: 27px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .color-swatchs .attr-item.selected .attr-selector {
      width: 34px;
      height: 34px;
    }
  }
  .product-tile .color-swatchs .attr-item a {
    display: block;
    width: 16px;
    height: 16px;
  }
  @media (min-width: 992px) {
    .product-tile .color-swatchs .attr-item a {
      width: 17px;
      height: 17px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .color-swatchs .attr-item a {
      width: 22px;
      height: 22px;
    }
  }
  .product-tile .color-swatchs .attr-item a .swatch-circle {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    border-radius: 50%;
  }
  .product-tile .size-selection {
    font-size: 0.857rem;
  }
  @media (min-width: 768px) {
    .product-tile .size-selection {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    .product-tile .size-selection {
      font-size: 0.914rem;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .size-selection {
      padding-bottom: 0.5em;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .size-selection {
      font-size: 1.1429rem;
    }
  }
  .product-tile .size-selection .attr-item.selected a, .product-tile .size-selection .attr-item:hover a {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
  }
  .product-tile .size-selection .attr-item a {
    display: block;
    padding: 0.363em 0.5855em;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 0.786rem;
    border-radius: 15px;
    box-shadow: 0 1px 3px -1px #272727;
  }
  @media (min-width: 992px) {
    .product-tile .size-selection .attr-item a {
      font-size: 0.857rem;
      padding-left: 0.75em;
      padding-right: 0.75em;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .size-selection .attr-item a {
      font-size: 1.0714rem;
    }
  }
  .product-tile .size-selection .attr-item.size-item.disable-click:hover a, .product-tile .size-selection .attr-item.size-item.disable-click:focus a, .product-tile .size-selection .attr-item.size-item.disable-click:active a {
    background-color: transparent;
    color: #272727;
  }
  .product-tile .size-selection .attr-item.size-item.disable-click a {
    pointer-events: none;
    opacity: 0.4;
  }
  .product-tile .size-selection .attr-item.size-item.disable-click a.selected:hover a {
    color: #fff;
    background-color: #272727;
  }
  .product-tile .size-selection.owl-loaded .attr-item a {
    width: 12.7vw;
  }
  @media (min-width: 768px) {
    .product-tile .size-selection.owl-loaded .attr-item a {
      width: auto;
      min-width: 47px;
    }
  }
  @media (min-width: 992px) {
    .product-tile .size-selection.owl-loaded .attr-item a {
      width: 47px;
      min-width: 72px;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .size-selection.owl-loaded .attr-item a {
      min-width: 60px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .size-selection.owl-loaded .attr-item a {
      min-width: 77px;
    }
  }
  .product-tile .size-selection .owl-stage {
    padding-left: 19%;
  }
  @media (min-width: 768px) {
    .product-tile .size-selection .owl-stage {
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .size-selection .owl-stage {
      padding-left: 29px;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .size-selection .owl-stage {
      padding-left: 37px;
    }
  }
  .product-tile .product-comparition {
    padding-bottom: 0.614em;
    padding-top: 0.614em;
    border-top: 1px solid #6b6b6b;
    margin-left: -3px;
    margin-right: -3px;
  }
  @media (min-width: 768px) {
    .product-tile .product-comparition {
      display: none;
    }
  }
  @media (min-width: 1200px) {
    .product-tile .product-comparition {
      display: block;
    }
  }
  @media (min-width: 1600px) {
    .product-tile .product-comparition {
      padding-bottom: 0.714em;
      padding-top: 0.714em;
    }
    .product-tile .product-comparition .checkbox {
      font-size: 0.7856rem;
    }
  }
  .product-tile .product-comparition .checkbox {
    font-size: 0.857rem;
    cursor: pointer;
    color: #6b6b6b;
    position: relative;
    padding-left: 25px;
  }
  .product-tile .product-comparition .checkbox::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #6b6b6b;
    background: transparent;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .product-tile .product-comparition .checkbox::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: ease-in 0.3s;
  }
  .red-2-orange .product-tile .product-comparition .checkbox::after {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .product-tile .product-comparition .checkbox::after {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .product-tile .product-comparition .checkbox::after {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .product-tile .product-comparition .checkbox::after {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  .product-tile .product-comparition .checkbox.checked::after {
    transform: translateY(-50%) scale(1);
  }
  .product-tile .tile-actions {
    padding-left: 0.357em;
    padding-right: 0.357em;
  }
  .product-tile-col:nth-child(1) .image-container img, .product-tile-col:nth-child(2) .image-container img, .product-tile-col:nth-child(3) .image-container img {
    background: none;
  }
  .product-list-campaign .product-tile .tile-actions {
    margin-left: -3px;
    margin-right: -3px;
    max-width: 100%;
  }
  @media (min-width: 992px) {
    .product-list-campaign .product-tile .tile-actions {
      width: auto;
      left: -3px;
      right: -3px;
    }
    .product-list-campaign .product-tile .tile-actions .pdp-link {
      min-height: 2.3em;
    }
  }
  .product-list-campaign .product-tile .tile-actions .col-6 {
    padding-left: 3px;
    padding-right: 3px;
  }
  @media (min-width: 992px) {
    .product-list-campaign .product-tile .tile-actions .col-6 {
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  .gwp-modal {
    padding-right: 0 !important;
  }
  .choose-bonus-product-dialog {
    right: 0;
    position: absolute;
    max-width: 100%;
    width: 100%;
    overflow: visible;
    margin: 0;
  }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog {
      margin: 0;
      max-width: 29.25rem;
    }
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog {
      max-width: 32.143rem;
    }
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog {
      margin-top: 1em;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog {
      max-width: 37.143rem;
    }
  }
  .choose-bonus-product-dialog .modal-content {
    border: 0;
  }
  .choose-bonus-product-dialog .modal-header {
    background-color: #fff;
    border: 0;
    padding: 2.143rem 0 0;
    display: block;
    text-align: center;
    position: relative;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-header {
      padding-top: 3.286rem;
    }
  }
  .choose-bonus-product-dialog .modal-header .close {
    float: none;
    margin: 0;
    padding: 0;
    position: absolute;
    color: #fff;
    text-shadow: none;
    line-height: normal;
    font-size: unset;
    top: 1.071rem;
    right: 1.071rem;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=1);
  }
  @media (min-width: 1200px) {
    .choose-bonus-product-dialog .modal-header .close {
      top: auto;
      bottom: 1.071rem;
      right: 1.5rem;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-header .close {
      top: 1.5rem;
      bottom: auto;
    }
  }
  .choose-bonus-product-dialog .modal-header .close::before {
    content: "\E904";
    position: absolute;
    font-size: 14px;
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
  }
  .red-2-orange .choose-bonus-product-dialog .modal-header .close::before {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .yellow-2-green .choose-bonus-product-dialog .modal-header .close::before {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .teal-2-blue .choose-bonus-product-dialog .modal-header .close::before {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .navy-2-purple .choose-bonus-product-dialog .modal-header .close::before {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .choose-bonus-product-dialog .modal-header .close::before {
      background: none !important;
      -webkit-text-fill-color: inherit;
    }
    .logo-red .choose-bonus-product-dialog .modal-header .close::before {
      color: #d11e47;
    }
    .logo-orange .choose-bonus-product-dialog .modal-header .close::before {
      color: #ef7922;
    }
    .logo-yellow .choose-bonus-product-dialog .modal-header .close::before {
      color: #ffc012;
    }
    .logo-green .choose-bonus-product-dialog .modal-header .close::before {
      color: #80c242;
    }
    .logo-teal .choose-bonus-product-dialog .modal-header .close::before {
      color: #6ac5b0;
    }
    .logo-blue .choose-bonus-product-dialog .modal-header .close::before {
      color: #3292cf;
    }
    .logo-navy .choose-bonus-product-dialog .modal-header .close::before {
      color: #02549d;
    }
    .logo-purple .choose-bonus-product-dialog .modal-header .close::before {
      color: #c11c8a;
    }
  }
  .choose-bonus-product-dialog .modal-header span {
    font-size: 1.5714rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-header span {
      font-size: 1.4286rem;
    }
  }
  .choose-bonus-product-dialog .bonus-header {
    text-align: center;
    padding-top: 0.5rem;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .bonus-header {
      font-size: 1.1429rem;
    }
  }
  .choose-bonus-product-dialog .product-detail .product-name {
    font-size: 14px;
    text-align: center;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .product-detail .product-name::before {
      content: none;
    }
  }
  .choose-bonus-product-dialog .product-detail .attributes {
    display: none;
  }
  .choose-bonus-product-dialog .product-detail .attributes .bonus-product-price {
    margin-top: 0 !important;
    padding-bottom: 0.714rem;
  }
  .choose-bonus-product-dialog .product-detail .bonus-product-price {
    margin-top: 0 !important;
  }
  .choose-bonus-product-dialog .product-detail .bonus-product-price .regular-price {
    text-decoration: line-through;
  }
  .choose-bonus-product-dialog .product-detail .bonus-product-price .bonus-price {
    color: #d11e47;
  }
  .choose-bonus-product-dialog .btn {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 0.214rem 0.857rem;
    min-width: auto;
    width: auto;
    font-size: 0.857rem;
    margin-top: 0;
    min-width: 105px;
  }
  .choose-bonus-product-dialog .btn:hover, .choose-bonus-product-dialog .btn:focus {
    cursor: pointer;
  }
  @media (min-width: 1200px) {
    .choose-bonus-product-dialog .btn {
      padding: 0.314rem 0.957rem;
      min-width: 107px;
    }
    .choose-bonus-product-dialog .btn:hover {
      color: #fff;
      background-color: #272727;
      border-color: #272727;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .btn {
      font-size: 1rem;
      min-width: 120px;
    }
  }
  .choose-bonus-product-dialog .btn.selected {
    background-color: #272727;
    color: #fff;
    border-color: #272727;
  }
  .choose-bonus-product-dialog .btn:disabled {
    cursor: default;
  }
  @media (min-width: 1200px) {
    .choose-bonus-product-dialog .btn:disabled:hover {
      background-color: #fff;
      color: #272727;
      border-color: #fff;
    }
  }
  .choose-bonus-product-dialog .bonus-product-selection {
    padding-left: 0.357rem;
    padding-bottom: 0.357rem;
    text-align: center;
  }
  .choose-bonus-product-dialog .modal-body {
    padding: 1rem 2.2em 0.5rem;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
    max-height: none;
  }
  @media (min-width: 1200px) {
    .choose-bonus-product-dialog .modal-body {
      max-height: none;
    }
  }
  .choose-bonus-product-dialog .modal-body.d-flex {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev, .choose-bonus-product-dialog .modal-body .owl-nav .owl-next {
    background-color: rgba(39, 39, 39, 0.7);
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev.disabled, .choose-bonus-product-dialog .modal-body .owl-nav .owl-next.disabled {
    background-color: rgba(39, 39, 39, 0.4);
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev::before, .choose-bonus-product-dialog .modal-body .owl-nav .owl-next::before {
    font-family: "AT-icons" !important;
    color: #fff;
    left: auto;
    transform: translateY(-50%);
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev {
    left: -2.286rem;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-prev::before {
    content: "\E90D";
    right: 1.429rem;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-next {
    right: -2.286rem;
    left: auto;
  }
  .choose-bonus-product-dialog .modal-body .owl-nav .owl-next::before {
    content: "\E90E";
    left: 1.429rem;
  }
  .choose-bonus-product-dialog .modal-body .product-wrapper {
    text-align: center;
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .modal-body .product-wrapper {
      padding-top: 0;
    }
    .choose-bonus-product-dialog .modal-body .product-wrapper::before {
      content: none;
    }
  }
  .choose-bonus-product-dialog .modal-body .product-wrapper img {
    display: inline-block;
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .modal-body .product-wrapper img {
      max-width: 85%;
    }
  }
  @media (min-width: 1400px) {
    .choose-bonus-product-dialog .modal-body .product-wrapper img {
      max-width: 100%;
    }
  }
  .choose-bonus-product-dialog .modal-footer {
    display: block;
    text-align: center;
    background-color: #f6f7f9;
    padding: 1.143rem 0 1.857rem;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-footer {
      font-size: 1.1429rem;
    }
  }
  .choose-bonus-product-dialog .modal-footer .selected-bonus-products {
    display: none;
  }
  .choose-bonus-product-dialog .modal-footer .gwp-modal-footer {
    padding-top: 0.7rem;
  }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog .modal-footer .gwp-modal-footer {
      margin: 0 auto;
    }
  }
  .choose-bonus-product-dialog .modal-footer .add-bonus-products {
    line-height: normal;
    padding: 0.714rem 3.429rem;
    outline: none;
    max-width: none;
    text-transform: uppercase;
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .modal-footer .add-bonus-products {
      font-size: 1.2143rem;
      padding: 0.75rem 6.3rem;
    }
  }
  .choose-bonus-product-dialog .bonus-product-qty-section {
    text-align: center;
    margin-top: 0.8em;
    position: relative;
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    border: none;
    top: 0.12em;
    position: absolute;
    width: 1.28571em;
    height: 1.28571em;
    border-radius: 2rem;
    text-align: center;
    background: #000;
    color: #fff;
    display: inline-block;
  }
  @supports (-webkit-touch-callout: none) {
    .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
      top: 0;
    }
  }
  .red-2-orange .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .red-2-orange .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    background: linear-gradient(to right, #d11e47, #ef7922);
    background: -webkit-gradient(to right, #d11e47, #ef7922);
    background: -o-linear-gradient(to right, #d11e47, #ef7922);
  }
  .yellow-2-green .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .yellow-2-green .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242);
  }
  .teal-2-blue .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .teal-2-blue .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
  }
  .navy-2-purple .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty, .navy-2-purple .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a);
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty.disabled, .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty.disabled {
    opacity: 0.6;
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty {
    right: 2.3em;
  }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty {
      right: 3.2em;
    }
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty {
      right: 3.6em;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty {
      right: 4em;
    }
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty:hover {
    cursor: pointer;
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .increase-bonus-qty::before {
    font-size: 0.5rem;
    content: '\F067';
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    transform: translate(-50%, -50%);
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
    left: 2.9em;
  }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
      left: 3.6em;
    }
  }
  @media (min-width: 992px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
      left: 4.2em;
    }
  }
  @media (min-width: 1600px) {
    .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty {
      left: 4.8em;
    }
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty:hover {
    cursor: pointer;
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .decrease-bonus-qty::before {
    font-size: 0.5rem;
    content: '\F068';
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    transform: translate(-50%, -50%);
  }
  .choose-bonus-product-dialog .bonus-product-qty-section .bonus-product-qty {
    position: relative;
    width: 2em;
    font-size: 1.2857rem;
    text-align: center;
    border: 0;
    background: #fff;
    left: 0.32em;
    padding: 0;
  }
  .choose-bonus-product-dialog .bonus-product-item {
    width: 50%;
  }
  .choose-bonus-product-dialog .owl-item .bonus-product-item {
    width: 100%;
  }
  #chooseBonusProductModal .bonus-product-qty {
    font-family: "CamphorW01-Regular" !important;
  }
  html.show-bonus-product-popup {
    overflow: hidden;
    height: 100%;
  }
  @supports (-webkit-touch-callout: none) {
    html.show-bonus-product-popup body {
      position: fixed;
    }
  }
  @media (min-width: 1200px) {
    .refinement-bar {
      -ms-flex: 0 0 17.7%;
      flex: 0 0 17.7%;
      max-width: 17.7%;
    }
  }
  .search-results {
    background-color: #f6f7f9;
  }
  @media (min-width: 992px) {
    .search-results {
      background: none;
    }
  }
  @media (min-width: 1600px) {
    .search-results > .container {
      max-width: 1440px;
    }
  }
  .search-results .product-recommendations {
    padding-top: 2rem;
  }
  .search-results .product-recommendations .title {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.8571rem;
    padding-bottom: 1.071rem;
  }
  @media (min-width: 1200px) {
    .search-results .product-recommendations .title {
      font-size: 1.7143rem;
    }
  }
  @media (min-width: 1600px) {
    .search-results .product-recommendations .title {
      font-size: 2.5rem;
    }
  }
  .product-grid-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  @media (min-width: 768px) {
    .product-grid-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (min-width: 1200px) {
    .product-grid-wrapper {
      -ms-flex: 0 0 82.3%;
      flex: 0 0 82.3%;
      max-width: 82.3%;
      padding-left: 1.071rem;
      padding-right: 1.071rem;
    }
  }
  .product-grid {
    padding-top: 12px;
    margin-left: -6px;
    margin-right: -6px;
  }
  @media (min-width: 768px) {
    .product-grid {
      margin-left: -3px;
      margin-right: -3px;
    }
  }
  @media (min-width: 992px) {
    .product-grid {
      background-color: #f6f7f9;
      padding-left: 6px;
      padding-right: 6px;
    }
  }
  @media (min-width: 1200px) {
    .product-grid {
      padding-left: 17px;
      padding-right: 17px;
      padding-top: 20px;
    }
  }
  .product-grid .product-tile-col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
    min-height: 340px;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .product-grid .product-tile-col {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 3px;
      padding-right: 3px;
      margin-bottom: 6px;
    }
  }
  @media (min-width: 992px) {
    .product-grid .product-tile-col {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      min-height: 510px;
    }
  }
  @media (min-width: 1600px) {
    .product-grid .product-tile-col {
      min-height: 570px;
    }
  }
  .product-grid .product-tile-col.product-promotion-col {
    min-height: auto;
  }
  .product-grid .product {
    background-color: #fff;
    height: 100%;
  }
  .product-grid .product-promotion-col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  @media (min-width: 1200px) {
    .product-grid .product-promotion-col .content-asset {
      position: relative;
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  .product-grid .product-tile .tile-top-left .promotions {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .product-grid .product-tile .tile-top-right {
    top: 0;
  }
  .grid-footer {
    text-align: center;
    margin-top: 1.786em;
    margin-bottom: 1.786em;
  }
  .grid-footer .show-more .btn-outline-primary {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    display: inline-block;
    font-size: 1.0714rem;
    padding-top: 0.61em;
    padding-bottom: 0.61em;
    width: auto;
    min-width: 9.333em;
  }
  .grid-footer .show-more .btn-outline-primary:hover, .grid-footer .show-more .btn-outline-primary:focus {
    cursor: pointer;
  }
  .grid-footer .show-more .btn-outline-primary:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
  }
  @media (min-width: 1200px) {
    .grid-footer .show-more .btn-outline-primary {
      padding-top: 0.3em;
      padding-bottom: 0.4em;
      min-width: 7em;
      font-size: 1.2143rem;
    }
  }
  @media (min-width: 1600px) {
    .grid-footer .show-more .btn-outline-primary {
      font-size: 1.4286rem;
      min-width: 6.5em;
    }
  }
  .grid-footer .scroll-loading-amimation {
    margin: 0 auto;
    display: block;
    width: 100px;
    background: url("../images/spinner-red-2-organe_199-300.svg") center no-repeat;
  }
  .red-2-orange .grid-footer .scroll-loading-amimation {
    background: url("../images/spinner-red-2-organe_199-300.svg") center no-repeat;
  }
  .yellow-2-green .grid-footer .scroll-loading-amimation {
    background: url("../images/spinner-yellow-2-green_199-300.svg") center no-repeat;
  }
  .teal-2-blue .grid-footer .scroll-loading-amimation {
    background: url("../images/spinner-teal-2-blue_199-300.svg") center no-repeat;
  }
  .navy-2-purple .grid-footer .scroll-loading-amimation {
    background: url("../images/spinner-navy-2-purple_199-300.svg") center no-repeat;
  }
  .promotion-wrapper .container {
    max-width: 100%;
  }
  .double-11-campaign {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  .double-11-campaign img, .double-11-campaign picture {
    width: 100%;
    display: block;
  }
  .double-11-campaign .double-11-button {
    display: inline-block;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 0.5em;
    text-align: center;
  }
  .double-11-campaign .double-11-button:hover, .double-11-campaign .double-11-button:focus {
    cursor: pointer;
  }
  .double-11-campaign .double-11-button:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
  }
  .double-11-campaign .double-11-title {
    line-height: 55px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    height: 60px;
    font-size: 1.7143rem;
  }
  @media (min-width: 768px) {
    .double-11-campaign .double-11-title {
      max-width: 300px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .double-11-title {
      max-width: 370px;
      letter-spacing: 1.5px;
      height: 65px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .double-11-title {
      font-size: 2.429rem;
      max-width: 500px;
      height: 80px;
      line-height: 65px;
    }
  }
  .double-11-campaign .campaign-section {
    position: relative;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-section.campaign-infor-ads {
      border-bottom-left-radius: 25%;
      border-bottom-right-radius: 25%;
      overflow: hidden;
    }
  }
  .double-11-campaign .campaign-section .section-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 15px;
    transform: translate(-50%, -50%);
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-section .section-content {
      padding: 0 30px;
    }
  }
  .double-11-campaign .lucky-game .section-content {
    top: 57%;
    padding: 0;
  }
  @media (min-width: 768px) {
    .double-11-campaign .lucky-game .section-content {
      padding: 0 15px;
      top: 58%;
    }
  }
  .double-11-campaign .campaign-more-offer {
    position: fixed;
    top: 0;
    left: 10%;
    width: 80%;
    background: #c310de;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #fff;
    border: 3px solid #fff;
    border-top: 0;
    padding: 5px 15px 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
  }
  .none-stick:not(.menu-opened):not(.menu-closing) .double-11-campaign .campaign-more-offer {
    animation: smoothScrollUp 0.8s;
  }
  .sticky-header .double-11-campaign .campaign-more-offer {
    animation: smoothScrollDown 0.8s forwards;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-more-offer {
      top: 30%;
      border: 3px solid #fff;
      border-right: 0;
      padding: 15px;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 0;
      min-height: 200px;
      right: 0;
      left: auto;
      width: 65px;
    }
    .double-11-campaign .campaign-more-offer.active {
      width: 240px;
    }
    .double-11-campaign .campaign-more-offer .more-offer-box {
      position: absolute;
      transform: rotate(90deg);
      top: 40%;
      left: -15px;
    }
  }
  .double-11-campaign .campaign-more-offer .lucky-draw-promotion {
    display: none;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-more-offer .lucky-draw-promotion {
      max-width: 155px;
      text-align: left;
      float: right;
    }
  }
  .double-11-campaign .campaign-more-offer.active .lucky-draw-promotion {
    display: block;
  }
  .double-11-campaign .campaign-more-offer.active .bottom-arrow {
    transform: rotate(180deg);
  }
  .double-11-campaign .campaign-more-offer h3 {
    font-size: 2.429rem;
  }
  .double-11-campaign .campaign-more-offer .double-11-button {
    margin: 15px 0;
  }
  .double-11-campaign .campaign-more-offer .bottom-arrow {
    display: inline-block;
    max-width: 10px;
    margin-top: -10px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-more-offer .bottom-arrow {
      margin-top: -5px;
    }
  }
  .back-to-top {
    bottom: 100px;
  }
  .double-11-campaign .campaign-banner .section-content {
    top: 18%;
    left: 0;
    transform: translate(0, 0);
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .section-content {
      top: 0;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner picture, .double-11-campaign .campaign-banner .main-img {
      height: 960px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner picture, .double-11-campaign .campaign-banner .main-img {
      height: 1155px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-banner picture, .double-11-campaign .campaign-banner .main-img {
      height: 1360px;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner.hide-limited picture, .double-11-campaign .campaign-banner.hide-limited .main-img {
      height: 400px;
    }
  }
  @media (min-width: 992px) {
    .double-11-campaign .campaign-banner.hide-limited picture, .double-11-campaign .campaign-banner.hide-limited .main-img {
      height: 515px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner.hide-limited picture, .double-11-campaign .campaign-banner.hide-limited .main-img {
      height: 500px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner.hide-limited picture, .double-11-campaign .campaign-banner.hide-limited .main-img {
      height: 600px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner.hide-limited picture, .double-11-campaign .campaign-banner.hide-limited .main-img {
      height: 650px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .section-content picture, .double-11-campaign .campaign-banner .section-content .main-img {
      height: auto;
    }
  }
  .double-11-campaign .campaign-banner .banner {
    position: relative;
    color: #fff;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .banner {
      max-width: 40%;
      margin: 0 auto;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .banner {
      max-width: 1200px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .banner {
      max-width: 1600px;
    }
  }
  .double-11-campaign .campaign-banner .banner-promotion-message {
    position: absolute;
    top: 21.5%;
    left: 50%;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    transform: rotate(-10deg) translateX(-50%);
  }
  @supports (-webkit-touch-callout: none) {
    .double-11-campaign .campaign-banner .banner-promotion-message {
      top: 22.5%;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .banner-promotion-message {
      top: 21.5%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .banner-promotion-message {
      font-size: 1.7857rem;
      top: 15.5%;
    }
    .safari .double-11-campaign .campaign-banner .banner-promotion-message {
      top: 17.5%;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .banner-promotion-message {
      font-size: 2.1429rem;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-banner .banner-promotion-message {
      top: 16.5%;
    }
    .safari .double-11-campaign .campaign-banner .banner-promotion-message {
      top: 18.5%;
    }
  }
  .double-11-campaign .campaign-banner .banner-title {
    position: absolute;
    bottom: 26%;
    left: 50%;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 9px;
    transform: rotate(-10deg) translateX(-50%);
  }
  @supports (-webkit-touch-callout: none) {
    .double-11-campaign .campaign-banner .banner-title {
      bottom: 27%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .banner-title {
      font-size: 1rem;
      bottom: 21%;
      left: 50.3%;
      transform: rotate(-9deg) translateX(-50%);
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .banner-title {
      font-size: 1.0714rem;
    }
  }
  .double-11-campaign .campaign-banner .stage2 .banner-promotion-message {
    top: 19.5%;
  }
  @supports (-webkit-touch-callout: none) {
    .double-11-campaign .campaign-banner .stage2 .banner-promotion-message {
      top: 20.5%;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .stage2 .banner-promotion-message {
      top: 19.5%;
    }
  }
  @media (min-width: 992px) {
    .double-11-campaign .campaign-banner .stage2 .banner-promotion-message {
      top: 20.5%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .stage2 .banner-promotion-message {
      top: 15.5%;
    }
    .safari .double-11-campaign .campaign-banner .stage2 .banner-promotion-message {
      top: 17.5%;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-banner .stage2 .banner-promotion-message {
      top: 16%;
    }
    .safari .double-11-campaign .campaign-banner .stage2 .banner-promotion-message {
      top: 18%;
    }
  }
  .double-11-campaign .campaign-banner .stage2 .banner-title {
    bottom: 28%;
  }
  @supports (-webkit-touch-callout: none) {
    .double-11-campaign .campaign-banner .stage2 .banner-title {
      bottom: 28.5%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .stage2 .banner-title {
      bottom: 20.5%;
    }
  }
  .double-11-campaign .campaign-banner .stage3 {
    top: 12%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .stage3 {
      top: 0;
    }
  }
  .double-11-campaign .campaign-banner .stage3 .banner {
    max-width: 95%;
    margin: 0 auto 30px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .stage3 .banner {
      max-width: 35%;
      margin: 0 auto;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .stage3 .banner {
      max-width: 1200px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .stage3 .banner {
      max-width: 1600px;
    }
  }
  .double-11-campaign .campaign-banner .stage3 .feature-product.feature-product-1 {
    top: -15%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .stage3 .feature-product.feature-product-1 {
      top: 10%;
    }
  }
  .double-11-campaign .campaign-banner .stage3 .feature-product.feature-product-2 {
    top: -17%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .stage3 .feature-product.feature-product-2 {
      top: 40%;
    }
  }
  .double-11-campaign .campaign-banner .stage3 .banner-promotion-message {
    top: 30%;
  }
  @supports (-webkit-touch-callout: none) {
    .double-11-campaign .campaign-banner .stage3 .banner-promotion-message {
      top: 30.5%;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .stage3 .banner-promotion-message {
      top: 29%;
    }
  }
  @media (min-width: 992px) {
    .double-11-campaign .campaign-banner .stage3 .banner-promotion-message {
      top: 31%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .stage3 .banner-promotion-message {
      top: 12%;
    }
    .safari .double-11-campaign .campaign-banner .stage3 .banner-promotion-message {
      top: 14%;
    }
  }
  .double-11-campaign .campaign-banner .stage3 .banner-title {
    bottom: 19%;
  }
  @supports (-webkit-touch-callout: none) {
    .double-11-campaign .campaign-banner .stage3 .banner-title {
      bottom: 19.5%;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .stage3 .banner-title {
      bottom: 19.5%;
      font-size: 7px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .stage3 .banner-title {
      bottom: 25.5%;
      font-size: 1rem;
      left: 50.5%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .stage3 .limited-offer-section {
      margin-top: 0;
    }
  }
  .double-11-campaign .campaign-banner .stage3 .limited-offer-section .bottom-arrow {
    cursor: pointer;
    bottom: -8vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .stage3 .limited-offer-section .bottom-arrow {
      bottom: -2vw;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .stage3 .limited-offer-section .bottom-arrow {
      bottom: -6%;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .stage3 .limited-offer-section .bottom-arrow {
      bottom: -7%;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-banner .stage3 .limited-offer-section .bottom-arrow {
      bottom: -9%;
    }
  }
  .double-11-campaign .campaign-banner .feature-product {
    position: absolute;
  }
  .double-11-campaign .campaign-banner .feature-product .feature-product-box {
    position: relative;
  }
  .double-11-campaign .campaign-banner .feature-product .feature-product-label {
    padding: 0 10px;
    line-height: 1.4286rem;
    background: #fff;
    color: #000;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 0.857rem;
    display: inline-block;
  }
  .double-11-campaign .campaign-banner .feature-product .feature-product-name {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 2rem;
    line-height: 2.8571rem;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .feature-product .feature-product-name {
      font-size: 2.286rem;
      line-height: 3.2143rem;
    }
  }
  .double-11-campaign .campaign-banner .feature-product .mini-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-top: 5px;
    float: left;
  }
  .double-11-campaign .campaign-banner .feature-product .feature-product-price {
    position: relative;
    font-size: 1.4286rem;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .feature-product .feature-product-price {
      font-size: 1.6429rem;
    }
  }
  .double-11-campaign .campaign-banner .feature-product .feature-product-price .old-price {
    font-size: 0.929rem;
    text-decoration: line-through;
  }
  .double-11-campaign .campaign-banner .feature-product.feature-product-1 {
    top: -24%;
    left: 10%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .feature-product.feature-product-1 {
      top: 10%;
      left: -50%;
    }
    .double-11-campaign .campaign-banner .feature-product.feature-product-1 .mini-arrow {
      position: absolute;
      right: -20px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .feature-product.feature-product-1 {
      top: 20%;
      left: 18%;
    }
  }
  .double-11-campaign .campaign-banner .feature-product.feature-product-2 {
    top: -27%;
    right: 8%;
    text-align: right;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .feature-product.feature-product-2 {
      top: 40%;
      right: -45%;
      text-align: left;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .feature-product.feature-product-2 {
      top: 48%;
      right: 21%;
    }
  }
  .double-11-campaign .campaign-banner .feature-product.feature-product-2 .mini-arrow {
    float: right;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .feature-product.feature-product-2 .mini-arrow {
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
    }
  }
  .double-11-campaign .campaign-banner .limited-offer-section {
    position: relative;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-offer-section {
      max-width: 35%;
      margin: 0 auto;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-offer-section {
      max-width: 650px;
      margin-top: 3vw;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .limited-offer-section {
      max-width: 800px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-banner .limited-offer-section {
      max-width: 1020px;
      margin-top: 5%;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .double-11-campaign .campaign-banner .limited-offer-section {
      margin-top: 0;
    }
  }
  .double-11-campaign .campaign-banner .limited-offer-section .bottom-arrow {
    max-width: 15px;
    position: absolute;
    bottom: -11vw;
    left: 50%;
    transform: translateX(-50%);
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-offer-section .bottom-arrow {
      bottom: -4vw;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-offer-section .bottom-arrow {
      bottom: -9%;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .limited-offer-section .bottom-arrow {
      bottom: -11%;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-banner .limited-offer-section .bottom-arrow {
      bottom: -9%;
    }
  }
  @media (min-width: 2560px) {
    .double-11-campaign .campaign-banner .limited-offer-section .bottom-arrow {
      bottom: -6%;
    }
  }
  @media (min-width: 2880px) {
    .double-11-campaign .campaign-banner .limited-offer-section .bottom-arrow {
      bottom: -5%;
    }
  }
  .double-11-campaign .campaign-banner .limited-offer-section .sold-out-image {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 10%;
    max-width: 75%;
    transform: translateX(-50%);
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-offer-section .sold-out-image {
      max-width: 85%;
    }
  }
  .double-11-campaign .campaign-banner .limited-offer-section .number-zero {
    display: none;
  }
  .double-11-campaign .campaign-banner .limited-offer-section.sold-out .sold-out-image {
    display: block;
  }
  .double-11-campaign .campaign-banner .limited-offer-section.sold-out .number {
    display: none;
  }
  .double-11-campaign .campaign-banner .limited-offer-section.sold-out .number-zero {
    display: inline;
  }
  .double-11-campaign .campaign-banner .limited-offer-promotion-message {
    position: absolute;
    left: 3.5%;
    top: -13%;
    max-width: 170px;
    color: #fff;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-offer-promotion-message {
      left: -40.5%;
      top: -30%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-offer-promotion-message {
      left: -5.5%;
      top: -12%;
      max-width: 200px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .limited-offer-promotion-message {
      left: -4.5%;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-banner .limited-offer-promotion-message {
      left: -2.5%;
      top: -5%;
    }
  }
  .double-11-campaign .campaign-banner .black-label-top {
    position: absolute;
    top: 9%;
    left: 36%;
    transform: rotate(-5deg);
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .black-label-top {
      top: 8%;
      left: 36%;
      font-size: 1.1429rem;
    }
    .safari .double-11-campaign .campaign-banner .black-label-top {
      top: 11%;
    }
  }
  .double-11-campaign .campaign-banner .black-label-bottom {
    position: absolute;
    bottom: 3%;
    font-size: 1.4286rem;
    left: 12%;
    margin-bottom: 0;
    transform: rotate(-5deg);
  }
  @supports (-webkit-touch-callout: none) {
    .double-11-campaign .campaign-banner .black-label-bottom {
      bottom: 5%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .black-label-bottom {
      left: 15%;
      bottom: 7%;
      font-size: 1.5714rem;
    }
    .safari .double-11-campaign .campaign-banner .black-label-bottom {
      bottom: 8%;
    }
  }
  .double-11-campaign .campaign-banner .red-label-center {
    position: absolute;
    top: 29%;
    left: 26%;
    font-size: 34px;
    margin-bottom: 0;
    transform: rotate(-5deg);
  }
  @supports (-webkit-touch-callout: none) {
    .double-11-campaign .campaign-banner .red-label-center {
      bottom: 30%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .red-label-center {
      left: 27%;
      top: 23%;
      font-size: 2.8571rem;
      text-shadow: 2px 2px #000;
    }
    .safari .double-11-campaign .campaign-banner .red-label-center {
      top: 30%;
    }
  }
  .double-11-campaign .campaign-banner .comming-soon .red-label-center {
    top: 35%;
  }
  .safari .double-11-campaign .campaign-banner .comming-soon .red-label-center {
    top: 40%;
  }
  @media (min-width: 1200px) {
    .safari .double-11-campaign .campaign-banner .comming-soon .black-label-top {
      top: 13%;
    }
  }
  .double-11-campaign .campaign-banner .limited-offer-promotion-box {
    position: relative;
  }
  .double-11-campaign .campaign-banner .limited-offer-promotion-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .double-11-campaign .campaign-banner .limited-offer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100%;
    padding: 0 40px;
    transform: translate(-50%, -50%);
  }
  .double-11-campaign .campaign-banner .comming-soon-title {
    font-size: 1.6429rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    text-align: center;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .comming-soon-title {
      font-size: 2.1429rem;
    }
  }
  .double-11-campaign .campaign-banner .comming-soon-detail {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 2.429rem;
    text-align: center;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .comming-soon-detail {
      font-size: 1.8571rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .comming-soon-detail {
      font-size: 2.8571rem;
      padding: 0 115px;
    }
  }
  .double-11-campaign .campaign-banner .countdown {
    text-align: center;
    width: 220px;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .countdown {
      width: 165px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .countdown {
      width: 350px;
      margin-top: 20px;
    }
  }
  .double-11-campaign .campaign-banner .countdown .countdown-item {
    width: calc(100% / 3);
    float: left;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .double-11-campaign .campaign-banner .countdown .countdown-item {
      width: calc(100% / 3 - 1px);
    }
  }
  .double-11-campaign .campaign-banner .countdown .number, .double-11-campaign .campaign-banner .countdown .number-zero {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 2.643rem;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .countdown .number, .double-11-campaign .campaign-banner .countdown .number-zero {
      font-size: 1.0714rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .countdown .number, .double-11-campaign .campaign-banner .countdown .number-zero {
      font-size: 2.643rem;
    }
  }
  .double-11-campaign .campaign-banner .countdown .time-title {
    font-size: 0.786rem;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .countdown .time-title {
      font-size: 7px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .countdown .time-title {
      font-size: 0.786rem;
    }
  }
  .double-11-campaign .campaign-banner .white-line {
    max-width: 200px;
    margin: 15px auto;
    height: 1px;
    background: #fff;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .white-line {
      margin: 7px auto;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .white-line {
      margin: 30px auto;
      max-width: 65%;
    }
  }
  .double-11-campaign .campaign-banner .line-process {
    height: 15px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 190px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .line-process {
      height: 5px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .line-process {
      height: 12px;
      max-width: 275px;
    }
  }
  .double-11-campaign .campaign-banner .line-process .process {
    position: absolute;
    height: 15px;
    left: 0;
    top: 0;
    width: 50%;
    background: #fff;
  }
  .double-11-campaign .campaign-banner .limited-offer-product {
    margin-top: 20vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-offer-product {
      margin-top: 0;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-offer-product {
      padding-top: 15px;
      width: 90%;
      margin-left: 8%;
      margin-right: 2%;
    }
  }
  .double-11-campaign .campaign-banner .limited-product-image {
    width: 45%;
    float: left;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-product-image {
      width: 37%;
    }
  }
  .double-11-campaign .campaign-banner .limited-product-content {
    width: 55%;
    float: right;
    font-size: 0.786rem;
    padding-left: 15px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-product-content {
      font-size: 8px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-product-content {
      width: 60%;
      font-size: 1.1429rem;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .limited-product-content {
      padding-top: 15px;
    }
  }
  .double-11-campaign .campaign-banner .limited-product-content p {
    margin-bottom: 0;
  }
  .double-11-campaign .campaign-banner .limited-product-content .limited-product-title {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    margin-bottom: 5px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-product-content .limited-product-title {
      font-size: 0.857rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-product-content .limited-product-title {
      font-size: 1.8571rem;
      margin-bottom: 10px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .limited-product-content .limited-product-title {
      font-size: 2.429rem;
      margin-bottom: 15px;
    }
  }
  .double-11-campaign .campaign-banner .limited-product-content .limited-product-value {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 2.1429rem;
    margin-bottom: 5px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-product-content .limited-product-value {
      font-size: 1.0714rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-product-content .limited-product-value {
      font-size: 2.429rem;
      margin-bottom: 10px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .campaign-banner .limited-product-content .limited-product-value {
      font-size: 2.8571rem;
      margin-bottom: 15px;
    }
  }
  .double-11-campaign .campaign-banner .limited-product-content .limited-product-value .old-price {
    font-size: 0.786rem;
    text-decoration: line-through;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-product-content .limited-product-value .old-price {
      font-size: 1.1429rem;
    }
  }
  .double-11-campaign .campaign-banner .double-11-button {
    padding: 0.4rem;
    min-width: 7.5em;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .double-11-button {
      font-size: 8px;
      min-width: 7.5em;
      padding: 0.1em;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .double-11-button {
      font-size: 1.1429rem;
      min-width: 150px;
      padding: 0;
      height: 35px;
      line-height: 30px;
    }
  }
  .double-11-campaign .campaign-banner .double-11-button.disabled {
    background: #999;
    color: #fff;
    border: 0;
    pointer-events: none;
  }
  .double-11-campaign .stage-selector {
    position: absolute;
    height: 170px;
    width: 100%;
    overflow: hidden;
    top: -10%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .stage-selector {
      top: -20%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .stage-selector {
      top: -9%;
    }
  }
  @media (min-width: 1400px) {
    .double-11-campaign .stage-selector {
      height: 170px;
      top: -8%;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .stage-selector {
      top: -4%;
    }
  }
  .double-11-campaign .stage-selector .stage-box {
    position: relative;
    height: 125px;
  }
  @media (min-width: 1400px) {
    .double-11-campaign .stage-selector .stage-box {
      height: 170px;
    }
  }
  .double-11-campaign .stage-selector .white-line {
    position: absolute;
    height: 5px;
    background: #fff;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .double-11-campaign .stage-selector .stage-list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1500px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .double-11-campaign .stage-selector .stage-item {
    color: #fff;
    text-align: center;
    position: relative;
    max-width: 220px;
    display: inline-block;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .stage-selector .stage-item {
      max-width: 300px;
    }
  }
  @media (min-width: 1400px) {
    .double-11-campaign .stage-selector .stage-item {
      max-width: 360px;
    }
  }
  .double-11-campaign .stage-selector .stage-item:not(.active) .stage-name, .double-11-campaign .stage-selector .stage-item:not(.active) .stage-time {
    opacity: 0.5;
  }
  .double-11-campaign .stage-selector .stage-item .stage-name {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 1400px) {
    .double-11-campaign .stage-selector .stage-item .stage-name {
      font-size: 2.1429rem;
    }
  }
  @media (min-width: 1400px) {
    .double-11-campaign .stage-selector .stage-item .stage-time {
      font-size: 1.7143rem;
    }
  }
  .double-11-campaign .stage-selector .stage-item .stage-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .double-11-campaign .stage-selector .mobile-holder {
    display: none;
  }
  .double-11-campaign .stage-selector .stage-1 .stage-item.active {
    margin-left: 24%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .stage-selector .stage-1 .stage-item.active {
      margin-left: 0;
    }
  }
  .double-11-campaign .stage-selector .stage-1 .mobile-holder {
    top: 0;
    right: 25%;
  }
  @media (min-width: 992px) {
    .double-11-campaign .summary-offer picture, .double-11-campaign .summary-offer .main-img {
      height: 545px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer picture, .double-11-campaign .summary-offer .main-img {
      height: 845px;
    }
  }
  @media (min-width: 1400px) {
    .double-11-campaign .summary-offer picture, .double-11-campaign .summary-offer .main-img {
      height: 915px;
    }
  }
  @media (min-width: 1600px) {
    .double-11-campaign .summary-offer picture, .double-11-campaign .summary-offer .main-img {
      height: 1035px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer picture, .double-11-campaign .summary-offer .main-img {
      height: 1115px;
    }
  }
  .double-11-campaign .summary-offer .section-content {
    top: 47%;
  }
  .double-11-campaign .summary-offer .section-content picture, .double-11-campaign .summary-offer .section-content .main-img {
    height: auto;
  }
  .double-11-campaign .summary-offer .summary-offer-content {
    max-width: 768px;
    margin: 0 auto;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .summary-offer-content {
      max-width: 1200px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer .summary-offer-content {
      max-width: 1500px;
    }
  }
  .double-11-campaign .summary-offer .title-box {
    padding: 0 15px;
  }
  .double-11-campaign .summary-offer .offer-detail-list {
    margin-top: 30px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-list {
      margin-top: 10px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-list {
      margin: 30px -5px 0 -5px;
    }
  }
  .double-11-campaign .summary-offer .offer-promotion-item {
    background: #fff;
    border-radius: 45px;
    margin-bottom: 15px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-promotion-item {
      width: 49%;
      float: left;
    }
    .double-11-campaign .summary-offer .offer-promotion-item.second-item {
      float: right;
    }
  }
  .double-11-campaign .summary-offer .offer-promotion-item .offer-promotion-title {
    font-size: 1.4286rem;
    font-weight: bold;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-promotion-item .offer-promotion-title {
      font-size: 1.7857rem;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer .offer-promotion-item .offer-promotion-title {
      font-size: 2.429rem;
    }
  }
  .double-11-campaign .summary-offer .offer-promotion-item .offer-promotion-value {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #ff2b55;
    font-size: 1.7857rem;
    line-height: 2.1429rem;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-promotion-item .offer-promotion-value {
      font-size: 1.929rem;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer .offer-promotion-item .offer-promotion-value {
      font-size: 2.8571rem;
    }
  }
  .double-11-campaign .summary-offer .offer-promotion-item.first-item {
    text-align: center;
    padding-top: 15px;
  }
  .double-11-campaign .summary-offer .offer-promotion-item.first-item .offer-promotion-image img {
    max-width: 30%;
    display: inline-block;
  }
  .double-11-campaign .summary-offer .offer-promotion-item.second-item .order-promotion-content {
    width: 55%;
    float: right;
    padding: 45px 15px 0 0;
  }
  .double-11-campaign .summary-offer .offer-promotion-item.second-item .offer-promotion-image {
    width: 45%;
    float: left;
    text-align: right;
    padding-top: 15px;
  }
  .double-11-campaign .summary-offer .offer-promotion-item.second-item .offer-promotion-image img {
    max-width: 75%;
    display: inline-block;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-promotion-item.first-item, .double-11-campaign .summary-offer .offer-promotion-item.second-item {
      text-align: left;
      padding-top: 0;
    }
    .double-11-campaign .summary-offer .offer-promotion-item.first-item .offer-promotion-image, .double-11-campaign .summary-offer .offer-promotion-item.second-item .offer-promotion-image {
      width: 35%;
      float: left;
      text-align: right;
      padding-top: 15px;
    }
    .double-11-campaign .summary-offer .offer-promotion-item.first-item .offer-promotion-image img, .double-11-campaign .summary-offer .offer-promotion-item.second-item .offer-promotion-image img {
      max-width: 60%;
      display: inline-block;
    }
    .double-11-campaign .summary-offer .offer-promotion-item.first-item .order-promotion-content, .double-11-campaign .summary-offer .offer-promotion-item.second-item .order-promotion-content {
      width: 60%;
      float: right;
      padding-top: 20px;
      padding-right: 0;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-promotion-item.first-item .order-promotion-content, .double-11-campaign .summary-offer .offer-promotion-item.second-item .order-promotion-content {
      padding-top: 45px;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item {
    position: relative;
    margin-bottom: 15px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item {
      width: calc(100% / 3);
      padding: 0 5px;
      float: left;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-promotion {
    position: absolute;
    top: 7%;
    color: #fff;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    left: 50%;
    transform: translateX(-50%);
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-promotion {
      top: 8%;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box {
      bottom: 2px;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image {
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 15px;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image {
      width: 48%;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image picture, .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image img {
    max-height: 140px;
    width: auto;
    display: inline-block;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image picture, .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image img {
      max-height: 100px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image picture, .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image img {
      max-height: none;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image picture, .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image img {
      min-height: 245px;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-name {
    font-weight: bold;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-name {
      font-size: 1.2857rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-name {
      font-size: 1.7857rem;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-name {
      font-size: 2.429rem;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .from-text {
    font-size: 0.857rem;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .from-text {
      font-size: 1rem;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-price {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #ff2b55;
    font-size: 1.7857rem;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-price {
      font-size: 1.4286rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-price {
      font-size: 2.0714rem;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-price {
      font-size: 2.8571rem;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .old-price {
    color: #000;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 0.786rem;
    text-decoration: line-through;
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .old-price {
      font-size: 1.2857rem;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .double-11-button {
    min-width: 115px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .double-11-button {
      min-width: 100px;
      padding: 0.1em;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .double-11-button {
      min-width: 150px;
      padding: 0.6rem;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .double-11-button {
      min-width: 165px;
      padding: 1rem;
      font-size: 1.2857rem;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content {
    width: 55%;
    float: right;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content {
      width: 50%;
      padding-top: 25px;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content p, .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content h3 {
    margin-bottom: 3px;
  }
  .double-11-campaign .add-on-offer {
    padding: 15px 30px;
  }
  .double-11-campaign .add-on-offer .add-on-top, .double-11-campaign .add-on-offer .add-on-bottom {
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }
  .double-11-campaign .add-on-offer .plus-icon {
    width: 22px;
    height: auto;
    position: absolute;
    left: 44%;
    top: 50%;
    transform: translateY(-50%);
  }
  .double-11-campaign .add-on-offer .add-on-top {
    bottom: calc(100% - 1px);
  }
  .double-11-campaign .add-on-offer .add-on-bottom {
    top: calc(100% - 1px);
  }
  .double-11-campaign .add-on-offer .add-on-offer-content {
    margin: 15px auto;
    padding: 15px 0;
    border-radius: 60px;
    z-index: 20;
    box-shadow: 1px 3px 3px 3px rgba(176, 16, 204, 0.5);
    max-width: 1200px;
  }
  @media (min-width: 1920px) {
    .double-11-campaign .add-on-offer .add-on-offer-content {
      max-width: 1500px;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer .add-on-offer-list {
      width: 55%;
      float: right;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer .add-on-big {
      width: 45%;
      float: left;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .add-on-offer .add-on-big {
      padding-left: 75px;
    }
  }
  .double-11-campaign .add-on-offer .add-on-big .add-on-big-image {
    width: 50%;
    float: left;
    padding: 20px;
  }
  @media (min-width: 992px) {
    .double-11-campaign .add-on-offer .add-on-big .add-on-big-image {
      padding: 15px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .add-on-offer .add-on-big .add-on-big-image {
      padding: 30px;
    }
  }
  .double-11-campaign .add-on-offer .add-on-big .add-on-big-text {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 2rem;
    padding: 20px 0;
    width: 50%;
    float: right;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer .add-on-big .add-on-big-text {
      font-size: 1.929rem;
      padding: 35px 0;
    }
  }
  @media (min-width: 992px) {
    .double-11-campaign .add-on-offer .add-on-big .add-on-big-text {
      padding: 50px 0;
      font-size: 2.643rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .add-on-offer .add-on-big .add-on-big-text {
      padding: 75px 15px 30px 0;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .add-on-offer .add-on-big .add-on-big-text {
      font-size: 3.7143rem;
    }
  }
  .double-11-campaign .add-on-offer .add-on-item {
    width: 50%;
    float: left;
    text-align: center;
    margin: 15px 0;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer .add-on-item {
      width: 22%;
    }
  }
  .double-11-campaign .add-on-offer .add-on-item .add-on-item-image {
    min-height: 120px;
    position: relative;
  }
  .double-11-campaign .add-on-offer .add-on-item .add-on-item-image img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .double-11-campaign .add-on-offer .add-on-item .add-on-item-price {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #ff2b55;
    margin-top: 10px;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .add-on-offer .add-on-item .add-on-item-price {
      font-size: 1.0714rem;
      margin-top: 5px;
    }
  }
  .double-11-campaign .campaign-infor picture, .double-11-campaign .campaign-infor .main-img {
    height: 875px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-infor picture, .double-11-campaign .campaign-infor .main-img {
      height: 325px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-infor picture, .double-11-campaign .campaign-infor .main-img {
      height: 570px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-infor picture, .double-11-campaign .campaign-infor .main-img {
      height: 725px;
    }
  }
  .double-11-campaign .campaign-information {
    border-radius: 15px;
    padding: 15px 30px;
    border: 5px solid #fff;
    text-align: center;
    color: #fff;
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    max-width: 768px;
    margin: 0 auto;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-information {
      max-width: 1200px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-information {
      max-width: 1500px;
    }
  }
  .double-11-campaign .campaign-information .information-item {
    margin-bottom: 25px;
    position: relative;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-information .information-item {
      width: calc(100% / 3);
      float: left;
      margin-bottom: 0;
      padding: 0 10px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-information .information-item {
      padding: 0 35px;
      margin: 30px 0 40px;
      min-height: 410px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-information .information-item {
      padding: 0 15px;
      min-height: 500px;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .double-11-campaign .campaign-information .information-item {
      width: calc(100% / 3 - 1px);
    }
  }
  .double-11-campaign .campaign-information .information-item .information-item-title {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-information .information-item .information-item-title {
      font-size: 1.3rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-information .information-item .information-item-title {
      font-size: 2.286rem;
      letter-spacing: 0.5px;
      margin-bottom: 15px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-information .information-item .information-item-title {
      font-size: 2.8571rem;
    }
  }
  .double-11-campaign .campaign-information .information-item .find-out-button {
    margin-top: 25px;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-information .information-item .find-out-button {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-information .information-item .find-out-button {
      min-width: auto;
      max-width: 250px;
      width: 100%;
      padding: 1rem;
      font-size: 1.7857rem;
    }
  }
  .double-11-campaign .campaign-information .information-item .information-item-description {
    font-size: 1rem;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-information .information-item .information-item-description {
      font-size: 0.786rem;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-information .information-item .information-item-description {
      font-size: 1.1429rem;
      line-height: 2.1429rem;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-information .information-item .information-item-description {
      font-size: 1.4286rem;
      line-height: 2.5rem;
    }
  }
  .double-11-campaign .campaign-information .information-item .information-item-description span {
    display: block;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-information .information-item .information-item-description span {
      margin-bottom: 5px;
    }
  }
  .double-11-campaign .campaign-information .information-item .information-item-description a {
    color: #fff;
  }
  .double-11-campaign .campaign-information img {
    width: auto;
    height: auto;
    display: inline-block;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-information img {
      max-height: 80px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-information img {
      max-height: none;
    }
  }
  .double-11-campaign .infor-ads {
    position: relative;
    background: linear-gradient(174deg, #7e3fd5 0%, #645bdb 65%, #645bdb 100%);
    border-radius: 15px;
    padding: 15px;
    color: #fff;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    text-align: center;
    margin: 0 auto;
    max-width: 768px;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads {
      padding-top: 50px;
      padding-bottom: 30px;
      max-width: 1200px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .infor-ads {
      max-width: 1500px;
    }
  }
  .double-11-campaign .infor-ads .infor-ads-image {
    margin-top: 20px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .infor-ads .infor-ads-image {
      width: 60%;
      float: left;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads .infor-ads-image {
      width: 50%;
      padding-left: 25px;
    }
  }
  .double-11-campaign .infor-ads .ads-promo-item {
    margin: 20px 0 30px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .infor-ads .ads-promo-item {
      position: absolute;
      margin: 0;
      width: 100px;
      text-align: left;
    }
    .double-11-campaign .infor-ads .ads-promo-item:first-child {
      right: 40%;
      bottom: 0;
    }
    .double-11-campaign .infor-ads .ads-promo-item:nth-child(2) {
      left: 15px;
      top: 15px;
    }
    .double-11-campaign .infor-ads .ads-promo-item:nth-child(3) {
      right: 36%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads .ads-promo-item {
      width: 160px;
    }
    .double-11-campaign .infor-ads .ads-promo-item:first-child {
      right: 46%;
      bottom: 25px;
    }
    .double-11-campaign .infor-ads .ads-promo-item:nth-child(2) {
      left: 30px;
      top: 40px;
    }
    .double-11-campaign .infor-ads .ads-promo-item:nth-child(3) {
      right: 44%;
      top: 30px;
    }
  }
  .double-11-campaign .infor-ads .ads-promo-item .ads-promo-title {
    background: #ff2b55;
    line-height: 30px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .infor-ads .ads-promo-item .ads-promo-title {
      text-align: center;
      line-height: 1.4286rem;
      font-size: 0.929rem;
      margin-bottom: 3px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads .ads-promo-item .ads-promo-title {
      font-size: 1.2143rem;
      line-height: 1.4286rem;
      margin-bottom: 5px;
      line-height: 20px;
      height: 25px;
    }
  }
  .double-11-campaign .infor-ads .ads-promo-item .ads-promo-content {
    margin-bottom: 5px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .infor-ads .ads-promo-item .ads-promo-content {
      font-size: 8px;
      margin-bottom: 3px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads .ads-promo-item .ads-promo-content {
      font-size: 0.929rem;
      margin-bottom: 5px;
    }
  }
  .double-11-campaign .infor-ads .ads-promo-item .mini-text-content {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 0.7143rem;
  }
  @media (min-width: 768px) {
    .double-11-campaign .infor-ads .ads-promo-item .mini-text-content {
      font-size: 6px;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .infor-ads .ads-promo-item .mini-text-content {
      font-size: 9px;
    }
  }
  .double-11-campaign .infor-ads .ads-promo-item .ads-promo-value {
    color: #ff2b55;
  }
  @media (min-width: 768px) {
    .double-11-campaign .infor-ads .ads-promo-item .ads-promo-value {
      font-size: 8px;
      margin-bottom: 3px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads .ads-promo-item .ads-promo-value {
      font-size: 0.929rem;
      margin-bottom: 5px;
    }
  }
  .double-11-campaign .infor-ads .infor-ads-content {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 0.857rem;
    line-height: 1.2143rem;
  }
  @media (min-width: 768px) {
    .double-11-campaign .infor-ads .infor-ads-content {
      width: 40%;
      float: right;
      padding-top: 8%;
      text-align: left;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads .infor-ads-content {
      padding-top: 5%;
      font-size: 1rem;
      line-height: 1.7857rem;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .infor-ads .infor-ads-content {
      font-size: 1.4286rem;
      line-height: 2.1429rem;
    }
  }
  .double-11-campaign .infor-ads .infor-ads-content .infor-ads-title {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 2.0714rem;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads .infor-ads-content .infor-ads-title {
      margin-bottom: 20px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .infor-ads .infor-ads-content .infor-ads-title {
      font-size: 2.8571rem;
    }
  }
  .double-11-campaign .infor-ads .infor-ads-content .infor-ads-title span {
    display: block;
  }
  .double-11-campaign .infor-ads p {
    margin-bottom: 0;
  }
  .double-11-campaign .infor-ads .play-now-button {
    margin: 20px 0 40px;
  }
  @media (min-width: 1200px) {
    .double-11-campaign .infor-ads .play-now-button {
      padding: 0.3rem 3rem;
      margin-top: 55px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .infor-ads .play-now-button {
      min-width: auto;
      width: 100%;
      max-width: 250px;
      padding: 1rem;
      font-size: 1.7857rem;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-infor-ads .section-content {
      top: 41%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-infor-ads .section-content {
      top: 43%;
    }
  }
  .double-11-campaign .campaign-infor-ads picture, .double-11-campaign .campaign-infor-ads .main-img {
    height: 1050px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-infor-ads picture, .double-11-campaign .campaign-infor-ads .main-img {
      height: 435px;
    }
  }
  @media (min-width: 992px) {
    .double-11-campaign .campaign-infor-ads picture, .double-11-campaign .campaign-infor-ads .main-img {
      height: 525px;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-infor-ads picture, .double-11-campaign .campaign-infor-ads .main-img {
      height: 700px;
    }
  }
  @media (min-width: 1920px) {
    .double-11-campaign .campaign-infor-ads picture, .double-11-campaign .campaign-infor-ads .main-img {
      height: 815px;
    }
  }
  .game-section {
    padding: 0 15px;
  }
  .game-section h2, .game-section h3, .game-section p, .game-section a, .game-section button {
    color: #fff;
  }
  .game-section .show-desktop {
    display: none;
  }
  @media (min-width: 992px) {
    .game-section .show-desktop {
      display: block;
    }
  }
  .game-section .show-mobile {
    display: block;
  }
  @media (min-width: 992px) {
    .game-section .show-mobile {
      display: none;
    }
  }
  .game-section .game-wrapper {
    padding: 0 15px;
  }
  @media (min-width: 768px) {
    .game-section .game-wrapper {
      padding: 20px 30px;
    }
  }
  .game-section .game-body {
    position: relative;
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 0;
  }
  @media (min-width: 768px) {
    .game-section .game-body {
      max-width: 768px;
      width: 100%;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-body {
      margin: auto;
      padding-bottom: 2rem;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-body {
      max-width: 1200px;
      padding-top: 50px;
    }
  }
  @media (min-width: 1920px) {
    .game-section .game-body {
      max-width: 1500px;
    }
  }
  .game-section .game-body .game-title {
    position: absolute;
    width: 90%;
    background-color: transparent;
    top: -24px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }
  .game-section .game-body .game-title h2 {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 2rem;
  }
  .game-section .game-main {
    margin: 1rem 0 0;
  }
  @media (min-width: 768px) {
    .game-section .game-main {
      padding: 0 15px;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-main {
      margin: 2rem 0 0;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-main {
      max-width: 650px;
      float: right;
      margin-right: 55px;
    }
  }
  @media (min-width: 1600px) {
    .game-section .game-main {
      margin-right: 45px;
    }
  }
  @media (min-width: 1920px) {
    .game-section .game-main {
      max-width: none;
      margin-left: 50px;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .game-section .game-main {
      min-width: 650px;
    }
  }
  .game-section .game-main .segment {
    padding: 5px;
    position: relative;
  }
  .game-section .game-main .segment.active .overlay-active {
    display: block;
  }
  .game-section .game-main .segment.active .overlay {
    display: none;
  }
  .game-section .game-main .segment.show .overlay-active {
    transform: rotateY(-180deg);
    transition: transform 1500ms ease;
  }
  .game-section .game-main .segment .gift-result, .game-section .game-main .segment .overlay-active {
    display: none;
  }
  .game-section .game-main .segment #coupon-text {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 0.9rem;
    display: none;
    left: 32%;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 0.6rem;
  }
  @media (min-width: 576px) {
    .game-section .game-main .segment #coupon-text {
      left: 28%;
      font-size: 1.25rem;
    }
  }
  @media (min-width: 768px) {
    .game-section .game-main .segment #coupon-text {
      font-size: 9px;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-main .segment #coupon-text {
      font-size: 0.75rem;
      left: 32%;
    }
  }
  @media (min-width: 1400px) {
    .game-section .game-main .segment #coupon-text {
      font-size: 12px;
    }
  }
  @media (min-width: 1920px) {
    .game-section .game-main .segment #coupon-text {
      font-size: 15px;
    }
  }
  .game-section .game-main .segment #discount-text {
    position: absolute;
    top: 53%;
    text-align: left;
    display: none;
    text-transform: uppercase;
    right: 21%;
    width: 3em;
    line-height: 25px;
    font-size: 1rem;
    transform: translateY(-50%);
  }
  @media (min-width: 768px) {
    .game-section .game-main .segment #discount-text {
      line-height: 25px;
      font-size: 14px;
      right: 16%;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-main .segment #discount-text {
      line-height: 25px;
      font-size: 15px;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-main .segment #discount-text {
      right: 50px;
      top: 50%;
      font-size: 17px;
    }
  }
  @media (min-width: 1400px) {
    .game-section .game-main .segment #discount-text {
      right: 35px;
      line-height: 30px;
      font-size: 20px;
      top: 50%;
    }
  }
  @media (min-width: 1920px) {
    .game-section .game-main .segment #discount-text {
      font-size: 25px;
      line-height: 45px;
      right: 60px;
    }
  }
  .game-section .game-main .play-now-section.active .stop-btn {
    display: block;
  }
  .game-section .game-main .play-now-section.active .play-now-btn {
    display: none;
  }
  .game-section .game-main .play-now-section.stop-active .segment-content {
    background-color: #f06464;
  }
  .game-section .game-main .play-now-section.stop-active .stop-btn {
    pointer-events: none;
  }
  .game-section .game-main .play-now-section.play-now-active .segment-content {
    background-color: #f06464;
  }
  .game-section .game-main .play-now-section.play-now-active .play-now-btn {
    pointer-events: none;
  }
  .game-section .game-main .play-now-section .stop-btn {
    display: none;
  }
  .game-section .game-main .play-now-section .play-now-btn {
    display: inline-block;
  }
  @media (min-width: 1200px) {
    .game-section .game-main .play-now-section .play-now-btn {
      min-width: 160px;
      font-size: 1.2857rem;
      padding: 0;
      height: 35px;
      line-height: 32px;
      border: 0;
    }
  }
  @media (min-width: 1400px) {
    .game-section .game-main .play-now-section .play-now-btn {
      min-width: 200px;
    }
  }
  .game-section .game-main .play-now-section .segment-content {
    position: absolute;
    width: 21vw;
    height: 21vw;
    background-color: #d83938;
    border: 3px solid #960300;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @media (min-width: 992px) {
    .game-section .game-main .play-now-section .segment-content {
      width: 80%;
      height: 55%;
      border-radius: 20px;
    }
  }
  .game-section .game-main .play-now-box {
    text-align: center;
    margin-top: 20px;
  }
  @media (min-width: 768px) {
    .game-section .game-main .play-now-box {
      margin-top: 10px;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-main .play-now-box {
      margin-top: 20px;
    }
  }
  .game-section .game-guideline {
    margin-top: 2.5rem;
  }
  .game-section .game-guideline button {
    position: relative;
    width: 100%;
    height: 3rem;
    background-color: #cc3241;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 1.5rem;
  }
  @media (min-width: 768px) {
    .game-section .game-guideline button {
      height: 4rem;
      font-size: 1.5rem;
    }
  }
  .game-section .game-guideline button::before {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    content: '\F0DD';
    position: absolute;
    right: 5%;
    top: 50%;
    height: 1.7857rem;
    font-size: 1.42857rem;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
  }
  @media (min-width: 768px) {
    .game-section .game-guideline button::before {
      height: 2.7857rem;
    }
  }
  .game-section .game-guideline button[aria-expanded=true]::before {
    content: '\F0DE';
    height: 0.7857rem;
  }
  @media (min-width: 768px) {
    .game-section .game-guideline button[aria-expanded=true]::before {
      height: 1rem;
    }
  }
  .game-section .game-guideline #guideline-content {
    margin-top: 1rem;
  }
  .game-section .game-guideline #guideline-content p {
    font-size: 1rem;
    font-family: Gotham-Book !important;
  }
  @media (min-width: 768px) {
    .game-section .game-guideline #guideline-content p {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-guideline-desktop {
      margin: 2rem 0 0;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-guideline-desktop {
      margin: 0;
    }
  }
  @media (min-width: 768px) {
    .game-section .game-guideline-desktop h3 {
      font-size: 1.2857rem;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-guideline-desktop h3 {
      text-transform: uppercase;
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-guideline-desktop h3 {
      text-transform: initial;
      margin-top: 7%;
      font-size: 2rem;
    }
  }
  @media (min-width: 768px) {
    .game-section .game-guideline-desktop p {
      font-size: 8px;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-guideline-desktop p {
      font-size: 0.85rem;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-guideline-desktop p {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 20px;
    }
  }
  .game-section .game-guideline-desktop img {
    position: absolute;
  }
  @media (min-width: 992px) {
    .game-section .game-guideline-desktop img {
      width: 30%;
      right: -8%;
      bottom: 16%;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-guideline-desktop img {
      width: 40%;
      bottom: 7%;
    }
  }
  @media (min-width: 1400px) {
    .game-section .game-guideline-desktop img {
      width: 35%;
      right: -6%;
      bottom: 11%;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-result-section {
      position: static;
    }
  }
  .game-section .game-result {
    position: relative;
    margin-top: 0;
  }
  .game-section .game-result .prize-title {
    font-size: 1.25rem;
    text-align: left;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 768px) {
    .game-section .game-result .prize-title {
      font-size: 1.2857rem;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-result .prize-title {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-result .prize-title {
      font-size: 2rem;
    }
  }
  .game-section .game-result .coupon-code {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 4rem;
    padding: 0;
    border: 1px solid #fff;
    height: 4rem;
  }
  @media (min-width: 768px) {
    .game-section .game-result .coupon-code {
      height: 35px;
      padding: 0;
      font-size: 0.857rem;
      line-height: 35px;
      margin-bottom: 15px;
      background: #c310de;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-result .coupon-code {
      height: 2.5rem;
      font-size: 1.25rem;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-result .coupon-code {
      height: 50px;
      line-height: 50px;
    }
  }
  .game-section .game-result .share-email, .game-section .game-result .copy-coupon {
    display: block;
    margin-top: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875rem;
    width: 100%;
    padding: 0.75rem;
    border: solid 1px #fff;
    pointer-events: none;
  }
  .game-section .game-result .share-email:focus, .game-section .game-result .copy-coupon:focus {
    background-color: #f06464;
  }
  .game-section .game-result .share-email.enable, .game-section .game-result .copy-coupon.enable {
    pointer-events: auto;
  }
  @media (min-width: 768px) {
    .game-section .game-result .share-email, .game-section .game-result .copy-coupon {
      height: 28px;
      line-height: 28px;
      padding: 0;
      font-size: 8px;
      font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
      border-radius: 14px;
      margin-top: 10px;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-result .share-email, .game-section .game-result .copy-coupon {
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      border-radius: 20px;
    }
  }
  .game-section .game-result .copy-coupon.copied::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.72);
    background: transparent;
  }
  .game-section .game-result .copy-coupon.copied::after {
    content: 'Copied!';
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 114px;
    height: 36px;
    text-transform: none;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 3px;
  }
  .game-section .game-info {
    padding-top: 2.5rem;
    width: 13.5rem;
    margin: auto;
  }
  @media (min-width: 768px) {
    .game-section .game-info {
      padding-top: 1rem;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-info {
      padding-top: 1rem;
      width: 12rem;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-info {
      width: 100%;
      padding-top: 25px;
    }
  }
  .game-section .game-info .item {
    text-align: center;
  }
  .game-section .game-info p {
    text-align: center;
    font-size: 1rem;
  }
  @media (min-width: 768px) {
    .game-section .game-info p {
      font-size: 9px;
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-info p {
      font-size: 0.85rem;
    }
  }
  @media (min-width: 1400px) {
    .game-section .game-info p {
      font-size: 1rem;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-info #game-quota {
      font-size: 11px;
      text-align: left;
    }
  }
  .game-section .game-info a {
    text-decoration: underline;
  }
  @media (min-width: 992px) {
    .game-section .game-info a {
      font-size: 0.85rem;
    }
  }
  @media (min-width: 1400px) {
    .game-section .game-info a {
      font-size: 1rem;
    }
  }
  .game-section .social-share {
    padding-top: 2.5rem;
    width: 15.5rem;
    margin: auto;
  }
  @media (min-width: 768px) {
    .game-section .social-share {
      width: 16.5rem;
    }
  }
  @media (min-width: 992px) {
    .game-section .social-share {
      position: absolute;
      width: 12rem;
      left: 3px;
      bottom: 0;
    }
  }
  @media (min-width: 1400px) {
    .game-section .social-share {
      width: 13rem;
      left: 1.25em;
      bottom: 1.25em;
    }
  }
  .game-section .social-share .item-right {
    text-align: right;
  }
  @media (min-width: 992px) {
    .game-section .social-share .item-right {
      text-align: center;
    }
  }
  @media (min-width: 1200px) {
    .game-section .social-share .item-right {
      text-align: left;
    }
  }
  .game-section .social-share .item-left {
    text-align: left;
  }
  @media (min-width: 992px) {
    .game-section .social-share .item-left {
      text-align: center;
    }
  }
  .game-section .social-share img {
    max-width: 50px;
    margin: 1rem 0 2rem;
  }
  @media (min-width: 992px) {
    .game-section .social-share img {
      max-width: 30px;
    }
  }
  @media (min-width: 1400px) {
    .game-section .social-share img {
      max-width: 35px;
    }
  }
  .game-section .social-share p {
    text-align: center;
    font-size: 1rem;
  }
  @media (min-width: 768px) {
    .game-section .social-share p {
      font-size: 1.25rem;
    }
  }
  @media (min-width: 992px) {
    .game-section .social-share p {
      font-size: 0.75rem;
      margin: 0;
    }
  }
  @media (min-width: 1400px) {
    .game-section .social-share p {
      font-size: 1rem;
    }
  }
  .game-section .game-popup {
    width: 96vw;
    position: fixed;
    top: 25%;
    left: 50%;
    background-color: #b010cc;
    border: 5px solid #fff;
    border-radius: 20px;
    display: none;
    z-index: 3;
    transform: translateX(-50%);
  }
  @media (min-width: 768px) {
    .game-section .game-popup.small {
      width: 28rem;
    }
  }
  @media (min-width: 768px) {
    .game-section .game-popup.small .popup-main {
      max-height: 40rem;
    }
  }
  @media (min-width: 992px) {
    .game-section .game-popup {
      width: 60vw;
      top: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .game-section .game-popup .popup-wrapper {
    position: relative;
  }
  .game-section .game-popup .popup-wrapper .btn-close-popup {
    position: absolute;
    right: 10px;
    top: -30px;
    width: 20px;
    height: 20px;
  }
  .game-section .game-popup .popup-wrapper .btn-close-popup::before, .game-section .game-popup .popup-wrapper .btn-close-popup::after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #fff;
  }
  .game-section .game-popup .popup-wrapper .btn-close-popup::before {
    transform: rotate(45deg);
  }
  .game-section .game-popup .popup-wrapper .btn-close-popup::after {
    transform: rotate(-45deg);
  }
  .game-section .game-popup .popup-main {
    padding: 0 20px 0 15px;
    margin: 40px 0 40px 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 60vh;
    position: relative;
    direction: rtl;
    background: #b010cc;
  }
  @media (min-width: 992px) {
    .game-section .game-popup .popup-main {
      max-height: 40vh;
    }
  }
  .game-section .game-popup .popup-main .popup-content {
    direction: ltr;
    display: none;
  }
  .game-section .game-popup .popup-main .popup-content.share-email-popup .form-group {
    margin-bottom: 0;
  }
  .game-section .game-popup .popup-main .popup-content.share-email-popup p {
    width: 100%;
  }
  .game-section .game-popup .popup-main::-webkit-scrollbar {
    width: 10px;
    position: relative;
  }
  .game-section .game-popup .popup-main::-webkit-scrollbar::after {
    position: absolute;
    width: 2px;
    background-color: #fff;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .game-section .game-popup .popup-main::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  .game-section .game-popup .popup-main .game-tnc h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 0.75em;
  }
  .game-section .game-popup .popup-main .game-tnc p {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
  .game-section .game-popup .popup-main .game-result p {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .game-section .game-popup .popup-main .game-result.popup-content p {
    margin-bottom: 0;
  }
  .game-section .game-popup .popup-main .share-email-content {
    min-height: 315px;
    position: relative;
  }
  .game-section .game-popup .popup-main .share-email-content input {
    width: 90%;
    padding: 0 15px;
    height: 3rem;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    outline: none;
    text-align: left;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 2em;
  }
  .game-section .game-popup .popup-main .share-email-content h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  .game-section .game-popup .popup-main .share-email-content p {
    font-size: 1rem;
    color: #fff;
    display: none;
  }
  .game-section .game-popup .popup-main .share-email-content p.error {
    color: #fff;
  }
  .game-section .game-popup .popup-main .share-email-content p.invalid-feedback {
    display: block;
  }
  .game-section .game-popup .popup-main .share-email-content .send-email {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875rem;
    width: 90%;
    padding: 0.75rem;
    border: solid 1px #fff;
    margin-top: 1.5rem;
    cursor: pointer;
    background-color: transparent;
  }
  .game-section .game-popup .popup-main .share-email-content .form-group {
    position: inherit;
  }
  .game-section .mobile-how-to-play button {
    margin-top: 55px;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    background: #b010cc;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: 0;
    border-radius: 15px;
    text-align: left;
    padding: 0 15px;
    position: relative;
  }
  .game-section .mobile-how-to-play button::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-top: 5px;
    float: left;
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .game-section .mobile-how-to-play p {
    padding: 15px;
  }
  .game-section .game-description-mobile {
    font-size: 11px;
    text-align: center;
  }
  .game-section .game-description-mobile p {
    font-family:'nunito-light', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin: 30px 0;
  }
  @media (min-width: 768px) {
    .game-section .game-description-mobile p {
      margin-top: 15px;
      margin-bottom: 0;
    }
  }
  @media (min-width: 1200px) {
    .game-section .game-description-mobile p {
      font-size: 9px;
      margin-top: 20px;
    }
  }
  .game-section .double-11-button {
    min-width: 100px;
  }
  @media (min-width: 768px) {
    .game-section .double-11-button {
      min-width: 85px;
      font-size: 10px;
    }
  }
  @media (min-width: 1200px) {
    .game-section .double-11-button.game-faq, .game-section .double-11-button.game-tnc {
      line-height: 25px;
      font-size: 16px;
      text-decoration: none;
      min-width: 140px;
    }
  }
  .game-section .game-result-mobile {
    margin-top: 0;
  }
  .game-section .game-result-mobile p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 4rem;
    padding: 0;
    background-color: transparent;
    border: 1px solid #fff;
    height: 4rem;
  }
  .game-section .game-result-mobile a {
    border-radius: 17px;
  }
  @media (min-width: 1200px) {
    .game-section .text-left-column {
      padding-left: 50px;
    }
  }
  .overlay-popup {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.5;
    display: none;
  }
  .lucky-game picture, .lucky-game .main-img {
    width: 100%;
    height: 925px;
  }
  @media (min-width: 768px) {
    .lucky-game picture, .lucky-game .main-img {
      height: 415px;
    }
  }
  @media (min-width: 992px) {
    .lucky-game picture, .lucky-game .main-img {
      height: 590px;
    }
  }
  @media (min-width: 1200px) {
    .lucky-game picture, .lucky-game .main-img {
      height: 800px;
    }
  }
  @media (min-width: 1920px) {
    .lucky-game picture, .lucky-game .main-img {
      height: 900px;
    }
  }
  .double-11-campaign {
    margin: 0 -15px;
  }
  .double-11-campaign .double-11-title {
    text-transform: uppercase;
    line-height: 50px;
    padding-right: 15px;
    color: #000;
  }
  @media (min-width: 768px) {
    .double-11-campaign .double-11-title {
      max-width: 30vw;
      font-size: 2vw;
      height: 5vw;
      line-height: 4vw;
    }
  }
  .double-11-campaign .campaign-banner picture, .double-11-campaign .campaign-banner .main-img {
    height: auto;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-offer-section {
      max-width: 40%;
      margin: 0 auto;
    }
  }
  .double-11-campaign .campaign-banner .limited-offer-promotion-message {
    left: -1.5%;
    top: -60%;
    width: 30%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .limited-offer-promotion-message {
      left: -21.5%;
      top: -75%;
      width: 50%;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .campaign-banner .limited-offer-promotion-message {
      width: 45%;
      max-width: none;
    }
  }
  .double-11-campaign .campaign-banner .limited-offer-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    color: #000;
    padding: 0 1vw 0 5vw;
  }
  .double-11-campaign .campaign-banner .countdown {
    width: 40vw;
    margin: 6vw auto auto;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .countdown {
      width: 25vw;
      margin: 5.5vw auto auto;
    }
  }
  .double-11-campaign .campaign-banner .countdown .number {
    font-size: 6vw;
    line-height: 6vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .countdown .number {
      font-size: 4vw;
      line-height: 4vw;
    }
  }
  .double-11-campaign .campaign-banner .countdown .time-title {
    font-size: 1.2vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .countdown .time-title {
      font-size: 1vw;
    }
  }
  .double-11-campaign .campaign-banner .line-process {
    height: 1.8vw;
    width: 85%;
    border-radius: 3px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .line-process {
      height: 1vw;
      border-radius: 0.4vw;
      max-width: none;
    }
  }
  .double-11-campaign .campaign-banner .line-process .process {
    height: 1.8vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .campaign-banner .line-process .process {
      height: 1vw;
    }
  }
  .double-11-campaign .summary-offer picture, .double-11-campaign .summary-offer .main-img {
    height: auto;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .section-content {
      top: 30%;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .summary-offer-content {
      width: 80vw;
      margin: 0 auto;
      max-width: none;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item {
    width: 72vw;
    margin: 0 auto 6vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item {
      width: calc(100% / 3);
      padding: 0 2.5px;
      margin-bottom: 1vw;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item {
      padding: 0 5px;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-promotion {
    top: 6%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-promotion {
      font-size: 1.3vw;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image {
    padding-right: 2vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .order-detail-item-image img {
      height: 13vw;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content {
    padding-top: 4vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content {
      padding-top: 1.5vw;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content h3 {
    text-transform: uppercase;
    font-size: 4.2vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content h3 {
      font-size: 1.5vw;
      margin-bottom: 0;
    }
  }
  @media (min-width: 1200px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content h3 {
      font-size: 1.3vw;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content .offer-detail-description {
    text-transform: uppercase;
    font-size: 2.5vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content .offer-detail-description {
      font-size: 0.9vw;
      font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
      margin-bottom: 0;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content .offer-detail-price {
    font-size: 4.2vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content .offer-detail-price {
      font-size: 1.8vw;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content .from-text {
    font-size: 2.8vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content .from-text {
      font-size: 1vw;
    }
  }
  .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content .double-11-button {
    min-width: 33vw;
    padding: 0;
    line-height: 8vw;
    font-size: 4vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .summary-offer .offer-detail-item .offer-detail-item-box .offer-detail-item-content .double-11-button {
      min-width: 11.5vw;
      padding: 0;
      line-height: 2.5vw;
      font-size: 1.4vw;
    }
  }
  .double-11-campaign .summary-offer .double-11-title {
    margin-top: 20vw;
  }
  .double-11-campaign .add-on-offer-gwp .title-box {
    padding: 0 15px;
    margin-bottom: 10vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-gwp .title-box {
      margin-bottom: 4vw;
    }
  }
  .double-11-campaign .add-on-offer-gwp .add-on-offer-list {
    max-width: 60vw;
    margin: 0 auto;
  }
  .double-11-campaign .add-on-offer-gwp-box {
    position: relative;
    color: #fff;
    max-width: 65vw;
    margin: 0 auto 10vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-gwp-box {
      width: 47%;
      float: left;
      margin: 0 auto 3vw;
    }
    .double-11-campaign .add-on-offer-gwp-box:nth-child(2) {
      float: right;
    }
  }
  .double-11-campaign .add-on-offer-gwp-box .add-on-free-text {
    position: absolute;
    top: -2vw;
    left: -10vw;
    width: 25vw;
    height: 10vw;
    color: #ff2b55;
    background: #fff;
    text-align: center;
    line-height: 10vw;
    border-radius: 3vw;
    font-size: 6vw;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    transform: rotate(-45deg);
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-gwp-box .add-on-free-text {
      width: 8vw;
      height: 3.5vw;
      line-height: 3.5vw;
      font-size: 2vw;
      left: -2.5vw;
      top: -0.5vw;
    }
  }
  .double-11-campaign .add-on-offer-gwp-box .add-on-image {
    width: 45%;
    float: left;
    background: #fff;
  }
  .double-11-campaign .add-on-offer-gwp-box .add-on-image img {
    height: 40vw;
    width: auto;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-gwp-box .add-on-image img {
      height: 17vw;
    }
  }
  .double-11-campaign .add-on-offer-gwp-box .add-on-text {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    text-transform: uppercase;
    width: 55%;
    float: right;
    padding: 10% 0 0 10%;
    height: 40vw;
    border: 4px dashed #fff;
    border-left: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 4vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-gwp-box .add-on-text {
      height: 17vw;
      font-size: 1.7vw;
    }
  }
  .double-11-campaign .add-on-offer-gwp-box .add-on-text span {
    font-size: 2.5vw;
    display: block;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-gwp-box .add-on-text span {
      font-size: 1.2vw;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-big .add-on-offer-gwp-box {
      width: 100%;
    }
  }
  .double-11-campaign .add-on-offer-big .add-on-offer-gwp-box .add-on-image {
    width: 100%;
    text-align: center;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-big .add-on-offer-gwp-box .add-on-image {
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px;
      border-top-right-radius: 0;
      width: 45%;
    }
  }
  .double-11-campaign .add-on-offer-big .add-on-offer-gwp-box .add-on-image img {
    display: inline-block;
    border-radius: 0;
  }
  .double-11-campaign .add-on-offer-big .add-on-offer-gwp-box .add-on-text {
    width: 100%;
    border-left: 4px dashed #fff;
    border-top: 0;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    text-align: center;
    padding: 10% 0;
  }
  @media (min-width: 768px) {
    .double-11-campaign .add-on-offer-big .add-on-offer-gwp-box .add-on-text {
      border-top-right-radius: 25px;
      border-bottom-left-radius: 0;
      width: 55%;
      border-top: 4px dashed #fff;
      border-left: 0;
      padding: 5% 0 0 5%;
      text-align: left;
    }
  }
  .double-11-campaign .product-show-case .section-content {
    top: 45%;
    z-index: 2;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .section-content {
      text-align: center;
    }
  }
  .double-11-campaign .product-show-case:nth-child(2) .section-content {
    top: 40%;
  }
  .double-11-campaign .product-show-case .product-list-section {
    position: relative;
    margin-top: 5vw;
    background: #fff;
    padding: 20px 30px 50px;
    border-radius: 30px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .product-list-section {
      transform: skewX(-15deg);
      width: 65%;
      display: inline-block;
      box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
      padding: 5px 30px 10px;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .product-list-item {
      transform: skewX(15deg);
    }
  }
  .double-11-campaign .product-show-case .product-list-image {
    width: 50%;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .product-list-image {
      width: 37%;
      float: left;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .product-list-content {
      width: 60%;
      float: right;
      text-align: left;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .item-1 .product-list-content {
      margin-top: 5vw;
    }
    .double-11-campaign .product-show-case .item-1 .product-list-image {
      padding-left: 3vw;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .item-2 .product-list-image {
      float: right;
      padding-right: 3vw;
    }
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .item-2 .product-list-content {
      float: left;
      padding-left: 5vw;
    }
  }
  .double-11-campaign .product-show-case .brand-name {
    font-size: 0.857rem;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .brand-name {
      font-size: 1vw;
      margin-bottom: 0.5vw;
    }
  }
  .double-11-campaign .product-show-case .product-item-title {
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    font-size: 5.5vw;
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .product-item-title {
      font-size: 1.8vw;
    }
  }
  .double-11-campaign .product-show-case .product-item-description {
    font-size: 2vw;
    line-height: 4vw;
    padding-bottom: 0;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .product-item-description {
      font-size: 1vw;
      line-height: 1.5vw;
      margin-top: 0;
    }
  }
  .double-11-campaign .product-show-case .product-item-description p {
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .product-item-description p {
      margin-bottom: 1vw;
    }
  }
  .double-11-campaign .product-show-case .form-text {
    font-size: 3vw;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    margin-top: 0;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .form-text {
      font-size: 1vw;
    }
  }
  .double-11-campaign .product-show-case .product-price {
    font-size: 5.5vw;
    font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
    color: #ff2b55;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .product-price {
      font-size: 2.5vw;
    }
  }
  .double-11-campaign .product-show-case .double-11-button {
    margin: 10px 0 15px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .product-show-case .double-11-button {
      margin: 10px 0 15px;
      min-width: 10vw;
      font-size: 1.2vw;
      line-height: 2.5vw;
      padding: 0;
    }
  }
  .double-11-campaign .tnc-section .section-content {
    top: 40%;
  }
  .double-11-campaign .tnc-section .title-box {
    margin-bottom: 5vw;
  }
  @media (min-width: 768px) {
    .double-11-campaign .tnc-section .title-box {
      margin-bottom: 3vw;
    }
  }
  .double-11-campaign .tnc-section .main-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
  }
  @media (min-width: 768px) {
    .double-11-campaign .tnc-section .main-content {
      width: 65%;
      margin: 0 auto;
      box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
    }
  }
  /*header nav-------------------------------*/
  .p-w-r .p-w-r_future {
    /**
  * Use the configured 'mono' font family for elements that
  * are expected to be rendered with a monospace font, falling
  * back to the system monospace stack if there is no configured
  * 'mono' font family.
  */
    /* pre,
  code,
  kbd,
  samp {
    font-family: theme(
      'fontFamily.mono',
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      'Liberation Mono',
      'Courier New',
      monospace
    );
  } */
  }
  /* imported from https://github.com/tailwindlabs/tailwindcss/blob/master/src/plugins/css/preflight.css */
  .p-w-r .p-w-r_future blockquote, .p-w-r .p-w-r_future dl, .p-w-r .p-w-r_future dd, .p-w-r .p-w-r_future h1, .p-w-r .p-w-r_future h2, .p-w-r .p-w-r_future h3, .p-w-r .p-w-r_future h4, .p-w-r .p-w-r_future h5, .p-w-r .p-w-r_future h6, .p-w-r .p-w-r_future hr, .p-w-r .p-w-r_future figure, .p-w-r .p-w-r_future p, .p-w-r .p-w-r_future pre {
    margin: 0;
  }
  .p-w-r .p-w-r_future button {
    background-color: transparent;
    background-image: none;
  }
  /**
  * Work around a Firefox/IE bug where the transparent `button` background
  * results in a loss of the default `button` focus styles.
  */
  .p-w-r .p-w-r_future button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  .p-w-r .p-w-r_future fieldset {
    margin: 0;
    padding: 0;
  }
  .p-w-r .p-w-r_future ol, .p-w-r .p-w-r_future ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .p-w-r .p-w-r_future * {
    font-family: inherit;
    line-height: inherit;
  }
  /**
  * 1. Prevent padding and border from affecting element width.
  *
  *    We used to set this in the html element and inherit from
  *    the parent element for everything else. This caused issues
  *    in shadow-dom-enhanced elements like <details> where the content
  *    is wrapped by a div with box-sizing set to `content-box`.
  *
  *    https://github.com/mozdevs/cssremedy/issues/4
  *
  *
  * 2. Allow adding a border to an element by just adding a border-width.
  *
  *    By default, the way the browser specifies that an element should have no
  *    border is by setting it's border-style to `none` in the user-agent
  *    stylesheet.
  *
  *    In order to easily add borders to elements by just setting the `border-width`
  *    property, we change the default border-style for all elements to `solid`, and
  *    use border-width to hide them instead. This way our `border` utilities only
  *    need to set the `border-width` property instead of the entire `border`
  *    shorthand, making our border utilities much more straightforward to compose.
  *
  *    https://github.com/tailwindcss/tailwindcss/pull/116
  */
  .p-w-r .p-w-r_future *, .p-w-r .p-w-r_future ::before, .p-w-r .p-w-r_future ::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
  }
  /*
  * Ensure horizontal rules are visible by default
  */
  .p-w-r .p-w-r_future hr {
    border-top-width: 1px;
  }
  /**
  * Undo the `border-style: none` reset that Normalize applies to images so that
  * our `border-{width}` utilities have the expected effect.
  *
  * The Normalize reset is unnecessary for us since we default the border-width
  * to 0 on all elements.
  *
  * https://github.com/tailwindcss/tailwindcss/issues/362
  */
  .p-w-r .p-w-r_future img {
    border-style: solid;
  }
  .p-w-r .p-w-r_future textarea {
    resize: vertical;
  }
  .p-w-r .p-w-r_future input::-webkit-input-placeholder, .p-w-r .p-w-r_future textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #707070;
  }
  .p-w-r .p-w-r_future input:-ms-input-placeholder, .p-w-r .p-w-r_future textarea:-ms-input-placeholder {
    opacity: 1;
    color: #707070;
  }
  .p-w-r .p-w-r_future input::placeholder, .p-w-r .p-w-r_future textarea::placeholder {
    opacity: 1;
    color: #707070;
  }
  .p-w-r .p-w-r_future button, .p-w-r .p-w-r_future [role='button'] {
    cursor: pointer;
  }
  .p-w-r .p-w-r_future table {
    border-collapse: collapse;
  }
  .p-w-r .p-w-r_future h1, .p-w-r .p-w-r_future h2, .p-w-r .p-w-r_future h3, .p-w-r .p-w-r_future h4, .p-w-r .p-w-r_future h5, .p-w-r .p-w-r_future h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  /**
  * Reset links to optimize for opt-in styling instead of
  * opt-out.
  */
  .p-w-r .p-w-r_future a {
    color: inherit;
    text-decoration: inherit;
  }
  /**
  * Reset form element properties that are easy to forget to
  * style explicitly so you don't inadvertently introduce
  * styles that deviate from your design system. These styles
  * supplement a partial reset that is already applied by
  * normalize.css.
  */
  .p-w-r .p-w-r_future button, .p-w-r .p-w-r_future input, .p-w-r .p-w-r_future optgroup, .p-w-r .p-w-r_future select, .p-w-r .p-w-r_future textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
  }
  /**
  * Make replaced elements `display: block` by default as that's
  * the behavior you want almost all of the time. Inspired by
  * CSS Remedy, with `svg` added as well.
  *
  * https://github.com/mozdevs/cssremedy/issues/14
  */
  .p-w-r .p-w-r_future img, .p-w-r .p-w-r_future svg, .p-w-r .p-w-r_future video, .p-w-r .p-w-r_future canvas, .p-w-r .p-w-r_future audio, .p-w-r .p-w-r_future iframe, .p-w-r .p-w-r_future embed, .p-w-r .p-w-r_future object {
    display: block;
    vertical-align: middle;
  }
  /**
  * Constrain images and videos to the parent width and preserve
  * their intrinsic aspect ratio.
  *
  * https://github.com/mozdevs/cssremedy/issues/14
  */
  .p-w-r .p-w-r_future img, .p-w-r .p-w-r_future video {
    max-width: 100%;
    height: auto;
  }
  .p-w-r .p-w-r_future .pr-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }
  .p-w-r .p-w-r_future .pr-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  .p-w-r .p-w-r_future .pr-bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }
  .p-w-r .p-w-r_future .hover\:pr-bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }
  .p-w-r .p-w-r_future .pr-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }
  .p-w-r .p-w-r_future .pr-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }
  .p-w-r .p-w-r_future .pr-border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }
  .p-w-r .p-w-r_future .pr-rounded-sm {
    border-radius: 0.125rem;
  }
  .p-w-r .p-w-r_future .pr-border {
    border-width: 1px;
  }
  .p-w-r .p-w-r_future .pr-border-b-2 {
    border-bottom-width: 2px;
  }
  .p-w-r .p-w-r_future .pr-border-t {
    border-top-width: 1px;
  }
  .p-w-r .p-w-r_future .pr-border-l {
    border-left-width: 1px;
  }
  .p-w-r .p-w-r_future .pr-cursor-default {
    cursor: default;
  }
  .p-w-r .p-w-r_future .pr-block {
    display: block;
  }
  .p-w-r .p-w-r_future .pr-flex {
    display: -webkit-flex;
    display: flex;
  }
  .p-w-r .p-w-r_future .pr-flex-col {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .p-w-r .p-w-r_future .pr-items-center {
    -webkit-align-items: center;
    align-items: center;
  }
  .p-w-r .p-w-r_future .pr-self-center {
    -webkit-align-self: center;
    align-self: center;
  }
  .p-w-r .p-w-r_future .pr-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .p-w-r .p-w-r_future .pr-justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-w-r .p-w-r_future .pr-font-medium {
    font-weight: 500;
  }
  .p-w-r .p-w-r_future .pr-font-bold {
    font-weight: 700;
  }
  .p-w-r .p-w-r_future .pr-h-4 {
    height: 1rem;
  }
  .p-w-r .p-w-r_future .pr-h-8 {
    height: 2rem;
  }
  .p-w-r .p-w-r_future .pr-h-40 {
    height: 10rem;
  }
  .p-w-r .p-w-r_future .pr-h-1\/2 {
    height: 50%;
  }
  .p-w-r .p-w-r_future .pr-h-4\/5 {
    height: 80%;
  }
  .p-w-r .p-w-r_future .pr-h-full {
    height: 100%;
  }
  .p-w-r .p-w-r_future .pr-h-screen {
    height: 100vh;
  }
  .p-w-r .p-w-r_future .pr-h-mediaDesktop {
    height: 31rem;
  }
  .p-w-r .p-w-r_future .pr-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .p-w-r .p-w-r_future .pr-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .p-w-r .p-w-r_future .pr-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .p-w-r .p-w-r_future .pr-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-w-r .p-w-r_future .pr-ml-1 {
    margin-left: 0.25rem;
  }
  .p-w-r .p-w-r_future .pr-ml-2 {
    margin-left: 0.5rem;
  }
  .p-w-r .p-w-r_future .pr-mt-4 {
    margin-top: 1rem;
  }
  .p-w-r .p-w-r_future .pr-mt-6 {
    margin-top: 1.5rem;
  }
  .p-w-r .p-w-r_future .pr-mr-6 {
    margin-right: 1.5rem;
  }
  .p-w-r .p-w-r_future .pr-mb-6 {
    margin-bottom: 1.5rem;
  }
  .p-w-r .p-w-r_future .pr-mr-8 {
    margin-right: 2rem;
  }
  .p-w-r .p-w-r_future .pr-mb-8 {
    margin-bottom: 2rem;
  }
  .p-w-r .p-w-r_future .pr-mt-12 {
    margin-top: 3rem;
  }
  .p-w-r .p-w-r_future .pr-object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .p-w-r .p-w-r_future .pr-overflow-auto {
    overflow: auto;
  }
  .p-w-r .p-w-r_future .pr-p-4 {
    padding: 1rem;
  }
  .p-w-r .p-w-r_future .pr-p-8 {
    padding: 2rem;
  }
  .p-w-r .p-w-r_future .pr-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .p-w-r .p-w-r_future .pr-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-w-r .p-w-r_future .pr-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-w-r .p-w-r_future .pr-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-w-r .p-w-r_future .pr-py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .p-w-r .p-w-r_future .pr-pr-0 {
    padding-right: 0px;
  }
  .p-w-r .p-w-r_future .pr-pr-1 {
    padding-right: 0.25rem;
  }
  .p-w-r .p-w-r_future .pr-pl-1 {
    padding-left: 0.25rem;
  }
  .p-w-r .p-w-r_future .pr-pr-2 {
    padding-right: 0.5rem;
  }
  .p-w-r .p-w-r_future .pr-pt-4 {
    padding-top: 1rem;
  }
  .p-w-r .p-w-r_future .pr-pt-6 {
    padding-top: 1.5rem;
  }
  .p-w-r .p-w-r_future .pr-pr-0\.5 {
    padding-right: 0.125rem;
  }
  .p-w-r .p-w-r_future .pr-static {
    position: static;
  }
  .p-w-r .p-w-r_future .pr-fixed {
    position: fixed;
  }
  .p-w-r .p-w-r_future .pr-absolute {
    position: absolute;
  }
  .p-w-r .p-w-r_future .pr-top-0 {
    top: 0px;
  }
  .p-w-r .p-w-r_future .pr-left-0 {
    left: 0px;
  }
  .p-w-r .p-w-r_future .pr-top-3 {
    top: 0.75rem;
  }
  .p-w-r .p-w-r_future .pr-right-3 {
    right: 0.75rem;
  }
  .p-w-r .p-w-r_future .pr-left-3 {
    left: 0.75rem;
  }
  .p-w-r .p-w-r_future .pr-top-1\/4 {
    top: 25%;
  }
  * {
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  }
  * {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  }
  .p-w-r .p-w-r_future .pr-fill-current {
    fill: currentColor;
  }
  .p-w-r .p-w-r_future .pr-stroke-current {
    stroke: currentColor;
  }
  .p-w-r .p-w-r_future .pr-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
  .p-w-r .p-w-r_future .pr-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
  .p-w-r .p-w-r_future .pr-text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
  }
  .p-w-r .p-w-r_future .pr-text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(88, 88, 88, var(--tw-text-opacity));
  }
  .p-w-r .p-w-r_future .pr-text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }
  .p-w-r .p-w-r_future .pr-text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }
  .p-w-r .p-w-r_future .pr-underline {
    text-decoration: underline;
  }
  .p-w-r .p-w-r_future .hover\:pr-underline:hover {
    text-decoration: underline;
  }
  .p-w-r .p-w-r_future .hover\:pr-no-underline:hover {
    text-decoration: none;
  }
  .p-w-r .p-w-r_future .pr-break-all {
    word-break: break-all;
  }
  .p-w-r .p-w-r_future .pr-w-4 {
    width: 1rem;
  }
  .p-w-r .p-w-r_future .pr-w-6 {
    width: 1.5rem;
  }
  .p-w-r .p-w-r_future .pr-w-8 {
    width: 2rem;
  }
  .p-w-r .p-w-r_future .pr-w-40 {
    width: 10rem;
  }
  .p-w-r .p-w-r_future .pr-w-96 {
    width: 24rem;
  }
  .p-w-r .p-w-r_future .pr-w-full {
    width: 100%;
  }
  .p-w-r .p-w-r_future .pr-w-screen {
    width: 100vw;
  }
  .p-w-r .p-w-r_future .pr-z-10 {
    z-index: 10;
  }
  .p-w-r .p-w-r_future .pr-transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .p-w-r .p-w-r_future .pr-rotate-180 {
    --tw-rotate: 180deg;
  }
  @-webkit-keyframes pr-spin {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes pr-spin {
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes pr-ping {
    75%, 100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }
  @keyframes pr-ping {
    75%, 100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }
  @-webkit-keyframes pr-pulse {
    50% {
      opacity: 0.5;
    }
  }
  @keyframes pr-pulse {
    50% {
      opacity: 0.5;
    }
  }
  @-webkit-keyframes pr-bounce {
    0%, 100% {
      -webkit-transform: translateY(-25%);
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
      animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
  }
  @keyframes pr-bounce {
    0%, 100% {
      -webkit-transform: translateY(-25%);
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
      animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
  }
  @media (min-width: 640px) {
    .p-w-r .p-w-r_future .sm\:pr-bg-white {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
    .p-w-r .p-w-r_future .sm\:pr-h-16 {
      height: 4rem;
    }
    .p-w-r .p-w-r_future .sm\:pr-text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .p-w-r .p-w-r_future .sm\:pr-mt-0 {
      margin-top: 0px;
    }
    .p-w-r .p-w-r_future .sm\:pr-mb-0 {
      margin-bottom: 0px;
    }
    .p-w-r .p-w-r_future .sm\:pr-mb-6 {
      margin-bottom: 1.5rem;
    }
    .p-w-r .p-w-r_future .sm\:pr-overflow-auto {
      overflow: auto;
    }
    .p-w-r .p-w-r_future .sm\:pr-top-auto {
      top: auto;
    }
    .p-w-r .p-w-r_future .sm\:pr-w-16 {
      width: 4rem;
    }
    .p-w-r .p-w-r_future .sm\:pr-w-40 {
      width: 10rem;
    }
  }
  @media (min-width: 768px) {
    .p-w-r .p-w-r_future .md\:pr-px-28 {
      padding-left: 7rem;
      padding-right: 7rem;
    }
    .p-w-r .p-w-r_future .md\:pr-right-0 {
      right: 0px;
    }
    .p-w-r .p-w-r_future .md\:pr-left-0 {
      left: 0px;
    }
    .p-w-r .p-w-r_future .md\:pr-w-44 {
      width: 11rem;
    }
    .p-w-r .p-w-r_future .md\:pr-w-mediaDesktop {
      width: 31rem;
    }
  }
  @media (min-width: 1024px) {
    .p-w-r .p-w-r_future .lg\:pr-right-10 {
      right: 2.5rem;
    }
    .p-w-r .p-w-r_future .lg\:pr-left-10 {
      left: 2.5rem;
    }
  }
  @media (min-width: 1280px) {
    .p-w-r .p-w-r_future .xl\:pr-right-32 {
      right: 8rem;
    }
    .p-w-r .p-w-r_future .xl\:pr-left-32 {
      left: 8rem;
    }
  }

  .header-banner .container-fluid {
    padding: 0
  }
  .hash-map {
    padding-bottom: 5px;
  }
  .hash-map picture img {
    width: 100%;
  }
  .header-banner .content {
    padding-right: 0;
  }
  .section-header .slide-up {
    max-height: 200px;
  }
  .section-header .header-banner .close-button {
    top: 15%;
    right: 1.25em;
  }
  .section-header .slide-up.hide {
    max-height: 0;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
  }
  @media (min-width: 768px) {
    .section-header .header-banner .close-button {
      top: 35%;
      right: 2em;
    }
  }
  @media (min-width: 1200px) {
    .section-header .header-banner .close-button {
      top: 40%;
    }
  }