﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700;900&display=swap');
@import url(/fonts/style.css);

/* $Reset
--------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* $body,html
--------------------------------------------------------------------------------------*/
html,
body {
    width: 100%;
    /* overflow-x: hidden; */
	font-family: 'Roboto',sans-serif,Arial,"Meiryo","微軟正黑體","新細明體","蘋果儷黑體",  Verdana, Helvetica, sans-serif;
/*    font-family: Arial,"微軟正黑體","新細明體","蘋果儷黑體",  Verdana, Helvetica, sans-serif;*/}


/* $共用
--------------------------------------------------------------------------------------*/
/*----清除浮動技巧----*/
.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
/*----清除浮動技巧----*/
.clean{ clear: both; }
.floatL{ float:left;}
.floatR{ float:right;}


/*______________________________________________________________________________________
	
	 								CSS  Contenter
________________________________________________________________________________________*/

.wrap{ width: 100%; height: 100%; position: relative; margin-top: 60px;
}
.area{ width: 100%; max-width:1000px; margin:0 auto;  position:relative;
}

.block1,.block2,.block3{ position: relative; width: 100%;}


.block1{
    height: 545px; 
    overflow: hidden;
	background: url('../images/bg.jpg') no-repeat center top; 
	/* background: url('../images/layout.jpg') no-repeat center top;  */
}
	
.block2{
	background: #b7c847;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 65px;
	padding-left: 0;
}	

.block3{
	background: #137246;
	padding:0 0 25px 0;}

.block3_kv{
	width: 100%;
	height: 144px;
	position: relative;	
	background:url("../images/block3_kv.gif") no-repeat center top;
}


h1.logo{
	position: absolute;
	z-index: 100;
	right: 175px;
    top: 40px;
}

.slogan{
	color: #137246;
    font-size: 40px;
    position: absolute;
    z-index: 100;
    right: 100px;
    top: 125px;
    letter-spacing: 12px;
}

.product{
	position: absolute;
	right: 0px;
    top: 110px;
	z-index: 5;
}

.banner_board{
	position: absolute;
	z-index: 99;
	left: 30px;
    top: 120px;
    height: 534px;
    width: 44%;
    background: url(../images/banner_board.png) no-repeat center top;
    background-size: contain;
}
.banner_content{
	position: absolute;
	top: 16px;
    left: 22px;
    width: 90%;
}
.banner img{
	width: 100%;
}

.slick-dots li.slick-active button:before{
	color: #ff7e00;
	opacity: 1;
}
.slick-dots li button:before{
	color: #137246;
	opacity: 1;
}

