@charset "UTF-8";
@import url("bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("animate.css");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "微軟正黑體"; }
  * a:hover, * a:focus {
    text-decoration: none; outline:inherit;}

html, body {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden; }
section {width: 640px;}
.container {
  max-width: 640px;
}
.modal-content {background: #ef861f;border-radius:0; position: relative;box-shadow: none;
    border: none;}
.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 99;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-footer {text-align: center;}
.modal-footer p {color: #FFF; padding: 0 65px; line-height: 25px;    margin: 0;}
.modal-footer p.tel {color: #000;}
.modal-body {padding: 0;}
.modal-body img {width: 100%;}
.right_btn {
  position: fixed;
  top: 220px;
  right: 3%;
  z-index: 999;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #ee7f13;
  text-align: center;
  padding: 10px 0px;
  z-index: 99; }

.mov_group {
  position: relative;
  background: #ee7f13;
  height: 100vh;
  max-height: 417px;
}
.mov_group > #player {
  width: 100%;
  position: absolute;
  top: 57px;
  color: #fff;
  text-align: center;
}
section#step1{
  position: relative;
  background: #ee7f13;
}
section#step1 .title-block p {
  font-size: 18px;
  color: #FFF;
  padding: 10px 20px;
}
section#step1 .step_01_content {
  padding: 5px 0 10px;
  position: relative;
}
section#step1 .step_01_content > div {display: inline-block;}
section#step1 .step_01_title {
  width: 55%;
  border: 3px solid #FFF;
  padding: 15px;
}
section#step1 .step_01_title h2 {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 100%;
  font-size: 27px;
  padding: 10px 0;
  margin: 15px 0 20px;
  height: 60px;
  text-align: center;
}
section#step1 .step_01_title p {
  color: #FFF;
  font-size: 16px;
}
section#step1 .step_01_title .step_01_more {
  margin: 0 auto;
  display: table;
  background: #000;
  text-align: center;
  border-radius: 6px;
}
section#step1 .step_01_title .step_01_more a {
  color: #FFF;
  padding: 3px 40px;
  font-size: 15px;
  display: block;
}
section#step1 .step_01_description {
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  width: 55%;
}
section#step1 .step_01_img_animate {
  position: absolute;
  top: 0;
  right: 0;
}
section#step2 {
  position: relative;
  display: table;
  /*background: url(../images/step_02_img.jpg) top #ee7f13;
  height: 100vh;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 300;
  position: relative;*/
}
section#step2 > img {width: 100%; position: relative; z-index: -1;}
section#step2 .step_02_price {
  position: absolute;
  bottom: 70px;
  left: 20px;
}
section#step2 .step_02_price h4 {
  font-size: 18px;
  color: #FFF;
  margin: 0 0 5px;
}
section#step2 .step_02_price h4 span {
  font-size: 30px;
}
section#step2 .step_02_price p {
  background: #ee7f13;
  font-size: 16px;
  color: #FFF;
  padding: 2px 10px;
  margin: 0;
  letter-spacing: 1px;
}
section#step2 .step_02_title {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
section#step2 .step_02_title h1 {
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  color: #000;
}
section#step2 .step_02_title h3 {
  margin: 0;
  font-weight: 300;
  font-size: 24px;
  color: #000;
  text-align: right;
  padding-right: 60px;
}
section#step2 .step_02_title h3:last-child {
  text-align: right;
  padding-right: 30px;
}
section#step3 {
  background: #FFF;
  padding-bottom: 25px;
}
section#step3 .title-block h2.heading {
  margin-bottom: 0;
}
section#step3 .container {
  padding: 0 5px;
}
section#step3 .step_03_title:after,
section#step3 .step_03_title:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background: #f3aed2;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#step3 .step_03_title:after {
  right: 40px;
}
section#step3 .step_03_title:before {
  left: 40px;
}
section#step3 .step_03_title {
  display: table;
  margin: 20px auto;
  position: relative;
  width: 100%;
}
section#step3 .step_03_title h3 {
  font-size: 27px;
  font-weight: 500;
  color: #ee7f13;
  margin: 0;
  letter-spacing: 3px;
  border: 2px solid #f3aed2;
  padding: 5px 20px;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  z-index: 99;
}
section#step3 .container p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  padding: 0 60px;
  text-align: center;
}
section#step3 .step_03_content {
  border: 5px solid #ee7f13;
  display: table;
}
section#step3 .step_03_content > div {
  float: left;
}
section#step3 .step_03_content .step_03_content_left {
  border-right: 1px solid #ee7f13;
  position: relative;
}
section#step3 .step_03_content .step_03_content_left .step_03_price {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_top {
  border-bottom: 1px solid #ee7f13;
  position: relative;
}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_top .step_03_price {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_bottom {
  position: relative;
}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_bottom .step_03_price {
  position: absolute;
  bottom: 5px;
  right: 30px;
}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_bottom .step_03_price h4 {
  padding-left: 20px;
}

section#step3 .step_03_price h4 {
  font-size: 18px;
  color: #3e3e3e;
  margin: 0 0 5px;
}
section#step3 .step_03_price h4 span {
  font-size: 30px;
}
section#step3 .step_03_price p {
  background: #ee7f13;
  font-size: 16px;
  color: #FFF;
  padding: 2px 10px;
  margin: 0;
  letter-spacing: 1px;
}

