@charset "UTF-8";
/*RWD*/
/* Global CSS*/
/*#9b7b4d;*/
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Times New Roman", Times, "NSimSun", serif;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

nav {
  top: 0;
}

.pageContent {
  position: relative;
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  margin: 100px auto 0;
  z-index: 0;
  padding:0;
  background: url(../images/guide-bg.jpg) 0 0 repeat;
}
@media screen and (max-width: 1100px) {
  .pageContent {
    margin: 50px auto 0px;
  }
}
@media screen and (max-width: 780px) {
  .pageContent {
    background: white;
  }
}

.mainContent {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 0 0 70px 0;
}
.mainContent .frame img {
  display: table;
  margin: 0 auto;
  max-width: 100%;
}
.mainContent h1 {
  font-size: 5.5em;
  letter-spacing: 30px;
  text-align: center;
  margin: 50px auto 25px;
  font-weight: 600;
}
.mainContent h1 span {
  color: #b28850;
  font-size: 20px;
  display: block;
  letter-spacing: 12px;
  padding: 15px 0 0;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  .mainContent {
    padding: 0;
  }
  .mainContent h1 {
    letter-spacing: 10px;
    font-size: 40px;
  }
  .mainContent h1 span {
    letter-spacing: 4px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .mainContent h1 {
    letter-spacing: 10px;
    font-size: 30px;
    margin: 20px auto;
  }
  .mainContent h1 span {
    letter-spacing: 2px;
  }
}

.stepContent {
  border-top: 1px solid #c79f62;
  position: relative;
}
.stepContent h2 {
  font-size: 4em;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px auto 25px;
  width: 300px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.stepContent h2 span {
  font-size: 20px;
  display: block;
  letter-spacing: 12px;
  border-top: 1px solid #000;
  padding: 8px 0;
}
.stepContent .frame img {
  display: table;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .stepContent {
    border-top: none;
  }
  .stepContent h2 {
    margin: 0 auto;
    font-size: 3.5em;
  }
  .stepContent h2 span {
    border: none;
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 480px) {
  .stepContent h2 {
    font-size: 24px;
  }
  .stepContent h2 span {
    font-size: 14px;
    letter-spacing: 5px;
  }
}

.subMenu {
  position: absolute;
  right: 160px;
  top: 50%;
  width: 210px;
  text-align: right;
  z-index: 10;
}
.subMenu li {
  color: #a0a0a0;
  line-height: 32px;
  font-size: 13px;
  letter-spacing: 1.2px;

}
.subMenu li a {
  color: inherit;
}
.subMenu li a:after {
  content: ' ＜ ';
  color: #c79f62;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .subMenu li a:after {
    content: none;
  }
}
.subMenu li a:before {
  content: ' ＞ ';
  color: #c79f62;
  font-weight: bold;
}
@media screen and (min-width: 780px) {
  .subMenu li a:before {
    content: none;
  }
}
.subMenu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .subMenu li a:hover {
    text-decoration: none;
  }
}
.subMenu li a:active {
  background: #f9f9f9;
}
.subMenu li:nth-child(1) {
  /*
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  */
  animation: move 1s 1s;
  -webkit-animation: move 1s 1s;
}
.subMenu li:nth-child(2) {
  /*
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  */
  animation: move 1s 1.2s;
  -webkit-animation: move 1s 1.2s;
}
.subMenu li:nth-child(3) {
  /*
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  */
  animation: move 1s 1.4s;
  -webkit-animation: move 1s 1.4s;
}
.subMenu li:nth-child(4) {
  /*
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  */
  animation: move 1s 1.6s;
  -webkit-animation: move 1s 1.6s;
}
.subMenu li:nth-child(5) {
  /*
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  */
  animation: move 1s 1.8s;
  -webkit-animation: move 1s 1.8s;
}
.subMenu li:nth-child(6) {
  /*
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  */
  animation: move 1s 2s;
  -webkit-animation: move 1s 2s;
  
}
@media screen and (max-width: 780px) {
  .subMenu {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    text-align: left;
    border-top: 1px solid #eee2d0;
    margin-bottom: 10%;
  }
  .subMenu li {
    width: 100%;
    font-size: 24px;
    color: black;
    border-bottom: 1px solid #eee2d0;
  }
  .subMenu li a {
    width: 100%;
    padding: 4% 8%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .subMenu li {
    font-size: 16px;
  }
}

.whiteBg {
  background: white;
  width: 100%;
  overflow: hidden;
}
.whiteBg:before {
  content: '';
  position: absolute;
  left: calc( 50% - 210px);
  width: 405px;
  height: 800px;
  z-index: 1;
  top: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 48%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 48%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 48%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.whiteBg .step4-bg {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 0;
  max-width: inherit;
}
@media screen and (max-width: 780px) {
  .whiteBg {
    width: 100%;
    overflow: hidden;
  }
  .whiteBg:before {
    content: none;
  }
  .whiteBg .step4-bg {
    position: absolute;
    top: inherit;
    bottom: 0;
    z-index: 0;
    max-width: inherit;
    opacity: 0.2;
    background: #f9f9f9;
  }
}

.brownBg {
  height: 590px;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 0;
  width: 0;
  border-left: 99vw solid #b28850;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
}
@media screen and (max-width: 1100px) {
  .brownBg {
    display: none;
  }
}

.frame {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 780px) {
  .frame {
    display: none;
  }
}

.frameStep {
  z-index: 10;
  position: relative;
  background: url(../images/guide-frame.png) center 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 67vw;
  max-height: 719px;
}
@media screen and (max-width: 780px) {
  .frameStep {
    background: #f9f9f9;
    margin: 0 0 10%;
    padding: 8%;
    height: auto;
    max-height: inherit;
  }
}

.aniBlock {
  position: absolute;
  top: 130px;
  left: calc( 50% - 288px);
  max-height: 365px;
  max-width: 586px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 56%;
  height: 34vw;
}
@media screen and (max-width: 1100px) {
  .aniBlock {
    top: 18%;
    left: 22.2vw;
  }
}
@media screen and (max-width: 768px) {
  .aniBlock {
    left: 22.1vw;
  }
}
@media screen and (max-width: 780px) {
  .aniBlock {
    width: 100%;
    height: 100%;
    position: relative;
    top: 8px;
    left: 0;
    max-width: inherit;
  }
}

.nextStep-btn {
  border: 3px solid black;
  width: 55px;
  height: 55px;
  left: 50%;
  margin-left: -27px;
  position: absolute;
  bottom: 30px;
  animation: floatDown 2s infinite;
  -webkit-animation: floatDown 2s infinite;
  cursor: pointer;
  z-index: 11;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
}
.nextStep-btn img {
  display: table;
  margin: 20px auto;
  max-width: 80%;
}
@media screen and (max-width: 780px) {
  .nextStep-btn {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .nextStep-btn {
    width: 35px;
    height: 35px;
    margin-left: -17px;
  }
  .nextStep-btn img {
    margin: 8px auto 0;
  }
}

.storeInfo {
  z-index: 2;
  position: relative;
  width: 365px;
  margin: 50px auto 0;
}
.storeInfo h3 {
  font-size: 15px;
  padding-bottom: 8px;
  color: black;
}
.storeInfo li {
  font-size: 13px;
  color: #707070;
  letter-spacing: 0.8px;
  line-height: 24px;
  position: relative;
}
.storeInfo li:nth-child(2):before {
  content: " ";
  background: url(../images/addressIcon.png) 0 0 no-repeat;
  width: 10px;
  height: 15px;
  left: -15px;
  position: absolute;
  top: 5px;
}
.storeInfo li:nth-child(3):before {
  content: " ";
  background: url(../images/phoneIcon.png) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  left: -16px;
  position: absolute;
  top: 7px;
}
.storeInfo li a {
  color: inherit;
}
.storeInfo li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .storeInfo {
    margin: 20px auto 0;
    width: 100%;
    padding: 0 8%;
  }
}

.questionLast {
  width: 100%;
  max-width: 370px;
  height: 80px;
  margin: 50px auto;
  z-index: 5;
  position: relative;
  text-align: center;
}
.questionLast:after {
  content: '';
  width: 100%;
  max-width: 370px;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 4;
  position: absolute;
  top: 5px;
  left: 0;
}
.questionLast a {
  display: block;
  width: 100%;
  padding: 20px;
  background: black;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
.questionLast img {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.questionLast span {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 16px;
  letter-spacing: 1.2px;
  margin-left: 8px;
}
@media screen and (max-width: 480px) {
  .questionLast {
    margin: 20px auto 0;
    width: 100%;
  }
}

.question {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 100;
}
@media screen and (max-width: 780px) {
  .question {
    display: none;
  }
}
.question:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 132px 80px 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  content: '';
}
.question:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 132px 80px 0;
  border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 0;
  content: '';
}

.question span {
  color: white;
  width: 70px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 78px;
  line-height: 22px;
  z-index: 2;
}
.question span:before {
  content: '';
  background: url(../images/question.png) 0 0 no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -30px;
  top: calc( 50% - 12px);
}

.questionM {
  position: fixed;
  top: 180px;
  right: 20px;
  z-index: 100;
}
.questionM img {
  width: 100%;
  height: auto;
  max-width: 80%;
  background: white;
  border-radius: 40px;
}
@media screen and (min-width: 780px) {
  .questionM {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .questionM {
    width: 50px;
  }
}

/*訂購婚戒*/
.orderRing {
  background: transparent;
  max-width: 1100px;
  margin: 0 auto;
}
.orderRing h2 {
  font-size: 1.8em;
  width: 50%;
  height: 80px;
}
.orderRing h2 span {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.orderRing li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 2%;
  position: relative;
}
.orderRing li:after {
  content: '';
  position: absolute;
  right: -15%;
  top: 65%;
  background: url(../images/nextOrderStep.png) 0 0 no-repeat;
  width: 46px;
  height: 52px;
}
.orderRing li .frame {
  width: 100%;
  height: 200px;
  max-width: 200px;
  border: 5px solid black;
  margin: auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.orderRing li .aniBlock2 {
  width: 100%;
  height: 190px;
  max-width: 200px;
  border: 4px solid white;
  margin: auto;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 0%, white 97%);
  background: -webkit-linear-gradient(top, #ebebeb 0%, white 97%);
  background: linear-gradient(to bottom, #ebebeb 0%, white 97%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
}
@media screen and (max-width: 1100px) {
  .orderRing li {
    width: 40%;
  }
}
@media screen and (max-width: 780px) {
  .orderRing li {
    width: 100%;
    margin: 8% 0 12%;
  }
  .orderRing li:after {
    right: 50%;
    margin-right: -23px;
    top: 105%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .orderRing li .frame {
    display: block;
    max-width: 280px;
    height: 280px;
  }
  .orderRing li .aniBlock2 {
    height: 270px;
    max-width: 280px;
  }
}
.orderRing li:last-child:after {
  content: none;
}

p {
  font-size: 13px;
  color: #999;
  width: 100%;
  max-width: 900px;
  margin: 10px auto 20px;
  text-align: justify;
}
@media screen and (max-width: 1100px) {
  p {
    padding: 0 5%;
    color: #464646;
    line-height: 1.5;
    margin: 10px auto;
  }
}

.diamonds {
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .diamonds {
    display: none;
  }
}
/*動畫區*/
@media screen and (max-width: 580px) {
  canvas {
    width: 100% !important;
    height: auto !important;
  }
}

#step3 .aniBlock {
  background: url(../images/reserve-step03.jpg) 0 0 no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  top: 70px;
  max-height: 445px;
  background-size: contain;
}
#step3 .aniBlock .hand {
  bottom: calc(50% - 4vw);
  left: calc(50% - 2vw);
}
@media screen and (max-width: 1100px) {
  #step3 .aniBlock {
    height: 41.5vw;
    top: 10%;
  }
  #step3 .aniBlock .hand {
    left: calc(50% - 8vw);
  }
}
@media screen and (max-width: 780px) {
  #step3 .aniBlock {
    background: url(../images/reserve-step03-m.jpg) center top no-repeat;
    width: 100%;
    display: block;
    height: 599px;
    max-height: inherit;
  }
  #step3 .aniBlock .hand {
    bottom: 3vw;
    left: calc(50% + 12vw);
  }
}

.hand {
  position: absolute;
  animation: floatDown 1.5s infinite;
  -webkit-animation: floatDown 1.5s infinite;
}
@media screen and (max-width: 780px) {
  .hand {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
}

.buttonStep {
  background: black;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-top: -20px;
  position: relative;
}
.buttonStep:before {
  content: '';
  width: 92%;
  height: 60%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  top: 10%;
  left: 4%;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(229, 229, 229, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(229, 229, 229, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#00e5e5e5',GradientType=0 );
}
.buttonStep a {
  color: #b28850;
  display: block;
  font-size: 18px;
  position: relative;
}
.buttonStep .btn-hand {
  position: absolute;
  bottom: -25px;
  right: -5px;
  background: url(../images/hand.png) 0 0 no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.stepContent .orderRing .frame img {
  margin: 0;
}

.orderRing #step1 .step1-d1 {
  position: absolute;
  top: 130px;
  left: 35px;
}
.orderRing #step1 .step1-d2 {
  position: absolute;
  top: 125px;
  left: 110px;
}
.orderRing #step1 .step1-d3 {
  position: absolute;
  top: 65px;
  left: 125px;
}
.orderRing #step1 .step1-d4 {
  position: absolute;
  top: 10px;
  left: 65px;
}
.orderRing #step1 .step1-d5 {
  position: absolute;
  top: 65px;
  left: 10px;
}
.orderRing #step1 .step1-d6 {
  position: absolute;
  top: 65px;
  left: 70px;
}
.orderRing #step1 img {
  /*animation: fadeIn 1s 3;
  -webkit-animation: fadeIn 1s 3;*/
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
.orderRing #step1 .step1-d1 {
  animation: fadeIn 1s linear 0.4s 3 normal;
  -webkit-animation: fadeIn 1s linear 0.4s 3 normal;
  /*animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;*/
}
.orderRing #step1 .step1-d2 {
  animation: fadeIn 1s linear 0.8s 3 normal;
  -webkit-animation: fadeIn 1s linear 0.8s 3 normal;
  /*animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;*/
}
.orderRing #step1 .step1-d3 {
  animation: fadeIn 1s linear 1.2s 3 normal;
  -webkit-animation: fadeIn 1s linear 1.2s 3 normal;
  /*animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;*/
}
.orderRing #step1 .step1-d4 {
  animation: fadeIn 1s linear 1.6s 3 normal;
  -webkit-animation: fadeIn 1s linear 1.6s 3 normal;
  /*animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;*/
}
.orderRing #step1 .step1-d5 {
  animation: fadeIn 1s linear 2s 3 normal;
  -webkit-animation: fadeIn 1s linear 2s 3 normal;
  /*animation-delay: 2s;
  -webkit-animation-delay: 2s;*/
}
.orderRing #step1 .step1-d6 {
  animation: fadeIn 1s linear 2.4s 3 normal;
  -webkit-animation: fadeIn 1s linear 2.4s 3 normal;
  /*animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;*/
}
@media screen and (max-width: 780px) {
  .orderRing #step1 .step1-d1 {
    top: 70%;
    left: 20%;
  }
  .orderRing #step1 .step1-d2 {
    top: 75%;
    left: 55%;
  }
  .orderRing #step1 .step1-d3 {
    top: 35%;
    left: 70%;
  }
  .orderRing #step1 .step1-d4 {
    top: 10%;
    left: 40%;
  }
  .orderRing #step1 .step1-d5 {
    top: 35%;
    left: 10%;
  }
  .orderRing #step1 .step1-d6 {
    top: 40%;
    left: 42%;
  }
}
.orderRing #step2 img {
  animation: scaleBig 1s 3;
  -webkit-animation: scaleBig 1s 3;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.orderRing #step2 .step2-d1 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.orderRing #step2 .step2-d2 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.orderRing #step2 .step2-d3 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.orderRing #step3 img {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