/* TVC */
.features{
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.features img{
	/* max-width: 600px; */
	width: 50%;
	height: 100%;
}
.video{
	/* max-width: 600px; */
	width: 50%;
}
.video-container{
position: relative;
padding-bottom: 56.25%;
padding-top:0;
height: 0;
overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed{
position: absolute;
top: 0;left: 0;
width: 100%;
height: 100%;
}
/* end TVC */
.price_area{
	width: 100%;
	margin: 0 auto;
	position: relative;
}    


.price_area table{
  width: 100%; 
  
  color: #137246;
  border: 1px dotted #137246;

}

table, th, td{ margin: 0; padding: 0 ; }
.price_area table tr{ margin: 0 ; padding: 0; border-bottom:1px dotted #137246; } 

.price_area table tr th{ background: #137246; color: #fff; margin: 0; padding: 10px 0 ;   vertical-align: middle; text-align: center;} 
.price_area table tr th:nth-child(1),.price_area table tr th:nth-child(4){ text-align: left; }
.price_area table tr th:nth-child(2),.price_area table tr th:nth-child(3),.price_area table tr th:nth-child(5),.price_area table tr th:nth-child(6){text-align: center;}
.price_area table tr td{ padding: 0 20px;  vertical-align: middle; text-align: center; padding: 14px 0 ;} 

.price_area table tr td:nth-child(3){border-right:1px dotted #137246;  } 
.price_area table tr td:nth-child(1),.price_area table tr td:nth-child(4){ text-align: left; padding-left:20px; }




.ch_name{ font-size: 20px; font-weight: normal; position: relative; }
.en_name{ display: block; font-size: 13px; font-weight: bold;}
.price{
	font-size: 25px; 
	display: block;
	/* font-family: "Roboto script=all rev=1", "Adobe Blank"; */
    font-weight: 900;
    font-style: normal;
	}

.dot{ 
	width: 9px;
	height: 9px; 
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px 0 0; 
}

.cal{ 
	display: inline-block;
	font-size: 13px;
}

.yellow{ background: #f3d207; }
.green{ background: #407a30; }
.red{ background: #e81420; }
.additives{ background: #cbdc5e; }

table th.pro_name{ text-align: left; padding: 0 20px; width: 22%; }

.more_info{
  margin: 30px 0 0 0;
}
img.pic-additives{
  max-width: 700px; margin:  0 auto; display: block;
}
.info_title{
  color:  #137246;
  font-size: 32px;
  text-align: center;
}

a.cup_btn{
	position: relative;
	float: right;
	margin: -25px 0 0 0;
	width: 320px;
	height: 106px;
	background: url("../images/cup_btn.png") no-repeat left top;
	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover.cup_btn{
	background: url("../images/cup_btn.png") no-repeat left top;
	transform:scale(0.9);
}


footer{ 
  width: 100%;
  background: #0b6d40;
  color: #e6e5e5;
  text-align: center;
  font-size: 13px;
  padding: 15px 0; 
  box-sizing: border-box;
}

footer a{ 
	color: #e6e5e5;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
 }

footer a:hover{color: #b7c847; }

.select{
	float: left;}

.select span{ 
	color: #137246; 
	font-size: 15px; 
	border-radius:20px; 
	background: #b7c847;
	padding: 5px 15px;
	margin: 0 5px 0 0; 
}

.option{
	padding: 4px;
	background: #fff;	
	margin: 0 3px; 
	border: 1px solid #fff;
	font-size: 15px;
	font-family: "微軟正黑體";
	color: #505050;
}

.update{ 
	float: right;
	font-size: 14px;
	color: #53b98a;
    margin: 11px 0 0 0;}

.area_3{ 
	width: 814px;
	margin: 0 auto;
	padding: 50px 0 0 0; }


table#store{
	width: 100%;
	margin: 30px 0; }

table#store tr th{ 
	background: #6bc194;
	font-size: 18px;
	color: #3f3f3f;
	padding:7px 0;
	font-weight: normal;
	text-align: center;}


table#store tr td{
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 8px;
	background: #208053;
	border-bottom: 1px solid #137246;
	vertical-align: middle; 
}



/*170418新增*/
.dol{ font-size: 18px; font-weight: normal; }
.price{
padding-left:10px}



a.intro{
	position: absolute;
	left: 181px;
    top: 411px;
	width: 150px;
	text-decoration: none;
	background: #c0d737;
	text-align: center;
	color: #127045;
	padding: 8px 15px;
    margin: 10px 0 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);}

a.intro:hover{
    background: #00b287;
	color: #fff;}



.tab{
	position: relative;
	width: 100%;	
	background: #0d0;}


.tab ul{ width: 100%;}
.tab ul li{ width: 48%;	 float: left; margin:0px 10px 30px 0; text-align: center; }
.tab ul li a{ position: relative; width: 100%; padding: 5px 0; border-radius: 5px;   display: block; color: #000; text-decoration: none; background: #b9b9b9;-webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1); -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1); transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.tab ul li:nth-child(2){ float: right; }
.tab ul li a:hover{ background: #f3d207  ; }

.tab ul li a.on{color: #000; background: #f3d207; position: relative;}
.tab ul li a.on:after{
  content: "";
  display: block;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #f3d207 transparent transparent;
  margin-left: -8px;
  position: absolute;
  bottom: -8px;
  left: 50%;}

.price_area table#tab2{ width: 50%;-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;   	 }
.price_area table#tab2 tr th{ padding: 0; background: #137246; color: #fff;  }  
.price_area table#tab2 tr:last-child td:last-child{border-right:1px dotted #137246;}
.price_area table#tab2{ border:1px dotted #137246; }
.price_area table#tab2 tr{ border-bottom: 1px dotted #137246;  }
.price_area table#tab2 tr td{ color: #137246;  }

/* .price_area2 table#tab2 tr:nth-child(2) td:nth-child(2){ padding: 0;border-right: 1px dotted #886f3e; } */
/* .price_area table#tab2 tr td{ border-right: 1px dotted #886f3e;  } */


.ch_name.new:after{ 
	content: "NEW";
	position: absolute;
	right: -53px;
  margin-top: 3px;
	display: inline-block;
	background: #d14c46;
	color: #FFF;
	font-size: 13px;
	padding: 2px 8px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   

 }

.button{
	display: flex;
	justify-content: space-around;
}

 a.zhenzhu{
  	position: relative;
    width: 248px;
    text-decoration: none;
    /*margin: 0 auto;*/
}


.button a.zhenzhu .zhu_pic{
 margin-top:8px;  
 position: relative; 
 display: inline-block; 
 width: 76px; 
 z-index: 2; 
}
.button a.zhenzhu .zhu_pic img{ 
	width: 100%; 
}

a.zhenzhu span.zhu_tt{
  text-decoration: none;
  display: inline-block; 
  position: absolute;
  left: 58px;
  top: 21px;
  padding: 8px 21px;
  margin-top:8px; 
  font-weight: bold;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff; 
  color: #343434; 
  font-size: 16px;
  -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover.zhenzhu span.zhu_tt{color: #137246; }

a.store{
	display: inline-block;
    margin:22px 0;
}
.store_pic{
	margin: 0 auto;
    width: 100%;
}

.button a.store .store_pic img{ 
	width: 200px;
	border-radius: 8px;
}

a.ingredient_btn{
	background-color: #137246;
	color: #fff;
	text-decoration: none;
	padding: 16px;
	border-radius: 8px;
	height: fit-content;
	margin: 22px auto;
	display: inline-block;
}


/* =========================
   Header / Nav
========================= */
:root{
  --nav-h: 60px;
  --divider: #9BC6BC;
  --text: #5F5F5F;
  --hover: #00A475;
  --accent: #00A475;
  --ease: cubic-bezier(.2,.8,.2,1);
}
.no-scroll{ overflow: hidden; }
.site-header{ position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); background: #fff; z-index: 1000; overflow: hidden; transition: height 360ms var(--ease); }
.site-header .nav{ width: 100%; height: var(--nav-h); display: flex; align-items: center; gap: 12px; padding: 0 20px; position: relative; box-sizing: border-box; }
.site-header .brand{ height: 20px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; position: relative; z-index: 2; }
.site-header .brand img{ max-width: 100%; height: auto; display: block; }
/* 相容 .menu / .top-menu */
.site-header .menu,
.site-header .top-menu{ min-width: 0; }
.site-header .menu a,
.site-header .top-menu a{ color: var(--text); text-decoration: none; font-size: 18px; letter-spacing: .5px; transition: color 220ms var(--ease); }
.site-header .menu a:hover,
.site-header .top-menu a:hover{ color: var(--hover); }
.site-header .social_media{ display: flex; align-items: center; gap: 30px; flex: 0 0 auto; }
.site-header .social_media a{ display: inline-flex; align-items: center; justify-content: center; text-decoration: none; line-height: 1; }
.site-header .nav-toggle{ border: 0; background: transparent; padding: 0; margin: 0; cursor: pointer; align-items: center; justify-content: center; appearance: none; -webkit-appearance: none; }
.site-header .hamburger{ width: 22px; height: 2px; background: var(--accent); display: inline-block; position: relative; transition: background 260ms var(--ease); }
.site-header .hamburger::before,
.site-header .hamburger::after{ content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--accent); transition: top 320ms var(--ease), transform 320ms var(--ease); }
.site-header .hamburger::before{ top: -7px; }
.site-header .hamburger::after{ top: 7px; }
/* =========================
   PC
========================= */
@media (min-width: 768px){
  .site-header .nav{ padding: 0 35px; }
  .site-header .menu,
  .site-header .top-menu{ flex: 1; display: flex; align-items: center; justify-content: center; gap: 18px; }
  .site-header .menu a + a,
  .site-header .top-menu a + a{ position: relative; padding-left: 18px; }
  .site-header .menu a + a::before,
  .site-header .top-menu a + a::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background: var(--divider); opacity: 1; }
  .site-header .social_media a{ height: 24px; }
  .site-header .social_media .icon-fb,
  .site-header .social_media .icon-line{ font-size: 24px; line-height: 1; display: inline-block; }
  .site-header .nav-toggle{ display: none; }
}
/* =========================
   Mobile
========================= */
@media (max-width: 767.98px){
  .site-header .nav{ padding: 0 20px; }
  .site-header .menu,
  .site-header .top-menu,
  .site-header .social_media{ display: none; }
  .site-header .brand{ position: fixed; top: 20px; left: 20px; }
  /* 漢堡固定在視窗右上，展開前後同位置 */
  .site-header .nav-toggle{ position: fixed; top: calc((var(--nav-h) - 40px) / 2); right: 20px; width: 40px; height: 40px; display: inline-flex; z-index: 1101; }
  .site-header.is-open{ height: 100vh; }
  .site-header.is-open .nav{ height: 100%; align-items: flex-start; box-sizing: border-box; }
  .site-header.is-open .menu,
  .site-header.is-open .top-menu{ display: flex; flex-direction: column; align-items: center; position: absolute; top: 80px; left: 0; right: 0; width: 100%; gap: 0; padding: 0; }
  .site-header.is-open .menu a,
  .site-header.is-open .top-menu a{ width: min(520px, calc(100% - 48px)); text-align: center; padding: 22px 10px; position: relative; }
  .site-header.is-open .menu a + a::before,
  .site-header.is-open .top-menu a + a::before{ content: none; }
  .site-header.is-open .menu a:not(:last-child)::after,
  .site-header.is-open .top-menu a:not(:last-child)::after{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--divider); opacity: 1; }
  .site-header.is-open .social_media{ display: flex; position: absolute; left: 0; right: 0; bottom: 60px; justify-content: center; gap: 60px; }
  .site-header .social_media a{ height: 30px; }
  .site-header .social_media .icon-fb,
  .site-header .social_media .icon-line{ font-size: 30px; line-height: 1; display: inline-block; }
  .site-header.is-open .hamburger{ background: transparent; }
  .site-header.is-open .hamburger::before{ top: 0; transform: rotate(45deg); }
  .site-header.is-open .hamburger::after{ top: 0; transform: rotate(-45deg); }
}
/* =========================
   Header / Nav end
========================= */



/* =========================
   Mobile
========================= */
@media (max-width: 767.98px){

  html,
  body{
    overflow-x: hidden;
  }

  .wrap{
    margin-top: 60px;
  }

  .area{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .block1{
    height: auto;
    min-height: 0;
    padding: 24px 0 0;
    background: url('../images/bg.jpg') no-repeat center bottom;
    background-size: cover;
  }

  .block1 .area{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  h1.logo{
    position: relative;
    right: auto;
    top: auto;
    width: 120px;
    margin: 0 auto;
  }

  h1.logo img{
    width: 100%;
    height: auto;
    display: block;
  }

  .slogan{
    position: relative;
    right: auto;
    top: auto;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-align: center;
  }

  .banner_board{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 360px;
    height: 0;
    padding-top: 70%;
    margin: 0 auto;
    background: url(../images/banner_board.png) no-repeat center top;
    background-size: cover;
  }

  .banner_content{
    position: absolute;
    top: 3.2%;
    left: 5%;
    width: 90%;
  }

  .banner img{
    width: 100%;
    height: auto;
    display: block;
  }

  .product{
    position: relative;
    right: auto;
    top: auto;
    width: 88%;
    max-width: 360px;
    margin: -10px auto 0;
    text-align: center;
  }

  .product img{
    width: 100%;
    height: auto;
    display: block;
  }

  .features{
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
  }

  .video,
  .features > img{
    width: 100%;
    max-width: 100%;
  }

  .price_area{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .price_area table{
    min-width: 720px;
  }

  .price_area table tr th,
  .price_area table tr td{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .price_area table tr td:nth-child(1),
  .price_area table tr td:nth-child(4){
    padding-left: 12px;
  }

  .ch_name{
    font-size: 16px;
    line-height: 1.4;
  }

  .en_name{
    font-size: 11px;
    line-height: 1.4;
    margin-top: 4px;
  }

  .price{
    font-size: 20px;
    padding-left: 0;
  }

  .dol{
    font-size: 14px;
  }

  img.pic-additives{
    width: 100%;
    max-width: 520px;
  }

  .more_info{
    margin-top: 24px;
  }

  .info_title{
    font-size: 18px;
    line-height: 1.5;
    padding: 0 8px;
  }

  .button{
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
  }

  a.zhenzhu,
  a.store,
  #open0101{
    width: 100%;
    max-width: 320px;
  }

  a.zhenzhu{
    display: block;
    margin: 0 auto;
  }

  .button a.zhenzhu .zhu_pic{
    position: absolute;
    left: 0;
    top: 50%;
    width: 62px;
    margin-top: 0;
    transform: translateY(-50%);
  }

  a.zhenzhu span.zhu_tt{
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin: 0 0 0 34px;
    padding: 14px 42px;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    text-align: center;
  }

  a.store{
    display: block;
    margin: 0 auto;
  }

  .button a.store .store_pic img{
    width: 100%;
    max-width: none;
    display: block;
  }

  a.ingredient_btn{
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    text-align: center;
    box-sizing: border-box;
  }

  footer{
    padding: 12px 16px;
    line-height: 1.6;
  }
}