section#step4 {
  position: relative;
  display: table;
  /*background: url(../images/step_04_img.jpg) top #ee7f13;
  height: 100vh;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 300;
  position: relative;*/
}
section#step4 > img {width: 100%; position: relative; z-index: -1;}
section#step4 .step_04_price {
  position: absolute;
  bottom: 120px;
  left: 130px;
}
section#step4 .step_04_price h4 {
  font-size: 18px;
  color: #3e3e3e;
  margin: 0 0 5px;
}
section#step4 .step_04_price h4 span {
  font-size: 30px;
}
section#step4 .step_04_price p {
  background: #ee7f13;
  font-size: 16px;
  color: #FFF;
  padding: 2px 10px;
  margin: 0;
  letter-spacing: 1px;
}
section#step4 .step_04_title {
  position: absolute;
  top: 200px;
  left: 20px;
}
section#step4 .step_04_title h1 {
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  color: #000;
}
section#step4 .step_04_title h3 {
  margin: 0;
  font-weight: 300;
  font-size: 24px;
  color: #000;
  text-align: right;
  padding-right: 80px;
}
section#step4 .step_04_title h3:last-child {
  text-align: left;
  padding-left: 60px;
}

section#step5 {
  background: #FFF;
  padding-bottom: 25px;
}
section#step5 .title-block h2.heading {
  margin-bottom: 0;
}
section#step5 .container {
  padding: 0 5px;
}
section#step5 .step_05_title:after,
section#step5 .step_05_title:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background: #f3aed2;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#step5 .step_05_title:after {
  right: 25px;
}
section#step5 .step_05_title:before {
  left: 25px;
}
section#step5 .step_05_title {
  display: table;
  margin: 20px auto;
  position: relative;
  width: 100%;
}
section#step5 .step_05_title h3 {
  font-size: 27px;
  font-weight: 500;
  color: #ee7f13;
  margin: 0;
  letter-spacing: 3px;
  border: 2px solid #f3aed2;
  padding: 5px 20px;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  z-index: 99;
}
section#step5 .container p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  padding: 0 50px;
  text-align: center;
  margin: 20px 0 30px;
}
section#step5 .step_05_content {
  border: 5px solid #ee7f13;
  display: table;
}
section#step5 .step_05_content > div {
  float: left;
}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_top {
  border-bottom: 1px solid #ee7f13;
  position: relative;
}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_top .step_05_price {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_bottom {
  position: relative;
}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_bottom .step_05_price {
  position: absolute;
  bottom: 5px;
  right: 0px;
}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_bottom .step_05_price h4 {
  padding-left: 25px;
}
section#step5 .step_05_content .step_05_content_right {
  border-left: 1px solid #ee7f13;
  position: relative;
}
section#step5 .step_05_content .step_05_content_right .step_05_price {
  position: absolute;
  bottom: 30px;
  right: 10px;
}
section#step5 .step_05_price h4 {
  font-size: 18px;
  color: #3e3e3e;
  margin: 0 0 5px;
}
section#step5 .step_05_price h4 span {
  font-size: 30px;
}
section#step5 .step_05_price p {
  background: #ee7f13;
  font-size: 16px;
  color: #FFF;
  padding: 2px 10px;
  margin: 0;
  letter-spacing: 1px;
}

section#step6 {
  position: relative;
  display: table;
  /*background: url(../images/step_06_img.jpg) top #ee7f13;
  height: 100vh;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 300;
  position: relative;*/
}
section#step6 > img {width: 100%; position: relative; z-index: -1;}
section#step6 .step_06_price {
  position: absolute;
  bottom: 45px;
  right: 70px;
}
section#step6 .step_06_price h4 {
  font-size: 18px;
  color: #FFF;
  margin: 0 0 5px;
}
section#step6 .step_06_price h4 span {
  font-size: 30px;
}
section#step6 .step_06_price p {
  background: #ee7f13;
  font-size: 16px;
  color: #FFF;
  padding: 2px 10px;
  margin: 0;
  letter-spacing: 1px;
}
section#step6 .step_06_title {
  position: absolute;
  bottom: 155px;
  right: 10px;
}
section#step6 .step_06_title h1 {
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  color: #000;
}
section#step6 .step_06_title h3 {
  margin: 0;
  font-weight: 300;
  font-size: 24px;
  color: #000;
  text-align: right;
  padding-right: 70px;
}
section#step6 .step_06_title h3:last-child {
  text-align: right;
  padding-right: 20px;
}

