.thistime::before{
  transform: translate(-55px,-100px)!important;
}
.cnlangshow{
pointer-events: auto!important;
opacity:1!important;
transform:translate(0,0%)!important;

}
.cnhomepage {
opacity: 0!important;
    pointer-events: none!important;}
.firstpage{
transition:0.9s;
opacity:0;
transform:translate(0,100%);
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
flex-direction: column;
background:rgba(255,255,255,0.6);
    pointer-events: none;
top:0;
left:0;
position:fixed;
width:100%;
height:100vh;
z-index:10000;}
.firstpage .dightbox{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding:20px 0;
}
.firstpage .dightbox img{
    width: 50px;
    padding-top: 10px;
}
.firstpage .dightbox::before{
	content: "";
	width: 1px;
	height: 40px;
	display: block;
	background:#000;
}
.firstpage h2{
    font-size: 30px;
    padding-bottom: 25px;
}
.firstpage h1{
    font-size: 18px;
    text-align: center;
    letter-spacing: 10px;
    padding-bottom: 50px;
    line-height: 1.6;
    font-weight: 500;
}
.firstpage .languagelink a{
font-size: 16px;
color: #000;
letter-spacing: 2px;
padding:12px 45px;
border:2px solid #000;
margin:0 10px;
font-weight: 800;
position:relative;
transition: .6s;
}
.firstpage .languagelink a:hover{
color: #fff;
border:2px solid #000;
}
.firstpage .languagelink a::after{
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.5s;
}

.firstpage .languagelink a:hover::after{
	width: 100%;

}
.langshow{filter: blur(5px);}

/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}

.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.popWin .Txt {
  padding: 30px;
  text-align: left;
}

.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}

.popWin .close {
  position: absolute;
  right: 0;
  top: 0;
transform:translate(25%,-25%);
  z-index: 1;
  width: 60px;
  height: 60px;
background: #c4922e;

  border-radius: 99em;
}

.popWin .close::before, .popWin .close::after {
content: '';
    position: absolute;
    left: 10px;
    top: 30px;
    width: 40px;
    height: 1px;
    background-color: #fff;
}

.popWin .close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}

.popWin .close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.artArea .Img {
    width: 50%;
}
.artArea .Img img{
    display:block;
    max-width:100%;
}
@media (max-width: 1180px) {

  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}




