body {
  background-color: #fffbf0;
  text-align: center;
}
p,
dd {
  font-size: 1.25em;
}
div#container {
  margin: 0 auto;
  padding: 0;
}
h1 {
  padding: 0;
  margin: 0;
}

.order_block001 {
  width: 980px;
  height: 703px;
  background: url(../img/offer01.jpg) no-repeat;
  position: relative;
  margin: 0px;
}
.order_block001_a8 {
  background: url(../img/item001_long_a8.jpg) no-repeat;
  width: 980px;
  height: 703px;
  position: relative;
  margin: 0px;
}

.order_block002 {
  background: url(../img/item002_long.jpg) no-repeat;
  width: 980px;
  height: 703px;
  position: relative;
  margin: 75px 0px;
}
.order_block002_a8 {
  background: url(../img/item002_long_a8.jpg) no-repeat;
  width: 980px;
  height: 703px;
  position: relative;
  margin: 75px 0px;
}

.order_block003 {
  background: url(../img/item002_long.jpg) no-repeat;
  width: 980px;
  height: 703px;
  position: relative;
  margin: 0 0 30px;
}

.order_block003_a8 {
  background: url(../img/item002_long_a8.jpg) no-repeat;
  width: 980px;
  height: 703px;
  position: relative;
  margin: 0 0 30px;
}

.order_block001_a8,
.order_block002_a8,
.order_block003_a8 {
  margin: 0;
}

.btn001 {
  position: absolute;
  left: 52px;
  top: 510px;
}

.worry {
  margin: 0px 0 0 0;
}
.worry_bottom {
  margin: 0 0 75px 0;
}
#res {
  margin: 0;
}
#feeling {
  margin: 0 0 0px 0;
}
.secret {
  margin: 0;
}
.berry {
  margin: 0;
}
.arrow {
  margin: 0 0 80px 0;
}

.text_image {
  margin: 60px 0;
}
.arrow {
  margin: 0 0 75px 0;
}
#push {
  margin: 0;
}
#voice {
  margin: 0;
}
.discprition {
  margin: 0;
}

#lutein {
  margin: 0;
}
#astin {
  margin: 0;
}
.grosso {
  margin: 0;
}

.voice_bg {
  background-color: #f0faeb;
}
.voice2 {
  margin: 100px 0 0 0;
}
.sapuri {
  margin: 80px 0;
}

.btn_warp {
  position: relative;
}

.btn1 {
  position: absolute;
  top: 58%;
  left: 4.5%;
  width: 91%;
}

heightp.attend {
  font-size: 0.8em;
  text-align: left;
}

img {
  width: 100%;
  max-width: 100%;
}

.slider {
  overflow: hidden;
  padding: 32px 24px;
  width: 100%;
  background: url(../img/faq_bg.jpg) no-repeat;
  background-size: cover;
}

.swiper {
  overflow: visible !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -20px !important;
  right: auto !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -20px !important;
  left: auto !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -26px !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background: #5c2372 !important;
}

.btnshine {
  position: relative;
  display: inline-block !important;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.btnshine::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  animation: shine 2s;
  animation-iteration-count: infinite;
}

.shake {
  display: block;
  animation: 4s shake ease-in-out infinite;
}

.shake:hover img {
  opacity: 1 !important;
}

@keyframes shine {
  50% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shake {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  4% {
    transform: scale(0.95, 0.9) translate(0, 4%);
  }
  8% {
    transform: scale(1.05, 1.1) translate(0, 0);
  }
  12% {
    transform: scale(0.95, 0.9) translate(0, 2%);
  }
  16% {
    transform: scale(1, 1) translate(0, 0);
  }
}