.orderRing #step3 img:first-child {
  position: absolute;
  top: 28px;
  left: 16px;
  animation: measure3 2s linear 0.4s 2 normal;
  -webkit-animation: measure3 2s linear 0.4s 2 normal;
  /*animation: measure3 2s 2 0.4s;
  -webkit-animation: measure3 2s 2 0.4s;*/
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.orderRing #step3 img:nth-child(2) {
  position: absolute;
  top: 19px;
  width: 25px;
  height: auto;
  left: 105px;
  opacity: 1;
  animation: measure 2s linear 0.2s 2 normal;
  -webkit-animation: measure 2s linear 0.2s 2 normal;
  /*animation: measure 2s 2 0.2s;
  -webkit-animation: measure 2s 2 0.2s;*/
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.orderRing #step3 img:nth-child(3) {
  position: absolute;
  top: 107px;
  left: 90px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    animation: measure2 2s linear 1s 2 normal;
  -webkit-animation: measure2 2s linear 1s 2 normal;
  /*animation: measure2 2s 2 1s;
  -webkit-animation: measure2 2s 2 1s;*/
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.orderRing #step3 .aniBlock2 span {
  font-size: 30px;
  color: #b28850;
  position: absolute;
  top: 55px;
  left: 140px;
  animation: scaleBig 1s 3;
  -webkit-animation: scaleBig 1s 3;
  display: none;
}
@media screen and (max-width: 780px) {
  .orderRing #step3 img:first-child {
    top: 17%;
    left: 19%;
    width: 110px;
  }
  .orderRing #step3 img:nth-child(2) {
    top: 15%;
    left: 55%;
    height:auto;
  }
  .orderRing #step3 img:nth-child(3) {
    top: 58%;
    left: 56%;
  }
}
.orderRing #step4 img {
  animation: scaleBig 1s 3;
  -webkit-animation: scaleBig 1s 3;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.orderRing #step5 img {
  animation: scaleBig 1s 3;
  -webkit-animation: scaleBig 1s 3;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.orderRing #step5 .step5-card1 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.orderRing #step5 .step5-card2 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.orderRing #step5 .aniBlock2 span {
  font-size: 20px;
  color: #b28850;
  margin: 0 5px;
}
.orderRing #step6 img {
  animation: scaleBig 1s 3;
  -webkit-animation: scaleBig 1s 3;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