.mainArea {
  padding: 0;
}
.outerWrap {
  width:100%;
}
footer {
    padding-right: 210px;
}
@keyframes scrollhover {
    0% {margin-top:-6px;}
    50% {margin-top:0px;}
    100% {margin-top:-6px;}
}
.featurethis::before{
	opacity: 1!important;
	transform: rotate(0deg)!important;
	transition: 1.3s;
}
.featurethis::after{
	opacity: 1!important;
	transform: translate(0,0)!important;
	transition: 2s 1.3s;
}
.featurethis img.leaf01{
	opacity: 1!important;
	transition: 0.9s;
	transform: translate(0px,0px)!important;
}
.featurethis img.leaf02{
	opacity: 1!important;
	transition: 0.9s 0.5s;
	transform: translate(0px,0px)!important;
}
.featurethis .wrap::before{
	opacity: 1!important;
	transform: translate(0px,0px)!important;
	transition: 1.8s;
}
.featurethis .wrap::after{
	opacity: 1!important;
	transform: translate(0px,0px)!important;
	transition: 1.8s;
}
.featureArea{
	display: flex;
	align-items: center;
	height: 100vh;
	position: relative;
}
.featureArea img.leaf01{
	position: absolute;
	left: 225px;
	top: 280px;
	opacity: 0;
	transform: translate(-20px,-20px);
}
.featureArea img.leaf02{
	position: absolute;
	left: 340px;
	top: 350px;
	opacity: 0;
	transform: translate(-20px,-20px);
}
.featureArea::before{
	content: "";
	display: block;
	width: 360px;
	height: 360px;
	background:url(../images/cup_lid.png);
	position: absolute;
	top:80px;
	left: -80px;
	opacity: 0;
	transform: rotate(-50deg);
	background-size: contain;
}
.featureArea::after{
	content: "";
	display: block;
	width: 340px;
	height: 200px;
	background:url(../images/homeleaf008.png);
	position: absolute;
	top:400px;
	left: 0px;
	transform: translate(-20px,-20px);
	opacity: 0;
	background-size: contain;
}
.featureArea h2{
	text-align: center;
	font-size: 27px;
	color:#000;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-top:0px;
	opacity: 1;
	transition: 0.9s 1.5s;
}
.featureArea h2 strong{
	font-weight: 300;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.featureArea h2 strong::before{
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	position: absolute;
	bottom: 0;
	right: 100%;
}
.featureArea h2 strong::after{
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	position: absolute;
	bottom: 0;
	left: 100%;
}
.featureArea h2 em{
	display: block;
	font-family: 'Amiri', serif;
	font-size: 25px;
	color:#c4922e;
}
.featureArea .wrap{
	position: relative;
}
.featureArea .wrap::before{
	content: "";
	width: 95px;
	height: 60px;
	display: block;
	background:url(../images/homeleaf009.png) no-repeat;
	position: absolute;
	top:0%;
	right: 100px;
	opacity: 0;
	transform: translate(-20px,-20px);
}
.featureArea .wrap::after{
	content: "";
	width: 25px;
	height: 55px;
	display: block;
	background:url(../images/homeleaf010.png) no-repeat;
	position: absolute;
	top:10%;
	right: 90px;
	z-index: 99;
	opacity: 0;
	transform: translate(-20px,20px);
}
.proAreathis::before{
	opacity: 1!important;
	transition: 2.5s!important;
    transform: translate(0px,-30px) rotate(0deg)!important;
}
.proAreathis::after{
	opacity: 1!important;
	transition: 2.2s 1s!important;
	transform: translate(0px,0px) rotate(0deg)!important;
}
.proArea{
	display: flex;
	position: relative;
	height: 100vh;
}
.proArea::before{
	content: "";
	width: 150px;
	height: 110px;
	display: block;
	background:url(../images/homeleaf001.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 50px;
	opacity: 0;
	transform: translate(100px,-150px) rotate(-30deg);
}
.proArea::after{
	content: "";
	width: 90px;
	height: 70px;
	display: block;
	background:url(../images/homeleaf002.png);
	position: absolute;
	bottom: 50px;
	right: 50%;
	opacity: 0;
	transform: translate(-50px,-50px) rotate(40deg);
}
.proArea .otherimg{
	position: absolute;
	bottom: 0%;
	right: 0;
	pointer-events:none;
	z-index:-1;
}
.proArea .Txt{
	padding-top: 100px!important;
}
.humAreathis::before {
    opacity: 1!important;
    transition: 2s 1s!important;
    transform: rotate(0deg)!important;
}
.humAreathis::after {
    opacity: 1!important;
    transition: 1s 0.2s!important;
    transform: rotate(0deg)!important;
}
.humAreathis .Txt::before {
	opacity: 1!important;
    transform: scaleX(1) scaleY(1) translate(0px,0px) rotate(0rad)!important;
    transition: 5s 0.5s!important;
}
.humAreathisImg{
	opacity: 1!important;
	transition: 0.9s!important;
	transform: translate(0,0)!important;
}
.humArea{
	display: flex;
	position: relative;
	align-items: center;
	height: 100vh;
}
.humArea::before{
	content: "";
	width: 250px;
	height: 250px;
	display: block;
	background:url(../images/tea01.png);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 5;
	transform: rotate(-50deg);
	background-size: cover;
}
.humArea::after{
	content: "";
	width: 250px;
	height: 250px;
	display: block;
	background:url(../images/tea02.png);
	position: absolute;
	top: 170px;
	left: 140px;
	opacity: 0;
	z-index: 6;
	transform: rotate(40deg);
	background-size: cover;
}
.humArea .Txt {
	position: relative;
    padding-left: 380px!important;
    z-index: 10;
    width:100%;
}
.humArea .Txt::before {
	content: "";
	width: 125px;
	height: 110px;
	display:block;
	background:url(../images/homeleaf003.png);
	background-size: contain;
	bottom:120%;
	left: 350px;
	position: absolute;
	opacity: 0;
    transform: rotate(3.14159rad) scaleX(0.8) scaleY(1) translate(-500px,500px);
}
.humArea .Img{
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	right: 0;
	bottom: 0;
	transition: 1.5s;
	transform: translate(50px,0);
}
.humArea .Img img{
    display:none;
}
.drinkArea{
	width: 460px;
	margin: 0 auto;
	position: relative;
}
.featurethis .drinkArea::after{
	opacity: 1!important;
	transition: 1.3s;
}
.drinkArea::after{
	content: "";
	width: 80px;
	height: 35px;
	display: block;
	background:url(../images/homeleaf011.png) no-repeat;
	bottom: -20px;
	right: -200px;
	position: absolute;
	opacity: 0;
}
.drinkArea a.arrow{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 200px;
    height: 200px;
    display: block;
}
.drinkArea a.arrow_next{	
	background:url(../images/bx_arrow_next.png) center right no-repeat;
	right: -140px;
}
.drinkArea a.arrow_prev{
	background:url(../images/bx_arrow_prev.png) center left no-repeat;
	left: -140px;
}
.drinklist-left{
	position: absolute!important;
	left: 0;
	top: 50%;
	transform: translate(-60%,-50%);
	z-index: 10;
}
.drinklist-right{
	position: absolute!important;
	right: 0;
	top: 50%;
	transform: translate(60%,-50%);
	z-index: 3;
}
ul.drinkthumb {
	width: 200px;
}
ul.drinkthumb li .Img{
	overflow: hidden;
	border-radius: 99em;
	width: 160px;
	height: 160px;
	box-shadow: 4px 4px 20px 5px rgba(0,0,0,0.05);
	padding: 0 35px;
	margin: 20px;
	background:#fff;
}
ul.drinkthumb li .Img img{
	width: 100%;
}
ul.drinklist{
	z-index: 5;
	position: relative;
}
ul.drinklist li {
	padding: 40px;
}
ul.drinklist li .item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	height: 380px;
	background: url(../images/goodsbg.jpg) no-repeat;
	border-radius: 99em;
	box-shadow: 4px 4px 20px 5px rgba(0,0,0,0.05);
}
ul.drinklist li .item .Txt{
	text-align: center;
	transform: translate(-20px,0);
}
ul.drinklist li .item .Txt h3{
	color:#231f20;
	font-size: 20px;
	padding-bottom: 15px;
	line-height: 1.2;
	font-weight: 400;
} 
ul.drinklist li .item .Txt h3 em{
	display: block;
	font-family: 'Amiri', serif;
	color:#9bba3b;
	font-size: 16px;
	font-weight: normal;
}
ul.drinklist li .item .Txt p{
	display: block;
	font-size: 15px;
	color: #fff;
	background:#e3802f;
	border-radius: 30px;
	padding: 10px;
}
.artArea{
	display: flex;
	align-items: center;
	height: 100vh;
	position: relative;
}
.artAreathis{}

.artAreathis::before {
    transform: scaleX(1) scaleY(1) translate(0,-50px)!important;
    opacity: 1!important;
}
.artAreathis::after {
    transform: scaleX(1) scaleY(1) translate(0,0px)!important;
    opacity: 1!important;
}

.artArea::before{
	content: "";
	width: 185px;
	height: 110px;
	display: block;
	background:url(../images/homeleaf004.png);
	position: absolute;
	top: 0;
	right: 20%;
	transition: 0.9s;
	opacity: 0;
	transform: scaleX(0.9) scaleY(1) translate(50px,-100px);
}
.artArea::after{
	content: "";
	width: 140px;
	height: 50px;
	display: block;
	background:url(../images/homeleaf005.png);
	position: absolute;
	bottom: 20%;
	right: 0;
	opacity: 0;
	transition: 2s 0.5s;
	transform: scaleX(0.9) scaleY(1) translate(-100px,-50px);
}
.articleList{
	height:100vh;
	margin-right: 210px;
}
.articleList .Txt{
	padding:50px;
	
}

.articleList h2.homeTitle{
    font-size: 27px;
    color: #000;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.2;
    position: relative;
    padding: 4px 0 0 15px;
}
.articleList h2.homeTitle em {
    display: block;
    font-family: 'Amiri', serif;
    font-size: 25px;
    color: #9bba3b;
}
.articleList h2.homeTitle::before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 2px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	top: 0;
	left: 0;
}
.articleList .textEditor {
	padding-top: 50px;
}
.articleList .btn {
    padding-top: 50px;
}
.articleList .btn a{
	display: inline-block;
}
ul.importantLink_homefirst{
	display: flex;
	position: absolute!important;
	top: 20px;
	right: 40px;
	z-index: 10!important;
	align-items: flex-end;
}
ul.importantLink_homefirst::after{
	content: "";
	width: 59px;
	height: 60px;
	background:url(../images/logodecoration_black.png);
}


