@charset "UTF-8";
body{
  color: #000;
}
.mob {
  display: none !important; /*750*/
}
.sp {
  display: none !important;/*500*/
}

main {
  width: 100%;
  font-family: Noto Sans CJK TC, Arial, "微軟正黑體", sans-serif ;
  position: relative;
  line-height: normal;
  overflow-x: hidden;
}
.rowWrapper {
    margin: 0 !important;
}
.swiper-Box {
  padding: 3% 10% 40px;
  position: relative;
}
.smv_banner_Box {
  position: relative;
  background: #e7d6ce;
  padding: 265px 0 0;
}
.banner_slogan {
  width: 45%;
  position: absolute;
  z-index: 10;
  left: 13%;
  top: 140px;
}
.smv_banner {
  width: 100%;
}
.smv_banner .slick-slide .banner_pic {
  margin: 0 30px;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-slide img {
  width: 100%;
}
.slick-prev, .slick-next {
  width: 64px;
  height: 64px;
  background: #000;
  z-index: 9;
}
.slick-prev {
  left: 100px;
  background: url(../images/slick-arrow-l.png) no-repeat center;
}
.slick-next {
  right: 100px;
  background: url(../images/slick-arrow-r.png) no-repeat center;
}
.slick-prev:before, .slick-next:before {
  content: none;
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../images/slick-arrow-l.png) no-repeat center;
}
.slick-next:hover, .slick-next:focus {
  background: url(../images/slick-arrow-r.png) no-repeat center;
}
.slick-dots {
  bottom: 30px;
  width: 100%;
}
.slick-dots li {
  width: 140px;
  height: 7px;
}
.slick-dots li button {
  width: 140px;
  height: 7px;
  padding: 0;
}
.slick-dots li button:before {
  width: 140px;
  height: 7px;
  content: '';
  opacity: 1;
  background: #FFF;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #8e877c;
}


.product_Box {
  background: #e7d6ce;
  padding: 10px 0 0;
}
.big_Box, .large_Box {
  width: 92%;
  max-width: 1700px;
  background: url(../images/dots.png) center top 55px;
  margin: 100px auto 110px;
  position: relative;
}
.big_Box {
  z-index: 1;
}
.va_title {
  padding: 4% 0 0 20%;
}

.va_model {
  width: 43%;
  margin:0 0 4% 8%;
}
.va_ml {
  width: 16%;
  position: absolute;
  left: 2%;
  top: 4.5%;
  transform: translateX(-120%);
  transition: transform 2s ease;
}
.va_ml.is-animated {
  transform: translateX(0);
}
.va_picBox {
  width: 100%;
  display: flex;
  align-items: end;
  margin-top: -15%;
  justify-content: flex-end;
  transform: translateX(100%);
  transition: transform 2s ease;
}
.va_picBox.is-animated {
  transform: translateX(0);
}
.vs_picBox {
  width: 100%;
  display: flex;
  align-items: end;
  margin: -29% 0 0 1%;
  position: relative;
  z-index: 2;
  transform: translateX(-100%);
  transition: transform 2s ease;
}
.vs_picBox.is-animated {
  transform: translateX(0);
}
.va_pd, .vs_pd {
  width: 30%;
}
.va_color {
  width: 135px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 0 -3% 50px;
}
.vs_color {
  width: 65px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 50px 0 0;
}
.va_color span, .vs_color span {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 8px;
  border: 2px solid #fff;
  
}
.va_color span.active, .vs_color span.active {
  border: 3px solid #fff;
  transform: scale(1.1);
}
.va_color span.pd_color_one {
  margin-left: 66px;
}
.va_picBox img {
  display: none;
  margin-bottom: -55%;
}
.va_picBox img.show {
  display: block;
}
.large_bg {
  background: #b5d5d6;
  padding: 10px 0;
}
.vs_title {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(-6%);
  padding: 10% 0 0;
}
.vs_model {
  width: 43%;
  margin:0 2% 4% 0;
  text-align: right;
}
.vs_ml {
  width: 16%;
  position: absolute;
  right: 3%;
  top: 12%;
  transform: translateX(120%);
  transition: transform 2s ease;
}
.vs_ml.is-animated {
  transform: translateX(0);
}
.vs_picBox img {
  display: none;
  margin-top: -5%;
}
.vs_picBox img.show {
  display: block;
}