section#step7 {
  background: #FFF;
  padding-bottom: 25px;
}
section#step7 .title-block h2.heading {
  margin-bottom: 0;
}
section#step7 .container {
  padding: 0 5px;
}
section#step7 .step_07_title:after,
section#step7 .step_07_title:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background: #f3aed2;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#step7 .step_07_title:after {
  right: 25px;
}
section#step7 .step_07_title:before {
  left: 25px;
}
section#step7 .step_07_title {
  display: table;
  margin: 20px auto;
  position: relative;
  width: 100%;
}
section#step7 .step_07_title h3 {
  font-size: 27px;
  font-weight: 500;
  color: #ee7f13;
  margin: 0;
  letter-spacing: 3px;
  border: 2px solid #f3aed2;
  padding: 5px 20px;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  z-index: 99;
}
section#step7 .container p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  padding: 0 50px;
  text-align: center;
  margin: 20px 0 30px;
}
section#step7 .step_07_content {
  border: 5px solid #ee7f13;
  display: table;
  position: relative;
}
section#step7 .step_07_content > * {
  float: left;
}
section#step7 .step_07_content .step_07_content_left {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
section#step7 .step_07_content .step_07_content_left .step_07_price h4 {
  padding-left: 20px;
}
section#step7 .step_07_content .step_07_content_left .step_07_price h5 {
  padding-left: 57px;
}
section#step7 .step_07_content .step_07_content_right .step_07_content_right_top {
  position: absolute;
  top: 40px;
  right: 10px;
}
section#step7 .step_07_content .step_07_content_right .step_07_content_right_bottom {
  position: absolute;
  bottom: 110px;
  right: 5px;
}
section#step7 .step_07_content .step_07_content_right .step_07_content_right_bottom .step_07_price h4 {
  text-align: right;
}
section#step7 .step_07_content .step_07_content_right .step_07_content_right_bottom .step_07_price h5 {
  text-align: right;
}
section#step7 .step_07_price h4 {
  font-size: 18px;
  color: #3e3e3e;
  margin: 0px;
}
section#step7 .step_07_price h4:before {
    content: '特價';
    font-weight: 100;
    margin-right: 5px;
    font-size: 16px;
}
section#step7 .step_07_price h4 span {
  font-size: 30px;
}
section#step7 .step_07_price h5 {
  font-size: 18px;
  color: #3e3e3e;
  margin: 0 0 5px;
}
section#step7 .step_07_price h5 span {
  text-decoration: line-through;
}
section#step7 .step_07_price h5:before {
    content: '原價';
    font-weight: 100;
    margin-right: 5px;
    font-size: 16px;
}
section#step7 .step_07_price p {
  background: #ee7f13;
  font-size: 16px;
  color: #FFF;
  padding: 2px 10px;
  margin: 0;
  letter-spacing: 1px;
  text-align: left;
}

span.highlight {
  color: yellow; }

.text-wrap {
  width: 100%;
  position: absolute;
  top: 57px;
  color: #fff;
  text-align: center; }

.text-block img {
  width: 100%; }

.main-description {
  display: block;
  margin: 0 auto;
  margin-top: 35%;
  width: 85%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);}

.main-description a {position: relative;
  display: table;
  width: 100%;
  height: 100px;}
  .main-description a img{position: absolute; left: 5%; -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(100%);
  -webkit-animation: taging 0.5s infinite alternate;
  animation: taging 0.5s infinite alternate;}
a.join-btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 30px;
  margin-top: 10px;
  color: #fff; }

span.yellow {
  color: #fff000; }

.scroll {
  display: none;
  position:fixed;
  z-index: 9999;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .scroll img {
    width: 100%;
    max-width: 60px;
    -webkit-animation: zooming 0.3s infinite alternate;
    animation: zooming 0.3s infinite alternate; }
.scroll.scrollfixed {display: block;}
section.stops {
  position: relative; background: #ee7f13;}

.title-block {
  text-align: center;
  color: #fff;
  position: relative; }
  .title-block:before, .title-block:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 0px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .title-block:before {
    left: 0; }
  .title-block:after {
    right: 0; }

h2.heading {
  font-weight: 600;
  padding: 0px;
  margin-bottom: -15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  h2.heading:after {
    content: attr(data-title);
    display: block;
    font-size: 70%; }
  h2.heading p {
    margin: 0; }
    h2.heading p span {
      vertical-align: super;
      font-size: 70%; }

.circle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .circle-block .circle {
    border: 1px dashed #000;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    background: #fff; }

.circle-side {
  position: absolute; }

.img-wrap img {
  width: 100%; }

.circle-text {
  position: absolute; }
  .circle-text img {
    position: absolute;
    left: -27px;
    top: 10px;
    width: 25px; }
  .circle-text p {
    font-family: Microsoft JhengHei,PingFangTC-Regular; }

#circle01 .circle {
  width: 45%;
  margin-left: 3%; }

#circle01 .circle-text {
  top: 10%;
  right: 0;
  width: 50%; }

#circle01 .circle-side {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #circle01 .circle-side img {
    width: 35%; }

#circle02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  #circle02 .circle {
    width: 55%;
    margin-top: -20%; }
  #circle02 .circle-text {
    left: 5%;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35%; }

#circle03 .circle {
  width: 70%;
  margin-left: -2%;
  margin-top: -5%; }

#circle03 .circle-text {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25%; }

#circle03 .circle-side {
  width: 100%;
  left: -2%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #circle03 .circle-side img {
    width: 65%; }

#circle04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  #circle04 .circle-side {
    width: 100%;
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #circle04 .circle-side img {
      width: 100%; }
  #circle04 .circle {
    width: 43%;
    margin-top: -18%;
    margin-right: -2%; }
  #circle04 .circle-text {
    left: 8%;
    width: 50%; }

#stop1 {}
  #stop1 .title-block {
    color: #000; }
