@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  height: auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  cursor: pointer;
}

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

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input, textarea, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

input, textarea, select {
  font-family: "Noto Serif TC", "Microsoft YaHei", "微軟正黑體", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
  color: #555;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.loading {
  position: fixed;
  background: rgba(29, 31, 73, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.loading-img {
  width: 200px;
  margin: 0 0 5px;
  animation: loading 3s infinite alternate ease-in-out;
}
.loading-img img {
  width: 100%;
}

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.loading-box span {
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  animation: loadingTxt 1s infinite alternate ease-in-out;
}

@keyframes loading {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes loadingTxt {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
input:-internal-autofill-selected {
  background-color: #fff !important;
  background-image: none !important;
  color: #111 !important;
}

.preloadimg {
  position: fixed;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.preloadimg img {
  width: 1px;
  height: 1px;
}

.preload {
  width: 0;
  height: 0;
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.preload img {
  width: 1px;
  height: 1px;
}

.icon-close {
  width: 48px;
  height: 48px;
  background: url(../img/icon_close.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.icon-close:hover {
  background: url(../img/icon_close_on.svg) no-repeat center center;
}

.icon-zoom {
  width: 48px;
  height: 48px;
  background: url(../img/icon_zoom.svg) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.icon-zoom:hover {
  background: url(../img/icon_zoom_on.svg) no-repeat center center;
}

.icon-heart {
  width: 48px;
  height: 48px;
  background: url(../img/icon_heart_w.svg) no-repeat center center;
}
.icon-heart:hover {
  background: url(../img/icon_heart_w_on.svg) no-repeat center center;
}
.icon-heart.act {
  background: url(../img/icon_heart_w_on.svg) no-repeat center center;
}

html {
  height: 100%;
}

body {
  font-family: "Noto Serif TC", "Microsoft YaHei", "微軟正黑體", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
  font-weight: 600;
  color: #fff;
  height: 100%;
  background: #1d1f49;
}

main {
  width: 100%;
}

.logo {
  width: 120px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.logo img {
  width: 100%;
}

.price-box {
  color: #fff;
  font-size: 26px;
  text-shadow: 2px 2px 2px #953B27;
  letter-spacing: 1px;
  width: 100px;
  height: 100px;
  background: linear-gradient(#da876b, #b66052);
  border-radius: 200px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -44px;
  right: 0;
  z-index: 2;
}
.price-box::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #FBA676;
  border-radius: 200px;
  position: absolute;
  top: 3px;
  left: -2px;
}

.icon-cart {
  width: 44px;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 1;
}
.icon-cart img {
  width: 100%;
}

.type-group {
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  padding: 40px 20px;
  border-radius: 40px 40px 0 0;
  margin: 0 -50px 60px -50px;
  position: sticky;
  top: 0;
  z-index: 5;
}

.note {
  color: #F4EBD4;
  font-size: 1.2rem;
  text-shadow: 0 2px 2px 8px rgba(0, 0, 0, 0.4);
  margin: 0 0 15px;
}

.btn-type {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.btn-type.act .btn-type-sty {
  color: #525252;
  background: #F4EBD4;
}
.btn-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #E7DEC8;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}

.btn-type-sty {
  font-size: 1.8rem;
  color: #ddd;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  padding: 3px 40px 5px;
  border-radius: 30px;
  background: #9a9a9a;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.btn-more {
  width: 280px;
  margin: 50px auto 150px;
  position: relative;
  display: block;
}
.btn-more.act .btn-type-sty {
  color: #bbb;
  background: #F4EBD4;
}
.btn-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #E7DEC8;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}
.btn-more:hover .btn-type-sty {
  color: #525252;
  background: #F4EBD4;
}

.btn-more-sty {
  font-size: 1.8rem;
  color: #FFFAED;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  padding: 3px 20px 5px;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(#B18E75, #D6C7A7);
  transition: 0.3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.btn-more-sty:hover {
  box-shadow: 0 0 40px #D6C7A7;
}

.btn-more.blue::after {
  border: 1px solid #596CAF;
}
.btn-more.blue .btn-more-sty {
  background: linear-gradient(#596CAF, #A7B4D6);
}

.btn-more.green::after {
  border: 1px solid #9c9d5c;
}
.btn-more.green .btn-more-sty {
  background: linear-gradient(#9c9d5c, #aeb773);
}

.btn-more.pink::after {
  border: 1px solid #c68658;
}
.btn-more.pink .btn-more-sty {
  background: linear-gradient(#c68658, #d8a06f);
}

.btn-page {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 2px;
  padding: 8px 20px 8px 25px;
  border-radius: 100px;
  margin: 0 0 25px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.btn-page::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 1px solid #FFE5A6;
  position: absolute;
  top: 2px;
  left: 2px;
}
.btn-page:hover {
  transform: scale(1.1);
}
.btn-page.cricle {
  width: 120px;
  height: 120px;
  padding: 31px 0 0 7px;
  text-align: center;
}

.btn-bg1-1 {
  background: rgba(73, 37, 4, 0.8);
}

.btn-bg1-2 {
  background: rgba(83, 82, 7, 0.8);
}

.btn-bg1-3 {
  background: rgba(115, 92, 10, 0.8);
}

.btn-bg2-1 {
  background: rgba(131, 31, 9, 0.8);
}

.btn-bg2-2 {
  background: rgba(115, 12, 63, 0.8);
}

.btn-bg2-3 {
  background: rgba(69, 24, 104, 0.8);
}

.btn-bg3-1 {
  background: rgba(9, 58, 131, 0.8);
}

.btn-bg3-2 {
  background: rgba(48, 122, 144, 0.8);
  margin: -10px 0 0 60px;
}

.btn-bg3-3 {
  background: rgba(34, 135, 123, 0.8);
}

.txt-gradient {
  font-weight: 900;
  line-height: 1;
  color: #FFE5A6;
}

.index-box {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.index-box img {
  width: 100%;
}

.moon {
  width: 60%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -60%);
}

.slogan-box {
  width: 480px;
  position: absolute;
  top: 400px;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.slogan-txt {
  width: 550px;
  position: absolute;
  top: 710px;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.slogan-txt p {
  font-family: "Noto Serif TC", "Microsoft YaHei", "微軟正黑體", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
  color: #fff;
  font-weight: 600;
  line-height: 2;
  font-size: 18px;
  margin: 0 0 30px;
}

.t-1 {
  width: 123px;
}

.t-2 {
  width: 117px;
  position: relative;
  top: 30px;
}

.t-3 {
  width: 96px;
  position: relative;
  top: 10px;
}

.t-4 {
  width: 99px;
  position: relative;
  top: 30px;
}

.btn-go-root {
  width: 190px;
  height: 111px;
  background: url(../img/btn_go.svg) no-repeat center center/contain;
  margin: 0 auto;
  position: relative;
  top: 50px;
  cursor: pointer;
}
.btn-go-root span {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 45px;
  left: 54px;
}

.arrow {
  width: 164px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 37px;
  left: 3px;
  transition: 0.3s;
}

.tree-left {
  width: 712px;
  position: absolute;
  top: 174px;
  left: 0;
  z-index: 1;
  transform: translateX(-100px);
  animation: aniTreeLeft 2s alternate forwards ease-out;
}

.tree-right {
  width: 735px;
  position: absolute;
  top: 320px;
  right: 0;
  z-index: 1;
  transform: translateX(100px);
  animation: aniTreeRight 2s ease-out 0.5s forwards alternate;
}

.cloud {
  position: absolute;
  z-index: 2;
}

.cloud-1 {
  width: 720px;
  top: 3%;
  left: 9%;
  animation: aniCloud1 6s infinite alternate ease-in-out;
}

.cloud-2 {
  width: 657px;
  top: 9%;
  right: 11%;
  animation: aniCloud2 5s infinite alternate ease-in-out;
}

.cloud-3 {
  width: 752px;
  top: 20%;
  right: -7%;
  animation: aniCloud2 6s infinite alternate ease-in-out;
}

.cloud-4 {
  width: 759px;
  bottom: 30%;
  right: -7%;
  animation: aniCloud3 4s infinite alternate ease-in-out;
}

.cloud-5 {
  width: 720px;
  bottom: 10%;
  right: -2%;
  animation: aniCloud2 6s infinite alternate ease-in-out;
}

.cloud-6 {
  width: 364px;
  top: 12%;
  left: -9%;
  animation: aniCloud3 7s infinite alternate ease-in-out;
}

.cloud-7 {
  width: 720px;
  top: 37%;
  left: -14.5%;
  animation: aniCloud2 6s infinite alternate ease-in-out;
}

.cloud-8 {
  width: 752px;
  top: 44%;
  left: -2%;
  animation: aniCloud1 9s infinite alternate ease-in-out;
}

.cloud-9 {
  width: 657px;
  bottom: 5%;
  left: -4%;
  animation: aniCloud1 4s infinite alternate ease-in-out;
}

.cloud-10 {
  width: 468px;
  bottom: 15%;
  left: 19%;
  animation: aniCloud3 9s infinite alternate ease-in-out;
}

@keyframes aniCloud1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50px);
  }
}
@keyframes aniCloud2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
@keyframes aniCloud3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes aniTreeLeft {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes aniTreeRight {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.laboratory-box {
  width: 100%;
  height: 100%;
  background: url(../img/room_bg.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.laboratory-box .btn-store {
  z-index: 11;
  visibility: hidden;
}

.laboratory-box-mask {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.laboratory-cont {
  text-align: center;
  width: 620px;
  position: absolute;
  top: 44%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.laboratory-cont h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 8px;
}
.laboratory-cont p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0 0 20px;
}

.btn-entry {
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  margin: 50px auto;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(1.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: 0.3s;
}
.btn-entry:hover {
  transform: scale(1.15);
}
.btn-entry:hover .entry-arrow {
  width: 120px;
  margin: 10px 0 0 20px;
}
.btn-entry span {
  width: 100%;
  display: block;
}

.arrow-entry {
  width: 90px;
  margin: 0 auto;
  display: none;
}
.arrow-entry img {
  width: 100%;
}

.m-btn-entry {
  display: none;
}

.entry-arrow {
  width: 100px;
  height: 16px;
  background: url(../img/btn_arrow.png) no-repeat right center;
  display: block;
  margin: 10px 0 0;
  transition: 0.3s;
}

.btn-go-bar {
  font-size: 2.1rem;
  width: 200px;
  height: 124px;
  background: url(../img/l_arrow.png) no-repeat left center/cover;
  position: absolute;
  bottom: 40px;
  left: 10px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.btn-go-bar span {
  color: #ffd841;
  display: block;
  position: absolute;
  left: 56px;
  top: 29px;
  z-index: 1;
  width: 210px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.btn-go-house {
  font-size: 2.1rem;
  letter-spacing: 3px;
  text-align: right;
  width: 200px;
  height: 124px;
  background: url(../img/r_arrow.png) no-repeat right center/cover;
  position: absolute;
  bottom: 40px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.btn-go-house span {
  color: #cd6f5e;
  display: block;
  position: absolute;
  right: 56px;
  top: 29px;
  z-index: 1;
  width: 190px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.option-section {
  width: 1300px;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) scale(0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  visibility: hidden;
}
.option-section .btn-back {
  width: 140px;
  bottom: 0;
  z-index: 2;
}
.option-section .btn-back span {
  font-size: 1.1rem;
}

.m-food-laboratory-box, .m-food-bar-box, .m-food-house-box {
  display: none;
}

.food-bar-box {
  width: 32%;
  height: 700px;
  background: url(../img/bar_bg.jpg) no-repeat center center/cover;
  margin: 0 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  position: relative;
}
.food-bar-box .btn-back {
  display: none;
}

.h2-box {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 71%;
  background: url(../img/tit_bar_bg.png) no-repeat center top/contain;
  position: relative;
  top: 20px;
}
.h2-box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 0 0 16px #B1911C;
  position: absolute;
  top: 24%;
  right: 11%;
  z-index: 1;
}
.h2-box p {
  font-size: 0.9rem;
  line-height: 1.5;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  left: 8%;
  z-index: 1;
}

.btn-group {
  width: 130px;
  position: absolute;
  top: 370px;
  left: 14%;
  z-index: 1;
}

.people {
  width: 165px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.people img {
  width: 100%;
}

.btn-back {
  width: 220px;
  height: 120px;
  margin: 0 auto;
  background: url(../img/back.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.btn-back::after {
  content: "";
  display: block;
  width: 77%;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 37px;
  bottom: 41px;
  z-index: 1;
  transition: 0.3s;
}
.btn-back span {
  font-size: 1.73rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  display: block;
  position: absolute;
  bottom: 53px;
  left: 30%;
  z-index: 2;
}

.btn-back2 {
  width: 250px;
  height: 130px;
  margin: 0 auto;
  background: url(../img/back2.svg) no-repeat center center/contain;
  display: block;
  cursor: pointer;
  position: relative;
}
.btn-back2::after {
  content: "";
  display: block;
  width: 93%;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 16px;
  bottom: 48px;
  z-index: 1;
  transition: 0.3s;
}
.btn-back2 span {
  font-size: 1.43rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  display: block;
  position: absolute;
  bottom: 58px;
  left: 23%;
  z-index: 2;
}

.food-house-box {
  width: 32%;
  height: 700px;
  background: url(../img/house_bg.jpg) no-repeat center center/cover;
  margin: 0 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  position: relative;
}
.food-house-box .btn-back {
  display: none;
}

.h2-house-box {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 71%;
  padding-bottom: 71%;
  background: url(../img/tit_house_bg.png) no-repeat center top/contain;
  position: relative;
  top: 20px;
}
.h2-house-box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 0 0 16px #B02525;
  position: absolute;
  top: 24%;
  right: 11%;
  z-index: 1;
}
.h2-house-box p {
  font-size: 0.9rem;
  line-height: 1.5;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  margin: 0 30px 0 0;
  position: absolute;
  top: 50%;
  left: 8%;
  z-index: 1;
}

.people2 {
  width: 185px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.people2 img {
  width: 100%;
}

.food-laboratory-box {
  width: 32%;
  height: 700px;
  background: url(../img/laboratory_bg.jpg) no-repeat center center/cover;
  margin: 0 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: relative;
}
.food-laboratory-box .btn-back {
  display: none;
}

.h2-laboratory-box {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 71%;
  background: url(../img/tit_laboratory_bg.png) no-repeat center top/contain;
  position: relative;
  top: 20px;
}
.h2-laboratory-box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 0 0 16px #031B59;
  position: absolute;
  top: 24%;
  right: 11%;
  z-index: 1;
}
.h2-laboratory-box p {
  font-size: 0.9rem;
  line-height: 1.5;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  margin: 0 40px 0 0;
  position: absolute;
  top: 50%;
  left: 8%;
  z-index: 1;
}

.btn-group3 {
  width: 190px;
  position: absolute;
  top: 330px;
  left: 30px;
  z-index: 1;
}

.people3 {
  width: 200px;
  position: absolute;
  right: -10px;
  bottom: -12px;
  z-index: 1;
}
.people3 img {
  width: 100%;
}

.page-cont {
  width: 1024px;
  padding: 100px 50px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.page-cont h2 {
  color: #FFF2DB;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 0 0 30px;
}
.page-cont p {
  font-size: 1.1rem;
  color: #FFF2DB;
  letter-spacing: 2px;
  line-height: 1.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  margin: 0 0 20px;
}
.page-cont img {
  width: 100%;
}
.page-cont .btn-back {
  position: static;
  transform: translateX(0);
  display: block;
}

.taste {
  background: url(../img/taste_blue_bg.jpg) repeat-y center top/contain;
  background-size: 100%;
  background-attachment: fixed;
}
.taste .fix {
  background: linear-gradient(to bottom, #1c3069 40%, rgba(28, 48, 105, 0) 100%);
}

.paring {
  background: url(../img/paring_yellow_bg.jpg) repeat-y center top/contain;
  background-size: 100%;
  background-attachment: fixed;
}
.paring .fix {
  background: linear-gradient(to bottom, #a2892b 40%, rgba(162, 137, 43, 0) 100%);
}

.life {
  background: url(../img/life_orange_bg.jpg) repeat-y center top/contain;
  background-size: 100%;
  background-attachment: fixed;
}
.life .fix {
  background: linear-gradient(to bottom, #d4804f 40%, rgba(212, 128, 79, 0) 100%);
}

.wish {
  background: url(../img/wish_green_bg.jpg) repeat-y center top/contain;
  background-size: 100%;
  background-attachment: fixed;
}
.wish .fix {
  background: linear-gradient(to bottom, #6a7b53 40%, rgba(106, 123, 83, 0) 100%);
}

.bg-icon {
  width: 385px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.main-img {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}
.main-img img {
  margin: 0 0 20px;
}
.main-img p {
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  margin: 0 25px;
}

.main-prod-box {
  width: 55%;
  display: block;
  overflow: hidden;
  position: relative;
}
.main-prod-box span {
  font-size: 1.4rem;
  color: #e04848;
  font-weight: 700;
  width: 100%;
  display: block;
}
.main-prod-box i {
  font-style: normal;
  font-family: system-ui;
}
.main-prod-box h4 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #555;
  min-height: 106px;
  margin: 0 40px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.main-prod-box p {
  color: #fff;
  padding: 0 50px;
  line-height: 1.6;
}
.main-prod-box .prod-img-box {
  margin: 0 auto 70px;
}
.main-prod-box .price-box {
  bottom: 10px;
  right: -10px;
}

.s-group {
  width: 34%;
  margin: 0 5% 0 0;
}

.s-prod-box {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 30px;
}
.s-prod-box h4 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #555;
  min-height: 86px;
  position: relative;
  top: -30px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.s-prod-box span {
  font-size: 1.1rem;
  color: #e04848;
  font-weight: 700;
  width: 100%;
  display: block;
}
.s-prod-box p {
  font-size: 1rem;
  color: #fff;
  padding: 0 40px 0 55px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 2;
}
.s-prod-box .prod-bg {
  top: 95px;
  width: 100%;
  left: 0;
}
.s-prod-box .prod-img-box {
  margin: 0 auto;
}
.s-prod-box .prod-img {
  width: 100%;
}
.s-prod-box .price-box {
  margin: 0;
  top: -30px;
  bottom: auto;
  right: -30px;
}

.prod-box-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 0 50px;
}

.pord-box {
  width: 48%;
  display: block;
}
.pord-box h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFAED;
  padding: 0 35px;
  margin: 0 0 5px;
}
.pord-box span {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.pord-box p {
  color: #fff;
  padding: 0 35px;
  line-height: 1.6;
}

.prod-img-box {
  width: 100%;
  margin: 0 0 5px;
  position: relative;
}
.prod-img-box .prod-img {
  width: 90%;
  margin: 0 0 0 2%;
  position: relative;
  bottom: 0;
  z-index: 2;
}

.prod-bg {
  width: 100%;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: 1;
}

.prod-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.prod-group h3 {
  font-size: 4rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.2;
  width: 100%;
  background: url(../img/tit_cloud.png) no-repeat right 15% center/330px;
  margin: 0 0 80px;
}

.paring-main {
  margin: 0 0 40px;
}
.paring-main h3 {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 4px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px;
}
.paring-main p {
  color: #fff;
}

.paring-main-img {
  display: block;
  width: 90%;
  margin: 0 auto 30px;
  position: relative;
}
.paring-main-img .price-box {
  right: 19%;
  bottom: 20px;
}

.video-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 57.6%;
}
.video-box iframe {
  width: 100%;
  height: 100%;
  background: #F4E077;
  padding: 16px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.paring-s-group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.paring-s-group .s-prod-box {
  width: 34%;
  margin: 0 3% 50px;
}

@media screen and (max-width: 1800px) {
  .cloud-1 {
    width: 650px;
  }

  .cloud-2 {
    width: 500px;
  }

  .cloud-3 {
    width: 630px;
  }

  .cloud-4 {
    width: 580px;
  }

  .cloud-5 {
    width: 600px;
  }

  .cloud-6 {
    width: 304px;
  }

  .cloud-7 {
    width: 580px;
  }

  .cloud-8 {
    width: 570px;
  }

  .cloud-9 {
    width: 540px;
  }

  .cloud-10 {
    width: 368px;
  }

  .tree-right {
    width: 645px;
    right: -90px;
  }

  .tree-left {
    width: 650px;
    left: -100px;
  }
}
@media screen and (max-width: 1600px) {
  .moon {
    width: 1000px;
  }

  .cloud-1 {
    width: 650px;
  }

  .cloud-2 {
    width: 500px;
  }

  .cloud-3 {
    width: 630px;
  }

  .cloud-4 {
    width: 500px;
  }

  .cloud-5 {
    width: 600px;
  }

  .cloud-6 {
    width: 304px;
  }

  .cloud-7 {
    width: 580px;
  }

  .cloud-8 {
    width: 570px;
  }

  .cloud-9 {
    width: 540px;
  }

  .cloud-10 {
    width: 368px;
  }

  .tree-right {
    width: 560px;
    right: -100px;
  }

  .tree-left {
    width: 560px;
  }
}
@media screen and (max-width: 1400px) {
  .cloud-1 {
    width: 560px;
  }

  .cloud-2 {
    width: 380px;
  }

  .cloud-3 {
    width: 400px;
  }

  .cloud-4 {
    width: 420px;
  }

  .cloud-5 {
    width: 450px;
  }

  .cloud-6 {
    width: 244px;
  }

  .cloud-7 {
    width: 410px;
  }

  .cloud-8 {
    width: 440px;
  }

  .cloud-9 {
    width: 370px;
  }

  .cloud-10 {
    width: 258px;
  }

  .tree-right {
    width: 500px;
    right: -140px;
  }

  .tree-left {
    width: 500px;
    left: -140px;
  }

  .option-section {
    width: 100%;
    padding: 0 10px;
    justify-content: space-between;
  }

  .food-bar-box {
    height: 650px;
    margin: 0;
  }

  .food-laboratory-box {
    height: 650px;
    margin: 0;
  }

  .food-house-box {
    height: 650px;
    margin: 0;
  }

  .h2-box h2 {
    font-size: 2.2rem;
    top: 22%;
  }
  .h2-box p {
    font-size: 0.8rem;
    margin: 0 23px 0 0;
    top: 44%;
    left: 6%;
  }

  .h2-laboratory-box h2 {
    font-size: 2.2rem;
    top: 22%;
  }
  .h2-laboratory-box p {
    font-size: 0.8rem;
    margin: 0 23px 0 0;
    top: 44%;
    left: 6%;
  }

  .h2-house-box h2 {
    font-size: 2.2rem;
    top: 22%;
  }
  .h2-house-box p {
    font-size: 0.8rem;
    margin: 0 23px 0 0;
    top: 44%;
    left: 6%;
  }

  .people {
    right: -10px;
  }

  .people2 {
    right: -20px;
  }

  .people3 {
    right: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .cloud-1 {
    width: 480px;
  }

  .cloud-2 {
    width: 310px;
  }

  .cloud-3 {
    width: 330px;
  }

  .cloud-4 {
    width: 350px;
  }

  .cloud-5 {
    width: 400px;
  }

  .cloud-6 {
    width: 184px;
  }

  .cloud-7 {
    width: 330px;
  }

  .cloud-8 {
    width: 330px;
  }

  .cloud-9 {
    width: 260px;
  }

  .cloud-10 {
    width: 198px;
  }

  .tree-right {
    width: 360px;
    right: -50px;
  }

  .tree-left {
    width: 360px;
    left: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .page-cont {
    width: 100%;
  }

  .bg-icon {
    width: 33%;
  }

  .page-cont {
    padding: 100px 50px;
  }

  .paring-main-img {
    width: 100%;
  }

  .prod-group h3 {
    background: url(../img/tit_cloud.png) no-repeat right 16% center/200px;
  }

  .main-prod-box {
    width: 58%;
  }
  .main-prod-box h4 {
    padding: 0;
    margin: 0 70px;
  }
  .main-prod-box .prod-img-box {
    margin: 0 auto 60px;
  }

  .s-group {
    width: 40%;
    margin: 0;
  }

  .s-prod-box h4 {
    padding: 0 40px;
  }

  .paring-s-group .s-prod-box {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .slogan-box {
    width: 350px;
    top: 360px;
  }

  .slogan-txt {
    width: 460px;
    top: 660px;
  }
  .slogan-txt p {
    font-size: 1rem;
  }

  .btn-go-root {
    top: 10px;
  }

  .cloud-1 {
    width: 400px;
    top: 5%;
  }

  .cloud-4 {
    width: 240px;
  }

  .cloud-5 {
    width: 350px;
  }

  .cloud-8 {
    width: 210px;
  }

  .cloud-9 {
    width: 260px;
  }

  .cloud-10 {
    width: 198px;
  }

  .tree-right {
    width: 290px;
  }

  .tree-left {
    width: 290px;
  }

  .btn-go-bar {
    display: block;
  }

  .btn-go-house {
    display: block;
  }

  .btn-entry {
    display: none;
  }

  .m-btn-entry {
    display: flex;
  }

  .arrow-entry {
    display: block;
  }

  .option-section {
    display: none;
  }

  .btn-store {
    display: none;
  }

  .btn-page.cricle {
    width: 180px;
    height: 180px;
    padding: 45px 0 0 6px;
  }

  .m-food-laboratory-box {
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: scale(0.8);
    display: block;
    visibility: hidden;
  }
  .m-food-laboratory-box .btn-back {
    display: block;
    z-index: 1;
  }
  .m-food-laboratory-box .h2-laboratory-box {
    width: 86%;
    padding-bottom: 65%;
  }
  .m-food-laboratory-box .h2-laboratory-box h2 {
    font-size: 8vw;
  }
  .m-food-laboratory-box .h2-laboratory-box p {
    font-size: 3vw;
  }
  .m-food-laboratory-box .btn-group3 {
    width: 45%;
    left: 14%;
    top: auto;
    bottom: 19%;
  }
  .m-food-laboratory-box .btn-page {
    font-size: 4vw;
  }
  .m-food-laboratory-box .btn-bg3-2 {
    margin: 0px 0 0 34%;
  }
  .m-food-laboratory-box .people3 {
    width: 40%;
    right: 10px;
  }

  .m-food-bar-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100%);
    display: block;
  }
  .m-food-bar-box .btn-back {
    display: block;
    z-index: 1;
  }
  .m-food-bar-box .h2-box {
    width: 86%;
    padding-bottom: 65%;
  }
  .m-food-bar-box .h2-box h2 {
    font-size: 8vw;
  }
  .m-food-bar-box .h2-box p {
    font-size: 3vw;
    top: 47%;
    left: 9%;
  }
  .m-food-bar-box .btn-group {
    width: 40%;
    left: 24%;
    top: auto;
    bottom: 30%;
  }
  .m-food-bar-box .btn-page {
    font-size: 4vw;
  }
  .m-food-bar-box .people {
    width: 37%;
    right: 20px;
  }

  .m-food-house-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(100%);
    display: block;
  }
  .m-food-house-box .btn-back {
    display: block;
    z-index: 1;
  }
  .m-food-house-box .h2-house-box {
    width: 86%;
    padding-bottom: 65%;
  }
  .m-food-house-box .h2-house-box h2 {
    font-size: 8vw;
  }
  .m-food-house-box .h2-house-box p {
    font-size: 3vw;
    margin: 0 50px 0 0;
    top: 47%;
    left: 9%;
  }
  .m-food-house-box .btn-group {
    width: 40%;
    left: 24%;
    top: auto;
    bottom: 30%;
  }
  .m-food-house-box .btn-page {
    font-size: 4vw;
  }
  .m-food-house-box .people2 {
    width: 37%;
    right: 20px;
  }

  .paring-main h3 {
    font-size: 1.8rem;
  }

  .type-group {
    padding: 30px 20px 40px;
  }

  .btn-type {
    margin: 0 5px;
  }

  .btn-type-sty {
    font-size: 1.5rem;
    padding: 3px 20px 5px;
  }

  .pord-box h4 {
    padding: 0 15px;
  }
  .pord-box p {
    padding: 0 15px;
  }

  .prod-group h3 {
    font-size: 3.3rem;
    background: url(../img/tit_cloud.png) no-repeat right 5% center/220px;
    margin: 0 0 50px;
  }
  .prod-group.m-mar {
    margin: 0 0 100px;
  }

  .main-prod-box {
    width: 100%;
    margin: 0 0 80px;
  }

  .s-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .s-prod-box {
    width: 46%;
  }
  .s-prod-box p {
    padding: 0 10px 0 20px;
  }

  .paring-s-group .s-prod-box {
    width: 50%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 480px) {
  .loading-img {
    width: 100px;
  }

  .loading-box span {
    font-size: 0.7rem;
  }

  .moon {
    width: 550px;
  }

  .slogan-box {
    width: 290px;
    top: 200px;
  }

  .slogan-txt {
    width: 80%;
    top: 480px;
  }
  .slogan-txt p {
    font-size: 0.9rem;
  }

  .tree-left {
    width: 200px;
    left: -60px;
    top: 210px;
  }

  .tree-right {
    width: 200px;
    right: -60px;
    top: 480px;
  }

  .btn-go-root {
    width: 157px;
  }
  .btn-go-root span {
    font-size: 1.2rem;
    bottom: 48px;
    left: 43px;
  }

  .arrow {
    width: 140px;
    background: url(../img/btn_arrow.png) no-repeat right center/180px;
    bottom: 40px;
    left: 3px;
  }

  .cloud-1 {
    width: 330px;
    top: 70px;
    left: -60px;
  }

  .cloud-2 {
    width: 210px;
    right: -50px;
    top: 40px;
  }

  .cloud-3 {
    width: 260px;
    top: 140px;
    right: -80px;
  }

  .cloud-4 {
    width: 220px;
    right: -70px;
    top: 360px;
  }

  .cloud-5 {
    width: 290px;
    bottom: 10px;
    right: -110px;
  }

  .cloud-6 {
    display: none;
  }

  .cloud-7 {
    width: 250px;
    top: 320px;
  }

  .cloud-8 {
    width: 190px;
    left: -60px;
    top: 530px;
  }

  .cloud-9 {
    width: 230px;
    left: -60px;
    bottom: 20px;
  }

  .cloud-10 {
    width: 198px;
    left: -40px;
    bottom: 80px;
  }

  .laboratory-cont {
    width: 100%;
    padding: 0 20px;
  }
  .laboratory-cont h2 {
    font-size: 1.2rem;
  }
  .laboratory-cont p {
    font-size: 1rem;
  }

  .btn-entry {
    font-size: 1.4rem;
    width: 160px;
    height: 160px;
    margin: 30px auto 0;
  }

  .logo {
    width: 80px;
  }

  .page-cont {
    padding: 100px 20px 30px;
  }
  .page-cont h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0 0 10px;
  }
  .page-cont p {
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.6;
  }

  .prod-box-group {
    margin: 0 0 20px;
  }

  .paring-main h3 {
    font-size: 1.4rem;
  }

  .pord-box span {
    font-size: 0.8rem;
  }
  .pord-box h4 {
    font-size: 1.2rem;
    padding: 0 5px;
  }
  .pord-box p {
    font-size: 0.9rem;
    padding: 0 5px;
    line-height: 1.4;
    margin: 0;
  }

  .type-group {
    padding: 20px 10px 10px;
    border-radius: 30px 30px 0 0;
    margin: 0 -20px;
  }

  .btn-type {
    margin: 0 5px 15px;
  }

  .note {
    font-size: 0.9rem;
    margin: 0 0 10px;
  }

  .btn-type-sty {
    font-size: 1rem;
    padding: 3px 10px 5px;
  }

  .prod-group h3 {
    font-size: 2.2rem;
    line-height: 2;
    text-align: left;
    background: url(../img/tit_cloud.png) no-repeat right 0 center/200px;
    margin: 0 0 20px;
  }

  .prod-img-box .prod-img {
    width: 94%;
  }

  .prod-bg {
    top: 135px;
  }

  .main-prod-box {
    margin: 0 0 30px;
  }
  .main-prod-box h4 {
    font-size: 2rem;
    margin: 0 20px;
  }
  .main-prod-box p {
    padding: 0 30px;
  }
  .main-prod-box .prod-img-box {
    margin: 0 auto 15px;
  }
  .main-prod-box .price-box {
    width: 80px;
    height: 80px;
    bottom: 0;
  }
  .main-prod-box .price-box::after {
    width: 80px;
    height: 80px;
  }

  .s-prod-box {
    width: 48%;
  }
  .s-prod-box span {
    font-size: 0.8rem;
  }
  .s-prod-box h4 {
    font-size: 1rem;
    letter-spacing: 1px;
    min-height: 60px;
    padding: 0 10px;
    top: -22px;
  }
  .s-prod-box p {
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 0 6px 0 13px;
  }
  .s-prod-box .prod-img-box {
    margin: 0 auto -10px;
  }
  .s-prod-box .price-box {
    top: -20px;
    right: -10px;
  }
  .s-prod-box .prod-bg {
    top: 60px;
  }

  .price-box {
    font-size: 1rem;
    width: 60px;
    height: 60px;
    bottom: -17px;
  }
  .price-box::after {
    width: 60px;
    height: 60px;
  }

  .icon-cart {
    width: 28px;
  }

  .btn-more {
    width: 220px;
    margin: 40px auto 80px;
  }

  .btn-more-sty {
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding: 5px 20px 8px;
  }

  .btn-back {
    width: 140px;
    height: 90px;
  }
  .btn-back span {
    font-size: 1.2rem;
    bottom: 40px;
  }
  .btn-back::after {
    width: 84%;
    right: 18px;
    bottom: 29px;
  }

  .btn-back2 {
    width: 180px;
    height: 90px;
  }
  .btn-back2 span {
    font-size: 1rem;
    bottom: 39px;
  }
  .btn-back2::after {
    width: 90%;
    bottom: 31px;
  }

  .paring-main-img {
    margin: 0 auto 20px;
  }

  .paring-s-group .s-prod-box {
    width: 48%;
  }

  .btn-go-bar {
    font-size: 1.2rem;
    width: 125px;
    height: 70px;
    left: 20px;
    bottom: 30px;
  }
  .btn-go-bar span {
    font-weight: 700;
    width: 130px;
    left: 36px;
    top: 47px;
  }

  .btn-go-house {
    font-size: 1.2rem;
    width: 125px;
    height: 70px;
    right: 20px;
    bottom: 30px;
  }
  .btn-go-house span {
    font-weight: 700;
    width: 130px;
    right: 36px;
    top: 47px;
  }

  .btn-page.cricle {
    line-height: 1.3;
    width: 140px;
    height: 140px;
    padding: 34px 0 0 6px;
  }

  .m-food-laboratory-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .m-food-laboratory-box .btn-back {
    bottom: 10px;
  }
  .m-food-laboratory-box .h2-laboratory-box {
    width: 100%;
    padding-bottom: 69%;
  }
  .m-food-laboratory-box .h2-laboratory-box h2 {
    font-size: 9vw;
  }
  .m-food-laboratory-box .h2-laboratory-box p {
    font-size: 3.6vw;
    margin: 0 43px 0 20px;
  }
  .m-food-laboratory-box .btn-group3 {
    width: 49%;
    left: 5%;
    bottom: 15%;
  }
  .m-food-laboratory-box .btn-page {
    font-size: 6vw;
  }
  .m-food-laboratory-box .people3 {
    width: 54%;
    right: -10px;
  }

  .m-food-house-box .btn-back {
    bottom: 10px;
  }
  .m-food-house-box .h2-house-box {
    width: 100%;
    padding-bottom: 69%;
  }
  .m-food-house-box .h2-house-box h2 {
    font-size: 9vw;
  }
  .m-food-house-box .h2-house-box p {
    font-size: 3.6vw;
    margin: 0 30px 0 0;
  }
  .m-food-house-box .btn-group {
    left: 20%;
  }
  .m-food-house-box .btn-page {
    font-size: 6vw;
  }
  .m-food-house-box .people2 {
    width: 50%;
    right: 10px;
  }

  .m-food-bar-box .btn-back {
    bottom: 10px;
  }
  .m-food-bar-box .h2-box {
    width: 100%;
    padding-bottom: 69%;
  }
  .m-food-bar-box .h2-box h2 {
    font-size: 9vw;
  }
  .m-food-bar-box .h2-box p {
    font-size: 3.6vw;
  }
  .m-food-bar-box .btn-group {
    left: 20%;
  }
  .m-food-bar-box .btn-page {
    font-size: 6vw;
  }
  .m-food-bar-box .people {
    width: 49%;
    right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .moon {
    width: 480px;
    transform: translate(-50%, -64%);
  }

  .slogan-box {
    width: 230px;
    top: 155px;
  }

  .slogan-txt {
    width: 85%;
    top: 405px;
  }
  .slogan-txt p {
    line-height: 1.6;
  }

  .btn-go-root {
    top: 10px;
  }

  .tree-left {
    top: 150px;
  }

  .tree-right {
    top: 400px;
  }

  .main-img img {
    margin: 0 0 10px;
  }
  .main-img p {
    margin: 0;
  }

  .main-prod-box h4 {
    margin: 0 10px;
  }

  .m-food-laboratory-box .btn-page {
    font-size: 5.6vw;
  }
  .m-food-laboratory-box .btn-group3 {
    bottom: 19%;
  }

  .btn-page.cricle {
    width: 120px;
    height: 120px;
    padding: 35px 0 0 6px;
  }

  .prod-bg {
    top: 120px;
  }

  .main-prod-box span {
    font-size: 1.1rem;
  }
  .main-prod-box h4 {
    font-size: 1.6rem;
    min-height: 86px;
  }
}
@media screen and (max-width: 320px) {
  .slogan-box {
    width: 180px;
    top: 150px;
  }

  .slogan-txt {
    top: 385px;
  }
  .slogan-txt p {
    font-size: 0.75rem;
  }

  .tree-left {
    width: 180px;
  }

  .tree-right {
    width: 180px;
    top: 360px;
  }

  .laboratory-cont p {
    font-size: 0.8rem;
  }

  .btn-entry {
    font-size: 1.2rem;
    width: 120px;
    height: 120px;
  }

  .btn-go-bar {
    font-size: 1rem;
    width: 105px;
    height: 60px;
    left: 10px;
    bottom: 10px;
  }
  .btn-go-bar span {
    width: 120px;
    left: 30px;
    top: 40px;
  }

  .btn-go-house {
    font-size: 1rem;
    width: 105px;
    height: 60px;
    right: 0px;
    bottom: 10px;
  }
  .btn-go-house span {
    width: 120px;
    right: 30px;
    top: 40px;
  }

  .btn-page.cricle {
    width: 100px;
    height: 100px;
    padding: 28px 0 0 6px;
  }

  .m-food-laboratory-box .h2-laboratory-box p {
    margin: 0 30px 0 10px;
  }

  .page-cont {
    padding: 80px 20px 30px;
  }
  .page-cont h2 {
    font-size: 1.6rem;
  }
  .page-cont p {
    font-size: 0.8rem;
  }

  .price-box {
    font-size: 0.8rem;
    width: 50px;
    height: 50px;
    bottom: -14px;
    right: -6px;
  }
  .price-box::after {
    width: 48px;
    height: 48px;
    top: 1px;
    left: -2px;
  }

  .icon-cart {
    width: 22px;
  }

  .pord-box h4 {
    font-size: 0.9rem;
  }

  .main-prod-box h4 {
    min-height: 76px;
  }
  .main-prod-box p {
    padding: 0 10px;
    text-align: justify;
  }
  .main-prod-box .price-box {
    font-size: 1rem;
    width: 60px;
    height: 60px;
    bottom: -2px;
    right: 0;
  }
  .main-prod-box .price-box::after {
    width: 60px;
    height: 60px;
  }

  .prod-bg {
    top: 110px;
  }

  .s-prod-box h4 {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .s-prod-box .prod-bg {
    top: 55px;
  }

  .paring-main h3 {
    font-size: 1.2rem;
  }

  .note {
    font-size: 0.8rem;
  }

  .btn-type-sty {
    font-size: 0.9rem;
    padding: 3px 5px 5px;
  }
}
@media screen and (max-height: 950px) and (orientation: landscape) {
  .option-section {
    top: 5%;
  }

  .food-bar-box {
    height: 600px;
  }

  .food-laboratory-box {
    height: 600px;
  }

  .food-house-box {
    height: 600px;
  }

  .people {
    width: 145px;
  }

  .people2 {
    width: 155px;
  }

  .people3 {
    width: 170px;
  }

  .btn-back {
    bottom: 15px;
  }
}
@media screen and (max-height: 900px) and (orientation: landscape) {
  .moon {
    transform: translate(-50%, -70%);
  }

  .slogan-box {
    width: 350px;
    top: 32%;
  }

  .slogan-txt {
    top: 69%;
  }
  .slogan-txt p {
    line-height: 1.6;
  }

  .btn-go-root {
    top: auto;
  }
}
@media screen and (max-height: 730px) and (orientation: landscape) {
  .option-section {
    top: 0;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape) {
  .option-section {
    top: 0;
  }

  .btn-back {
    width: 110px;
    height: 60px;
  }
  .btn-back span {
    font-size: 0.9rem;
    bottom: 26px;
    letter-spacing: 0;
  }
  .btn-back::after {
    height: 1px;
    right: 17px;
    bottom: 20px;
  }
}
@media (max-height: 440px) and (orientation: landscape) {
  body, html {
    overflow: hidden;
  }

  .m-warning {
    display: flex;
  }
}