@keyframes floatDown {
  0% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
  }
  50% {
    transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
  }
}
@-webkit-keyframes floatDown {
  0% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
  }
  50% {
    transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
  }
}
@keyframes floatDownHand {
  0% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
  60% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
}
@-webkit-keyframes floatDownHand {
  0% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
  60% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    -ms-transform: translate(0, 10px); 
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
}
@-webkit-keyframes move {
  0% {
    transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -webkit-transform:translate(80%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes move {
  0% {
    transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -webkit-transform:translate(80%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes measure {
  10% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-120%, 150%);
    -ms-transform: translate(-120%, 150%);
    -webkit-transform: translate(-120%, 150%);
    opacity: 1;
  }
  100% {
    transform: translate(-120%, 150%);
    -ms-transform: translate(-120%, 150%);
    -webkit-transform: translate(-120%, 150%);
    opacity: 1;
  }
}
@keyframes measure {
  10% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-120%, 150%);
    -ms-transform: translate(-120%, 150%);
    -webkit-transform: translate(-120%, 150%);
    opacity: 1;
  }
  100% {
    transform: translate(-120%, 150%);
    -ms-transform: translate(-120%, 150%);
    -webkit-transform: translate(-120%, 150%);
    opacity: 1;
  }
}
@-webkit-keyframes measure2 {
  10% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-60%, -140%);
    -ms-transform: translate(-60%, -140%);
    -webkit-transform: translate(-60%, -140%);
    opacity: 1;
  }
  100% {
    transform: translate(-60%, -140%);
    -ms-transform: translate(-60%, -140%);
    -webkit-transform: translate(-60%, -140%);
    opacity: 1;
  }
}
@keyframes measure2 {
  10% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-60%, -140%);
    -ms-transform: translate(-60%, -140%);
    -webkit-transform: translate(-60%, -140%);
    opacity: 1;
  }
  100% {
    transform: translate(-60%, -140%);
    -ms-transform: translate(-60%, -140%);
    -webkit-transform: translate(-60%, -140%);
    opacity: 1;
  }
}
@-webkit-keyframes measure3 {
  10% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
}
@keyframes measure3 {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  50% {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  50% {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
/*# sourceMappingURL=guide.css.map */
