@charset "UTF-8";
/*default setting start*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0px;
  padding: 0px;
}

.scroll {
  overflow-y: hidden;
}

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

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", arial, "新細明體", sans-serif;
  font-size: 16px;
  color: #321106;
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.transition-effect {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:active,
a:focus {
  color: #6a3906;
  outline: 0;
  width: 100%;
}

a:focus {
  text-decoration: none;
}

button {
  outline: none;
}

.pci {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.mi {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

[data-aos=translate_up] {
  transform: translateY(-900%);
}

[data-aos=translate_up].aos-animate {
  transform: translateY(0%);
}

[data-aos=orign-fade] {
  opacity: 0;
}

[data-aos=orign-fade].aos-animate {
  opacity: 1;
}

[data-aos=rotate] {
  transform: rotate(0deg);
}

[data-aos=rotate].aos-animate {
  transform: rotate(-360deg);
}

[data-aos=run-circle9] {
  background-position: 0%;
}

[data-aos=run-circle9].aos-animate {
  background-position: -800%;
}

[data-aos=run-circle8] {
  background-position: 0%;
}

[data-aos=run-circle8].aos-animate {
  background-position: -700%;
}

.background1 {
  position: relative;
  width: 100%;
  background-image: url("../images/background1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-bottom: 50%;
}
.background1 .header {
  width: 83.33%;
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 99;
  left: 10.42%;
}
.background1 .header .hamburger {
  position: absolute;
  z-index: 1000000;
}
.background1 .header .hamburger div {
  position: relative;
  width: 35px;
  height: 35px;
}
.background1 .header .hamburger div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/hamburger_icon.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.1s linear;
}
.background1 .header .hamburger div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  opacity: 0;
  transform: rotate(90deg);
  transition: transform 0.1s linear, opacity 0.1s linear;
}
.background1 .header .hamburger.open div:before {
  opacity: 0;
}
.background1 .header .hamburger.open div:after {
  opacity: 1;
  transform: rotate(0deg);
}
.background1 .header .header_container {
  position: relative;
  height: 100%;
  display: flex;
  padding-left: 3.5%;
  align-items: center;
  padding-bottom: 2.7%;
  padding-top: 0.9%;
  background-image: url("../images/header_containter.png");
  width: 88%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.background1 .header .header_container .mobile-header {
  width: 12.5%;
  position: relative;
}
.background1 .header .header_container .mobile-header img {
  min-height: 18px;
}
.background1 .header .header_container .menu {
  width: 100%;
}
.background1 .header .header_container .menu .menu-list {
  display: flex;
  height: 100%;
  /* justify-content: space-around; */
  padding-left: 32.39%;
  align-items: center;
}
.background1 .header .header_container .menu .menu-list .l1 {
  width: 16.5%;
  /* margin-right: 10px; */
  cursor: pointer;
}
.background1 .header .header_container .menu .menu-list .l2 {
  width: 13.04%;
  cursor: pointer;
}
.background1 .header .header_container .menu .menu-list .l3 {
  width: 9.69%;
  cursor: pointer;
}
.background1 .header .header_container .menu .menu-list .l4 {
  width: 16.5%;
  cursor: pointer;
}
.background1 .header .header_container .menu .menu-list .l5 {
  width: 12.92%;
}
.background1 .header .header_container .menu .menu-list li {
  position: relative;
  margin-right: 5.2%;
  top: 5px;
}
.background1 .header .header_flex {
  display: flex;
}
.background1 .header .l6 {
  padding-bottom: 1.4%;
  padding-top: 1.4%;
  width: 9.5%;
  position: relative;
  top: -3px;
}
.background1 .icon_right {
  position: fixed;
  right: 3.12%;
  bottom: 10.5%;
  width: 13.59%;
  display: inline-block;
  z-index: 7;
  cursor: pointer;
}
.background1 .icon_right .icon_text {
  position: absolute;
  right: 24%;
  bottom: 19%;
  width: 49.81%;
  overflow: hidden;
  font-size: 0;
}
.background1 .icon_right .icon_text::after {
  content: "";
  background: url(../images/icon_light.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 130.08%;
  height: 429.3%;
  display: block;
  top: -43%;
  pointer-events: none;
  transform: translateX(-100%);
  animation: kol-shine ease infinite;
  animation-duration: 6s;
}
@keyframes kol-shine {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(50%);
  }
}
.background1 .bright {
  position: absolute;
  right: 27.3%;
  top: 45%;
  width: 0.67%;
  animation: bright infinite 0.8s;
}
.background1 .title {
  position: absolute;
  right: 8.5%;
  top: 30.8%;
  width: 49.95%;
}
.background1 .blacktea_zone {
  position: absolute;
  left: 18.49%;
  top: 15%;
  width: 58.54%;
}
.background1 .blacktea_zone .blacktea {
  position: absolute;
  left: -2.1%;
  z-index: 2;
  margin-top: -2.8%;
  width: 29.89%;
}
.background1 .blacktea_zone .arrow {
  position: absolute;
  left: -5.51%;
  width: 52.66%;
  animation: arrow_line linear 2s;
  z-index: 1;
  margin-top: -4%;
}
.background1 .blacktea_zone .rotate {
  position: absolute;
  left: -29.51%;
  width: 100%;
  z-index: 0;
  margin-top: -21%;
  background: url(../images/rotate.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 83.9%;
}
@keyframes bright {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow_line {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.background2 {
  background-image: url("../images/background2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  padding-bottom: 37.81%;
  position: relative;
}
.background2 .video {
  position: absolute;
  width: 67.13%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 100%;
}
.background2 .viewer {
  z-index: 2;
  display: block;
  position: relative;
}
.background2 .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.background2 .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}

.background3 {
  background-image: url("../images/background3.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  padding-bottom: 188%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -2px;
}
@keyframes arrow_colck {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.background3 .arrow1 {
  width: 9.79%;
  position: absolute;
  top: 13.5%;
  left: 14%;
  animation: arrow_colck linear 3s infinite;
}
.background3 .arrow2 {
  width: 9.79%;
  position: absolute;
  top: 10.5%;
  left: 27.4%;
  animation: arrow_colck linear 3s infinite;
  animation-delay: 1s;
}
.background3 .arrow3 {
  width: 9.79%;
  position: absolute;
  top: 7.5%;
  left: 40.4%;
  animation: arrow_colck linear 3s infinite;
  animation-delay: 2s;
}
.background3 .lighter {
  width: 27.71%;
  position: absolute;
  top: 20.2%;
  left: 35.5%;
  z-index: 2;
}
@keyframes rotate-bobuble {
  33% {
    transform: translate(5px, 10px);
  }
  66% {
    transform: translate(15px, 20px);
  }
  100% {
    transform: translate(-5px, -10px);
  }
}
@keyframes rotate-bobubl1 {
  33% {
    transform: translatey(10px);
  }
  66% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(7px);
  }
}
@keyframes rotate-bobuble2 {
  0% {
    transform: translate(20px, 3px);
  }
  33% {
    transform: translate(-5px, 10px);
  }
  66% {
    transform: translate(15px, 20px);
  }
  100% {
    transform: translate(-5px, -10px);
  }
}
@keyframes rotate-bobuble3 {
  0% {
    transform: translate(20px, 3px);
  }
  33% {
    transform: translate(8px, 15px);
  }
  66% {
    transform: translate(-10px, 18px);
  }
  100% {
    transform: translate(5px, -10px);
  }
}
.background3 .bobuble1 {
  width: 11.44%;
  position: absolute;
  top: 30%;
  left: 9.79%;
  animation: rotate-bobuble 18s infinite ease-in-out alternate;
}
.background3 .bobuble2 {
  width: 12.54%;
  position: absolute;
  top: 28%;
  left: 14.58%;
  animation: rotate-bobuble2 17s infinite ease-in-out alternate;
  animation-delay: 1s;
}
.background3 .bobuble3 {
  width: 13.84%;
  position: absolute;
  top: 24%;
  left: 22.7%;
  animation: rotate-bobuble 17s infinite ease-in-out alternate;
}
.background3 .bobuble4 {
  width: 15.05%;
  position: absolute;
  top: 24%;
  left: 57.1%;
  animation: rotate-bobubl1 18s infinite ease-in-out alternate;
  animation-delay: 1s;
}
.background3 .bobuble5 {
  width: 21.41%;
  position: absolute;
  top: 17%;
  left: 60.98%;
  animation: rotate-bobuble2 18s infinite ease-in-out alternate;
}
.background3 .bobuble6 {
  width: 10%;
  position: absolute;
  top: 16%;
  left: 79.79%;
  animation: rotate-bobuble3 20s infinite ease-in-out alternate;
  animation-delay: 1s;
}
.background3 .bobuble7 {
  width: 2.6%;
  position: absolute;
  top: 22%;
  left: 90.1%;
  animation: rotate-bobuble 18s infinite ease-in-out alternate;
}
.background3 .title {
  width: 20.36%;
  position: absolute;
  top: 35.8%;
  left: 39.95%;
}
.background3 .bg_light {
  width: 81.2%;
  position: absolute;
  top: 32%;
  left: 9.4%;
}
.background3 .ball {
  position: absolute;
  width: 29.38%;
  left: 50%;
  transform: translateX(-50%);
  top: 19%;
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
.background3 #lighter {
  width: 10px;
  height: 2px;
  position: absolute;
  top: 26%;
  left: 40%;
}
.background3 .light1 {
  width: 7.14%;
  position: absolute;
  top: 38.5%;
  left: 37.4%;
  animation: bound 4s infinite ease-in-out;
  transition-delay: 1.2s;
}
.background3 .light2 {
  width: 5.16%;
  position: absolute;
  top: 38.2%;
  left: 44.55%;
  animation: bound 4s infinite ease-in-out;
  animation-delay: 1s;
  transition-delay: 1.2s;
}
.background3 .light3 {
  width: 6.25%;
  position: absolute;
  top: 38.8%;
  left: 49.95%;
  animation: bound 4s infinite ease-in-out;
  animation-delay: 2s;
  transition-delay: 1.2s;
}
.background3 .light4 {
  width: 5.31%;
  position: absolute;
  top: 39.4%;
  left: 56.3%;
  animation: bound 4s infinite ease-in-out;
  animation-delay: 3s;
  transition-delay: 1.2s;
}
.background3 .product {
  width: 18.8%;
  position: absolute;
  top: 53.3%;
  left: 41.5%;
  z-index: 2;
}
@keyframes arrow_time {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.background3 .time_arrow {
  width: 44.58%;
  position: absolute;
  top: 40.4%;
  left: 28.3%;
}
.background3 .time_arrow img {
  transform: translate(4%, -8.5%);
}
.background3 .time_arrow.aos-animate {
  animation: arrow_time linear 10s infinite;
}
.background3 .time_bobuble1 {
  width: 9.38%;
  position: absolute;
  top: 57.2%;
  left: 34.48%;
}
.background3 .time_bobuble2 {
  width: 9.22%;
  position: absolute;
  top: 54.6%;
  left: 28.31%;
}
.background3 .time_bobuble3 {
  width: 13.02%;
  position: absolute;
  top: 52.5%;
  left: 30.5%;
}
.background3 .time_bobuble4 {
  width: 11.37%;
  position: absolute;
  top: 51%;
  left: 19.9%;
}
.background3 .time_bobuble5 {
  width: 12.71%;
  position: absolute;
  top: 47.1%;
  left: 27.08%;
}
.background3 .time_bobuble6 {
  width: 12.71%;
  position: absolute;
  top: 45.4%;
  left: 18.3%;
}
.background3 .time_bobuble7 {
  width: 8.18%;
  position: absolute;
  top: 45.4%;
  left: 10.3%;
}
.background3 .time_icon {
  width: 2.08%;
  position: absolute;
  top: 65.5%;
  left: 70.5%;
  cursor: pointer;
  animation: scale-bob linear 3s infinite alternate;
}
.background3 .time_connect {
  width: 20%;
  position: absolute;
  top: 65.2%;
  left: 54.5%;
  height: 2.2%;
}
.background3 .time_connect a {
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes scale-bob {
  0% {
    transform: scale(0.7, 0.7);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
.background3 #product {
  width: 10%;
  height: 20px;
  position: absolute;
  top: 52%;
  left: 50%;
}
.background3 .math {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  font-weight: 600;
  max-height: 70px;
}
.background3 .math div {
  line-height: 1.2;
}
.background3 .math .plus {
  line-height: 0.8;
}
.background3 .data1 {
  width: 16.15%;
  position: absolute;
  top: 43.5%;
  left: 66%;
}
.background3 .data1 .math1 {
  font-size: calc(55px + 0.2vw);
  color: #874425;
  overflow: hidden;
}
.background3 .data1 .math1 .persent {
  font-size: calc(35px + 0.2vw);
  align-self: flex-end;
  line-height: 1.5;
}
.background3 .data1 .math1 .first {
  animation: 2s cubic-bezier(0, 0.575, 0.565, 1.05);
}
.background3 .data1 .math1 .second {
  animation: 2.2s cubic-bezier(0, 0.575, 0.565, 1.05);
}
.background3 .data1 .math1 .third {
  animation: 2.35s cubic-bezier(0, 0.575, 0.565, 1.05);
}
.background3 .data2 {
  width: 16.15%;
  position: absolute;
  top: 50.2%;
  left: 66.6%;
}
.background3 .data2 .math2 {
  font-size: calc(55px + 0.2vw);
  color: #874425;
  overflow: hidden;
}
.background3 .data2 .math2 .persent {
  font-size: calc(35px + 0.2vw);
  align-self: flex-end;
  line-height: 1.5;
}
.background3 .data2 .math2 .first {
  animation: 2s cubic-bezier(0, 0.575, 0.565, 1.05);
}
.background3 .data2 .math2 .second {
  animation: 2.2s cubic-bezier(0, 0.575, 0.565, 1.05);
}
.background3 .data2 .math2 .third {
  animation: 2.35s cubic-bezier(0, 0.575, 0.565, 1.05);
}
.background3 .inner_math {
  display: flex;
  overflow: hidden;
  max-height: 53px;
}
.background3 #run_circle {
  position: absolute;
  width: 20px;
  height: 3px;
  top: 75.6%;
  left: 24%;
}
.background3 .status1 {
  width: 9.22%;
  position: absolute;
  top: 76.6%;
  left: 24%;
  animation-fill-mode: forwards;
}
.background3 .status1 .circle_img1 {
  padding-top: 100%;
  background-image: url(../images/circle_img1.png);
  background-size: 900%;
  transition-timing-function: steps(8);
  transition-duration: 2s;
}
.background3 .status1 .math4 {
  font-size: calc(36px + 0.8vw);
  position: absolute;
  top: 30%;
  left: 17%;
  color: #7A401F;
}
.background3 .status1 .math4 .part {
  position: absolute;
  top: 0;
  right: -101%;
  display: flex;
  overflow: hidden;
  max-height: 53px;
}
.background3 .status1 .math4 .part .persent {
  font-size: calc(25px + 0.2vw);
  align-self: flex-end;
  line-height: 1.5;
}
.background3 .status2 {
  width: 9.22%;
  position: absolute;
  top: 76.6%;
  left: 34.5%;
  animation-fill-mode: forwards;
}
.background3 .status2 .circle_img2 {
  padding-top: 100%;
  background-image: url(../images/circle_img83.png);
  background-size: 800%;
  transition-timing-function: steps(7);
  transition-duration: 2s;
}
.background3 .status2 .math4 {
  font-size: calc(36px + 0.8vw);
  position: absolute;
  top: 30%;
  left: 17%;
  color: #7A401F;
}
.background3 .status2 .math4 .part {
  position: absolute;
  top: 0;
  right: -80%;
  display: flex;
  overflow: hidden;
  max-height: 53px;
}
.background3 .status2 .math4 .part .persent {
  font-size: calc(25px + 0.2vw);
  align-self: flex-end;
  line-height: 1.5;
}
.background3 .status3 {
  width: 9.22%;
  position: absolute;
  top: 76.6%;
  left: 45%;
}
.background3 .status3 .circle_img3 {
  padding-top: 100%;
  background-image: url(../images/circle_img96.png);
  background-size: 900%;
  transition-timing-function: steps(8);
  transition-duration: 2s;
  animation-fill-mode: forwards;
}
.background3 .status3 .math4 {
  font-size: calc(36px + 0.8vw);
  position: absolute;
  top: 30%;
  left: 17%;
  color: #7A401F;
}
.background3 .status3 .math4 .part {
  position: absolute;
  top: 0;
  right: -80%;
  display: flex;
  overflow: hidden;
  max-height: 53px;
}
.background3 .status3 .math4 .part .persent {
  font-size: calc(25px + 0.2vw);
  align-self: flex-end;
  line-height: 1.5;
}
.background3 .status4 {
  width: 9.22%;
  position: absolute;
  top: 76.6%;
  left: 55.3%;
}
.background3 .status4 .circle_img4 {
  padding-top: 100%;
  background-image: url(../images/circle_img80.png);
  background-size: 800%;
  transition-timing-function: steps(7);
  transition-duration: 2s;
  animation-fill-mode: forwards;
}
.background3 .status4 .math4 {
  font-size: calc(36px + 0.8vw);
  position: absolute;
  top: 30%;
  left: 17%;
  color: #7A401F;
}
.background3 .status4 .math4 .part {
  position: absolute;
  top: 0;
  right: -80%;
  display: flex;
  overflow: hidden;
  max-height: 53px;
}
.background3 .status4 .math4 .part .persent {
  font-size: calc(25px + 0.2vw);
  align-self: flex-end;
  line-height: 1.5;
}
.background3 .status5 {
  width: 9.22%;
  position: absolute;
  top: 76.6%;
  left: 65.5%;
}
.background3 .status5 .circle_img5 {
  padding-top: 100%;
  background-image: url(../images/circle_img87.png);
  background-size: 800%;
  animation-timing-function: steps(8);
  transition-timing-function: steps(7);
  transition-duration: 2s;
  animation-fill-mode: forwards;
}
.background3 .math4 {
  font-size: calc(36px + 0.8vw);
  position: absolute;
  top: 30%;
  left: 26%;
  color: #7A401F;
}
.background3 .math4 .part {
  position: absolute;
  top: 22%;
  right: -48%;
  display: flex;
  overflow: hidden;
  max-height: 53px;
}
.background3 .math4 .part .persent {
  font-size: calc(25px + 0.2vw);
  align-self: flex-end;
  line-height: 1.5;
}

.background4 {
  padding-top: 35.1%;
  position: relative;
  background-image: url("../images/background4.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}
.background4 .camera {
  width: 32.5%;
  position: absolute;
  top: 7%;
  left: 27.71%;
  animation: zoom-camera linear 2.5s infinite;
}
@keyframes zoom-camera {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  95% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.background4 .qrcode {
  width: 34.48%;
  position: absolute;
  top: 49%;
  right: 0%;
}
.background4 .qrcode .triangle {
  width: 2.87%;
  position: absolute;
  top: 16%;
  left: 26.5%;
  animation: move-right linear 2s infinite;
}
@keyframes move-right {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(50%);
  }
}

.background5 {
  padding-top: 52.92%;
  position: relative;
  background-image: url("../images/background5.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
}
.background5 .form_page {
  width: 47.71%;
  position: absolute;
  left: 26.61%;
  top: 46.3%;
  z-index: 1;
}
.background5 .form_page .reservation_content .shop {
  display: flex;
}
.background5 .form_page .reservation_content .shop .info {
  width: 17.38%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5%;
  letter-spacing: 1px;
  font-size: calc(16px + 0.2vw);
}
.background5 .form_page .reservation_content .shop .info::before {
  content: "";
  display: inline-block;
  border-left: solid black;
  border-right: solid transparent;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-width: 10px;
  width: 0px;
  height: 0px;
}
.background5 .form_page .reservation_content .shop .form_select_style {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 2.5% 0 2.5% 4%;
  font-family: Microsoft JhengHei;
  font-size: 16px;
  color: #000;
  background-color: #F7D9C2;
  background-image: url("../images/arrow_down.png");
  background-repeat: no-repeat;
  background-size: 7%;
  outline: none;
  border: none;
}
.background5 .form_page .reservation_content .shop .form_select_style::-ms-expand {
  display: none;
}
.background5 .form_page .reservation_content .shop #area {
  width: 30%;
  margin-right: 1.5%;
  background-position: 95%;
}
.background5 .form_page .reservation_content .shop #counters {
  width: calc(100% - 17.38% - 1.5% - 1.5% - 30%);
  background-position: 95%;
  background-size: 4.5%;
}
.background5 .form_page .reservation_content .input_content {
  display: flex;
  padding-top: 2%;
}
.background5 .form_page .reservation_content .input_content div {
  width: 17.38%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5%;
  letter-spacing: 1px;
  font-size: calc(16px + 0.2vw);
}
.background5 .form_page .reservation_content .input_content div::before {
  content: "";
  display: inline-block;
  border-left: solid black;
  border-right: solid transparent;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-width: 10px;
  width: 0px;
  height: 0px;
}
.background5 .form_page .reservation_content .input_content input {
  width: calc(100% - 17.38% - 1.5%);
}
.background5 .form_page .reservation_content .input_email div {
  letter-spacing: 7px;
}
.background5 .form_page .reservation_content .form_input_style {
  font-family: Microsoft JhengHei;
  font-size: 16px;
  color: #000;
  padding: 2.5% 0 2.5% 4%;
  background-color: #F7D9C2;
  border: none;
  outline: none;
}
.background5 .form_page .reservation_content label {
  cursor: pointer;
}
.background5 .form_page .reservation_content #rule {
  text-decoration: underline;
}
.background5 .form_page .reservation_content .agree_block {
  font-family: Microsoft JhengHei;
  font-size: 18px;
  margin: 2.76% 0 3.94% 19%;
  position: relative;
}
.background5 .form_page .reservation_content .agree_block .square {
  display: flex;
}
.background5 .form_page .reservation_content .agree_block .square input {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.background5 .form_page .reservation_content .agree_block .square .agree span {
  text-decoration: underline;
  cursor: pointer;
}
.background5 .form_page .reservation_content .agree_block .square .article {
  width: 100%;
  padding-left: 40px;
}
.background5 .form_page .reservation_content input[type=checkbox] ~ i {
  display: block;
  position: absolute;
  left: 0;
  width: 1.5%;
  max-width: 26px;
  min-width: 20px;
  background-color: #fff;
  border: 1px #000 solid;
  pointer-events: none;
  transform: translate(0%, 0%);
  top: 0;
  border-radius: 50%;
}
.background5 .form_page .reservation_content input[type=checkbox]:checked ~ i {
  background: url(../images/check.png) 49.3% no-repeat #fff;
  background-size: 60% 60%;
}
.background5 .form_page .reservation_content input[type=checkbox] ~ i:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.background5 .form_page .reservation_content .btn {
  margin: 0 auto;
  width: 80.55%;
  background-color: transparent;
  padding: 1% 0;
  border: none;
  text-decoration: none;
  font-family: "Microsoft JhengHei", "微軟正黑體";
  text-align: center;
  color: #fff;
  font-size: calc(14px + 0.5vw);
  background-color: #885039;
  font-weight: 600;
  margin-left: 19%;
  cursor: pointer;
}
.background5 .form_page .reservation_content .btn a {
  color: #fff;
}
.background5 .contact_statement {
  position: fixed;
  width: 100%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
}
.background5 .contact_statement .notice {
  position: absolute;
  width: 57.19%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.background5 .contact_statement .notice .connect {
  position: absolute;
  width: 13.66%;
  top: 35%;
  left: 79.5%;
  height: 6%;
}
.background5 .contact_statement .notice .connect a {
  display: block;
  width: 100%;
  height: 100%;
}
.background5 .contact_statement .notice .confirm {
  position: absolute;
  width: 43.08%;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.background5 .coupon {
  width: 4.38%;
  position: absolute;
  top: 68.5%;
  left: 42%;
  overflow: hidden;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.background5 .coupon::after {
  content: "";
  background: url(../images/move_light.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 110%;
  display: block;
  top: 0%;
  pointer-events: none;
  transform: translateX(-100%);
  animation: shine ease infinite 3s;
}
.background5 .coupon img {
  border-radius: 50%;
}
@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(80%);
  }
}
.background5 .seven_coupon {
  width: 21%;
  position: absolute;
  top: 71.5%;
  left: 25%;
  height: 15%;
}
.background5 .seven_coupon a {
  width: 100%;
  height: 100%;
  display: block;
}
.background5 .go_block {
  width: 5%;
  position: absolute;
  top: 76%;
  height: 3.8%;
  left: 66.6%;
}
.background5 .go_block .go {
  position: absolute;
  top: 56.3%;
  left: 32.3%;
  animation: shinning infinite 2s alternate ease-in-out;
  animation-delay: 3s;
  width: 36%;
}
.background5 .go_icon {
  width: 21%;
  position: absolute;
  top: 75%;
  left: 53%;
  height: 15%;
}
.background5 .go_icon a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
@keyframes shinning {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.background5 .triangle {
  width: 1.25%;
  position: absolute;
  top: 28.29%;
  left: 61.5%;
  animation: move-right linear 1s infinite;
}
@keyframes move-right {
  0% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(50%);
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateX(80%);
  }
}
.background5 .footer {
  display: flex;
  width: 16%;
  position: absolute;
  top: 90%;
  left: 27%;
}
.background5 .footer div {
  width: 14.5%;
  margin-left: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.background5 .footer div a {
  display: block;
}
.background5 .copyright {
  width: 30.26%;
  position: absolute;
  bottom: 6.3%;
  left: 44.9%;
}

#successs {
  display: none;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  text-align: center;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.904);
  padding: 5% 0;
  overflow-y: auto;
  height: 100%;
  top: 0;
  left: 0;
}
#successs .success_img_group {
  display: inline-block;
  max-width: 470px;
  width: 90%;
  position: relative;
  margin: auto;
  z-index: 996;
}
#successs .success_img_group .header {
  background-image: url("../images/thanks.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 243.36%;
  z-index: 2;
  position: relative;
}
#successs .success_img_group .seven_coupon {
  position: absolute;
  width: 86%;
  height: 11%;
  top: 44%;
  left: 5%;
}
#successs .success_img_group .seven_coupon a {
  display: block;
  width: 100%;
  height: 100%;
}
#successs .success_img_group .seven_coupon a.mi {
  display: none;
}
#successs .success_img_group .go_icon {
  position: absolute;
  width: 76%;
  height: 11.8%;
  top: 57%;
  left: 16%;
}
#successs .success_img_group .go_icon a {
  display: block;
  width: 100%;
  height: 100%;
}
#successs .success_img_group .ig_event {
  position: absolute;
  width: 100%;
  height: 24.5%;
  top: 70%;
  left: 0;
}
#successs .success_img_group .ig_event a {
  display: block;
  width: 100%;
  height: 100%;
}
#successs .success_img_group #close {
  margin: 0 auto;
  display: inline-block;
  max-width: 70px;
  min-width: 26px;
  position: absolute;
  top: 0.9%;
  right: 4%;
  transform: translate(-10%, 0);
  z-index: 3;
  cursor: pointer;
}
#successs .success_img_group .main_content {
  position: absolute;
  top: 64%;
  left: 15%;
}
#successs .success_img_group .name {
  margin: 0 auto;
  color: #fff;
  font-size: calc(18px + 0.5vw);
  font-weight: 600;
  text-align: start;
}
#successs .success_img_group .shop {
  margin: 0 auto;
  /* text-align: center; */
  color: #fff;
  font-size: calc(18px + 0.5vw);
  font-weight: 600;
  padding-top: 5.5%;
  text-align: start;
}
#successs .success_img_group .fb {
  width: 12.15%;
  position: absolute;
  height: 5%;
  bottom: 5.5%;
  left: 20.5%;
}
#successs .success_img_group .fb a {
  display: block;
  width: 100%;
  height: 100%;
}
#successs .success_img_group .ig {
  width: 12.15%;
  position: absolute;
  height: 5%;
  bottom: 5.5%;
  left: 35.5%;
}
#successs .success_img_group .ig a {
  display: block;
  width: 100%;
  height: 100%;
}
#successs .success_img_group .line {
  width: 12.15%;
  position: absolute;
  height: 5%;
  bottom: 5.5%;
  left: 67%;
}
#successs .success_img_group .line a {
  display: block;
  width: 100%;
  height: 100%;
}
#successs .success_img_group .yt {
  width: 12.15%;
  position: absolute;
  height: 5%;
  bottom: 5.5%;
  left: 51%;
}
#successs .success_img_group .yt a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .background3 .status1 .math4 {
    font-size: calc(34px + 0.4vw);
  }
  .background3 .status2 .math4 {
    font-size: calc(34px + 0.4vw);
  }
  .background3 .status3 .math4 {
    font-size: calc(34px + 0.4vw);
  }
  .background3 .status4 .math4 {
    font-size: calc(34px + 0.4vw);
  }
  .background3 .status5 .math4 {
    font-size: calc(34px + 0.4vw);
  }
}
@media screen and (max-width: 1360px) {
  .background1 .header .l6 {
    top: 0px;
  }
  .background1 .bright {
    top: 44%;
  }

  .background3 .math {
    max-height: 57px;
  }
  .background3 .inner_math {
    max-height: 40px;
  }
  .background3 .data1 .math1 {
    font-size: calc(45px + 0.1vw);
  }
  .background3 .data2 .math2 {
    font-size: calc(45px + 0.1vw);
  }
  .background3 .status1 {
    width: 9.22%;
    top: 76.6%;
    left: 24%;
  }
  .background3 .status1 .math4 {
    font-size: calc(28px + 0.2vw);
    top: 34%;
    left: 20%;
    max-height: 41px;
  }
  .background3 .status1 .math4 .part {
    top: 0;
    right: -101%;
    max-height: 36px;
  }
  .background3 .status1 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }
  .background3 .status2 {
    width: 9.22%;
    top: 76.6%;
    left: 34.5%;
  }
  .background3 .status2 .math4 {
    font-size: calc(28px + 0.2vw);
    top: 34%;
    left: 20%;
    max-height: 41px;
  }
  .background3 .status2 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status2 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }
  .background3 .status3 {
    width: 9.22%;
    top: 76.6%;
    left: 45%;
  }
  .background3 .status3 .math4 {
    font-size: calc(28px + 0.2vw);
    top: 34%;
    left: 20%;
    max-height: 41px;
  }
  .background3 .status3 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status3 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }
  .background3 .status4 {
    width: 9.22%;
    top: 76.6%;
    left: 55.3%;
  }
  .background3 .status4 .math4 {
    font-size: calc(28px + 0.2vw);
    top: 34%;
    left: 20%;
    max-height: 41px;
  }
  .background3 .status4 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status4 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }
  .background3 .status5 {
    width: 9.22%;
    top: 76.6%;
    left: 65.5%;
  }
  .background3 .status5 .math4 {
    font-size: calc(28px + 0.2vw);
    top: 33%;
    left: 31%;
    max-height: 41px;
  }
  .background3 .status5 .math4 .part {
    top: 22%;
    right: -48%;
    max-height: 36px;
  }
  .background3 .status5 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }

  .background5 {
    padding-top: 61.61%;
    background-image: url(../images/background5_tab.jpg);
  }
  .background5 .form_page {
    top: 43.3%;
  }
}
@media screen and (max-width: 1150px) {
  .background3 .inner_math {
    max-height: 36px;
  }
  .background3 .status1 {
    width: 9.22%;
    top: 76.6%;
    left: 24%;
  }
  .background3 .status1 .math4 {
    font-size: calc(26px + 0.2vw);
    top: 34%;
    left: 20%;
    max-height: 41px;
  }
  .background3 .status1 .math4 .part {
    top: 0;
    right: -101%;
    max-height: 36px;
  }
  .background3 .status1 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }
  .background3 .status2 {
    width: 9.22%;
    top: 76.6%;
    left: 34.5%;
  }
  .background3 .status2 .math4 {
    font-size: calc(26px + 0.2vw);
    top: 34%;
    left: 20%;
    max-height: 41px;
  }
  .background3 .status2 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status2 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }
  .background3 .status3 {
    width: 9.22%;
    top: 76.6%;
    left: 45%;
  }
  .background3 .status3 .math4 {
    font-size: calc(26px + 0.2vw);
    top: 34%;
    left: 20%;
    max-height: 41px;
  }
  .background3 .status3 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status3 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }
  .background3 .status4 {
    width: 9.22%;
    top: 76.6%;
    left: 55.3%;
  }
  .background3 .status4 .math4 {
    font-size: calc(26px + 0.2vw);
    top: 34%;
    left: 20%;
    max-height: 41px;
  }
  .background3 .status4 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status4 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }
  .background3 .status5 {
    width: 9.22%;
    top: 76.6%;
    left: 65.5%;
  }
  .background3 .status5 .math4 {
    font-size: calc(26px + 0.2vw);
    top: 33%;
    left: 31%;
    max-height: 41px;
  }
  .background3 .status5 .math4 .part {
    top: 22%;
    right: -48%;
    max-height: 36px;
  }
  .background3 .status5 .math4 .part .persent {
    font-size: calc(18px + 0.1vw);
  }

  .background5 .form_page .reservation_content .agree_block {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .background5 .form_page .reservation_content .agree_block {
    font-size: 14px;
  }

  .background5 .footer {
    top: 93%;
  }

  .background5 .copyright {
    bottom: 3.8%;
  }
}
@media screen and (max-width: 1000px) {
  .background1 .header .header_container .menu .menu-list li {
    top: 3px;
  }

  .background3 .math {
    max-height: 45px;
  }
  .background3 .inner_math {
    max-height: 31px;
  }
  .background3 .data1 .math1 {
    font-size: calc(35px + 0.1vw);
  }
  .background3 .data2 .math2 {
    font-size: calc(35px + 0.1vw);
  }
  .background3 .data3 .math3 {
    font-size: calc(35px + 0.1vw);
    margin-right: 19%;
  }
  .background3 .status1 .math4 {
    font-size: calc(25px + 0.1vw);
    top: 30%;
    left: 15%;
    max-height: 34px;
  }
  .background3 .status1 .math4 .part {
    top: 0;
    right: -101%;
    max-height: 36px;
  }
  .background3 .status1 .math4 .part .persent {
    font-size: calc(15px + 0.1vw);
    line-height: 2.2;
  }
  .background3 .status2 .math4 {
    font-size: calc(25px + 0.1vw);
    top: 30%;
    left: 15%;
    max-height: 34px;
  }
  .background3 .status2 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status2 .math4 .part .persent {
    font-size: calc(15px + 0.1vw);
    line-height: 2.2;
  }
  .background3 .status3 .math4 {
    font-size: calc(25px + 0.1vw);
    top: 30%;
    left: 15%;
    max-height: 34px;
  }
  .background3 .status3 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status3 .math4 .part .persent {
    font-size: calc(15px + 0.1vw);
    line-height: 2.2;
  }
  .background3 .status4 .math4 {
    font-size: calc(25px + 0.1vw);
    top: 30%;
    left: 15%;
    max-height: 34px;
  }
  .background3 .status4 .math4 .part {
    top: 0;
    right: -80%;
    max-height: 36px;
  }
  .background3 .status4 .math4 .part .persent {
    font-size: calc(15px + 0.1vw);
    line-height: 2.2;
  }
  .background3 .status5 .math4 {
    font-size: calc(25px + 0.1vw);
    top: 30%;
    left: 24%;
  }
  .background3 .status5 .math4 .part {
    top: 22%;
    right: -48%;
  }
  .background3 .status5 .math4 .part .persent {
    font-size: calc(15px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .data4 .math4 {
    font-size: calc(25px + 0.1vw);
    position: absolute;
    top: 35%;
    left: 11%;
  }
  .background3 .data4 .math4 .part {
    font-size: calc(15px + 0.1vw);
    top: 28%;
    right: -76%;
    max-height: 21px;
  }

  .background1 .bright {
    top: 42.5%;
  }

  .background5 .form_page .reservation_content .shop .info,
.background5 .form_page .reservation_content .input_content div {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .background5 .form_page {
    width: 40.71%;
  }
}
@media screen and (max-width: 767px) {
  .go_icon a.pci {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  .pci {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }

  #successs .success_img_group .go_icon a.pci {
    display: none;
  }

  #successs .success_img_group .go_icon a.mi {
    display: block;
  }

  .go_icon a.mi {
    display: block;
    height: 100%;
  }

  .mi {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
  }

  .show_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .background1 {
    padding-bottom: 196.35%;
    background-image: url("../images/background1_m.jpg");
    overflow: hidden;
  }
  .background1 .kv_cover {
    background-image: url("../images/kv_m_cover.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
  }
  .background1 .header {
    width: 100%;
    z-index: 999;
    background-color: #FFF3DB;
    padding-top: 4%;
    padding-bottom: 4%;
    left: 0;
  }
  .background1 .header .header_container {
    padding-left: 0;
    flex-direction: column;
    background-image: none;
    padding: 0;
  }
  .background1 .header .header_container .mobile-header {
    margin: 0 auto;
    margin-top: 0;
    width: 26%;
    margin-left: 6.5%;
  }
  .background1 .header .header_container .menu-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
  .background1 .header .header_container .menu-container .menu-list {
    height: auto;
    padding-left: 0;
    margin-top: 0;
    flex-direction: column;
    transform: translateY(17%);
    padding: 0 7%;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .background1 .header .header_container .menu-container .menu-list .l1 {
    width: 32.68%;
  }
  .background1 .header .header_container .menu-container .menu-list .l2 {
    width: 25.26%;
    top: auto;
  }
  .background1 .header .header_container .menu-container .menu-list .l3 {
    width: 18.88%;
  }
  .background1 .header .header_container .menu-container .menu-list .l4 {
    width: 33.33%;
  }
  .background1 .header .header_container .menu-container .menu-list .l5 {
    width: 25%;
  }
  .background1 .header .header_container .menu-container .menu-list .l7 {
    width: 34.64%;
  }
  .background1 .header .header_container .menu-container .menu-list li {
    margin: 0 auto;
    margin-top: 14%;
    width: auto;
    transition: all 0.4s ease;
    top: auto;
    padding-top: 0;
  }
  .background1 .header .header_container .menu-container .menu-list li .pic {
    position: static;
  }
  .background1 .header .header_container .menu-container .block_menu {
    display: block;
  }
  .background1 .header .header_container .clearfix {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .background1 .icon_right {
    width: 33.98%;
    bottom: 12.5%;
  }
  .background1 .bright {
    width: 1.69%;
    top: 27.5%;
    right: 30%;
  }
  .background1 .title {
    position: absolute;
    right: auto;
    top: 17.8%;
    width: 100%;
    z-index: 4;
  }
  .background1 .pipe {
    width: 87.63%;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .background1 .blacktea_zone {
    position: absolute;
    left: auto;
    top: 43%;
    width: 100%;
  }
  .background1 .blacktea_zone .blacktea {
    width: 55.6%;
    position: absolute;
    left: 8.7%;
    margin-top: 1%;
  }
  .background1 .blacktea_zone .arrow {
    position: absolute;
    left: 0.49%;
    width: 98.96%;
    margin-top: -5%;
  }
  .background1 .blacktea_zone .rotate {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 100%;
    margin-top: -30.9%;
    background: none;
    padding-top: 0;
  }
  @keyframes roll {
    0% {
      transform: translateX(-50%) rotate(0deg);
    }
    50% {
      transform: translateX(-50%) rotate(-180deg);
    }
    100% {
      transform: translateX(-50%) rotate(-360deg);
    }
  }

  .background2 {
    background-image: none;
    padding-bottom: 56%;
  }
  .background2 .video {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .background3 {
    background-image: url("../images/background3_m.jpg");
    padding-bottom: 635.71%;
    margin-top: 0px;
  }
  .background3 .arrow1 {
    width: 25.39%;
    top: 7.7%;
    left: 12%;
  }
  .background3 .arrow2 {
    width: 25.39%;
    top: 5.8%;
    left: 41.4%;
  }
  .background3 .arrow3 {
    width: 25.39%;
    top: 3.8%;
    left: 68.4%;
  }
  .background3 .lighter {
    width: 67.71%;
    top: 24.8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .background3 .ball {
    position: absolute;
    width: 72.01%;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
  }
  @keyframes rotate-bobu {
    33% {
      transform: translatey(10px);
    }
    66% {
      transform: translatey(-5px);
    }
    100% {
      transform: translatey(7px);
    }
  }
  .background3 .bobuble1 {
    width: 15.76%;
    top: 24.3%;
    left: 0;
    animation: rotate-bobu 5s infinite ease-in-out alternate;
  }
  .background3 .bobuble2 {
    width: 36.9%;
    top: 21%;
    left: 11.58%;
  }
  .background3 .bobuble3 {
    width: 30.08%;
    top: 30%;
    left: 69.7%;
  }
  .background3 .bobuble4 {
    width: 30.73%;
    top: 26%;
    left: auto;
    right: 0;
  }
  .background3 .bobuble_aticle {
    width: 22.92%;
    top: 33.5%;
    left: 67.7%;
    position: absolute;
    animation: rotate-bobuble 17s infinite ease-in-out alternate;
  }
  .background3 .title {
    width: 77.21%;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .background3 .bg_light {
    width: 100%;
    top: 32.9%;
    left: 0;
  }
  .background3 .light1 {
    width: 22.03%;
    top: 39%;
    left: 10.4%;
  }
  .background3 .light2 {
    width: 15.88%;
    top: 38.7%;
    left: 33.55%;
  }
  .background3 .light3 {
    width: 19.17%;
    top: 39.2%;
    left: 51%;
  }
  .background3 .light4 {
    width: 16.3%;
    top: 39.7%;
    left: 72.3%;
  }
  .background3 .product {
    width: 44.01%;
    top: 51%;
    left: 31.3%;
  }
  .background3 .time_arrow {
    width: 98.57%;
    top: 41.1%;
    left: 0.7%;
  }
  .background3 .time_arrow img {
    transform: translate(0%, -6.5%);
  }
  .background3 .time_bobuble1 {
    width: 22.79%;
    top: 56.7%;
    left: 18.49%;
  }
  .background3 .time_bobuble2 {
    width: 23.05%;
    top: 55%;
    left: 5.31%;
  }
  .background3 .time_bobuble3 {
    width: 20.05%;
    top: 54%;
    left: 20.5%;
  }
  .background3 .time_bobuble4 {
    width: 26.3%;
    top: 52.2%;
    left: 0%;
    z-index: 1;
  }
  .background3 .time_bobuble5 {
    width: 26.56%;
    top: 49.4%;
    left: 14.08%;
    z-index: 0;
  }
  .background3 .time_bobuble6 {
    width: 30.08%;
    top: 47.8%;
    left: 0;
  }
  .background3 .time_bobuble7 {
    width: 13.15%;
    top: 47%;
    left: 0%;
    z-index: -1;
  }
  .background3 .time_icon {
    width: 7.16%;
    top: 59.7%;
    left: 85.5%;
  }
  .background3 .time_connect {
    width: 36%;
    top: 59.3%;
    left: 60.5%;
    height: 2.2%;
    z-index: 2;
  }
  .background3 .math {
    max-height: 56px;
  }
  .background3 .inner_math {
    max-height: 37px;
  }
  .background3 .data1 {
    width: 31.9%;
    position: absolute;
    top: 53%;
    left: 63.5%;
  }
  .background3 .data1 .math1 {
    font-size: calc(45px + 0.1vw);
  }
  .background3 .data1 .math1 .persent {
    font-size: calc(26px + 0.2vw);
    align-self: flex-end;
    line-height: 1.5;
  }
  .background3 .data2 {
    width: 32.03%;
    position: absolute;
    top: 55.5%;
    left: 64%;
  }
  .background3 .data2 .math2 {
    font-size: calc(45px + 0.1vw);
  }
  .background3 .data2 .math2 .persent {
    font-size: calc(26px + 0.2vw);
    align-self: flex-end;
    line-height: 1.5;
  }
  .background3 .inner_math {
    display: flex;
    overflow: hidden;
    max-height: 53px;
  }
  .background3 #run_circle {
    top: 73%;
  }
  .background3 .status1 {
    width: 23.05%;
    top: 69.4%;
    left: 8%;
  }
  .background3 .status1 .math4 {
    font-size: calc(46px + 0.5vw);
    top: 33%;
    left: 18%;
    max-height: 53px;
  }
  .background3 .status1 .math4 .part {
    font-size: calc(46px + 0.1vw);
    top: 0;
    right: -86%;
    max-height: 53px;
  }
  .background3 .status1 .math4 .part .persent {
    font-size: calc(20px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status2 {
    width: 23.05%;
    top: 69.4%;
    left: 37%;
  }
  .background3 .status2 .math4 {
    font-size: calc(46px + 0.5vw);
    top: 33%;
    left: 18%;
    max-height: 53px;
  }
  .background3 .status2 .math4 .part {
    font-size: calc(46px + 0.1vw);
    top: 0;
    right: -66%;
    max-height: 53px;
  }
  .background3 .status2 .math4 .part .persent {
    font-size: calc(20px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status3 {
    width: 23.05%;
    top: 69.4%;
    left: 68%;
  }
  .background3 .status3 .math4 {
    font-size: calc(46px + 0.5vw);
    top: 33%;
    left: 18%;
    max-height: 53px;
  }
  .background3 .status3 .math4 .part {
    font-size: calc(46px + 0.1vw);
    top: 0;
    right: -66%;
    max-height: 53px;
  }
  .background3 .status3 .math4 .part .persent {
    font-size: calc(20px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status4 {
    width: 23.05%;
    top: 75.9%;
    left: 21.3%;
  }
  .background3 .status4 .math4 {
    font-size: calc(46px + 0.5vw);
    top: 33%;
    left: 18%;
    max-height: 53px;
  }
  .background3 .status4 .math4 .part {
    font-size: calc(46px + 0.1vw);
    top: 0;
    right: -66%;
    max-height: 53px;
  }
  .background3 .status4 .math4 .part .persent {
    font-size: calc(20px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status5 {
    width: 23.05%;
    top: 75.9%;
    left: 52.3%;
  }
  .background3 .status5 .math4 {
    font-size: calc(46px + 0.5vw);
    top: 31%;
    left: 30%;
    max-height: 53px;
  }
  .background3 .status5 .math4 .part {
    font-size: calc(46px + 0.1vw);
    top: 34%;
    right: -33%;
    max-height: 53px;
  }
  .background3 .status5 .math4 .part .persent {
    font-size: calc(20px + 0.1vw);
    line-height: 2;
  }

  .background4 {
    padding-top: 151.8%;
    background-image: url("../images/background4_m.jpg");
    margin-top: 0px;
  }
  .background4 .camera {
    width: 58.07%;
    top: 7%;
    left: 39.71%;
  }
  .background4 .qrcode {
    width: 85.29%;
    top: 68%;
  }
  .background4 .qrcode .triangle {
    width: 9.31%;
    top: 14%;
    left: 69%;
    animation: shinning-transparent linear 2s infinite;
  }
  @keyframes shinning-transparent {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .background5 {
    padding-top: 191.23%;
    background-image: url("../images/background5_m.jpg");
  }
  .background5 .form_page {
    width: 87.63%;
    left: 8.59%;
    top: 55%;
  }
  .background5 .form_page .reservation_content .shop {
    flex-wrap: wrap;
  }
  .background5 .form_page .reservation_content .shop .info {
    width: 23.95%;
    letter-spacing: 1px;
    font-size: calc(16px + 1vw);
    min-width: 80px;
    justify-content: center;
  }
  .background5 .form_page .reservation_content .shop .form_select_style {
    background-size: 3.5%;
    outline: none;
    border: none;
    margin-top: 2%;
  }
  .background5 .form_page .reservation_content .shop #area {
    width: calc(100% - 23.95% - 1.5%);
    background-position: 95%;
    margin-right: 0;
    flex-grow: 1;
  }
  .background5 .form_page .reservation_content .shop #counters {
    width: 100%;
    margin-left: 25%;
    background-position: 95%;
    background-size: 3.5%;
  }
  .background5 .form_page .reservation_content .input_content {
    display: flex;
    padding-top: 1%;
  }
  .background5 .form_page .reservation_content .input_content div {
    width: 23.95%;
    letter-spacing: 1px;
    font-size: calc(16px + 1vw);
    min-width: 80px;
  }
  .background5 .form_page .reservation_content .input_content input {
    width: calc(100% - 23.95% - 1.5%);
    margin-top: 2%;
  }
  .background5 .form_page .reservation_content .input_email div {
    letter-spacing: 7px;
  }
  .background5 .form_page .reservation_content .agree_block {
    font-size: 16px;
    margin: 4.76% 0 5.94% 0%;
  }
  .background5 .form_page .reservation_content .agree_block .square .article {
    padding-left: 40px;
    width: 95%;
  }
  .background5 .form_page .reservation_content .btn {
    margin: 0 auto;
    width: 100%;
    padding: 2% 0;
    border: none;
    font-size: calc(14px + 1.3vw);
    margin-left: 0%;
  }
  .background5 .contact_statement .notice {
    width: 54%;
  }
  .background5 .contact_statement .notice .connect {
    width: 31.66%;
    top: 38%;
    left: 30.5%;
    height: 5%;
  }
  .background5 .contact_statement .notice .confirm {
    width: 93.18%;
    top: 91%;
  }
  .background5 .seven_coupon {
    width: 73%;
    top: 63.5%;
    left: 14%;
    height: 14%;
  }
  .background5 .go_icon {
    width: 73%;
    top: 79.5%;
    left: 14%;
    height: 14%;
  }
  .background5 .coupon {
    width: 21.35%;
    top: 62%;
    left: 67.5%;
    border-radius: 50%;
  }
  .background5 .go_block {
    width: 25%;
    top: 80.4%;
    height: 4.2%;
    left: 66.6%;
  }
  .background5 .go_block .go {
    left: 50%;
    transform: translateX(-50%);
  }
  .background5 .triangle {
    width: 2.08%;
    top: 28.23%;
    left: 68.5%;
  }
  .background5 .footer {
    justify-content: center;
    margin-top: 0;
    top: 90.8%;
    left: 50%;
    width: 49%;
    transform: translateX(-50%);
  }
  .background5 .copyright {
    width: 88.15%;
    position: absolute;
    bottom: 0.8%;
    left: 4.56%;
  }

  .hamburger {
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
}
@media screen and (max-width: 600px) {
  .background1 .header .hamburger div {
    width: 27px;
    height: 27px;
  }

  .background1 .bright {
    top: 26.5%;
  }

  .background3 .status1 .math4 {
    font-size: calc(35px + 0.1vw);
    top: 33%;
    left: 18%;
    max-height: 42px;
  }
  .background3 .status1 .math4 .part {
    font-size: calc(35px + 0.1vw);
    top: 0;
    right: -86%;
    max-height: 42px;
  }
  .background3 .status1 .math4 .part .persent {
    font-size: calc(16px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status2 .math4 {
    font-size: calc(35px + 0.1vw);
    top: 33%;
    left: 18%;
    max-height: 42px;
  }
  .background3 .status2 .math4 .part {
    font-size: calc(35px + 0.1vw);
    top: 0;
    right: -66%;
    max-height: 42px;
  }
  .background3 .status2 .math4 .part .persent {
    font-size: calc(16px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status3 .math4 {
    font-size: calc(35px + 0.1vw);
    top: 33%;
    left: 18%;
    max-height: 42px;
  }
  .background3 .status3 .math4 .part {
    font-size: calc(35px + 0.1vw);
    top: 0;
    right: -66%;
    max-height: 42px;
  }
  .background3 .status3 .math4 .part .persent {
    font-size: calc(16px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status4 .math4 {
    font-size: calc(35px + 0.1vw);
    top: 33%;
    left: 18%;
    max-height: 42px;
  }
  .background3 .status4 .math4 .part {
    font-size: calc(35px + 0.1vw);
    top: 0;
    right: -66%;
    max-height: 42px;
  }
  .background3 .status4 .math4 .part .persent {
    font-size: calc(16px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status5 .math4 {
    font-size: calc(35px + 0.1vw);
    max-height: 42px;
  }
  .background3 .status5 .math4 .part {
    font-size: calc(35px + 0.1vw);
    top: 34%;
    right: -33%;
    max-height: 42px;
  }
  .background3 .status5 .math4 .part .persent {
    font-size: calc(16px + 0.1vw);
    line-height: 2;
  }
}
@media screen and (max-width: 550px) {
  .background5 .form_page .reservation_content .shop .info {
    font-size: 16px;
  }

  .background5 .form_page .reservation_content .input_content div {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .background3 .math {
    max-height: 44px;
  }
  .background3 .data1 .math1 {
    font-size: calc(35px + 0.1vw);
  }
  .background3 .data1 .math1 .persent {
    font-size: calc(18px + 0.2vw);
    align-self: flex-end;
    line-height: 1.5;
  }
  .background3 .data2 .math2 {
    font-size: calc(35px + 0.1vw);
  }
  .background3 .data2 .math2 .persent {
    font-size: calc(18px + 0.2vw);
    align-self: flex-end;
    line-height: 1.5;
  }

  .background5 {
    padding-top: 218.75%;
    background-image: url(../images/background5_m_est.jpg);
  }
  .background5 .form_page {
    top: 50%;
  }
}
@media screen and (max-width: 500px) {
  #successs .success_img_group #close {
    max-width: 26px;
  }
  #successs .success_img_group .name,
#successs .success_img_group .shop {
    font-size: 17px;
  }
  #successs .success_img_group .fb {
    bottom: 2.2%;
  }
  #successs .success_img_group .ig {
    bottom: 2.2%;
  }
  #successs .success_img_group .line {
    bottom: 2.2%;
  }
  #successs .success_img_group .yt {
    bottom: 2.2%;
  }

  .background1 .header .header_container .menu-container .menu-list {
    transform: translateY(40%);
  }
}
@media screen and (max-width: 450px) {
  .background1 .header .hamburger div {
    width: 20px;
    height: 20px;
  }

  .background1 .header .header_container .menu-container .menu-list {
    transform: translateY(30%);
  }

  .background3 .math {
    max-height: 30px;
  }
  .background3 .inner_math {
    max-height: 25px;
  }
  .background3 .data1 .math1 {
    font-size: 28px;
  }
  .background3 .data1 .math1 .persent {
    font-size: calc(14px + 0.2vw);
    align-self: flex-end;
    line-height: 1.5;
  }
  .background3 .data2 .math2 {
    font-size: 28px;
  }
  .background3 .data2 .math2 .persent {
    font-size: calc(14px + 0.2vw);
    align-self: flex-end;
    line-height: 1.5;
  }
  .background3 .status1 .math4 {
    font-size: calc(22px + 0.3vw);
    top: 33%;
    left: 22%;
    max-height: 27px;
  }
  .background3 .status1 .math4 .part {
    font-size: calc(22px + 0.1vw);
    top: 0;
    right: -104%;
    max-height: 27px;
  }
  .background3 .status1 .math4 .part .persent {
    font-size: calc(14px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status2 .math4 {
    font-size: calc(22px + 0.3vw);
    top: 33%;
    left: 18%;
    max-height: 27px;
  }
  .background3 .status2 .math4 .part {
    font-size: calc(22px + 0.1vw);
    top: 0;
    right: -85%;
    max-height: 27px;
  }
  .background3 .status2 .math4 .part .persent {
    font-size: calc(14px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status3 .math4 {
    font-size: calc(22px + 0.3vw);
    top: 33%;
    left: 18%;
    max-height: 27px;
  }
  .background3 .status3 .math4 .part {
    font-size: calc(22px + 0.1vw);
    top: 0;
    right: -85%;
    max-height: 27px;
  }
  .background3 .status3 .math4 .part .persent {
    font-size: calc(14px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status4 .math4 {
    font-size: calc(22px + 0.3vw);
    top: 33%;
    left: 18%;
    max-height: 27px;
  }
  .background3 .status4 .math4 .part {
    font-size: calc(22px + 0.1vw);
    top: 0;
    right: -85%;
    max-height: 27px;
  }
  .background3 .status4 .math4 .part .persent {
    font-size: calc(14px + 0.1vw);
    line-height: 1.5;
  }
  .background3 .status5 .math4 {
    font-size: calc(22px + 0.3vw);
    top: 33%;
    left: 30%;
    max-height: 27px;
  }
  .background3 .status5 .math4 .part {
    font-size: calc(22px + 0.1vw);
    top: 15%;
    right: -52%;
    max-height: 27px;
  }
  .background3 .status5 .math4 .part .persent {
    font-size: calc(14px + 0.1vw);
    line-height: 2;
  }
  .background3 .data4 .math4 {
    font-size: calc(18px + 0.1vw);
    position: absolute;
    top: 23%;
    left: 18%;
  }
  .background3 .data4 .math4 .part {
    font-size: calc(14px + 0.1vw);
    top: 21%;
    right: -78%;
    max-height: 19px;
  }

  .background5 .form_page .reservation_content .shop .info {
    font-size: 16px;
  }

  .background5 .form_page .reservation_content .input_content div {
    font-size: 16px;
  }

  .background5 .form_page .reservation_content .input_content div::before,
.background5 .form_page .reservation_content .shop .info::before {
    border-width: 5px;
  }

  .background5 .form_page {
    top: 47.5%;
  }

  .background5 .contact_statement .notice {
    width: 75.49%;
  }
}
@media screen and (max-width: 400px) {
  .background3 .component .imgs .first {
    width: 53.9%;
  }

  .background5 .form_page .reservation_content .shop #area {
    width: calc(100% - 25.1% - 1.5%);
  }

  .background5 .form_page .reservation_content .shop #counters {
    margin-left: 25.5%;
  }
}
@media screen and (max-width: 380px) {
  .background5 .form_page .reservation_content .shop #counters {
    margin-left: 26%;
  }

  .background5 .form_page .reservation_content .shop #area {
    width: calc(100% - 24.8% - 1.5%);
  }

  .background1 .bright {
    top: 26.2%;
  }
}
@media screen and (max-width: 370px) {
  .background5 .form_page .reservation_content .shop #area {
    width: calc(100% - 26% - 1.5%);
  }
}
@media screen and (max-width: 350px) {
  .background5 .form_page .reservation_content .shop #area {
    width: calc(100% - 28% - 1.5%);
  }

  .background5 .form_page .reservation_content .shop #counters {
    margin-left: 28%;
  }
}

/*# sourceMappingURL=default.css.map */
