/* 15 */
.product15 *{
  font-family: 'Noto Sans TC', sans-serif;
}
.product15 h1,.product15 h2,.product15 h3{
    text-indent: 0;
}

small {
    font-size: 0.5em;
}

.flex{
  display: flex;
}

.product15 .w1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


.p15-title {
  font-size: 66px;
  font-variation-settings: 'wght' 900;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text !important;
  background: linear-gradient(
      180deg,
      #FFF3B6 0%,
      #F2D468 100%
  );
  position: absolute;
  top: 34%;
  left: calc(50% - -120px);
  letter-spacing: 2px;
  padding: 20px 0;
  transform: skewX(352deg) ;
}

.p15-title span {
  font-variation-settings: 'wght' 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text !important;
  background: linear-gradient(
      180deg,
      #c9f38d 0%,
      #a7e756 100%
  );
}

.product15 .kv {
  background: transparent url('../images/img/p15/kv.jpg') center top no-repeat;
  width: 100%;
  height: 540px;
  position: relative;
}

.product15 .p2 {
  background: transparent url('../images/img/p15/p2.jpg') center top no-repeat;
  width: 100%;
  height: 551px;
  position: relative;
}

.product15 .p3{
  background: transparent url('../images/img/p15/p3.jpg') center top no-repeat;
  width: 100%;
  height: 603px;
  position: relative;
}

.product15 .p3-2{
  background: transparent url('../images/img/p15/p3-2.jpg') center top no-repeat;
  width: 100%;
  height: 531px;
  position: relative;
}

.product15 .p4 {
  background: transparent url('../images/img/p15/p4.jpg') center top no-repeat;
  width: 100%;
  height: 1392px;
  position: relative;
}

.product15 .p5 {
  background: transparent url('../images/img/p15/p5.jpg') center top no-repeat;
  width: 100%;
  height: 1302px;
  position: relative;
}


.product15 .p6 ,.product15 .p7 ,.product15 .p8 {
  background: none;
  background-color: #4bb3ca;
  width: 100%;
  position: relative;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
}


.p2 .p15_t{
  position: relative;
  z-index: 5;
}

.p2 .p15_t h2{
  font-size: 54px;
  color: #ffea8f;
  font-weight: bold;
  text-align: center;
  padding-top: 90px;
}

.p2 .p15_t h2 i{
  color: #fff;
  font-weight: bold;
  transform: skewX(350deg);
  display: inline-block;
}

.p2 .p15_t .h3-text{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    top: 70px;
    position: relative;
    justify-content: center;
    justify-content: space-evenly;
}

.p2 .p15_t h3{
  font-size: 32px;
  color: #04808f;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
  width: 35%;
  transform: skewX(355deg);
}

.p2 .p15_t h3 span{
  color: #ff8523;
}

.p2 .p15_t h3 span i{
  font-size: 16px;
}



.p3 .p15_t {
  font-size: 70px;
  font-variation-settings: 'wght' 900;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text !important;
  background: linear-gradient(
      180deg,
      #FFF3B6 0%,
      #F2D468 100%
  );
  position: absolute;
  top: 17%;
  left: calc(50% - 60px);
  letter-spacing: 2px;
  padding: 20px 0;
  transform: skewX(352deg) ;
}

.product15 .p3 .p15_t  span {
  
  font-variation-settings: 'wght' 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text !important;
    background: linear-gradient(
      180deg,
      #c9f38d 0%,
      #a7e756 100%
    );
}

.p3-2 .p15-video{
  position: relative;
  width: 80%;
  height: 400px;
  margin-top: 14px;
  margin-left: 30px;
}

.p4 .p15-content{
  display: flex;
  gap: 100px;
  margin-top: 100px;
}

