@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  background: url("../images/bg_fixed.jpg") top center no-repeat fixed, #fcd7c7;
  scroll-behavior: smooth;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html {
    background: #fcd7c7;
  }
  html:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg_fixed.jpg")center 0 no-repeat;
    background-size: cover;
  }
}


/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
  background: url("../images/side_deco.png") center 80px repeat-y;
}
.topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
}
.kv_m {
  display: none;
}
.kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
}
.for_pc {
  display: block;
}
.for_m {
  display: none;
}


/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}


/*主視覺動畫*/
.kv_bg {
  width: 100%;
}
.kvdeco {
  position: absolute;
}
.kv_good1 {
  top: calc((1140 / 1920)* 100%);
  left: calc((39 / 1920)* 100%);
  width: calc((217 / 1920)* 100%);
  animation-name: float_A;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.kv_good2 {
  top: calc((830 / 1920)* 100%);
  left: calc((199 / 1920)* 100%);
  width: calc((245 / 1920)* 100%);
  animation-name: float_B;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-delay: -1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.kv_good3 {
  top: calc((100 / 1920)* 100%);
  left: calc((48 / 1920)* 100%);
  width: calc((510 / 1920)* 100%);
  animation-name: float_A;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-delay: -1.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.kv_good4 {
  top: calc((812 / 1920)* 100%);
  left: calc((1223 / 1920)* 100%);
  width: calc((164 / 1920)* 100%);
  animation-name: float_A;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.kv_good5 {
  top: calc((984 / 1920)* 100%);
  left: calc((1301 / 1920)* 100%);
  width: calc((174 / 1920)* 100%);
  animation-name: float_B;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-delay: -1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.kv_good6 {
  top: calc((570 / 1920)* 100%);
  left: calc((1571 / 1920)* 100%);
  width: calc((315 / 1920)* 100%);
  animation-name: float_A;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-delay: -1.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.kv_pp {
  top: calc((374 / 1920)* 100%);
  left: calc((337 / 1920)* 100%);
  width: calc((329 / 1920)* 100%);
}
.kv_promotion {
  top: calc((1396 / 1920)* 100%);
  left: calc((690 / 1920)* 100%);
  width: calc((540 / 1920)* 100%);
  -webkit-animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) .3s both;
  animation: text-focus-in 1.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) .3s both;
}
@keyframes float_A {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(4%);
  }
}
@keyframes float_B {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(6%);
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}


/*區塊*/
.blk_spa {
  margin-bottom: 50px;
}
.block_0 {
  background: linear-gradient(to bottom, #f38180 0%, #f3818000 90%);
  padding: 1px 0 0;
}
.block_1 {
  margin-top: 50px;
}


/*文字*/
@font-face {
  font-family: SC-SemiBold;
  src: url("https://events.eslite.com/font/獅尾四季春加糖SC-SemiBold.ttf");
}
big {
  color: #bc4d60;
}
h2, h3, .recommend .font h4, .box-mix ul.quotes .font h4, .dis-for-zasshi3 big, .zasshi3-buy, .zasshi3 ul li h4, .menustyle2 ul li a {
  font-family: SC-SemiBold;
}
.btt {
  background: url("../images/btt_bg.png")top center no-repeat;
  width: 100%;
  height: 113px;
  margin: 20px auto;
}
.btt h2 {
  color: #bc4d60;
  font-size: 3.5rem;
  letter-spacing: 5px;
  padding: 30px 0 0;
}
.bttp {
  background: url("../images/bttp_bg.png")top center no-repeat;
  width: 100%;
  height: 140px;
  margin: 20px auto 0;
}
.bttp h2 {
  color: #bc4d60;
  font-size: 3.5rem;
  letter-spacing: 5px;
  padding: 25px 0 0;
}
.bttp h2 p {
  font-size: 1.6rem;
  padding: 10px 0 0;
}
.stt {
  margin: 30px auto 20px;
}
.stt h3 {
  color: #bc4d60;
}
.stt h3:before {
  background-image: url("../images/stt_be.png");
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 11px;
  margin-right: 15px;
  margin-bottom: 8px;
  content: "";
}
.stt h3:after {
  background-image: url("../images/stt_af.png");
  background-size: contain;
  display: inline-block;
  width: 54px;
  height: 11px;
  margin-left: 15px;
  margin-bottom: 8px;
  content: "";
}
.recommend .font h4 {
  color: #bc4d60;
  letter-spacing: 3px;
  border-bottom: #bc4d60 solid 1px;
}
.recommend .font p {
  color: #bc4d60;
}


/*元件調整*/
.banner {
  padding: 0;
}
.hightlight, .hightlight_5p, .baseline, .boxmixbg {
  margin: 20px auto;
}
.recommend {
  margin: 10px auto;
  padding: 10px 40px;
}
.recommend img {
  max-height: 410px;
  margin: 0 20px;
}
.recommend .font {
  margin-top: 20px;
  background: linear-gradient(to left, #fff 0%, #ffffff00 90%);
  padding: 20px;
  border-radius: 20px;
}
.recommend .font.font-left {
  background: linear-gradient(to right, #fff 0%, #ffffff00 90%);
}
.recommend .font .price {
  margin-top: 20px;
}
.hightlight_s .scene li > .sliderbg {
  height: 780px;
}
.hightlight_s .scene img {
  width: 100%;
  height: 675px;
}
.hightlight_s .scene p {
  margin: 1vw auto;
  line-height: 1.5rem;
}
.baseline li {
  width: 210px;
  background: #fff;
  margin: 6px;
  padding: 0;
  text-align: center;
  position: relative;
}
.baseline img {
  width: 210px;
  height: 210px;
  object-fit: contain;
}
.baseline .font .price:before {
  width: 210px;
}
.ribbon {
  background: #bc4d60;
  left: 10px;
}
.ribbon:before {
  border-bottom: solid 6px #942d3e;
}
.ribbon:after {
  border-left: 25px solid #bc4d60;
  border-right: 25px solid #bc4d60;
}
.half ul {
  background: #f381808c;
  border-radius: 20px;
  border: 1px solid #bc4d60;
}
.hightlight_s .slick-initialized .slick-slide {
  background: none;
  border: 0px solid #bc4d60;
}
.hightlight_s .scene p {
  color: #fff;
}
.hightlight .font h4, .hightlight_5p .font h4 {
  background: #bc4d60;
}
.hl-4p {
  background: #f381808c;
  border-radius: 20px;
  padding: 10px 0 15px;
  border: 1px solid #bc4d60;
}


/*promotion四塊*/
.block_0 > ul {
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.block_0 > .titleC:nth-child(1) {
  margin: 5px auto 0px;
}
.block_0 > .titleC:nth-child(1) p {
  color: #fff;
  font-size: .9rem;
  z-index: 999;
}


/*box-mix*/
.box-mix ul.quotes li {
  background: #f381808c;
  border-radius: 20px;
  border: 1px solid #bc4d60;
}
.box-mix .quotes .font h4:after {
  content: '';
  height: 32px;
  background: url("../images/quote-left.svg") center center no-repeat;
  background-size: 100%;
  display: block;
  margin: 1rem 0;
}
.box-mix .quotes .font:after {
  content: '';
  height: 32px;
  background: url("../images/quote-right.svg") center center no-repeat;
  background-size: 100%;
  display: block;
  margin: 1rem 0;
}
.box-mix ul.quotes .font .price big {
  color: #bc4d60;
}


/*輪播統一設定*/
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.slick-dots li button:before {
  font-size: 2.8rem !important;
  color: #fff !important;
}


/*大三品*/
.zasshi3 {
  width: 1160px;
  margin: 20px auto;
}
.zasshi3 ul {
  display: flex;
  justify-content: space-around;
}
.zasshi3 ul li {
  width: 370px;
  background: #f381808c;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  position: relative;
  transition: 0.5s all;
  border: 1px solid #bc4d60;
}
.zasshi3 ul li:hover {
  transform: scale(0.96);
}
.zasshi3 ul li h4 {
  font-size: 1.6rem;
  padding-left: 40px;
  margin: 15px auto;
  color: #fff;
}
.zasshi3 ul li a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.zasshi3 ul li img {
  width: 330px;
  height: 330px;
  object-fit: contain;
  margin: 5px auto;
}
.dis-for-zasshi3 {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50px;
  background: #bc4d60;
  width: 80px;
  height: 80px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.dis-for-zasshi3 big {
  color: #fff;
  font-size: 2.5rem;
}
.zasshi3 ul li .font {
  text-align: left;
  margin: -30px 0 10px;
  display: flex;
  flex-direction: column;
  width: auto;
}
.zasshi3 ul li .font p {
  background: #bc4d60;
  padding: 5px 25px 5px 15px;
  color: #fff;
  text-align: left;
  border-radius: 0 30px 0 0;
}
.zasshi3 ul li .font .price {
  margin-top: 5px;
  color: #fff;
}
.zasshi3-buy {
  position: absolute;
  bottom: 20px;
  right: 10px;
  border-radius: 50px;
  background: #bc4d60;
  width: 80px;
  height: 80px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
}


/* -------------------------------------m版------------------------------------- */
@media screen and (max-width: 991px) {
	
  /*區塊*/
  .blk_spa {
    margin-bottom: 5vw;
  }
  .block_1 {
    margin-top: 5vw;
  }
	
	
  /*文字標題*/
  .btt {
    background-size: contain;
    width: 100%;
    height: 17vw;
    margin: 2vw auto;
  }
  .btt h2 {
    font-size: 2.5rem;
    letter-spacing: 3px;
    padding: 4vw 0 0;
  }
  .bttp {
    background-size: contain;
    width: 100%;
    height: 20vw;
    margin: 2vw auto;
  }
  .bttp h2 {
    font-size: 2.3rem;
    letter-spacing: 3px;
    padding: 2.5vw 0 0;
  }
  .bttp h2 p {
    font-size: 1.1rem;
    padding: 1.2vw 0 0;
    margin: 0;
    letter-spacing: 1px;
  }
  .stt {
    margin: 3vw auto 2vw;
  }
  .stt h3 {
    font-size: 1.8rem;
    letter-spacing: 0px;
  }
  .stt h3:before {
    background-image: url("../images/stt_be.png");
    background-size: contain;
    display: inline-block;
    width: 7vw;
    height: 1.6vw;
    margin-right: 2.5vw;
    margin-bottom: 1.5vw;
    content: "";
  }
  .stt h3:after {
    background-image: url("../images/stt_af.png");
    background-size: contain;
    display: inline-block;
    width: 7vw;
    height: 1.6vw;
    margin-left: 2.5vw;
    margin-bottom: 1.5vw;
    content: "";
  }
	
	
  /*元件調整*/
  .hightlight, .hightlight_5p, .baseline, .boxmixbg {
    margin: 2vw auto;
  }
  .recommend {
    margin: 2vw auto;
    padding: 4vw;
  }
  .recommend img {
    max-height: 60vw;
    order: -1;
  }
  .recommend .font {
    margin-top: 0;
    padding: 2vw;
  }
  .recommend .font .price {
    margin-top: 0px;
  }
  .half ul {
    padding: 1vw 0;
    margin: 1vw auto;
  }
  .hightlight_s .scene li > .sliderbg {
    height: 135vw;
  }
  .hightlight_s .scene li {
    width: 95%;
    margin: 0 auto;
  }
  .hightlight_s .scene img {
    width: 100%;
    height: 100vw;
  }
  .baseline li:first-child {
    width: 93vw;
    padding: 1vw;
  }
  .baseline li {
    width: 45vw
  }
  .baseline img {
    width: 45vw;
    height: 45vw;
  }
  .baseline .font .price:before {
    width: 40vw;
  }
  .ribbon {
    left: 2vw;
  }
  .ribbon:after {
    border-left: 6vw solid #bc4d60;
    border-right: 6vw solid #bc4d60;
  }
  /*promotion四塊*/
  .block_0 {
    margin-bottom: 0px;
  }
  .block_0 > ul {
    width: 96%;
    margin: 0 auto;
    padding: 0 1vw;
  }
  .block_0 ul li img {
    width: 47vw;
    margin: 0 -3vw;
  }
  .block_0 > .titleC:nth-child(1) {
    margin: 1vw 2vw;
  }
  .block_0 > .titleC:nth-child(1) p {
    text-align: center;
  }
	
	
  /*box-mix*/
  .box-mix {
    width: 96vw;
  }
  .box-mix ul.quotes li {
    margin-top: 1vw;
  }
	
	
  /*輪播統一設定*/
  .slider {
    margin: 2vw auto !important;
  }
  .slick-slide {
    margin: 1vw !important;
  }
  .slick-dotted.slick-slider {
    padding-bottom: 2vw !important;
  }
  .slick-dots li button:before {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
	
	
  /*大三品*/
  .zasshi3 {
    width: 100%;
    margin: 2vw auto;
  }
  .zasshi3 ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .zasshi3 ul li {
    margin: 1vw auto;
    width: 96vw;
    padding: 1vw;
    border: 1.3px solid #bc4d60;
  }
  .zasshi3 ul li a {
    flex-direction: column
  }
  .zasshi3 ul li img {
    width: 70vw;
    height: 70vw;
    object-fit: contain;
    margin: 1vw auto;
  }
  .zasshi3 ul li .font {
    margin: 0 auto 2vw;
  }
  .zasshi3 ul li .font p {
    text-align: center;
    width: 100%;
    background: transparent;
    margin: 1vw auto;
    color: var(--PV-font);
  }
  .zasshi3 ul li .font .price {
    text-align: center;
  }
  .zasshi3-buy {
    display: none;
  }
}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
  .menustyle2 {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    background: #bc4d60;
    z-index: 999;
    height: auto;
    position: fixed;
    top: 120px;
    right: 10px;
    border-radius: 999em;
    border: 1px solid #fcd7c7;
  }
  .menustyle2 ul {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 35px 5px;
    flex-wrap: wrap;
  }
  .menustyle2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menustyle2 ul li a {
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.1rem;
    color: #fff;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    flex-direction: column;
    line-height: 1.2rem;
    border-radius: 999em;
    font-weight: 700;
  }
  .menustyle2 ul li a:hover {
    color: #bc4d60 !important;
    background: #fcd7c7;
    transform: scale(1);
    border-radius: 999em;
  }
  .menustyle2 ul .active {
    color: #bc4d60 !important;
    background: #fcd7c7;
    border-radius: 999em;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
  .menustyle2 {
    width: 100%;
    z-index: 999;
    padding: 2vw 1vw;
    display: block;
    background: #bc4d60;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: auto;
  }
  .menustyle2 ul {
    flex-wrap: nowrap;
    display: flex;
  }
  .menustyle2 ul li {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .menustyle2 ul li a {
    font-size: 1rem;
    letter-spacing: 0px;
    color: #fff;
    box-sizing: border-box;
    padding: 1.5vw 2.5vw;
    font-weight: 700;
  }
  .menustyle2 ul li a:hover {
    color: #bc4d60 !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fcd7c7;
    border-radius: 999em;
  }
  .menustyle2 ul .active {
    color: #bc4d60 !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fcd7c7;
    border-radius: 999em;
  }
  .sticky {
    position: fixed;
    top: 0;
  }
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
  #TopMenu2 {
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
}


/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: 0px;
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .target-fix {
    top: -40px;
    margin: 0 0 -1vw;
  }
}


/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}
#gotop::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/top.png") center no-repeat;
  background-size: 50%;
  background-position: 85% 35%;
}
#gotop:hover {
  cursor: pointer;
  background-color: #666;
}
#gotop:active {
  background-color: #ccc;
}
#gotop.show {
  opacity: 0.4;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  margin: 30px;
}
#share::after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '　';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url("../images/share.png") center no-repeat;
  background-size: 50%;
  background-position: 80% 35%;
}
#share:hover {
  cursor: pointer;
  background-color: #666;
}
#share:active {
  background-color: #666;
}
@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}