#stop1 .title-block p {font-size: 18px; color: #FFF;padding: 10px 20px;}
#stop2 {
  position: relative;
  background: url(../images/bg2.jpg);
  height: 100vh;
  /*max-height: 736px;*/
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;}
  #stop2 .title-block {
    background: rgba(255, 255, 255, 0.5);
  }
#stop3 .slides {
  height: 100vh;
}
#stop3 .title-block {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  position: absolute;
  width: 100%;
  z-index: 999;}

#stop3 .slide-img {
  margin-bottom: 0;
  position: absolute;
  z-index: 9;
}
#stop3 .slide-imgb {
  position: absolute;
  z-index: 10;
  width: 35%;
  bottom: 30%;
  left: 10%;
}
#stop3 h3.slide-title {
  position: absolute;
  z-index: 11;
  bottom: 5%;
  left: 15%;
}
#stop3 .slides-item-4 .slide-imgb {
  width: 45%;
}
#stop3 .slides-item-1 .slide-title {
  bottom: 15%;
  left: 0;
}
#stop3 .slides-item-1 .slide-title img {
  width: 90%;
  margin: 0 auto;
}
#stop3 .slides-item-2 .slide-title {
  bottom: 15%;
  left: 0;
}
#stop3 .slides-item-2 .slide-title img {
  width: 80%;
  margin: 0 auto;
}
#stop3 .slides-item-3 .slide-title {
  bottom: 15%;
  left: 0;
}
#stop3 .slides-item-3 .slide-title img {
  width: 85%;
  margin: 0 auto;
}
#stop3 .slides-item-4 .slide-title {
  bottom: 15%;
  left: 0;
}
#stop3 .slides-item-4 .slide-title img {
  width: 80%;
  margin: 0 auto;
}
#stop3 .container {
  padding: 0;
}
#stop3 .owl-nav {
  top: 40%;
}
.slides {
  overflow: hidden;
  padding: 0px;
  position: relative; }

h3.slide-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0; }

.stop2-slider {
  margin: 0px;
  position: relative; }
.slides-top, .slides-bottom {
  position: relative;
}
.slides-top .slide-img{
  margin-bottom: 10%;
}
.txt-01-1 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.txt-01-2 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.owl-carousel .owl-item .txt-01-2 img {
  width: 80%;
}
.owl-item.active .slide-text .txt-01-2 img {
}
.txt-02-1 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.txt-02-2 {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 30px;
  display: block;
}

.owl-carousel .owl-item .txt-02-1 img {
  width: 100%;
}
.owl-item.active .slide-text .txt-02-1 img {
}
.owl-carousel .owl-item .txt-02-2 img {
  width: 70%;
}
.owl-item.active .slide-text .txt-02-2 img {
}

.txt-03-1 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.owl-carousel .owl-item .img-03-1 img {
  margin-top: 25px;
}
.txt-03-2 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 5%;
  display: block;
  width: 40%;
}
.owl-carousel .owl-item .txt-03-2 img {
  width: 100%;
}
.owl-item.active .slide-text .txt-03-2 img {
}
.txt-04-1 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.owl-carousel .owl-item .img-04-1 img {
  margin-top: 25px;
}
.txt-04-2 {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
  display: block;
  width: 55%;
}

.owl-carousel .owl-item .txt-04-1 img {
  width: 100%;
}
.owl-item.active .slide-text .txt-04-1 img {
}
.owl-carousel .owl-item .txt-04-2 img {
  width: 100%;
}
.owl-item.active .slide-text .txt-04-2 img {
}
.owl-item.active .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.slide-img {
  margin-bottom: 5%; }
  .slide-img img {
    display: block;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%); }

.owl-item.active .slide-img img {
  -webkit-animation: showup 1s forwards;
  animation: showup 1s forwards; }
#stop4 .container {background: #ffdaa9;padding: 20px 0;}
a.slide-text {
  color: #fff;
  font-size: 1.5rem;
  position: relative; }
  a.slide-text:hover {
    color: #fff; }
  a.slide-text .gomore {
    text-align: right;
    display: inline-block;
    float: right;
    -webkit-animation: gomore 0.5s infinite alternate;
    animation: gomore 0.5s infinite alternate; }

.owl-nav {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 2rem; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.owl-prev {
  left: 1%; }

.owl-next {
  right: 1%; }

.beautyup {
  min-height: 700px;
  margin-top: -5%;
  height: 100vh;
  position: relative; }
  .beautyup .items {
    position: absolute; }
    .beautyup .items img {
      width: 100%; }
    .beautyup .items#main {
      position: absolute;
      top: 5%;
      right: -10%;
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      width: 85%;
      z-index: 10; }
    .beautyup .items#maybeline {
      top: 15%;
      left: 0;
      width: 45%; }
    .beautyup .items#shiseido {
      left: 0;
      bottom: 40%;
      z-index: 11; }
    .beautyup .items#chanel {
      left: 0;
      top: 35%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30%; }
      .beautyup .items#healingbtn {
        left: 0;
        bottom: 0%;
        z-index: 11;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-animation: knife 0.5s infinite alternate;
        animation: knife 0.5s infinite alternate;}
        .beautyup .items#healingbtn span {
          border: 1px solid #FFF;
          padding: 5px 10px;
          color: #000;
        }