.p4 .p15-content img{
  object-fit: contain;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.p4 .p15-text {
  text-align: left;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.p4 .p15-text .text-shadow{
  text-shadow: 0 0 30px #035b7ad4;
}

.p4 .p15-text h2{
  font-size: 55px;
  font-weight: bold;
  color:#ffec87;
  display: inline-block;
  line-height: 1.2;
}

.p4 .p15-text h3{
  font-size: 40px;
  text-indent: -10px;
  font-weight: bold;
  color:#c9f38d;
  display: inline-block;
  line-height: 1.2;
  
}

.product15 .p4 .flex{
  flex-direction: column;
}

.p4 .p15-text h3 span{
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 44px;
}

.p4 .p15-text li{
  list-style: disc;
  color: #fff;
  font-size: 19px;
}

.p4 .p15-text p{
  color: #fff;
  font-size: 19px;
}

.p4 .p15-text li strong{
  color: #ffec87;
  font-weight: bold;
}

.p4 .p15-text .keypoint {
    padding: 8px 36px;
    color: #5d7b00;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;

    background: linear-gradient(
        90deg,
        #dff46b 0%,
        #d8ef64 60%,
        rgba(88, 221, 211, 0.5) 85%,
        rgba(88, 221, 211, 0) 100%
    );

    border-radius: 999px;
    width: 100%;
}

.p4 .p15-text .keypoint p{
  font-size: 24px;
  transform: skewX(355deg);
  color: #23596d;
} 

.p5 .p15-text h2{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text !important;
    background: linear-gradient(
        180deg,
        #FFF3B6 0%,
        #F2D468 100%
    );
    text-align: center;
    letter-spacing: 2px;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    margin-top: 90px;
    transform: skewX(355deg);
}

.p5 .p15-text h2 span{
  background-clip: text !important;
  background: linear-gradient(
      180deg,
      #c9f38d 0%,
      #a7e756 100%
  );
}


.p5 .p15-text h3{
  font-size: 80px;
  line-height: 1.2;
  font-variation-settings: 'wght' 900;
  color: transparent;
  text-align: center;
  margin-top: 25px;
 transform: skewX(0deg);
}

.p5 .p15-text h3 span {
  position: relative;
}



.p5 .p15-text h3 span::before {
  content: attr(data-text);
  position: absolute;
  left: 0; top: 0;
  -webkit-text-stroke: 6px #fff;
  -webkit-text-fill-color: #fff;
}

.p5 .p15-text h3 span::after {
  content: attr(data-text);
  position: absolute;
  left: 0; top: 0;
  color: #4e8a1e;
}

/* 亮綠：打造的優蛋白 */
.p5 .p15-text h3 span.light::after {
  color: #a7e756;
}



.p5 .p15-text ul {
  text-align: left;
  transform: translate(30px, 20px);
}

.p5 .p15-text li {
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
}

.p5 .p15-text li p {
  line-height: 1.2;
  font-size: 33px;
  font-family: 'Noto Sans TC';
  font-weight: bold;
  letter-spacing: 1.5px;
}

.p5 .p15-text li p span{
  color: #0c8e9e;
  font-size: 30px;
}

.icon-leaf{
  background: url('../images/img/p15/icon-leaf.png')no-repeat;
  background-size: contain;
  width: 34px;
  height: 27px;
  object-fit: contain;
  top: 5px;
  position: relative;
}

.product15 .p6-img-bg,.product15 .p7-img-bg{
  background-color: #46c2e0;
  padding: 40px 0;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product15 .p6 .p15-content{
  display: flex;
  gap: 22px;
  margin: 0 30px 20px 30px;
}



.product15 .p6-img{
  position: relative;
}

.product15 .p6 h2, .product15 .p7 h2{
  color: #174e53;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 30px;
}

.product15 .p6 h3{
  position: absolute;
  bottom: 5%;
  font-size: 24px;
  color: #009a9d;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  left: 0;
  transform: skewX(0deg)
}

.product15 .p6 p{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  max-width: 100%;
}

.product15 .p6-img br{
  display: none;
}

/*7*/

.p7 .p15-content{
  background-color: #fff;
  border-radius: 25px;
  height: auto;
  width: 94%;
}



.product15 .p7 > div {
  position: relative;
}


.product15 .p7 .p15-text{
  position: absolute;
  display: flex;
  top: 65%;
  width: 94%;
}

.product15 .p7 .p15-text p{
  font-size: 22px;
  font-weight: 500;
  color: #199891;
  width: 33.333%;
  text-align: left;
 padding-left: 20px;
}

.product15 .p7 .p15-text p:nth-child(1){
  transform: translateX(20px) translateY(10px);
}

.product15 .p7 p{
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
}

.product15 .p8 p{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}


@media (max-width: 1027px) {
 .p15-title{
  font-size: 64px;
  left: calc(50% - -105px);
  letter-spacing: 1px;
 }
 .p5 .p15-text h3 {
    font-size: 66px;
  }
 .product15 .p5 {
  background: transparent url('../images/img/p15/p5-L.jpg') center top no-repeat;
  width: 100%;
  height: 1302px;
  position: relative;
}

}

@media (max-width: 991px) {
  .product15 .kv {
    background: transparent url('../images/img/p15/kv-m.jpg') center top no-repeat;
    width: 100%;
    height: 939px;
    position: relative;
  }

  .p15-title {
    font-size: 70px;
    left: calc(50% - +65px);
    top: 17%;
    letter-spacing: 1px;
  }

  .product15 .p2 {
    background: transparent url('../images/img/p15/p2-m.jpg') center top no-repeat;
    width: 100%;
    height: 876px;
    position: relative;
  }

  .product15 .p2 .h3-text {
    top: 20px;
    flex-direction: column;
  }
  .p2 .p15_t h3 {
    width: 60%;
    padding-bottom: 76px;
  }

  .p2 .p15_t h3:nth-child(3) {
    padding-bottom:66px;
  }

  .product15 .p3 {
    background: transparent url('../images/img/p15/p3-m.jpg') center top no-repeat;
    width: 100%;
    height: 956px;
    position: relative;
  }

 .product15 .p3-2{
    background: transparent url('../images/img/p15/p3-2-m.jpg') center top no-repeat;
    width: 100%;
    height: 432px;
    position: relative;
  }

  .product15 .p3 .p15_t {
    top: 12%;
  }

  .product15 .p3-2 .p15-video{
    position: relative;
    width: 84%;
    height: 300px;
    margin-top: 26px;
    margin-left: 12px;
  }

  .product15 .p4 {
    background: transparent url('../images/img/p15/p4-m.jpg') center top no-repeat;
    width: 100%;
    height: 2091px;
    position: relative;
  }

  .product15 .p4 h2{
    font-size: 68px;
  }

  .product15 .p4 h3{
    font-size: 50px;
  }

  .p4 .p15-text .text-shadow{
    position: absolute;
    transform: translateY(-180px);
    left: 5%;
    width: 90%;
  }
  .p4 .p15-content{
    gap: 30px;
  }

  .p4 .p15-content img{
    width: 230px;
  }

  .p4 .p15-content:nth-child(1) {
    margin-top: 200px;
  }

  .p4 .p15-content:nth-child(2){
    margin-top: 450px;
  }

  .p4 .p15-content:nth-child(3){
    margin-top: 450px;
  }

  .p4 .p15-text li ,  .p4 .p15-text >p {
    font-size: 24px;
    margin-bottom: 20px;

  }
  .p4 .p15-text .keypoint{
    position: absolute;
    left: 5%;
    padding: 20px;
  }
  .p4 .p15-text .keypoint p{
    font-size: 30px;
  }

  .p4 .p15-content:nth-child(1) .p15-text .keypoint{
    transform: translateY(450px);
  }

  .p4 .p15-content:nth-child(2) .p15-text .keypoint{
    transform: translateY(300px);
  }

  .p4 .p15-content:nth-child(3) .p15-text .keypoint{
    transform: translateY(250px);
  }


  .product15 .p5 {
    background: transparent url('../images/img/p15/p5-m.jpg') center top no-repeat;
    width: 100%;
    height: 1289px;
    position: relative;
  }

  .p5 .p15-text h2 {
    margin-top: 130px;
    font-size: 60px;
    padding-top: 10px;
  }

  .p5 .p15-text h3 {
      text-align: left;
      margin-left: 40px;
    }
  .p5 .p15-text h3 span {
    display: inline-block;
  }

  .p5 .p15-text ul {
    text-align: left;
    transform: translate(0px, 20px);
  }
  .p5 .p15-text li:nth-child(1) p{
    max-width: 100%;
  }  
   .p5 .p15-text li:nth-child(2) p{
    max-width: 60%;
  }    


  .product15 .p6 h3{
    left: 0%;
    width: 45%;
    top: 40%;
    font-size: 2rem;
  }

  /* .product15 .p6 .p6-img:nth-child(1) h3{
    left: 12%;
  }
  .product15 .p6 .p6-img:nth-child(2) h3{
    left: 2%;
  }
  .product15 .p6 .p6-img:nth-child(3) h3{
    left: 2%;
  }
  .product15 .p6 .p6-img:nth-child(4) h3{
    left: 2%;
  } */

  .product15 .p6-img br{
    display: block;
  }
 .product15 .p6 .p15-content{
    flex-direction: column;
    width: 80%;
  }

  .product15 .p7 {
      width: 100%;
      max-width: 640px;
      height: auto;
      padding: 40px 30px; 
  }

  .product15 .p7 .p15-content {
    width: 80%;
  }

  .product15 .p7 p {
    width: 80%;
    text-align: left;
    font-size: 22px;
  }

  .product15 .p7 .p15-text {
    top: 27%;
    width:80%;
    flex-direction: column;
    align-items: center;
    gap: 230px;
  }
  .product15 .p7 .p15-text p {
   width: 100%;
   padding-left: 120px;
  }
  .product15 .p7 .p15-text p:nth-child(1) {
      transform: none;
  }
  .product15 .p7 .p15-text p:nth-child(2) {
      transform: none;
  }
  .product15 .p7 .p15-text p:nth-child(3) {
      transform: none;
  }

  .product15 .p8{
    padding: 40px 30px;
  }

  .product15 .p8 p{
    padding: 30px 0px;
  }

}