@charset "utf-8";

/* google font */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');


/* CSS Document */
h1, h2, .hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.bg {

	/*background-color: rgba(0, 0, 0, 1);*/
	background-color: rgba(242, 244, 242, 1);
	background-image: url(../images/bg.png);
	width: 100%;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

@charset "utf-8";
/* CSS Document */
/*TOP區塊 start*/
.fb-like{
	display:none;
}

@media (min-width: 992px) {
	.fb-like{
		display: block;
		right:45px;
		top:50px;
		width:130px;
		height:20px;
	}
}

.top_layout{
	margin-bottom: 0;
	width: 1280px;
	height: 120px;
	background: #fff;
	margin-right: 16px;
	position: relative;
}


.top_logo{
	width: 179px;
	height: 80px;
	margin-top: 19px;
	margin-left: 32px;
	float: left;
	cursor: pointer;
}

.top_logo a{
	display: inline-block;
	width: 179px;
	height: 80px;
	background-image: url(https://www.icheers.tw/iCheers/Content/images/iCheers_logo_m.svg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.top_layout:after{
	content: '';
	display: block;
	clear: both;
}

.top_nav{
	float: right;
	font-family: 'Airal',"微軟正黑體";
}

.top_nav .option{
	font-size: 1rem;
	color: #999;
	line-height: 60px;
	float: left;
	padding: 0 10px;
}

.top_nav .option.hideinmobile{
	display: none;
}

.top_nav .option a{
	color: #999;
	text-decoration: none;
}

.top_nav .option+span{
	display: inline-block;
	width: 1px;
	height: 14px;
	margin-top: 23px;
	background: #cccccc;
	float: left;
}

.top_nav .option.hideinmobile+span{
	display: none;
}

@media screen and (min-width: 768px) {
	.top_layout{
		margin-bottom: 0;
		width: 1280px;
		height: 120px;
		background: #fff;
		margin-right: 16px;
		position: relative;
	}


	.top_logo{
		width: 179px;
		height: 80px;
		margin-top: 19px;
		margin-left: 32px;
		float: left;
		cursor: pointer;
	}

	.top_nav{
		margin-right: 24px;
	}

	.top_nav .option{
		font-size: 3rem;
		color: #999;
		line-height: 120px;
		float: left;
		padding: 0 20px;
	}

	.top_nav .option+span{
		display: inline-block;
		width: 1px;
		height: 30px;
		margin-top: 45px;
		background: #666666;
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.top_layout{
		height: 110px;
		max-width: 1280px;
		margin: 0 auto;
	}

	.top_logo{
		width: 162px;
		height: 70px;
		margin-top: calc((110px - 70px)/2);
	}

	.top_nav{
		position: absolute;
		right: 24px;
		top: 10px;
	}

	.top_nav .option{
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px;
	}

	.top_nav .option+span{
		height: 10px;
		margin-top: 5px;
		background: #cccccc;
	}

	.top_nav .option a:hover{
		text-decoration: underline;
		color: #333;
	}

	.top_nav .option.hideinmobile{
		display: block;
	}

	.top_nav .option.hideinmobile+span{
		display: block;
	}
}

/*TOP區塊 end*/

/*footer區塊 start*/
.Warning{
	background:#000;
	text-align: center;
	width:100%;
	height: 120px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:99999;
}



/* 20230316 JOAN 新增文字警語 */
.text-warning {
	color: #ccc;
	width: 706px;
	line-height: 120px;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 0px;
	margin:0 auto;
}


@media (min-width: 768px) {
	.Warning{
		background:#000;
		text-align: center;
		width:100%;
		height: 120px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index:99999;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.text-warning {
		width: 100%;
		color: #ccc;
		line-height:40px;
		font-family: 'IBM Plex Sans JP', sans-serif;
		font-size: 40px;
		font-weight: 100;
		letter-spacing: 10px;
		margin:0 auto;
	}
	.text-warning span {
		display: inline-block;
		white-space:nowrap;
		margin-top: 5px;
	}

}



@media (min-width: 992px) {

	.Warning{
		background:#000;
		text-align: center;
		width:100%;
		height: 78px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index:99999;
	}
	.text-warning {
		width: 1023px;
		color: #ccc;
		line-height: 78px;
		font-family: 'IBM Plex Sans JP', sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: 10px;
		margin:0 auto;
	}

}
/*footer區塊 end*/


/*back top btn*/

#mylist{
	display: none;
}

#mylist_mobile{
	width: 150px;
	height: 150px;
	background-color: #f3f4f5;
	border-radius: 50%;
	position: fixed;
	right: 3%;
	bottom: 10%;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	z-index: 999999;
	cursor: pointer;
}

#mylist_mobile a {
	width: 150px;
	height: 150px;
	display: block;
	background-image: url(../images/mylist_mobile.png);
	background-size: cover;
	background-repeat: no-repeat;
}

#back-top{
	display: none;
}