#stop4 {}
  #stop4 .title-block {
    color: #000; }
    #stop4 .title-block:before, #stop4 .title-block:after {
      background: #000; }

.restaurant-title {
  width: 100%;
  text-align: center;
  position: relative; }
  .restaurant-title img {
    width: 80%; }
  .restaurant-title .items {
    position: absolute; }
    .restaurant-title .items img {
      width: 100%; }
    .restaurant-title .items#knife {
      top: 40%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 40%;
      -webkit-animation: knife 0.5s infinite alternate;
      animation: knife 0.5s infinite alternate; }
    .restaurant-title .items#peper {
      top: -5%;
      right: 0;
      width: 30%;
      -webkit-animation: peper 1s infinite alternate;
      animation: peper 1s infinite alternate; }
    .restaurant-title .items#folks {
      bottom: 0;
      right: 0;
      width: 40%;
      -webkit-animation: folk 1.5s infinite alternate;
      animation: folk 1.5s infinite alternate; }

.restaurant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.shop {
  width: calc(90%/2);
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/ }

.shop-img {
  background: #fff;
  position: relative; }
  .shop-img img {
    width: 100%; }

.shop-wrap {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
    background: #e8c290;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4% 5px;
    -webkit-animation: moving 0.5s infinite alternate;
    animation: moving 0.5s infinite alternate;
    width: 23%;}
    .shop-wrap img {width: 100%;}
.shop-name {
  position: relative;
  font-size: 1rem;
  color: #000;
  padding: 5px 0;}

.shop-name span {
  border: 1px solid #000;
  width: 70%;
  display: table;
}
#stop5 {
  text-align: center;
  background: url(../images/bg5.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 70%;
  height: 100vh;}
  #stop5 .title-block {
    color: #000; margin-bottom: 7%;}

