@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900);@charset "UTF-8";

* {
  font-family: 'Noto Sans TC', sans-serif;
}

img {
  width: 100%;
  vertical-align: top;
}

@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }

  20% {
    opacity: .5;
  }

  25% {
    opacity: .5;
  }

  60% {
    opacity: 1;
  }

  63% {
    opacity: 1;
  }

  100% {
    opacity: .8;
  }
}

@keyframes shine {
  0% {
    opacity: 1;
  }

  20% {
    opacity: .5;
  }

  25% {
    opacity: .5;
  }

  60% {
    opacity: 1;
  }

  63% {
    opacity: 1;
  }

  100% {
    opacity: .8;
  }
}

@-webkit-keyframes changeColor {
  0% {
    background-image: linear-gradient(-45deg, #FF7BAC 0%, rgba(255, 123, 172, 0) 40%);
  }

  33.333333% {
    background-image: linear-gradient(-45deg, #FF7BAC 0%, rgba(255, 123, 172, 0) 40%);
  }

  33.333334% {
    background-image: linear-gradient(-45deg, #4FD5EA 0%, rgba(79, 213, 234, 0) 40%);
  }

  66.666666% {
    background-image: linear-gradient(-45deg, #4FD5EA 0%, rgba(79, 213, 234, 0) 40%);
  }

  66.666667% {
    background-image: linear-gradient(-45deg, #CCFFB3 0%, rgba(204, 255, 179, 0) 40%);
  }

  100% {
    background-image: linear-gradient(-45deg, #CCFFB3 0%, rgba(204, 255, 179, 0) 40%);
  }
}

@keyframes changeColor {
  0% {
    background-image: linear-gradient(-45deg, #FF7BAC 0%, rgba(255, 123, 172, 0) 40%);
  }

  33.333333% {
    background-image: linear-gradient(-45deg, #FF7BAC 0%, rgba(255, 123, 172, 0) 40%);
  }

  33.333334% {
    background-image: linear-gradient(-45deg, #4FD5EA 0%, rgba(79, 213, 234, 0) 40%);
  }

  66.666666% {
    background-image: linear-gradient(-45deg, #4FD5EA 0%, rgba(79, 213, 234, 0) 40%);
  }

  66.666667% {
    background-image: linear-gradient(-45deg, #CCFFB3 0%, rgba(204, 255, 179, 0) 40%);
  }

  100% {
    background-image: linear-gradient(-45deg, #CCFFB3 0%, rgba(204, 255, 179, 0) 40%);
  }
}

@-webkit-keyframes cloudMove {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }

  33% {
    -webkit-transform: translate(-10px, -7.5px);
            transform: translate(-10px, -7.5px);
  }

  66% {
    -webkit-transform: translate(10px, 7.5px);
            transform: translate(10px, 7.5px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes cloudMove {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }

  33% {
    -webkit-transform: translate(-10px, -7.5px);
            transform: translate(-10px, -7.5px);
  }

  66% {
    -webkit-transform: translate(10px, 7.5px);
            transform: translate(10px, 7.5px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes trainMove {
  0% {
    left: -50%;
  }

  100% {
    left: 100%;
  }
}

@keyframes trainMove {
  0% {
    left: -50%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes translateBG {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes translateBG {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes btnShine {
  0% {
    width: 100%;
    padding-bottom: 100%;
  }

  100% {
    width: 140%;
    padding-bottom: 140%;
  }
}

@keyframes btnShine {
  0% {
    width: 100%;
    padding-bottom: 100%;
  }

  100% {
    width: 140%;
    padding-bottom: 140%;
  }
}

@-webkit-keyframes bobo {
  0% {
    border-radius: 56% 44% 52% 48% / 57% 55% 45% 43%;
  }

  50% {
    border-radius: 50% 50% 48% 52% / 60% 56% 44% 40%;
  }

  100% {
    border-radius: 41% 59% 55% 45% / 48% 53% 47% 52%;
  }
}

@keyframes bobo {
  0% {
    border-radius: 56% 44% 52% 48% / 57% 55% 45% 43%;
  }

  50% {
    border-radius: 50% 50% 48% 52% / 60% 56% 44% 40%;
  }

  100% {
    border-radius: 41% 59% 55% 45% / 48% 53% 47% 52%;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(2px, 9px);
            transform: translate(2px, 9px);
  }

  40% {
    -webkit-transform: translate(7px, 9px);
            transform: translate(7px, 9px);
  }

  60% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }

  80% {
    -webkit-transform: translate(6px, 1px);
            transform: translate(6px, 1px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(2px, 9px);
            transform: translate(2px, 9px);
  }

  40% {
    -webkit-transform: translate(7px, 9px);
            transform: translate(7px, 9px);
  }

  60% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }

  80% {
    -webkit-transform: translate(6px, 1px);
            transform: translate(6px, 1px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.sup-webp section.product_section .kv {
  background-image: url(/assets/images/product_kv_d.webp);
}

.sup-webp section.product_section .product .content {
  background-image: url(/assets/images/product_dec_01.webp), url(/assets/images/product_dec_02.webp);
}

@media only screen and (max-width: 768px) {
  .sup-webp section.product_section .kv {
    background-image: url(/assets/images/product_kv_m.webp);
  }
}

.sup-webp section.product_section .ec_part {
  background-image: url(/assets/images/product_bg.webp);
}

.no-webp section.product_section .kv {
  background-image: url(/assets/images/product_kv_d.png);
}

.no-webp section.product_section .product .content {
  background-image: url(/assets/images/product_dec_01.png), url(/assets/images/product_dec_02.png);
}

@media only screen and (max-width: 768px) {
  .no-webp section.product_section .kv {
    background-image: url(/assets/images/product_kv_m.png);
  }
}

.no-webp section.product_section .ec_part {
  background-image: url(/assets/images/product_bg.png);
}

footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

article section.product_section {
  padding: 120px 0px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-image: url(/assets/images/bg_grid.png);
}

@media only screen and (max-width: 768px) {
  article section.product_section {
    padding: 60px 0 0;
  }
}

article section.product_section .wrapper {
  max-width: 1460px;
  padding: 0 15px;
  margin: auto;
}

@media only screen and (max-height: 900px) {
  article section.product_section .wrapper {
    max-width: 1000px;
  }
}

article section.product_section .wrapper .kv_part {
  width: 100%;
  border-radius: 55px;
  border: 6px solid #225FC3;
  background-color: #225FC3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article section.product_section .wrapper .kv_part .kv {
  width: 100%;
  padding-bottom: 54.13%;
  border-radius: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

article section.product_section .wrapper .kv_part .kv:before,
article section.product_section .wrapper .kv_part .kv:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

article section.product_section .wrapper .kv_part .kv:before {
  border-top: 60px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  bottom: -60px;
}

article section.product_section .wrapper .kv_part .kv:after {
  border-top: 45px solid #28BFE5;
  border-bottom: 10px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  bottom: -50px;
}

article section.product_section .wrapper .kv_part .kv .btn_01,
article section.product_section .wrapper .kv_part .kv .btn_02,
article section.product_section .wrapper .kv_part .kv .btn_03 {
  width: calc((170 / 1460)*100%);
  position: absolute;
  cursor: pointer;
}

article section.product_section .wrapper .kv_part .kv .btn_01 {
  left: 5%;
  bottom: 25%;
  -webkit-animation: wave 5s infinite linear;
  animation: wave 5s infinite linear;
}

article section.product_section .wrapper .kv_part .kv .btn_02 {
  right: 18%;
  top: 30%;
  -webkit-animation: wave 6s -2s infinite linear;
  animation: wave 6s -2s infinite linear;
}

article section.product_section .wrapper .kv_part .kv .btn_03 {
  top: 25%;
  left: 18%;
  -webkit-animation: wave 7s -1.3s infinite linear;
  animation: wave 7s -1.3s infinite linear;
}

article section.product_section .wrapper .kv_part .kv .content {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

article section.product_section .wrapper .kv_part .kv .content .ques {
  margin-bottom: 10px;
  font-size: 2.2vw;
  color: #fff;
}

article section.product_section .wrapper .kv_part .kv .content .ans {
  padding: 10px 35px;
  font-size: 1.5vw;
  line-height: 1.2;
  color: #F08593;
  background-color: #fff;
  border-radius: 20px;
}

article section.product_section .wrapper .kv_part .kv .content .ans br {
  display: none;
}

article section.product_section .wrapper .kv_part .kv .bubble1 {
  width: calc((75 / 1460)*100%);
  padding-bottom: calc((75 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: bobo 5s infinite alternate ease-out;
  animation: bobo 5s infinite alternate ease-out;
  left: 9%;
  top: 35%;
}

article section.product_section .wrapper .kv_part .kv .bubble2 {
  width: calc((47 / 1460)*100%);
  padding-bottom: calc((47 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: bobo 5s -2s infinite alternate ease-in;
  animation: bobo 5s -2s infinite alternate ease-in;
  left: 27%;
  top: 43%;
}

article section.product_section .wrapper .kv_part .kv .bubble3 {
  width: calc((47 / 1460)*100%);
  padding-bottom: calc((47 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: bobo 7s -6s infinite alternate ease-in;
  animation: bobo 7s -6s infinite alternate ease-in;
  left: 15%;
  bottom: 27%;
}

article section.product_section .wrapper .kv_part .kv .bubble4 {
  width: calc((52 / 1460)*100%);
  padding-bottom: calc((52 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: bobo 2s -1s infinite alternate ease-in-out;
  animation: bobo 2s -1s infinite alternate ease-in-out;
  right: 11%;
  top: 30%;
}

article section.product_section .wrapper .kv_part .kv .bubble5 {
  width: calc((110 / 1460)*100%);
  padding-bottom: calc((110 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: bobo 6s 0s infinite alternate linear;
  animation: bobo 6s 0s infinite alternate linear;
  right: 11%;
  bottom: 26%;
}

article section.product_section .wrapper .kv_part .kv .bubble6 {
  width: calc((52 / 1460)*100%);
  padding-bottom: calc((52 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: bobo 5s -2s infinite alternate linear;
  animation: bobo 5s -2s infinite alternate linear;
  right: 17%;
  bottom: 34%;
}

article section.product_section .wrapper .kv_part .kv .bubble7 {
  width: calc((35 / 1460)*100%);
  padding-bottom: calc((35 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: bobo 4s -1s infinite alternate ease-in-out;
  animation: bobo 4s -1s infinite alternate ease-in-out;
  right: 6%;
  bottom: 19%;
}

@media only screen and (max-width: 768px) {
  article section.product_section .wrapper .kv_part {
    border-radius: 22px;
    border: 4px solid #225FC3;
  }

  article section.product_section .wrapper .kv_part .kv {
    padding-bottom: 125.93%;
    border-radius: 18px;
  }

  article section.product_section .wrapper .kv_part .kv:before {
    border-top: 40px solid #fff;
    border-bottom: 15px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -50px;
  }

  article section.product_section .wrapper .kv_part .kv:after {
    border-top: 30px solid #28BFE5;
    border-bottom: 10px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -38px;
  }

  article section.product_section .wrapper .kv_part .kv .btn_01,
  article section.product_section .wrapper .kv_part .kv .btn_02,
  article section.product_section .wrapper .kv_part .kv .btn_03 {
    width: calc((65 / 375)*100%);
  }

  article section.product_section .wrapper .kv_part .kv .btn_01 {
    left: 7%;
    bottom: 48%;
  }

  article section.product_section .wrapper .kv_part .kv .btn_02 {
    right: 7%;
  }

  article section.product_section .wrapper .kv_part .kv .btn_03 {
    top: 58%;
    left: 12%;
  }

  article section.product_section .wrapper .kv_part .kv .content {
    width: 90%;
    bottom: 15px;
  }

  article section.product_section .wrapper .kv_part .kv .content .ques {
    font-size: 6.4vw;
  }

  article section.product_section .wrapper .kv_part .kv .content .ans {
    font-size: 4.2vw;
    border-radius: 10px;
  }

  article section.product_section .wrapper .kv_part .kv .content .ans br {
    display: block;
  }

  article section.product_section .wrapper .kv_part .kv .bubble1 {
    width: calc((38 / 375)*100%);
    padding-bottom: calc((38 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    top: 30%;
  }

  article section.product_section .wrapper .kv_part .kv .bubble2 {
    display: none;
  }

  article section.product_section .wrapper .kv_part .kv .bubble3 {
    width: calc((25 / 375)*100%);
    padding-bottom: calc((25 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -3%;
    bottom: 30%;
  }

  article section.product_section .wrapper .kv_part .kv .bubble4 {
    width: calc((37 / 375)*100%);
    padding-bottom: calc((37 / 375)*100%);
    border: 2px solid #fff;
    background-color: #5DDEFC;
    border-radius: 50%;
    position: absolute;
    right: 4%;
    top: 52%;
  }

  article section.product_section .wrapper .kv_part .kv .bubble5 {
    width: calc((27 / 375)*100%);
    padding-bottom: calc((27 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -3%;
    bottom: 64%;
  }

  article section.product_section .wrapper .kv_part .kv .bubble6 {
    width: calc((18 / 375)*100%);
    padding-bottom: calc((18 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 11%;
    bottom: 44%;
  }

  article section.product_section .wrapper .kv_part .kv .bubble7 {
    width: calc((18 / 375)*100%);
    padding-bottom: calc((18 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -3%;
    bottom: 22%;
  }
}

article section.product_section .wrapper .symptom_box {
  font-size: 0;
  padding: 125px 0;
  position: relative;
  z-index: 2;
}

article section.product_section .wrapper .symptom_box .item {
  width: calc((100% - 8%)/3);
  padding: calc((90 / 1460)*100%) calc((80 / 1460)*100%) calc((60 / 1460)*100%);
  background-color: #fff;
  border: 6px solid #225FC3;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

article section.product_section .wrapper .symptom_box .item:nth-of-type(2) {
  margin: 0 4%;
}

article section.product_section .wrapper .symptom_box .item .symptom_title {
  width: 90%;
  padding: 20px 0;
  margin: auto;
  border: 5px solid #fff;
  background-color: #28BFE5;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

article section.product_section .wrapper .symptom_box .item:nth-of-type(1) .symptom_title .pic {
  padding: 0 calc((56 / 390)*100%);
}

article section.product_section .wrapper .symptom_box .item:nth-of-type(2) .symptom_title .pic {
  padding: 0 calc((65 / 390)*100%);
}

article section.product_section .wrapper .symptom_box .item:nth-of-type(3) .symptom_title .pic {
  padding: 0 calc((32 / 390)*100%);
}

article section.product_section .wrapper .symptom_box .item .list {
  font-size: 1.5vw;
  line-height: 1.5;
  color: #4D4D4D;
}

@media only screen and (max-width: 768px) {
  article section.product_section .wrapper .symptom_box {
    padding: 18vw 0;
    text-align: center;
  }

  article section.product_section .wrapper .symptom_box .item {
    width: 75%;
    padding: calc((50 / 375)*100%) calc((0 / 375)*100%) calc((20 / 375)*100%);
    border: 3px solid #225FC3;
  }

  article section.product_section .wrapper .symptom_box .item:nth-of-type(2) {
    margin: 13vw 0;
  }

  article section.product_section .wrapper .symptom_box .item .symptom_title {
    width: 110%;
    padding: 2vw 0;
    border: 2px solid #fff;
    border-radius: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  article section.product_section .wrapper .symptom_box .item:nth-of-type(1) .symptom_title .pic {
    padding: 0 calc((56 / 390)*100%);
  }

  article section.product_section .wrapper .symptom_box .item:nth-of-type(1) .list:nth-last-of-type(1) {
    display: none;
  }

  article section.product_section .wrapper .symptom_box .item:nth-of-type(2) .symptom_title .pic {
    padding: 0 calc((65 / 390)*100%);
  }

  article section.product_section .wrapper .symptom_box .item:nth-of-type(3) .symptom_title .pic {
    padding: 0 calc((32 / 390)*100%);
  }

  article section.product_section .wrapper .symptom_box .item:nth-of-type(3) .list:nth-last-of-type(1),
  article section.product_section .wrapper .symptom_box .item:nth-of-type(3) .list:nth-last-of-type(2) {
    display: none;
  }

  article section.product_section .wrapper .symptom_box .item .list {
    font-size: 4.8vw;
  }
}

article section.product_section .wrapper .product {
  text-align: center;
  margin-bottom: 6%;
}

article section.product_section .wrapper .product .pic_01 {
  width: calc((975 / 1460)*100%);
  margin: auto;
  position: relative;
  z-index: 1;
}

article section.product_section .wrapper .product .pic_01:before {
  content: "";
  display: block;
  width: 100vw;
  background-color: #99E0FA;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

article section.product_section .wrapper .product .pic_01 picture:nth-of-type(1) {
  display: block;
}

article section.product_section .wrapper .product .pic_01 picture:nth-of-type(2) {
  display: none;
}

article section.product_section .wrapper .product .pic_02 {
  width: calc((1415 / 1460)*100%);
  margin: auto;
  position: relative;
}

article section.product_section .wrapper .product .pic_02 picture:nth-of-type(1) {
  display: block;
}

article section.product_section .wrapper .product .pic_02 picture:nth-of-type(2) {
  display: none;
}

article section.product_section .wrapper .product .pic_02 .bubble1 {
  width: calc((75 / 1460)*100%);
  padding-bottom: calc((75 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 60%;
  left: 5%;
}

article section.product_section .wrapper .product .pic_02 .bubble2 {
  width: calc((45 / 1460)*100%);
  padding-bottom: calc((45 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 15%;
}

article section.product_section .wrapper .product .pic_02 .bubble3 {
  width: calc((30 / 1460)*100%);
  padding-bottom: calc((30 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: 15%;
}

article section.product_section .wrapper .product .pic_02 .bubble4 {
  width: calc((56 / 1460)*100%);
  padding-bottom: calc((56 / 1460)*100%);
  border: 2px solid #5DDEFC;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 70%;
  right: 7%;
}

article section.product_section .wrapper .product .content {
  display: none;
  width: calc((1340 / 1460)*100%);
  padding: calc((70 / 1460)*100%) calc((260 / 1460)*100%);
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 0px 5px 20px rgba(153, 153, 153, 0.5);
          box-shadow: 0px 5px 20px rgba(153, 153, 153, 0.5);
  font-size: 0;
  background-image: url(/assets/images/product_dec_01.webp), url(/assets/images/product_dec_02.webp);
  background-repeat: no-repeat;
  background-size: calc((135 / 1460)*100%);
  background-position: 110px 25px, calc(100% - 110px) 25px;
}

article section.product_section .wrapper .product .product_btn {
  min-width: calc((400 / 1460)*100%);
  display: inline-block;
  padding: 0 calc((100 / 1460)*100%);
  background-color: #225FC3;
  border: 2px solid #fff;
  border-radius: 2.3vw;
  position: relative;
  text-align: center;
  -webkit-transform: translateY(-1.5vw);
          transform: translateY(-1.5vw);
  cursor: pointer;
}

article section.product_section .wrapper .product .product_btn::before,
article section.product_section .wrapper .product .product_btn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 1.3vw solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 1vw solid transparent;
  border-right: 1vw solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

article section.product_section .wrapper .product .product_btn::before {
  left: 2vw;
}

article section.product_section .wrapper .product .product_btn::after {
  right: 2vw;
}

article section.product_section .wrapper .product .product_btn p {
  font-size: 2.5vw;
  letter-spacing: 0.36em;
  line-height: 4.6vw;
  color: #fff;
}

article section.product_section .wrapper .product .product_btn p br {
  display: none;
}

article section.product_section .wrapper .product .product_btn.active::before,
article section.product_section .wrapper .product .product_btn.active::after {
  border-top: 0px solid #fff;
  border-bottom: 1.3vw solid #fff;
}

@media only screen and (min-width: 1921px) {
  article section.product_section .wrapper .product .product_btn {
    border-radius: 2vw;
    padding: 0 calc((150 / 1460)*100%);
    -webkit-transform: translateY(-1.2vw);
            transform: translateY(-1.2vw);
  }

  article section.product_section .wrapper .product .product_btn p {
    font-size: 2vw;
    line-height: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  article section.product_section .wrapper .product .pic_01 {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }

  article section.product_section .wrapper .product .pic_01:before {
    display: none;
  }

  article section.product_section .wrapper .product .pic_01 picture:nth-of-type(1) {
    display: none;
  }

  article section.product_section .wrapper .product .pic_01 picture:nth-of-type(2) {
    display: block;
  }

  article section.product_section .wrapper .product .pic_02 {
    width: calc((445 / 375)*100%);
    margin-top: -12vw;
    position: relative;
    left: calc((35 / 375)*-100%);
  }

  article section.product_section .wrapper .product .pic_02 picture:nth-of-type(1) {
    display: none;
  }

  article section.product_section .wrapper .product .pic_02 picture:nth-of-type(2) {
    display: block;
  }

  article section.product_section .wrapper .product .pic_02 .bubble1 {
    width: calc((25 / 375)*100%);
    padding-bottom: calc((25 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    left: 10%;
  }

  article section.product_section .wrapper .product .pic_02 .bubble2 {
    width: calc((15 / 375)*100%);
    padding-bottom: calc((15 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 15%;
  }

  article section.product_section .wrapper .product .pic_02 .bubble3 {
    width: calc((15 / 375)*100%);
    padding-bottom: calc((15 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    right: 13%;
  }

  article section.product_section .wrapper .product .pic_02 .bubble4 {
    width: calc((30 / 375)*100%);
    padding-bottom: calc((30 / 375)*100%);
    border: 2px solid #5DDEFC;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    right: 6%;
  }

  article section.product_section .wrapper .product .content {
    width: 100%;
    margin-bottom: -6vw;
    padding: calc((50 / 375)*100%) calc((45 / 375)*100%);
    border-radius: 15px;
    background-size: calc((55 / 375)*100%);
    background-position: 15px 10px, calc(100% - 15px) 10px;
  }

  article section.product_section .wrapper .product .product_btn {
    min-width: calc((308 / 375)*100%);
    border-radius: 6vw;
    margin-bottom: 8vw;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  article section.product_section .wrapper .product .product_btn::before,
  article section.product_section .wrapper .product .product_btn::after {
    border-top: 4vw solid #fff;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
  }

  article section.product_section .wrapper .product .product_btn::before {
    left: 5vw;
  }

  article section.product_section .wrapper .product .product_btn::after {
    right: 5vw;
  }

  article section.product_section .wrapper .product .product_btn p {
    font-size: 6.4vw;
    line-height: 8vw;
    padding: 2vw 0;
  }

  article section.product_section .wrapper .product .product_btn p br {
    display: block;
  }

  article section.product_section .wrapper .product .product_btn.active::before,
  article section.product_section .wrapper .product .product_btn.active::after {
    border-bottom: 4vw solid #fff;
  }
}

article section.product_section .wrapper .product.product1 .pic_01:before {
  height: 130%;
  bottom: 28.2%;
}

article section.product_section .wrapper .product.product1 .content .item {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 20px);
  padding: 10px 0;
  margin: 10px;
  border: 8px solid #225FC3;
  border-radius: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article section.product_section .wrapper .product.product1 .content .item p.b {
  font-size: 1.6vw;
  line-height: 1.5;
  color: #225FC3;
  font-weight: bold;
}

article section.product_section .wrapper .product.product1 .content .item p.s {
  font-size: 1vw;
  line-height: 1.5;
  color: #225FC3;
}

article section.product_section .wrapper .product.product1 .content .item:nth-of-type(3) {
  padding: 3px 0;
}

@media only screen and (max-width: 768px) {
  article section.product_section .wrapper .product.product1 .content .item {
    width: 100%;
    padding: 10px 0;
    margin: 10px;
    border: 4px solid #225FC3;
    border-radius: 6px;
  }

  article section.product_section .wrapper .product.product1 .content .item p.b {
    font-size: 4.8vw;
  }

  article section.product_section .wrapper .product.product1 .content .item p.s {
    font-size: 3.2vw;
  }
}

article section.product_section .wrapper .product.product2 .pic_01:before {
  height: 61%;
  bottom: 22%;
}

article section.product_section .wrapper .product.product2 .content .pic_box {
  margin-bottom: 50px;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  margin: 0 20px;
  position: relative;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic p.txt {
  padding: 5px 15px;
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  top: 50%;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic p.txt:before {
  content: "";
  display: block;
  width: 15px;
  padding-bottom: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic p.txt:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  position: absolute;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(1) p.txt {
  top: 60%;
  left: -50%;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(1) p.txt::before {
  top: -120%;
  right: 20%;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(1) p.txt::after {
  width: 35px;
  top: -75%;
  right: 30%;
  -webkit-transform: rotateZ(-40deg);
          transform: rotateZ(-40deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(2) p.txt {
  top: 50%;
  right: -40%;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(2) p.txt::before {
  top: 25%;
  left: -50%;
}

article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(2) p.txt::after {
  width: 59px;
  top: 50%;
  left: -39%;
}

article section.product_section .wrapper .product.product2 .content .slogan {
  padding: 25px 80px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.2;
  border-radius: 15px;
  letter-spacing: 0.14em;
  font-weight: bold;
  color: #fff;
  background-color: #225FC3;
  display: inline-block;
  position: relative;
}

article section.product_section .wrapper .product.product2 .content .slogan .pic {
  width: 118px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0;
}

article section.product_section .wrapper .product.product2 .content .box {
  margin-bottom: 50px;
}

article section.product_section .wrapper .product.product2 .content .box .item {
  width: calc(50% - 40px);
  margin: 0 20px;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

article section.product_section .wrapper .product.product2 .content .box .item .pic {
  width: 100%;
  margin-bottom: 20px;
}

article section.product_section .wrapper .product.product2 .content .box .item .txt {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
}

article section.product_section .wrapper .product.product2 .content .box .item:nth-of-type(2) .pic2 {
  width: calc((135 / 370)*100%);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

article section.product_section .wrapper .product.product2 .content .box .item:nth-of-type(2):before {
  content: "\4F7F\7528\5F8C";
  display: block;
  width: 1.8vw;
  padding: calc((70 / 370)*100%) calc((10 / 370)*100%) calc((20 / 370)*100%);
  border-radius: 0 10px 10px 0;
  font-size: 1.8vw;
  color: #fff;
  background-color: #225FC3;
  position: absolute;
  top: 0px;
  right: -2.8vw;
}

article section.product_section .wrapper .product.product2 .remind {
  color: #225FC3;
  line-height: 1.5;
}

article section.product_section .wrapper .product.product2 .remind p.b {
  font-size: 30px;
  font-weight: bold;
}

article section.product_section .wrapper .product.product2 .remind p.s {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  article section.product_section .wrapper .product.product2 {
    margin-bottom: 16vw;
    position: relative;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box {
    margin-bottom: 50px;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic p.txt {
    padding: 3% 5%;
    font-size: 3.2vw;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic p.txt:before {
    width: 7%;
    padding-bottom: 7%;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(1) p.txt {
    top: 85%;
    left: -20%;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(1) p.txt::before {
    top: -240%;
    right: 56%;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(1) p.txt::after {
    top: -195%;
    right: 61%;
    -webkit-transform: rotateZ(-78deg);
            transform: rotateZ(-78deg);
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(2) p.txt {
    top: 90%;
    right: -20%;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(2) p.txt::before {
    top: -125%;
    left: -30%;
  }

  article section.product_section .wrapper .product.product2 .content .pic_box .pic:nth-of-type(2) p.txt::after {
    width: 30px;
    top: 50%;
    left: -40%;
    -webkit-transform: rotateZ(55deg);
            transform: rotateZ(55deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }

  article section.product_section .wrapper .product.product2 .content .slogan {
    padding: 5% 15%;
    font-size: 4vw;
    border-radius: 7px;
    text-align: left;
  }

  article section.product_section .wrapper .product.product2 .content .slogan .pic {
    width: calc((60 / 260)*100%);
  }

  article section.product_section .wrapper .product.product2 .content .box .item {
    width: 100%;
    margin: 4vw 0;
  }

  article section.product_section .wrapper .product.product2 .content .box .item .pic {
    margin-bottom: 5vw;
  }

  article section.product_section .wrapper .product.product2 .content .box .item .txt {
    font-size: 3.2vw;
  }

  article section.product_section .wrapper .product.product2 .content .box .item:nth-of-type(2) .pic2 {
    width: 20vw;
  }

  article section.product_section .wrapper .product.product2 .content .box .item:nth-of-type(2):before {
    width: 4vw;
    padding: calc((70 / 370)*100%) calc((10 / 370)*100%) calc((20 / 370)*100%);
    border-radius: 0 10px 10px 0;
    font-size: 4vw;
    right: -6.8vw;
  }

  article section.product_section .wrapper .product.product2 .product_btn {
    padding: 0 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  article section.product_section .wrapper .product.product2 .remind p.b {
    font-size: 4.2vw;
  }

  article section.product_section .wrapper .product.product2 .remind p.s {
    font-size: 3.2vw;
  }
}

article section.product_section .wrapper .product.product3 {
  margin-bottom: 100px;
}

article section.product_section .wrapper .product.product3 .pic_01:before {
  height: 60%;
  bottom: 26.1%;
}

article section.product_section .wrapper .product.product3 .content .pic_box {
  margin-bottom: 50px;
}

article section.product_section .wrapper .product.product3 .content .pic_box .pic {
  width: calc((630 / 800)*100%);
  margin: auto;
}

article section.product_section .wrapper .product.product3 .content .pic_box .pic picture:nth-of-type(1) {
  display: block;
}

article section.product_section .wrapper .product.product3 .content .pic_box .pic picture:nth-of-type(2) {
  display: none;
}

article section.product_section .wrapper .product.product3 .content .box {
  margin-bottom: 50px;
}

article section.product_section .wrapper .product.product3 .content .box .item {
  width: calc(50% - 40px);
  margin: 0 20px;
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

article section.product_section .wrapper .product.product3 .content .box .item .pic {
  width: 100%;
  margin-bottom: 20px;
}

article section.product_section .wrapper .product.product3 .content .box .item .txt {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
}

article section.product_section .wrapper .product.product3 .remind {
  color: #225FC3;
  line-height: 1.5;
}

article section.product_section .wrapper .product.product3 .remind p.b {
  font-size: 2vw;
  font-weight: bold;
}

article section.product_section .wrapper .product.product3 .remind p.s {
  font-size: 1.5vw;
}

@media only screen and (max-width: 768px) {
  article section.product_section .wrapper .product.product3 {
    margin-bottom: 40px;
  }

  article section.product_section .wrapper .product.product3 .content .pic_box {
    margin-bottom: 0px;
  }

  article section.product_section .wrapper .product.product3 .content .pic_box .pic {
    width: 100%;
  }

  article section.product_section .wrapper .product.product3 .content .pic_box .pic picture:nth-of-type(1) {
    display: none;
  }

  article section.product_section .wrapper .product.product3 .content .pic_box .pic picture:nth-of-type(2) {
    display: block;
  }

  article section.product_section .wrapper .product.product3 .content .box .item {
    width: 100%;
    margin: 5vw 0;
  }

  article section.product_section .wrapper .product.product3 .content .box .item .pic {
    margin-bottom: 5vw;
  }

  article section.product_section .wrapper .product.product3 .content .box .item .txt {
    font-size: 3.2vw;
  }

  article section.product_section .wrapper .product.product3 .remind p.b {
    font-size: 5vw;
  }

  article section.product_section .wrapper .product.product3 .remind p.s {
    font-size: 4.2vw;
  }
}

article section.product_section .ec_part {
  padding: 10vw 0 5vw;
  text-align: center;
  color: #000;
  line-height: 1.8;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}

article section.product_section .ec_part .txt1 {
  font-size: 32px;
}

article section.product_section .ec_part .txt2 {
  font-size: 38px;
  font-weight: bold;
}

article section.product_section .ec_part .txt3 {
  font-size: 26px;
}

article section.product_section .ec_part .txt4 {
  padding: 20px 0;
  font-size: 28px;
  font-weight: bold;
}

article section.product_section .ec_part .ec_btn {
  width: 490px;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 1920px) {
  article section.product_section .ec_part {
    background-size: 1920px;
  }
}

@media only screen and (max-width: 768px) {
  article section.product_section .ec_part {
    padding: 17vw 0;
    background-size: 200%;
  }

  article section.product_section .ec_part .txt1 {
    font-size: 3.8vw;
  }

  article section.product_section .ec_part .txt2 {
    font-size: 4.2vw;
  }

  article section.product_section .ec_part .txt3 {
    font-size: 3.2vw;
  }

  article section.product_section .ec_part .txt4 {
    padding: 2vw 0;
    font-size: 3.4vw;
  }

  article section.product_section .ec_part .ec_btn {
    width: 66vw;
  }
}

article .scroll_top {
  display: none;
  width: calc((100 / 1920)*100%);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.5);
          box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.5);
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  z-index: 100;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  article .scroll_top {
    width: calc((50 / 375)*100%);
    right: 10px;
    bottom: 10px;
  }
}