/*-------當螢幕寬度在 992px 以下 -------------------------------------------------------------------*/
@media (min-width: 992px) {

	#mylist_mobile{
		display: none;
	}

	#back-top {
		display: block;
		position: fixed;
		bottom: 100px;
		margin-left: 85%;
		z-index: 99;
	}

	#back-top a {
		width: 50px;
		display: block;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #666666;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 100%;
	}

	#back-top span {
		width: 50px;
		height: 50px;
		display: block;
		margin-bottom: 7px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		-ms-border-radius: 25px;
		-o-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
		background-color: ;
		background-image: url('../images/top.png');
		background-repeat: no-repeat;
		background-position: center center;
	}

	#back-top a:hover {
		color: #ffffff;
	}

	#back-top a:hover span {
		background-color: #ec6941;
	}

	#mylist {
		display: block;
		position: fixed;
		bottom: 200px;
		margin-left: 85%;
		z-index: 99;
	}

	#mylist p {
		display: block;
		width: 80%;
		text-wrap: normal;
		font-family: "微軟正黑體";
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
	}

	#mylist a {
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
		width: 50px;
		height: 50px;
		display: block;
		margin-bottom: 0;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		-ms-border-radius: 25px;
		-o-border-radius: 25px;
		border-radius: 25px;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
		background-color: #383f49;
	}

	#mylist span {
		width: 80%;
		margin: 10%;
		display: block;
		position: relative;
		top: 12%;
		left: -1%;
		font-family: "微軟正黑體";
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff9b;
	}

	#mylist a:hover {
		background-color: #ec6941;
	}

	.mv{
		background-image:url("../images/2020Weinbach_paper_02_02.jpg");
		background-repeat: repeat;
		
		width:697px;
		height: 1056px;
	}

	#mylist a:hover span {
		color: #ffffff;
	}
}


.EDMbox {
	position: relative;
	background-color: #eceeeb;
}
.itemsBox {
	background-image: url( "../images/EDM_03.jpg");
	background-size: 1280px auto;
	background-repeat: repeat-y;
	color: #ffffff;
}