.blocker {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  .blocker iframe,
  .blocker object,
  .blocker embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.play-content p {
  line-height: 2;
  font-size: 1.5rem;
  padding: 10px;
  text-align: center; }

.quiz-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #000;
  color: #000;
  margin-top: 55%; }
  .quiz-btn:hover {
    color: #000; }
  .quiz-btn .arrow {
    display: inline-block;
    -webkit-animation: arrow 0.5s infinite alternate;
    animation: arrow 0.5s infinite alternate; }

.symbol {
  text-align: center; }
  .symbol img {
    width: 90%;
    max-width: 363px; }

.faq {
  padding: 40px 60px 0;
  background: #cd394b;}
.faq .faq_content {
  border: 20px solid #FFF;
  padding: 40px 0;
  text-align: center;
}
.faq .faq_content img {
  margin: 30px 0;
}

.faq .faq_content h1 {
  font-size: 72px;
  color: #FFF;
  text-align: center;
  font-weight: 300;
  margin: 0;
  line-height: 70px;
}
.faq .faq_content h1:nth-child(2) {
  color: #ffbc7a;
}
.faq .faq_content .faq_content_text {
  border: 3px solid #ee7f13;
  margin: 20px;
  text-align: center;
  padding: 10px 0;
}
.faq .faq_content .faq_content_text p {
  font-size: 18px;
  color: #FFF;
  margin: 0;
}
.faq .faq_content .faq_content_text p span {
  font-size: 24px;
  color: #ffbc7a;
}
.faq .faq_content .faq_content_title {
  display: table;
  background: #FFF;
  padding: 6px 105px;
  margin: 50px auto 0;
  position: relative;
  font-size: 18px;
}
.faq .faq_content .faq_content_title a {color: #333;}
.faq .faq_content .faq_content_title a:hover {color: #cd394b;}
.faq .faq_content .faq_content_title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  border-color: #FFF transparent transparent transparent;
  border-style: solid solid solid solid;
  border-width: 37px 20px 0px 0px;
  height: 0px;
  width: 0px;
  background: #cd394b;
}
.precautions {
  padding: 0 30px;
}
.precautions ul {border: 1px solid #FFF; padding: 15px 20px 25px; display: table; width: 100%; text-align: center; list-style: none;}
.precautions ul li {font-size: 16px; color: #FFF; font-weight: 100;
    line-height: 25px;}
footer {
  margin-top: -2px;
  padding: 10px 0px 0;
  background: #cd394b; }
footer > .container {background: #323232;}
ul.links {
  padding-left: 0;
  list-style: none;
  text-align: center; }
  ul.links li {
    display: inline-block; }
    ul.links li:after {
      content: "";
      width: 2px;
      height: 20px;
      display: inline-block;
      margin: 0px 10px;
      background: #ffffff;
      vertical-align: middle; }
  ul.links li:last-child:after {
    content: none; }

.copyright {
  color: #fff;
  text-align: center;
  margin-bottom: 3%; }

.navbar {
  position: fixed;
  width: 100%;
  max-width: 640px;
  -webkit-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.3);
  bottom: -10%;
  height: 40px;
  text-align: center;
  z-index: 999;
  background: rgba(231, 166, 62, 0.7); }
  .navbar.menufixed {
    bottom: 0; }

.sln {
  display: inline-block;
  width: calc(80%/5); }
  .sln.active {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }

ul#menu {
  padding: 0;
  margin-top: 0%; }

@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes knife {
  0% {
    top: 40%; }
  100% {
    top: 35%; } }

@keyframes knife {
  0% {
    top: 40%; }
  100% {
    top: 35%; } }

@-webkit-keyframes peper {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@keyframes peper {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@-webkit-keyframes folk {
  0% {
    right: 0%; }
  100% {
    right: -5%; } }

@keyframes folk {
  0% {
    right: 0%; }
  100% {
    right: -5%; } }

@-webkit-keyframes taging {
  0% {
    top: 30%; }
  100% {
    top: 40%; } }

@keyframes taging {
  0% {
    top: 30%; }
  100% {
    top: 40%; } }

@-webkit-keyframes moving {
  0% {
    bottom: 0px; }
  100% {
    bottom: 5px; } }

@keyframes moving {
  0% {
    bottom: 0px; }
  100% {
    bottom: 5px; } }

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  100% {
    -webkit-transform: translate(10px);
    transform: translate(10px); } }

@keyframes arrow {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  100% {
    -webkit-transform: translate(10px);
    transform: translate(10px); } }

@-webkit-keyframes gomore {
  0% {
    margin-right: 0%; }
  100% {
    margin-right: 3%; } }

@keyframes gomore {
  0% {
    margin-right: 0%; }
  100% {
    margin-right: 3%; } }

@media screen and (max-width: 1024px) {
  .main-description {margin-top: 75%;}
  #stop5 {max-height: 950px;}
  #stop2 {max-height: 1000px;}
  .beautyup .items#shiseido {top: 45%;}
  .beautyup .items#healingbtn {bottom: 25%;}
  #stop3 .slides {max-height: 1136px;}
}
@media screen and (max-width: 420px) {
  .mov_group {max-height: 290px;}
  .mov_group iframe {height: 233px;}
  .right_btn {bottom: 180px; top: initial;}
  section {width: 100%;}
  .modal-footer p {padding: 0 15px;}
  .play-content p {font-size: 1.3rem;
    padding: 0px 10px;}
  #stop5 {background-position: center 30%;}
  .shop-wrap {padding: 6% 5px; width: 28%;}
  #stop3 .slide-imgb {width: 45%;}
  #stop3 .slides-item-4 .slide-imgb {width: 55%;}
  .main-description {margin-top: 40%;}
  .text-wrap {top: 10%;}
  .text-block img {
    width: 70%;}
  .beautyup .items#main {
    width: 100%;
    right: -20%; }
  .beautyup .items#chanel {
      top: 30%; }
  .quiz-btn {
  margin-top: 60%; }
  .beautyup .items#healingbtn {bottom: 0;}
.right_btn {right: 0; text-align: right;}
.right_btn img {width: 70%;}
h2.heading img {width: 100%; padding: 0 15px;}
.step_01_banner img {width: 100%;}
section#step1 .step_01_title h2 {
    font-size: 15px;
    height: 45px;
    margin: 0px 0;
}
section#step1 .step_01_title p {
    color: #FFF;
    font-size: 13px;
}
section#step1 .step_01_title .step_01_more a {
    color: #FFF;
    padding: 3px 40px;
    font-size: 13px;
    display: block;
}
section#step1 .step_01_description {width: 100%;}
section#step1 .step_01_img_animate {top: 20px;}
section#step2 .step_02_title {position: absolute; bottom: 150px; right: 0px; text-align: right;}
section#step2 .step_02_title img {width: 85%; padding-right: 20px;}
section#step2 .step_02_title h1 {font-size: 28px; padding-right: 30px;}
section#step2 .step_02_title h3 {font-size: 18px;}
section#step2 .step_02_price h4 {font-size: 14px;}
section#step2 .step_02_price h4 span {font-size: 20px;}
section#step2 .step_02_price p {font-size: 14px;}
section#step4 .step_04_title img {width: 85%;}
section#step4 .step_04_title h1 {font-size: 28px; text-align: center;}
section#step4 .step_04_title h3 {font-size: 18px;}
section#step4 .step_04_price h4 {font-size: 14px;}
section#step4 .step_04_price h4 span {font-size: 20px;}
section#step4 .step_04_price p {font-size: 14px;}
section#step6 .step_06_title img {width: 85%;}
section#step6 .step_06_title h1 {font-size: 28px; text-align: center;}
section#step6 .step_06_title h3 {font-size: 18px;}
section#step6 .step_06_price h4 {font-size: 14px;}
section#step6 .step_06_price h4 span {font-size: 20px;}
section#step6 .step_06_price p {font-size: 14px;}
section#step2 .step_02_price {bottom: 20px;}
section#step3 .step_03_title:after, section#step3 .step_03_title:before,
section#step7 .step_07_title:after, section#step7 .step_07_title:before {width: 20%;}
section#step5 .step_05_title:after, section#step5 .step_05_title:before {width: 20%;}
section#step5 .step_05_title:before {left: 4px;}
section#step3 .step_03_title:before,
section#step7 .step_07_title:before {
    left: 2px;
}
section#step5 .step_05_title:after {right: 4px;}
section#step3 .step_03_title:after,
section#step7 .step_07_title:after {
    right: 2px;
}
section#step3 .container p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding: 0 10px;
    text-align: center;
}
section#step5 .container p {padding: 0 7px;font-size: 14px;}
section#step3 .step_03_content .step_03_content_left,
section#step3 .step_03_content .step_03_content_right {width: 50%;}
section#step3 .step_03_content .step_03_content_left img,
section#step3 .step_03_content .step_03_content_right img {width: 100%;}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_bottom {
    position: relative;
    height: 161px;
}
section#step3 .step_03_price h4 span {font-size: 26px;}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_top {
    border-bottom: 1px solid #ee7f13;
    position: relative;
    height: 161px;
}
section#step3 .step_03_content .step_03_price p {color: #FFF;padding: 0 7px;}
section#step3 .step_03_content .step_03_content_left .step_03_price {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_top .step_03_price {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_bottom .step_03_price {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
}
section#step3 .step_03_content .step_03_content_right .step_03_content_right_bottom .step_03_price h4 {
    padding-right: 5px;
    text-align: right;
}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_top .step_05_price {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
}
section#step5 .step_05_content > div {width: 50%;}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_top,
section#step5 .step_05_content .step_05_content_left .step_05_content_left_bottom {min-height: 161px;}
section#step5 .step_05_content > div img {width: 100%;}
section#step5 .step_05_price p {
    background: #ee7f13;
    font-size: 14px;
    color: #FFF;
    padding: 2px 5px;
    margin: 0;
    letter-spacing: 0;
}
section#step5 .step_05_price h4 span {font-size: 26px;}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_bottom .step_05_price {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    text-align: right;
}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_bottom .step_05_price h4 {padding-right: 10px;}
section#step5 .step_05_content .step_05_content_right .step_05_price {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    text-align: center;
}
section#step4 {background-position: 40%;}
section#step4 .step_04_title {top: 160px; left: initial; right: 0;}
section#step4 .step_04_title h3:last-child {text-align: right; padding-right: 60px; padding-left: initial;}
section#step4 .step_04_price {bottom: 20px; left: 60px;}
section#step6 {background-position: left;}
section#step6 .step_06_price {left: 10px; right: initial; bottom: 105px;}
section#step6 .step_06_title {bottom: 115px; right: 10px;}
section#step7 .step_07_content > img {width: 100%;}
section#step7 .step_07_content .step_07_content_left {
    position: absolute;
    bottom: -1px;
    left: -1px;
}
section#step7 .step_07_price p {
    background: #ee7f13;
    font-size: 14px;
    color: #FFF;
    padding: 0px 7px;
    margin: 0;
    letter-spacing: 0;
    text-align: left;
}
section#step7 .step_07_content .step_07_content_right .step_07_content_right_top {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
}
section#step7 .step_07_price h4 span {font-size: 18px;}
section#step7 .step_07_price h4:before {font-size: 14px;}
section#step7 .step_07_content .step_07_content_left .step_07_price h4 {padding-left: 10px;}
section#step7 .step_07_price h5 span {font-size: 16px;}
section#step7 .step_07_price h5:before {font-size: 14px;}
section#step7 .step_07_content .step_07_content_left .step_07_price h5 {padding-left: 17px;}
section#step7 .step_07_content .step_07_content_right .step_07_content_right_top img {
  width: 70%
}
section#step7 .container p {
    padding: 0 7px;
}
section#step7 .step_07_content .step_07_content_right .step_07_content_right_bottom {bottom: 90px;}
.faq {
    padding: 40px 10px 0;
    background: #cd394b;
}
.faq .faq_content h1 {
    font-size: 50px;
    line-height: 48px;
}
.faq .faq_content .faq_content_text p {
    font-size: 14px;
    color: #FFF;
    margin: 0;
}
.faq .faq_content .faq_content_title {padding: 6px 45px;}
.faq .faq_content .faq_content_title:after {right: -20px; background: transparent;}
.precautions {
    padding: 0 10px;
}
.precautions ul {
    border: 1px solid #FFF;
    padding: 15px 10px 25px;
    display: table;
    width: 100%;
    text-align: center;
    list-style: none;
}
.precautions ul li {
    font-size: 13px;
}
.faq .faq_content .faq_content_text p span {
    font-size: 15px;
    color: #ffbc7a;
}
.step_01_img_animate {width: 50%;}
.step_01_img_animate img {width: 48%;}
}

