.mv {
  background-color: #B7A5D0;
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
  justify-items: center;
  padding-block: 40px;
  overflow: hidden;
}
@media screen and (width <= 750px) {
  .mv {
    row-gap: 4.5454545455vw;
    padding-block: 6.0606060606vw;
  }
}
.mv .mv-title {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  row-gap: 15px;
  position: relative;
}
@media screen and (width <= 750px) {
  .mv .mv-title {
    row-gap: 2.2727272727vw;
  }
}
@media screen and (width <= 750px) {
  .mv .mv-title .mv-title__head {
    width: 60.4545454545vw;
  }
  .mv .mv-title .mv-title__head img {
    width: 100%;
  }
}
.mv .mv-title .mv-title__bottom {
  padding-block: 0;
}
@media screen and (width <= 750px) {
  .mv .mv-title .mv-title__bottom {
    width: 93.9393939394vw;
  }
  .mv .mv-title .mv-title__bottom img {
    width: 100%;
  }
}
.mv .mv-title .mv-title__swich {
  position: absolute;
  bottom: -18px;
  left: -30px;
}
@media screen and (width <= 750px) {
  .mv .mv-title .mv-title__swich {
    width: 22.8787878788vw;
  }
  .mv .mv-title .mv-title__swich img {
    width: 100%;
  }
}
@media screen and (width <= 750px) {
  .mv .mv-title .mv-title__swich {
    bottom: -2.7272727273vw;
    left: -4.5454545455vw;
  }
}
.mv .mv-title .mv-title__swich::before {
  content: "";
  display: block;
  width: 121px;
  height: 39px;
  background-image: url("/ear-pad/images/suiminbiyou/mv-swich-text.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-animation: scaleFadeLoop 4s infinite ease-in-out;
          animation: scaleFadeLoop 4s infinite ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (width <= 750px) {
  .mv .mv-title .mv-title__swich::before {
    width: 18.3333333333vw;
    height: 5.9090909091vw;
    top: 0;
    left: 2.2727272727vw;
  }
}
.mv .mv-title .mv-title__swich::after {
  content: "";
  display: block;
  border-radius: 27px;
  width: 151px;
  height: 153px;
  background-image: url("/ear-pad/images/suiminbiyou/mv-effect-before.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: scale(0.6) rotate(0deg);
          transform: scale(0.6) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: swicheffect 4s ease-out infinite;
          animation: swicheffect 4s ease-out infinite;
}
@media screen and (width <= 750px) {
  .mv .mv-title .mv-title__swich::after {
    border-radius: 4.0909090909vw;
    width: 22.8787878788vw;
    height: 23.1818181818vw;
    top: 1.9696969697vw;
    left: 0;
  }
}
.mv .mv-image {
  position: relative;
  z-index: 2;
}
.mv .mv-image::before {
  content: "";
  display: block;
  width: 338px;
  height: 72px;
  background-image: url("/ear-pad/images/suiminbiyou/mv-wave.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  right: -140px;
}
@media screen and (width <= 750px) {
  .mv .mv-image::before {
    width: 51.2121212121vw;
    height: 10.9090909091vw;
    top: 1.3636363636vw;
    right: -21.2121212121vw;
  }
}
.mv .mv-image::after {
  content: "";
  display: block;
  width: 338px;
  height: 72px;
  background-image: url("/ear-pad/images/suiminbiyou/mv-wave.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -26px;
  left: -64px;
  z-index: -1;
}
@media screen and (width <= 750px) {
  .mv .mv-image::after {
    width: 51.2121212121vw;
    height: 10.9090909091vw;
    bottom: -3.9393939394vw;
    left: -3.6363636364vw;
  }
}
.mv .mv-image .seal {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-padding-before: 53px;
          padding-block-start: 53px;
  -webkit-padding-after: 49px;
          padding-block-end: 49px;
  padding-inline: 35px;
  position: absolute;
  right: 87px;
  top: 21px;
  z-index: 1;
}
@media screen and (width <= 750px) {
  .mv .mv-image .seal {
    width: 30.303030303vw;
    height: 30.303030303vw;
    border-radius: 15.1515151515vw;
    -webkit-padding-before: 8.0303030303vw;
            padding-block-start: 8.0303030303vw;
    -webkit-padding-after: 7.4242424242vw;
            padding-block-end: 7.4242424242vw;
    padding-inline: 5.303030303vw;
    right: 13.1818181818vw;
    top: 3.1818181818vw;
  }
}
.mv .mv-image .seal::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-image: url("/ear-pad/images/suiminbiyou/sleep-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: seal02 1s ease-in infinite alternate;
          animation: seal02 1s ease-in infinite alternate;
}
@media screen and (width <= 750px) {
  .mv .mv-image .seal::before {
    width: 30.303030303vw;
    height: 30.303030303vw;
    border-radius: 15.1515151515vw;
  }
}
@media screen and (width <= 750px) {
  .mv .mv-point {
    width: 68.7878787879vw;
  }
  .mv .mv-point img {
    width: 100%;
  }
}
.mv .mv__productname {
  font-weight: 700;
  text-align: center;
}
@media screen and (width <= 750px) {
  .mv .mv__productname {
    font-size: 6.0606060606vw;
    line-height: 1.2;
  }
  .mv .mv__productname .u-font-size-set20 {
    font-size: 3.9393939394vw;
  }
  .mv .mv__productname .u-font-size-set15 {
    font-size: 2.8787878788vw;
  }
}

.outline {
  background-color: var(--c-sleep);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.outline::before {
  content: "";
  display: block;
  width: 802px;
  height: 802px;
  background-color: #96D8FF;
  border-radius: 50%;
  position: absolute;
  top: -115px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 0;
}
@media screen and (width <= 750px) {
  .outline::before {
    width: 121.51vw;
    height: 121.51vw;
    top: -8.7878vw;
  }
}
.outline .outline__title {
  width: 100%;
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-margin-after: 114px;
          margin-block-end: 114px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (width > 750px) {
  .outline .outline__title {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }
}
@media screen and (width <= 750px) {
  .outline .outline__title {
    -webkit-padding-before: 9.0909vw;
            padding-block-start: 9.0909vw;
    -webkit-margin-after: 17.2727vw;
            margin-block-end: 17.2727vw;
  }
}
@media screen and (width > 750px) {
  .outline .outline__title h2 {
    width: 65%;
  }
}
@media screen and (width <= 750px) {
  .outline .outline__title h2 {
    width: 93.6%;
  }
}
.outline .outline__title h2 img {
  width: 100%;
}
.outline .outline__title::after {
  content: "";
  display: block;
  background-image: url("/ear-pad/images/suiminbiyou/outline-title-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 87px;
  position: absolute;
  bottom: -87px;
}
@media screen and (width <= 750px) {
  .outline .outline__title::after {
    height: 13.1818181818vw;
    bottom: -13.1818181818vw;
  }
}
.outline .outline__lead {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.outline .outline__timing {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 750px) {
  .outline .outline__timing {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
  .outline .outline__timing img {
    width: 100%;
  }
}
.outline .outline__movie {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
@media screen and (width > 750px) {
  .outline .outline__movie {
    width: 400px;
    height: 400px;
  }
}
@media screen and (width <= 750px) {
  .outline .outline__movie {
    width: calc(100% - 40px);
    aspect-ratio: 1/1;
  }
}
.outline .outline__movie iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.outline .outline__textbox {
  width: 600px;
  margin-inline: auto;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (width <= 750px) {
  .outline .outline__textbox {
    width: calc(100% - 20px);
    padding: 30px;
  }
}

.sleep-product {
  padding-inline: 30px;
  background-color: var(--c-sleep);
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}
@media screen and (width <= 750px) {
  .sleep-product {
    overflow: hidden;
  }
}
.sleep-product .p-review {
  background-color: #fff;
}
.sleep-product .p-product__cart {
  position: relative;
  z-index: 2;
}
.sleep-product .p-product__image {
  position: relative;
  z-index: 2;
}
.sleep-product .p-product__image::before {
  content: "";
  display: block;
  width: 338px;
  height: 72px;
  background-image: url(/ear-pad/images/index/sleep-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  left: -86px;
  z-index: -1;
}
.sleep-product .p-product__image::after {
  content: "";
  display: block;
  width: 338px;
  height: 72px;
  background-image: url(/ear-pad/images/index/sleep-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 20px;
  right: -185px;
  z-index: -1;
}
.appeal {
  padding: 20px 20px 50px 20px;
  background-color: var(--c-pink);
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
}
@media screen and (width <= 750px) {
  .appeal {
    padding-inline: 10px;
  }
}
.appeal .appeal_sec {
  display: -ms-grid;
  display: grid;
}
@media screen and (width > 750px) {
  .appeal .appeal_sec {
    max-width: 620px;
    margin-inline: auto;
  }
}
.appeal .appeal_sec .appeal-content {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
  padding: 30px 30px 50px 30px;
  border-radius: 20px;
}
.appeal .appeal_sec .appeal-content .appeal__image figcaption {
  text-align: end;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}

.about {
  padding: 50px 20px 50px 20px;
  background-color: #96D8FF;
  display: -ms-grid;
  display: grid;
  row-gap: 50px;
}
@media screen and (width <= 750px) {
  .about {
    padding-inline: 10px;
  }
}
.about .howto {
  display: -ms-grid;
  display: grid;
  row-gap: 50px;
  background-color: #FFFAC6;
  border-radius: 20px;
}
@media screen and (width > 750px) {
  .about .howto {
    max-width: 620px;
    margin-inline: auto;
  }
}
.about .howto .howto__title {
  background-color: var(--c-sleep);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  border-radius: 20px 20px 0 0;
}
.about .howto .howto__title h2 {
  -webkit-margin-before: -10px;
          margin-block-start: -10px;
}
@media screen and (width <= 750px) {
  .about .howto .howto__title h2 {
    width: 80%;
  }
}
.about .howto .howto-content {
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
  padding-inline: 30px;
  display: -ms-grid;
  display: grid;
  row-gap: 50px;
}
@media screen and (width <= 750px) {
  .about .howto .howto-content {
    padding-inline: 10px;
  }
}
.about .howto .howto-content .howto__use {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}
.about .howto .howto__image {
  text-align: center;
}
.about .howto .howto__image.yurayura {
  width: 61%;
  margin-inline: auto;
}
.about .howto .howto-content__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
.about .howto .howto-content__textbox .num {
  max-width: 56px;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 750px) {
  .about .howto .howto-content__textbox .num {
    max-width: 8.4848vw;
    width: 8.4848vw;
    height: 8.4848vw;
  }
}
.about .howto .howto-content__textbox .num span {
  display: block;
  font-size: 24px;
  color: #E62285;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (width <= 750px) {
  .about .howto .howto-content__textbox .num span {
    font-size: 3.6363vw;
  }
}
.about .howto .howto-content__textbox p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .howto .howto-point {
  border: 4px solid #50BEFF;
  background-color: #D7EAFF;
  -webkit-padding-before: 152px;
          padding-block-start: 152px;
  -webkit-padding-after: 26px;
          padding-block-end: 26px;
  padding-inline: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 750px) {
  .about .howto .howto-point {
    -webkit-padding-before: 23.0303030303vw;
            padding-block-start: 23.0303030303vw;
    -webkit-padding-after: 3.9393939394vw;
            padding-block-end: 3.9393939394vw;
    padding-inline: 3.0303030303vw;
  }
}
.about .howto .howto-point::before {
  content: "";
  display: block;
  width: 281px;
  height: 70px;
  background-image: url("/ear-pad/images/suiminbiyou/howto-point02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 40px;
  left: -20px;
}
@media screen and (width <= 750px) {
  .about .howto .howto-point::before {
    width: 42.5757vw;
    height: 10.606vw;
    top: 6.0606vw;
    left: -3.0303vw;
  }
}
.about .howto .howto-point::after {
  content: "";
  display: block;
  width: 231px;
  height: 165px;
  background-image: url("/ear-pad/images/suiminbiyou/howto-point01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (width <= 750px) {
  .about .howto .howto-point::after {
    width: 35vw;
    height: 25vw;
  }
}
.about .howto .howto-point .howto-point__images {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
  position: relative;
  width: 479px;
  margin-inline: auto;
}
@media screen and (width <= 750px) {
  .about .howto .howto-point .howto-point__images {
    width: 72.5757575758vw;
    -webkit-margin-after: 4.8484848485vw;
            margin-block-end: 4.8484848485vw;
  }
}
.about .howto .howto-point .howto-point__images .howto-point__bg01 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 53px;
  right: 280px;
  background-image: url("/ear-pad/images/suiminbiyou/howto-point-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: circlemove01 0.8s ease infinite alternate;
          animation: circlemove01 0.8s ease infinite alternate;
}
@media screen and (width <= 750px) {
  .about .howto .howto-point .howto-point__images .howto-point__bg01 {
    width: 4.2424242424vw;
    height: 4.2424242424vw;
    top: 8.0303030303vw;
    right: 42.4242424242vw;
  }
}
.about .howto .howto-point .howto-point__images .howto-point__bg02 {
  position: absolute;
  width: 28px;
  height: 28px;
  bottom: 16px;
  right: 280px;
  background-image: url("/ear-pad/images/suiminbiyou/howto-point-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: circlemove01 0.8s ease infinite alternate;
          animation: circlemove01 0.8s ease infinite alternate;
}
@media screen and (width <= 750px) {
  .about .howto .howto-point .howto-point__images .howto-point__bg02 {
    width: 4.2424242424vw;
    height: 4.2424242424vw;
    bottom: 2.4242424242vw;
    right: 42.4242424242vw;
  }
}
.about .howto .howto-point .howto-point__images .howto-point__line01 {
  position: absolute;
  width: 143px;
  height: 4px;
  background-color: #79BBFF;
  right: 147px;
  top: 66px;
}
@media screen and (width <= 750px) {
  .about .howto .howto-point .howto-point__images .howto-point__line01 {
    width: 21.6666666667vw;
    height: 0.6060606061vw;
    right: 22.2727272727vw;
    top: 10vw;
  }
}
.about .howto .howto-point .howto-point__images .howto-point__line02 {
  position: absolute;
  width: 180px;
  height: 4px;
  background-color: #79BBFF;
  left: 0px;
  bottom: 27px;
}
@media screen and (width <= 750px) {
  .about .howto .howto-point .howto-point__images .howto-point__line02 {
    width: 27.2727272727vw;
    height: 0.6060606061vw;
    bottom: 4.0909090909vw;
  }
}
.about .scene {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
  background-color: var(--c-pink);
  border-radius: 20px;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
  padding-inline: 30px;
}
@media screen and (width > 750px) {
  .about .scene {
    max-width: 620px;
    margin-inline: auto;
  }
}
@media screen and (width <= 750px) {
  .about .scene {
    padding-inline: 10px;
  }
}
.about .scene .scene__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.about .scene .scene__title h2 {
  font-size: 40px;
}
@media screen and (width <= 750px) {
  .about .scene .scene__title h2 {
    font-size: 6.0606vw;
  }
}
.about .scene .scene__image {
  text-align: center;
}
.about .scene .scene__text {
  color: #fff;
}
@media screen and (width > 750px) {
  .about .scene .sleep-detail:hover {
    background-color: var(--c-pink);
  }
}
.about .qa {
  background-color: #FFFAC6;
  border-radius: 20px;
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
}
@media screen and (width > 750px) {
  .about .qa {
    max-width: 620px;
    margin-inline: auto;
  }
}
.about .qa .qa__title {
  background-color: var(--c-sleep);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 20px;
  border-radius: 20px 20px 0 0;
}
.about .qa .qa__title h2 {
  color: #fff;
  font-weight: 700;
}
.about .qa .qa-content {
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
  padding-inline: 30px;
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
}
@media screen and (width <= 750px) {
  .about .qa .qa-content {
    padding-inline: 10px;
  }
}
.about .qa .qa-content__item {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}
.about .qa .qa-content__item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.about .qa .qa-content__item .head .num {
  max-width: 56px;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 750px) {
  .about .qa .qa-content__item .head .num {
    max-width: 8.4848vw;
    width: 8.4848vw;
    height: 8.4848vw;
  }
}
.about .qa .qa-content__item .head .num span {
  display: block;
  font-size: 24px;
  color: #E40683;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (width <= 750px) {
  .about .qa .qa-content__item .head .num span {
    font-size: 3.6363vw;
  }
}
.about .qa .qa-content__item .head p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  line-height: 1.4;
}
.about .qa .other p {
  color: var(--c-main);
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media screen and (width <= 750px) {
  .about .qa .other p {
    font-size: 4.0909vw;
  }
}
.about .qa .other .other-link__body {
  background: #89CA00;
  -webkit-box-shadow: 6px 6px 0px #AC2DE1;
          box-shadow: 6px 6px 0px #AC2DE1;
}
@media screen and (width <= 750px) {
  .about .qa .other .other-link__body {
    -webkit-box-shadow: 0.909vw 0.909vw 0px #AC2DE1;
            box-shadow: 0.909vw 0.909vw 0px #AC2DE1;
  }
}
.about .qa .other .other-link__body::before {
  background-image: url(/ear-pad/images/common/mini-boost.png);
}
.about .qa .other .other-link__body::after {
  background-image: url("/ear-pad/images/common/other-arrow02.svg");
}
.about .qa .other:hover span {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  -webkit-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
}
.about .buy-link .buy-link__body {
  background: #50BEFF;
  -webkit-box-shadow: 6px 6px 0px #FF008F;
          box-shadow: 6px 6px 0px #FF008F;
}
@media screen and (width <= 750px) {
  .about .buy-link .buy-link__body {
    -webkit-box-shadow: 0.909vw 0.909vw 0px #FF008F;
            box-shadow: 0.909vw 0.909vw 0px #FF008F;
  }
}
.about .buy-link .buy-link__body::before {
  background-image: url(/ear-pad/images/common/mini-sleep.png);
}
.about .buy-link .buy-link__body::after {
  background-image: url("/ear-pad/images/common/buy-arrow01.svg");
}
.about .buy-link:hover span {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  -webkit-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
}
/*# sourceMappingURL=suiminbiyou.css.map */