.big_Box .pd_intro {
  width: 52%;
  display:flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  left: 3.5%;
  top: 75%;
  z-index: 3;
}
.large_Box .pd_intro {
  width: 55%;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  right: 3.5%;
  top: 70%;
  z-index: 3;
}
.big_Box .pd_intro ul {
  padding: 3% 15px 0;
  margin-left: 5%;
}
.large_Box .pd_intro ul {
  padding: 5% 30px 0;
}
.pd_intro ul li {
  position: relative;
  padding: 5px 12px;
  font-size: 1.75vw;
  color: #fff;
  font-weight: bold;
}
.pd_intro ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pd_btn {
  width: 100%;
  max-width: 230px;
  display: block;
  background: #fff;
  padding: 16px;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  transition: all .5s;
  position: relative;
  border-radius: 50px;
}
.pd_btn::before {
  content: '';
  width: 30%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.1);
  transition: all .5s;
}
.pd_btn:hover::before {
  width: 100%;
  opacity: 1;
}
.pd_btn i {
  width: 12px;
  display: inline-block;
  padding-top: 20px;
  background: url(../images/arrow.svg) no-repeat center bottom;
  background-size: contain;
  margin-left: 10px;
  animation: move_r .8s linear alternate infinite;
}

@keyframes move_r {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
.product_Inner{
  display: flex;
  text-align: center;
  justify-content: center;
}
.product_title{
  margin: 10px 20% 25px;
}
.product_img {
  width: 32%;
}
.product_detail {
  width: 68%;
  max-width: 1400px;
  padding: 0 0 0 20px;
  margin: 0 auto;
}
.product_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
  empty-cells: show;
}
.product_table th, .product_table td {
  padding: 2.25%;
  text-align: center;
  background-color: #c1cfca;
}
.product_table th:first-child, .product_table td:first-child {
  background-color: #000;
  color: #fff;
  text-align: left;
}
.product_cont p {
  font-size: 0.9rem;
}
.product_cont {
  text-align: center;
  height: 100vh;
  overflow: auto;
  background: #fff;
  padding: 4% 12%;
  box-sizing: border-box;
}

@keyframes introHeading {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}
@keyframes Heading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes introInner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.touch {
  background: #e7d6ce;
  padding: 220px 0 0;
}
.piece {
  background: #e7d6ce;
  padding: 180px 0 160px;
}
.intro_Box, .piece_Box {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.touch_title {
  width: 60%;
}
.intro_text span{
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 3% 0 3% 3%;
  color: #4a5055;
  z-index: 1;
}
.intro_Box .intro_text span{
  width: 39%;
  max-width: 610px;
}
.intro_text span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
}
.intro_text.is-animated span:before {
  -webkit-animation: Heading  1s normal forwards;
  animation: Heading  1s normal forwards;
}
.touch_p {
  position: absolute;
  text-align: right;
  right: 7%;
  top: 20%;
  font-size: 2rem;
}
.touch_pic {
  display: flex;
  justify-content: space-between;
}
.touch_pic li {
  width: calc(100% / 3 - 20px);
}