@media screen and (max-width: 414px) {
  #stop5 {background-position: center 45%;}
}
@media screen and (max-width: 412px) {
  #stop5 {background-position: center 70%;}
}
@media screen and (max-width: 411px) {
  #stop5 {background-position: center 30%;}
  #stop2 {
      max-height: 750px;
  }
  #stop3 .slides {
      max-height: 730px;
  }
}
@media screen and (max-width: 375px) {
  .beautyup {
    min-height: 615px; }
    .beautyup .items#chanel {
      top: 30%; }
    #stop5 {
        background-position: center 50%;
    }
    section#step3 .step_03_content .step_03_content_right .step_03_content_right_bottom {
        position: relative;
        height: 145px;
    }
    section#step3 .step_03_content .step_03_content_right .step_03_content_right_top {
    border-bottom: 1px solid #ee7f13;
    position: relative;
    height: 145px;
}
.faq .faq_content img {
    margin: 30px 0;
    width: 100%;
    padding: 0 20px;
}
  .mov_group {max-height: 268px;}
  .mov_group iframe {height: 211px;}
  .right_btn {bottom: 120px;}
section#step1 .title-block p {font-size: 16px;}
section#step1 .container {padding: 0 10px;}
section#step1 .step_01_title {padding: 15px 10px;}
section#step1 .step_01_title h2 {font-size: 14px;}
section#step1 .step_01_img_animate {top: 25px;}
section#step2 .step_02_title {bottom: 135px;}
section#step3 .step_03_title h3 {font-size: 23px;}
section#step3 .step_03_title:after, section#step3 .step_03_title:before {width: 20%;}
section#step3 .step_03_content .step_03_price p {font-size: 12px;}
section#step4 .step_04_title {top: 135px;}
section#step4 .step_04_price {left: 20px;}
section#step5 .step_05_title h3 {font-size: 23px;}
section#step5 .step_05_title:after, section#step5 .step_05_title:before {width: 20%;}
section#step6 .step_06_price {left: 10px; bottom: 80px;}
section#step6 .step_06_title {bottom: 90px;}
section#step7 .step_07_title h3 {font-size: 23px;}
section#step7 .step_07_title:after, section#step7 .step_07_title:before {width: 20%;}
section#step5 .step_05_price p {font-size: 12px;}
section#step5 .step_05_price h4 {font-size: 16px;}
section#step5 .step_05_price h4 span {font-size: 22px;}
section#step5 .step_05_content .step_05_content_right {padding: 16px 0;}
section#step7 .step_07_content {padding-bottom: 10px;}
.faq .faq_content .faq_content_title {padding: 6px 40px;}
}