ul.importantLink_homefirst li.shop, ul.importantLink_homefirst li.loginBox{
display:none;}


ul.importantLink_homefirst li{  
  transition: 0.9s;
}
ul.importantLink_homefirst li:hover{
  transform: translate(0,-20%);
}
ul.importantLink_homefirst li a{
  padding:0 8px;
  display: block;
  position: relative;
  color:#000;
}
ul.importantLink_homefirst li a b{
display:none;}
ul.importantLink_homefirst li i{
  position: relative;
  z-index: 1;
  font-size: 16px;
}
ul.importantLink_homefirst li i.fa-globe, ul.importantLink li i.fa-instagram{
  font-size: 20px;
}
ul.importantLink_homefirst li span.num{
color: #fff;
font-weight: normal;
font-size: 13px;
width:20px;
height: 20px;
display: block;
position: absolute;
top: 0;
right: 0;
z-index: 0;
background:#c4922e;
border-radius: 99em;
overflow: hidden;
text-align: center;
line-height: 20px;
transform: translate(20%,-50%);
}
.bannerArea{
	position: relative;
}
.bannerArea a.bannerScroll{
	display: block;
	position: absolute;
	font-size: 13px;
	color:#fff;
	font-family: 'Amiri', serif;
	bottom: 60px;
	right: 100px;
	z-index: 10;
}
.bannerArea a.bannerScroll b{
	font-weight: normal;
	position: relative;
	z-index: 10;
	letter-spacing: 1px;
}
.bannerArea a.bannerScroll::before{
	content: "";
	width: 70px;
	height: 70px;
	background:url(../images/arrow-bg.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(50px,-50%);
	z-index: 8;

}
.bannerArea a.bannerScroll::after{
	content: "";
	width: 70px;
	height: 70px;
	background:url(../images/arrow-arrow.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(50px,-50%);
	z-index: 9;
	animation: scrollhover 600ms infinite ease-in-out;
}
.bannerArea a.bannerVideoBut{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
	transition: 0.5s;
opacity:0.7;
width:100px;
}
.bannerArea a.bannerVideoBut:hover{
	transform: scale(0.95) translate(-50%,-50%);
opacity:1;
}
/* 暫時無用
.bannerVideoBox{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.bannerArea a.bannerVideoBut.player{
	left: -10%;
	opacity: 0;
}
.bannerVideo{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 10;
}
.bannerVideoBox .mb_YTPBar{
	visibility: hidden;
}
*/
.bannerArea ul{
	position: relative;
	z-index: 0;
}
.bannerArea ul li .Img{
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.bannerArea ul li img.mainImg{
  display: none;
}

.aboutArea{
	background-position: bottom center;
    background-size: cover;
    height: 100vh;
    width: calc(100% - 210px);
    display: flex;
    padding-top: 10%;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.9s;
    position: relative;
}
.aboutArea::before{
	content: "";
	width: 120px;
	height: 100px;
	background-image: url(../images/homeleaf012.png);
	background-repeat: no-repeat;
	display: block;
	top: 20%;
	right: 30%;
	position: absolute;
	transform: scaleX(0.7) scaleY(1) translate(50px,-100px) rotate(180deg);
	opacity: 0;
	transition: 3s 1.5s;
}
.aboutArea h2{
	text-align: center;
	font-size: 27px;
	color:#000;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-top:-50px;
	opacity: 0;
	transition: 0.9s 1.5s;
}
.aboutArea h2 strong{
	position: relative;
	font-weight: 300;
	display: inline-block;
	padding: 0 20px;
}
.aboutArea h2 strong::before{
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	position: absolute;
	bottom: 0;
	right: 100%;
}
.aboutArea h2 strong::after{
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	position: absolute;
	bottom: 0;
	left: 100%;
}
.aboutArea h2 em{
	display: block;
	font-family: 'Amiri', serif;
	font-size: 25px;
	color:#9bba3b;
}
.aboutArea img{
	box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.1);
}
.aboutArea .Txt{
	line-height: 2;
	text-align: center;
	padding-top: 50px;
	letter-spacing: 2px;
	opacity: 0;
	margin-top:50px;
	transition: 0.9s 2.5s;
}
.aboutArea .btn{
	padding-top: 50px;
	opacity: 0;
	margin-top:20px;
	transition: 0.9s 2.8s;
}
.aboutAreathis{
	opacity: 1;
}
.aboutAreathis h2{
	margin-top:0px;
	opacity: 1;
}
.aboutAreathis .Txt{
	opacity: 1;
	margin-top:0px;
}
.aboutAreathis .btn{
	opacity: 1;
	margin-top:0px;
}
.aboutAreathis::before{
	transform: scaleX(1) scaleY(1) translate(0,0) rotate(0deg);
	opacity: 1;
}


@media (max-width: 1800px) {
.humArea{
	display: flex;
	position: relative;
	align-items: flex-start;
	height: 100vh;
}
.humArea .Txt::before {
    bottom: 60%;
    right: 30px;
    left:auto;
}   
    
.artArea .Img{
	width: 50%;
}
.proArea .Img{
	width: 50%
}
.artArea .Img img, .proArea .Img img{
	width: 100%;
}
.humArea .Img{

	background-size: contain;
}
}



@media (max-width: 1520px) {
.humArea::before {
    width: 200px;
    height: 200px;
    top: 20px;
    left: 20px;
}
.humArea::after {
    width: 200px;
    height: 200px;
    top: 160px;
    left: 130px;
}
.featureArea::before{
	width: 300px;
	height: 300px;
	top:80px;
	left: -80px;
}
.featureArea::after{
	width: 340px;
	height: 200px;
	top:330px;
	left: -10px;
}
.featureArea img.leaf01 {
    left: 160px;
    top: 200px;
    width: 80px;
}
.featureArea img.leaf02 {
    left: 240px;
    top: 250px;
    width: 60px;
}
}



@media (max-width: 1360px) {
      .thistime::before {
    transform: translate(-200px,-100px)!important;
}
    
    
.proArea::before {
    width: 120px;
    height: 88px;
    top: 30px;
    transform: translate(100px,10px) rotate(-30deg);
}
.proAreathis::before {
    transform: translate(0px,30px) rotate(0deg)!important;
}
.articleList {
    height: calc(100vh - 65px);
    margin-right: 0px;
}
.aboutArea::before {
    width: 90px;
    height: 90px;
    top: 15%;
    right: 10%;
    background-size:contain;
}

.proArea .otherimg {
    bottom: 0%;
    width: 320px;
}
.aboutArea {
    width: calc(100% - 0px);
}
footer {
    padding-right: 0px;
}

ul.importantLink_homefirst{
	display: none;
}
.bannerArea ul li .Img{
  height: calc(100vh - 65px);
  background-size: cover;
  background-position: center center;
}
.proArea {
    height: calc(100vh - 65px);
}

}

@media (max-width: 1043px){
.humArea {
    height: auto;
        flex-direction: column;
}
.humArea .Txt{
    width:100%;
}
.humArea .Img {
    position: relative;
    background:transparent;
    opacity:1;
    padding-top:50px;
    width:100%;
    transform: translate(0px,0); 
} 
.humArea .Img img {
    display: block;
    width:100%;
}
.humArea::before, .humArea::after {
    opacity: 1!important;
    width: 150px;
    height: 150px;
}
.humArea .Txt::before {
    width: 100px;
    height: 88px;
    left: auto;
    bottom: 100%;
    right: 30px;
    opacity: 1;
    transform: rotate(280deg) scaleX(1) scaleY(1) translate(0px,0px);
}
.proArea::after {
    opacity: 1;
    right: 100%;
    transform: translate(80px,-50px) rotate(0deg);
}	
.aboutArea::before {
    transform: scale(0.7) translate(80px,-150px) rotate(0deg);
    opacity: 1;
    right: 20%;
}
.proArea::before {
    opacity: 1;
    transform: scale(0.5) translate(0,-80px) rotate(0deg);
}
.articleList {
    height: auto;
    padding:80px 20px;
}
.articleList .Txt {
    padding: 0 50px;
}
.proArea {
    height: auto;
}
.proArea .Txt {
     padding-top: 10px!important; 
}
.proArea .Img {
    margin-top: 0px;
}
.proArea .otherimg {
    bottom: auto;
    top: 70%;
    right: auto;
    width: 250px;
    left: 5%;
}

.artArea {
    height: auto;
}
.featureArea {
    height: auto;
    padding: 80px 0px;
}
.featureArea .wrap{
	padding: 0;
}
.aboutArea{
	height: auto;
	padding: 20px 20px 180px 20px;
    opacity: 1;
}
.aboutArea h2 {
    margin-top: 0px;
    opacity: 1;
}
.aboutArea .Txt {
    opacity: 1;
    margin-top: 0px;
}
.aboutArea .btn {
    opacity: 1;
    margin-top: 0px; 
}

}


@media (max-width: 960px){
.bannerArea a.bannerScroll {
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
}
.bannerArea a.bannerScroll::after {
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%,-100%);
}

.bannerArea a.bannerScroll::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-100%);
}
.humArea::after {
    opacity: 1!important;
        top: 0px;
    left: 90%;
}
.humArea::before {
	opacity: 1!important;
    top: -130px;
    left: auto;
    right: -20px;
}

.humArea .Txt::before {
    width: 80px;
    height: 70px;
    left: 70%;
    bottom: 80%;
    right: auto;
    opacity: 1;
    transform: rotate(280deg) scaleX(1) scaleY(1) translate(0px,0px);
}
.proArea::before {
    display: none;
}
.articleList .Txt {
    padding: 30px 0 0 0!important;
}
.artArea {
    display: block;
}
.artArea .Img {
    width: 100%;
}
.proArea {
    display: block;
}
.proArea .Img {
    width: 100%;
}
.proArea .otherimg {
    bottom: auto;
    top: auto;
    right: auto;
    width: 250px;
    left: auto;
    position: relative;
    padding: 20px 0 0 0;
    display: block;
    margin:0 0 0 auto;
}
.articleList .btn {
	text-align: center;
}

}

@media (max-width:767px){
.humArea .Txt::before {
    display: none;
}
ul.drinkthumb, .drinklist-right {
    display: none;
}
.drinkArea a.arrow_next {
    right: 20px;
}
.drinkArea a.arrow_prev {
    left: 20px;
}

}



@media (max-width: 480px ){

.drinkArea {
    width: 100%;
}

ul.drinklist li .item {
    width: 300px;
    height: 300px;
    margin:0 auto;
}
}