.piece_title {
  width: 60%;
}
.piece_Box > .intro_text span {
  width: 29%;
}
.piece_jp {
  width: 17%;
  position: absolute;
  right: 0;
  top: 0;
}
.piece_h2 span {
  margin: 10px 0;
  font-size: 2.75vw;
  font-weight: bold;
  color: #231815;
}
.piece_intro {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
}
.piece_intro_l {
  width: 43%;
  max-width: 645px;
  position: relative;
  padding-top: 20%;
}
.piece_intro_l::before {
  content: '';
  position: absolute;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  left: -15%;
  top: 0;
  background: rgba(255,255,255, .5);
  z-index: -2;
}
.piece_intro_l .point {
  width: 60%;
  max-width: 140px;
  height: 55px;
  position: absolute;
  background: url(../images/piece_icon_bg.png) no-repeat center;
  background-size: contain;
  padding: 13px 35px 13px 15px;
  left: -50%;
  top: 65%;
}
.piece_pic01 {
  width: 42%;
  position: absolute;
  right:8%;
  top: 0%;
}
.piece_intro_r {
  width: 57%;
  max-width: 855px;
  position: relative;
  padding-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.piece_intro_r .point {
  width: 30%;
  max-width: 140px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: url(../images/piece_icon_bg2.png) no-repeat center;
  background-size: contain;
  padding: 13px 15px 13px 35px;
  right: -13%;
  top: 16%;
}
.piece_evolution {
  width: 46%;
}
.piece_pic02 {
  width: 65%;
  position: absolute;
  left: 0;
  top: -15%;
}
.piece_p {
  font-size: 1.9vw;
  line-height: 2;
  margin-top: 3%;
}
.remark {
  font-size: 1.25rem;
}
.piece .remark {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: right;
}
.remark p {
  margin: 10px 0;
}


.millimeter_bg {
  background: #b5d5d6;
  padding: 10px 0;
}
.millimeter_Box {
  width: 92%;
  max-width: 1700px;
  background: url(../images/dots.png) center top 55px;
  margin: 100px auto 110px;
  position: relative;
  z-index: 1;
}
.millimeter_intro {
  width: 65%;
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 5%;
}
.millimeter_intro .intro_text span {
  margin: 8% 0 3% 15%;
}
.millimeter_intro > p {
  font-size: 1.75rem;
  padding-left: 30%;
}
.millimeter_pic {
  width: 120%;
  display: flex;
  margin: 0 -8% 5%;
  padding: 3% 0 0;
}
.m_pic_l, .m_pic_r {
  position: relative;
  width: 48%;
}
.m_pic_l {
  padding:10% 2% 0 0;
}
.m_pic_r {
  text-align: right;
  padding-left: 2%;
}
.m_pic_l .hot{
  width: 26%;
  position: absolute;
  right: 0;
  top: 50%;
}
.m_pic_r .cold{
  width: 26%;
  position: absolute;
  left: 10%;
  top: 60%;
}
.millimeter_btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
  top: 77%;
}