@media screen and (max-width: 360px) {
  section#step5 .step_05_content .step_05_content_right {padding: 22px 0;}
  section#step3 .step_03_content .step_03_content_left {padding: 6px 0;}

}
@media screen and (max-width: 320px) {
  .text-block > .container > img {
    width: 50%;
    margin-top: 10px;
  }
  .beautyup {
    min-height: 530px; }
  .main-description {margin-top: 55%;}
  .shop {
    margin: 4px; }
  #stop5 {
    background-position: center 50%;}
  .play-content p {
      font-size: 1rem;}

.mov_group {max-height: 237px;}
.mov_group iframe {height: 180px;}
.right_btn {bottom: 120px; top: initial;}
section#step1 .title-block p {padding: 10px;font-size: 14px;}
section#step1 .step_01_title h2,
section#step1 .step_01_title p,
section#step1 .step_01_title .step_01_more a,
section#step1 .step_01_description {font-size: 12px;}
section#step1 .step_01_img_animate {top: 40px;}
section#step2 .step_02_title {right: 0;bottom: 95px;}
section#step2 .step_02_title > img {width: 80%; margin: 0 auto; display: table;}
section#step2 .step_02_title h1 {text-align: right;}
section#step2 .step_02_price {left: 10px; bottom: 10px;}
section#step2 .step_02_title h3 {padding-right: 10px;}
section#step2 .step_02_title h3:last-child {padding-right: 10px;}
section#step3 .step_03_title h3 {font-size: 18px;}
section#step5 .step_05_title h3 {font-size: 18px;}
section#step7 .step_07_title h3 {font-size: 18px;}
section#step3 .step_03_content .step_03_content_left {padding: 22.5px 0;}
section#step3 .step_03_price h4 span {font-size: 20px;}
section#step3 .step_03_content .step_03_price p {padding: 0 4px; font-size: 12px}
section#step4 .step_04_title {left: 0;top: 115px;}
section#step4 .step_04_title > img {width: 80%; margin: 0 auto; display: table;}
section#step4 .step_04_title h1 {text-align: right; padding-right: 20px;}
section#step4 .step_04_title h3 {padding-right: 40px;}
section#step4 .step_04_title h3:last-child {padding-right: 20px;}
section#step4 .step_04_price {left: 10px; bottom: 10px;}
section#step5 .step_05_price p {padding: 0; letter-spacing: -1px;}
section#step5 .step_05_content .step_05_content_left .step_05_content_left_top,
section#step5 .step_05_content .step_05_content_left .step_05_content_left_bottom {min-height: 138.5px;}
section#step6 .step_06_title {right: 0;bottom: 80px;}
section#step6 .step_06_title h1 {text-align: right; padding-right: 20px;}
section#step6 .step_06_title > img {width: 80%; margin: 0 auto; display: table; margin-right: 25px;}
section#step6 .step_06_price {left: 10px; bottom: 60px;}
section#step7 .container p {font-size: 14px;}
section#step7 .step_07_content {padding-bottom: 20px;}
.faq .faq_content {border: 15px solid #FFF;}
.faq .faq_content .faq_content_title {padding: 6px 20px;}
.faq .faq_content .faq_content_title {font-size: 15px;}
.faq .faq_content .faq_content_title:after {border-width: 33px 20px 0px 0px;}
.faq .faq_content .faq_content_text {margin: 20px 10px;}
}

@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {
    .main-description {
        margin-top: 75%;
    }
    #stop2 {
        max-height: 666px;
    }
    .beautyup .items#healingbtn {
        bottom: 20%;
    }
    #stop3 .slides {
        max-height: 666px;
    }
    #stop5 {
        max-height: 690px;
    }
    }
