@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@700&family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Sans+JP:wght@700&display=swap');


body,
html {
  font-family: 'Noto Sans TC', 'Helvetica LT', "微軟正黑體", sans-serif;
  font-size: 16px;
  color: #221815;
  font-weight: 400;
}

a {
  transition: all ease-in-out .3s;
  color: #221815;
}

a:hover {
  text-decoration: none;
  color: #221815;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bubbles {
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

.bubbles .bubble_area {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

ul,
li {
  list-style: none;
  padding: 0;
}

:focus {
  outline: none;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

/**/
.pr-10 {
  padding-right: 10px;
}

/*text*/
.font-400 {
  font-weight: 400;
}

.font-20 {
  font-size: 1.25rem;
}

.enterPage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  display: none;
}

.enterPage .question,
.enterPage .prevent {
  width: 100%;
  height: 100%;
}

.enterPage .content {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.enterPage .content .logo {
  margin-bottom: 60px;
}

.enterPage .content .textBox {
  margin-bottom: 60px;
  z-index: 1;
  font-family: 'Baloo 2', 'Noto Sans TC', "微軟正黑體", sans-serif;
}

.enterPage .content .textBox h3 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 2;
}

.enterPage .content .textBox h2 {
  font-size: 3.75rem;
  font-weight: 700;
}

.enterPage .content .textBox h2 span {
  padding: 0 15px;
}

.enterPage .content .textBox h2 span.point:before {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.enterPage .content .btn-group {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.enterPage .content .btn-group .btn-orange {
  appearance: none;
  box-shadow: none;
  outline: none;
  width: 200px;
  background: #fff;
  border-radius: 30px;
  font-weight: 700;
  padding: 12px 30px;
  border: 3px solid #f08300;
  font-size: 1.25rem;
  transition: all ease-in-out .3s;
  color: #221815;
  cursor: pointer;
}

.enterPage .content .btn-group .btn-orange:hover {
  background: #f08300;
  color: #fff;
}

.enterPage .question {
  background: url(../img/prevent.png) no-repeat center center;
  background-size: cover;
}

.enterPage .prevent {
  background: #221815;
  color: #fff;
}

.enterPage>div {
  display: none;
}

.enterPage>div.show {
  display: block;
}

body.IsAdult {
  overflow: hidden;
}

.IsAdult .enterPage {
  display: block;
}

.IsAdult .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.IsAdult .bubbles {
  display: none;
}

/*header*/
body.home {
  width: 100%;
  padding-top: 120px;
  background: url(../img/bg.jpg) top center no-repeat;
  background-size: cover;
}

header {
  background: #fff;
  transition: all ease-in-out 0.3s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.navbar-toggler {
  display: none;
}

.navbar-toggler .open-menu {
  display: none;
}

.navbar-toggler.collapsed .open-menu {
  display: block;
}

.navbar-toggler.collapsed .close-menu {
  display: none;
}

.navbar {
  padding: 0;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all ease-in-out 0.3s;
}

.navbar .navbar-brand {
  padding: 0 80px 0 30px;
  margin: 0;
}

.navbar .navbar-brand img {
  width: 80px;
}

.navbar .navbar-brand .logo-fixed {
  display: none;
}

.navbar-nav {
  flex-direction: row;
}

.navbar-nav .nav-item {
  padding: 15px 20px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0 20px 0;
  position: relative;
}

.navbar-nav .nav-item .nav-link:before {
  opacity: 0;
  transition: all ease-in-out .3s;
  content: "";
  width: 40px;
  height: 10px;
  background: url(../img/wave-b.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-nav .nav-item.active .nav-link:before {
  opacity: 1;
}

.collapse:not(.show) {
  display: block;
}

body.fixed header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 100;
  box-shadow: 0 0 20px 8px rgba(89, 89, 89, .25);
}

body.fixed .navbar {
  padding: 0;
}

body.fixed .navbar .navbar-brand .logo-nomal {
  display: none;
}

body.fixed .navbar .navbar-brand .logo-fixed {
  display: block;
}


/*content*/

.container {
  width: 100%;
}

.container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.textBox {
  letter-spacing: 1px;
}

.textBox.type01 p {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-family: 'HelveticaTextbook LT Roman', 'Noto Sans TC', "微軟正黑體", sans-serif;
  line-height: 1.75;
}

.textBox.type01 p:last-child {
  margin-bottom: 0;
}

.textBox.type01 .text {
  margin-bottom: 40px;
}

.textBox.type01 .sub-title {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.textBox.type01 .main-title h5 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}

.textBox.type01 .main-title h3 {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
  margin-left: 10px;
}

.textBox.type01 .main-title h3 span {
  font-size: 1.5rem;
}

.textBox .quote {
  padding: 0 20px;
  position: relative;
  display: inline-block;
}

.textBox .quote:before {
  content: "";
  width: 20px;
  height: 12px;
  background: url(../img/icon/qmb.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.textBox .quote:after {
  content: "";
  width: 20px;
  height: 12px;
  background: url(../img/icon/qma.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

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

.point {
  position: relative;
  display: inline-block;
}

.point:before {
  content: "";
  width: 90px;
  height: 90px;
  background: #fff266;
  position: absolute;
  bottom: 0;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.circle-img {
  position: relative;
}

.circle-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}

.circle-img .imgBox {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.circle-img.red:before {
  background: url(../img/dotBG-red.png) center center repeat;
}

.circle-img.blue:before {
  background: url(../img/dotBG-blue.png) center center repeat;
}

.circle-img.yellow:before {
  background: url(../img/dotBG-yellow.png) center center repeat;
}

.dialogBox {
  position: absolute;
  z-index: 1;
  font-size: 1.25rem;
}

.dialogBox:before {
  content: "";
  width: 48px;
  height: 32px;
  background: url(../img/dialog-line.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
}

.dialogBox .dialog {
  position: relative;
  padding: 10px 60px;
}

.dialogBox .dialog:before {
  content: "";
  width: 46px;
  height: 116px;
  background: url(../img/dialog-l.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dialogBox .dialog:after {
  content: "";
  width: 46px;
  height: 116px;
  background: url(../img/dialog-r.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dialogBox .dialog p:last-child {
  margin: 0;
}

.dot {
  position: relative;
}

.dot:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff266;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.line {
  margin: 30px 0;
  width: 40px;
  height: 10px;
}

.line.blue {
  background: url(../img/wave-b.png) no-repeat center center;
  background-size: 100%;
}

.line.red {
  background: url(../img/wave-r.png) no-repeat center center;
  background-size: 100%;
}

/*slider*/
.banner-slider {
  width: 100%;
}

.banner-slider .mb-banner {
  display: none
}

.banner-slider .prev-arrow {
  appearance: none;
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: 10;
}

.banner-slider .prev-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/arrow-left.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-slider .next-arrow {
  appearance: none;
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 10;
}

.banner-slider .next-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/arrow-right.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-slider .slick-slide img {
  width: 100%;
}


/*mizumizu*/
.section-mizumizu {
  position: relative;
  z-index: 2;
}

.section-mizumizu .content {
  display: flex;
  justify-content: space-between;
}

.section-mizumizu .content .left {
  width: 650px;
  margin: 0 auto;
}

.section-mizumizu .content .right {
  position: relative;
  right: -110px;
  width: calc(100% - 650px);
  height: 600px;
  margin-top: 40px;
}

.section-mizumizu .textBox {
  font-family: 'Helvetica LT', 'Noto Sans TC', "微軟正黑體", sans-serif;
  font-weight: 700;
  margin-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.section-mizumizu .textBox .sub-title {
  font-size: 2.25rem;
  min-height: 50px;
}

.section-mizumizu .textBox .main-title {
  font-size: 3.75rem;
  line-height: 1.3;
}

.section-mizumizu .imageBox {
  width: 100%;
  height: 500px;
  position: relative;
}

.section-mizumizu .imageBox .circle-img.red {
  width: 460px;
  height: 460px;
  left: -180px;
}

.section-mizumizu .imageBox .circle-img.red:before {
  right: -36px;
  bottom: -22px;
}

.section-mizumizu .imageBox .circle-img.blue {
  width: 200px;
  height: 200px;
  position: absolute;
  right: -40px;
  bottom: 60px;
}

.section-mizumizu .imageBox .circle-img.blue:before {
  width: 230px;
  height: 230px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-mizumizu .imageBox .dialogBox {
  left: 350px;
  top: 30px;
  width: 400px;
}

.section-mizumizu .imageBox .dialogBox:before {
  right: 102%;
  top: 50%;
  transform: translateY(-50%);
}

.section-mizumizu .produtGroup .item {
  width: 300px;
  height: 380px;
  position: absolute;
}

.section-mizumizu .produtGroup .item:nth-child(1) {
  left: 0;
  top: 0;
  animation: productMove01 5s ease 0s infinite normal;
  -webkit-animation: productMove01 5s ease 0s infinite normal;
}

.section-mizumizu .produtGroup .item:nth-child(2) {
  bottom: 0;
  right: 0;
  animation: productMove02 4s ease 0s infinite normal;
  -webkit-animation: productMove02 4s ease 0s infinite normal;
}

.section-mizumizu .produtGroup .item:nth-child(1):before {
  content: "";
  width: 95px;
  height: 95px;
  background: url(../img/Product-cirPink.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 50px;
  animation: productMove02 5s ease 0s infinite normal;
  -webkit-animation: productMove02 5s ease 0s infinite normal;
}

.section-mizumizu .produtGroup .item:nth-child(2):before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/Product-cirBlue.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 150px;
  left: 0;
  animation: productMove01 4s ease 0s infinite normal;
  -webkit-animation: productMove01 4s ease 0s infinite normal;
}

.section-mizumizu .mark {
  position: absolute;
  right: 50px;
  top: 20px;
  background: transparent;
  padding: 0;
}

.section-mizumizu .mark .frame img {
  position: absolute;
  top: 0;
  left: 0;
}

.section-mizumizu .mark .frame img.mark-frame01 {
  animation: rotation 6s linear infinite;
  -webkit-animation: rotation 6s linear infinite;
}

.section-mizumizu .mark .frame img.mark-frame02 {
  animation: rotation 5s linear infinite;
  -webkit-animation: rotation 5s linear infinite;
}

.section-mizumizu .mark .frame img.mark-frame03 {
  animation: rotation 6.5s linear infinite;
  -webkit-animation: rotation 6.5s linear infinite;
}


@keyframes productMove01 {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes productMove01 {
  0% {
    -webkit-transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px);
  }
}

@keyframes productMove02 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes productMove02 {
  0% {
    -webkit-transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/*brand*/
.section-brand {
  z-index: 1;
  position: relative;
  background: url(../img/whitecirleBG.png) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 180px;
}

.section-brand:before {
  content: "";
  background: url(../img/mizumizuBottom.png) repeat-x center center;
  background-size: cover;
  width: 100%;
  height: 360px;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
}

.section-brand .textBox {
  text-align: center;
  padding-top: 40px;
}

.section-brand .textBox p {
  margin-bottom: 40px;
}

.section-brand .textBox .main-title h3 {
  margin-left: 10px;
}

.brandBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.brand-item {
  padding: 70px 30px 30px;
  margin: 0 40px;
  text-align: center;
  width: 440px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.brand-item .imgBox {
  width: 300px;
}

.brand-item .title {
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}

.brand-item .title h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.brand-item .title h3 {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: 'Baloo 2', 'Noto Sans TC', "微軟正黑體", sans-serif;
}

.brand-item.yellow {
  background: url(../img/dotCircle-yellow.png) no-repeat center center;
  background-size: 100%;
}

.brand-item.yellow .title h3 {
  color: #ff8a00;
}

.brand-item.blue {
  background: url(../img/dotCircle-blue.png) no-repeat center center;
  background-size: 100%;
}

.brand-item.blue .title h3 {
  color: #009dcf;
}

.brand-item.red {
  background: url(../img/dotCircle-pink.png) no-repeat center center;
  background-size: 100%;
}

.brand-item.red .title h3 {
  color: #ff2b67;
}

.brand-item .title .dot:after {
  top: auto;
  bottom: -5px;
}

/*mine*/
.mine-box {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.mine-box>.textBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 150px;
}

.mine-box>.textBox .sub-title {
  font-size: 1.5rem;
  display: inline-block;
  background: #fffab6;
  padding: 2px 10px;
  margin-bottom: 15px;
  width: auto;
}

.mine-box>.textBox .main-title {
  font-family: 'Noto Sans JP', 'Noto Sans TC', "微軟正黑體", sans-serif;
  line-height: 1.3;
  font-size: 2.8rem;
  font-weight: 700;
  background: #fffab6;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  position: relative;
}

.mine-box>.textBox .main-title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/dotBG-yellow.png) center center;
  position: absolute;
  right: -10px;
  bottom: -20px;
  z-index: -1;
}

.mine-box .imageBox {
  display: flex;
}

.mine-box .imageBox .door-img {
  width: 560px;
  height: 680px;
  position: relative;
  left: -70px;
}

.mine-box .imageBox .door-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/dotBG-yellow.png) center center;
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  position: absolute;
  right: -25px;
  bottom: -35px;
  z-index: -1;
}

.mine-box .imageBox .door-img .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 280px;
  border-top-right-radius: 280px;
  background-position: center center;
  background-size: cover;
}

.mine-box .info-box {
  position: relative;
  padding-top: 90px;
  right: -50px;
  z-index: 0;
}

.mine-box .info-box .textBox {
  z-index: 1;
  position: relative;
  padding: 100px 40px 100px 70px;
  width: 680px;
  height: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mine-box .info-box .textBox:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fffcd3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.mine-box .info-box .textBox .text {
  max-width: 360px;
  word-break: keep-all;
}

.mine-box .circle-img {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 120px;
  right: -80px;
  z-index: 2;
}

.mine-box .circle-img:before {
  right: -30px;
  bottom: -25px;
}

.mine-box .circle-img .dialogBox {
  right: calc(100% + 80px);
  width: 340px;
  top: 100px;
}

.mine-box .circle-img .dialogBox:before {
  background: url(../img/dialog-lineR.png) no-repeat center center;
  left: 102%;
  top: 50%;
  transform: translateY(-50%);
}

.mine-box:nth-child(even)>.textBox {
  margin-left: 50%;
}

.mine-box:nth-child(even) .imageBox {
  flex-direction: row-reverse;
}

.mine-box:nth-child(even) .imageBox .door-img {
  right: -70px;
  left: auto;
}

.mine-box:nth-child(even) .info-box {
  left: -50px;
  right: auto;
}

.mine-box:nth-child(even) .circle-img {
  left: -100px;
  right: auto;
  top: 80px;
}

.mine-box:nth-child(even) .circle-img .dialogBox {
  left: calc(100% + 80px);
  top: 120px;
}

.mine-box:nth-child(even) .circle-img .dialogBox:before {
  background: url(../img/dialog-line.png) no-repeat center center;
  right: 102%;
  left: auto;
}

.section-mine {
  background: url(../img/whitecirleBG02.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 100px;
}

/*product*/
.product-box {
  display: flex;
  flex-direction: column;
}

.product-box .product-item {
  display: flex;
  margin-left: 30%;
  position: relative;
  right: -60px;
  padding: 20px 0;
}

.product-box .product-item .textBox {
  padding: 40px 110px;
  width: 560px;
  height: 440px;
  border-radius: 40px;
  z-index: 0;
}

.product-box .product-item.blue .textBox {
  background: url(../img/waterBG.png) no-repeat center center;
  background-size: cover;
}

.product-box .product-item.red .textBox {
  background: url(../img/momoBG.png) no-repeat center center;
  background-size: cover;
}

.product-box .product-item .textBox .sub-title {
  font-size: 2.25rem;
  font-weight: 700;
}

.product-box .product-item .textBox .main-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.product-box .product-item .textBox .point:before {
  left: 0;
  right: auto;
}

.product-box .product-item .textBox p {
  font-size: 1.125rem;
  margin-bottom: 40px;
}

.product-box .product-item .textBox p:last-child {
  margin-bottom: 0;
}

.product-box .product-item .producet-image {
  position: absolute;
  left: 510px;
  bottom: -80px;
}

.product-box .product-item:nth-child(even) {
  margin-left: 0;
  margin-right: 30%;
  flex-direction: row-reverse;
  left: -60px;
}

.product-box .product-item:nth-child(even) .producet-image {
  left: auto;
  right: 550px;
  bottom: auto;
  top: -250px;
}


/*footer*/
.footer-logo {
  padding: 50px 0;
}

.footer-logo .logoBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo .logoBox .logo {
  width: 90px;
  height: 90px;
}

.footer-logo .logoBox .logo img {
  width: 100%;
}

.footer-logo .logoBox .text {
  padding-left: 25px;
}

.footer-logo .logoBox .text p {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 5px;
}

.footer-logo .logoBox .text h3 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-logo .logoBox .text h3 span {
  font-size: 1.5rem;
  margin-right: 10px;
}

.top-footer {
  background: #b1afae;
}

.top-footer .doNotDrink {
  font-size: 4.5rem;
  font-weight: 500;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.top-footer .doNotDrink .left {
  display: flex;
  align-items: center;
}

.top-footer .doNotDrink .left img {
  padding-left: 20px;
}

.top-footer .doNotDrink .right span {
  padding: 0 20px;
}

.bottom-footer {
  background: #221815;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  padding: 15px 0;
}

.bottom-footer p {
  margin: 0;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: -50px;
  left: 0;
  z-index: 1000;
  transition: all linear .3s;
}

.footer.stop {
  bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }

  .container-md {
    width: 1200px;
  }
}

@media(min-width:992px) {}

@media(max-width:1440px) {}

@media(max-width:1366px) {
  body.home {
    padding-top: 100px;
  }

  .navbar {
    padding-top: 20px;
  }

  .navbar .navbar-brand {
    padding-right: 40px;
  }

  .navbar .navbar-brand img {
    width: 80px;
  }

  .navbar-nav .nav-item {
    padding: 15px 20px;
  }

  .section-mizumizu .textBox {
    margin-top: 40px;
  }

  .section-mizumizu .imageBox .circle-img.red {
    left: -60px;
    width: 400px;
    height: 400px;
  }

  .section-mizumizu .imageBox .dialogBox {
    width: 360px;
    left: 400px;
  }

  .dialogBox .dialog {
    padding: 10px 40px;
  }

  .dialogBox .dialog:before,
  .dialogBox .dialog:after {
    width: 40px;
    height: 100px;
  }

  .section-mizumizu .content .right {
    right: -30px;
  }



  .brand-item {
    width: 360px;
    height: 360px;
  }

  .brand-item .imgBox {
    width: 240px;
  }

  .brand-item .title h5 {
    font-size: 1.25rem;
  }

  .brand-item .title h3 {
    font-size: 1.75rem;
  }

  .brand-item .title h3 .logo-711 {
    width: 120px;
  }

  .section-brand {
    padding-bottom: 140px;
  }

  .mine-box .imageBox {
    justify-content: space-between;
  }

  .mine-box .imageBox .door-img {
    left: 0;
    width: 480px;
    height: 580px;
  }

  .mine-box .info-box {
    right: 0;
  }

  .mine-box .circle-img {
    right: 0;
    width: 320px;
    height: 320px;
  }

  .mine-box .circle-img:before {
    right: -20px;
    bottom: -15px;
  }

  .mine-box .circle-img .dialogBox {
    width: 320px;
  }

  .mine-box .info-box .textBox {
    width: 600px;
    height: 600px;
    padding-left: 50px;
  }

  .mine-box:nth-child(even) .imageBox .door-img {
    right: 0;
  }

  .mine-box:nth-child(even) .info-box {
    left: 0;
  }

  .mine-box:nth-child(even) .circle-img {
    left: 0;
  }

  .mine-box>.textBox {
    margin-bottom: 120px;
  }

  .product-box .product-item {
    right: 0;
  }

  .product-box .product-item:nth-child(even) {
    left: 0;
  }

  .product-box .product-item .producet-image {
    left: 540px;
  }

  .product-box .product-item .producet-image .imgBox {
    width: 300px;
  }

  .product-box .product-item:nth-child(even) .producet-image {
    top: -150px;
    right: 540px;
  }

  .top-footer .doNotDrink .left {
    font-size: 2rem;
  }

  .top-footer .doNotDrink .right {
    font-size: 1.75rem;
  }

  .top-footer .doNotDrink .left img {
    padding: 0;
    width: 40px;
    margin-left: 20px;
  }
}

@media(max-width:1366px)and (max-height:800px) {

  .enterPage .content .textBox,
  .enterPage .content .logo {
    margin-bottom: 40px;
  }

  .enterPage .content .textBox h3 {
    line-height: 1.75;
  }
}

@media(max-width:1024px) {
  .navbar .navbar-brand {
    padding-left: 0;
  }

  .point:before {
    width: 70px;
    height: 70px;
  }

  .section-mizumizu .content .left {
    width: 50%;
  }

  .section-mizumizu .textBox .sub-title {
    font-size: 1.75rem;
    min-height: 42px;
  }

  .section-mizumizu .textBox .main-title {
    font-size: 2.6rem;
  }

  .section-mizumizu .imageBox .circle-img.red {
    width: 300px;
    height: 300px;
    top: 80px;
    left: -40px;
  }

  .section-mizumizu .imageBox .circle-img.red:before {
    right: -25px;
    bottom: -15px;
  }

  .section-mizumizu .imageBox .dialogBox {
    top: 10px;
    left: 230px;
  }

  .section-mizumizu .imageBox .dialogBox:before {
    transform: translateY(-50%) rotate(160deg);
  }

  .section-mizumizu .content .right {
    width: 50%;
    right: 0;
    left: 50px;
    height: 500px;
  }

  .section-mizumizu .produtGroup .item {
    width: 250px;
    height: 310px;
  }

  .section-mizumizu .produtGroup .item:nth-child(2) {
    right: 50px;
  }

  .section-mizumizu .mark {
    right: 120px;
    width: 120px;
  }

  .section-mizumizu .mark .frame img {
    width: 120px;
  }

  .brand-item {
    width: 300px;
    height: 300px;
    padding: 45px 15px 30px;
  }

  .brand-item .imgBox {
    width: 180px;
  }

  .section-brand {
    padding-bottom: 100px;
  }

  .section-brand .textBox {
    padding-top: 20px;
  }

  .mine-box .info-box .circle-img {
    right: 20px;
  }

  .mine-box>.textBox .main-title {
    font-size: 2.6rem;
  }

  .mine-box .imageBox .door-img {
    width: 360px;
    height: 440px;
    top: 150px;
  }

  .mine-box .circle-img {
    right: 20px;
  }

  .mine-box:nth-child(even) .circle-img {
    left: 20px;
  }

  .product-box .product-item {
    margin-left: 10%;
  }

  .product-box .product-item .textBox {
    padding: 40px 60px;
  }

  .product-box .product-item .producet-image {
    bottom: 20px;
  }

  .product-box .product-item .producet-image .imgBox {
    width: 230px;
  }

  .product-box .product-item:nth-child(even) {
    margin-right: 10%;
  }

  .product-box .product-item:nth-child(even) .producet-image {
    top: 20px;
  }

  .top-footer .doNotDrink {
    flex-direction: column;
  }

  .top-footer .doNotDrink .left {
    flex-direction: row-reverse;
  }

}

@media(max-width:991px) {
  body.fixed header {
    overflow: hidden;
  }

  body.home {
    padding-top: 50px;
  }

  header {
    z-index: 10;
    min-height: 50px;
  }

  header:before {
    content: "";
    width: 120px;
    height: 120px;
    background: #ffea00;
    border-radius: 50%;
    position: absolute;
    top: -68px;
    right: -50px;
    transition: all ease-in-out .3s;
  }

  header.open {
    height: 100%;
  }

  header.open:before {
    width: calc(100% + 50px);
    height: calc(100% + 68px);
    border-radius: 0;
    background: #fff9b1;
  }

  header .container {
    max-width: 100% !important;
  }

  .navbar-toggler {
    display: block;
    padding: 0;
    border-radius: 0;
    border: none;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 10px
  }

  .navbar-toggler img {
    width: 100%;
  }

  .collapse:not(.show) {
    display: none;
  }

  .navbar .navbar-brand {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }

  .navbar .navbar-brand img {
    width: 40px;
  }

  .navbar-collapse {
    padding-top: 70px;
  }

  .navbar-nav {
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
  }

  .navbar-nav .nav-item {
    padding: 10px 20px;
  }

  .navbar-nav .nav-item .nav-link {
    padding-bottom: 15px;
  }

  .section-mizumizu .content .left {
    width: 100%;
  }

  .section-mizumizu .textBox {
    text-align: center;
  }

  .section-mizumizu .imageBox .circle-img.red {
    left: 10%;
  }

  .section-mizumizu .imageBox .circle-img.blue {
    right: 10%;
  }

  .section-mizumizu .imageBox .dialogBox {
    left: 45%;
  }

  /* .section-mizumizu .textBox .main-title span{display: block;}
  .section-mizumizu .content{position: relative;}
  .section-mizumizu .content .left{width: 100%;}
  .section-mizumizu .textBox{margin-top: 0;}
  .section-mizumizu .textBox .sub-title{padding-bottom: 10px;}
  .section-mizumizu .imageBox{height:650px;}
  .section-mizumizu .imageBox .circle-img.red{top: 0;margin-bottom: 100px;}
  .section-mizumizu .imageBox .circle-img.red .dialogBox{left: 280px;bottom: -50px;top: auto;font-size: 1rem;width: 330px;}
  .section-mizumizu .imageBox .circle-img.red .dialogBox:before{transform: translateY(-50%) rotate(240deg);top: -40px;left: 40px;right: auto;}
  .dialogBox .dialog:before, .dialogBox .dialog:after{height: 80px;background-size: contain;}
  .section-mizumizu .imageBox .circle-img.blue{width: 250px;height: 250px;left: 50%;bottom: 0;transform: translateX(-50%);}
  .section-mizumizu .imageBox .circle-img.blue:before{width: 280px;height: 280px;}
  .section-mizumizu .content .right{height: 400px;left: 0;position: absolute;right: 0;left: auto;width: 360px;}
  .section-mizumizu .produtGroup .item{width: 180px;height: 230px;}
  .section-mizumizu .produtGroup .item:nth-child(1):before{width: 40px;height: 40px;right: auto;left: 0;top: 10px;}
  .section-mizumizu .produtGroup .item:nth-child(2):before{width: 50px;height: 50px;bottom: 30px;left: -20px;}
  .section-mizumizu .mark{right: 60px;} */


  .brandBox {
    flex-direction: column;
    padding: 20px 0;
    justify-content: center;
  }

  .brand-item {
    width: 320px;
    height: 320px;
    padding: 40px 15px 40px;
    margin: 15px 0;
    justify-content: center;
  }

  .brand-item .imgBox {
    width: 220px;
  }

  .mine-box {
    padding-bottom: 60px;
  }

  .mine-box>.textBox {
    margin-bottom: 60px;
  }

  .mine-box .imageBox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mine-box .circle-img {
    position: relative;
    top: auto;
    margin-bottom: 125px;
  }

  .mine-box .circle-img .dialogBox {
    left: 50% !important;
    transform: translateX(-50%);
    top: 380px !important;
    width: 340px;
    text-align: center;
  }

  .mine-box .circle-img .dialogBox:before {
    background: url(../img/dialog-lineR.png) no-repeat center center !important;
    transform: translateY(-50%) rotate(50deg);
    left: 60px !important;
    right: auto;
    bottom: 100%;
    top: auto;
  }

  .mine-box .imageBox .door-img {
    right: 20px;
    left: auto;
    z-index: 1;
    width: 320px;
    height: 390px;
    margin-top: 50px;
    top: auto;
  }

  .mine-box:nth-child(even) .imageBox .door-img {
    right: 20px;
    left: auto;
  }

  .mine-box .info-box {
    padding-top: 0;
    margin-top: -150px;
  }

  .mine-box .info-box .textBox {
    width: 680px;
    height: 680px;
    padding: 140px 70px 100px;
  }

  .mine-box:nth-child(even) .imageBox {
    flex-direction: column;
  }

  .mine-box:nth-child(even)>.textBox {
    margin-left: 0;
  }

  .mine-box:nth-child(even) .circle-img {
    top: auto;
  }

  .product-box .product-item {
    width: 100%;
    margin: 0;
    padding-top: 240px;
    margin-top: 60px;
  }

  .product-box .product-item .textBox {
    padding-top: 200px !important;
    height: auto;
    width: 100%;
  }

  .product-box .product-item .textBox .sub-title {
    font-size: 2rem;
  }

  .product-box .product-item .textBox .main-title {
    font-size: 2.5rem;
  }

  .product-box .product-item .producet-image,
  .product-box .product-item:nth-child(even) .producet-image {
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translateX(-100px);
  }

  .product-box .product-item.blue {
    padding-top: 180px;
  }

  .product-box .product-item.blue .producet-image {
    top: -120px;
  }

  .product-box .product-item.red {
    padding-top: 200px;
  }

  .product-box .product-item.red .producet-image {
    top: 0;
  }

  .footer-logo {
    padding: 30px 0;
  }

  .top-footer .doNotDrink .left {
    font-size: 2rem;
  }

  .top-footer .doNotDrink .left img {
    margin-right: 10px;
  }

  .top-footer .doNotDrink .right {
    font-size: 1.75rem;
  }

  .top-footer .doNotDrink .right span {
    padding: 0 10px;
  }
}



@media(max-width:767px) {
  .navbar-toggler {
    right: 0;
  }

  body.home {
    background: url(../img/bg-m.jpg) top center no-repeat;
    background-size: cover;
  }

  .mine-box>.textBox .main-title {
    max-width: 280px;
  }

  .dialogBox {
    font-size: 1rem;
  }

  .mine-box .info-box .textBox {
    width: 100%;
    padding: 160px 0 80px;
  }

  .mine-box .info-box .textBox:before {
    width: 680px;
    height: 680px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mine-box .info-box .textBox .text {
    max-width: none;
    word-break: normal;
  }

  .mine-box .circle-img .dialogBox {
    margin-left: 10px;
  }

  .textBox.type01 .sub-title {
    font-size: 1.125rem;
  }

  .textBox.type01 .sub-title span {
    display: block;
  }

  .textBox .quote {
    display: inline-block;
  }

  .textBox.type01 p {
    font-size: 1rem;
    word-break: break-word;
  }

  .textBox.type01 .sub-title {
    margin-bottom: 15px;
  }

  .textBox.type01 .main-title h5 {
    margin-bottom: 20px;
  }

  .textBox.type01 .main-title h3 {
    margin: 0;
    position: relative;
  }

  .textBox.type01 .main-title.point:before {
    display: none;
  }

  .textBox.type01 .main-title.point h3:before {
    content: "";
    width: 70px;
    height: 70px;
    background: #fff266;
    position: absolute;
    bottom: 0;
    right: -40px;
    border-radius: 50%;
    z-index: -1;
  }


  .section-mizumizu .content {
    position: relative;
  }

  .section-mizumizu .content .left {
    width: 100%;
  }

  .section-mizumizu .textBox {
    padding-bottom: 40px;
  }

  .section-mizumizu .textBox .sub-title {
    padding-bottom: 10px;
  }

  .section-mizumizu .imageBox {
    height: 650px;
  }

  .section-mizumizu .imageBox .circle-img.red {
    width: 250px;
    height: 250px;
    margin: 0 auto 100px;
    left: 0;
    top: 0;
    margin-bottom: 100px;
  }

  .section-mizumizu .imageBox .circle-img.red:before {
    right: -15px;
    bottom: -10px;
  }

  .section-mizumizu .imageBox .dialogBox {
    width: 330px;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
    text-align: center;
  }

  .section-mizumizu .imageBox .dialogBox:before {
    transform: translateX(-50%) rotate(260deg);
    top: -40px;
    right: auto;
    left: 50%;
    width: 40px;
  }

  .dialogBox .dialog:before,
  .dialogBox .dialog:after {
    height: 80px;
    background-size: contain;
  }

  .section-mizumizu .imageBox .circle-img.blue {
    width: 250px;
    height: 250px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .section-mizumizu .imageBox .circle-img.blue:before {
    width: 280px;
    height: 280px;
  }

  .section-mizumizu .content .right {
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    left: auto;
    width: 360px;
  }

  .section-mizumizu .produtGroup .item {
    width: 180px;
    height: 230px;
  }

  .section-mizumizu .produtGroup .item:nth-child(1):before {
    width: 40px;
    height: 40px;
    right: auto;
    left: 0;
    top: 10px;
  }

  .section-mizumizu .produtGroup .item:nth-child(2):before {
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: -20px;
  }

  .section-mizumizu .mark {
    right: 60px;
  }

  .section-brand .textBox {
    padding-top: 60px;
  }

  .section-mine {
    padding-bottom: 40px;
  }

  .product-box .product-item .textBox {
    padding: 50px 20px;
  }

  .product-box .product-item.blue .textBox {
    background: url(../img/waterBG-m.png) no-repeat center center;
    background-size: cover;
  }

  .product-box .product-item.red .textBox {
    background: url(../img/momoBG-m.png) no-repeat center center;
    background-size: cover;
  }

  .footer-logo .logoBox .logo {
    width: 70px;
    height: 70px;
  }

  .footer-logo .logoBox .text p {
    font-size: .9rem;
  }

  .footer-logo .logoBox .text h3 {
    font-size: 1.75rem;
  }

  .footer-logo .logoBox .text h3 span {
    font-size: 1.25rem;
  }

  .enterPage .content {
    width: 100%;
  }

  .enterPage .content .logo {
    width: 75px;
  }

  .enterPage .content .logo img {
    width: 100%;
  }

  .enterPage .content .textBox h3 {
    font-size: 1.5rem;
  }

  .enterPage .content .textBox h3 span {
    display: block;
  }

  .enterPage .content .textBox h2 {
    font-size: 2.25rem;
    line-height: 1.5;
    margin: 0;
  }

  .enterPage .content .textBox h2 span {
    display: block;
  }

  .enterPage .content .textBox h2 span.point {
    display: inline;
  }

  .enterPage .content .btn-group .btn-orange {
    width: 120px;
    padding: 10px 15px;
  }

  .enterPage .content .textBox h2 span.point:before {
    width: 60px;
    height: 60px;
  }

  .enterPage .content .textBox h2 span.text-flex {
    display: flex;
    align-items: center;
  }

  .enterPage .content .textBox,
  .enterPage .content .logo {
    margin-bottom: 20px;
  }
}

@media(max-width:680px) {
  .section-mizumizu .textBox {
    padding-bottom: 40px;
    text-align: left;
  }

  .section-mizumizu .textBox .main-title span {
    display: block;
  }

  .section-mizumizu .imageBox .dialogBox {
    width: 100%;
  }

  .section-mizumizu .imageBox .dialogBox:before {
    transform: translateX(-50%) rotate(240deg);
    top: -40px;
    right: auto;
    left: 50%;
  }

  .section-mizumizu .content .right {
    width: 190px;
    height: 250px;
    top: 140px;
    right: -10px;
  }

  .section-mizumizu .produtGroup .item {
    width: 110px;
    height: 140px;
  }

  .section-mizumizu .produtGroup .item:nth-child(2) {
    right: 0;
    bottom: 20px;
  }

  .section-mizumizu .mark {
    width: 80px;
    right: 15px;
    top: -15px;
  }

  .section-mizumizu .mark .frame img {
    width: 80px;
  }

  .banner-slider .mb-banner {
    display: block
  }

  .banner-slider .pc-banner {
    display: none
  }

}


@media(max-width:375px) {

  .mine-box .circle-img,
  .mine-box:nth-child(even) .circle-img {
    right: 10px;
    left: auto;
  }

  .mine-box .imageBox .door-img,
  .mine-box:nth-child(even) .imageBox .door-img {
    right: 10px;
  }

  .mine-box .info-box .textBox .text {
    max-width: 100%;
    word-break: break-all;
  }
}

@media(max-width:320px) {}