.LP_Box {
  background: url(../images/leak_proof_pic.jpg) no-repeat center;
  background-size: cover;
}
.LP_intro {
  width: 92%;
  max-width: 1500px;
  padding: 8% 0;
  margin: 0 auto;
}
.LP_title {
  width: 54%;
}
.LP_intro .intro_text span {
  width: 35.5%;
  max-width: 520px;
  margin: 8% 0 3% 8%;
}
.LP_intro p {
  font-size: 2rem;
  line-height: 2;
  color: #fff;
  padding-left: 8%;
}
.bottle {
  background: #e7d6ce;
}
.bottle_Box {
  width: 92%;
  max-width: 1460px;
  padding: 10% 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.bottle_top {
  width: 70%;
  position: absolute;
  left: 0;
  top: 25%;
}
.bottle_top .intro_text span {
  width: 61%;
  margin: 10% 0 3% 5%;
}
.bottle_intro {
  width: 48%;
  text-align: center;
}
.bottle_intro .intro_text {
  margin-top: -6%;
}
.bottle_intro .intro_text span {
  font-size: 2.25vw;
}
.bottle_intro p {
  text-align: right;
  font-size: 2rem;
  line-height: 2;
  padding: 0 6% 0 0;
}


.renew_Box {
  background: url(../images/renewImg.jpg) no-repeat center;
  background-size: cover;
}
.renew_intro {
  width: 92%;
  max-width: 1500px;
  padding: 30% 0 3%;
  margin: 0 auto;
  position: relative;
}
.renew_title {
  width: 40%;
  position: absolute;
  right: 7%;
  top: 6%;
}
.renew_intro .intro_text span {
  width: 48%;
  max-width: 700px;
  margin: 8% 0 3% 10%;
}
.renew_intro p {
  font-size: 1.875rem;
  line-height: 1.8;
  color: #fff;
  padding-left: 12%;
}
.textL {
  font-size: 2.5rem;
  font-weight: bold;
}
.textS {
  font-size: 1.15rem;
  vertical-align: 1rem;
}
.renew_intro .remark {
  padding:2% 0 0 12%;
  color: #fff;
}


.sns_list {
  background: #b5d5d6;
  padding: 80px 0 30px;
}
.sns_p {
  text-align: center;
  color: #FFF;
  font-size: 1.75rem;
  margin: 0 0 30px;
}
.sns_list ul{
  display: flex;
  justify-content: center;
}
.sns_list li {
  margin: 0 20px;
}
.sns_list p{
  color: #fff;
  text-align: center;
  margin: 2% 0;
  font-size: 1.1vw;
  line-height: 1.3;
}
.sns_link {
  width: 90px;
  display: block;
}
.sns_link:hover {
  opacity: 0.7;
}
.sns_rights {
  text-align: right;
  color: #FFF;
  font-size: 1.25rem;
  margin: 30px 30px 0 0;
}


.modal_home {
  background-color: #fff;
}
.modal_homeBox {
  width: 100%;
}
.modal_home .modal-close {
  width: 80px;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
  font-size: 0;
}
.modal_home.shop_modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.shop_modal .modal_homeBox {
  width: 90%;
  background-color: #fff;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}


.shop_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8% 5%;
}
.shop_cont a {
  display: block;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 10px;
}
.shop_cont a img {
  border-radius: 10px;
}
.shop_cont a:hover {
  border: 1px solid #4a5055;
}
.shopbnt {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 99;
  border-radius: 50%;
  transition: all .3s;
}
.shopbnt a {
  display: block;
  width: 120px;
  height: 120px;
  background: url('../images/shopICON.png') center no-repeat;
  background-size: contain;
}
.shopbnt:hover {
  box-shadow: 0 0 5px rgba(255,255,255,0.8) ;
  bottom: 50px;
}


@media screen and (min-width: 1920px) {
  .banner_slogan img {
    width: 100%;
  }
  .pd_intro ul li {
    font-size: 2rem;
  }
  .piece_h2 span {
    font-size: 3rem;
  }
  .piece_p, .bottle_intro p {
    font-size: 2rem;
  }
  .bottle_intro .intro_text span {
    font-size: 2.75rem;
  }
  .sns_list li {
    width: 3%;
  }
  .shopbnt {
    width: 6%;
  }
  .shopbnt a {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: auto;
    background: url(../images/shopICON.png) center no-repeat;
    background-size: contain;
  }
}



@media screen and (max-width: 1400px) {
  .big_Box .pd_intro, .large_Box .pd_intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .large_Box .pd_intro {
    right: -3%;
  }
  .big_Box .pd_intro ul, .large_Box .pd_intro ul {
    padding: 3% 0;
    margin-left: 0;
  }
  .pd_intro ul li {
    font-size: 2.75vw;
  }
  .touch_p {
    right: 0;
    font-size: 2.25vw;
  }
  .touch {
    padding: 15% 0 0;
  }
  .millimeter_intro > p {
    font-size: 2vw;
    padding-left: 35%;
  }
  .m_pic_l .hot {
    top: 60%;
  }
  .m_pic_r .cold {
    left: 12%;
    top: 65%;
  }
}



@media screen and (max-width: 1300px) {
  .remark {
    font-size: 1rem;
  }
  .smv_banner_Box {
    padding: 15% 0 0;
  }
  .banner_slogan {
    top: 13%;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .smv_banner .slick-slide .banner_pic {
      margin: 0 20px;
  }
  .slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 90px;
    height: 5px;
  }
  .vs_title {
    padding: 5% 0 0;
  }
  .vs_picBox {
    margin: -10% 0 0 0%;
  }
  .vs_ml {
    top: 1.5%;
  }
  .large_Box .pd_intro {
    width: 57%;
    top: 55%;
  }
  .piece_intro_l .point {
    padding: 13px 22px 8px 13px;
  }
  .piece_intro_r .point {
    padding: 13px 8px 13px 22px;
  }
  
  .millimeter_btn {
    top: 70%;
  }
  .millimeter_Box > .remark {
    margin: 8% 0 0;
  }
  .LP_intro p {
    font-size: 2.25vw;
  }
  .bottle_intro p, .renew_intro p {
    font-size: 2.15vw;
  }
  .textL {
    font-size: 3vw;
  }
  .textS {
    font-size: 2vw;
    vertical-align: 1vw;
  }
  .sns_link {
    width: 70px;
  }
  .product_cont {
    padding: 4% 6%;
  }
}


@media screen and (max-width: 1024px) {
  .vs_title {
    padding: 0;
  }
  .vs_ml {
    top: -6%;
  }
  .piece_h2 span {
    font-size: 3vw;
  }
  .piece_p {
    font-size: 2.15vw;
  }
  .millimeter_Box {
    margin: 15% auto;
  }
  .millimeter_btn {
    top: 65%;
  }
  .millimeter_Box > .remark {
    margin: 13% 0 0;
  }
  .m_pic_r {
    padding-left: 0%;
    margin: 0 0 0 -5%;
  }
  .m_pic_l {
    padding: 35% 0 0 0;
    margin: 0 -5% 0 0;
  }
  .millimeter_pic {
    width: 130%;
    display: flex;
    margin: 0 -6% 5%;
  }
  .millimeter_intro .intro_text span {
    margin: 8% 8% 3% 5%;
  }
  .millimeter_intro > p {
    font-size: 2vw;
    padding-left: 5%;
  }
  .millimeter_intro {
    left: 0%;
  }
  .m_pic_r .cold {
    left: 15%;
    top: 40%;
  }
  .m_pic_l .hot {
    top: 63%;
    right: -12%;
  }
  .millimeter_Box > .remark {
    margin: 8% 0 0;
  }

  .renew_title {
    right: 0;
  }
  .renew_intro .intro_text span {
    margin: 8% 0 3% 0;
  }
  .renew_intro p {
    padding-left: 0;
  }
  .renew_intro .remark {
    padding: 2% 0 0 0;
  }

  .sns_list li {
    margin: 0 15px;
  }
  .sns_link {
    width: 60px;
  }
  .product_cont {
    padding: 4%;
  }
  .modal_home .modal-close {
    width: 60px;
    padding: 15px;
  }
  .product_cont p {
    font-size: 0.8rem;
    text-align: left;
  }
  .shopbnt a {
    width: 100px;
    height: 100px;
  }
  .shop_cont {
    flex-direction: column;
  }
  .shop_cont a {
    max-width: 400px;
  }
  
}


@media screen and (max-width: 900px) {
  .remark {
    font-size: .85rem;
  }
  .va_pd, .vs_pd {
    width: 35%;
  }
  .va_color {
    width: 65px;
    margin: 0 0 -10% 3%;
  }
  .va_color span.pd_color_one {
    margin: 8px;
  }
  .pd_btn {
    max-width: 200px;
    padding: 10px;
    font-size: 1.25rem;
    margin: 0 auto;
  }
  .pd_btn i {
    width: 8px;
  }
  .va_color span, .vs_color span {
    width: 40px;
    height: 40px;
  }
  .vs_color {
    margin: 0 3% 3% 0;
  }
  .large_Box .pd_intro {
    width: 48%;
  }
  .large_Box .pd_intro {
    right: 0;
  }
  .piece_h2 span {
    margin: 5px 0;;
  }
  .piece_intro_l::before {
    width: 500px;
    height: 500px;
  }
  
  
}


@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
  .smv_banner .slick-slide .banner_pic {
      margin: 0 15px;
  }
  .slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 60px;
    height: 5px;
  }
  .slick-prev {
    left: 60px;
  }
  .slick-next {
    right: 60px;
  }
  .slick-dots {
    bottom: 20px;
  }
  .sns_link {
    width: 50px;
  }
  .product_Inner {
    flex-direction: column;
  }
  .product_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .product_detail {
    width: 100%;
    padding: 0;
  }
  .product_title {
    margin: 10px 30%;
  }
  .product_table {
    border-spacing: 3px;
  }
  .product_table th, .product_table td {
    font-size: 0.9rem;
  }
  .sns_p {
    font-size: 1.25rem;
  }
  .sns_rights {
    font-size: 1rem;
  }

}


