/*	----------	*/
.washlet-3d {
  font-family: Poppins, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 115%;
  display: block;
  position: relative;
}
.washlet-3d p {
  margin: 0;
  padding: 0;
}
.washlet-3d p + p {
  margin-top: 20px;
}
@media (min-width: 320px) {
  .washlet-3d .nowrap, .washlet-3d .nobreak,
.washlet-3d .no-wrap, .washlet-3d .no-break {
    white-space: nowrap;
  }
}
.washlet-3d .is-hidden {
  display: none !important;
}
.washlet-3d__stage {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: hidden;
}
.washlet-3d .ratio {
  display: block;
  position: relative;
}
.washlet-3d .ratio--header {
  display: block;
  position: relative;
  padding: 0 0 40% 0;
  min-height: 340px;
}
.washlet-3d .ratio--1-1 {
  padding: 0 0 100% 0;
}
.washlet-3d .ratio--2-1 {
  padding: 0 0 50% 0;
}
.washlet-3d .ratio--3-1 {
  padding: 0 0 33.3333333% 0;
}
.washlet-3d .ratio--4-3 {
  padding: 0 0 75% 0;
}
.washlet-3d .ratio--16-9 {
  padding: 0 0 56.25% 0;
}
.washlet-3d .ratio__inner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.washlet-3d .ratio__inner > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.washlet-3d .ratio__inner.oversize {
  left: 50%;
  width: 2000px;
}
.washlet-3d .ratio__inner.oversize .centered {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 0 0 -1000px;
}
.washlet-3d__canvas {
  display: block;
  position: relative;
  height: 100%;
  max-height: 600px;
  width: auto;
  margin: 0 auto;
  background: #000;
}
.washlet-3d__headline {
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 10px;
}
.washlet-3d__headline .h1 {
  font-size: 16px;
  line-height: 112.5%;
  font-weight: 600;
  text-transform: uppercase;
  color: #0088bb;
  margin: 20px 0 5px 0;
}
@media (min-width: 640px) {
  .washlet-3d__headline .h1 {
    font-size: 20px;
    line-height: 115%;
    margin: 20px 0 5px 0;
  }
}
@media (min-width: 850px) {
  .washlet-3d__headline .h1 {
    font-size: 30px;
    line-height: 115%;
    margin: 25px 0 10px 0;
  }
}
.washlet-3d__headline .h2 {
  font-size: 12px;
  line-height: 115%;
  font-weight: 400;
  color: #fff;
  margin: 5px 0 5px 0;
}
@media (min-width: 640px) {
  .washlet-3d__headline .h2 {
    font-size: 15px;
    line-height: 115%;
    margin: 5px 0 5px 0;
  }
}
@media (min-width: 850px) {
  .washlet-3d__headline .h2 {
    font-size: 20px;
    line-height: 115%;
    margin: 10px 0 20px 0;
  }
}
.washlet-3d__headline span {
  font-size: inherit;
}
.washlet-3d .layer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  padding: 20px 40px 0 40px;
  z-index: 100;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.washlet-3d .layer .ratioXX__inner {
  overflow: hidden;
}
@media (min-width: 640px) {
  .washlet-3d .layer--1x {
    margin-left: 10%;
    align-self: flex-start;
  }
}
@media (min-width: 640px) {
  .washlet-3d .layer--3x .layer__content--left {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .washlet-3d .layer--10x {
    margin-left: 5%;
    align-self: flex-start;
  }
}
.washlet-3d .layer__area {
  display: block;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  max-width: 540px;
  position: relative;
  color: #fff;
  background: #1a1a40;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.5);
  cursor: default;
}
@media (min-width: 640px) {
  .washlet-3d .layer__area {
    width: 80%;
  }
}
.washlet-3d .layer--besides {
  display: block;
  max-width: 280px;
  flex-direction: row;
  flex-wrap: no-wrap;
}
@media (min-width: 640px) {
  .washlet-3d .layer--besides {
    display: flex;
    max-width: 640px;
  }
}
.washlet-3d .layer__content--left {
  display: block;
  position: relative;
  flex: 1 1 30%;
}
.washlet-3d .layer__content--right {
  display: block;
  position: relative;
  flex: 2 1 70%;
}
.washlet-3d .layer__header {
  font-size: 18px;
  line-height: 115%;
  font-weight: 600;
  padding: 10px 40px 10px 20px;
  text-transform: uppercase;
  overflow: hidden;
}
@media (min-width: 640px) {
  .washlet-3d .layer__header {
    font-size: 22px;
  }
}
.washlet-3d .layer__header .btn-close {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 8px;
  background: #0088bb;
  border-radius: 20px;
  cursor: pointer;
}
.washlet-3d .layer__header .btn-close::before {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 4px;
  left: 5px;
  top: 9px;
}
.washlet-3d .layer__image {
  background: #fff;
  min-height: 40px;
  position: relative;
}
.washlet-3d .layer__body {
  padding: 10px 20px 20px 20px;
  line-height: 150%;
}
.washlet-3d .layer p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.washlet-3d .width-auto {
  width: 100%;
  height: auto;
}
.washlet-3d #wh1 {
  opacity: 0;
}
