@import "limited.css";
body {
  font-family: "Century Gothic", Arial, 'Microsoft JhengHei', "sans-serif";
	background-color: #000;
}
a {
  color: inherit;
  text-decoration: none;
}
.content {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#confetti{
	z-index:5; 
	position:fixed; 
	top:0; 
	left:0; 
	width: 100%; 
	height:100%; 
	pointer-events:none; 
}
/***kv***/
.kv_wrapper {
  overflow: hidden;
  height: 480px;
  position: relative;
}
.kv_slogan {
  --width: 666px;
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  margin: auto;
  width: var(--width);
  height: calc(var(--width)*.34);
}
.kv_logo {
  position: absolute;
  top: 0;
  left: 0;
}
.kv_bg {
  background-image: url("../images/bg_kv.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 480px;
  position: relative;
  z-index: -1;
}
.kv_date {
  display: flex;
  position: absolute;
  bottom: 5rem;
  max-width: 700px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: space-around;
}
.kv_date_btn {
  --width: 299px;
  font-size: 1.6rem;
  color: #ffffff88;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/btn_date.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: var(--width);
  height: calc(var(--width)*.24);
  transition: all ease-in-out .2s;
}
.kv_date_btn.active {
  color: burlywood;
  font-weight: bold;
  filter: drop-shadow(0 0 0.75rem #ffdb9b);
}
@media (hover:hover) {
  a .kv_date_btn:hover {
    transform: translateY(-0.5rem);
    filter: brightness(1.8);
  }
}
/*countdown*/
.countdown_wrapper {
  background-color: #fff;
  border-radius: 60px;
  padding: .6rem 1.2rem;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .2);
  max-width: 460px;
  margin: auto;
  margin-top: -3rem;
  margin-bottom: 3rem;
	top:-10px;
	transition: all .3s ease-in-out;
}
.countdown {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.countdown .numbers {
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.countdown_unit {
  color: #fff;
  font-size: 2rem;
  min-width: 2.6rem;
	padding:0 .1em;
	margin-right: .4rem;
  height: 2.6rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333
}
#dhour:after {
    content:
    '®É';
    flex-shrink: 0;
    width: 100%;
    font-size: .85rem
}
#dmin:after {
    content:
    '¤À';
    flex-shrink: 0;
    width: 100%;
    font-size: .85rem;
}
#dsec:after {
    content:
    '¬í';
    flex-shrink: 0;
    width: 100%;
    font-size: .85rem;
}
#count2 {
  margin: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown_wrapper.fixed{
	position: fixed;
	top:0;
	z-index: 99999;
	margin: 0;
    left: 0;
    max-width: inherit;
    right: 0;
	padding: .3em 0;
    border-radius: inherit;
	background-color: rgba(255,255,255,0.8);
	box-shadow:  5px 5px 5px rgba(0, 0, 0, .2);
	backdrop-filter: blur(5px);
}
.countdown_wrapper.fixed .countdown{
transform: scale(.8);
}
/******/
.limited_productList {
  margin-bottom: 80px;
	position: relative;
	z-index: 6;
}
/*****/
.btn_back{
	display: flex;
	z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 200px;
    width: 80px;
    height: 80px;
    background-color: #e08c47;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bk_mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9998;
}
.lightbox_video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  --width: 560px;
  width: var(--width);
  height: calc(var(--width)*.5625);
  right: 0;
  z-index: 99999;
  margin: auto;
  background-color: #fff;
  padding: 2em;
}
.lightbox_video iframe {
  --width: 560px;
  width: var(--width);
  height: calc(var(--width)*.5625);
}
.lightbox_video_close {
  position: absolute;
  right: -20px;
  top: -15px;
  background-color: #333;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.lightbox_video_close:before, .lightbox_video_close:after {
  position: absolute;
  left: 18px;
  top: 4px;
  content: ' ';
  height: 30px;
  width: 5px;
  background-color: #fff;
}
.lightbox_video_close:before {
  transform: rotate(45deg);
}
.lightbox_video_close:after {
  transform: rotate(-45deg);
}
.switch_window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  margin: auto;
  background-color: #eee;
}
.switch_window div{
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height:100px;
  right: 0;
  margin: auto;
  background-color: #fff;
	border-radius: 1em;
	text-align: center;
  padding: 2em;
  font-size: 18px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.2)
}
@media screen and (max-width:992px) {
  .kv_wrapper {
    height: 60vw;
  }
  .kv_logo img {
    width: 30vw;
  }
  .kv_slogan {
    --width: 80vw;
    top: 12vw;
  }
  .kv_slogan img {
    width: 100%;
  }
  .kv_bg {
    background-size: 250vw;
    height: 60vw;
  }
  .footer {
    display: none
  }
}
@media screen and (max-width:576px) {
  .kv_wrapper {
    height: 76vw;
  }
  .kv_bg {
    background-size: 320vw;
    height: 76vw;
  }
  .kv_logo img {
    width: 40vw
  }
  .kv_slogan {
    --width: 90vw;
    top: 18vw;
  }
  .countdown_wrapper {
    max-width: 90vw;
    padding: .6rem .8rem;
    margin-top: -2rem;
  }
  .countdown {
    font-size: 1.2rem;
  }
  .countdown .numbers {
    font-size: 1.8rem;
  }
  .countdown_unit {
    font-size: 1.6rem;
  }
  .kv_date {
    bottom: 3rem;
  }
  .kv_date_btn {
    font-size: 1.4rem;
    --width: 46vw;
  }
  .lightbox_video {
    padding: .8rem;
    --width: 82vw;
  }
  .lightbox_video iframe {
    --width: 82vw;
  }
  .lightbox_video_close {
    transform: scale(.8);
  }
	.btn_back{
		transform: scale(0.8);
		right: 5px;
		bottom:40px;
	}
}