@media screen and (max-width: 750px) {
  
  .big_Box, .large_Box {
    width: 92%;
    margin: 60px auto 60px;
  }
  .va_title {
    padding: 4% 0 0 0;
  }
  .va_ml {
    width: 25%;
    left: 0;
    top: 38%;
  }
  .big_Box .pd_intro, .large_Box .pd_intro {
    width: 100%;
    position: initial;
  }
  .va_pd, .vs_pd {
    width: 50%;
  }
  .va_picBox img {
    margin-bottom: 0;
  }
  .va_color {
    width: 57px;
    margin: 0 0 3% 5%;
  }
  .pd_intro ul li {
    font-size: 4.75vw;
  }
  .vs_title {
    width: 105%;
    transform: translateX(-5%);
  }
  .vs_picBox {
    margin: -5% 0 0 0;
  }
  .vs_ml {
    width: 25%;
    right: 0%;
    top: 37%;
  }
  .vs_color {
    margin: 0 5% 3% 0;
  }


  .touch_title {
    width: 100%;
  }
  .intro_Box .intro_text span {
    width: 80%;
  }
  .touch_p {
    position: initial;
    text-align: left;
    font-size: 4.5vw;
    margin: 3% 0 5%;
  }
  .touch_pic {
    flex-direction: column;
    align-items: center;
  }
  .touch_pic li {
    width: 70%;
    margin: 3% 0;
  }


  .piece {
    padding: 15% 0;
  }
  .piece_title {
    width: 97%;
  }
  .piece_Box > .intro_text span {
    width: 50%;
  }
  .piece_intro {
    flex-direction: column;
  }
  .piece_intro_l, .piece_intro_r {
    width: 100%;
    padding: 0;
  }
  .piece_pic02 {
    width: 100%;
    position: initial;
    padding: 0 15% 0 0;
    margin: 8% 0 0;
  }
  .piece_jp {
    width: 30%;
    position: absolute;
    right: auto;
    left: 0;
    top: 12%;
  }
  .piece_intro_r .point {
    width: 21%;
    right: 5%;
    top: 12%;
  }
  .piece_evolution {
    width: 60%;
  }
  .piece_h2 span {
    font-size: 6vw;
  }
  .piece_pic01 {
    width: 100%;
    position: inherit;
    padding: 0 0 0 55%;
    margin: 10% 0 3%;
  }
  .piece_intro_l .point {
    width: 22%;
    left: 32%;
  }
  .piece_p {
    font-size: 4.5vw;
  }
  .piece .remark {
    text-align: left;
  }
  .millimeter_intro .intro_text span {
    margin: 5% 0% 3% 0%;
  }
  .millimeter_intro > p {
    font-size: 5vw;
    padding-left: 0;
  }
  .millimeter_pic {
    width: 120%;
    flex-direction: column-reverse;
    margin: 0 0 0 -5%;
  }
  .m_pic_l, .m_pic_r {
    width: 100%;
  }
  .m_pic_r {
    padding-left: 15%;
  }
  .m_pic_r .cold {
    left: 10%;
    top: 60%;
  }
  .millimeter_intro {
    width: 100%;
    position: initial;
  }
  .m_pic_l {
    padding: 10% 20% 0 0;
    margin: 0 -5% 0 0;
  }
  .m_pic_l .hot {
    top: 63%;
    right: 13%;
  }
  .millimeter_btn {
    position: initial;
    margin-top: 5%;
    align-items: center;
  }
  .LP_title {
    width: 85%;
  }
  .LP_intro .intro_text span {
    width: 68%;
  }
  .LP_intro p {
    font-size: 5vw;
  }
  .LP_intro {
    padding: 8% 0 20%;
  }
  .LP_Box {
    background: url(../images/leak_proof_pic.jpg) no-repeat center top;
    background-size: 160%;
  }
  .bottle_Box {
    flex-direction: column;
    padding: 15% 0;
  }
  .bottle_top {
    width: 100%;
    position: initial;
  }
  .bottle_top .intro_text span {
    width: 82%;
    margin: 6% 0;
  }
  .bottle_intro {
    width: 100%;
  }
  .bottle_intro .intro_text span {
    font-size: 5.5vw;
  }
  .bottle_intro p {
    font-size: 5vw;
    padding: 0 2% 0 0;
  }
  .renew_Box {
    background: url(../images/renewImg_m.jpg) no-repeat center;
    background-size: cover;
  }
  .renew_title {
    width: 55%;
  }
  .renew_intro {
    padding: 85% 0 10%;
  }
  .renew_intro .intro_text span {
    width: 83%;
  }
  .renew_intro p {
    font-size: 4vw;
  }
  .textL {
    font-size: 6vw;
  }
  .textS {
    font-size: 3vw;
    vertical-align: 2vw;
  }
}


/* @media screen and (max-width: 600px) {
  .piece_intro_r .point {
    right: 0%;
  }
} */


@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
  .smv_banner .slick-slide .banner_pic {
      margin: 0 10px;
  }
  .slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 40px;
    height: 3px;
  }
  .slick-prev {
    left: 25px;
  }
  .slick-next {
    right: 25px;
  }
  .slick-dots {
    bottom: 10px;
  }
  .millimeter_btn {
    align-items: flex-start;
  }
  .sns_p {
    font-size: 1rem;
  }
  .sns_link {
    width: 40px;
  }
  .sns_list {
    padding: 8% 0;
  }
  .sns_list p {
    margin-top: 5%;
  }
  .sns_rights {
    text-align: center;
    font-size: .85rem;
  }
  .product_table th, .product_table td {
    font-size: 0.8rem;
  }
  .product_cont p {
    font-size: 0.7rem;
  }
  .modal_home .modal-close {
    width: 50px;
    padding: 10px;
  }
  .shopbnt {
    right: 10px;
  }
  .shopbnt a {
    width: 60px;
    height: 60px;
  }
}