/* items nav */
.itemsNav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%;
	margin: 50px 0 100px 0;
}
.itemsNav button {
	width: 251px;
	height: 179px;
	padding: 0;
	border: none;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.itemsNav button img {
	width: 100%;
}
.itemsNav button::after {
	content: '';
	background-image: url(../images/arrow.png);
	background-position: 0 0;
	width: 87px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 45px;
	right: 35px;
	transition: 0.4s;
}
.itemsNav button:hover::after {
	background-position: 87px 0;
}


/* items  */
h3 {
	color: #000000;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 10px 0;

    /*bar字-------------------------------------------------------	*/
	font-size: 40px;
	letter-spacing: 10px;
	gap: 1px;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-family: 'Noto Sans TC', sans-serif;
	font-family: 'Noto Serif TC', serif;
	font-weight: 500;

}


h3 span {
	padding-left: 10px;
}

.oil_items {
	width: 1280px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5%;
	padding: 0 0 50px 0;
}
.itemsWaterglass .oil_items {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	gap: 8%;
}


.oil_item {
	width: 300px;
	height: auto;
 
    /*▼<組合內容>圓框外大底色------------------------------------------------*/
    background-color: rgba(239,235,198,0.9);

    border-radius: 0 50px 0 0;
    position: relative;
    margin-top: 250px;
    padding: 60px 20px 30px 20px;
}


.oil_item.soldout::after {
	content: '';
	width: 91px;
	height: 91px;
	display: block;
	position: absolute;
	top: 20px;
	right: -15px;
	background-image: url(../images/comingsoon.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.oil_item h4 a {
	width: 100%;
	height: 90px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}
		
		
		.item_name_cn {
			width: auto;
			height: auto;
			
			/* ▼<組合>組合框底色--------------------*/
			background-color: #818113;
			
			/* ▼<組合>小標字色----------------------*/
			color: #ffffff;

			display: inline-block;
			padding: 5px 20px;
			border-radius: 0 20px 0 20px;
			font-family: 'Noto Sans TC', sans-serif;
			font-size: 20px;
			font-weight: 600;
		}
		

		.item_name_en {
			color: #000000;
			display: block;
			width: 100%;
			font-size: 16px;
			line-height : 22px;
			padding: 10px 0;
			font-family: 'Libre Franklin', sans-serif;
			font-weight: 300;

		}





		.item_pic {
			width: 250px;
			height: 250px;
			position: absolute;
			top: -200px;
			left: 10%;

			/*item外圓底色*/
			background-color: #ececcc;

			border-radius: 50%;
			overflow: hidden;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.item_pic a {
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.item_pic img {
			width: 100%;
			height: auto;
			transition: 0.4s;
		}
		
		.item_pic:hover img {
			width: 80%;
		}


		.item_price {
			width: 100%;
			margin-top: 20px;
		}
		.item_price li {
			width: 100%;
			height: 50px;
			display: flex;
			line-height: 40px;
			font-size: 24px;
			align-items: center;
			justify-content: space-between;
			overflow: visible;
			cursor: pointer;
		}

		.item_price li b {
			display: flex;
			align-items: center;
			font-family: 'Libre Franklin', sans-serif;
			font-weight: 500;
			color: #d9605f;
		}

		.item_price li span {
			height: 30px;

			/*規格字色 EX:250ml/2入組*/
			color: #ffffff;

			/*規格底色*/
			background-color: #626262;

			display: inline-block;
			font-size: 16px;
			line-height: 30px;
			padding: 0 10px;
			border-radius: 30px;
			margin-right: 10px;
			font-family: 'Noto Sans TC', sans-serif;
			font-weight: 400;
			
		}

		.item_price li button {
			border: none;
			background-color: transparent;
			cursor: pointer;
			overflow: visible;
		}

		
		#addbtn{
			background-color: transparent;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			padding: 0;
			transition: 0.4s;
		}
		#addbtn:hover {
			background-color: #d2905c;
			box-shadow: 0 0 5px 5px #d2905c;
		}
		#addbtn::after {
			content: '';
			background-image: url(../images/icon.png);
			background-repeat: no-repeat;
			background-position: 5px -100px;
			width: 36.5px;
			height: 37.5px;
			display: block;
		}
		#addbtn:hover::after {
			background-position: 5px -46px;
		}
		#addbtn.active::after {
			animation: click 1s;
		}
		@keyframes click {
			0%   {background-position: 5px -46px;}
			80%  {background-position: 0px 7px;}
			100% {background-position: 5px -100px;}
		}
		.soldout .item_price li button {
			font-size: 25px;
			font-weight: 500;
			color: #cdcdcd;
		}


/* Copyright */
.itemsBox .footer {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}






