@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    width: 100%;
    height: auto;
    display: block;
}

video {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.content {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.content img {
    max-width: 1200px;
    width: 100%;
}

.target-fix {
    position: relative;
    top: -75px;
    display: block;
    height: 0;
    overflow: hidden;
}


/* language_btn */

.fv {
    position: relative;
}

.lan_btn {
    position: absolute;
    top: 8%;
    left: 30px;
}

.lan_btn a {
    padding: 0.3em 1em;
    background: rgba(255, 255, 255, 0.8);
    color: #BF9C67;
    border: 1px solid #9B7D42;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.9rem;
    text-decoration: none;
    box-shadow: 0 0 5px #00000030;
    transition: 0.5s;
}

.lan_btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 950px) {
    .lan_btn {
        top: 10%;
    }
}

@media screen and (max-width: 768px) {
    .lan_btn {
        left: 20px;
    }
}

@media screen and (max-width:600px) {
    .lan_btn a {
        padding: 0.2em 0.8em;
        font-size: 0.75rem;
    }
}

@media screen and (max-width:550px) {
    .lan_btn {
        top: 10%;
        left: 15px;
    }
}

@media screen and (max-width: 410px) {
    .lan_btn {
        left: 8px;
    }
}

@media screen and (max-width: 334px) {
    .lan_btn {
        top: 12%;
        left: 3px;
    }
    .lan_btn a {
        transform: scale(0.8);
    }
}


/* menu */

.header_array {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.header {
    background: rgba(255, 255, 255, 0.5);
    width: 1920px;
    border-bottom: 1px solid #c69f5e;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.header div:first-child,
.header div:last-child {
    display: flex;
    align-self: center;
    justify-content: center;
}

.header div:first-child {
    width: 200px;
    margin: 0 0 0 30px;
}

.header div:last-child a {
    font-family: 'Noto Serif TC', serif;
    margin: 0 20px 0 0;
    text-decoration: none;
    color: #835600;
    transition: all 0.5s;
}

.header div:last-child a:hover {
    color: #86963e;
}

@media screen and (max-width: 1919px) {
    .header {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 15px 0;
    }
    .header div:first-child {
        width: 100px;
        margin: 0 0 0 15px;
    }
    .header div:last-child a {
        font-size: 0.8rem;
        margin: 0 15px 0 0;
    }
}

@media screen and (max-width: 550px) {
    .header {
        justify-content: center;
        padding: 10px 0;
    }
    .header div:first-child {
        display: none;
    }
    .header div:last-child a {
        margin: 0 20px 0 0;
    }
    .header div:last-child a:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 410px) {
    .header {
        padding: 10px 0;
    }
    .header div:first-child {
        width: 80px;
        margin: 0 0 0 8px;
    }
    .header div:last-child a {
        font-size: 0.75rem;
        margin: 0 8px 0 0;
    }
}

@media screen and (max-width: 390px) {
    .header {
        padding: 5px 0;
    }
    .header div:last-child a {
        transform: scale(0.8);
        margin: 0;
    }
}

@media screen and (max-width: 334px) {
    .header {
        padding: 1px 0;
    }
    .header div:last-child a {
        transform: scale(0.6);
    }
}


/* menu end */

.bg {
    background-size: cover;
    margin: 0 auto;
}

.queen {
    position: absolute;
    width: 90%;
    bottom: 27%;
    left: 5%;
}

.pd_youtube {
    position: absolute;
    width: 30%;
    bottom: 7%;
    right: 9%;
}

.make {
    position: absolute;
    width: 34%;
    bottom: 5%;
    right: 5%;
}

.tv_gif {
    position: absolute;
    width: 80%;
    top: 36%;
    left: 10%;
}

.btn {
    position: absolute;
    filter: drop-shadow(3px 5px 8px #00000050);
}

.btn01 {
    width: 40%;
    bottom: 4%;
    left: 5%;
}

.btn02 {
    width: 40%;
    bottom: 4%;
    right: 5%;
}

.btn03 {
    width: 80%;
    bottom: 4%;
    left: 10%;
}

.btn04 {
    width: 80%;
    bottom: 6%;
    left: 10%;
}

.shiny-btn {
    display: block;
    position: relative;
    overflow: hidden;
}

.shiny-btn:hover {
    transform: translateY(3px);
}

.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn 3s ease-in-out infinite;
}

@keyframes shiny-btn {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}



@media screen and (min-width: 1921px) {
    body {
        background: #fff;
    }
    section {
        max-width: 1920px;
    }
}

@media screen and (max-width: 1200px) {
    .content {
        margin: 0;
        width: 100%;
    }
}

.info{

    position: relative;
  }

  .fb,.ig,.mail
  {
    position: absolute;
  }
  .fb{
    width: 10%;
    left: 37%;
    bottom:17%;
    opacity: 0;
  }
  .ig{
    width: 10%;
    left: 53%;
    bottom:17%;
    opacity: 0;
  }
  .mail{
    width: 90%;
    left: 5%;
    bottom:49%;
    opacity: 0;
  }

  /* 下面為個別設定*/
/* cta開始 */
.fixed-obj {
	position: fixed;
	bottom: -380px;
	right: 0;
	max-width: 180px;
	width: 100%;
	z-index: 999;
	-webkit-transition: top 0.5s ease-out;
	-webkit-transition: bottom 0.5s ease-out;
	transition: bottom 0.5s ease-out;
	display: none;
  }
  
  .fixed-obj.show_sta {
	bottom: 30px;
  }
  
  /* 此行代表手機版的圖片隱藏 */
  .fixed-obj img:nth-child(2) {
	display: none !important;
  }
  
  @media screen and (max-width: 745px) {
	.fixed-obj {
	  bottom: -360px;
	  width: 100%;
	  max-width: 100%;
	  -webkit-transition: bottom 0.5s ease-out;
	  transition: bottom 0.5s ease-out;
	}
	/* 此行代表手機版的圖片顯示 */
	.fixed-obj img:nth-child(2) {
	  display: block !important;
	  width: 100%;
	  margin: 0 auto;
	}
	/* 此行代表電腦版的圖片隱藏 */
	.fixed-obj img:nth-child(1) {
	  display: none !important;
	}
	.fixed-obj.show_sta {
	  top: auto;
	  bottom: 0;
	}
  }
  
  /* cta 結束 */

  /* QA */
.bg06 {
    background: url(../images/q_bg.jpg) top center no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
  
  .bg_yellow {
    background: #96a14b;
    margin: 0 auto;
  }
  
  /* 開合 */
  
  .collapsible {
    cursor: pointer;
    border: none;
    outline: none;
  }
  
  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  /* 開合 END*/
  
  .header-1 {
    background: url(../images/header.jpg) top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 1920px;
  }
  
  .sale {
    background: url(../images/handcream.jpg) top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 1920px;
  }
  
  