@charset "utf-8";
/* CSS Document */
.bg {

	background-color:#912c20;
	background-image: url(../images/bg.jpg);
	background-size: contain;
	background-attachment:fixed;
	width: 100%;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* 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;
		position: relative;
		width: 1280px;
		height: 120px;
		background: #fff;
		margin-right: 16px;
	}


	.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新版) */
.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;
}

@media (min-width: 992px) {

#mylist_mobile{
	display: none;
}

#back-top {
	display: block;
    position: fixed;
    bottom: 100px;
    margin-left: 85%;
    z-index: 99999;
}

#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-image: url('../images/top.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#back-top a:hover {
    color: #fff;
}

#back-top a:hover span {
    background-color: #ffff3b;
}

#mylist {
	display: block;
    position: fixed;
    bottom: 200px;
    margin-left: 85%;
    z-index: 99999;
}

#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: #000;
    -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: #ddd;
}

#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: #000000;
}

#mylist a:hover {
    background-color: #ffff3b;
}

	.mv{
	background-image:url("../images/2020Weinbach_paper_02_02.jpg");
	background-repeat: repeat;
	
	width:697px;
	height: 1056px;
	}
	
}


.EDM_wrap .plan_head {
	position: relative;
}

.EDM_wrap .order_btn {
	width: 250px;
	height: 157px;
	background-image: url(../images/order_btn.png);
	border: none;
	background-color: transparent;
	position: absolute;
	bottom: 30px;
	left: 270px;
}
.EDM_06 .order_btn {
	inset: 450px 272px;
}
.EDM_08 .order_btn {
	inset: 427px 270px;
}
.EDM_10 .order_btn {
	inset: 512px 238px;
}
.EDM_12 .order_btn {
	inset: 784px 209px;
}
.EDM_14 .order_btn {
	inset: 419px 284px;
}
.EDM_16 .order_btn {
	inset: 369px 240px;
}
.EDM_wrap .order_btn:hover {
	background-position-y: bottom;
}
.EDM_wrap .order_btn:active {
	background-position-y: bottom;
	transform: translate(10px,10px);
}

/* for 2025 New Item*/
/* 大福袋 */
.BigPrize {
	position: relative;}
.signboard_BigPrize {
	display:block;
	position:absolute;
	width:350px;
	height:210px;
	top:100px;
	left:20px;}

.addList_BTN {
	display: block;
	position: absolute;
	width: 262px;
	height:170px;
	top: 30px;
	right:200px;
	transition: 0.5s;
}

.addList_BTN:hover {
	top: 5px;
}

.PopBTN_BigPrize{
	display: block;
	position: absolute;
	width: 280px;
	height: 220px;
	background-color: transparent;
	border: none;
	background-image:url(/2025Fukubukuro/images/popBTN_BigPrize.png);
	background-position: center;
	background-repeat: no-repeat;
	left: 320px;
	bottom:25px;
	transform: translate(-50%,0);
}



/* 小福袋 */
.SmallPrize {
	position: relative;
}
.signboard_SmallPrize {
	display: block;
	position: absolute;
	width: 581px;
	height: 588px;
	top: -30px;
	right: 30px;
}
/*.addList_BTN.addList_BTN_SmallPrize {
	left: 893px;
	top: 400px;
}*/

.addList_BTN2 {
	display: block;
	position: absolute;
	width: 262px;
	height:170px;
	top: 85px;
	left:840px;
	transition: 0.5s;
}

.addList_BTN2:hover {
	transform: translateY(-20px);
}


.addList_BTN.addList_BTN_SmallPrize:hover {
	top: 10px;
}


/*外開清單視窗裡<加入清單>按鈕*/
.addList_btn_inside {
	width: 262px;
	height: 300px;
	display: block;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translate(-50%,0);
	/* background-image:url(/2025Fukubukuro/images/addList-btn-inside.png); */
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	transition: 0.5s;
	cursor: pointer;
}
.addList_btn_inside._top{
	left: unset;
	right:-3%
}
.addList_btn_inside:hover {
	bottom: 80px;}
.addRelative {
	position: relative;
}
.PopBTN_SmallPrize {
	display: block;
	position: absolute;
	width: 282px;
	height: 226px;
	background-color: transparent;
	border: none;
	/* background-image: url(../images/popBTN_SmallPrize.png); */
	background-position: center;
	background-repeat: no-repeat;
	left: 75%;
	bottom: 40px;
	transform: translate(-50%,0);
}
.PopBTN_active {
	transition: 0.5s;
}

.PopBTN_active:hover {
	transform: translate(-50%,15px);
}

/* 後面變黑黑 */
.BlackBG {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 9999;
}
.PoPBox{
	width: 1280px;
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 44px;
	/* background-color: #fff; */
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}

/*清單外開後 視窗右上角打叉關視窗小圖*/
.CloseBTN{
	width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%;
    border: 2px solid #666; 
    position: fixed;
    top: 10px;
    right: 50%;
	transform: translate(600px,0);
    z-index: 99999;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}
.CloseBTN:hover {
	background-color: rgba(255, 133, 133, 0.8);
}
.CloseBTN:before{
	content: '';
    display: block;
    border-top: 1px solid #666;
    width: 50px;
    height: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #666;
    transform: rotate(45deg);
	position: relative;
}

.CloseBTN:after{
	content: '';
    display: block;
    border-top: 1px solid #666;
    width: 50px;
    height: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #666;
    transform: rotate(-45deg);
	position: absolute;
}


@media (min-width: 992px) {
	.CloseBTN {
		width: 40px;
    	height: 40px;
	}
	.CloseBTN:before,
	.CloseBTN:after {
		width: 25px;
    	height: 1px;
	}
}
.FakeContent {
	background-image: url(../images/bg.jpg);
	width: 100%;
	display: none;
	position: absolute;
	inset: 0;
}

/* 隱形連結 */
.WineDetail{
	width: 1280px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.WineDetail li {
	width: 100%;
	height: 85px;
	/* border: #333 1px solid; */
}
.WineDetail a {
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: block;
	text-decoration: none;
}
.fbTAG {
	width: 144px;
	height: 44px;
	display: block;
	position: absolute;
	bottom: 280px;
	left: 658px;
	background-color: transparent;
}