/* 當螢幕寬度在 768px 以下 --------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	h3 {
		font-size: 40px;
	}
	.oil_item {
		width: 500px; 
		padding: 120px 30px 30px 30px;
	}
	.itemsWaterglass .oil_items {
		width: 1280px;
		gap: 5%;
	}
	.item_pic {
		width: 300px; 
		height: 300px;
		left: 22%;
	}
	.oil_item h4 a {
		width: 100%;
		height: auto;
		display: block;
		text-decoration: none;
		color: #5a520d;
	}



	/*<組合>組合1字大小*/
	.item_name_cn {
		padding: 5px 20px;
		font-size: 32px;
	}

	/*<組合>品名字*/
	.item_name_en {
		font-size: 39px;
		line-height : 60px;
		padding: 22px 0;
	}

	/*<組合>價錢字*/
	.item_price li {
		height: auto;
		line-height: 100px;
		font-size: 45px;
	}

	/*<組合>規格字*/
	.item_price li span {
		height: 50px;
		display: inline-block;
		font-size: 24px;
		line-height: 50px;
		padding: 0 20px;
		border-radius: 30px;
		margin-right: 10px;
		font-family: 'Noto Sans TC', sans-serif;
		font-weight: 400;
	}




	#addbtn{
		width: 80px;
		height: 80px;
	}
	#addbtn:hover {
		background-color: transparent;
		box-shadow: 0 0 0 0;
	}
	#addbtn::after {
		content: '';
		background-image: url(../images/icon.png);
		background-repeat: no-repeat;
		background-position: 5px -180px;
		background-size: 80% auto;
		width: 100%;
		height: 100%;
	}
	#addbtn:hover::after {
		background-position: 5px -180px;
	}
	.soldout .item_price li button {
		font-size: 40px;
	}
	.oil_item.soldout::after {
		width: 150px;
		height: 150px;
	}
	.itemsBox .footer {
		padding-bottom: 200px;
	}

	
	#addbtn.active::after {
		animation: click_mobile 1s;
	}
	@keyframes click_mobile {
		0%   {background-position: 5px -180px;}
		80%  {background-position: 0px 20px;}
		100% {background-position: 5px -180px;}
	}
}





/* 當螢幕寬度在 768px 到 1023px 之間 -------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	h3 {
		font-size:40px;
	}
	.oil_item {
		width: 500px; 
		padding: 120px 30px 30px 30px;
	}
	.itemsWaterglass .oil_items {
		width: 1280px;
		gap: 1%;
	}
	.item_pic {
		width: 300px; 
		height: 300px;
		left: 22%;
	}
	.oil_item h4 a {
		width: 100%;
		height: auto;
		display: block;
		text-decoration: none;
		color: #ffffff;
	}




   .item_name_cn {
		padding: 5px 20px;
		font-size: 32px;
	}
	

	/*<組合>組合1字大小*/
	.item_name_cn {
		padding: 5px 20px;
		font-size: 32px;
	}

	/*<組合>品名字*/
	.item_name_en {
		font-size: 39px;
		line-height : 60px;
		padding: 22px 0;
	}

	/*<組合>價錢字*/
	.item_price li {
		height: auto;
		line-height: 100px;
		font-size: 42px;
	}

	/*<組合>規格字*/
	.item_price li span {
		height: 50px;
		display: inline-block;
		font-size: 24px;
		line-height: 50px;
		padding: 0 20px;
		border-radius: 30px;
		margin-right: 10px;
		font-family: 'Noto Sans TC', sans-serif;
		font-weight: 400;
	}



	#addbtn{
		width: 80px;
		height: 80px;
	}
	#addbtn:hover {
		background-color: transparent;
		box-shadow: 0 0 0 0;
	}
	#addbtn::after {
		content: '';
		background-image: url(../images/icon.png);
		background-repeat: no-repeat;
		background-position: 5px -180px;
		background-size: 80% auto;
		width: 100%;
		height: 100%;
	}
	#addbtn:hover::after {
		background-position: 5px -180px;
	}
	.soldout .item_price li button {
		font-size: 40px;
	}
	.oil_item.soldout::after {
		width: 150px;
		height: 150px;
	}
	.itemsBox .footer {
		padding-bottom: 200px;
	}

	
	#addbtn.active::after {
		animation: click_mobile 1s;
	}
	@keyframes click_mobile {
		0%   {background-position: 5px -180px;}
		80%  {background-position: 0px 20px;}
		100% {background-position: 5px -180px;}
	}
}	